8dbcb597862988c215a286c04d711d8a057b1bbc
[gnus] / lisp / ChangeLog
1 2015-10-12  Nicolas Petton  <petton.nicolas@gmail.com>
2
3         * auth-source.el (auth-source-do-debug, auth-source-do-trivia)
4         (auth-source-read-char-choice, auth-source-search)
5         (auth-source-pick-first-password, auth-source-netrc-parse)
6         (auth-source-netrc-search, auth-source-secrets-search)
7         (auth-source-macos-keychain-search)
8         (auth-source-macos-keychain-search-items, auth-source-plstore-search)
9         (auth-source-user-or-password): Use sharp-quoting with functions.
10
11 2015-09-30  Wieland Hoffmann  <themineo@gmail.com>
12
13         * auth-source.el (auth-source-search): Clarify :create's meaning.
14
15 2015-09-17  Paul Eggert  <eggert@cs.ucla.edu>
16
17         Backslash cleanup in Elisp source files
18
19         This patch should not change behavior.  It typically omits backslashes
20         where they are redundant (e.g., in the string literal "^\$").
21         In a few places, insert backslashes where they make regular expressions
22         clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which
23         has the same effect as a regular expression.
24         Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
25         and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion
26         with RCS IDs, as that makes it clearer that the backslash is intended.
27         * auth-source.el (auth-source-secrets-search)
28         (auth-source-macos-keychain-search):
29         * gnus-art.el (gnus-mime-action-on-part)
30         (gnus-mime-display-multipart-related-as-mixed)
31         (gnus-button-mid-or-mail-heuristic-alist)
32         (gnus-button-mid-or-mail-heuristic, gnus-article-extend-url-button):
33         * gnus-bookmark.el (gnus-bookmark-bmenu-toggle-infos)
34         (gnus-bookmark-bookmark-inline-details, gnus-bookmark-bookmark-details)
35         (gnus-bookmark-alist, gnus-bookmark-name-from-full-record)
36         (gnus-bookmark-bmenu-mode, gnus-bookmark-delete):
37         * gnus-cus.el (gnus-group-customize):
38         * gnus-group.el (gnus-group-line-format, gnus-group-mode-line-format)
39         (gnus-group-jump-to-group-prompt, gnus-group-name-at-point):
40         * gnus-mlspl.el (gnus-group-split-fancy):
41         * gnus-registry.el (gnus-registry-prune-factor):
42         * gnus-salt.el (gnus-summary-pick-line-format):
43         * gnus-sieve.el (gnus-sieve-update, gnus-sieve-generate)
44         (gnus-sieve-script):
45         * gnus-util.el (gnus-directory-sep-char-regexp):
46         * gnus.el (gnus-message-archive-group, gnus-user-agent):
47         * message.el (message-archive-header, message-reply-headers)
48         (message-send-method-alist):
49         * mm-decode.el (mm-add-meta-html-tag):
50         * nndoc.el (nndoc-generate-lanl-gov-head):
51         * nnheader.el (nnheader-max-head-length):
52         * registry.el (registry-db, registry-prune):
53         * rfc1843.el (rfc1843-hzp-word-regexp)
54         (rfc1843-hzp-word-regexp-strictly):
55         * rfc2047.el (rfc2047-encoded-word-regexp)
56         (rfc2047-encoded-word-regexp-loose):
57
58         Fix several backslash typos in Elisp strings
59         * gnus-art.el (gnus-button-handle-library):
60         * gnus-group.el (gnus-read-ephemeral-gmane-group-url):
61         * nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
62         * spam-report.el (spam-report-gmane-regex):
63         Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
64         For example, to get the regular expression ‘\.’ use the string
65         literal "\\.", not "\." (which is equivalent to ".").
66
67         * auth-source.el (auth-source-read-char-choice):
68         * nnmaildir.el (NOV example):
69         * registry.el (registry-search): Doc fix.
70
71 2015-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * gnus-compat.el: Require overlay for XEmacs.
74
75 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
76
77         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
78         t rather than after-change-functions to nil.
79
80 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
81
82         * time-date.el (time-to-seconds, time-less-p):
83         Mark unused vars with underscore.
84
85 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
86
87         * time-date.el (with-decoded-time-value): Fix debug spec.
88
89 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
90
91         * nnmairix.el (nnmairix-widget-create-query):
92         * time-date.el (format-seconds): Prefer grave quoting in source-code
93         strings used to generate help and diagnostics.
94
95 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
96
97         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
98
99 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * ntlm.el (ntlm-unibyte-string): New compatibility function.
102
103 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
104
105         Add support for NTLMv2 authentication.
106         * ntlm.el (ntlm): New customization group.
107         (ntlm-compatibility-level): New defcustom.
108         (ntlm-compute-timestamp): New function.
109         (ntlm-generate-nonce): Likewise.
110         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
111
112 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
113
114         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
115         isn't always passed in, check it's not nil before making it into a
116         list.  The active arg will also be nil if the group is new, check for
117         that.
118
119 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
120
121         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
122
123 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
124
125         * gmm-utils.el (gmm-image-load-path-for-library):
126         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
127         * gnus-registry.el (gnus-registry-split-strategy):
128         * gnus-start.el (gnus-check-new-newsgroups):
129         * gnus-sum.el (gnus-select-group-hook):
130         * gnus-uu.el (gnus-uu-user-archive-rules):
131         * gnus.el (gnus-message-archive-group, gnus-visual):
132         * message.el (message-cite-style):
133         * nnir.el (nnir-swish++-additional-switches)
134         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
135         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
136         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
137         * nntp.el (nntp-server-action-alist):
138         * tls.el (tls-checktrust):
139         Fix some more docstring etc. quoting problems.
140         Mostly these fixes prevent the transliteration of apostrophes
141         that should stay apostrophes.  Also, prefer curved quotes in
142         Bahá’í proper names, as that’s the preferred Bahá’í style and
143         these names are chock-full of non-ASCII characters anyway.
144
145 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
146
147         Escape ` and ' in doc
148         * gnus-art.el (gnus-article-address-banner-alist)
149         (gnus-face-properties-alist):
150         * gnus-sum.el (gnus-newsgroup-variables):
151         * nndiary.el (nndiary-reminders):
152         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
153         Escape apostrophes and grave accents in docstrings if they
154         are supposed to stand for themselves and are not quotes.  Remove
155         apostrophes from docstring examples like ‘'(calendar-nth-named-day
156         -1 0 10 year)’ that confuse source code with data.  Do some other
157         minor docstring fixups as well, e.g., insert a missing close
158         quote.
159
160 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * gnus-util.el (gnus-format-message):
163         * tls.el (tls-format-message): Use defalias at the top level so as to
164         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
165
166         * gnus-sum.el (gnus-summary-search-article):
167         Ensure that the article where the search word is found is displayed
168         and pointed to in the summary buffer.
169
170 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * tls.el (tls-format-message):
173         Alias to format-message, or format if not available.
174         (open-tls-stream): Use it.
175
176 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
177
178         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
179         * gnus-art.el (gnus-article-browse-delete-temp-files):
180         * gnus-eform.el (gnus-edit-form):
181         * gnus-fun.el (gnus-display-x-face-in-from):
182         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
183         * gnus-topic.el (gnus-topic-edit-parameters):
184         * mail-source.el (mail-source-delete-old-incoming):
185         * message.el (message-strip-subject-encoded-words)
186         (message-check-recipients, message-send-form-letter):
187         * mm-decode.el (mm-display-part):
188         * mm-uu.el (mm-uu-pgp-signed-extract-1):
189         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
190         * spam-report.el (spam-report-process-queue):
191         * tls.el (open-tls-stream):
192         Respect ‘text-quoting-style’ in diagnostics.
193         * gnus-art.el (article-display-face):
194         * gnus-fun.el (gnus-display-x-face-in-from):
195         Use straight quoting in email.
196         * rfc2231.el (rfc2231-decode-encoded-string):
197         Escape apostrophes in doc strings.
198
199 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
200
201         Go back to grave quoting in Gnus
202
203         * auth-source.el (auth-source-netrc-parse-entries):
204         * gnus-agent.el (gnus-agent-check-overview-buffer)
205         (gnus-agent-fetch-headers):
206         * gnus-int.el (gnus-start-news-server):
207         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
208         (gnus-registry-post-process-groups):
209         * gnus-score.el (gnus-summary-increase-score):
210         * gnus-start.el (gnus-convert-old-newsrc):
211         * gnus-topic.el (gnus-topic-rename):
212         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
213         * spam.el (spam-check-blackholes):
214         Stick with grave quoting in diagnostics strings.  This is more
215         portable to older Emacs, desirable for Gnus.
216
217 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
218
219         Prefer directed to neutral quotes in docstings and diagnostics.
220         In docstrings, escape apostrophes that would otherwise be translated
221         to curved quotes using the newer, simpler rules.
222
223         * auth-source.el (auth-source-netrc-parse-entries):
224         * gnus-agent.el (gnus-agent-check-overview-buffer)
225         (gnus-agent-fetch-headers):
226         * gnus-int.el (gnus-start-news-server):
227         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
228         * gnus-score.el (gnus-summary-increase-score):
229         * gnus-start.el (gnus-convert-old-newsrc):
230         * gnus-topic.el (gnus-topic-rename):
231         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
232         * nnmairix.el (nnmairix-widget-create-query):
233         * spam.el (spam-check-blackholes):
234         Use directed rather than neutral quotes in diagnostics.
235
236         * gnus-util.el (gnus-format-message):
237         Alias to format-message, or format if not available.
238
239 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
240
241         * auth-source.el (auth-sources):
242         Prefer (substitute-command-keys "`\\[foo-command]'")
243         to "`M-x foo-command'" in docstring.
244
245         * time-date.el (format-seconds):
246         Use curved quotes in diagnostic format strings.
247
248         * nnmairix.el (nnmairix-propagate-marks-upon-close):
249         * pop3.el (pop3-authentication-scheme):
250         Don't quote symbols with apostrophes in doc strings.
251         Use asymmetric quotes instead.
252
253 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         Use overlay functions directly
256
257         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
258         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
259
260         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
261         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
262         (gnus-article-highlight-signature, gnus-article-extend-url-button)
263         (gnus-article-add-button, gnus-insert-prev-page-button)
264         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
265         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
266         * gnus-html.el (gnus-html-wash-tags):
267         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
268         (gnus-highlight-selected-tree):
269         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
270         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
271         * gnus-util.el (gnus-put-overlay-excluding-newlines):
272         * message.el (message-fix-before-sending)
273         (message-toggle-image-thumbnails):
274         * mm-decode.el (mm-convert-shr-links):
275         * sieve.el (sieve-highlight, sieve-insert-scripts):
276         Use overlay functions directly instead of using gnus-overlay-*,
277         message-overlay-*, and sieve-overlay-*.
278
279         * gnus-sum.el (gnus-remove-overlays):
280         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
281         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
282         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
283         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
284         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
285         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
286         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
287         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
288         (gnus-overlays-at, gnus-overlays-in):
289         * message.el (message-delete-overlay, message-make-overlay)
290         (message-overlay-get, message-overlay-put, message-overlays-in):
291         * messagexmas.el (message-delete-overlay, message-make-overlay)
292         (message-overlay-get, message-overlay-put, message-overlays-in):
293         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
294         Remove.
295
296 2015-08-19  Glenn Morris  <rgm@gnu.org>
297
298         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
299
300 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * message.el (message-overlay-put, message-make-overlay)
303         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
304         (message-delete-overlay, message-window-inside-pixel-edges):
305         Declare before using.
306
307 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * message.el (message-overlay-get, message-overlays-in)
310         (message-window-inside-pixel-edges):
311         * messagexmas.el (message-overlay-get, message-overlays-in):
312         XEmacs compatible functions.
313
314 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
315
316         * message.el (message-toggle-image-thumbnails): New command.
317
318 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
319
320         * message.el (message-send-form-letter): Change (message (format ...))
321         to (message ...).  This lessens the probability of confusion when
322         the output of `format' contains `%'.
323
324 2015-08-04  David Kastrup  <dak@gnu.org>
325
326         * gnus-art.el (gnus-article-describe-key)
327         (gnus-article-describe-key-briefly):
328         Do not overwrite preexisting contents of unread-command-events.
329
330 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
331
332         * nnimap.el (nnimap-request-move-article)
333         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
334         extension if available.
335
336 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
337
338         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
339         capabilities instead of relying on LOGIN response.
340
341 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
342
343         * nnbabyl.el (nnbabyl-retrieve-headers):
344         * nndiary.el (nndiary-retrieve-headers):
345         * nneething.el (nneething-retrieve-headers):
346         * nnmbox.el (nnmbox-retrieve-headers):
347         * nnmh.el (nnmh-retrieve-headers):
348         * nnml.el (nnml-retrieve-headers):
349         * nnspool.el (nnspool-retrieve-headers):
350         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
351         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
352         progress-report percentages and the like.  This avoids problems
353         if (* 100 NUMERATOR) would overflow.
354
355         * gnus-registry.el (gnus-registry-import-eld):
356         * registry.el (registry-reindex):
357         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
358
359 2015-07-17  Julien Danjou  <jd@abydos>
360
361         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
362         command.
363
364 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
365
366         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
367         of function arguments.
368
369 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
370
371         * nnimap.el: Clean up "unused var" warnings.
372         (auth-source-creation-prompts): Declare.
373         (nnimap-retrieve-headers, nnimap-status-message)
374         (nnimap-request-create-group, nnimap-request-delete-group)
375         (nnimap-close-group, nnimap-request-move-article)
376         (nnimap-request-accept-article, nnimap-request-newgroups)
377         (nnimap-request-post, nnimap-dummy-active-number)
378         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
379         (nnimap-parse-flags): Remove unused var `p'.
380         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
381         (nnimap-flags-to-marks): Remove unused var `totalp'.
382
383 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
384
385         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
386         before RFC822.SIZE.
387
388 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
389
390         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
391         so that a 'plain value for the `nnimap-stream' server variable is
392         handled correctly.
393
394 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
395
396         Remove unused let variables
397         * nnimap.el (nnimap-request-group): Variables are not used.
398
399         Check if group names are already strings
400         * gnus-group.el (gnus-group-group-name):
401         The group name may already be a string.
402         Specifically, in the group list reached from the *Server* buffer,
403         the 'gnus-group text property returns a string.  Everywhere else
404         it returns a symbol.
405
406 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
407
408         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
409         (nnmaildir--update-nov): Remove unused var `numdir'.
410         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
411         (nnmaildir-request-group, nnmaildir-request-create-group)
412         (nnmaildir-request-post, nnmaildir-request-move-article)
413         (nnmaildir-request-accept-article, nnmaildir-active-number):
414         Mark unused args.
415         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
416         Declare.
417         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
418         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
419         `mark', `end', `new-mark', and `mark-sym'.
420         (nnmaildir-retrieve-headers):
421         Remove unused args `srv-dir', `dir', `nlist2'.
422         (nnmaildir-request-expire-articles):
423         Remove unused vars `article', `stop' and `nlist2'.
424         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
425         `end'.  Use nnmaildir--article when dyn-binding is needed.
426         Give the value directly in the `let' for `del-mark', `del-action',
427         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
428         (nnmaildir-close-server):
429         Declare those local vars that need to be dyn-bound.
430
431 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
432
433         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
434
435 2015-05-31  David Engster  <deng@randomsample.de>
436
437         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
438         instead of using `sleep-for', as the latter does not seem to reliably
439         wait (see for instance bug 15990).
440
441 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * gnus-art.el (gnus-button-alist): Re-revert last change.
444         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
445
446 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
447
448         * gnus-art.el (gnus-button-alist): Revert last change.
449         It wasn't that important, and it caused a Gnus build to fail.  See:
450         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
451
452         * gnus-art.el (gnus-button-alist):
453         Also treat "‘" and "’" as quoting chars.
454
455 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
456
457         * gnus-art.el (gnus-treat-strip-list-identifiers)
458         (gnus-article-mode-syntax-table):
459         * gnus-group.el (gnus-group-nnimap-edit-acl):
460         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
461         e.g., missing quote, ``x'' where `x' was meant, etc.
462
463 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
466         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
467         into just c.
468
469 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
472         Normalize characters into numbers in spec keys.
473
474 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
475
476         * dgnushack.el (declare-function): Redefine it to use autoload.
477         * lpath.el (gnus-html-prefetch-images): Declare.
478
479 2015-05-04  Glenn Morris  <rgm@gnu.org>
480
481         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
482
483         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
484
485         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
486         (gnus-topic-create-topic, gnus-topic-enter-dribble):
487         Declare rather than autoload.
488
489         * mm-archive.el (gnus-recursive-directory-files)
490         (mailcap-extension-to-mime): Autoload at run-time.
491
492         * mm-util.el (latin-unity-massage-name)
493         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
494         (latin-unity-representations-present-region):
495         Declare rather than autoload.
496
497         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
498         Autoload at run-time.
499         (epg-context-set-signers, epg-context-result-for)
500         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
501         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
502         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
503         (epg-configuration, epg-expand-group, epa-select-keys):
504         Declare rather than autoload.
505
506         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
507         Autoload at run-time.
508         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
509         (gnus-registry-get-id-key, gnus-registry-action):
510         Declare rather than autoload.
511
512         * nnmail.el (mail-send-and-exit): Autoload at run-time.
513
514         * spam.el (spam-stat-buffer-change-to-non-spam)
515         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
516         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
517         (spam-stat-split-fancy): Remove pointless autoloads.
518
519         * mm-view.el (epg-decrypt-string): Autoload.
520         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
521         (epg-sub-key-validity): Fix declarations.
522
523 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
524
525         * gnus.el: Ma Gnus v0.13 is released.
526
527 2015-05-01  Glenn Morris  <rgm@gnu.org>
528
529         * gnus-util.el (iswitchb-read-buffer):
530         * mm-decode.el (libxml-parse-html-region):
531         * mml.el (libxml-parse-html-region):
532         * nnrss.el (libxml-parse-html-region): Update declaration.
533
534 2015-04-27  Glenn Morris  <rgm@gnu.org>
535
536         * message.el (gnus-extract-address-components):
537         Remove bogus declaration that was masking previous problem.
538
539 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
540
541         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
542         altering the buffer.
543         (hashcash-insert-payment-async-2): Revert previous change because it
544         still means that the mark is moving around.
545
546 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
547
548         * gnus-uu.el (gnus-uu-save-article):
549         Make the save-restriction/widen calls make more sense.
550
551 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * gnus-art.el (gnus-use-idna):
554         * gnus-sum.el (gnus-summary-idna-message):
555         * message.el (message-use-idna):
556         Catch the invalid-operation error that idna.el will issue.
557
558 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
559
560         * gnus-group.el (gnus-group--setup-tool-bar-update):
561         cursor-sensor-functions should be a list of functions.
562
563 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
564
565         * gnus-group.el (gnus-tmp-*): Declare.
566         (gnus-update-group-mark-positions): Remove unused `topic' var.
567         (gnus-group-insert-group-line): Remove unused var `header'.
568         (gnus-group--setup-tool-bar-update): New function.
569         (gnus-group-insert-group-line): Use it.
570         (gnus-group-update-eval-form): Declare local
571         dynamically-bound variables.
572         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
573
574         * gnus-topic.el (gnus-topic-jump-to-topic)
575         (gnus-group-prepare-topics, gnus-topic-update-topic)
576         (gnus-topic-change-level, gnus-topic-catchup-articles)
577         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
578         Use inhibit-read-only.
579         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
580         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
581
582 2015-04-12  João Távora  <joaotavora@gmail.com>
583
584         * message.el (message-mode):
585         Use `set' and `make-local-variable' instead of `setq-local'.
586
587 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
588
589         * gnus-sum.el (gnus-summary-refer-thread):
590         Make sure gnus-newsgroup-unreads remains sorted.
591
592 2015-04-12  João Távora  <joaotavora@gmail.com>
593
594         Improve sexp-based movement in message-mode
595         * message.el (message--syntax-propertize): New function.
596         (message-mode): Set syntax-related vars.d
597         (message-smileys): New variable.
598
599 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
600
601         * gnus-art.el (gnus-hidden-properties): Simplify.
602         (gnus-article-hide-text, gnus-article-unhide-text)
603         (gnus-article-unhide-text-type): Remove special handling of
604         `intangible' since that property is not used any more.
605         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
606
607 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
608
609         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
610         and a runtime function for it, of which the XEmacs version takes only
611         two arguments.
612
613 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
614
615         Use American spelling for 'normalize'
616         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
617         All uses changed.  Add an alias for obsolete usages.
618
619 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * gnus-art.el (gnus-article-browse-html-save-cid-content):
622         Always return relative file name.
623         (gnus-article-browse-html-parts):
624         Make external links absolute and cid file names relative.
625
626 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
627
628         * registry.el (registry-prune): Re-use `registry-full' in
629         `registry-prune'.  It's a bit of redundant work, but safer.
630         Also ensure that target-size is an integer.
631
632 2015-03-31  Daiki Ueno  <ueno@gnu.org>
633
634         * plstore.el (plstore--decrypt): Clear entry in
635         `plstore-passphrase-alist' if decryption failed (bug#20030).
636
637 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
638
639         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
640         to "Display" menu.
641
642 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
643
644         * nnimap.el (nnimap-split-incoming-mail): If a message is already
645         in the group it should be split to, don't re-copy it into the group.
646
647 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
648
649         * nnmh.el (nnmh-request-expire-articles):
650         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
651
652 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
653
654         * registry.el (registry-lookup-secondary, registry-full)
655         (registry-prune, registry-collect-prune-candidates):
656         * gnus-registry.el (gnus-registry-load): Use slot names rather than
657         initarg names in `oref' and `oset'.
658
659 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
660
661         * registry.el (registry-prune): Allow registry to reach full size
662         before pruning.
663
664 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
665
666         * registry.el (registry-collect-prune-candidates): Fix call to
667         cl-subseq.
668
669 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
670
671         * registry.el (registry-db): Temporary fix old Emacsen compilation.
672
673 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
674
675         * gnus-registry.el (gnus-registry-handle-action)
676         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
677         (gnus-registry-keywords): Make it do something.
678         (gnus-registry-import-eld): Remove unused var `new-entry'.
679         (gnus-registry-action): Remove unused var `to-name'.
680         (gnus-registry-make-db): Prefer `make-instance' to avoid
681         compiler warnings.
682         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
683
684         * registry.el (registry-db): Don't oset-default an instance-allocated
685         slot.
686
687 2015-03-10  Glenn Morris  <rgm@gnu.org>
688
689         * message.el (message-valid-fqdn-regexp): Bump :version for
690         2014-11-17 change.
691
692 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
693
694         * gnus-notifications.el (gnus-notifications-action): Raise window
695         frame.
696         (gnus-notifications-action): Allow mark as read.
697         (gnus-notifications-notify): Show uption to mark as read.
698
699 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
700
701         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
702         (registry-search, registry-delete, registry-size, registry-insert)
703         (registry-reindex, registry-collect-prune-candidates):
704         * gnus-registry.el (gnus-registry-fixup-registry)
705         (gnus-registry-remove-extra-data): Use slot names rather than initarg
706         names in `oref' and `oset'.
707
708 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
709         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
710         in the group it should be split to, don't re-copy it into the group.
711
712 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
713
714         * message.el (message-insert-formatted-citation-line): Change %F to
715         fall back to email address if no first name could be determined.
716
717 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
720         Fix point motion when removing displayed MIME part.
721         (gnus-article-edit-part): Make jumping to the next part really work
722         when deleting or stripping.
723         (gnus-mime-buttonize-attachments-in-header): Make header attachment
724         buttons identical to the ones in the article body so as to work deleting
725         and stripping.
726
727 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * mm-decode.el (mm-shr)
730         * mm-view.el (mm-inline-text-html-render-with-w3m):
731         Revert my bogus change that made the start marker of a part
732         the "moves after insertion" type.
733
734 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
735
736         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
737         Tools: https://github.com/politza/pdf-tools) for viewing PDF
738         attachments in emacs.
739
740 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
741
742         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
743         instead of sasl-scram-sha-1, as the former is the name that can be
744         required.
745
746         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
747         (sasl-scram-sha-1-client-final-message)
748         (sasl-scram-sha-1-authenticate-server): Move to end of file.
749
750 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
751
752         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
753
754 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
755
756         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
757         (sasl-string-prefix-p): New compatibility functions.
758
759 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
760
761         * gnus-compat.el (process-live-p): Added new compat function for Emacs
762         23.
763
764 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
765
766         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
767         from the server LIST response.
768
769 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
770
771         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
772         during header retrieval, error out instead of interpreting the data in
773         the buffer as the only messages there.  This way, we don't mark
774         articles as read on a server hangup (bug#19035).
775
776         * mm-decode.el (mm-head-p): New function.
777         (mm-display-part): Go to a blank line when inserting parts internally.
778
779 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
780
781         * sasl-scram-rfc.el: New file.
782
783         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
784         Add SCRAM-SHA-1 first.
785         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
786         entry (bug#17636).
787
788 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
789
790         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
791         that we don't get a warning when setting the buffer-local variable
792         (bug#19573).
793
794         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
795         `gnus-request-group'.
796
797 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
798
799         * gnus-art.el (gnus-article-browse-html-save-cid-content)
800         (gnus-article-browse-html-parts): Make cid file names relative if and
801         only if html doesn't specify <base> directory.
802
803 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
804
805         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
806         parts, because that breaks filling (since buttons are in a bold face).
807
808 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
809
810         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
811         use gnus-overlays-at and gnus-overlay-put.
812
813 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
814
815         * mm-decode.el (mm-shr): Only pass the fill column when not using
816         fonts, because limiting the width to what's appropriate for followups
817         doesn't really help when not using proportional fonts.
818
819 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
820
821         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
822         shr, beacause that breaks folding.
823         (mm-shr): Don't shorten the width when using fonts.
824
825 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
826
827         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
828         variable; always check the newrc timestamp.
829         (gnus-save-newsrc-file): Always check timestamp.
830
831 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
832
833         * mail-source.el (mail-source-call-script): If scripts exit with an
834         error, pop up an error buffer.
835
836 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
837
838         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
839         as a default.
840
841         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
842         correct server.
843
844 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
845
846         * nnimap.el (nnimap-request-group-scan): Fix the function name.
847
848         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
849
850 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
851
852         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
853         that nnimap works for non-activated backends.
854
855 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
856
857         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
858         message, since we already get an obsolescence message.  Use `declare'.
859
860 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
861
862         * nnir.el: Revert "Enable non-ASCII IMAP searches".
863
864 2015-01-30  Glenn Morris  <rgm@gnu.org>
865
866         * gnus-registry.el (gnus-registry-max-pruned-entries)
867         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
868         Fix :version.
869         (gnus-registry-default-sort-function): Improve :type.
870
871 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
872
873         * nnimap.el (nnimap-request-group): Allow running this function on
874         groups that don't exist in Gnus yet.
875         (nnimap-request-group): Revert previous patch since that made it
876         impossible to enter nnimap groups.
877
878         * message.el (message-smtpmail-send-it): Remove the mail header
879         separator before sending.
880
881 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
882
883         * nnimap.el (nnimap-find-expired-articles): Fix handling of
884         (expiry-wait . never).
885
886 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
887
888         * nnimap.el (nnimap-request-group): Clear the buffer before returning
889         the data.
890
891 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
892
893         * gnus-compat.el (string-bytes): Work for XEmacs.
894
895 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
896
897         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
898
899         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
900         IMAP.
901
902 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
903
904         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
905
906         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
907
908         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
909         be added to the backlog.
910
911 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
912
913         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
914         target with a recursive make call.
915
916 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
917
918         * nnimap.el (nnimap-header-parameters): Refactor and request
919         X-GM-LABELS if it's been announced.
920         (nnimap-transform-headers): Gather and output GM-LABELS.
921
922 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
923
924         * mm-decode.el (mm-display-part): Make non-string methods work.
925         Non-string methods are funcalled and work just fine, the test was
926         bogus.
927         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
928         whole frame.
929
930 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
931
932         * nnimap.el (nnimap-request-accept-article): Allow respooling using
933         nnimap.
934
935         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
936         request rescans when being run interactively.
937
938         * nnimap.el (nnimap-request-group): Don't rescan the group here,
939         because that can be very slow in large groups.
940
941         * gnus-int.el (gnus-request-group-scan): New backend function.
942
943         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
944
945 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
946
947         * gnus-group.el (gnus-group-suspend): Close all backends.
948
949 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
950
951         * dgnushack.el (dgnushack-compile-file): New function.
952         (dgnushack-compile): Use it (bug#19514).
953
954 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
957
958 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
959
960         * registry.el: Don't use <class> as a variable.
961
962 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
963
964         system-name's returned value can vary
965         Also, the system-name variable is now obsolete.
966         Fixes Bug#19438.
967         * message.el (message-make-fqdn):
968         * nnvirtual.el (nnvirtual-retrieve-headers)
969         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
970         and avoid naming locals 'system-name'.
971
972 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
973
974         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
975         lines don't get overlong when responding.
976
977 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * registry.el (cl-remf, cl-loop, cl-subseq):
980         Alias to remf, loop, and subseq respectively for old Emacsen.
981
982 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
983
984         * gnus-group.el (gnus-read-ephemeral-bug-group):
985         Bind coding-system-for-read and coding-system-for-write only around
986         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
987
988 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
989
990         * registry.el (registry-db): Set default slot later.
991         This is because its value is not a literal integer.
992
993 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
994
995         * registry.el (registry-db): Fix default registry-db max-size.
996
997 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
998
999         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
1000         add warning.
1001
1002         * gnus-art.el: Fix up compiler warnings.
1003         (article-display-face, article-display-x-face): Remove unused `face'.
1004         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
1005         (article-date-ut): Remove unused var `first'.
1006         (gnus-article-prepare): Remove unused var `gnus-article'.
1007         (gnus-mime-save-part-and-strip): Remove unused var `param'.
1008         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
1009         `coding-system' along with corresponding dead code.
1010         (gnus-mime-view-part-externally): Remove unused var
1011         `mm-user-display-methods'.
1012         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
1013         (gnus-display-mime): Remove unused var `handle'.
1014         (gnus-mime-display-alternative): Remove unused var `props'.
1015         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
1016         (gnus-article-edit-done): Remove unused var `p'.
1017         (gnus-url-mailto): Remove unused var `to'.
1018         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
1019         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
1020
1021 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
1022
1023         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
1024         slots into a :max-size slot.
1025         (registry-db-version): Add new variable for database version number.
1026         (registry-prune): Use :max-size slot. Accept and use a sort-function
1027         argument.
1028         (registry-collect-prune-candidates): Add new function for finding
1029         non-precious pruning candidates.
1030         (registry-prune-hard-candidates, registry-prune-soft-candidates):
1031         Remove obsolete functions.
1032         (initialize-instance): Upgrade registry version when starting.
1033
1034         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
1035         (gnus-registry-max-pruned-entries): Remove obsolete variable.
1036         (gnus-registry-cache-file): Change default
1037         filename extension to "eieio".
1038         (gnus-registry-read): Add new function, split out from
1039         `gnus-registry-load', that does the actual object reading.
1040         (gnus-registry-load): Use it. Add condition case handler to check for
1041         old filename extension and rename to the new one.
1042         (gnus-registry-default-sort-function): New variable to specify a sort
1043         function to use when pruning.
1044         (gnus-registry-save, gnus-registry-insert): Use it.
1045         (gnus-registry-sort-by-creation-time): Define a default sort function.
1046
1047         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
1048         Adjust test for new object signature.
1049         (gnustest-registry-pruning-test): Add new pruning test.
1050         (gnustest-registry-sort-function): Default sort function for testing.
1051         (gnustest-registry-pruning-sort-test): New test for sorting.
1052
1053 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1054
1055         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
1056         function for reuse.
1057         (gnus-mime-buttonize-attachments-in-header): Adjust.
1058
1059 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * message.el (message-change-subject): Really check whether the subject
1062         changed.
1063
1064 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
1067         PDFs.
1068         (mailcap-view-mime): New function.
1069
1070 2014-12-01  Glenn Morris  <rgm@gnu.org>
1071
1072         * gnus-cloud.el (gnus-cloud): Add :version tag.
1073
1074 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * gnus-art.el (gnus-use-idna):
1077         * gnus-sum.el (gnus-summary-idna-message):
1078         * message.el (message-use-idna):
1079         Protect against nil value for idna-program.
1080
1081         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1082
1083 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1084
1085         * auth-source.el (auth-source-macos-keychain-search-items): Return
1086         result of `auth-source-macos-keychain-result-append' (bug#19074).
1087
1088 2014-11-25  Glenn Morris  <rgm@gnu.org>
1089
1090         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1091         Add :version tag.
1092
1093 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * pop3.el (pop3-open-server): Warn unless encrypted.
1096
1097         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1098
1099 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1100
1101         Port new time stamp handling to Emacs 23.2.
1102         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1103         * time-date.el (time-add, time-subtract, time-less-p):
1104         Use eval-and-compile, not eval-when-compile.
1105
1106 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1107
1108         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1109         TLDs.
1110
1111 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1112
1113         Port new time stamp handling to old Emacs and to XEmacs.
1114         This is needed for Gnus, which copies time-date.el and which
1115         runs on older Emacs implementations.
1116         * time-date.el (with-decoded-time-value):
1117         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1118         (encode-time-value, with-decoded-time-value):
1119         Obsolete only if new Emacs.
1120         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1121
1122         Improve time stamp handling, and be more consistent about it.
1123         This implements a suggestion made in:
1124         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1125         Among other things, this means timer.el no longer needs to
1126         autoload the time-date module.
1127         * time-date.el (seconds-to-time, days-to-time, time-since)
1128         (with-decoded-time-value):
1129         Treat 'nil' as current time.  This is mostly for XEmacs.
1130         (encode-time-value, with-decoded-time-value): Obsolete.
1131         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1132         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1133
1134 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1137         discarding changes in ephemeral groups.
1138
1139         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1140         things the user isn't interested in.
1141
1142 2014-11-13  Julien Danjou  <jd@abydos>
1143
1144         * gnus-notifications.el (gnus-notifications-notify): Provide both
1145         app-icon and image-path.
1146
1147 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1148
1149         * mm-url.el (mm-url-encode-multipart-form-data):
1150         Restore to handle "multipart/form-data" by eww.
1151
1152 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1153
1154         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1155         Landscheidt.
1156
1157 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1158
1159         Simplify use of current-time and friends.
1160         * gnus-delay.el (gnus-delay-article):
1161         * gnus-sum.el (gnus-summary-read-document):
1162         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1163         * message.el (message-make-expires-date):
1164         Omit unnecessary call to current-time.
1165         * gnus-util.el (gnus-float-time): Simplify to an alias because
1166         time-to-seconds now behaves like float-time with respect to nil arg.
1167         (gnus-seconds-year): Don't call current-time twice to get the current
1168         time stamp, as this can lead to inconsistent results.
1169         * time-date.el (time-to-seconds) [!float-time]:
1170         Use current time if arg is nil, to be compatible with float-time.
1171         (time-date--day-in-year): New function, with most of the guts of
1172         the old time-to-day-in-year.
1173         (time-to-day-in-year): Use it.
1174         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1175
1176 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * gnus.el (gnus-mode-line-buffer-identification):
1179         Don't add image data for a non-graphic display (bug#18813).
1180
1181 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1184         load-path, it blocks autoloading of find-image (bug#18813).
1185
1186 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1187
1188         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1189         to keep connection open (bug#18728).
1190
1191 2014-10-20  Glenn Morris  <rgm@gnu.org>
1192
1193         * Merge in all changes up to 24.4 release.
1194
1195 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1196
1197         * message.el (message-insert-signature): Use `newline' instead of
1198         inserting explicit "\n".
1199
1200 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1201
1202         * gnus-icalendar.el: Support vcal format timezones.
1203         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1204         compute dates with associated timezone.
1205         (gnus-icalendar-event-from-ical): Compute all timezones.
1206
1207 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1208
1209         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1210         check the newsrc.eld file's timestamp before saving it.
1211         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1212         timestamp has changed to be newer.
1213
1214 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1215
1216         * gnus-icalendar.el (gnus-icalendar-identities):
1217         Include message-alternative-emails.
1218
1219 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1222         New compatibility functions.
1223         (ntlm-build-auth-response): Use them.
1224
1225 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1226
1227         * ntlm.el (ntlm-build-auth-request):
1228         Add NTLM2 Session support.  (Bug#15603)
1229
1230 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1231
1232         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1233         expired messages only when it was built in reverse order.
1234
1235 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1236
1237         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1238         last so it can be used in `message-send-hook'.
1239
1240 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1241
1242         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1243         <#secure> tag (bug#18513).
1244
1245 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * parse-time.el: Require cl when compiling.
1248
1249 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1250
1251         Use cl-lib as much as possible following the 2014-09-26 change
1252         in the Emacs trunk.
1253         * parse-time.el: Try requiring cl-lib.
1254         (parse-time-incf): Alias to cl-incf or incf.
1255         (digit-char-p): Remove.
1256         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1257         (parse-integer): Rename to parse-time-integer.
1258         (parse-time-tokenize, parse-time-rules, parse-time-string)
1259         Use parse-time-incf and parse-time-integer.
1260
1261 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1262
1263         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1264         of ":delete".
1265
1266 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1267
1268         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1269         (gnus-article-browse-html-parts):
1270         Revert last change that breaks links other than cid contents.
1271
1272 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1275         (gnus-article-browse-html-parts): Make cid file names relative.
1276
1277 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1280         temporarily displayed when running a mode function (at least org-mode
1281         requires it).
1282
1283 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1284
1285         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1286         the gnus-summary-article-expire-hook should be told where the function
1287         is going. In particular, the Gnus registry might want to know.
1288
1289 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1290
1291         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1292
1293 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1296
1297 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1298
1299         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1300         the gnus-summary-article-expire-hook should be told where the function
1301         is going. In particular, the Gnus registry might want to know.
1302
1303 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1304
1305         Don't mishandle year-9999 dates (Bug#18176).
1306         * parse-time.el (parse-time-rules):
1307         Allow years up to most-positive-fixnum.
1308         * time-date.el (date-to-time):
1309         Pass "Specified time is not representable" errors through.
1310
1311 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1312
1313         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1314         groups and t.
1315
1316 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * gnus-utils.el (gnus-recursive-directory-files):
1319         Unify hard or symbolic links (bug#18063).
1320
1321 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1322
1323         * gnus-msg.el (gnus-configure-posting-style):
1324         Allow string replacements in values when matching against a header.
1325
1326 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1329         the dribble buffer even when it is shrunk a lot.
1330         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1331
1332 2014-06-26  Glenn Morris  <rgm@gnu.org>
1333
1334         * mm-util.el (help-function-arglist): Remove outdated declaration.
1335
1336 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1337
1338         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1339         attribute values.  (Bug#17834)
1340
1341 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1342
1343         * gnus-sum.el (gnus-summary-edit-article-done):
1344         Prefer point-marker to copy-marker of point.
1345
1346 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * Makefile.in (install-el, install-el-elc): Compress .el files.
1349         (uninstall): Remove compressed .el files.
1350
1351 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1352
1353         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1354         (gnus-article-read-summary-keys):
1355         Don't bug out when there is no article in the summary buffer.
1356         (gnus-mime-buttonize-attachments-in-header):
1357         Improve criterion that finds parts to display.
1358
1359         * gnus-art.el (gnus-mm-display-part):
1360         * mm-decode.el (mm-shr):
1361         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1362         (mm-insert-inline): Revert last changes.
1363
1364 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * gnus-art.el (gnus-mm-display-part):
1367         * mm-decode.el (mm-shr):
1368         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1369         (mm-insert-inline): Set insertion type of end-marker, not only
1370         start-marker, of undisplayer so as to stay after inserted text.
1371
1372 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1373
1374         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1375         attribute. (Bug#17613)
1376
1377 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1378
1379         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1380         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1381
1382 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1385         Don't delete next part button; keep spacing between buttons.
1386
1387 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1390         Work for the last MIME part in an article.
1391         (gnus-mime-display-single): Suppress excessive newlines between parts.
1392
1393         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1394         by leading or trailing newline.
1395
1396 2014-05-12  Sam Steingold  <sds@gnu.org>
1397
1398         * time-date.el (seconds-to-string): New function to pretty print time
1399         delay in seconds.
1400
1401 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1404         while prompting a user for a file name, etc.
1405         (gnus-mime-display-single): Display part with a common appearance no
1406         matter whether MIME button is omitted or not; don't add duplicate entry
1407         to gnus-article-mime-handle-alist.
1408         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1409
1410 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1411
1412         * mml2015.el (mml2015-display-key-image): New variable.
1413
1414 2014-05-08  Glenn Morris  <rgm@gnu.org>
1415
1416         * gnus-fun.el (gnus-grab-cam-face):
1417         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1418         This is CVE-2014-3421.
1419
1420 2014-05-04  Glenn Morris  <rgm@gnu.org>
1421
1422         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1423
1424 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1425
1426         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1427         the displaying state of a part.
1428         (gnus-mm-display-part): Don't insert a newline in the beginning of
1429         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1430
1431         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1432         (mm-shr): Make undisplayer unbreakable.
1433
1434         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1435         Don't insert excessive newline.
1436         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1437         (mm-insert-inline): Make undisplayer unbreakable.
1438
1439 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1440
1441         * gnus.el: Ma Gnus v0.11 is released.
1442
1443 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * gnus-art.el (gnus-mm-display-part):
1446         Highlight header attachment buttons.
1447
1448 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1449
1450         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1451         a part; redisplay a button (enbugged in 2014-02-05).
1452
1453 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1454
1455         * auth-source.el (auth-source-search, auth-source-search-backends):
1456         Treat :max 0 as an indicator that a boolean return is wanted, as
1457         documented. Reported by Joe Bloggs.
1458
1459 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * gnus-icalendar.el: Require gnus-art.
1462
1463 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1464
1465         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1466         (gnus-icalendar--update-org-event): put event timestamp in
1467         the org entry body instead of the drawer.
1468         (gnus-icalendar-event--get-attendee-names): list of participants should
1469         contain even attendees without common name attribute.
1470         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1471         property tags in org drawers.
1472
1473 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * gmm-utils.el (gmm-format-time-string): New function.
1476
1477         * message.el (message-insert-formatted-citation-line): Use the original
1478         author's time zone to express a date string.
1479
1480 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1481
1482         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1483         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1484         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1485         Silence compiler warnings.
1486         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1487
1488 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * mml.el: Require url when compiling.
1491
1492         * gnus-cloud.el (gnus-cloud-parse-version-1):
1493         Use plist-get rather than CL's getf.
1494         (gnus-activate-group, gnus-subscribe-group): Declare.
1495
1496         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1497
1498 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1501         buttons when toggling the header off.
1502
1503 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1504
1505         * tls.el (tls-program): Reflow docstring.
1506
1507 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1508
1509         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1510         groups work again.
1511
1512 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1513
1514         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1515         999 correctly (i.e. "1,342").
1516
1517 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1518
1519         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1520         out if the directory doesn't exist.
1521
1522 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1523
1524         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1525         commands here; instead, only check if epg-config.el is available.
1526
1527 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1528
1529         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1530         messages with embedded images.
1531         (mml-generate-mime): Don't bug out if you don't have libxml.
1532
1533 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1534
1535         * message.el (message-make-html-message-with-image-files): New command.
1536
1537 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1538
1539         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1540
1541         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1542
1543 2014-02-23  David Engster  <deng@randomsample.de>
1544
1545         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1546         to stay compatible with older Emacsen, so replace `cl-loop' with
1547         `loop'.
1548
1549 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1550
1551         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1552         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1553         instead, build list of patterns.
1554
1555 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1558         Display header attachment buttons by gnus-article-prepare-display
1559         rather than gnus-article-prepare so as to view in mml-preview as well.
1560
1561 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1562
1563         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1564         in `auth-sources' means and link to EPA docs.
1565
1566 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1567
1568         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1569         (bug#12375).
1570
1571 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1574         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1575
1576 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1577
1578         * message.el (message-tab): Mention what happens on normal tabs
1579         (bug#11297).
1580
1581 2014-02-08  Glenn Morris  <rgm@gnu.org>
1582
1583         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1584
1585 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1586
1587         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1588         buttons that are hidden in unselected alternative part as well.
1589         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1590
1591         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1592
1593 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1594
1595         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1596         keystroke.
1597         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1598         types.
1599
1600         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1601         with an empty string.
1602
1603 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1604
1605         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1606         buffer-local in some buffers, so bind it explicitly in the buffer we're
1607         trying to cancel the article in (bug#10808).
1608
1609 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1612         New functions.
1613
1614         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1615         New user option.
1616         (gnus-mime-buttonize-attachments-in-header): New function.
1617         (gnus-article-prepare): Use it.
1618         (gnus-mime-inline-part): Suppress extra newline.
1619         (gnus-mm-display-part): Save excursion;
1620         remove useless deleting and adding of buttons.
1621         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1622
1623         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1624         Add gnus-mime-buttonize-attachments-in-header.
1625
1626 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1627
1628         * nnimap.el (nnimap-request-articles): New command to download several
1629         articles at once.
1630
1631         * gnus.el (gnus-variable-list): Save Cloud variables.
1632
1633         * gnus-int.el (gnus-request-accept-article): Doc fix.
1634
1635 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1636
1637         * parse-time.el (parse-time-iso8601-regexp)
1638         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1639         it more generally.
1640
1641 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1642
1643         * gnus-cloud.el: New file to provide the Emacs Cloud.
1644
1645         * dgnushack.el: Silence XEmacs w3 warning.
1646
1647         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1648         `url-retrieve-synchronously', apparently.
1649
1650         * dgnushack.el: Silence XEmacs dns.el warning.
1651
1652         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1653         instead of in all files.
1654
1655         * dns.el (network-interface-list): Define for XEmacs.
1656
1657         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1658         XEmacs.
1659
1660         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1661
1662 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1663
1664         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1665         `gnus-group-split-fancy'.
1666
1667 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1668
1669         * message.el (message-remove-header): Doc fix.
1670         (message-forward-included-headers): New variable.
1671         (message-remove-ignored-headers): Use it.
1672
1673 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1674
1675         * nnir.el (nnir-request-update-mark): Don't try to update the source
1676         group if we can't find it (bug#16611).
1677
1678 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1679
1680         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1681
1682 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1683
1684         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1685         network interfaces changed.
1686         (dns-query): Use it to flush the data.
1687
1688 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1689
1690         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1691         from random face commands.
1692         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1693         Face.
1694         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1695         (gnus--random-face-with-type): Generic function returning a face-type
1696         as a string.
1697         (gnus--insert-random-face-with-type): Generic function inserting a face
1698         in a message buffer header.
1699         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1700         (gnus-insert-random-x-face-header): Rewritten to use
1701         `gnus--insert-random-face-with-type`.
1702         (gnus-random-face): Return random (png) Face as string.
1703         (nus-insert-random-face-header): Insert random (png) Face in a message
1704         buffer.
1705
1706 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1707
1708         * mm-url.el: Remove all usage of w3.
1709
1710         * nnrss.el: Ditto.
1711
1712         * mm-decode.el: Ditto.
1713
1714         * mm-view.el: Ditto.
1715
1716         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1717         outdated and all Emacsen have url.el built-in.
1718
1719         * gnus-setup.el: Remove outdated file.
1720
1721 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1722
1723         * gnus.el: Ma Gnus v0.9 is released.
1724
1725 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1726
1727         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1728
1729 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1730
1731         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1732         in the summary buffer (bug#13769).
1733
1734 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1735
1736         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1737         name if we're using a single article buffer.  Otherwise, it may point
1738         to a killed buffer (bug#13756).
1739
1740 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1741
1742         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1743         the match data, just save and restore it explicitly (bug#12375).
1744
1745         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1746         that's needed.
1747
1748         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1749         the code once (bug#9069).
1750
1751 2014-01-18  Steinar Bang  <sb@dod.no>
1752
1753         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1754         reading.
1755
1756 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1757
1758         * message.el (message-bury): Call bury-buffer with no argument
1759         in the message-return-action case too.
1760
1761 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1764         (nnimap-split-fancy, nnimap-split-methods): Declare.
1765
1766         * mm-util.el (help-function-arglist): Declare.
1767
1768 2013-12-28  Glenn Morris  <rgm@gnu.org>
1769
1770         * gnus-sieve.el (gnus-sieve-select-method):
1771         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1772         (gravatar-rating, gravatar-size):
1773         * message.el (message-minibuffer-local-map):
1774         * sieve-manage.el (sieve-manage-authenticators)
1775         (sieve-manage-authenticator-alist): Specify custom types.
1776
1777         * hashcash.el (hashcash-program): Rename from hashcash-path.
1778         Update callers.
1779
1780         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1781         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1782         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1783
1784         * auth-source.el (auth-sources):
1785         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1786         Fix custom types.
1787
1788         * tls.el (tls-certtool-program): Fix default value.
1789
1790 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1791
1792         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1793         we get proper traces there, too.
1794
1795 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1796
1797         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1798         value of the parameters if the current article has a Reply-To or From
1799         field.
1800
1801 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1802
1803         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1804
1805 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1806
1807         * gnus-sum.el (gnus-summary-exit): Stop animations.
1808
1809 2013-12-19  Juri Linkov  <juri@jurta.org>
1810
1811         * gnus.el (gnus-suppress-keymap):
1812         * gnus-art.el (gnus-article-mode-map):
1813         * gnus-group.el (gnus-group-mode-map):
1814         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1815         Remove [backspace] key binding because it shadows DEL (bug#16035).
1816
1817         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1818
1819 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1822         Make sure work directory exists.
1823         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1824         rather than tmp directory.
1825         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1826         not necessarily always run, with it.
1827
1828 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1829
1830         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1831         value of gnus-icalendar-additional-identities work without restart.
1832
1833 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * mm-util.el (mm-make-temp-file):
1836         Alias to make-temp-file for modern Emacsen.
1837
1838 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1841         nnir-article-number and nnir-article-group.
1842
1843 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1844
1845         * message.el (message-send-mail-with-sendmail):
1846         Don't kill error buffer if sending fails.
1847
1848 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1849
1850         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1851         (gnus-icalendar-event->org-entry)
1852         (gnus-icalendar--update-org-event)
1853         (gnus-icalendar-event->gnus-calendar): Distinguish between
1854         required/optional/non-participant attendee status.  Fix bug causing
1855         the first required event participant to be omitted.
1856
1857 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * gnus-art.el (article-de-quoted-unreadable)
1860         (article-de-base64-unreadable, gnus-mime-copy-part)
1861         * gnus-html.el (gnus-article-html)
1862         * mm-view.el (mm-inline-text-html-render-with-w3)
1863         (mm-inline-text-html-render-with-w3m-standalone)
1864         * rfc2231.el (rfc2231-decode-encoded-string):
1865         Allow overriding charset by mm-charset-override-alist.
1866
1867         * gnus-art.el (gnus-article-browse-html-parts):
1868         Replace LWSPs with `&nbsp;'s in header.
1869
1870         Work for broken Chinese articles.
1871
1872         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1873         Exclude broken handles that gnus-summary-enter-digest-group may create.
1874         (gnus-article-browse-html-parts):
1875         Allow overriding charset by mm-charset-override-alist.
1876
1877 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1878
1879         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1880         (gnus-icalendar-identities): Support additional-identities.
1881
1882 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1883
1884         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1885         org-timestamp for events ending at midnight.
1886
1887 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1888
1889         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1890         .log files.
1891
1892 2013-11-20  David Engster  <deng@randomsample.de>
1893
1894         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1895
1896 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1897
1898         * message.el (message-beginning-of-line):
1899         Use beginning-of-visual-line when visual-line-mode is turned on.
1900
1901 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1902
1903         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1904         (gnus-icalendar-event-from-ical)
1905         (gnus-icalendar-event->org-entry)
1906         (gnus-icalendar--update-org-event): Required/optional participation,
1907         list of attendees synced to org.
1908
1909 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1910
1911         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1912         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1913         cancellations to be synced to org if the original appt has an org
1914         outline.
1915
1916 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1917
1918         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1919         (gnus-icalendar-event->org-entry)
1920         (gnus-icalendar--update-org-event)
1921         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1922
1923 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1924
1925         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1926         Fix timezone handling in gnus-icalendar export to org.
1927
1928 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1931
1932 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1933
1934         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1935
1936 2013-10-30  Glenn Morris  <rgm@gnu.org>
1937
1938         * gnus-group.el (gnus-group-browse-foreign-server):
1939         * gnus-int.el (gnus-start-news-server):
1940         Silence compiler obsolescence warning.
1941
1942 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1943
1944         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1945         `nnoo-current-server' first, then for the actual `nnimap-address' to
1946         allow netrc entries for the nnoo server to coexist with netrc entries
1947         for the `nnimap-address'.
1948
1949 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1950
1951         * mm-decode.el (mm-dissect-buffer): Revert last change.
1952         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1953         The problem that motivated those changes was attributed to a broken
1954         mail sender, and has been fixed.
1955
1956 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1959         token is missing in the Content-Type header.
1960
1961         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1962
1963 2013-09-18  Glenn Morris  <rgm@gnu.org>
1964
1965         * gnus-util.el (image-size): Declare.
1966
1967 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1968
1969         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1970         (gnus-icalendar-event-from-ical)
1971         (gnus-icalendar-event--build-reply-event-body)
1972         (gnus-icalendar-event-reply-from-buffer)
1973         (gnus-icalendar-find-org-event-file)
1974         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1975         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1976
1977         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1978
1979 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1980
1981         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1982         Use save-current-buffer.
1983         (gnus-tree-mode-map): Initialize in the declaration.
1984         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1985         (scroll-in-place): Defvar it.
1986         (gnus-tmp-*): Defvar them.
1987         (gnus-get-tree-buffer): Use derived-mode-p.
1988         (gnus--let-eval): New macro.
1989         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1990         non-prefixed variables.
1991         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1992
1993         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1994         vars since it doesn't seem to be available.
1995         (gnus-set-global-variables, gnus-summary-read-group-1)
1996         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1997         (gnus-summary-display-article, gnus-summary-select-article)
1998         (gnus-summary-next-article, gnus-offer-save-summaries)
1999         (gnus-summary-generic-mark): Use derived-mode-p.
2000         (gnus-summary-read-group-1, gnus-summary-exit)
2001         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
2002         Adjust calls to gnus-tree-close and gnus-tree-open.
2003
2004         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
2005
2006         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
2007         (gnus-agent-mode): Use derived-mode-p.
2008         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
2009         gnus-command-method and *-command-method to nil, but bind
2010         gnus-command-method to *-command-method instead!
2011         (gnus-agent-fetch-articles): Remove unused var `id'.
2012         (gnus-agent-fetch-headers): Remove unused arg `force'.
2013         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
2014         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
2015         (gnus-agent-short-article, gnus-agent-long-article)
2016         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
2017         first use.
2018         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
2019         `score-param'.
2020         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
2021         (gnus-get-predicate): Push in front of the cache, rather than end.
2022         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
2023         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
2024         (gnus-agent-expire-unagentized-dirs): Don't rebind
2025         gnus-agent-expire-current-dirs since the defvar silences the warning.
2026         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
2027         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
2028         (gnus-agent-regenerate): Simplify interactive spec and doc.
2029
2030 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * gnus-int.el (gnus-open-server): Silence compiler.
2033
2034         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2035
2036         * message.el (message-display-completion-list): Abolish.
2037         (message-completion-in-region): Use display-completion-list.
2038
2039 2013-09-17  Glenn Morris  <rgm@gnu.org>
2040
2041         * gnus-util.el (gnus-message-with-timestamp-1):
2042         Use `messages-buffer' function if available.  Ignore read-only.
2043
2044 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * message.el (message-expand-group, message-completion-in-region):
2047         Correct the order of start and end of a region.
2048
2049 2013-09-13  Glenn Morris  <rgm@gnu.org>
2050
2051         * mml2015.el (gnus-create-image): Autoload it.
2052
2053         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
2054
2055         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
2056         (image-size): Declare.
2057
2058 2013-09-12  Glenn Morris  <rgm@gnu.org>
2059
2060         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
2061         Avoid using `find', which i) might not be defined at runtime;
2062         ii) does not work, since its default test is eql, not equal.
2063         (gnus-mime-action-alist): Declare.
2064
2065 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2066
2067         * score-mode.el (gnus-score-mode-map): Move initialization
2068         into declaration.
2069         (gnus-score-mode): Use define-derived-mode.
2070         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
2071         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
2072         into declaration.
2073         (gnus-kill-file-mode): Use define-derived-mode.
2074         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2075         Use derived-mode-p.
2076         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2077         (gnus-group-setup-buffer, gnus-group-name-at-point)
2078         (gnus-group-make-web-group, gnus-group-enter-directory)
2079         (gnus-group-suspend): Use derived-mode-p.
2080         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2081         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2082         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2083         (gnus-article-setup-buffer, gnus-article-prepare)
2084         (gnus-article-prepare-display, gnus-sticky-article)
2085         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2086         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2087         (gnus-article-read-summary-keys): Use derived-mode-p.
2088
2089 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2092
2093 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2096         shift_jis from the default value set for Japanese users.
2097
2098 2013-08-13  Glenn Morris  <rgm@gnu.org>
2099
2100         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2101
2102         * gnus.el (gnus-valid-select-methods): Fix type.
2103
2104         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2105
2106 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * mm-decode.el (mm-display-external): Run a timer for the temp files
2109         deletion after a viewer exits; add a deletion timer for the needsterm
2110         case, too.
2111
2112         * mm-decode.el (mm-display-external): Try to delete temporary files by
2113         using a 1-min. timer.
2114
2115 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2116
2117         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2118         New internal variables.
2119         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2120         (mm-display-external): Use it to delete temporary files instead of
2121         using timers.
2122
2123 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2124
2125         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2126
2127 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2128
2129         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2130         with cond for backwards compatability.
2131
2132 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2133
2134         * mm-decode.el (mm-display-external): Bind process-connection-type to
2135         nil; don't delete a temp file immediately even if a viewer finishes,
2136         since it may be a shell script, like xdg-open, that launches a real
2137         viewer program belatedly.
2138
2139 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2140
2141         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2142         that we can create nndoc groups that excerpt other groups.
2143
2144 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2145
2146         * gnus-delay.el (gnus-delay-article): Fix typo.
2147
2148         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2149         articles.
2150
2151         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2152         we can get spell-checking etc.
2153
2154 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2157         a single one used for encoding the whole text in a header.
2158
2159 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160
2161         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2162         doesn't work properly on XEmacs.
2163
2164 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2167         before sending.
2168
2169         * dgnushack.el (dgnushack-compile): Add a temporary check for
2170         gnus-icalendar.
2171
2172         * mm-decode.el (mm-command-output): New face.
2173         (mm-display-external): Use it.
2174
2175 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2176
2177         * nnmbox.el (nnmbox-request-article): Don't change point.
2178
2179 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180
2181         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2182         Include `handle' parameter.
2183
2184 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2185
2186         * gnus-icalendar.el: New file.
2187
2188 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189
2190         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2191
2192         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2193         dummy roots, too.
2194
2195 2013-08-01  David Edmondson  <dme@dme.org>
2196
2197         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2198         out on ttys.
2199
2200 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201
2202         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2203         not empty.
2204
2205         * nnrss.el (nnrss-discover-feed): Indent.
2206
2207 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2210
2211 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2214         dirty to ensure nnimap data being saved.
2215
2216 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2217
2218         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2219         menu entry.
2220
2221         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2222         the current thread's total score instead of the current article's
2223         score.
2224
2225         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2226         (gnus-sort-threads-recursively): Delete defcustom.
2227         (gnus-sort-threads-recursive): Adapt accordingly.
2228
2229 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2230
2231         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2232         (gnus-sort-threads-recursive): Use it.
2233         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2234         again.  Now that determines how to sort subthreads.
2235
2236 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2237
2238         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2239         (gnus-sort-threads): Use it.
2240
2241 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2242
2243         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2244         punctuation characters follow parentheses (bug#14950).
2245
2246 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * gnus.el (gnus-continuum-version):
2249         * gnus-msg.el (gnus-extended-version): Simplify.
2250
2251         * gnus.el (gnus-continuum-version-1): Remove.
2252         * gnus-msg.el (gnus-bug): Revert.
2253
2254         Calculate gnus-version correctly on Cygwin.
2255
2256         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2257         (gnus-continuum-version-1): New function, return a string.
2258
2259         * gnus-msg.el (gnus-extended-version, gnus-bug):
2260         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2261
2262 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2263
2264         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2265         (bug#13384).
2266
2267 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2268
2269         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2270         that were only relevant in a development version a long time ago.
2271
2272 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2273
2274         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2275         that the old Emacs 24s bundle.
2276
2277 2013-07-10  David Engster  <deng@randomsample.de>
2278
2279         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2280         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2281         fixes a bug in Emacs trunk where the 'unexist' marks were always
2282         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2283         Gnus v0.03".
2284
2285 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2286
2287         * gnus.el (gnus-summary-line-format): Reference
2288         `gnus-user-date-format-alist' for the &user-date; format, not
2289         `gnus-summary-user-date-format-alist'.
2290
2291 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292
2293         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2294         delete files (bug#13481).
2295
2296 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2297
2298         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2299
2300 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2301
2302         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2303         display images.
2304
2305         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2306
2307         * message.el (message-cancel-news): According to
2308         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2309         preferred over "cmsg cancel" in the Subject.
2310
2311         * nnir.el (nnir-engines): Note that the group specs are regexps
2312         (bug#13238).
2313
2314         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2315         gotten read-only text properties, ensure that those aren't heeded when
2316         copying stuff over (bug#13434).
2317
2318         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2319         (bug#13762).
2320
2321 2013-07-05  David Kastrup  <dak@gnu.org>
2322
2323         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2324         authinfo file again (important for blank passwords).  This had been
2325         broken with 2013-06-15 change.
2326
2327 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2328
2329         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2330         Revert 2013-01-14 change.
2331
2332 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2333
2334         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2335         of 'create-image' for XEmacs compatibility; check errors when decoding
2336         image.  Reported by Uwe Brauer.
2337
2338 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2339
2340         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2341         gnus-button-push revised at 2011-01-19.
2342
2343 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2346         now live in the lisp/net Emacs 24 repository.
2347
2348 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * eww.el (eww-update-header-line-format): Quote % characters.
2351
2352 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * eww.el (eww-process-text-input): Display passwords as asterisks.
2355
2356         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2357
2358 2013-06-19  Tom Tromey  <tromey@redhat.com>
2359
2360         * eww.el (eww-top-url): Remove.
2361         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2362         (eww-render): Set new variables.  Don't set eww-top-url.
2363         (eww-handle-link): Handle "prev", "home", and "contents".
2364         Downcase the rel text.
2365         (eww-top-url): Choose best top URL.
2366
2367 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368
2369         * eww.el: Rewrite to implement form elements "by hand" instead of
2370         relying in widget.el.  Using widget.el leads to too many
2371         user interface inconsistencies.
2372         (eww-self-insert): Implement entering commands in text fields.
2373         (eww-process-text-input): New function to make text input field editing
2374         work.
2375         (eww-submit): Rewrite to use the new-style form methods.
2376         (eww-select-display): Display the correct selected item.
2377         (eww-change-select): Implement changing the select value.
2378         (eww-toggle-checkbox): Implement radio/checkboxes.
2379         (eww-update-field): Fix compilation error.
2380         (eww-tag-textarea): Implement <textarea>.
2381
2382         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2383         don't shadow mode-specific bindings.
2384
2385         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2386         nothing to push.
2387
2388         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2389
2390 2013-06-19  Glenn Morris  <rgm@gnu.org>
2391
2392         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2393
2394 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2395
2396         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2397
2398 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * shr.el (shr-make-table-1): Implement <td rowspan>.
2401         (shr-table-horizontal-line): Allow nil as a value, and change the
2402         default.
2403         (shr-insert-table-ruler): Respect the nil value.
2404
2405 2013-06-18  Tom Tromey  <tromey@barimba>
2406
2407         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2408         New defvars.
2409         (eww-open-file): New defun.
2410         (eww-render): Initialize new variables.
2411         (eww-display-html): Handle "link" and "a".
2412         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2413         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2414         (eww-back-url): Rename from eww-previous-url.
2415         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2416         defuns.
2417
2418 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * shr.el (shr-tag-table): Insert the images after the table, so that
2421         they're not covered by the table colourisation, which often looked
2422         awkward.
2423         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2424         <dd>.
2425         (shr-make-table-1): Implement <td colspan=> support.
2426         (shr-insert-document): Use one less than window width if `shr-width' is
2427         nil, since otherwise things may get one character too wide.
2428
2429 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * eww.el (eww-detect-charset): Improve regexp; move backward.
2432
2433 2013-06-18  Glenn Morris  <rgm@gnu.org>
2434
2435         * mm-decode.el (widget-convert-button): Autoload.
2436
2437         * sieve-manage.el (mm-enable-multibyte): Autoload.
2438
2439         * shr.el (libxml-parse-html-region): Declare.
2440         (shr-render-buffer): Explicit error if no libxml2 support.
2441
2442 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2443
2444         * auth-source.el (auth-source-current-line): New function.
2445         (auth-source-netrc-parse-entries): When a data token is "machine",
2446         assume we're in the wrong place and abort parsing the current line.
2447
2448 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2451         (eww-convert-widgets): Don't bug out if the first widget starts at the
2452         beginning of the buffer.
2453         (eww-convert-widgets): Fix last patch.
2454         (eww-tag-input): Support <input type=image>.
2455
2456         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2457         (shr-tag-base): Protect against base specs that are degenerate.
2458         (shr-ensure-paragraph): Don't delete empty lines that have text
2459         properties, because these may be input fields.
2460
2461         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2462         we can navigate to them.
2463
2464         * shr.el (shr-colorize-region): Put the colours over the entire region.
2465         (shr-inhibit-decoration): New variable.
2466         (shr-add-font): Use it to inhibit text property decorations while doing
2467         preliminary table renderings.  This speeds up typical Wikipedia page
2468         renderings by 15%.
2469         (shr-tag-span): Don't respect the <title>, because that overwrites the
2470         help-echo from links inside the spans.
2471         (shr-next-link): Use `help-echo' for navigation, so that we can
2472         navigate to form elements, too.
2473
2474         * eww.el (eww-button): New face.
2475         (eww-convert-widgets): Use it to make submit buttons more button-like.
2476
2477         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2478         that Gnus commands work.
2479
2480         * shr.el (shr-render-td): Support horizontal alignment.
2481
2482         * eww.el (eww-put-color): Removed.
2483         (eww-colorize-region): Use `add-face-text-property'.
2484
2485         * shr.el (shr-add-font): Append face data, so that we get the correct
2486         precedence: The innermost value (which is applied first) wins.
2487         (shr-make-overlay): Obsolete function.
2488
2489         * mm-decode.el (mm-convert-shr-links): New function to convert
2490         new-style shr URL links into widgets.
2491         (mm-shr): Use it.
2492
2493         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2494         widget commands, since we're no longer using widgets for links.
2495
2496         * shr.el (shr-next-link): New command.
2497         (shr-previous-link): New command.
2498         (shr-urlify): Don't use `widget-convert', because that's slow.
2499         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2500         because collecting the overlays and reapplying them when generating
2501         tables is slow.
2502         (shr-insert-table): Ditto.
2503
2504 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2505
2506         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2507         * shr.el (browse-url): Require `url'.
2508         * eww.el (url): Require format-spec.
2509
2510 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511
2512         * eww.el (eww-display-html): Default to using the entire window width.
2513         (eww-browse-url): Don't add a User-Agent header (twice), because that
2514         makes Bing refuse connection.
2515
2516         * shr.el (shr-make-table): Cache the table rendering at the table
2517         level, and not the <td> level.  This is a bit faster.
2518
2519         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2520         #id.
2521
2522         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2523         browsers don't.
2524         (shr-expand-url): Respect #anchor links.
2525         (shr-parse-base): Chop off the anchor before using.
2526         (shr-descend): Respect display: none.
2527         (shr-descend): Allow marking elements that have certain IDs.
2528
2529         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2530
2531         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2532
2533         * eww.el (eww-tag-textarea): Support <textarea>.
2534
2535 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2536
2537         * shr.el (shr-dom-to-xml): Fixed function call.
2538
2539         * eww.el (eww): New group.
2540         (eww-header-line-format): New custom variable.
2541         (eww-current-title): New variable.
2542         (eww-display-html): Update header and handle title tag.
2543         (eww-update-header-line-format): New function.
2544         (eww-tag-title): New function.
2545
2546         * shr.el (shr-dom-to-xml): New function.
2547         (shr-tag-svg): Add support for the SVG tag.
2548         (shr-bullet): New custom variable.
2549         (shr-tag-li): Support custom bullet in unordered lists.
2550
2551 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * shr.el (shr-expand-url): Respect // URLs.
2554
2555         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2556         put a background colour onto the entire buffer.
2557         (eww-render): When being redirected, use the redirect URL as the new
2558         base URL.
2559
2560         * shr.el (shr-parse-base): Fix parsing error.
2561
2562         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2563
2564         * shr.el (shr-parse-base): New function.
2565         (shr-expand-url): Use it to expand relative URLs reliably.
2566
2567 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2568
2569         * auth-source.el (auth-source-search-collection): Fix docstring.
2570         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2571         single-quoted strings and multiline entries.
2572         (auth-source-netrc-parse-next-interesting)
2573         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2574         functions to support parser.
2575
2576 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * eww.el (eww-submit): Get submit button logic right when hitting RET
2579         on non-submit buttons.
2580
2581         * shr.el: Remove shr-preliminary-table-render, since that can't really
2582         be used for anything in practice.
2583
2584 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2585
2586         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2587         (sieve-manage-quit).
2588
2589 2013-06-14  Glenn Morris  <rgm@gnu.org>
2590
2591         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2592
2593 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2594
2595         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2596         control the maximum size of photo ID image.
2597         (mml2015-epg-key-image-to-string): Respect it.
2598
2599 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2602         instead of the final one so that we can more easily distinguish them.
2603
2604         * eww.el (eww-submit): Compute the submission URL correctly.
2605
2606 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2607
2608         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2609         Use plist-get rather than CL's getf.
2610         (sieve-manage-parse-capability): Avoid CL's remove-if.
2611
2612 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2613
2614         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2615         (sieve-manage-quit).
2616
2617 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2620         last slash.
2621
2622         * eww.el (eww-tag-select): Use the first value as the default value.
2623
2624 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2625
2626         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2627         (eww-mode): Use `define-derived-mode'.
2628         (eww-parse-headers): Parse headers from beginning of buffer so that
2629         file:// links work.
2630
2631 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2632
2633         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2634
2635 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2638         to handle them at all.
2639
2640 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2643         work, too.
2644         (eww-tag-select): Implement <select>.
2645
2646 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2647
2648         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2649         stream managing functions by using open-protocol-stream to do most of
2650         the work.  Has the nice benefit of enabling STARTTLS.
2651         Wait for capabilities after STARTTLS: following RFC5804, the server
2652         sends new capabilities after successfully establishing a TLS connection
2653         with the client.  The client should update the cached list of
2654         capabilities, but we just ignore the answer for now.
2655         (sieve-manage-network-p, sieve-manage-network-open)
2656         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2657         (sieve-manage-forward, sieve-manage-streams)
2658         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2659         API, nor called by any other function.
2660         Enable Multibyte for SieveManage buffers: The parser won't properly
2661         handle umlauts and line endings unless multibyte is turned on in the
2662         process buffer.
2663
2664 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * eww.el (eww-tag-input): Support password fields.
2667         (eww-submit): Support POST.
2668
2669 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * eww.el (eww-tag-form): Protect against degenerate forms.
2672
2673         * shr.el (shr-expand-url): Expand URLs that start with a slash
2674         correctly.
2675
2676         * eww.el (eww-submit): Get submit button logic right.
2677
2678         * shr.el (shr-final-table-render): New variable to signal when we're
2679         doing the final table rendering so that we can collect more data at
2680         that point.
2681
2682         * eww.el (eww-submit): Make form submission work.
2683         (eww-tag-input): Implement submit buttons.
2684         (eww-click-radio): Implement radio and checkboxes.
2685         (eww-submit): Handle hidden elements.
2686
2687         * shr.el (shr-descend): Allow other packages to override (or provide)
2688         rendering of elements.
2689         (shr-expand-url): Strip query strings from URLs before expanding them.
2690
2691         * eww.el: Don't require cl-lib.
2692         (eww-tag-form): Start form support.
2693
2694         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2695
2696         * eww.el: Start writing a new, tiny web browser.
2697         (eww-previous-url): New command.
2698         (eww-quit): New command.
2699
2700 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2701
2702         * sieve.el: Put point at beginning of buffer when viewing a script.
2703         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2704         number in sieve-buffer's header.  Fixed code to also work with a string
2705         as port specifier.  Properly close the connection on pressing 'q'.  Make
2706         sieve-manage-quit close the connection and process buffer.  Also, remove
2707         duplicate keybinding for 'q'.
2708
2709 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2710
2711         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2712         make it easier to read.
2713         (mm-pkcs7-enveloped-magic): Ditto.
2714
2715 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2716
2717         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2718         before `image-type-available-p' to avoid loading the image libraries
2719         needlessly.
2720
2721 2013-06-05  David Engster  <deng@randomsample.de>
2722
2723         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2724         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2725         to see whether the group was synced before.
2726
2727 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2728
2729         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2730         when opening the connection.
2731         Suggested by João Távora <joaotavora@gmail.com> in
2732         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2733
2734 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2735
2736         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2737         assume Date header begins with "Date", that may be customized into
2738         something like "X-Sent" using gnus-article-time-format.
2739         (article-transform-date): Allow multi-line Date header.
2740
2741 2013-06-02  David Engster  <deng@randomsample.de>
2742
2743         * registry.el (initialize-instance, registry-lookup)
2744         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2745         (registry-lookup-secondary-value, registry-search, registry-delete)
2746         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2747         not wrap methods in `eval-and-compile'.  This breaks due to latest
2748         changes in EIEIO (introduction of eieio-core.el).
2749
2750 2013-05-30  Glenn Morris  <rgm@gnu.org>
2751
2752         * nnmail.el (nnmail-fancy-expiry-target):
2753         Also bind mail-dont-reply-to-names.
2754
2755         * spam-stat.el (spam-stat-save):
2756         No need to tweak font-lock in temp buffers.
2757
2758         * shr.el (shr-put-image): Silence compiler.
2759
2760 2013-05-29  Glenn Morris  <rgm@gnu.org>
2761
2762         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2763
2764         * gnus-group.el (gnus-sequence-of-unread-articles)
2765         (gnus-summary-add-mark, gnus-mark-article-as-read)
2766         (gnus-group-make-articles-read): Declare.
2767
2768         * gnus-sum.el (gnus-parameter-list-identifier)
2769         (gnus-article-stop-animations, gnus-stop-downloads)
2770         (gnus-article-only-boring-p, article-goto-body)
2771         (gnus-flush-original-article-buffer, article-narrow-to-head)
2772         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2773         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2774
2775         * gnus.el: No need to eval-and-compile autoloads.
2776
2777         * gravatar.el (help-function-arglist): Autoload.
2778
2779         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2780
2781         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2782
2783         * spam.el: No need to load spam-report when compiling.
2784         No need to eval-and-compile autoloads.
2785         (spam-report-resend-to): Declare.
2786         (spam-report-resend-register-routine): Require 'spam-report.
2787
2788 2013-05-24  Julien Danjou  <julien@danjou.info>
2789
2790         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2791         setup.
2792
2793 2013-05-23  Glenn Morris  <rgm@gnu.org>
2794
2795         * gnus-util.el (rmail-swap-buffers-maybe)
2796         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2797         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2798         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2799
2800         * mm-decode.el: No need to load term when compiling.
2801         (term-mode, term-char-mode): Declare.
2802
2803         * mm-util.el: No need to load jka-compr when compiling.
2804         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2805
2806         * nnmaildir.el: Require is automatically eval-and-compile.
2807         (nnmail): Require at run-time too.
2808
2809         * registry.el (registry-size): Move definition before use.
2810
2811 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2812
2813         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2814         signed data to conform the standard.  (Bug#14232)
2815
2816 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2817
2818         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2819         double angle quotation mark.
2820
2821 2013-05-20  Glenn Morris  <rgm@gnu.org>
2822
2823         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2824
2825 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2826
2827         * message.el (message-insert-formatted-citation-line): handle finding
2828         first/lastname when more than 2 names appear.
2829
2830 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2831
2832         * shr.el (shr-tag-span): New function.
2833
2834 2013-05-18  Glenn Morris  <rgm@gnu.org>
2835
2836         * message.el (message-mode): Use message-mode-abbrev-table,
2837         with text-mode-abbrev-table as parent.  (Bug#14413)
2838
2839 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * message.el (message-expand-group): Decode group names.
2842
2843 2013-05-16  Julien Danjou  <julien@danjou.info>
2844
2845         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2846         app-icon.
2847
2848 2013-05-15  Glenn Morris  <rgm@gnu.org>
2849
2850         * shr-color.el (shr-color-visible-luminance-min)
2851         (shr-color-visible-distance-min): Use shr-color group.
2852
2853 2013-05-11  Glenn Morris  <rgm@gnu.org>
2854
2855         * gnus-vm.el: Make it loadable without VM.
2856         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2857         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2858
2859 2013-05-09  Glenn Morris  <rgm@gnu.org>
2860
2861         * mml1991.el: Make it loadable.  (Bug#13456)
2862
2863         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2864         * gnus-async.el (gnus-async-post-fetch-function):
2865         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2866         * gnus-html.el (gnus-html-image-cache-ttl):
2867         * gnus-notifications.el (gnus-notifications-timeout):
2868         * gnus-picon.el (gnus-picon-properties):
2869         * gnus-util.el (gnus-completion-styles):
2870         * gnus.el (gnus-other-frame-resume-function):
2871         * message.el (message-user-organization-file)
2872         (message-cite-reply-position):
2873         * nnir.el (nnir-summary-line-format)
2874         (nnir-retrieve-headers-override-function):
2875         * shr-color.el (shr-color-visible-luminance-min):
2876         * shr.el (shr-blocked-images):
2877         * spam-report.el (spam-report-resend-to):
2878         * spam.el (spam-summary-exit-behavior): Fix custom types.
2879
2880         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2881
2882 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2883
2884         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2885         because of let-binding help-xref-following.  (Bug#14356)
2886
2887 2013-05-06  Glenn Morris  <rgm@gnu.org>
2888
2889         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2890
2891 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2892
2893         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2894         entering into the registry.
2895
2896 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2897
2898         * gnus.el: Ma Gnus v0.7 is released.
2899
2900 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2903         (Bug#14304)
2904
2905 2013-04-27  Glenn Morris  <rgm@gnu.org>
2906
2907         * gnus.el (gnus-list-debbugs):
2908         Use require rather than autoload.  (Bug#14262)
2909
2910 2013-04-27  Julien Danjou  <julien@danjou.info>
2911
2912         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2913         port to "sieve" now that it has an official IANA port assigned.
2914
2915 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2918         Don't set the MAILHOST environment variable permanently (Bug#14271).
2919
2920 2013-04-26  Glenn Morris  <rgm@gnu.org>
2921
2922         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2923
2924 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2925
2926         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2927         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2928
2929 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2930
2931         * nnir.el (nnir-close-group): Make sure we are in the right group.
2932
2933         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2934         dependency table from all newly retrieved headers.
2935
2936 2013-04-16  David Edmondson  <dme@dme.org>
2937
2938         Support <img src="data:...">.
2939
2940         * shr.el (shr-image-from-data): New function.
2941         (shr-tag-img): Use it.
2942
2943 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2944
2945         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2946         group.
2947
2948 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2951         corresponding to any existing group (Bug#14166).
2952
2953 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2954
2955         * nnir.el (number-sequence): No longer used.
2956         (nnir-request-set-mark): New function.
2957         (nnir-request-update-info): Improve marks updating.
2958         (nnir-request-scan): Don't duplicate marks updating.
2959         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2960         Use 'assq rather than 'assoc.  Quote anonymous function.
2961         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2962         Use 'gnus-group-prefixed-p.
2963         (gnus-summary-create-nnir-group): Make sure server for method is open.
2964
2965 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2966
2967         * nnir.el (gnus-nnir-group-p): New function.
2968         (nnir-possibly-change-group): Use it.
2969
2970         * gnus-msg.el (gnus-setup-message): Use it.
2971
2972 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2973
2974         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2975         `initial-input' for the argument name.
2976         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2977
2978 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2979
2980         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2981         (used by MH-E).
2982
2983 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2984
2985         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2986         group.
2987
2988         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2989         fix compilation.
2990
2991 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2992
2993         * nnir.el (nnir-method-default-engines): And another typo.
2994
2995 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2996
2997         * nnir.el (nnir-method-default-engines): Fix typo.
2998
2999 2013-03-29  Andrew Cohen  <cohen@bu.edu>
3000
3001         * nnir.el: Define 'number-sequence for xemacs.
3002         (gnus-summary-create-nnir-group): New function to create an nnir group
3003         from an nnir summary buffer based on the current query.
3004         (nnir-request-create-group): Update to allow nnir group creation based
3005         on the current query.
3006
3007 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * nndraft.el (nndraft-request-expire-articles):
3010         Make expiry target always `delete'.
3011
3012 2013-03-27  Andrew Cohen  <cohen@bu.edu>
3013
3014         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
3015         buffer use the posting-style and gcc of the original article group.
3016         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
3017
3018         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
3019         after other deffoos.
3020
3021 2013-03-25  Andrew Cohen  <cohen@bu.edu>
3022
3023         * nnir.el: Major rewrite.  Cleaner separation between searches and group
3024         management.  Marks are now shown in nnir summary buffers.  Rudimentary
3025         support for real (i.e. not ephemeral) nnir groups.
3026         (gnus-summary-make-nnir-group): New function for initiating searches
3027         from a summary buffer.
3028
3029 2013-03-18  Sam Steingold  <sds@gnu.org>
3030
3031         * message.el (message-bury): Minor cleanup.
3032
3033 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
3034
3035         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
3036
3037 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * nndir.el (nndir-request-list): Remove 2nd argument passed to
3040         nnml-request-list.  (Bug#13873)
3041         (nndir-request-newsgroups): Remove, unused.
3042
3043         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
3044
3045 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3046
3047         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
3048         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
3049         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
3050
3051 2013-03-03  Ted Phelps  <phelps@gnusto.com>
3052
3053         * shr.el: Make all the overlays set the `evaporate' property so that
3054         they're removed properly.
3055
3056 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
3057
3058         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
3059         shell-quote-argument.
3060
3061 2013-02-22  David Engster  <deng@randomsample.de>
3062
3063         * gnus-registry.el (gnus-registry-save): Provide class name when
3064         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
3065         `condition-case' to stay compatible with older EIEIO versions which
3066         only accept one argument.
3067
3068 2013-02-17  Daiki Ueno  <ueno@gnu.org>
3069
3070         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
3071         (epg-user-id-validity): Autoload.
3072         (mml2015-epg-check-user-id): New function.
3073         (mml2015-epg-check-sub-key): New function split from
3074         mml2015-epg-find-usable-key.
3075         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3076         optional name-is-key-id, to handle the case when user-id is unusable.
3077         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3078
3079 2013-02-17  Glenn Morris  <rgm@gnu.org>
3080
3081         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3082
3083 2013-02-16  Glenn Morris  <rgm@gnu.org>
3084
3085         * shr.el (shr-put-image): Only animate images that specify a delay.
3086         This is consistent with the old image-animated-p behavior.
3087
3088 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3089
3090         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3091         for XEmacs.
3092
3093 2013-02-13  Juri Linkov  <juri@jurta.org>
3094
3095         * gnus-art.el (gnus-article-mode-map):
3096         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3097         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3098
3099 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3100
3101         * auth-source.el (auth-source-format-prompt): Don't get confused by
3102         any "\" in replacement text.  (Bug#13637)
3103
3104 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3105
3106         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3107         (gnus-backend-trace): Honour gnus-backend-trace.
3108
3109         * mml.el (mml-insert-part): Insert closing tag.
3110
3111         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3112
3113 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3114
3115         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3116         able to find the article, which can happen in debbugs groups,
3117         apparently.
3118
3119 2013-01-16  Glenn Morris  <rgm@gnu.org>
3120
3121         * smiley.el (smiley-style): Make the file loadable in batch mode.
3122
3123 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3124
3125         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3126         imap process running.
3127
3128 2013-01-14  Julien Danjou  <julien@danjou.info>
3129
3130         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3131         Compare addresses against addresses, not against the full From field.
3132
3133 2013-01-13  Richard Stallman  <rms@gnu.org>
3134
3135         * message.el (message-forward-make-body-mime): New args BEG, END
3136         specify what part of FORWARD-BUFFER to use.  Do the work directly
3137         instead of calling `mml-insert-buffer'.
3138
3139 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3140
3141         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3142         cross-reference(s).
3143
3144         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3145         cross-reference(s).
3146
3147 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3148
3149         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3150         and point-max-marker.
3151         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3152
3153 2013-01-11  Julien Danjou  <julien@danjou.info>
3154
3155         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3156         max are almost equal.  Also return the correct value for V which is
3157         already between 0 and 1.
3158
3159 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3160
3161         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3162         to mml2015-encrypt-to-self.
3163         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3164
3165 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3166
3167         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3168         mml-smime-epg-find-usable-secret-key.
3169
3170 2013-01-08  Glenn Morris  <rgm@gnu.org>
3171
3172         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3173
3174 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3175
3176         * mml-smime.el: Support signing by sender.
3177         Requested by Uwe Brauer.
3178         (mml-smime-sign-with-sender): New user option analogous
3179         to mml2015-sign-with-sender.
3180         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3181         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3182         mml2015.el.
3183
3184 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185
3186         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3187         isn't running, because Gnus will probably not know how to handle the
3188         Gcc header (bug#11941).
3189
3190         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3191         articles.
3192
3193 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3196         (nnfolder-generate-active-file): Make this function work with recursive
3197         folder names.
3198
3199 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3200
3201         * nntp.el (nntp-open-connection): Use HELP as the capability command
3202         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3203         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3204
3205 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3206
3207         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3208         place holder since this gives `Invalid face reference: nil' messages.
3209         Use the `default' face instead.  It has the same effect here, even
3210         though it is not no-op.
3211
3212         * gnus-util.el
3213         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3214
3215 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3216
3217         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3218         non-string posting styles (bug#13285).
3219
3220 2012-12-27  Glenn Morris  <rgm@gnu.org>
3221
3222         * plstore.el (plstore-passphrase-callback-function):
3223         Use plstore-get-file.
3224
3225 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3226
3227         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3228         stderr.
3229
3230 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3233
3234         * gnus-compat.el (set-buffer-multibyte): Remove.
3235
3236 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3237
3238         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3239         temporary file to get PGP key image.  Pass no-show-photos when
3240         extracting image to avoid having it pop up twice.
3241
3242 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3243
3244         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3245         eligible for treatment.
3246
3247         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3248         lines.  This makes summary commands with hidden threads work more
3249         reliably.
3250
3251         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3252         button to mark the hidden citations (bug#9395).
3253
3254 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3255
3256         * mml2015.el (mml2015-epg-signature-to-string): New function.
3257         (mml2015-epg-verify-result-to-string): New function.
3258         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3259         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3260         instead of epg-verify-result-to-string.
3261         (epg-signature-key-id, epg-signature-to-string): Autoload.
3262         (epg-verify-result-to-string): Remove autoload.
3263
3264 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3265
3266         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3267         ID image from GPG public key.
3268         (mml2015-epg-key-image-to-string): New function.
3269
3270 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3271
3272         * plstore.el (plstore-passphrase-callback-function): Fix error when
3273         error when plstore-cache-passphrase-for-symmetric-encryption is set
3274         (bug#13264).
3275
3276 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3277
3278         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3279         buffer to the article buffer here, because that clobbers multiple
3280         article buffers.
3281
3282         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3283         buffer always points to the right summary buffer.
3284
3285 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3286
3287         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3288         the password (bug#12097).
3289
3290 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3291
3292         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3293         (bug#13263).
3294
3295         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3296         buffer exists before using it (bug#12475).
3297
3298         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3299         offline groups (bug#11937).
3300
3301         * message.el (message-yank-original): When using customize to set the
3302         value of `message-cite-style', the variable it set to a symbol that's
3303         the name of the variable, which must then be dereferenced (bug#12616).
3304
3305 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3306
3307         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3308         the `face' property with a list whose car is the face specified in the
3309         format string and whose cdr is (nil).
3310         * lisp/gnus-util.el
3311         (gnus-put-text-property-excluding-characters-with-faces):
3312         Change accordingly.
3313         (gnus-get-text-property-excluding-characters-with-faces): New function.
3314         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3315         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3316         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3317
3318 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3319
3320         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3321         login methods.
3322         (nnimap-login): Respect the `nnimap-authenticator' variable.
3323
3324         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3325         mark state when moving articles.  Otherwise unticked articles will get
3326         their ticks back after moving.
3327
3328 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3329
3330         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3331
3332         * message.el (message-ignored-news-headers): Always remove
3333         X-Message-SMTP-Method to avoid information leakage if the user
3334         mistakenly inserts the header into news messages.
3335
3336         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3337
3338         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3339         right than four characters, this command would move point to
3340         `point-max'.  Don't do that.
3341
3342         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3343         to nil to allow re-selecting groups that gain articles.
3344         (gnus-bug-group-download-format-alist): Update the URL.
3345
3346 2012-12-23  Andreas Schwab  <schwab@suse.de>
3347
3348         * shr.el (shr-tag-em): Render em as italic, not bold.
3349
3350 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3351
3352         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3353         for reuse.
3354         (gnus-open-server): Use it to add more tracing.
3355         (gnus-finish-retrieve-group-infos): Add backend tracing.
3356         (gnus-backend-trace): Also note the elapsed seconds.
3357
3358 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3359
3360         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3361         Set epa-file-encrypt-to from variable to avoid querying.
3362
3363 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3364
3365         * sieve-mode.el (sieve-font-lock-keywords):
3366         Keywords should be word delimited.  (Bug#13173)
3367
3368 2012-12-13  Andreas Schwab  <schwab@suse.de>
3369
3370         * tls.el (tls-program): Update customize type.
3371
3372 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3373
3374         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3375         instead of <pre> to align message header.
3376
3377 2012-12-12  Sam Steingold  <sds@gnu.org>
3378
3379         * gnus.el (gnus-other-frame-resume-function): Add user option.
3380         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3381
3382 2012-12-06  Sam Steingold  <sds@gnu.org>
3383
3384         * gnus-start.el (gnus-before-resume-hook): Add.
3385         (gnus-1): Run it when Gnus is alive.
3386
3387 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3390         * gnus-art.el (article-unsplit-urls)
3391         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3392         * gnus-registry.el (gnus-registry-get-article-marks)
3393         * message.el (message-goto-body): Use it.
3394         (message-called-interactively-p): Remove.
3395
3396         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3397         (spam-stat-score-buffer): Use it.
3398
3399         * spam.el: Silence the warnings against BBDB functions when compiling.
3400
3401         * gnus-score.el (gnus-score-decode-text-parts):
3402         Use append+mapcar instead of the cl function mapcan.
3403
3404 2012-12-05  Sam Steingold  <sds@gnu.org>
3405
3406         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3407         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3408         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3409
3410 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3411
3412         * gmm-utils.el (gmm-called-interactively-p): Revert.
3413         This seems to cause Emacs to get stuck!
3414         * gnus-art.el (article-unsplit-urls)
3415         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3416         * gnus-registry.el (gnus-registry-get-article-marks)
3417         * message.el (message-goto-body)
3418         (message-called-interactively-p): Revert.
3419
3420         * gmm-utils.el (gmm-called-interactively-p): New function.
3421         * gnus-art.el (article-unsplit-urls)
3422         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3423         * gnus-registry.el (gnus-registry-get-article-marks)
3424         * message.el (message-goto-body): Use it.
3425         (message-called-interactively-p): Remove.
3426
3427         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3428         * gnus-sync.el (gnus-sync-lesync-call)
3429         * message.el (message-read-from-minibuffer): Use it.
3430
3431 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * gmm-utils.el (gmm-flet): Remove.
3434         * gnus-sync.el (gnus-sync-lesync-call)
3435         * message.el (message-read-from-minibuffer): Don't use it.
3436
3437 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3440
3441 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3444
3445         * gnus-sync.el (gnus-sync-lesync-call)
3446         * message.el (message-read-from-minibuffer): Use gmm-flet.
3447
3448         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3449
3450         * gnus-util.el (gnus-macroexpand-all): Remove.
3451
3452 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3453
3454         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3455         to TAB, not [tab].
3456         (gnus-summary-article-map): Likewise.
3457
3458         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3459         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3460
3461 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3462
3463         * time-date.el: Commentary fix.
3464
3465 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3466
3467         * color.el: Don't require cl.
3468         (color-complement): `caddr' -> `nth 2'.
3469
3470         * time-date.el (time-to-seconds): De-obsolete.
3471
3472 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3473
3474         * message.el (message-get-reply-headers):
3475         Make sure the reply goes to the author if it is a wide reply.
3476
3477 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3478
3479         * gnus-score.el (gnus-score-body):
3480         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3481         scoring by body.
3482
3483 2012-11-16  Glenn Morris  <rgm@gnu.org>
3484
3485         * gnus-diary.el (nndiary-request-create-group-functions)
3486         (nndiary-request-update-info-functions)
3487         (gnus-subscribe-newsgroup-functions)
3488         (nndiary-request-accept-article-functions):
3489         Use new names for hooks rather than obsolete aliases.
3490
3491 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3494
3495 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3498         in meta tag with the one the part specifies in its header.
3499
3500 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3501
3502         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3503         by default.
3504
3505 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3506
3507         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3508         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3509
3510 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3511
3512         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3513         and a runtime function for it, of which the XEmacs version takes only
3514         two arguments.
3515
3516 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3517
3518         * nndiary.el (nndiary-request-create-group-functions)
3519         (nndiary-request-update-info-functions)
3520         (nndiary-request-accept-article-functions):
3521         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3522         "-hooks" suffix.
3523
3524 2012-10-19  Julien Danjou  <julien@danjou.info>
3525
3526         * gnus-art.el: Require gnus-util because it uses
3527         `gnus-timer--function'.
3528
3529 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3530
3531         * starttls.el (starttls-extra-arguments): Doc fix.
3532
3533 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3534
3535         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3536         it.
3537
3538 2012-10-06  Glenn Morris  <rgm@gnu.org>
3539
3540         * gnus-notifications.el (gnus-notifications):
3541         Add missing group :version tag.
3542         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3543         (gnus-gcc-post-body-encode-hook):
3544         * gnus-sync.el (gnus-sync-lesync-name)
3545         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3546
3547 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3548
3549         * color.el (color-hsl-to-rgb): Fix incorrect results for
3550         small and large hue values.  (Bug#12559)
3551
3552 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         New UIDL implementation.
3555
3556         * mail-source.el (mail-sources, mail-source-keyword-map):
3557         Add :leave as a pop3 keyword.
3558         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3559
3560         * pop3.el (pop3-leave-mail-on-server): Allow number.
3561         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3562         (pop3-movemail): Add UIDL support.
3563         (pop3-send-streaming-command): Take a list of mail numbers instead of
3564         the number of mails.
3565         (pop3-write-to-file): Add X-UIDL header.
3566         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3567         (pop3-uidl-add-xheader): New functions.
3568
3569         * message.el (message-ignored-resent-headers):
3570         Add X-Content-Length and X-UIDL headers.
3571
3572 2012-10-05  Glenn Morris  <rgm@gnu.org>
3573
3574         * color.el (color-name-to-rgb, color-rgb-to-hex)
3575         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3576         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3577         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3578         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3579
3580 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3583         a user about whether to delete temp files if once a user answered as n.
3584
3585 2012-09-25  Chong Yidong  <cyd@gnu.org>
3586
3587         * password-cache.el (password-read-and-add): Use a declare form to mark
3588         this function obsolete.
3589
3590 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * lpath.el: Bind mail-encode-mml for old Emacsen.
3593
3594 2012-09-17  Richard Stallman  <rms@gnu.org>
3595
3596         * message.el (message-in-body-p): Don't set mark or modify buffer.
3597
3598         * mml.el (mml-attach-file): Doc fix.
3599         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3600         Set mail-encode-mml when in Mail mode.
3601         Simplify code to set HEAD and move back to HEAD.
3602         (mml-insert-multipart, mml-insert-part):
3603         Set mail-encode-mml when in Mail mode.
3604
3605 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * gnus-util.el (gnus-timer--function): New function.
3608
3609         * gnus-art.el (gnus-article-stop-animations): Use it.
3610
3611 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3612
3613         Fix glitches caused by addition of psec to timers.
3614         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3615         rather than raw access to timer vector.
3616
3617 2012-09-11  Julien Danjou  <julien@danjou.info>
3618
3619         * gnus-notifications.el (gnus-notifications): Check for nil values in
3620         ignored addresses check.
3621
3622 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3623
3624         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3625
3626 2012-09-07  Chong Yidong  <cyd@gnu.org>
3627
3628         * gnus-util.el
3629         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3630
3631         * gnus-salt.el (gnus-tree-highlight-node):
3632         * gnus-sum.el (gnus-summary-highlight-line):
3633         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3634
3635 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3636
3637         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3638
3639 2012-09-06  Juri Linkov  <juri@jurta.org>
3640
3641         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3642         scheme for buffer names to be more consistent with other group and
3643         article buffer names in Gnus.
3644
3645 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3646
3647         * gnus-util.el
3648         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3649
3650         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3651         Jenkner.
3652
3653         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3654
3655         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3656
3657         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3658
3659 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3662         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3663
3664         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3665         string-prefix-p in Emacs >=23.2.
3666
3667         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3668         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3669         instead of string-match-p.
3670         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3671
3672 2012-09-06  Kenichi Handa  <handa@gnu.org>
3673
3674         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3675         lowercase a..f.
3676
3677 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3678
3679         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3680
3681 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3682
3683         * nnimap.el (nnimap-request-move-article): Decode the group name when
3684         doing internal moves to avoid charset issues.
3685
3686         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3687         TIME is set.
3688
3689 2012-09-05  Juri Linkov  <juri@jurta.org>
3690
3691         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3692         than one group at a time (bug#11961).
3693
3694 2012-09-05  Julien Danjou  <julien@danjou.info>
3695
3696         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3697         this hide the real reason with a message giving absolutely no hint.
3698
3699 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3700
3701         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3702         to the backend (bug#11804).
3703
3704         * message.el (message-insert-newsgroups): Don't insert newsgroup
3705         duplicates (bug#12275).
3706
3707 2012-09-05  John Wiegley  <johnw@newartisans.com>
3708
3709         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3710         sieve rules.
3711
3712 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3713
3714         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3715         function.
3716
3717         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3718
3719         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3720
3721 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3722
3723         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3724         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3725         This should make nnmaildir more usable with offlineimap.
3726
3727 2012-09-05  Julien Danjou  <julien@danjou.info>
3728
3729         * nnimap.el (nnimap-request-list): Revert change that made listing
3730         synchronous.
3731         (nnimap-get-responses): Restore.
3732
3733 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3734
3735         * dgnushack.el: XEmacs 21.5 compilation fix.
3736
3737         * gnus-notifications.el (gnus-notifications-notify): Use it.
3738
3739         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3740         warnings on XEmacs.
3741
3742 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3743
3744         Better seeds for (random).
3745         * gnus-sync.el (gnus-sync-lesync-setup):
3746         * message.el (message-canlock-generate, message-unique-id):
3747         Change (random t) to (random), now that the latter is more random.
3748
3749 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3750
3751         * nnimap.el (nnimap-change-group): Document result value
3752
3753         * auth-source.el (auth-sources): Fix macos keychain access.
3754
3755         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3756         allow the backend `request-head' function to determine the group
3757         name on its own.
3758         (gnus-request-expire-articles): Filter out negative article numbers
3759         during expiry (Bug#11980).
3760
3761         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3762         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3763
3764         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3765         you've found the article when you haven't.
3766
3767         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3768         that nnimap-change-group can return t.
3769
3770 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3771
3772         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3773
3774 2012-08-30  Julien Danjou  <julien@danjou.info>
3775
3776         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3777         `gnus-notifications-timeout'.
3778         (gnus-notifications-timeout): Add.
3779         (gnus-notifications-action): New function.
3780         (gnus-notifications-notify): Add :action using
3781         `gnus-notifications-action'.
3782         (gnus-notifications-id-to-msg): New variable.
3783         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3784         notifications id to messages.
3785
3786 2012-08-30  Kenichi Handa  <handa@gnu.org>
3787
3788         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3789         once.
3790
3791 2012-08-29  Julien Danjou  <julien@danjou.info>
3792
3793         * gnus-notifications.el: New file.
3794         (gnus-notifications-notify): New function.
3795         (gnus-notifications): Use `gnus-notifications-notify'.
3796
3797 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3798
3799         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3800         transfer encoding first; bind gnus-newsgroup-charset to the charset
3801         that the article specifies (Bug#12209).
3802
3803 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3806         (gnus-group-customize-done): Encode values posting-style holds.
3807
3808         * gnus-msg.el (gnus-summary-resend-message)
3809         (gnus-configure-posting-styles): Decode values posting-style group
3810         parameter holds.
3811
3812 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3815         `name' and `address' in Resent-From header.
3816
3817 2012-08-14  Chong Yidong  <cyd@gnu.org>
3818
3819         * gnus-art.el (article-display-face): Handle failure in
3820         gnus-create-image (Bug#11802).
3821
3822 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3823
3824         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3825         Use defsetf.
3826
3827 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3828
3829         * auth-source.el (auth-source-plstore-search)
3830         (auth-source-secrets-search): Ignore :require and :type in search spec.
3831
3832 2012-08-06  Julien Danjou  <julien@danjou.info>
3833
3834         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3835         `nnimap-request-move-article'.
3836
3837         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3838         Remove autoload, already handled by gnus.el.
3839
3840         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3841
3842         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3843         supported by nnimap actually.  Reverts previous change.
3844
3845         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3846         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3847         to-buffer argument that is already supported.
3848
3849 2012-08-05  Julien Danjou  <julien@danjou.info>
3850
3851         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3852         Add autoload.
3853
3854 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3855
3856         * gnus.el (gnus-valid-select-methods): Fix custom type.
3857
3858 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3859
3860         * auth-source.el (auth-sources, auth-source-backend-parse)
3861         (auth-source-macos-keychain-search)
3862         (auth-source-macos-keychain-search-items)
3863         (auth-source-macos-keychain-result-append)
3864         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3865         auth-source.el through the /usr/bin/security utility.
3866         (auth-sources): Fix syntax error.
3867         (auth-source-macos-keychain-result-append): Fix variable name.
3868         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3869
3870 2012-07-27  Julien Danjou  <julien@danjou.info>
3871
3872         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3873         Emacs < 24.1
3874
3875 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * message.el (message-kill-address): Don't kill last newline.
3878         (message-skip-to-next-address): Don't move to the next header.
3879         (message-fill-field-address): Work properly.
3880
3881 2012-07-25  Julien Danjou  <julien@danjou.info>
3882
3883         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3884
3885 2012-07-24  Julien Danjou  <julien@danjou.info>
3886
3887         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3888
3889         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3890         (nntp-async-timer-handler): Remove, unused.
3891
3892         * nnimap.el (nnimap-get-responses): Remove, unused.
3893
3894         * nnheader.el (mail-header-set-extra): Remove, unused.
3895
3896         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3897         unused.
3898
3899         * mm-view.el (mm-view-sound-file): Remove, unused.
3900
3901         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3902         (mm-url-encode-multipart-form-data): Remove, unused.
3903
3904         * message.el (message-remove-signature, message-make-host-name)
3905         (message-fill-address): Remove, unused.
3906
3907         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3908         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3909         unused.
3910
3911         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3912         (gnus-xmas-call-region): Remove, unused.
3913
3914         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3915
3916         * gnus-util.el (gnus-extract-address-component-name)
3917         (gnus-extract-address-component-email, gnus-sortable-date)
3918         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3919         (gnus-process-live-p): Remove, unused.
3920
3921         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3922
3923         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3924         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3925         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3926         function.
3927
3928         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3929
3930         * gnus-score.el (gnus-summary-score-crossposting)
3931         (gnus-score-regexp-bad-p): Remove, unused.
3932
3933         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3934
3935         * gnus-range.el (gnus-sublist-p): Remove, unused.
3936
3937         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3938         unused.
3939
3940         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3941
3942         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3943         (gnus-request-associate-buffer): Remove, unused.
3944
3945         * gnus-group.el (gnus-group-set-method-info)
3946         (gnus-group-set-params-info): Remove, unused.
3947
3948         * gnus-fun.el (gnus-shell-command-to-string)
3949         (gnus-shell-command-on-region): Remove, unused.
3950
3951         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3952
3953         * gnus-art.el (gnus-article-text-type-exists-p)
3954         (article-translate-characters, gnus-article-hide-text-of-type)
3955         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3956         Remove, unused.
3957
3958 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3959
3960         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3961
3962 2012-07-21  Julien Danjou  <julien@danjou.info>
3963
3964         * message.el (message-dont-reply-to-names): Replace deprecated
3965         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3966         (message-get-reply-headers): Ditto.
3967
3968 2012-07-18  Julien Danjou  <julien@danjou.info>
3969
3970         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3971         `sieve-upload-and-kill'.
3972
3973         * sieve.el (sieve-bury-buffer): Remove function.
3974         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3975         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3976
3977 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3978
3979         * shr.el (shr-expand-url): Handle URL starting with `//'.
3980
3981 2012-07-13  Chong Yidong  <cyd@gnu.org>
3982
3983         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3984         instead of calling toggle-read-only with a (bogus) argument.
3985
3986 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3987
3988         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3989         of initial input when reading the author to restrict the summary to.
3990
3991 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * mm-decode.el (mm-shr):
3994         Allow overriding charset by mm-charset-override-alist.
3995
3996 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * gnus-art.el (gnus-article-view-part):
3999         Toggle subparts of multipart/alternative part.
4000
4001 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4002
4003         * shr.el (shr-render-buffer): New command.
4004         (shr-visit-file): Use it.
4005
4006 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
4009         Set no-byte-compile and no-update-autoloads.
4010
4011 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4012
4013         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
4014
4015 2012-06-25  Julien Danjou  <julien@danjou.info>
4016
4017         * nnimap.el (nnimap-request-articles-find-limit): Rename from
4018         `nnimap-request-move-articles-find-limit' since we do not use it only
4019         for move operations.
4020         (nnimap-request-accept-article): Use
4021         `nnimap-request-articles-find-limit' to limit search by message-id.
4022
4023 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4024
4025         Support higher-resolution time stamps (Bug#9000).
4026
4027         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
4028         VARLIST.  It's optional, for backward compatibility.
4029         (encode-time-value): New optional arg PICO.  New type 3.
4030         (time-to-seconds) [!float-time]: Support the new picoseconds
4031         component if it's used.
4032         (seconds-to-time, time-subtract, time-add):
4033         Support ps-resolution time stamps as well.
4034
4035 2012-06-19  Julien Danjou  <julien@danjou.info>
4036
4037         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
4038
4039         * nnimap.el (nnimap-log-buffer): Check that
4040         `window-point-insertion-type' is boundp, since it's not available in
4041         XEmacs.
4042
4043 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4044
4045         * nnimap.el (nnimap-log-buffer): Add this, setting
4046         `window-point-insertion-type' in the buffer to t.
4047         (nnimap-log-command): Use nnimap-log-buffer.
4048
4049 2012-06-19  Julien Danjou  <julien@danjou.info>
4050
4051         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
4052         argument to be able to limit the search.
4053         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
4054         (nnimap-request-move-articles-find-limit): Add this to limit the search
4055         by Message-Id after a message move.
4056         (nnimap): Add defgroup.
4057
4058 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4059
4060         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
4061
4062 2012-06-15  Julien Danjou  <julien@danjou.info>
4063
4064         * nnimap.el (nnimap-find-article-by-message-id): Use
4065         `nnimap-possibly-change-group' rather than its own EXAMINE call.
4066         (nnimap-possibly-change-group): Add read-only argument.
4067         (nnimap-request-list): Use nnimap-possibly-change-group rather than
4068         issuing EXAMINE manually.
4069         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
4070         with read-only argument.
4071         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
4072         cannot possibly change because we need to be sure that it's either
4073         read-write or read-only.
4074
4075 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4076
4077         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4078         being bound to a lambda form.
4079
4080 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4081
4082         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4083         articles when fetch-old is non-nil (bug#11370).
4084
4085 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4086
4087         * gnus-picon.el (gnus-picon-properties): New defcustom.
4088         (gnus-picon-create-glyph): Use it.
4089
4090 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4091
4092         * gnus-group.el (gnus-group-get-new-news): Respect
4093         `gnus-group-use-permanent-levels', as documented (bug#11638).
4094
4095 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4096
4097         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4098         groups (bug#11641).
4099
4100 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4101
4102         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4103         is an integer to avoid later problems.
4104
4105 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4106
4107         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4108         locales.
4109
4110         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4111         on a handle.
4112
4113         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4114         address as the default.
4115         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4116
4117         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4118         makes no sense to query the user about internal files.
4119
4120         * gnus-spec.el: Remove all the byte-compilation stuff, since
4121         benchmarking shows that it doesn't help when entering large summary
4122         buffers.
4123
4124         * gnus-xmas.el (gnus-xmas-define): Remove.
4125
4126         * gnus-util.el (gnus-byte-code): Remove.
4127
4128         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4129         grouplens stuff.
4130
4131 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4132
4133         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4134         (bug#11514).
4135
4136 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4137
4138         * message.el (message-buffers): Return all buffers derived from Message
4139         to make `gnus-dired-attach' work with mu4e.
4140
4141 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4142
4143         * nntp.el: Stop the `letf' madness.
4144         (nntp--report-1): New var.
4145         (nntp-report): Merge nntp-report-1 into it.
4146         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4147         the nntp-report function.
4148
4149         * auth-source.el: Fix comment-style to follow the convention.
4150
4151 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4152
4153         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4154         (mm-dissect-singlepart): Don't guess the MIME type of
4155         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4156         set.
4157         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4158         toplevel MIME type is multipart/encrypted.
4159
4160 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4163         a string so that Gcc works (bug#11514).
4164
4165 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4166
4167         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4168         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4169
4170 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4171
4172         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4173         jumping to *Server* from a dedicated *Group* window.
4174         (gnus-configure-frame): CSE.
4175
4176         * gnus-registry.el: Minor style cleanup.
4177         (gnus-registry--set/remove-mark): New function, extracted from
4178         gnus-registry-install-shortcuts.
4179         (gnus-registry-install-shortcuts): Use it.
4180
4181 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * nnspool.el (news-path): Use eval-and-compile.
4184
4185 2012-05-24  Glenn Morris  <rgm@gnu.org>
4186
4187         * nnspool.el (news-directory, news-path, news-inews-program):
4188         Move here from paths.el.  Don't see a need for these to be autoloaded.
4189
4190         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4191         Merge in doc from paths.el version.  Don't see any need for this to be
4192         autoloaded, or for the warning about users not setting it.
4193
4194 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4195
4196         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4197         format.  In particular, add an optional argument and a docstring.
4198
4199         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4200
4201         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4202         current before calling `gnus-groups-to-gnus-format'.
4203         Note that this was already the case for `gnus-active-to-gnus-format'.
4204
4205 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4206
4207         Fix minor Y10k bug.
4208         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4209
4210 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4211
4212         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4213         message once it's actually open.
4214
4215 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4216
4217         * gnus.el: Ma Gnus v0.5 is released.
4218
4219 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4220
4221         * auth-source.el (auth-source--aput-1, auth-source--aput)
4222         (auth-source--aget): New functions and macros.
4223         Use them instead of aput/aget.
4224
4225 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4226
4227         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4228
4229 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4230
4231         * plstore.el (plstore-called-interactively-p): New compat macro copied
4232         from message.el.
4233         (plstore-mode): Use it.
4234
4235 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4236
4237         * plstore.el: Revive the editing feature.
4238         (plstore-mode): New mode to edit plstore file.
4239         (plstore-mode-toggle-display, plstore-mode-original)
4240         (plstore-mode-decoded): New command.
4241         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4242         (plstore--insert-buffer, plstore--make): New function.
4243         (plstore-open, plstore-save): Simplify by using them.
4244
4245 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4248
4249 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4250
4251         * tls.el (open-tls-stream): Remove unused binding.
4252
4253 2012-04-16  Glenn Morris  <rgm@gnu.org>
4254
4255         * nndraft.el (nndraft-request-list): Fix declaration.
4256
4257 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * mm-decode.el (mm-dissect-buffer): Doc fix.
4260
4261         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4262         don't have a current group.
4263
4264         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4265         buffer if it doesn't exist.
4266
4267         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4268         given, mark the group as ephemeral with the current window conf.
4269
4270         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4271         buffer exists, which it doesn't if we haven't started Gnus.
4272         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4273
4274 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4275
4276         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4277         type is.
4278
4279         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4280         `unexists' entries.
4281         (gnus-clean-old-newsrc): Fix last checkin.
4282
4283         * nnimap.el (nnimap-update-info): None of the articles below the active
4284         low-water mark exist.
4285
4286         * dgnushack.el: Get rid of XEmacs compilation warning.
4287
4288         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4289         would have gotten if we posted to the group, and use that to compare
4290         against the message we want to cancel (bug#10808).
4291
4292         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4293         on XEmacs.
4294
4295 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4296
4297         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4298         `scroll-margin'.
4299
4300 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4301
4302         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4303         citation prefix within a block of cited text should be considered part
4304         of that block *only* if it is a blank line.
4305
4306 2012-04-09  Chong Yidong  <cyd@gnu.org>
4307
4308         * binhex.el, hashcash.el, uudecode.el:
4309         Remove * characters from the front of variable docstrings.
4310
4311 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4314         before kinsoku-bol characters nor within kinsoku-eol characters.
4315
4316 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4319         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4320         (gnus-sync-read): Use mapc instead of mapcar.
4321
4322         * mm-archive.el: Require mm-decode for some macros.
4323         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4324         the byte compiler.
4325         (mm-archive-decoders): New function that returns the value of
4326         the mm-archive-decoders variable.
4327
4328         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4329         instead.
4330         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4331
4332         * nnimap.el (gnus-refer-thread-use-nnir):
4333         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4334
4335 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4336
4337         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4338
4339 2012-03-12  Peter Münster  <pmrb@free.fr>
4340
4341         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4342         (gnus-demon-cancel): Ditto.
4343         (gnus-demon-run-callback): When function cannot be called due to low
4344         idleness, call it when idleness reaches the expected value, instead of
4345         waiting another timer period.
4346         (gnus-demon-init): Add `time' to arguments of call-back.
4347
4348 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349
4350         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4351
4352         * gnus.el: Register gnus-registry functions.
4353
4354         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4355         indent.
4356
4357         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4358         enabled before warping.
4359
4360 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4361
4362         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4363         registry about each article retrieved.
4364
4365         * gnus-int.el (gnus-select-group-with-message-id): New function.
4366         (gnus-try-warping-via-registry): Ditto.
4367         (gnus-warp-to-article): Fall back on the registry.
4368
4369 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4370
4371         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4372         inboxes.
4373
4374 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4377
4378 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4381         gnus-gcc-self-resent-messages may be a group parameter.
4382         (gnus-summary-resend-message): Don't encode encoded words in header
4383         when Gcc'ing resent message.
4384
4385 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386
4387         * shr.el (shr-insert): Treat non-breaking space just like normal
4388         space.  This seems to produce more pleasing results.
4389         (shr-insert): Only insert a blank line if we're starting from an image.
4390         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4391         (shr-ensure-paragraph): Consider lines with white space to be blank.
4392
4393 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4394
4395         * Makefile.in: Respect DESTDIR.
4396
4397 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4398
4399         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4400         and gnus-gcc-post-body-encode-hook.
4401
4402 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403
4404         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4405         messages that don't exist.
4406
4407         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4408
4409 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4412         Remove.
4413
4414         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4415
4416         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4417
4418 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419
4420         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4421         have a group name.
4422
4423         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4424         a multibyte buffer (bug#7410).
4425         (article-wash-html): Parse the original article buffer to get the
4426         unencoded data (bug#7410).
4427
4428         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4429         .newsrc.el files.
4430
4431 2012-04-05  Bastien Guerry  <bzg@altern.org>
4432
4433         * color.el (color-lighten-name): Fix typo.
4434
4435 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436
4437         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4438         "#" to avoid having them interpreted as comments.
4439
4440 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4441
4442         * shr.el (shr-insert): Update the text state properly to avoid
4443         inserting spurious paragraph starts.
4444
4445 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4446
4447         * shr.el (shr-table-widths): Divide the extra width more fairly over
4448         the TDs (bug#10973).
4449         (shr-render-td): Don't delete too much padding.
4450         (shr-natural-width): Compute the natural width more correctly.
4451         (shr-insert): Allow the natural width to be computed for tables again.
4452         (shr-tag-table-1): Rework how the natural widths are computed by
4453         rendering the table a third time.
4454         (shr-natural-width): Removed.
4455         (shr-buffer-width): New function.
4456         (shr-expand-newlines): Use it.
4457
4458         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4459         using a `gnus-use-full-window' setup (bug#11013).
4460
4461 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4462
4463         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4464         24.1 release.
4465
4466 2012-03-10  David Edmondson  <dme@dme.org>
4467
4468         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4469         'Forwarded Message' header and the start of the message.
4470
4471 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4472
4473         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4474         isn't running (bug#10897).
4475
4476 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4477
4478         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4479         This is inconsistent with all the other stream functions, which leave
4480         the setting up to the higher levels (if so wanted) (bug#10931).
4481
4482 2012-02-28  Glenn Morris  <rgm@gnu.org>
4483
4484         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4485         mm-decode.el: Standardize possessive apostrophe usage.
4486
4487 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4490
4491 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4492
4493         * parse-time.el (parse-time-string): Allow extractor to return nil.
4494
4495 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4498
4499 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4500
4501         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4502
4503 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4504
4505         * mm-decode.el (mm-shr): Remove "soft hyphens".
4506
4507         * nnimap.el (nnimap-request-list): Return the group names encoded as
4508         utf8.  Otherwise non-European group names don't work.
4509         (nnimap-request-newgroups): Ditto.
4510
4511         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4512         the default in `read-string' (bug#10757).
4513
4514         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4515         topics (bug#10843).
4516
4517         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4518         buffer.  Suggested by Herbert Valerio Riedel.
4519         (nnimap-request-move-article): Delete the message from the correct IMAP
4520         server.
4521
4522 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4523
4524         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4525         Reported by Peter Münster.
4526
4527 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4528
4529         * shr.el (shr-image-fetched): Make sure we really kill the right
4530         buffer.
4531
4532 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4533
4534         * gnus-start.el (gnus-1): Avoid duplicate entries.
4535
4536 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4537
4538         * imap.el: Remove.
4539
4540         * nntp.el (nntp-coding-system-for-read): Remove.
4541         (nntp-coding-system-for-write): Ditto.
4542         (nntp-open-connection): Just use `binary' directly.
4543
4544         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4545         Gnus 0.3.
4546
4547 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4548
4549         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4550         application/octet-stream parts really is.
4551
4552         * gnus-sum.el (gnus-propagate-marks): Remove.
4553
4554 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4555
4556         * shr.el (shr-rescale-image): Undo previous change; see
4557         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4558
4559 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4560
4561         * gnus.el: Ma Gnus v0.3 is released.
4562
4563 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4564
4565         * gnus-sum.el (gnus-summary-local-variables): Make
4566         `gnus-newsgroup-unexist' into a local variable.
4567
4568 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4569
4570         * registry.el (registry-usage-test, registry-persistence-test): Move to
4571         tests/gnustest-registry.el.
4572         (registry-make-testable-db, registry-match-test)
4573         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4574
4575         * gnus-registry.el (gnus-registry-misc-test)
4576         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4577
4578         * tests/gnustest-registry.el: New file with the registry and
4579         gnus-registry ERT tests.
4580
4581 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * gnus-msg.el (gnus-summary-resend-message): Make
4584         gnus-summary-resend-message-insert-gcc be last item in
4585         message-header-setup-hook.
4586
4587 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4588
4589         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4590         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4591         Remove.
4592         (nnfolder-open-server): Don't use marks.
4593         (nnfolder-request-delete-group): Ditto.
4594         (nnfolder-request-rename-group): Ditto.
4595         (nnfolder-request-set-mark, nnfolder-request-marks)
4596         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4597         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4598
4599         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4600         (nnml-marks-modtime): Remove.
4601         (nnml-request-delete-group): Don't use marks.
4602         (nnml-request-rename-group): Ditto.
4603         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4604         (nnml-save-marks, nnml-open-marks): Remove.
4605
4606         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4607         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4608         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4609         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4610         (nntp-server-to-method-cache): Remove.
4611
4612         * shr.el (shr-rescale-image): Fix wrong merge.
4613
4614 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4615
4616         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4617         too-wide lines.
4618
4619 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4620
4621         * nnimap.el (nnimap-record-commands): New variable.
4622         (nnimap-log-command): Use it.
4623         (nnimap-make-process-buffer): Add a space to the process buffer.
4624         (nnimap-transform-headers): Don't bug out on header lines containing
4625         stuff that look like IMAP length encodings.
4626
4627         * shr.el (shr-rescale-image): Allow viewing large images.
4628
4629 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4630
4631         * nnml.el (nnml-request-compact-group): Delete the marks file after
4632         compaction (bug#10800).
4633
4634         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4635         group exit.
4636
4637         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4638         QRESYNC/FETCH output.
4639
4640 2012-02-11  Glenn Morris  <rgm@gnu.org>
4641
4642         * sieve-manage.el (sieve-manage-default-stream):
4643         * shr.el (shr):
4644         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4645         (nnir-retrieve-headers-override-function)
4646         (nnir-imap-default-search-key, nnir-notmuch-program)
4647         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4648         (nnir-method-default-engines):
4649         * message.el (message-cite-reply-position):
4650         * gssapi.el (gssapi-program):
4651         * gravatar.el (gravatar):
4652         * gnus-sum.el (gnus-refer-thread-use-nnir):
4653         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4654         (gnus-registry-max-pruned-entries):
4655         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4656         * gnus-int.el (gnus-after-set-mark-hook)
4657         (gnus-before-update-mark-hook):
4658         * gnus-async.el (gnus-async-post-fetch-function):
4659         * auth-source.el (auth-source-cache-expiry):
4660         Add missing :version tags to new defcustoms and defgroups.
4661
4662 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4663
4664         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4665         `gnus-newsgroup-unexist'.
4666
4667         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4668         marks.
4669         (gnus-article-special-mark-lists): Put the `unexist' in the special
4670         marks list instead.
4671
4672         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4673         articles in the list of articles to be selected.
4674
4675         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4676         articles.
4677         (nnimap-update-info): Keep track of unexisting articles.
4678         (nnimap-update-qresync-info): Ditto.
4679
4680 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4681
4682         * message.el (message-default-send-mail-function): Made into own
4683         function for reuse by emacsbug.el.
4684
4685 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4686
4687         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4688         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4689
4690 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4691
4692         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4693         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4694
4695         * gnus-compat.el: Define `timer-set-function'.
4696
4697         * mm-decode.el (mm-display-external): Output the text from the command
4698         in the buffer after the command finished.  This makes text-based
4699         commands behave better.
4700
4701 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4702
4703         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4704
4705 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4706
4707         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4708         23.1.
4709
4710 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4713
4714 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4715
4716         * message.el (smtpmail-smtp-user): Silence compiler warning.
4717
4718 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4719
4720         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4721         SMTP user name.
4722
4723 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * gnus-sum.el (gnus-summary-show-thread):
4726         next-single-char-property-change may return nil in XEmacs.
4727         (gnus-summary-article-map): Fix typo.
4728
4729 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4730
4731         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4732         running.
4733
4734         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4735
4736         * gnus.el (gnus-server-extend-method): Don't add an -address component
4737         if the method already has one (bug#9676).
4738
4739 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4740
4741         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4742         of an initial-input for consistency (bug#10757).
4743
4744         * dgnushack.el: Fix XEmacs compilation warning.
4745
4746         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4747
4748         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4749
4750 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4751
4752         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4753         lines that are narrower than the window width.  Otherwise background
4754         "blocks" will look less readable.
4755
4756 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4757
4758         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4759         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4760         have newlines within the strings, and where the UID comes after the
4761         BODYSTRUCTURE element (bug#10537).
4762
4763         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4764         (bug#10732).
4765
4766         * shr.el (shr-insert-document): Add doc string.
4767         (shr-visit-file): Ditto.
4768         (shr-remove-trailing-whitespace): New function.
4769         (shr-insert-document): Use it to clean up trailing whitespace as the
4770         final step (bug#10714).
4771
4772 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4773
4774         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4775         buffer if `gnus-kill-summary-on-exit' is nil.
4776
4777 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4778
4779         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4780         when just reading a single group from "without" Gnus.
4781
4782 2012-02-06  Chong Yidong  <cyd@gnu.org>
4783
4784         * gnus-sum.el (gnus-summary-show-thread):
4785         next-single-char-property-change never returns nil (Bug#8657).
4786
4787 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4788
4789         * message.el (message-multi-smtp-send-mail): New function.
4790         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4791         header to implement multi-SMTP functionality.
4792
4793         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4794         (gnus-agentize): Don't set it.
4795         (gnus-agent-send-mail): Don't use it.
4796
4797         * gnus-sum.el (gnus-summary-widget-backward): New function and
4798         keystroke.
4799
4800         * gnus-compat.el: More the compat functions more compatible.
4801
4802         * shr.el (shr-put-image): Remove underlines from sliced images.
4803         (shr-zoom-image): Compute the region to be replaced more correctly.
4804
4805 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4808         (gnus-summary-resend-message-insert-gcc): New function.
4809         (gnus-summary-resend-message): Modify message-header-setup-hook and
4810         message-sent-hook to make it work for Gcc.
4811         (gnus-inews-do-gcc): Update the number of unread articles of groups
4812         that messages are Gcc'd to.
4813
4814         * message.el (message-resend): Run message-sent-hook to do Gcc.
4815
4816 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4817
4818         * lpath.el: Fix an XEmacs compilation warning.
4819
4820         * gnus-compat.el: Require `help-fns' to fix compilation error.
4821
4822         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4823         a higher level to silence compilation.
4824
4825         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4826         parameter to allow controlling the scaling.
4827
4828         * shr.el (shr-zoom-image): New command and keystroke.
4829         (shr-put-image): Take a `size' flag to say how to scale the image.
4830
4831         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4832         deletion unless already defined.
4833
4834         * gnus.el (gnus-compat): Require it.
4835
4836         * gnus-compat.el: New file.
4837
4838         * gnus-start.el (gnus-clean-old-newsrc): New function.
4839         (gnus-read-newsrc-file): Use it.
4840
4841         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4842         Use recursive deletion.
4843         (mm-dissect-archive): Add support for zip files.
4844
4845         * gnus-util.el (gnus-recursive-directory-files): New function.
4846
4847         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4848         (mm-archive-decoders): Add tgz support.
4849
4850         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4851         Otherwise inserting text into the Gnus buffer can look odd.
4852
4853         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4854
4855         * mm-archive.el (mm-archive-decoders): Add support for tar.
4856
4857         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4858
4859         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4860
4861 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4862
4863         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4864
4865         * mm-archive.el: New file.
4866
4867         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4868
4869         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4870
4871         * message.el (message-goto-*): Make all the `message-goto-*' commands
4872         push the mark before moving point.  This makes it easier to go back to
4873         where you came from after editing whatever you jumped to.
4874
4875 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4876
4877         * gnus.el: Ma Gnus v0.1 is released.
4878
4879 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4880
4881         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4882         without reconnecting.
4883         (nnimap-possibly-change-group): Ditto.
4884         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4885         connection has died before being called.
4886
4887 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4888
4889         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4890         an initial sync unless we're really doing one.
4891
4892         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4893         address parameter if one already exists (bug#9676).
4894
4895         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4896         not the prefix, as documented (bug#10689).
4897
4898 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4899
4900         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4901         the "server".
4902
4903         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4904         the real error message with the useless "previously known to be down".
4905         Which isn't even correct.
4906
4907         * nntp.el (nntp-open-connection): Report the error message if the nntp
4908         server can't be reached.
4909
4910         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4911         groups we do a total scan for.
4912         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4913         doing that.
4914
4915 2012-01-31  Jim Meyering  <jim@meyering.net>
4916
4917         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4918         Correct a comment (insert "not") and hide nominally-doubled "to".
4919
4920 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4921
4922         * gnus.el (gnus-version): Change name to "Ma Gnus".
4923
4924 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4925
4926         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4927         section in the manual.
4928
4929 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4930
4931         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4932         words.
4933         (rfc2047-encode-string): Ditto.
4934         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4935         understand folded filename="..." parameters, for instance.
4936
4937         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4938         the message for greater debuggability.
4939
4940 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4941
4942         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4943         instead of setting it locally, since the latter doesn't seem to have
4944         any effect (most of the time).
4945
4946 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4947
4948         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4949         function call.
4950
4951 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4952
4953         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4954         seconds, and make the repeat clause with HH:MM specs work as
4955         documented.
4956
4957 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4958
4959         * proto-stream.el (proto-stream-capability-open): Fall back on
4960         :end-of-command if :end-of-capability doesn't exist.
4961
4962 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4965         bound globally in old Emacsen and XEmacsen.
4966
4967 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4968
4969         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4970         so that previous errors don't prohibit getting new news.
4971
4972         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4973
4974         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4975
4976 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4977
4978         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4979         buffer, not of the string which is its name.
4980
4981 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4982
4983         * proto-stream.el (proto-stream-capability-open): Wait for
4984         :end-of-capability, not :end-of-command.
4985
4986         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4987         non-server-marks groups.
4988         (gnus-group-make-articles-read): Ditto.
4989
4990         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4991         methods (bug#9676).
4992
4993         * gnus.el (gnus-method-ephemeral-p): New function.
4994
4995 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4998         left-to-right.
4999
5000 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5001
5002         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
5003         warning.
5004
5005 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5006
5007         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
5008         macroexpand the nnir things, since they haven't been defined yet, and
5009         nnir requires gnus-sum.
5010
5011 2012-01-24  Julien Danjou  <julien@danjou.info>
5012
5013         * color.el (color-rgb-to-hsl): Fix value computing.
5014         (color-hue-to-rgb): New function.
5015         (color-hsl-to-rgb): New function.
5016         (color-clamp, color-saturate-hsl, color-saturate-name)
5017         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5018         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5019
5020 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5021
5022         * mm-decode.el (mm-interactively-view-part): Fix prompt.
5023
5024 2012-01-19  Julien Danjou  <julien@danjou.info>
5025
5026         * color.el (color-name-to-rgb): Use the white color to find the max
5027         color component value and return correctly computed values.
5028         (color-name-to-rgb): Add missing float conversion for max value.
5029
5030 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5031
5032         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
5033         logical server name in addition to the actual machine address.
5034
5035         * auth-source.el (auth-source-user-and-password): Add convenience
5036         wrapper to search by just host and optionally user.
5037
5038 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5039
5040         * shr.el (shr-visit-file): Move point to the beginning of the buffer
5041         after rendering.
5042
5043 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5044
5045         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
5046         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
5047         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
5048
5049 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5050
5051         * gnus-sum.el (gnus-summary-read-group): Document more parameters
5052         (bug#9693).
5053         (gnus-summary-setup-buffer): Document return value (bug#9697).
5054
5055         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
5056         since ido doesn't work on symbols (bug#9632).
5057
5058         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
5059         when getting a single value as when getting all the values.  This means
5060         that atoms like `gcc-self' work cumulatively, like variable settings,
5061         instead of getting the value from the last matching clause.
5062         (gnus-group-find-parameter): Protect against the group buffer not
5063         existing (bug#9585).
5064
5065 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5066
5067         * gnus-start.el (gnus-activate-group): Document more parameters
5068         (bug#9694).
5069
5070         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
5071         (bug#9692).
5072
5073         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5074         article was fetched, so that it can be expired later (bug#9958).
5075         (gnus-agent-summary-fetch-series): Add doc string.
5076         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5077         (bug#9517).
5078
5079         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5080         retrieval is happening.
5081
5082         * gnus.el (gnus-parameters): Doc fix.
5083
5084 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5085
5086         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5087         show the thread after expansion.
5088
5089 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * gnus-art.el (article-narrow-to-head): If the head is completely
5092         empty, narrow to the empty region (bug#9764).
5093
5094         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5095         read, and then mark them as unread only when the unread mark is used.
5096         This makes `C-- T k' actually work, even though it's confusing.
5097
5098         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5099         alive before we try to find its window.
5100
5101 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5102
5103         * mm-decode.el (mm-display-external): Use a longer timeout for the
5104         deletion to allow slow programs to display the file.
5105
5106 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5107
5108         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5109         prompt to be less confusing.
5110
5111         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5112         argument to `message-reply'.  This broke `special-display-*' frame
5113         pop-uping (bug#10238).
5114
5115 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5116
5117         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5118         systems, since these allegedly don't work there.
5119
5120 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5121
5122         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5123         live buffer.
5124
5125 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5126
5127         * nnir.el (nnir-retrieve-headers): Protect against the article not
5128         existing on the server (bug#10335).
5129
5130 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5131
5132         * gnus-agent.el (gnus-agent-load-local): Recompute
5133         gnus-agent-article-local on changing method.
5134
5135 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5136
5137         * gnus.el (gnus-parameters): Note precedence.
5138
5139 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5140
5141         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5142         in the group buffer.
5143
5144 2012-01-04  Julien Danjou  <julien@danjou.info>
5145
5146         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5147         change.
5148
5149 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5150
5151         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5152         too.
5153
5154         * nntp.el (nntp-retrieve-group-data-early): Use it.
5155
5156 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157
5158         * nntp.el (nntp-retrieval-in-progress): New variable.
5159         (nntp-make-process-buffer): Make it buffer-local.
5160
5161         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5162         2010.
5163         (gnus-demon-init): Use it to compute the time if time is on the form
5164         "04:23".
5165
5166         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5167
5168         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5169         status in the correct buffer.
5170
5171 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5172
5173         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5174         when opening topics (bug#10407).
5175
5176 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5177
5178         * gnus-cus.el (gnus-score-customize):
5179         * gnus-sum.el (gnus-sort-gathered-threads):
5180         * message.el (message-shorten-references):
5181         * nnmairix.el (nnmairix-request-group):
5182         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5183
5184 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5185
5186         * gnus-agent.el (gnus-agent-regenerate-group):
5187         * gnus-int.el (gnus-retrieve-group-data-early):
5188         * mm-util.el (mm-codepage-ibm-list):
5189         * nndiary.el (Commentary, nndiary-get-new-mail):
5190         * nnir.el (nnir):
5191         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5192
5193 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * mm-view.el (mm-display-inline-fontify): Add comment.
5196
5197 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5198
5199         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5200         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5201
5202 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5203
5204         * gnus-art.el (gnus-split-methods):
5205         * gnus-msg.el (gnus-configure-posting-styles):
5206         * gnus-spec.el (gnus-parse-simple-format):
5207         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5208         * message.el (message-do-actions): Spelling fix.
5209
5210 2011-12-15  Juri Linkov  <juri@jurta.org>
5211
5212         * mm-decode.el (mm-inline-media-tests): Add missing
5213         `mm-handle-media-subtype'.
5214
5215 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5216
5217         * gnus-group.el (gnus-group-tool-bar):
5218         * gnus-sum.el (gnus-summary-tool-bar):
5219         * message.el (message-tool-bar):
5220         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5221
5222 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5223
5224         * plstore.el (plstore--insert-buffer): Spelling fix.
5225
5226 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5227
5228         * message.el (message-valid-fqdn-regexp): Update with newly approved
5229         top-level domain names ".tel" and ".asia".
5230
5231 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5234         unconditionally.
5235
5236 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5239         pop-to-buffer-same-window for old Emacsen.
5240
5241 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5242
5243         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5244
5245 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5246
5247         * netrc.el (netrc-credentials): Spelling fix.
5248
5249 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5250
5251         * gnus-fun.el (gnus-fun-ppm-change-string):
5252         * gnus-msg.el (gnus-inews-do-gcc):
5253         * gnus-sum.el (gnus-summary-find-for-reselect):
5254         * gnus.el (gnus-summary-cancelled):
5255         * message.el (message-cancel-hook, message-send-news):
5256         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5257         * nnir.el (nnir-run-hyrex):
5258         * nntp.el (nntp-with-open-group-function):
5259         * pgg.el (pgg-pending-timers): Spelling fix.
5260
5261 2011-12-04  Chong Yidong  <cyd@gnu.org>
5262
5263         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5264         change (Bug#10200).
5265
5266 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * compface.el (uncompface):
5269         * gnus-art.el (gnus-article-x-face-command): Update the header format
5270         of icon data for the most recent icontopbm program.
5271
5272 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5273
5274         * gnus-msg.el (gnus-inews-do-gcc):
5275         * message.el (message-send-mail):
5276         * mml.el (mml-generate-mime): Share the value of the buffer-local
5277         `message-options' variable between a draft buffer and temprary working
5278         buffers.
5279
5280 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5281
5282         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5283
5284 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5287         for Cygwin.
5288
5289 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5290
5291         * gnus-group.el (gnus-group-prepare-flat):
5292         * mm-bodies.el (mm-encode-body):
5293         * mml.el (mml-preview):
5294         * nnml.el (nnml-request-compact-group):
5295         * pop3.el (pop3-stream-type): Spelling fix.
5296
5297 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5298
5299         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5300
5301 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5302
5303         * color.el (color-rgb-to-hsl):
5304         * gmm-utils.el (gmm-tool-bar-style):
5305         * gnus-group.el (gnus-group-prepare-flat):
5306         * gnus-topic.el (gnus-topic-prepare-topic):
5307         * mm-decode.el (mm-discouraged-alternatives):
5308         * rfc2047.el (rfc2047-encode-1):
5309         * starttls.el: Spelling fix.
5310
5311 2011-11-24  Glenn Morris  <rgm@gnu.org>
5312
5313         * binhex.el (binhex-begin-line): Give it basic doc-string.
5314
5315         * starttls.el, tls.el: Fix case of "GnuTLS".
5316
5317 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5318
5319         * gnus-group.el (gnus-group-highlight): Fix typo.
5320
5321 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5322
5323         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5324         value of `delete-file', that returns nil for a local file but returns t
5325         for a remote file using ssh.
5326
5327 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5328
5329         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5330
5331 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332
5333         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5334         avoid later breakage.
5335
5336 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5339         article buffers' name.
5340
5341 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5342
5343         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5344         by Paul Eggert's spellfixes two days ago.
5345
5346 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5347
5348         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5349         doesn't have it.
5350
5351         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5352         buffer-local instead of binding them to avoid warnings.  Also demote
5353         errors (bug#10063).
5354         (font-lock-mode-hook): Shut up byte compiler.
5355
5356 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5357
5358         * mm-util.el (mm-charset-after):
5359         * nnir.el (nnir-run-hyrex):
5360         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5361         (ntlm-get-password-hashes, ntlm-md4hash):
5362         * smime.el: Fix typo.
5363
5364 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5365
5366         * gnus-agent.el (gnus-agent-expire-group-1):
5367         * nndiary.el (nndiary-last-occurence):
5368         * nnimap.el (nnimap-request-set-mark):
5369         * nnmairix.el (nnmairix-only-use-registry):
5370         * gnus-group.el (gnus-group-prepare-flat):
5371         * gnus-sum.el (gnus-decode-encoded-word-methods):
5372         * message.el (message-wash-subject):
5373         * nntp.el (nntp-retrieve-headers-with-xover):
5374         * smime.el (smime-certificate-directory): Spelling fix.
5375
5376 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5377
5378         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5379
5380         * color.el:
5381         * gnus-agent.el (gnus-agent-possibly-alter-active):
5382         * gnus-dired.el (gnus-dired-print):
5383         * mail-parse.el:
5384         * nnmairix.el (nnmairix-request-group):
5385         * shr.el (shr-image-displayer):
5386         * sieve-manage.el:
5387         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5388
5389 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5390
5391         * gnus-sum.el (gnus-auto-select-subject):
5392         * spam-report.el (spam-report-resend): Spelling fix.
5393
5394 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5395
5396         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5397         * gnus-art.el (gnus-default-article-saver):
5398         * gnus-srvr.el (gnus-server-copy-server):
5399         * gnus.el (gnus-sloppily-equal-method-parameters):
5400         * html2text.el (html2text-format-tag-list):
5401         * message.el (message-narrow-to-head):
5402         * nndiary.el:
5403         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5404         * sieve.el: Spelling fix.
5405
5406 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5407
5408         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5409         * gnus-sum.el (gnus-summary-make-menu-bar):
5410         * gnus-uu.el (gnus-uu-decode-postscript)
5411         (gnus-uu-decode-postscript-and-save):
5412         * mailcap.el (mailcap-print-command):
5413         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5414         Fix typos.
5415
5416 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5417
5418         * gnus-art.el (gnus-article-part-wrapper):
5419         * html2text.el (html2text-fix-paragraphs):
5420         * mm-decode.el (mm-image-fit-p):
5421         * rfc2047.el (rfc2047-encode-message-header):
5422         * shr-color.el (shr-color-visible-distance-min)
5423         (shr-color-relative-to-absolute, set-minimum-interval)
5424         (shr-color-visible): Fix typos.
5425
5426 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5427
5428         * gmm-utils.el (gmm-tool-bar-item):
5429         * gnus-art.el (gnus-treat-body-boundary):
5430         * gnus-diary.el (gnus-user-format-function-d):
5431         * gnus-start.el (gnus-get-unread-articles):
5432         * pgg-gpg.el (pgg-gpg-update-agent):
5433         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5434
5435 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5436
5437         * gnus-topic.el (gnus-group-prepare-topics):
5438         * gnus-uu.el (gnus-extract-view):
5439         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5440
5441 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5442
5443         * spam.el: Move BBDB autoloads.
5444         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5445         BBDB 2 and 3.
5446         (spam-check-BBDB): Use it.
5447         (spam-enter-ham-BBDB): Use it.
5448
5449 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5450
5451         * smime.el (smime-draw-buffer): Spelling fix.
5452
5453 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5454
5455         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5456         for scanning exactly one level.
5457         * gnus-start.el (gnus-get-unread-articles): Ditto.
5458
5459 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460
5461         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5462         slightly clearer.
5463
5464 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5465
5466         * gnus-sync.el: More commentary about setup.
5467
5468 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5469
5470         * message.el (message-send-and-exit): Document `arg'.
5471
5472 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5473
5474         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5475
5476 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5477
5478         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5479
5480         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5481         we don't use `bound-and-true-p'.
5482
5483 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5484
5485         * gnus-util.el (gnus-bound-and-true-p): Remove.
5486         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5487         * nnir.el: Use it.
5488         * nnmairix.el: Use it.
5489
5490 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5491
5492         * gnus-sync.el: Improve docs about CouchDB admins.
5493
5494         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5495         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5496         for reasons unknown.
5497         * nnir.el: Use it.
5498         * nnmairix.el: Use it.
5499
5500         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5501         * nnir.el: Ditto.
5502         * nnmairix.el: Ditto.
5503
5504         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5505
5506 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5507
5508         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5509         not needed.  Provide xmlplistread list function to produce XML plist
5510         output for non-Gnus LeSync clients.
5511
5512 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5513
5514         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5515
5516         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5517         and save against it.  Group subscriptions, read marks, other marks,
5518         subscription levels, topic names, and topic offsets (the group's
5519         position within the topic) are saved.  This is an experimental backend
5520         and may change significantly.  Load json.el from the gnus-fallback-lib
5521         if it's not available otherwise.
5522         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5523
5524 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5525
5526         * message.el (message-completion-function): Make sure
5527         message-tab-body-function is not attempted if one of
5528         message-completion-alist fails to find a completion (bug#9158).
5529
5530 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5531
5532         * mml.el (mml-quote-region): Quote <#secure> tag.
5533         (mml-generate-mime-1): Unquote <#secure> tag.
5534
5535 2011-10-20  Chong Yidong  <cyd@gnu.org>
5536
5537         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5538         calling a minor mode from Lisp with nil arg enables it, so we have to
5539         make the wording a bit ambiguous here).
5540
5541 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5542
5543         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5544         * nnir.el (nnir-mode): Use it.
5545         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5546         Use it.
5547
5548         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5549         * nnmairix.el (gnus-registry-enabled): Ditto.
5550
5551 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5552
5553         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5554         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5555         only while we need to find out if it should be t or nil.
5556         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5557         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5558         the registry is installed.  Set it to nil when it's unloaded.
5559         (gnus-registry-install-p): Provide user guidance for the initial value
5560         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5561         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5562         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5563         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5564         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5565         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5566         `gnus-registry-install'.
5567
5568 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5569
5570         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5571         previous change.
5572         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5573         primary key is marked as disabled.
5574
5575 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5576
5577         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5578         primary key is marked as disabled.
5579
5580 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5581
5582         * html2text.el (html2text-clean-anchor): Check for quotes around
5583         `href' value.
5584
5585 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5586
5587         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5588         searching.  Drop `bbdb-cache'.
5589
5590 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * message.el (message-signed-or-encrypted-p): Exclude header when
5593         checking if there is signed or encrypted body in text/plain message.
5594
5595 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5596
5597         * html2text.el (html2text-get-attr): Correctly handle attribute values
5598         containing "=".
5599
5600 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5601
5602         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5603         handle bindings.
5604
5605 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5606
5607         * gnus-win.el (gnus-configure-windows): Protect against reading
5608         ephemeral groups outside of Gnus.
5609
5610 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * shr.el (shr-tag-img): Don't get images displayed in tables.
5613
5614 2011-10-03  Glenn Morris  <rgm@gnu.org>
5615
5616         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5617         the "maintainer" version of debbugs.gnu.org reports.
5618
5619 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5620
5621         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5622         make asynchronous adjacent image insertion work better.
5623
5624 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5625
5626         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5627         documentation.
5628
5629 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5630
5631         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5632         `gnus-asynchronous' isn't shadowed.
5633
5634 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5635
5636         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5637
5638         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5639         (nnimap-insert-partial-structure): The charset parameter isn't
5640         case-sensitive.
5641
5642         * nnheader.el (nnheader-message-maybe): New function.
5643
5644         * shr.el (shr-tag-table): Render totally broken tables better.
5645
5646         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5647         computing the boundary.
5648
5649 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5650
5651         * pop3.el (pop3-number-of-responses): Remove.
5652         (pop3-wait-for-messages): Rewrite to take linear time instead of
5653         exponential time.
5654
5655 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5656
5657         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5658         re-fetch images.
5659
5660         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5661         re-fetch images when hitting `g' in Gnus.
5662
5663 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5666         (mml-compute-boundary): Don't check collision if it is non-nil.
5667         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5668         before checking collision.
5669
5670 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5671
5672         * message.el (message-indent-citation): Really make sure there's a
5673         newline at the end.
5674
5675         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5676         Fix suggested by John Wiegley.
5677
5678         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5679
5680         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5681
5682         * message.el (message-default-send-rename-function): Break out into its
5683         own function.
5684
5685         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5686         doesn't work under XEmacs.
5687
5688         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5689         of "imaps" to word around Windows problems.
5690         (nnimap-open-connection-1): Use it.
5691
5692         * message.el (message-indent-citation): Revert last change which made
5693         `F' not work.
5694
5695 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5696
5697         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5698         terminal as well.
5699
5700 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5703         because it displays images using overlays that aren't easy to copy to
5704         the article buffer.
5705
5706 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5707
5708         * message.el (message-indent-citation): Fix empty line removal at the
5709         end of the citation.
5710
5711 2011-09-20  Julien Danjou  <julien@danjou.info>
5712
5713         * auth-source.el (auth-source-netrc-create): Use default value for
5714         password if specified.  Evaluate default.
5715         (auth-source-plstore-create): Ditto.
5716         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5717         value evaluation.
5718         (auth-source-netrc-create): Typo fix.
5719         (auth-source-plstore-create): Ditto.
5720
5721         * password-cache.el (password-cache-remove): Remove entries even if the
5722         value is nil, so that password with a nil value (negative caching) is
5723         possible to invalidate.
5724
5725         * auth-source.el (auth-source-format-cache-entry): New function.
5726
5727 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5730
5731 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5732
5733         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5734
5735 2011-09-19  Julien Danjou  <julien@danjou.info>
5736
5737         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5738         which work with things that are not ASCII.
5739
5740 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5741
5742         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5743
5744 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5745
5746         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5747         message level.
5748
5749 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5752
5753 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5754
5755         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5756
5757 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5758
5759         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5760         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5761
5762 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5763
5764         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5765         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5766         articles.
5767
5768 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5769
5770         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5771         (message-mail-other-window, message-mail-other-frame)
5772         (message-news-other-window, message-news-other-frame):
5773         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5774         instead of setting buffer display varibles.
5775
5776 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5777
5778         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5779
5780         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5781
5782 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5783
5784         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5785         duplicates" to a higher level.
5786
5787         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5788         most egregious messages.
5789
5790 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791
5792         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5793
5794 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5795
5796         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5797         up the file (bug#9351).
5798
5799 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5800
5801         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5802         it does with all other backends, but decode the names immediately after
5803         getting them.
5804
5805         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5806         decoding nnimap groups.
5807
5808         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5809         newsrc file.  It doesn't seem like an important optimization any more.
5810
5811 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5812
5813         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5814         overflows.
5815
5816 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5817
5818         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5819         (gnus-interactive-exit): Extend to `quiet'.
5820
5821         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5822
5823         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5824         string.
5825
5826         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5827         renaming function arguments from `this'.
5828
5829         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5830
5831         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5832         has been renamed.
5833         (gnus-lrm-string-p): Include RLM and PDF, too.
5834
5835         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5836         (bug#9225).
5837
5838 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5839
5840         Add autoload cookies for functions used by sendmail.el.
5841         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5842
5843         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5844
5845 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * gnus-art.el (article-date-ut): Work properly even when there are
5848         things like Date header in the body; work for forwarded parts.
5849
5850 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5851
5852         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5853         original-article-buffer.
5854
5855 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5856
5857         * nnir.el (nnir-compose-result): Fix matching of server type.
5858         (nnir-run-swish++): Ditto.
5859         (nnir-run-namazu): Ditto.
5860         (nnir-run-notmuch): Ditto.
5861
5862 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5863
5864         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5865         (bug#9405).
5866
5867         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5868         (bug#9421).
5869
5870         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5871         (bug#9425).
5872
5873         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5874         thing (bug#9426).
5875
5876 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5877
5878         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5879         the error message.
5880
5881 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5882
5883         * message.el (message-setup-1): Return t (Bug#9392).
5884
5885 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5886
5887         * gnus-sum.el: When adding article headers to a summary buffer also
5888         update gnus-newsgroup-articles (bug#9386).
5889
5890 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * auth-source.el: Autoload help-mode.
5893
5894 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5895
5896         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5897         names.
5898
5899 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5900
5901         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5902         mm-replace-in-string for compatibility issues.
5903         * mml2015.el (mml2015-epg-verify): Ditto.
5904
5905 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5908
5909         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5910
5911 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5912
5913         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5914         continue on and do the clean-up phase (bug#9188).
5915
5916         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5917         just ignore groups that can't be opened instead of erroring out
5918         (bug#9225).
5919
5920         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5921         nil since some many people are fuddy-duddies.
5922
5923         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5924         images.
5925
5926         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5927         instead.
5928
5929         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5930
5931         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5932
5933         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5934         processing.
5935
5936         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5937         buffer to avoid warnings.
5938
5939 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5940
5941         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5942         specified to reduce precision.
5943
5944 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5945
5946         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5947         bodystructures (bug#9314).
5948
5949 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5952         Make button keymap non-sticky after buttons.
5953
5954 2011-08-18  David Engster  <dengste@eml.cc>
5955
5956         * nnmairix.el (nnmairix-request-set-mark)
5957         (nnmairix-goto-original-article): Remove adding of article to registry,
5958         since `gnus-registry-add-group' isn't available anymore.
5959         (nnmairix-determine-original-group-from-registry):
5960         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5961         available anymore.
5962
5963 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5964
5965         * starttls.el (starttls-any-program-available): Define as obsolete
5966         function.
5967
5968 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5969
5970         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5971         versions which Gnus use when appropriate.
5972
5973         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5974         a pretty destructive command.
5975
5976         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5977
5978 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5979
5980         * message.el (message-fix-before-sending): Make a different warning
5981         about NUL characters (bug#9270).
5982
5983         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5984         from custom (bug#9260).
5985
5986         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5987         things work in Emacs 22 and XEmacs, too.
5988
5989         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5990         default From.
5991
5992         * gnus-spec.el (gnus-lrm-string-p): New macro.
5993         (gnus-lrm-string): New constant.
5994         (gnus-summary-line-format-spec): LRM-ify the from.
5995         (gnus-tilde-max-form): LRM-ify string chopping.
5996
5997         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5998
5999         * message.el (message-is-yours-p): Allow disabling canlock checking
6000         (bug#9295).
6001         (message-shoot-gnksa-feet): Add `canlock-verify'.
6002         (message-auto-save-directory): Use ~/ as the auto-save directory if the
6003         message directory isn't writable (bug#9304).
6004
6005         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
6006         non-world-readable.
6007
6008 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
6011         articles.
6012
6013 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6014
6015         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
6016         copy-list.
6017
6018 2011-08-12  Sam Steingold  <sds@gnu.org>
6019
6020         * gnus-score.el (gnus-score-find-alist): Keep the score files already
6021         in the reverse order to avoid modifying the cache with `nreverse'.
6022         (gnus-all-score-files): Do not modify the value returned by
6023         `gnus-score-find-alist' because it lives in a cache variable.
6024         (gnus-current-home-score-file): No need to `nreverse' the return value
6025         of `gnus-score-find-alist', it is already in the correct order.
6026
6027 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
6028
6029         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
6030         type MESSAGE and subtype RFC822 is slightly different from those of
6031         type TEXT.
6032
6033 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
6034
6035         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
6036         This allows article-referral to work from an nnir group.
6037
6038 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
6039
6040         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
6041
6042 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
6043
6044         * mml1991.el (mml1991-epg-find-usable-key)
6045         (mml1991-epg-find-usable-secret-key): New function.
6046         (mml1991-epg-sign): Check if signing key is usable.
6047         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
6048
6049 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
6050
6051         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
6052         server-variables only.  This should fix a bug introduced with commit
6053         e1889675b7f4adf057833c5513c9374134c4e053.
6054         (nnir-run-query): 'nnir-search-engine should not be set from the global
6055         environment.
6056
6057 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
6058
6059         * nnir.el (nnir-search-thread): Position point on referring article
6060         line.
6061         (nnir-warp-to-article): Clean up summary buffers.
6062
6063         * nnimap.el (nnimap-request-thread): Whitespace fix.
6064
6065 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
6066
6067         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
6068
6069 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6070
6071         * starttls.el (starttls-available-p): Rename from
6072         `starttls-any-program-available' and changed return convention.
6073
6074 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6075
6076         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6077         `unix-sync' unless it's defined.
6078
6079 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6080
6081         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6082         `aref' for XEmacs compatibiltiy.
6083
6084 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6085
6086         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6087
6088 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6089
6090         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6091         closures, quote the form properly (bug#9194).
6092
6093 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094
6095         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6096         (gnus-summary-insert-new-articles): Protect against servers that are
6097         down.
6098
6099 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6100
6101         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6102         in mm handle if none is specified.
6103
6104 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6105
6106         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6107
6108 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6109
6110         * nnir.el (nnir-search-thread): New function to make an nnir group
6111         based on a thread query.
6112
6113         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6114         of nnir in thread referral.
6115         (gnus-summary-refer-thread): Use it.
6116
6117         * nnimap.el (nnimap-request-thread): Use it.
6118
6119 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6120
6121         * shr.el (shr-tag-comment): Ignore HTML comments.
6122
6123 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6124
6125         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6126         argument.
6127         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6128         Use `nnir-address' to handle server info rather than passing an arg.
6129
6130         * nnimap.el (nnimap-make-thread-query): New utility function to format
6131         an imap thread search query.
6132         (nnimap-request-thread): Use it.
6133
6134         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6135         right select-method if we are not going back to the group buffer.
6136
6137 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6138
6139         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6140         enter invalid buffer configurations into the quit form (bug#9107).
6141         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6142         unplugged/plugged.
6143
6144         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6145         keep track of which ones are unread (bug#9061).
6146
6147         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6148         (bug#9055).
6149
6150         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6151         (bug#9041).
6152
6153         * gnus-html.el (mm-util): Require (bug#9073).
6154
6155         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6156         (gnus-summary-refer-thread): Use it to remove duplicates in the
6157         un-threaded view (bug#9053).
6158         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6159
6160 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6161
6162         * nnir.el (nnir-read-server-parm): Use default value from global
6163         variable.  Without this the default search engine parameters aren't
6164         used at all.
6165
6166 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6167
6168         * message.el (message-unique-id): Don't use the undocumented return
6169         value from (random t) (bug#9118).
6170
6171 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6172
6173         * message.el (message-auto-save-directory): If the ~/Mail directory
6174         doesn't exist, use ~ as the auto-save directory (bug#4432).
6175
6176         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6177         hasn't already been started.
6178
6179 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6180
6181         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6182
6183         * message.el (message-reply): Work around mysterious bug where
6184         `message-mode' seems to overwrite the locally bound `subject' variable.
6185
6186 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6187
6188         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6189         correct group.
6190
6191         * gnus-int.el (gnus-request-thread): Add group argument.
6192
6193         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6194
6195 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6196
6197         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6198
6199         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6200         renamed to `debbugs-gnu-*'.
6201
6202 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6203
6204         * plstore.el: Revert the editing feature since it is not urgent.
6205         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6206         (plstore-mode-decoded): Remove.
6207
6208 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6209
6210         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6211         isn't very interesting any more, and it leaks potentially secret data.
6212         (gnus-debug): Remove.
6213
6214         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6215         use of :custom-show.
6216
6217 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6218
6219         * plstore.el: Add documentation.
6220         (plstore-mode): New mode to edit plstore file.
6221         (plstore-mode-toggle-display, plstore-mode-original)
6222         (plstore-mode-decoded): New command.
6223         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6224         (plstore--insert-buffer, plstore--make): New function.
6225         (plstore-open, plstore-save): Simplify by using them.
6226
6227 2011-07-06  Glenn Morris  <rgm@gnu.org>
6228
6229         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6230
6231 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6232
6233         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6234         no longer is much used.
6235         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6236         Articles".
6237
6238 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6239
6240         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6241         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6242         `notmuch' backend.
6243
6244 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6245
6246         * mm-decode.el (mm-text-html-renderer): Doc fix.
6247
6248         * gnus-msg.el (gnus-bug): Fix the MML tag.
6249
6250         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6251
6252 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6253
6254         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6255         secondary methods if started with `gnus-no-server'.
6256
6257 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6258
6259         * message.el (message-return-action): Fix typo in docstring.
6260
6261 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6262
6263         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6264         bug reports at once.
6265
6266         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6267
6268 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * nndraft.el: Require gnus-group.
6271         (nndraft-request-list): Declare.
6272
6273         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6274         no unread article unless it matches gnus-permanently-visible-groups.
6275
6276         * nndraft.el (nndraft-update-unread-articles): New function.
6277         (nndraft-request-associate-buffer): Use it to update the number of
6278         unread articles for the nndraft groups in the group buffer when saving
6279         or killing a draft message.
6280
6281 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6282
6283         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6284         systems to binary before writing and reading the mbox files.
6285
6286         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6287         instead of trying to list them all (bug#8978).
6288
6289 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6290
6291         * pop3.el (pop3-open-server): Use :end-of-capability.
6292
6293 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6294
6295         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6296         the id is always a number.
6297
6298         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6299
6300         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6301         debbugs mode, if possible.
6302
6303 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6304
6305         * auth-source.el (auth-source-token-passphrase-callback-function):
6306         Reindent.
6307         (epg-context-operation): Remove unnecessary autoload.
6308
6309 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6310
6311         * gnus.el (gnus-list-debbugs): New command.
6312
6313         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6314         mboxstat instead of the maintbox, since the stat seems to be fuller.
6315
6316         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6317         summary buffers.
6318
6319         * message.el (message-get-reply-headers): Delete all duplicates,
6320         instead of the first.
6321         (message-get-reply-headers): Ensure that we have progress while
6322         deleting duplicates.
6323
6324         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6325         gnus-posting-style value from the summary buffer to make it easier to
6326         make that a per-buffer conf.
6327
6328 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6329
6330         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6331         found by setting `shortcut' in 'query.
6332         (nnir-request-article): Use `shortcut' setting when requesting article
6333         by Message-ID.
6334
6335 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6336
6337         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6338         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6339         Bring the pseudo-headers back too.
6340
6341 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6342
6343         * auth-source.el (auth-source-token-passphrase-callback-function):
6344         Simplify and remove EPA dependency.
6345
6346 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6347
6348         * nnir.el (nnir-request-article): Fix error message text.
6349
6350 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6351
6352         * auth-source.el (plstore-delete): Autoload.
6353         (auth-source-plstore-search): Support delete operation.
6354         * plstore.el (plstore-delete): New function.
6355
6356 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6359         mark actually existing articles as unread rather than the ones that
6360         active asserts.
6361
6362 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6363
6364         * nntp.el (nntp-record-command):
6365         * gnus-util.el (gnus-message-with-timestamp-1):
6366         Use format-time-string rather than decoding time stamps by hand.
6367         This is simpler and insulates the code from potential changes to
6368         current-time format.
6369
6370 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6373
6374 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6375
6376         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6377         (plstore-save): Support public key encryption.
6378         (plstore--init-from-buffer): New function.
6379         (plstore-open): Use it; fix error when opening a non-existent file.
6380         (plstore-revert): Use plstore--init-from-buffer.
6381
6382 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6383
6384         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6385
6386 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6389         for old Emacsen.
6390
6391 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6392
6393         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6394         is not fully working.
6395
6396 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6397
6398         * dgnushack.el: Autoload sha1 on XEmacs.
6399
6400         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6401         quit window configuration.
6402
6403         * auth-source.el (epg-context-set-passphrase-callback):
6404         Remove duplicate autoload.
6405
6406 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6407
6408         * nnir.el (nnir-request-article): Allow requesting articles by
6409         Message-ID with nnimap.
6410
6411         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6412         current server.
6413
6414 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6415
6416         * auth-source.el: Autoload EPA/EPG functions.
6417         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6418         changed when EPA/EPG is not available.
6419         (auth-source-backend): Rename "arg" member to "data".
6420         (auth-source-backend-parse, auth-source-plstore-search)
6421         (auth-source-plstore-create): Use it.
6422
6423 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6424
6425         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6426         `gnus-refer-article-methods'.
6427
6428 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6429
6430         * auth-source.el: Require EPA and EPG.
6431         (auth-source-passphrase-alist): New variable.
6432         (auth-source-passphrase-callback-function)
6433         (auth-source-token-passphrase-callback-function): Callbacks for the
6434         netrc field encryption (GPG tokens).
6435         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6436         Symmetric encryption and decryption of the netrc GPG tokens.
6437         (auth-source-netrc-normalize): Use them, simplifying the closure.
6438
6439 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6442         is available.
6443
6444 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6445
6446         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6447         non-nil, and `nnimap-split-methods' is nil, use the former.
6448
6449 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6450
6451         * plstore.el (plstore-revert): New function.
6452         (plstore-open): Use it; hide the buffer from user.
6453
6454 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6455
6456         * auth-source.el (auth-source-backend): New member "arg".
6457         (auth-source-backend-parse): Handle new backend 'plstore.
6458         * plstore.el: New file.
6459
6460 2011-06-30  Glenn Morris  <rgm@gnu.org>
6461
6462         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6463
6464 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6465
6466         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6467         expiring articles to.
6468
6469         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6470         variations as ASCII (bug#5458).
6471
6472 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6475
6476 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477
6478         * message.el (message-point-in-header-p): Tweak the function to default
6479         to saying that we're not in the headers if there is no separator at
6480         all.  This makes it possible to use the Message version of `M-q' in
6481         buffers with no headers (bug#7987).
6482         (message-point-in-header-p): Fix last checkin to work with an empty
6483         mail-header-separator, too.
6484
6485         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6486         again, save the choice via customize.
6487
6488 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6489
6490         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6491
6492         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6493         ended the connection, bail out before waiting infinitely on a new
6494         connection.
6495
6496 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6497
6498         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6499         reports.
6500
6501         * gnus.el (gnus-bug-package): Use "gnus."
6502         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6503
6504 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6505
6506         * dgnushack.el: Make the timer warning go away on XEmacs.
6507
6508         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6509         animations going on at article exit time.
6510
6511         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6512         since removing it breaks people upgrading.
6513
6514         * shr.el (shr-put-image): Use the new interface for animating images.
6515         (shr-put-image): Animate for 60 seconds.
6516
6517         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6518         avoid compiler warnings.
6519
6520         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6521         error with `find-file-hooks' on Emacs 22.
6522         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6523         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6524         on all architectures.
6525
6526         * spam.el (spam-stat): Require in a normal fashion without binding
6527         `spam-stat-install-hooks' to avoid compilation warnings.
6528
6529         * spam-stat.el (spam-stat-install-hooks): Remove.
6530         (spam-stat-install-hooks): Don't run automatically.
6531
6532 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6533
6534         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6535         and keystroke.
6536
6537 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * auth-source.el (auth-source-netrc-cache): Move forward.
6540
6541 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6542
6543         * proto-stream.el (proto-stream-open-starttls): Use
6544         `gnutls-available-p' to see whether we have built-in support.
6545
6546         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6547         we already know.
6548         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6549         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6550
6551 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6552
6553         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6554         %S format, since that looks odd.
6555         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6556         file, especially when saving.
6557
6558 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6559
6560         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6561         article found.
6562
6563 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6564
6565         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6566         `auth-source-save-secrets' with a more sensitive alist that can be
6567         configured per file.  Experimental, so defaults to 'never.
6568         (auth-source-netrc-create): Use it.  Still experimental code.
6569         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6570         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6571
6572 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6573
6574         * auth-source.el (auth-source-save-secrets): New variable to control if
6575         secret tokens should be saved encrypted.
6576         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6577         to `auth-source-netrc-normalize'.
6578         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6579         on the EPA variables being defined.
6580         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6581         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6582         the lexical-let closure.
6583         (auth-source-netrc-create): Create "gpg:" tokens according to
6584         `auth-source-save-secrets'.
6585
6586 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * gnus-group.el (gnus-group-update-group): Add new argument
6589         `info-unchanged' that stops updating dribble buffer.
6590
6591         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6592         deletes lines matching to it in dribble buffer.
6593
6594         * gnus-agent.el (gnus-agent-fetch-group-1):
6595         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6596         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6597         * gnus-start.el (gnus-group-change-level):
6598         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6599
6600         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6601         if newsgroup info is not changed.
6602
6603         * gnus-group.el (gnus-group-get-new-news-this-group):
6604         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6605         Don't update dribble buffer.
6606
6607 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6608
6609         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6610         remove entries with groups we ignore.
6611
6612 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6613
6614         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6615         the underline comes at the bottom.
6616
6617 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6618
6619         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6620         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6621         (gnus-registry-article-marks-to-names): Rename from
6622         `gnus-registry-user-format-function-M2'.
6623
6624 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6627         ephemeral group.
6628
6629 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6630
6631         * shr.el (shr-browse-image): Copy the URL if called interactively.
6632
6633 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6634
6635         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6636         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6637         done, then unselected articles may be marked as read.
6638
6639         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6640         since not doing this seems to lead to a race condition in pop3-logon.
6641
6642         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6643         so that the call chain it correct when we call "upwards".
6644
6645         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6646         in read-only groups.
6647
6648         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6649
6650         * message.el (message-cite-reply-position): Doc string fix.
6651
6652         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6653         avoid regexp overflow.
6654         (nnimap-transform-split-mail): Ditto.
6655
6656         * pop3.el (pop3-retr): Error out if the server closes the connection.
6657
6658 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6659
6660         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6661         mm-with-unibyte-current-buffer.  The buffer should not contain any
6662         multibyte chars anyway at this stage.
6663
6664 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6665
6666         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6667         at the end of lines.
6668
6669 2011-05-29  Julien Danjou  <julien@danjou.info>
6670
6671         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6672
6673 2011-05-27  Glenn Morris  <rgm@gnu.org>
6674
6675         * gnus-group.el (gnus-bug-group-download-format-alist):
6676         Use the "maintainer" version of debian reports as well.
6677
6678 2011-05-26  Glenn Morris  <rgm@gnu.org>
6679
6680         * gnus-group.el (gnus-bug-group-download-format-alist):
6681         Use the "maintainer" version of debbugs.gnu.org reports.
6682
6683 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6686
6687 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6688
6689         * gnus-cus.el (gnus-agent-customize-category):
6690         * gnus-delay.el (gnus-delay-send-queue):
6691         * gnus.el (gnus-other-frame):
6692         Don't quote lambda expressions with `quote'.
6693
6694 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6695
6696         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6697         the thread moves us backwards and so we loop forever.
6698
6699 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6702         whitespace in base64 data lines.
6703
6704 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6705
6706         * gnus-registry.el (gnus-registry-user-format-function-M):
6707         Use `mapconcat'.
6708         (gnus-registry-user-format-function-M2): Use to see the full text of
6709         the marks.  Make "," the mark text separator.
6710
6711         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6712         authentication with auth-source.
6713
6714 2011-05-17  Glenn Morris  <rgm@gnu.org>
6715
6716         * gnus-group.el (gnus-import-other-newsrc-file):
6717         Use insert-file-contents.
6718
6719 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6720
6721         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6722         1000 iterations.
6723
6724 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6725
6726         * nntp.el (nntp-open-connection): Check if process-type is available.
6727
6728 2011-05-16  Julien Danjou  <julien@danjou.info>
6729
6730         * shr.el (shr-tag-del): Add support for del tag.
6731
6732 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * gnus-html.el (gnus-html-put-image): Register a displayer.
6735
6736         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6737
6738 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6739
6740         * registry.el (prune-factor): New initialization parameter defaulting
6741         to 0.1.
6742         (registry-prune-hard): Use it.
6743
6744         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6745         0.1 expicitly.
6746
6747 2011-05-13  Glenn Morris  <rgm@gnu.org>
6748
6749         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6750         is bound, since this function requires sendmail.
6751
6752 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6753
6754         * registry.el (registry-usage-test): Disable pruning test.
6755
6756 2011-05-11  David Engster  <dengste@eml.cc>
6757
6758         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6759         Bind set-network-process-option for XEmacs.
6760
6761 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6762
6763         * registry.el (registry-prune-hard-candidates)
6764         (registry-prune-soft-candidates): Helper methods for registry pruning.
6765         (registry-prune): Use them.  Make the sort function optional.
6766
6767 2011-05-10  Jim Meyering  <meyering@redhat.com>
6768
6769         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6770
6771 2011-05-10  Julien Danjou  <julien@danjou.info>
6772
6773         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6774         symbol and not a list.
6775
6776 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * gnus-art.el (gnus-article-mode): Move binding of
6779         shr-put-image-function here from gnus-article-prepare-display.
6780
6781         * shr.el (shr-put-image-function): New variable.
6782         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6783         (shr-put-image): Return scaled image.
6784
6785         * gnus-art.el (gnus-shr-put-image): New function.
6786         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6787
6788         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6789         original ones, as deletable.
6790
6791 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6792
6793         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6794
6795 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6796
6797         * registry.el (registry-full): Add convenience method.  Fix logic.
6798         (registry-insert): Use it.  Fix logic here too.
6799
6800         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6801         `registry-prune' if `registry-full' returns t.
6802         (gnus-registry-handle-action)
6803         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6804         (gnus-registry-usage-test): Use it.
6805
6806 2011-05-07  Julien Danjou  <julien@danjou.info>
6807
6808         * shr.el (shr-link): Make shr-link inherit from link by default.
6809
6810 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6811
6812         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6813
6814 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6815
6816         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6817         error out because the face is not a list.
6818
6819 2011-05-05  Glenn Morris  <rgm@gnu.org>
6820
6821         * proto-stream.el (gnutls-negotiate): Fix declarations.
6822
6823         * gnus-start.el (gnus-propagate-marks): Declare.
6824
6825 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6826
6827         * registry.el (registry-reindex): Fix percentage message.
6828
6829         * proto-stream.el (network-stream-open-starttls): Adjust to call
6830         `gnutls-negotiate' with :process and :hostname arguments.
6831
6832 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6833
6834         * shr.el: Add shr-link face for links.
6835         (shr-urlify): Use it.
6836
6837         * registry.el (registry-insert): Make error message more helpful.
6838
6839 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6840
6841         * gnus-html.el (gnus-html-schedule-image-fetching):
6842         Use url-queue-retrieve, if it exists.
6843
6844         * shr.el (shr-tag-img): Ditto.
6845
6846         * gnus.el: Autoload more gnus-agent functions.
6847
6848         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6849         agent if we haven't already (bug#8502).
6850
6851         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6852         into the Agent, too.
6853
6854         * gnus-agent.el (gnus-agent-store-article): New function.
6855
6856         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6857         and moved from that file for reuse.
6858
6859         * pop3.el (pop3-open-server): Error messages are "-ERR".
6860
6861 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6862
6863         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6864         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6865
6866 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6867
6868         * gnus.el: No Gnus v0.17 is released.
6869
6870 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6871
6872         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6873         buffer has moved to a different frame.
6874
6875 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6876
6877         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6878         to get the conversion from unibyte to multibyte buffers to work on
6879         Emacs 22.
6880
6881         * nntp.el (nntp-request-article): Slight clean-up.
6882
6883 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6884
6885         * shr.el (shr-strike-through): New face.
6886         (shr-tag-s): Use it to provide <s> support.
6887         (shr-tag-s): Remove duplicate definition.
6888
6889 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6890
6891         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6892         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6893
6894 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6895
6896         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6897         `gnutls-negotiate'.
6898         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6899
6900 2011-04-23  Glenn Morris  <rgm@gnu.org>
6901
6902         * gnus-sum.el (gnus-extra-headers): Bump :version.
6903
6904 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6905
6906         * shr.el (shr-tag-sup): New function.
6907         (shr-tag-sub): Ditto.
6908
6909 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6910
6911         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6912         for the case where `gnus-registry-ignored-groups' is a list of lists,
6913         and don't call `gnus-parameter-registry-ignore' otherwise.
6914
6915 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6916
6917         * nnimap.el (nnimap-user): New backend variable.
6918         (nnimap-open-connection-1): Use it.
6919         (nnimap-credentials): Accept user parameter so it's explicit what user
6920         name is desired.
6921
6922         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6923         default.
6924
6925         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6926         not gnus-registry.el.
6927
6928         * gnus-registry.el: Mention in comments how to modify
6929         `gnus-extra-headers' for proper recipient tracking and that it may
6930         already have To and Cc recently, which it does as of this commit.
6931         (gnus-registry-ignored-groups): Remove defcustom.
6932         Explain why in comments.
6933         (gnus-registry-action): Fix data-header reference to use the extra
6934         headers.  Explain in package commentary how to add To and Cc headers to
6935         the gnus-extra-headers.
6936         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6937         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6938         parameter list or a string list in `gnus-registry-ignored-groups'.
6939         Fix logic error.
6940
6941 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6942
6943         * shr.el (shr-expand-url): Protect against null urls.
6944
6945 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6946
6947         * shr.el (shr-base): New binding.
6948         (shr-tag-base): Keep track of <base>.
6949         (shr-expand-url): New function used throughout.
6950
6951 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6952
6953         * gnus-registry.el
6954         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6955         (gnus-registry-ignored-groups): New variable.
6956         (gnus-registry-ignore-group-p): Use it.
6957         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6958         set the destination group to nil (same as delete) if it's ignored.
6959
6960 2011-04-20  David Engster  <dengste@eml.cc>
6961
6962         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6963
6964         * Makefile.in (test-nntp): New rule.
6965         (check): Add it.
6966         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6967
6968 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * gnus-registry.el (gnus-registry-action)
6971         (gnus-registry-fetch-header-fast):
6972         Don't use mail-header that looks an internal function of mailheader.el.
6973
6974 2011-04-19  Glenn Morris  <rgm@gnu.org>
6975
6976         * time-date.el (time-to-days): Remove unused local variables.
6977
6978 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * gnus-registry.el: Eliminate cl functions.
6981         (gnus-registry-sort-addresses): New function that replaces mapcan.
6982         (gnus-registry-action, gnus-registry-spool-action)
6983         (gnus-registry-split-fancy-with-parent)
6984         (gnus-registry-fetch-recipients-fast): Use it.
6985         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6986
6987         * registry.el (initialize-instance, registry-lookup)
6988         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6989         (registry-lookup-secondary-value, registry-search, registry-delete)
6990         (registry-insert, registry-reindex, registry-size, registry-prune):
6991         Use eval-and-compile.
6992
6993 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6994
6995         * registry.el (registry-reindex): New method to recreate the secondary
6996         registry indices.
6997
6998         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6999         tracked field changes.
7000         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
7001         (gnus-registry-action, gnus-registry-spool-action)
7002         (gnus-registry-handle-action)
7003         (gnus-registry--split-fancy-with-parent-internal)
7004         (gnus-registry-split-fancy-with-parent)
7005         (gnus-registry-register-message-ids): Add recipient tracking on spool,
7006         move, and delete actions, and for fancy splitting with parent.
7007         (gnus-registry-extract-addresses)
7008         (gnus-registry-fetch-recipients-fast)
7009         (gnus-registry-fetch-header-fast): Convenience functions.
7010         (gnus-registry-misc-test): ERT test of
7011         `gnus-registry-extract-addresses'.
7012
7013 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7014
7015         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7016         Track by subject first, then sender.
7017
7018 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7019
7020         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
7021
7022         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
7023         Lisp.
7024
7025         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
7026         (gnus-draft-send): Use it to avoid popping
7027         up frames from gnus-group-send-queue.
7028
7029 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7030
7031         * gnus-registry.el: Updated gnus-registry docs.
7032
7033 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7034
7035         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7036         Fix logic bug.
7037         (gnus-registry-post-process-groups): Fix logging of no results and
7038         quote sender and subject.
7039
7040 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7041
7042         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
7043         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
7044         gnutls-cli are too slow to be done opportunistically.
7045
7046         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
7047         (gnus-read-active-for-groups): Don't try to finish getting stuff where
7048         we had no early-data returned.
7049         (gnus-get-unread-articles): Add a sanity check so that we don't issue
7050         two async commands to the same server at the same time.
7051
7052 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
7053
7054         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
7055
7056 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7057
7058         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
7059         "warning" level.
7060
7061         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
7062         (mm-url-insert-file-contents): Don't set the package names.
7063
7064 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
7065
7066         * gnus-registry.el (gnus-registry-action): Remove properties and
7067         simplify subject in `gnus-registry-handle-action'.
7068         (gnus-registry-spool-action): Get subject and sender from message if
7069         they are not passed in.
7070         (gnus-registry-handle-action): Remove properties and simplify subject
7071         consistently.
7072
7073 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7074
7075         * registry.el: Require CL before using defmacro*.
7076
7077 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * gnus-art.el (article-treat-date): Assume that
7080         gnus-article-date-headers may be a group parameter.
7081
7082 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7083
7084         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7085
7086         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7087         interactively so the newsrc file can contain foreign groups too.
7088         Useful for debugging but not much for users.
7089
7090 2011-04-07  David Engster  <dengste@eml.cc>
7091
7092         * registry.el (registry-usage-test): Only do
7093         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7094         lexical binding.
7095
7096 2011-04-07  David Engster  <dengste@eml.cc>
7097
7098         * Makefile.in (check, test-registry): New rules for test-suite.
7099
7100 2011-04-06  David Engster  <dengste@eml.cc>
7101
7102         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7103         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7104
7105 2011-04-06  David Engster  <dengste@eml.cc>
7106
7107         * registry.el (initialize-instance): Change :after to :AFTER to be
7108         compatible with old EIEIO version in XEmacs.
7109
7110 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7111
7112         * gnus-registry.el (gnus-registry-post-process-groups)
7113         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7114         and provide better messaging.
7115
7116 2011-04-06  David Engster  <dengste@eml.cc>
7117
7118         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7119         errors.
7120
7121         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7122         dgnushack-compile with error-on-warn enabled, and to signal an error if
7123         clean compilation failed.
7124         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7125         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7126
7127 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7128
7129         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7130         unconditionally anyway, discarding errors.
7131         (gnus-registry-delete-entries): New convenience function.
7132         (gnus-registry-import-eld): Import from old .eld registry.
7133
7134         * registry.el: Don't use ERT if it's not available.  Load it
7135         unconditionally anyway, discarding errors.
7136
7137         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7138         version from the Claudio Bley GnuTLS patch (extra optional parameters
7139         and host name).
7140
7141 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7142
7143         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7144         fixup the parameters that can be customized by the user between
7145         save/read cycles.
7146         (gnus-registry-read): Use it.
7147         (gnus-registry-make-db): Use it.
7148         (gnus-registry-spool-action, gnus-registry-handle-action):
7149         Fix messaging.
7150         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7151         Map references to actual group names with sender and subject tracking.
7152         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7153         (gnus-registry-usage-test): Add subject lookup test.
7154
7155         * registry.el (registry-db, initialize-instance): Set up constructor
7156         instead of :initform arguments for the sake of older Emacsen.
7157         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7158         pre-lexbind merge bug.
7159         (registry-usage-test): Use it.
7160         (initialize-instance, registry-db): Move the non-function initforms
7161         back to the class definition.
7162
7163 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7164
7165         * registry.el: New library to manage gnus-registry-style data.
7166
7167         * gnus-registry.el: Use it (major rewrite).
7168
7169         * nnregistry.el: Use it.
7170
7171         * spam.el: Use it.
7172
7173 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7174
7175         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7176         marks on non-selected articles.
7177
7178 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7179
7180         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7181         parameter to open-protocol-stream.
7182
7183 2011-04-01  Julien Danjou  <julien@danjou.info>
7184
7185         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7186         fundamental-mode.
7187
7188 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7189
7190         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7191         servers.
7192
7193 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194
7195         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7196         made marks not propagate, again.
7197
7198 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7199
7200         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7201         Make this the default type.
7202         (proto-stream-open-plain): Rename from proto-stream-open-default.
7203         (open-protocol-stream, proto-stream-open-starttls)
7204         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7205         with `plain'.
7206
7207         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7208         value.
7209
7210         * nntp.el (nntp-open-connection-function): Document the fact that some
7211         values are not functions but are instead handled specially.
7212         Recognize nntp-open-plain-stream value.
7213         (nntp-open-connection): Recognize that value.
7214
7215 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7216
7217         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7218         where it seems to be needed.
7219
7220 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7221
7222         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7223         stuff.
7224
7225         * gnus-score.el (gnus-score-string): Fix calling convention of
7226         `gnus-simplify-buffer-fuzzy' after last patches.
7227
7228         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7229         server for articles we didn't get any headers for.  This is a sanity
7230         check.
7231
7232 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7233
7234         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7235         new CAPABILITY, use it.
7236
7237 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7238
7239         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7240         downloading anything.
7241
7242         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7243
7244 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7245
7246         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7247         colors.
7248         (gnus-splash-svg-color-symbols): New function.
7249
7250 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7251
7252         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7253         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7254         (gnus-simplify-subject-fuzzy): Use the local
7255         gnus-simplify-subject-fuzzy-regex instead of the global one.
7256         This makes using this variable in group parameters work.
7257
7258 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7259
7260         * gnus-registry.el (gnus-registry-unfollowed-groups):
7261         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7262         archive:sent-YYYY-MM-DD groups).
7263         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7264         tracking if there are more than `gnus-registry-max-track-groups'
7265         matches.
7266
7267 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7268
7269         * message.el (message--yank-original-internal): New function to do the
7270         insertion cleanly inside eval in `message-yank-original'.
7271         (message-yank-original): Use it.
7272
7273 2011-03-29  Julien Danjou  <julien@danjou.info>
7274
7275         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7276         local variables disabled rather than `normal-mode'.
7277
7278 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7279
7280         * imap.el (imap-shell-open, imap-process-connection-type):
7281         Use imap-process-connection-type for 'shell' streams as well as
7282         Kerberos, SSL, other subprocesses.
7283
7284 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7285
7286         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7287         with open-network-stream.
7288         (proto-stream-always-use-starttls): Option removed.
7289         (open-protocol-stream): Return a process object by default.  Provide a
7290         new parameter :return-list specifying a list-type return value, which
7291         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7292         :type `network' to `try-starttls', and `network-only' to `default'.
7293         Make `default' the default, for compatibility with open-network-stream.
7294         Handle the no-parameter case exactly as open-network-stream, with no
7295         additional stream processing.  Search plists using plist-get.
7296         Explicitly add :end-of-commend parameter if it is missing.
7297         (proto-stream-open-default): Rename from
7298         proto-stream-open-network-only.  Return 'default as the type.
7299         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7300         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7301         failed.  Always return a list with a (possibly dead) process as the
7302         first element, for compatibility with open-network-stream.
7303         (proto-stream-open-tls): Use plist-get.  Always return a list.
7304         (proto-stream-open-shell): Return `default' as connection type.
7305         (proto-stream-capability-open): Use plist-get.
7306         (proto-stream-eoc): Function deleted.
7307
7308         * nnimap.el (nnimap-stream, nnimap-open-connection)
7309         (nnimap-open-connection-1): Handle renaming of :type parameter for
7310         open-protocol-stream.
7311         (nnimap-open-connection-1): Pass a :return-list parameter
7312         open-protocol-stream to obtain a list return value.  Parse this list
7313         using plist-get.
7314
7315         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7316         for open-protocol-stream.  Accept open-protocol-stream return value
7317         that is a subprocess object instead of a list.  Handle the case of a
7318         dead returned process.
7319
7320 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7321
7322         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7323
7324         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7325
7326 2011-03-21  Julien Danjou  <julien@danjou.info>
7327
7328         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7329         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7330         query.
7331         (mm-inline-text): Render normal text with fontification whenever
7332         possible.
7333
7334         * gnus-sum.el (gnus-summary-save-parts-1):
7335         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7336         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7337         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7338         Use `mm-handle-filename'.
7339
7340         * mm-util.el (mm-handle-filename): New function, return the filename of
7341         an handle.
7342
7343 2011-03-18  Julien Danjou  <julien@danjou.info>
7344
7345         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7346         (gnus-buffer-live-p): Check that buffer is not nil.
7347
7348 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7349
7350         * gnus.el: No Gnus v0.15 is released.
7351
7352 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353
7354         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7355         avoid warning on XEmacs.
7356
7357         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7358         on XEmacs.
7359
7360         * gnus-art.el: Require mouse, which the build bot seems to say is
7361         needed.
7362
7363         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7364
7365         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7366         XEmacs, since it doesn't have url-retrieve-synchronously.
7367
7368         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7369         since assoc-string doesn't exist in XEmacs.
7370
7371 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7372
7373         * gnus-group.el (gnus-group-list-ticked): New function.
7374         (gnus-group-make-menu-bar): Provide a menu entry for it.
7375         (gnus-group-list-map): Provide a binding for it.
7376
7377 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7378
7379         * shr.el (shr-visit-file): New command.
7380
7381         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7382
7383 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7384
7385         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7386         servers.
7387
7388 2011-03-16  Julien Danjou  <julien@danjou.info>
7389
7390         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7391         inline.
7392
7393         * gnus-art.el (article-hide-list-identifiers):
7394         Use gnus-group-get-list-identifiers.
7395
7396         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7397         (gnus-summary-remove-list-identifiers):
7398         Use gnus-group-get-list-identifiers to get regexp.
7399         (gnus-select-newsgroup, gnus-summary-insert-subject)
7400         (gnus-summary-insert-articles):
7401         Call gnus-summary-remove-list-identifiers unconditionally.
7402
7403 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7404
7405         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7406         we're selecting a group with unread articles.
7407
7408         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7409
7410         * gssapi.el: New file separated out from imap.el to provide a general
7411         Kerberos 5 connection facility for Emacs.
7412
7413         * message.el (message-elide-ellipsis): Document the format spec
7414         ellipsis.
7415
7416 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7417
7418         * message.el (message-elide-region): Allow the ellipsis to say how many
7419         lines were removed.
7420
7421 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7422
7423         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7424         window configurations containing buffers that are now dead.
7425
7426         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7427         parsing to avoid integer overflows.
7428         (nnimap-parse-flags): Simplify the last change.
7429         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7430         too large for 32-bit Emacsen.
7431
7432 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7433
7434         * auth-source.el (auth-source-netrc-create):
7435         * message.el (message-yank-original): Fix use of `case'.
7436
7437 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7438
7439         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7440         XEmacs, which was one character too wide.
7441
7442 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7443
7444         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7445         default number of articles to display.
7446         (gnus-articles-to-read): Use pretty names for prompt.
7447
7448 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7449
7450         * gnus-int.el (gnus-open-server): Ditto.
7451
7452         * gnus-start.el (gnus-activate-group): Give a backtrace if
7453         debug-on-quit is set and the user hits `C-g'.
7454         (gnus-read-active-file): Ditto.
7455
7456         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7457
7458 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7459
7460         * message.el (message-yank-original): Use cond instead of CL case.
7461
7462 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7463
7464         * auth-source.el (auth-source-netrc-create): Use usual format for the
7465         default in prompts.
7466
7467 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * lpath.el: Fbind read-char-choice for XEmacs.
7470
7471 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7472
7473         * auth-source.el (auth-source-netrc-create): Show the default in the
7474         prompt when prompting for token creation.
7475
7476 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7477
7478         * auth-source.el (auth-source-format-prompt): Always convert the value
7479         to a string to avoid evaluating non-string arguments.
7480         (auth-source-netrc-create): Offer default properly, not as initial
7481         content in `read-string'.
7482         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7483         of line to determine if we've been run before.  If so, don't run again,
7484         but print a trivial message to indicate the cache was hit instead.
7485
7486 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7487
7488         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7489         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7490         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7491         Gnus.
7492
7493 2011-03-11  Julien Danjou  <julien@danjou.info>
7494
7495         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7496         modified file".
7497
7498 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7499
7500         * auth-source.el (auth-source-read-char-choice): New function to read a
7501         character choice using `dropdown-list', `read-char-choice', or
7502         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7503         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7504         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7505         (auth-source-netrc-saver): Use it.
7506         (auth-source-pick-first-password): New convenience function.
7507
7508 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7509
7510         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7511         parameter in the credentials.
7512         (nnimap-open-connection-1): Use it after a successful login.
7513         (nnimap-credentials): Add IMAP-specific user and password prompt.
7514
7515         * auth-source.el (auth-source-search): Add :require parameter, taking a
7516         list.  Document it and the :save-function return token.  Pass :require
7517         down.  Change the CREATED message from a warning to a debug statement.
7518         (auth-source-search-backends): Pass :require down.
7519         (auth-source-netrc-search): Pass :require down.
7520         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7521         Change save prompt to indicate all modifications saved here are
7522         deletions.
7523         (auth-source-netrc-create): Take user login name as default in user
7524         prompt.  Move all the save functionality to a lexically bound function
7525         under the :save-function token in the returned list.  Set up clearer
7526         default prompts for user, host, port, and secret.
7527         (auth-source-netrc-saver): New function, intended to be wrapped for
7528         :save-function.
7529
7530 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7531
7532         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7533         lines to be spaces instead.
7534
7535 2011-03-07  Julien Danjou  <julien@danjou.info>
7536
7537         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7538         (sieve-sasl-auth): Check that auth-source-search did return something,
7539         or just return an empty string.
7540
7541 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7542
7543         * gnus.el (gnus-interactive): Use read-directory-name.
7544
7545         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7546         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7547         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7548         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7549         Likewise.
7550
7551         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7552
7553 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7554
7555         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7556         onto the list of killed groups, too.  This makes killed nnimap groups,
7557         for instance, more reliably not reappear.
7558
7559         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7560         the parent.
7561
7562         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7563
7564         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7565         really have server-side marks.
7566
7567         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7568         since most backends do not usefully have server-side marks.
7569         (gnus-update-read-articles): Propagate marks to all backends that
7570         really have server-side marks.
7571
7572 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7573
7574         * message.el (message-cite-reply-position, message-cite-style):
7575         New variables.
7576         (message-yank-original): Use the new citation styles.
7577
7578 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7579
7580         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7581         buffer-local issue); don't mark it buffer-local when running under
7582         XEmacs.
7583
7584 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7585
7586         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7587         numbers too big to be `read'.
7588
7589 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7590
7591         * password-cache.el (password-in-cache-p): Add autoload.
7592
7593         * message.el (message-options): Make buffer-local two ways to attempt
7594         to fix a XEmacs bug.
7595
7596 2011-03-02  Julien Danjou  <julien@danjou.info>
7597
7598         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7599
7600 2011-03-01  Julien Danjou  <julien@danjou.info>
7601
7602         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7603         group.
7604         (article-hide-list-identifiers): Use list-identifier group parameter.
7605
7606 2011-02-28  Julien Danjou  <julien@danjou.info>
7607
7608         * sieve.el (sieve-buffer-script-name): New local variable to store
7609         sieve script name.
7610         (sieve-edit-script): Store sieve script name.
7611         (sieve-upload): Use sieve script name when uploading.
7612         (sieve-upload): Use substitute-command-keys.
7613         (sieve-edit-script): Use substitute-command-keys.
7614         (sieve-refresh-scriptlist): Use substitute-command-keys.
7615         (sieve-manage-mode-map): Define keymap properly.
7616         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7617         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7618         Remove commented code about cvs.
7619         (sieve-manage-quit): New function.
7620         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7621
7622 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7623
7624         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7625
7626 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7627
7628         * auth-source.el (auth-source-search): Cache empty result sets.
7629
7630         * password-cache.el (password-in-cache-p): Convenience function to
7631         check if a key is in the cache, even if the value is nil.
7632
7633         * auth-source.el (auth-source-save-behavior): New variable to replace
7634         `auth-source-never-create'.
7635         (auth-source-netrc-create): Use it.
7636         (auth-source-never-save): Remove.
7637
7638 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7639
7640         * nnimap.el (nnimap-stream): Doc fix.
7641         (nnimap-open-connection-1): Reverse the order of the ports to that the
7642         prompted-for port is first.
7643
7644         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7645         retrieval by the no-group selection.
7646
7647         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7648         numerical parameters.
7649
7650 2011-02-25  Julien Danjou  <julien@danjou.info>
7651
7652         * gnus-gravatar.el: Use gnus-with-article-buffer.
7653
7654         * gnus-art.el (gnus-with-article-buffer): Check that the
7655         gnus-article-buffer is alive.
7656
7657 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7658
7659         * auth-source.el (auth-source-creation-prompts): New variable to manage
7660         creation-time prompts.
7661         (auth-source-search): Document it.
7662         (auth-source-format-prompt): Add utility function.
7663         (auth-source-netrc-create): Don't default the user name to
7664         user-login-name.  Use `auth-source-creation-prompts' and some default
7665         prompts for user, host, port, and password (the default generic prompt
7666         remains ugly).
7667         (auth-source-never-save): Add customizable option to never save info.
7668         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7669         mode excursion.
7670
7671 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7674         argument that XEmacs doesn't support.
7675
7676         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7677         compiled for Emacsen having no `libxml-parse-html-region' support.
7678
7679         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7680
7681         * lpath.el: Bind buffer-save-without-query for XEmacs.
7682
7683 2011-02-23  Julien Danjou  <julien@danjou.info>
7684
7685         * gnus-art.el (article-make-date-line): Ignore errors if time is
7686         invalid and not convertible.
7687         (article-make-date-line): Only add lapsed time if time is not nil.
7688
7689 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7690
7691         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7692         `read-char-choice' for backwards compatibility.
7693         (auth-source-netrc-element-or-first): New function to DTRT for
7694         parameter extraction.
7695         (auth-source-netrc-create): Use it and fix multiple parameter print
7696         bug.  Use the default passed from above (given-default) or the
7697         built-in (user-login-name for :user).
7698
7699 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7700
7701         * gnus-start.el (gnus-dribble-read-file):
7702         Set buffer-save-without-query, since we always want to save the dribble
7703         file, probably.
7704
7705         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7706         nnimap.
7707
7708         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7709         -summary- since it's a user-visible variable.
7710
7711         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7712         first time you use the new Gnus.
7713
7714 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7715
7716         * auth-source.el: Don't load netrc.el.
7717         (auth-sources): Search ~/.netrc as well by default.
7718         (auth-source-debug): Add 'trivia option for extra output.
7719         (auth-source-do-trivia): Use it.
7720         (auth-source-search): Simplify logic to use
7721         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7722         appropriate.  Don't keep a running count at this level.  Layer :create
7723         and :delete options appropriately on the first and second passes.
7724         Don't track the backend with the search results.
7725         (auth-source-search-backends): New function to search a list of
7726         backends for a processed spec.
7727         (auth-source-netrc-parse): Cache all netrc files, making
7728         auth-source-netrc-cache an alist keyed by the file name and using the
7729         file mtime as the caching criterion.  Keep the obfuscated data secret
7730         with a lexical bind.
7731         (auth-source-netrc-search): Don't calculate the length of the results
7732         unnecessarily.
7733         (auth-source-search-backends): Fix bug.
7734         (auth-source-netrc-create): Rework prompts.
7735
7736 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7737
7738         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7739         Lower case names of search constraints.
7740         (nnir-run-query): Cache and reuse search constraints for all imap
7741         servers.
7742
7743 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7744
7745         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7746         after exit.
7747         (gnus-setup-message): Define missing variable from last checkin.
7748
7749         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7750         value, show the raw article.
7751
7752 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7753
7754         * gnus.el: No Gnus v0.13 is released.
7755
7756 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7757
7758         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7759         auth-source now accepts numbers.
7760
7761         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7762         spec, too.
7763         (auth-source-ensure-strings): New function.
7764
7765         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7766         (gnus-article-setup-buffer): Always restart the date timer so that user
7767         changes to the frequency is respected.
7768
7769         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7770         port numbers, so make sure it gets that if nnimap-server-port is
7771         explicit.
7772
7773 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7774
7775         * nnimap.el (nnimap-inbox): Doc fix.
7776
7777 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7778
7779         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7780         Autoload.  Add optional arg FRAME, and pass it to color-values.
7781         (color-complement): Caller changed.  Doc fix.
7782         (color-gradient): Rewrite for better clarity and efficiency.
7783
7784 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7785
7786         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7787         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7788         color-lab-to-srgb.
7789
7790 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7791
7792         * color.el: First part of merge from hexrgb.el.
7793         (color-rgb-to-hex): Rename from color-rgb->hex.
7794         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7795         saturation to zero if the value is too small.
7796         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7797         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7798         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7799         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7800         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7801         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7802         (color-cie-de2000): Doc fix.
7803
7804 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7805
7806         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7807         given method as in the group name if we're using an extended method.
7808         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7809         command, if we're using that, instead of waiting for the beginning.
7810
7811         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7812         we're sure to get unique server names, and we don't output two async
7813         commands in the same buffer.  This fixes an NNTP hang for some users.
7814
7815 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7816
7817         * gnus.el: No Gnus v0.11 is released.
7818
7819 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7820
7821         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7822         summary buffer before reading going to the next buffer.  This avoids
7823         putting the point in the group buffer if you `C-g' the command.
7824
7825         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7826         cache (for now) to make ~/.authinfo.gpg files usable.
7827
7828         * nnfolder.el (copyright-update): Define for the compiler.
7829
7830         * auth-source.el (auth-source-search): Fix unbound variable.
7831
7832 2011-02-19  Glenn Morris  <rgm@gnu.org>
7833
7834         * gnus.el (gnus-meta): Doc fix.
7835
7836 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7837
7838         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7839         in case it's not yet loaded.
7840
7841 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7842
7843         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7844         line we're waiting for.
7845
7846 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7847
7848         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7849         face with line-width greater than zero will cause RET in gnus summary
7850         buffer to scroll down article page-wise because auto vscroll happens,
7851         it should be temporally disabled when doing a scroll-up.
7852
7853 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7854
7855         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7856         outputs from the server.
7857
7858 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7859
7860         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7861         later so that bbdb can hook in easier.
7862
7863 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7864
7865         * auth-source.el (auth-source-search): Don't try to create credentials
7866         if the caller doesn't want that.
7867         (auth-source-search): If we don't find a match, don't bug out on
7868         non-bound variables.
7869         (auth-source-search): Only ask a single backend to create the
7870         credentials.
7871
7872         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7873         logging.
7874         (nnimap-credentials): Protect against auth-source-search returning nil.
7875         (nnimap-request-list): Protect against not being able to open the
7876         server.
7877
7878 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7879
7880         * auth-source.el (auth-source-search): Do a two-phase search, one with
7881         no :create to get the responses from all backends.
7882
7883         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7884         when getting credentials.
7885
7886         * gnus-util.el (gnus-delete-duplicates): New function.
7887
7888 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7889
7890         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7891         a creation default, pass the whole port list down.  It will be
7892         completed.
7893
7894         * auth-source.el (auth-source-search): Updated docs to talk about
7895         multiple creation choices.
7896         (auth-source-netrc-create): Accept a list as a value (from the search
7897         parameters) and do completion on that list.  Keep a separate netrc line
7898         with the password obscured for showing the user.
7899
7900         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7901         first choice to `auth-source-search' so it will be used for entry
7902         creation instead of the server's Gnus-specific name.
7903         (nnimap-credentials): Rely on the auth-source library to select which
7904         port is actually wanted in the new netrc entry, so don't override
7905         `auth-source-creation-defaults'.
7906
7907         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7908         :protocol and accept a missing user, host, or port as a wildcard match.
7909         (auth-source-debug): Default to off.
7910
7911         (auth-source-netrc-search, auth-source-netrc-create)
7912         (auth-source-secrets-search, auth-source-secrets-create)
7913         (auth-source-user-or-password, auth-source-backend, auth-sources)
7914         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7915         instead of :protocol.
7916
7917         * nnimap.el (nnimap-credentials): Pass a port default to
7918         `auth-source-search' in case an entry needs to be created.
7919         (nnimap-open-connection-1): Use :port instead of :protocol.
7920
7921 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * auth-source.el: Bind load-path when loading EIEIO from
7924         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7925         21.4 doesn't support, to `require'.
7926         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7927         delete-dups that is not available in XEmacs 21.4.
7928
7929 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7930
7931         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7932         as EIEIO must also be loaded when auth-source.el is being
7933         byte-compiled.
7934
7935 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7936
7937         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7938
7939         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7940
7941         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7942
7943         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7944
7945         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7946
7947         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7948
7949         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7950
7951         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7952         necessary.
7953
7954 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7955
7956         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7957         nil means that nnimap doesn't get updated.
7958
7959 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7960
7961         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7962         result when the user doesn't want to write to the file.
7963         (auth-source-netrc-search): Expect a synthetic result and proceed
7964         accordingly.
7965         (auth-source-cache-expiry): New variable to override
7966         `password-cache-expiry'.
7967         (auth-source-remember): Use it.
7968
7969         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7970         parameter.  Create entry if necessary by using :create t.
7971         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7972
7973 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7974
7975         * auth-source.el (auth-source-debug): Enable by default and don't
7976         mention the obsolete `auth-source-hide-passwords'.
7977         (auth-source-do-warn): New function to debug unconditionally.
7978         (auth-source-do-debug): Use it.
7979         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7980         and for Secrets API entries when the secrets.el library is not
7981         available.
7982
7983 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7984
7985         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7986         (gnus-summary-exit): Kill the correct article buffer on exit from a
7987         `C-d' group.
7988
7989         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7990         gnus-propagate-marks.
7991
7992         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7993         before killing the buffers so that a non-full window conf gets handled
7994         correctly.
7995         (gnus-summary-exit): Ditto.
7996         (gnus-summary-read-group-1): Ditto.
7997
7998         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7999         async code again so that we can debug it properly.
8000
8001         * message.el (message-reply): Take an optional switch-buffer parameter
8002         so that Gnus window confs are respected better.
8003
8004 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8005
8006         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
8007         `plist-get' to accept non-list parameters (XEmacs issue).
8008         Fix docstring.
8009         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
8010         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8011         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
8012         Login collection is "Login" and not "login".
8013
8014 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8015
8016         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
8017         multiple headers.
8018
8019         * nnimap.el (nnimap-inhibit-logging): New variable.
8020         (nnimap-log-command): Don't log login commands.
8021
8022         * auth-source.el (auth-source-netrc-search): The asserts seem to want
8023         to have more parameters.
8024
8025         * nnimap.el (nnimap-send-command): Mark the command time for each
8026         command, so that we don't get NOOPs stepping on our toes.
8027
8028         * gnus-art.el (article-date-ut): Get the date from the Date header on
8029         `t'.
8030
8031 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * auth-source.el (auth-source-search): Use copy-sequence instead of
8034         the cl.el copy-list.
8035
8036 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8037
8038         * imap.el: Bring it back (revert
8039         84d800cd31de3064f0ed39617d725709a2f8f42f).
8040
8041 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
8042
8043         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
8044         Improve prompt.
8045
8046 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8047
8048         * gnus-art.el (gnus-article-mode-line-format): Remove the article
8049         washing status from the default format.  It isn't very informative.
8050
8051 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
8052
8053         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
8054         Fix Gcc processing on imap.
8055
8056 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8057
8058         * imap.el: Remove file.  All the functionality is in nnimap.el.
8059
8060 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8061
8062         * message.el (message-bury): Don't pop up a new window when selected
8063         window is dedicated.
8064
8065 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8066
8067         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
8068
8069 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
8070
8071         * sieve-manage.el: Autoload `auth-source-search'.
8072         (sieve-sasl-auth): Use it.
8073
8074 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8075
8076         * nnimap.el: Autoload `auth-source-forget+'.
8077         (nnimap-open-connection-1): Use it if the connection fails.
8078
8079         * auth-source.el: Require `password-cache'.
8080         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8081         obsolete.
8082         (auth-source-magic): Marker for `password-cache' keys.
8083         (auth-source-do-cache): Update docstring.
8084         (auth-source-search): Use and check cache.
8085         (auth-source-forget-all-cached, auth-source-remember)
8086         (auth-source-recall, auth-source-forget, auth-source-forget+)
8087         (auth-source-specmatchp): Caching support functions.
8088         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8089         Remove and obsolete.
8090         (auth-source-user-or-password): Remove caching to further discourage
8091         using it.  Always hide passwords.
8092
8093         * password-cache.el (password-cache-remove): Accept secrets that are
8094         not strings.
8095
8096 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8097
8098         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8099         code for now, since it doesn't work for all users.
8100
8101 2011-02-09  Julien Danjou  <julien@danjou.info>
8102
8103         * message.el (message-options): Make message-options really buffer
8104         local.
8105
8106 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8107
8108         * mail-source.el: Autoload `auth-source-search'.
8109         (mail-source-keyword-map): Note order matters.
8110         (mail-source-set-1): Get all the mail-source source values and
8111         defaults and search auth-source on those if needed.  This can all
8112         probably be simplified.
8113
8114         * nnimap.el: Autoload `auth-source-search'.
8115         (nnimap-credentials): Use it.
8116         (nnimap-open-connection-1): Ask for the virtual server and physical
8117         address in one shot.
8118
8119         * nntp.el: Autoload `auth-source-search'.
8120         (nntp-send-authinfo): Use it.  Note TODO.
8121
8122 2011-02-08  Julien Danjou  <julien@danjou.info>
8123
8124         * shr.el (shr-tag-body): Add support for text attribute in body
8125         markups.
8126
8127         * message.el (message-options): Make message-options a local variable.
8128
8129 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8130
8131         * auth-source.el (auth-source-secrets-search)
8132         (auth-source-user-or-password): Use `append' instead of `nconc'.
8133         (auth-source-user-or-password): Build return list better and protect
8134         against nil :secret.
8135
8136 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8137
8138         * nnimap.el (nnimap-update-info): Refactor slightly.
8139         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8140         (nnimap-update-info): Clean up slightly.
8141         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8142         characters.
8143         (nnimap-process-quirk): Rename function to avoid collision.
8144         (nnimap-update-info): Fix macrology bug-out.
8145         (nnimap-update-info): Simplify split history test.
8146
8147 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8148
8149         * auth-source.el (top): Require 'eieio unconditionally.
8150         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8151         (auth-source-secrets-search): Limit search when `max' is greater than
8152         number of results.
8153
8154 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8155
8156         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8157         part not returning any data.
8158
8159         * proto-stream.el (open-protocol-stream): Document the return value.
8160
8161 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8162
8163         * auth-source.el (auth-source-secrets-search): Add examples.
8164
8165 2011-02-06  Julien Danjou  <julien@danjou.info>
8166
8167         * message.el (message-setup-1): Handle message-generate-headers-first
8168         set to t.
8169
8170 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8171
8172         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8173         API with a string "secrets:collection-name" and with 'default.
8174         (auth-source-backend-parse): Parse "secrets:collection-name" and
8175         'default.  Recurse on parses instead of repeating code.  Use the
8176         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8177         message when ignoring a source.
8178         (auth-source-search): List ignored search keys at the top level.
8179         (auth-source-netrc-create): Use `case' instead of `cond'.
8180         (auth-source-secrets-search): Created with TODOs.
8181         (auth-source-secrets-create): Created with TODOs.
8182         (auth-source-retrieve, auth-source-create, auth-source-delete)
8183         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8184         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8185         (auth-source-user-or-password-sftp)
8186         (auth-source-user-or-password-smtp): Remove.
8187         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8188         around `auth-source-search'.  Not tested thoroughly.
8189
8190 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8191
8192         * auth-source.el: Bring in assoc and eioeio libraries.
8193         (secrets-enabled): New variable to track the status of the Secrets API.
8194         (auth-source-backend): New EIOEIO class to represent a backend.
8195         (auth-source-creation-defaults): New variable to set prompt defaults
8196         during token creation (see the `auth-source-search' docstring for
8197         details).
8198         (auth-sources): Simplify to allow a simple string as a netrc backend
8199         spec.
8200         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8201         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8202         (auth-source-search): Main auth-source API entry point.
8203         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8204         (auth-source-search-collection): Helper function for searching.
8205         (auth-source-netrc-parse, auth-source-netrc-normalize)
8206         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8207         Supports search, create, and delete.
8208         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8209         backend stubs.
8210         (auth-source-user-or-password): Call `auth-source-search' but it's not
8211         ready yet.
8212
8213 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8214
8215         * message.el (message-setup-1): Remove the read-only stuff, since it
8216         doesn't work under XEmacs, for some reason.
8217
8218         * gnus-sum.el (gnus-user-date): Rename back from
8219         gnus-summary-user-date since user code refers to it.
8220
8221         * shr.el (shr-render-td): Store the actual background color used.
8222
8223         * message.el (message-setup-1): Don't bind the constant
8224         -forbidden-properties.
8225         (message-setup-1): Revert previous change, since it needs to bind the
8226         props to insert them.
8227         (message-resend): Allow removing the read-only separator line.
8228
8229 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8230
8231         * nnimap.el (nnimap-request-accept-article): Give an error message if
8232         the APPEND wasn't successful.
8233
8234 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8235
8236         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8237         that have no groups.
8238
8239 2011-02-03  Julien Danjou  <julien@danjou.info>
8240
8241         * gnus-draft.el: Remove progn around gnus-draft-setup.
8242
8243 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8244
8245         * gnus-start.el (gnus-read-active-for-groups): This function is never
8246         called with a nil `infos', so clean that up.
8247         (gnus-get-unread-articles): Request active files from primary/secondary
8248         methods that have no groups (yet).
8249
8250 2011-02-03  Julien Danjou  <julien@danjou.info>
8251
8252         * message.el (message-setup-1): Always generate References first.
8253         (message-mail): Return the return value of message-setup, not always t.
8254         (message-setup-1): Insert mail-header-separator with read-only and
8255         intangible properties set.
8256
8257         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8258         user-date in docstring.
8259
8260         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8261
8262         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8263         docstring.
8264
8265         * gnus.el (gnus-user-date-format-alist): Change default value.
8266         Use defcustom, with type and group.  Move from gnus-util.el.
8267         Rename to gnus-summary-user-date-format-alist.
8268
8269 2011-02-03  Glenn Morris  <rgm@gnu.org>
8270
8271         * nnimap.el (gnus-fetch-headers): Declare.
8272
8273         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8274
8275 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8276
8277         * message.el (message-forward-make-body-digest-plain)
8278         (message-followup, message-reply): Clean up things noted by Stefan.
8279
8280         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8281         gnus-article-update-date-headers is nil.
8282         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8283         it didn't really work with defcustom.
8284         (article-update-date-lapsed): Make sure the window start doesn't move,
8285         either.
8286
8287 2011-02-01  Julien Danjou  <julien@danjou.info>
8288
8289         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8290         format.
8291
8292         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8293         standard in Emacs nowadays.
8294
8295         * color.el (color-gradient): Add a color-gradient function.
8296
8297 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8298
8299         * message.el (message-expand-name): Don't trust the return value of
8300         bbdb-complete-name.
8301         (message-check-news-header-syntax): Remove unused var `start'.
8302         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8303         (message-inhibit-body-encoding): Move to before first use.
8304         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8305         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8306         (Organization, Message-ID, Date, mh-previous-window-config):
8307         Defvar the vars using dynamic scoping.
8308
8309 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8310
8311         * shr.el (shr-render-td): Only do colors at the final rendering.
8312         Should be slightly faster.
8313         (shr-insert-table): Fix up TD background colors when doing the
8314         vertical padding.
8315
8316         * gnus-art.el (article-date-ut): Protect against articles with no Date
8317         header.
8318         (article-update-date-lapsed): Don't use current-column to find the
8319         horizontal position.  It's fragile in the presence of \003 characters.
8320
8321         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8322
8323 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8324
8325         * gnus-art.el (article-transform-date): Rewrite to still work when
8326         there are several rfc2822 parts.
8327         (article-transform-date): Fix infinite recursion.
8328         (article-date-ut): Replace infinitely many Date headers with a single
8329         one when called interactively.
8330
8331         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8332         secure manner.
8333
8334         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8335         move around by not using save-window-excursion.  It seems to work...
8336
8337 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * gnus-art.el (article-make-date-line): Work for user-defined format.
8340
8341 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8342
8343         * nntp.el (nntp-retrieve-group-data-early)
8344         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8345         fetching functions.
8346
8347         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8348         thoroughly for all backends that have no known groups.  This should
8349         allow new nnml methods to retrieve mail.
8350
8351         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8352         that Gnus doesn't know exists again.
8353
8354         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8355         (gnus-treat-date-ut): Ditto.
8356         (gnus-article-update-date-header): Rename.
8357         (gnus-treat-date-local): Remove.
8358         (gnus-treat-date-english): Remove.
8359         (gnus-treat-date-lapsed): Remove.
8360         (gnus-treat-date-combined-lapsed): Remove.
8361         (gnus-treat-date-original): Remove.
8362         (gnus-treat-date-iso8601): Remove.
8363         (gnus-treat-date-user-defined): Remove.
8364         (gnus-article-date-headers): New variable to control all the date
8365         header options.
8366         (article-date-ut): Rewrite to allow using the new way to format date
8367         headers(s).
8368
8369 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8370
8371         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8372         method.
8373         (nnmail-article-group): A better test for fanciness.
8374
8375         * nnimap.el (nnimap-request-head): Protect against not finding the
8376         article by Message-ID.
8377
8378 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8379
8380         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8381         keep point at the "same place".
8382
8383 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8384
8385         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8386         data if the group is inactive.
8387
8388 2011-01-28  Julien Danjou  <julien@danjou.info>
8389
8390         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8391         (gnus-all-windows-visible-p): Remove old compatibility code.
8392         (gnus-window-top-edge): Add docstring.
8393
8394         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8395
8396 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8397
8398         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8399         older request-update-info.
8400
8401         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8402
8403 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8404
8405         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8406         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8407
8408 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8409
8410         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8411         groups.  This makes the nndraft:queue group pop up if it's not already
8412         there.
8413
8414         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8415         messages" logic, which was reversed.
8416
8417         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8418         the "same place" even if point is on the line being replaced.
8419         (article-update-date-lapsed): Allow updating both the combined lapsed
8420         and the lapsed headers.
8421         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8422         (article-make-date-line): Limit the number of segments dynamically to
8423         avoid too-long lines.
8424
8425 2011-01-27  Julien Danjou  <julien@danjou.info>
8426
8427         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8428         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8429
8430 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8433         Use plist-get instead of the cl function getf.
8434
8435 2011-01-27  Glenn Morris  <rgm@gnu.org>
8436
8437         * gnus-util.el (float-time): Get rid of compiler warning, again.
8438
8439 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8440
8441         * shr.el (shr-put-color): Special-case background colors: Do put them
8442         at the blank parts at the front of the lines.
8443
8444         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8445         exit hook to nix out all data on readedness on group exit.
8446
8447         * gnus-util.el (float-time): If float-time is bound, always use it on
8448         all Emacsen.  It's unclear why the subrp check was there.
8449         (time-date): Require to make some autoload issues on XEmacs go away.
8450
8451         * shr.el (shr-put-color): Don't do the box padding in tables, since
8452         they're already padded.
8453
8454 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8455
8456         * gnus-art.el (gnus-article-next-page): When the last line of the
8457         article is displayed, scroll down once more instead of going to the
8458         next article at once.
8459         (article-lapsed-string): Refactor out and allow specifying how many
8460         segments you want.
8461         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8462         (gnus-article-update-lapsed-header): New variable.
8463
8464         * shr.el: Revert change that made headings use different-sized faces.
8465         The Emacs display engine isn't advanced enough that, for instance,
8466         tables can comfortably use differently-sized faces.
8467
8468 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8469
8470         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8471         used.
8472         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8473         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8474         we're using an encrypted connection.
8475
8476         * proto-stream.el: Alter the interface functions to also return the
8477         actual stream type used: network or tls.
8478
8479 2011-01-25  Julien Danjou  <julien@danjou.info>
8480
8481         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8482         (mm-display-javascript-inline): New function.
8483
8484         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8485         viewing function.
8486
8487 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * shr.el (shr-expand-newlines): Fix variable name.
8490
8491 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8492
8493         * shr.el (shr-expand-newlines): Make nested boxes work.
8494
8495 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8496
8497         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8498         backgrounds.
8499         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8500         in a more sensible manner.
8501
8502 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8503
8504         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8505         if EPG is loaded.
8506
8507 2011-01-24  Julien Danjou  <julien@danjou.info>
8508
8509         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8510         tags.
8511
8512 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8513
8514         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8515         commands.
8516
8517         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8518         in the article buffer.
8519         (gnus-gravatar-insert): Use blank space from the current buffer to
8520         avoid breaking text properties.  This makes X-Sent updating work again.
8521
8522         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8523
8524 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8525
8526         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8527         fix the bug in url-http.el instead.
8528
8529         * shr.el (shr-image-fetched): Ditto.
8530
8531         * shr.el (shr-image-fetched): Avoid having point move in the article
8532         buffer.
8533
8534         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8535         buffer after being called.  It's apparently being killed by url.el, and
8536         killing it made point move to end-of-buffer in a random buffer.
8537
8538         * shr.el (shr-image-fetched): Ditto.
8539
8540 2011-01-23  Julien Danjou  <julien@danjou.info>
8541
8542         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8543
8544         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8545         text/x-org.
8546
8547 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8548
8549         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8550         (i.e., nnimap) returning nil as the article number.
8551
8552 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8553
8554         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8555         "DelSp" parameter in RFC3676.
8556
8557 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8558
8559         * message.el (message-check-recipients): Display the encoded version of
8560         the bogus address if they differ.
8561
8562         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8563         after sending.
8564
8565         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8566
8567         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8568
8569         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8570         group buffer after sending the queue.
8571
8572         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8573
8574 2011-01-22  Julien Danjou  <julien@danjou.info>
8575
8576         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8577
8578 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8579
8580         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8581         nested related parts.
8582
8583         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8584         unexpired articles.  This fixes the regression that led expiry marks to
8585         disappear from nnfolder groups.
8586
8587 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8588
8589         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8590         Don't confuse the "ret" of "retrograde" with RET.
8591
8592 2011-01-21  Julien Danjou  <julien@danjou.info>
8593
8594         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8595         than mm-insert-inline.
8596
8597 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8600         Widen article buffer.
8601
8602 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8603
8604         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8605         the temp buffer.
8606         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8607
8608 2011-01-20  Julien Danjou  <julien@danjou.info>
8609
8610         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8611
8612         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8613         than mm-insert-inline to insert inline part: this respect
8614         mm-inline-media-tests displayers.
8615
8616         * mm-view.el (mm-display-shell-script-inline): New function.
8617
8618         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8619
8620         * mm-uu.el (mm-uu-type-alist): Add org block.
8621         (mm-uu-org-src-code-block-extract): New function.
8622
8623         * mm-view.el (mm-display-org-inline): New function.
8624
8625         * mm-decode.el (mm-automatic-display): Add text/org.
8626
8627         * mailcap.el (mailcap-mime-extensions): Add .org.
8628
8629 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8632         gnus-article-add-buttons.
8633
8634 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8635
8636         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8637         From header with a date and "nobody" as the sender.
8638
8639 2011-01-19  Julien Danjou  <julien@danjou.info>
8640
8641         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8642         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8643         if you have the same regexp several times.
8644         (gnus-button-push): Fix matching when regexp is symbol.
8645
8646 2011-01-15  Glenn Morris  <rgm@gnu.org>
8647
8648         * message.el (message-mail): A compose-mail function should
8649         accept headers as strings.
8650
8651 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8652
8653         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8654         Add :vert-only tags.
8655         (message-mail): New arg RETURN-ACTION.
8656         (message-return-action): New var.
8657         (message-bury): Use it.
8658         (message-mode): Make it buffer-local.
8659         (message-send-and-exit): Always call message-bury.
8660
8661         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8662         message-mail.
8663
8664 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8665
8666         * nnimap.el (nnimap-convert-partial-article): Protect against
8667         zero-length body parts.
8668
8669         * mm-decode.el (mm-preferred-alternative-precedence):
8670         Discourage showing empty parts.
8671
8672         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8673         and stuff if the backend didn't return the article number.  This fixes
8674         an Exchange-related nnimap bug.
8675
8676         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8677         group window, because it does the wrong thing when a separate frame
8678         displays the group buffer.
8679
8680         * proto-stream.el (open-protocol-stream): Protect against the low-level
8681         transport functions returning nil.
8682
8683 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8684
8685         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8686         (mml2015-epg-find-usable-secret-key): New function.
8687         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8688         mml2015-epg-find-usable-key (Bug#7797).
8689         (mml2015-epg-encrypt): Ditto.
8690
8691 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8692
8693         * dgnushack.el (rot13-string): Fix the way to get the argument.
8694
8695 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8696
8697         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8698
8699 2011-01-03  Glenn Morris  <rgm@gnu.org>
8700
8701         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8702
8703         * sieve.el (sieve-open-server): Give a more explicit error if
8704         sieve-manage-open returns nil.  (Bug#7720)
8705
8706 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8707
8708         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8709
8710 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8711
8712         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8713         This avoids sending passwords in plain text over non-encrypted
8714         channels.
8715
8716         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8717
8718         * nnimap.el (nnimap-login): Refactored out into own function, and
8719         implement CRAM-MD5.
8720         (nnimap-wait-for-line): Refactored out.
8721
8722         * mm-view.el (mml-smime): Require.
8723
8724 2010-12-20  David Engster  <deng@eml.cc>
8725
8726         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8727         use EPG to decrypt S/MIME messages instead of openssl.
8728
8729 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8730
8731         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8732
8733         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8734         status is the group clearly is unreachable.
8735
8736         * auth-source.el (auth-source-create): Add the optional second
8737         parameter to `local-variable-p' to be compatible with XEmacs.
8738
8739 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8740
8741         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8742         work when using a compressed nnml folder.
8743
8744 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8745
8746         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8747         backends after sanitising on entry, because this never makes sense:
8748         If the articles have gone missing, then the data no longer exists on
8749         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8750         overwrite anything anyway.
8751
8752         * shr.el (shr-insert-document): Bind shr-width dynamically to
8753         window-width if it's nil.
8754
8755 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8756
8757         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8758         with the meaning of using the full emacs window width for rendering.
8759
8760 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8761
8762         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8763         case when sender is not given.
8764
8765 2010-12-23  Julien Danjou  <julien@danjou.info>
8766
8767         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8768         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8769         the addresses, otherwise we might misplaced the gravatar.
8770
8771 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8772
8773         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8774         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8775         obsolete in Emacs.
8776
8777 2010-12-20  Julien Danjou  <julien@danjou.info>
8778
8779         * gnus-util.el (gnus-rescale-image): Revert last change.
8780
8781 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8782
8783         * binhex.el: Improve commentary (Bug#7482).
8784
8785 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8786
8787         * gnus-group.el (gnus-group-delete-articles): New command.
8788
8789 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8790
8791         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8792
8793 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794
8795         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8796         here, since it's up to the backends to do CRLF removal if their
8797         protocol has it.
8798
8799         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8800
8801 2010-12-17  Julien Danjou  <julien@danjou.info>
8802
8803         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8804         they are from file.  Can also scale up.
8805
8806 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8807
8808         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8809         Restore gnus-use-agent.
8810         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8811
8812         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8813
8814 2010-12-17  Julien Danjou  <julien@danjou.info>
8815
8816         * gravatar.el (gravatar-retrieve-synchronously): New function.
8817         (gravatar-get-data): Make more robust.
8818
8819 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8822
8823 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8824
8825         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8826         to really consider the last line.
8827
8828 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8829
8830         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8831         list of recipient keys, or use symmetric encryption if not a list.
8832         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8833         EPA override, replacing the call to `netrc-store-data'.
8834
8835 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8836
8837         * gnus-srvr.el: Avoid passing nil regexp argument to
8838         delete-matching-lines.
8839
8840 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8841
8842         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8843         fetching stops when Gnus exits.
8844
8845         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8846         function.
8847         (nnfolder-request-expire-articles): Save all the buffers after doing
8848         expiry.
8849
8850         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8851         the last article", since that led to serious performance regressions
8852         when expiring nnml groups.
8853
8854 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8855
8856         * nnir.el: Improve customizations.
8857
8858 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8859
8860         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8861
8862         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8863         group has been killed.
8864         (gnus-group-yank-group): Ditto.
8865
8866         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8867
8868         * nnimap.el (nnimap-request-update-group-status): New function.
8869
8870         * gnus-int.el (gnus-request-update-group-status): New interface
8871         function.
8872
8873         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8874         copying read-ness to the backends.
8875
8876         * nnimap.el (nnimap-quirk): New function.
8877         (nnimap-retrieve-group-data-early): Use it.
8878         (nnimap-quirks): New alist.
8879
8880 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8883         don't delete it within indentation.
8884
8885 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8886
8887         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8888         previous line.
8889
8890 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8891
8892         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8893         QRESYNC command by deleting a superfluous space which broke Cyrus
8894         servers.  This change will break other servers that are buggy the other
8895         way around.
8896
8897 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8898
8899         * spam.el: Reindent and fix long lines.
8900         (spam-copy-or-move-routine): Exclude invalid move destinations.
8901
8902 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8903
8904         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8905         installed the registry.
8906
8907 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8910
8911 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8912
8913         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8914         groupname doesn't contain "gmane".
8915
8916 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8917
8918         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8919         and netrc-bound-and-true-p bindings.
8920         (netrc-parse): Cache the netrc contents.
8921
8922         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8923         (gnus-1): Don't create the nndrafts group twice.
8924         (gnus-setup-news): There's no need to read the active file here, since
8925         that's done again later on a per-backend basis.
8926         (gnus-start-draft-setup): Make sure that the new group is started out
8927         empty.
8928
8929         * gnus-agent.el (gnus-agentize): Don't create the queue group
8930         automatically on startup.  It'll be created later, if needed.
8931
8932         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8933         of automatically subscribed groups.
8934         (gnus-auto-subscribed-categories): New variable.
8935         (gnus-matches-options-n): Use it.
8936         (gnus-default-subscribed-newsgroups): Remove unused variable.
8937         (gnus-start-draft-setup): Message a bit less.
8938
8939 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8940
8941         * nnir.el (nnir-run-imap): Return article list in order of increasing
8942         UID.
8943
8944 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8945
8946         * gnus-sum.el (gnus-summary-enter-digest-group):
8947         Mention gnus-auto-select-on-ephemeral-exit.
8948
8949         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8950         convention of the network-only option.
8951
8952 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8953
8954         * proto-stream.el (proto-stream-open-network-only): New function to
8955         have a way to specify non-STARTTLS upgrade connections.
8956
8957 2010-12-10  Julien Danjou  <julien@danjou.info>
8958
8959         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8960         email address is nil.
8961
8962         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8963
8964 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8965
8966         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8967         deletion.
8968         (nnir-run-imap): Only need to parse list once.
8969
8970 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8971
8972         * shr.el (shr-tag-script): Ignore <script>.
8973         (shr-tag-label): Add <label> support.
8974
8975 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8978
8979         * shr.el (shr-image-displayer): Work for images lined side by side.
8980
8981 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8982
8983         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8984         parameter, since XEmacs doesn't accept t as a parameter.
8985
8986 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8987
8988         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8989         ids.
8990         (nnir-run-gmane): Simplify groupspec formatting.
8991         (nnir-request-expire-articles): New function.
8992
8993 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8994
8995         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8996         overflow, possibly.
8997
8998         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8999         (shr-render-td): Handle td style="" better.
9000         (shr-tag-table): Use the color from the style sheet.
9001         (shr-render-td): Make sure we copy over all the overlays, too.
9002
9003 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
9004
9005         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
9006         (nnir-request-article): Improve article retrieval.
9007
9008 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * mm-util.el (mm-extra-numeric-entities): New variable.
9011
9012         * mm-url.el (mm-url-decode-entities):
9013         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
9014
9015         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
9016
9017 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9018
9019         * message.el: Use completion-at-point.
9020         (message-completion-function): New fun, extracted from message-tab.
9021         (message-mode): Use it for completion-at-point-functions.
9022         (message-tab): Use it and completion-at-point.
9023
9024 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
9027         character if a non-breakable character follows.
9028
9029 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9030
9031         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
9032         any stream.
9033
9034         * shr.el (shr-tag-font): Colorize the region.
9035         (shr-tag-body): Ditto.
9036         (shr-tag-font): Actually let the styles be inherited instead of
9037         overwriting them.
9038         (shr-tag-font): Get the background color right.
9039         (shr-tag-style): Ignore all <style> tags for the moment.
9040
9041         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9042         a Message-ID to avoid having nnimap depend on gnus-sum.
9043
9044         * shr.el (shr-descend): Only colorize something if we have a node that
9045         sets colors.
9046
9047 2010-12-06  Julien Danjou  <julien@danjou.info>
9048
9049         * shr.el (shr-render-td): Render td content with shr-descend, so style
9050         will be applied to <td> too.
9051         (shr-colorize-region): Colorize region even if we only have a background.
9052         (shr-tag-body): Fix color and background color inheritance.
9053         Do not recolorize after shr-generic.
9054         (shr-tag-font): Let shr-generic colorize via inheritance.
9055
9056 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
9059
9060 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
9061
9062         * nnir.el (nnir-request-move-article): Remove obsolete code.
9063
9064 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
9067
9068 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9069
9070         * gnus-sum.el (gnus-summary-respool-article): The completion function
9071         expects a list instead of an alist.
9072
9073         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9074         string as the parameter.
9075
9076         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9077
9078         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9079         styles.
9080         (shr-colorize-region): New function.
9081         (shr-insert-background-overlay): Remove.
9082         (shr-render-td): Background setting should be taken care of on a higher
9083         level.
9084         (shr-tag-body): Use post-hoc colorizations.
9085         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9086         (shr-put-color-1): Don't overwrite old colors.
9087         (shr-colorize-region): When the background color isn't explicit, use
9088         a fixed background.
9089
9090         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9091         nnmail variables.
9092
9093 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9094
9095         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9096         unless necessary.
9097
9098 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9099
9100         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9101         server.
9102
9103 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9104
9105         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9106         so that TAB works.
9107
9108         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9109         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9110
9111         * shr.el (shr-urlify): Show the URL before the title to avoid
9112         misleading URLs.
9113
9114 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9115
9116         * shr.el (shr-urlify): Display the title in <a> tags.
9117
9118 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9119
9120         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9121
9122 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9123
9124         * nnir.el: Rearrange code to allow macros to be autoloaded by
9125         gnus-sum.el.
9126         (nnir-retrieve-headers-override-function): Make this variable
9127         customizable.
9128         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9129
9130         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9131         from nnir.el.
9132
9133 2010-12-03  Julien Danjou  <julien@danjou.info>
9134
9135         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9136
9137 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9140         allow optional argument `environment'.
9141
9142 2010-12-03  Glenn Morris  <rgm@gnu.org>
9143
9144         * mm-extern.el (message-goto-body): Update declaration.
9145
9146 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * gnus-util.el (gnus-macroexpand-all): New function.
9149
9150         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9151         instead of macroexpand-all that is unavailable in XEmacs.
9152
9153 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9154
9155         * nnir.el (nnir-summary-line-format): New variable.
9156         (nnir-mode): Use it.
9157         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9158         (nnir-article-ids): Reimplement as defsubst.
9159         (nnir-retrieve-headers): Don't mangle the subject header.
9160         (nnir-run-imap): Use 100 as RSV score.
9161         (nnir-run-find-grep): Fix for full server searching.
9162         (nnir-run-gmane): Better restriction to gmane groups.
9163
9164         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9165         summary buffers.
9166
9167 2010-12-02  Julien Danjou  <julien@danjou.info>
9168
9169         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9170
9171         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9172
9173         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9174         support.
9175
9176 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9177
9178         * nnir.el: Update to handle the registry better.
9179         (autoload): Silence byte-compiler.
9180         (nnir-open-server): Add a hook for nnir groups.
9181         (nnir-request-move-article): Don't mangle the header.  Better to use
9182         formatting variables (which will be added in the future).
9183         (nnir-registry-action): Update the registry using the original article
9184         group name.
9185         (nnir-mode): Install nnir-specific hooks for updating the registry.
9186
9187         * gnus-sum.el
9188         (gnus-article-original-subject, gnus-newsgroup-original-name):
9189         Remove obsolete variables.
9190         (gnus-summary-move-article): Remove use of obsolete variables.
9191         (gnus-summary-local-variables): Make move and delete hooks local to
9192         summary buffers.
9193
9194 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9195
9196         * rtree.el: New file.
9197
9198 2010-12-01  Julien Danjou  <julien@danjou.info>
9199
9200         * message.el (message-user-organization): Do not use
9201         gnus-local-organization.
9202
9203         * gnus.el: Remove gnus-local-organization.
9204
9205         * gnus-msg.el: Remove nastygram thing.
9206
9207 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9208
9209         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9210         funcall.
9211
9212 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9215         names.
9216
9217         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9218         characters.
9219
9220         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9221         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9222         Suggested by Štěpán Němec <stepnem@gmail.com>.
9223         (gnus-gravatar-transform-address): Use mail-extract-address-components
9224         that supports non-ASCII names rather than mail-header-parse-addresses.
9225
9226 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9227
9228         * proto-stream.el (open-protocol-stream): All starttls connections are
9229         handled by the network handler.
9230
9231 2010-11-30  Julien Danjou  <julien@danjou.info>
9232
9233         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9234         (nnimap-open-connection-1): Fix PREAUTH.
9235
9236         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9237
9238 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9241         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9242         (shr-insert): Use them.
9243         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9244
9245 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9246
9247         * nnir.el (nnir-request-move-article): Bail out if original group
9248         doesn't support article moves.
9249         (nnir-get-active): Improve active list retrieval.
9250
9251 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9252
9253         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9254
9255 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9256
9257         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9258         seem to accept strings-with-numbers as port numbers.
9259
9260 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9261
9262         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9263         change the registry.
9264
9265 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9268         delete-dups that is not available in XEmacs 21.4.
9269
9270         * mm-util.el (mm-delete-duplicates): Add comment.
9271
9272 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9273
9274         * nnir.el (nnir-ignored-newsgroups): New variable.
9275         (nnir-get-active): Use it.
9276
9277 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9278
9279         * proto-stream.el (proto-stream-open-network): Add some comments.
9280
9281         * nntp.el (nntp-open-connection): Provide a :success condition.
9282
9283         * nnimap.el (nnimap-open-connection-1): Ditto.
9284
9285         * proto-stream.el (proto-stream-open-network): See what the response to
9286         the STARTTLS command is.
9287
9288         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9289         backwards compatibility).
9290         (nnimap-open-connection-1): Really respect nnimap-server-port.
9291
9292         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9293         TLS upgrades we don't really care about the identity of the peer.
9294         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9295         that what we've checked for.
9296         (proto-stream-always-use-starttls): Only default to t if
9297         open-gnutls-stream exists.
9298         (proto-stream-open-network): If STARTTLS failed, then just open a
9299         normal connection.
9300         (proto-stream-open-network): Wait until the greeting before doing
9301         STARTTLS.
9302
9303         * nntp.el (nntp-open-connection): Report what the connection error is.
9304
9305         * proto-stream.el (open-protocol-stream): Rename from
9306         open-proto-stream.
9307
9308 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9309
9310         * nnimap.el (nnimap-stream): Change default to `undecided'.
9311         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9312         first, and then network.
9313         (nnimap-open-connection-1): Respect nnimap-server-port.
9314         (nnimap-open-connection): Be more backwards-compatible.
9315
9316         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9317         (proto-stream-open-starttls): De-duplicate the starttls code.
9318         (proto-stream-open-starttls): Folded back into the main function.
9319         (proto-stream-open-network): Fix typo in the gnutls path.
9320         (proto-stream-command): Refactor out.
9321
9322         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9323
9324         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9325         starttls.el STARTTLS.
9326
9327         * color.el (color-lab->srgb): Fix function call name.
9328
9329         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9330         if we're using tls.el.
9331         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9332         built in, then don't try to establish a STARTTLS connection.
9333
9334         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9335         servers.
9336
9337         * proto-stream.el (open-proto-stream): Use network, not stream.
9338         (open-proto-stream): Add a way to specify what the end of a command is.
9339
9340         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9341         connections types.
9342         (nntp-open-network-stream): Remove.
9343         (nntp-open-ssl-stream): Remove.
9344         (nntp-open-tls-stream): Remove.
9345         (nntp-ssl-program): Remove.
9346
9347         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9348
9349 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9350
9351         * nnir.el: Fix typos.
9352         (nnir-retrieve-headers-override-function): Rename variable to reflect
9353         new semantics.
9354         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9355         macros.
9356         (nnir-request-article, nnir-request-move-article): Use them.
9357         (nnir-categorize): New function.
9358         (nnir-run-query): Use it.
9359         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9360         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9361         sorted.
9362         (nnir-group-full-name): Use gnus-group-full-name instead.
9363         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9364         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9365
9366 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9367
9368         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9369
9370         * proto-stream.el: New library to provide protocol-specific
9371         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9372         protocols.
9373         (open-proto-stream): Complete the documentation.
9374         (proto-stream-open-network): Fix some typos.
9375
9376         * nnimap.el (nnimap-open-connection): Use it.
9377
9378 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9379
9380         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9381         negotiation.
9382
9383 2010-11-26  Julien Danjou  <julien@danjou.info>
9384
9385         * color.el: Rename various rgb functions to srgb.
9386
9387 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9388
9389         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9390         names.
9391
9392 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * shr.el (shr-insert): Revert last change.
9395         (shr-find-fill-point): Never leave point being at bol;
9396         relax the kinsoku limitation when rendering tables.
9397
9398 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9399
9400         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9401         results from -accept-article.
9402
9403         * shr-color.el: Require cl when compiling.
9404
9405         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9406         checkin.
9407
9408         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9409
9410         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9411
9412         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9413         'add and 'delete to set backend marks.
9414
9415         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9416
9417         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9418
9419         * nntp.el (nntp-request-set-mark): Use it.
9420
9421         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9422
9423         * nnml.el (nnml-request-set-mark): Ditto.
9424
9425         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9426         introduces regressions in article selection.
9427         (nnimap-find-uid-response): New function.
9428         (nnimap-request-accept-article): Use the UID returned, if any.
9429         (nnimap-request-move-article): Use the UID returned, if any.
9430         (nnimap-get-groups): Reimplement to work with folded lines.
9431         (nnimap-find-uid-response): The UID is the last element in the list.
9432         (nnimap-request-set-mark): Extend syntax with 'set.
9433
9434         * nnml.el (nnml-request-set-mark): Ditto.
9435
9436         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9437
9438         * nntp.el (nntp-request-set-mark): Ditto.
9439
9440 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * message.el (message-called-interactively-p): A temporary macro.
9443         (message-goto-body): Use it temporarily.
9444
9445 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9446
9447         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9448         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9449         (nnimap-last-response-string): Fix last unfolding fix.
9450
9451 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * shr.el (shr-insert): Fix the way to fold lines.
9454
9455 2010-11-25  Julien Danjou  <julien@danjou.info>
9456
9457         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9458
9459         * color.el: Rename from color-lab.el
9460         (color-rgb->hex): Add.
9461         (color-complement): Add.
9462         (color-complement-hex): Add.
9463
9464         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9465
9466 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467
9468         * shr-color.el (shr-color-visible): Don't bug out if the color names
9469         don't exist.
9470
9471 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9472
9473         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9474         assuming that article displaying or another mml-preview may be
9475         interrupted for an error or for the like.
9476
9477         * shr.el (shr-get-background): Fix argument name.
9478
9479 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9480
9481         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9482
9483         * gnus-sum.el (gnus-summary-include-articles): New function.
9484
9485         * message.el (message-goto-body): called-interactively-p needs a
9486         parameter, so use `any'.
9487
9488         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9489         clear marks before moving, since they're synced from the Gnus side
9490         first.
9491
9492         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9493         (gnus-summary-move-article): Copy over all marks before moving, so that
9494         IMAP doesn't think a new article has arrived.
9495
9496 2010-11-24  Julien Danjou  <julien@danjou.info>
9497
9498         * shr.el (shr-insert-background-overlay): Fix typo.
9499         (shr-render-td): Copy the background before rendering.
9500
9501         * shr-color.el (shr-color-visible): Fix docstring.
9502
9503         * shr.el (shr-tag-table): Add bgcolor support.
9504         (shr-render-td): Add bgcolor support.
9505         (shr-get-background): Add.
9506         (shr-insert-foreground-overlay): Use shr-get-background.
9507
9508         * message.el (message-goto-body): Use called-interactively-p.
9509         (message-in-body-p): message-goto-body returns point.
9510
9511 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9512
9513         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9514         Fixes something or other in Emacs 23, and is backwards compatible.
9515
9516         * message.el (message-goto-body): Remove the <#secure special-casing,
9517         which is too special.
9518
9519         * shr.el (shr-parse-style): Drop !important from styles.
9520
9521 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9522
9523         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9524         this function to return incorrect results when calling it with an
9525         explicit article argument different from
9526         (gnus-summary-article-number).
9527
9528 2010-11-24  Julien Danjou  <julien@danjou.info>
9529
9530         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9531         (shr-tag-body): Add background support.
9532         (shr-descend): Add background support.
9533         (shr-tag-title): Add.
9534
9535         * shr-color.el (shr-color-visible): Really return original background
9536         if fixed.
9537
9538 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9539
9540         * shr.el (shr-color-check): Protect against non-existent color names.
9541
9542 2010-11-24  Julien Danjou  <julien@danjou.info>
9543
9544         * color-lab.el: Require 'cl when compiling.
9545
9546         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9547
9548         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9549         matched part.
9550
9551         * color-lab.el: Fix all expt calls to use float type.
9552
9553 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9556         expression to shr-color-check as is.
9557
9558         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9559
9560         * color-lab.el: Add coding cookie.
9561         (float-pi): Use eval-and-compile.
9562
9563         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9564         compiled for Emacsen having no `libxml-parse-html-region' support.
9565
9566 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9567
9568         * shr.el (shr-insert-color-overlay): Split stuff like
9569         "#444444 !important" to find the real color.
9570         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9571         parse <font color="red"> entries.
9572
9573 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9574
9575         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9576         point when parsing headers.
9577
9578         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9579         is positioned properly when parsing headers.
9580
9581 2010-11-23  Julien Danjou  <julien@danjou.info>
9582
9583         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9584
9585         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9586
9587         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9588
9589         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9590         Use shr-color-hue-to-rgb.
9591         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9592
9593 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9594
9595         * shr.el (shr-color->hexadecimal): Autoload.
9596         (shr-descend): Add color to all tags.
9597
9598 2010-11-22  Julien Danjou  <julien@danjou.info>
9599
9600         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9601         shr-color->hexadecimal.
9602
9603         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9604         RGB() or HSL() color representation.
9605
9606         * shr.el (shr-tag-font): Add.
9607         (shr-tag-color-check): New function to get better colors.
9608         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9609         tag-span.
9610
9611         * shr-color.el: New file.
9612
9613         * color-lab.el: New file.
9614
9615         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9616
9617 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9618
9619         * nnir.el: Fix typo in comments.
9620         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9621         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9622
9623 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9624
9625         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9626
9627         * nnimap.el (nnimap-get-capabilities): Refactor out.
9628         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9629
9630 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9631
9632         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9633         appearing when `mm-uu-hide-markers' is nil.
9634
9635 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9636
9637         * nnimap.el (nnimap-unselect-group): Make into its own function.
9638         (nnimap-request-rename-group): Unselect group before renaming.
9639         This had gotten lost somewhere.
9640         (nnimap-request-accept-article): Keep track of examined groups, and
9641         unselect the group before APPENDing to read-only groups.
9642         (nnimap-request-move-article): Clear flags before moving so that they
9643         can be re-set later.
9644
9645 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9648         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9649
9650 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * gnus-art.el (gnus-mime-display-single):
9653         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9654         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9655         parameter.
9656
9657 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9658
9659         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9660         (shr-table-vertical-line): New variable.
9661         (shr-insert-table): Use it.
9662
9663 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * gnus-html.el (gnus-html-wash-images): Don't display images if
9666         gnus-inhibit-images is non-nil; register displayer for cid images.
9667         (gnus-html-display-image): Work for cid image.
9668         (gnus-html-insert-image): Allow arguments.
9669         (gnus-html-put-image): Inhibit read-only.
9670         (gnus-html-prefetch-images): Don't prefetch images if
9671         gnus-inhibit-images is non-nil.
9672
9673 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9674
9675         * shr.el (shr-put-image): Break lines when inserting big pictures.
9676
9677 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9678
9679         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9680         sender, thanks Katsumi Yamaoka.
9681
9682 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9683
9684         * nnir.el (nnir-run-imap): Reverse the article list for each group
9685         rather than the whole list.
9686
9687 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * shr.el (shr-image-displayer): Protect function against non-existent
9690         image source.
9691
9692         * gnus-art.el (gnus-inhibit-images): New user option.
9693         (gnus-mime-display-single): Don't display image if it is non-nil.
9694
9695         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9696         gnus-inhibit-images.
9697
9698         * shr.el (shr-image-displayer): New function.
9699         (shr-tag-img): Use it.
9700
9701 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9702
9703         * mml2015.el (mml2015-epg-sign): Use From header.
9704
9705 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9706
9707         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9708
9709         * gnus-util.el (gnus-find-text-property-region): Return markers.
9710
9711         * shr.el (shr-tag-img): Put a displayer in the text property.
9712
9713         * gnus-util.el (gnus-find-text-property-region): New utility function.
9714
9715         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9716         (gnus-html-show-images): Remove.
9717
9718         * gnus-art.el (gnus-article-show-images): New, more general function.
9719
9720         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9721         image url text properties.
9722
9723         * shr.el: Ditto.
9724
9725         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9726         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9727
9728 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9731         work for two or more articles.
9732
9733 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9736         divide an image that's in an html article to two or more when washing
9737         non-ASCII characters in alt text of it.
9738
9739 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9742         smime-decrypt-region using function argument.
9743         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9744
9745         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9746
9747         * smime.el (smime-decrypt-region): Catch it.
9748
9749 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9750
9751         * smime.el (smime-mode-map): Move initialization into declaration.
9752         (gnus-run-mode-hooks): Don't autoload.
9753         (smime-mode): Use define-derived-mode.
9754
9755 2010-11-11  Glenn Morris  <rgm@gnu.org>
9756
9757         * smime.el (from): Restrict declaration to XEmacs.
9758
9759         * nnir.el (gnus-group-topic-name): Autoload.
9760
9761 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * shr.el (shr-insert): Don't break long line if it is because of
9764         kinsoku-bol characters in the line end.
9765
9766 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9767
9768         * nnir.el (nnir-request-move-article): Fix to provide original group
9769         and subject.
9770         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9771         been retrieved.
9772
9773         * gnus-sum.el (gnus-summary-move-article): Use original group and
9774         subject for virtual articles such as those in an nnir summary buffer.
9775
9776 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9779         least 21.5).
9780
9781         * smime.el (from): Declare it again for XEmacs.
9782
9783 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9784
9785         * message.el (message-resend): Don't disable encoding unless it's
9786         already encoded.
9787
9788         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9789         low-numbered articles.
9790
9791 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * rfc2047.el (rfc2047-syntax-table): Simplify.
9794
9795         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9796
9797         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9798         set-char-table-range for XEmacs.
9799
9800 2010-11-10  Glenn Morris  <rgm@gnu.org>
9801
9802         * time-date.el (time-to-seconds): Always an alias on Emacs,
9803         never a real function.
9804         (with-no-warnings): Remove compat stub, now unused.
9805         (time-less-p): Doc fix.
9806         (time-to-number-of-days): Simplify.
9807
9808         * smime.el (from): Remove unused declaration.
9809
9810         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9811         (gnus-float-time): On Emacs, always an alias.
9812
9813         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9814         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9815
9816 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * dgnushack.el: Don't use ignore-errors in the top level form since it
9819         is unavailable in XEmacs even if cl is loaded.
9820
9821         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9822
9823 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9824
9825         * shr.el (browse-url-mailto): Autoload.
9826
9827         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9828
9829         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9830         regexp doesn't need quoting.
9831
9832 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9833
9834         * message.el (message-subject-trailing-was-ask-regexp)
9835         (message-subject-trailing-was-regexp): Match was: in addition to was.
9836
9837 2010-11-09  Glenn Morris  <rgm@gnu.org>
9838
9839         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9840         (nnbabyl-check-mbox): Use point-at-bol.
9841
9842 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9843
9844         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9845
9846         * message.el (message-mailto): New function.
9847         (message-mailto): Should accept other parameters.
9848         (message-mailto): Remove since it duplicates browse-url-mailto
9849         functionality.
9850
9851 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9852
9853         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9854         methods.
9855         (gnus-read-active-file): Ditto.
9856
9857         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9858         ": " from the prompt.
9859         (gnus-group-make-group): Ditto.
9860
9861 2010-11-07  Glenn Morris  <rgm@gnu.org>
9862
9863         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9864         (gnus-bookmark-kill-line): Use point-at-eol.
9865
9866 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9869         asterisks in From header.
9870
9871 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9872
9873         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9874         string to avoid making the From headers syntactically invalid.
9875
9876         * message.el (message-send-mail): Don't insert courtesy messages if the
9877         message already has List-Post and List-ID messages.
9878
9879 2010-11-06  Glenn Morris  <rgm@gnu.org>
9880
9881         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9882         `condition', `type', `length' a prefix.
9883         (gnus-treat-predicate): Update for above name changes.
9884
9885 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9886
9887         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9888         binding.  Handled by `gnus-summary-refer-thread' instead.
9889         (nnir-warp-to-article): New backend function.
9890
9891         * nnimap.el (nnimap-request-thread): Force dependency updating.
9892
9893         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9894         (gnus-summary-refer-thread): Rework to improve thread-referral.
9895
9896         * gnus-int.el (gnus-warp-to-article): New function.
9897
9898         * gnus-sum.el (gnus-summary-article-map): Bind it.
9899
9900 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9901
9902         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9903         gnus-summary-refer-thread.
9904
9905         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9906         headers.
9907         (gnus-summary-limit-include-thread): Prevent articles in thread from
9908         being cut in gnus-cut-threads.
9909         (gnus-summary-refer-thread): Limit retrieved headers to those in
9910         thread.
9911
9912 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9913
9914         * message.el (message-send-mail): Use the value of
9915         message-courtesy-message from the message buffer.
9916
9917         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9918
9919         * shr.el (shr-browse-url): Implement mailto: URLs.
9920
9921         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9922         "raw".
9923
9924         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9925         if it's already selected.
9926
9927         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9928
9929 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9932         to measure the length and truncate alt text.
9933
9934 2010-11-03  Glenn Morris  <rgm@gnu.org>
9935
9936         * nndiary.el (nndiary-generate-nov-databases-1)
9937         (nndiary-generate-active-info): Rename dynamic variable `files' to
9938         something less generic.
9939
9940 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9941
9942         * nnir.el (nnir-request-move-article): Call the underlying backend to
9943         move articles from nnir.
9944
9945 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9946
9947         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9948
9949 2010-11-02  Julien Danjou  <julien@danjou.info>
9950
9951         * nnir.el: Remove wais support.
9952
9953 2010-11-02  Glenn Morris  <rgm@gnu.org>
9954
9955         * gnus-html.el: Reorder requirements to quieten compiler.
9956
9957 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9960         properly for XEmacs as well.
9961         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9962         (gnus-article-natural-long-line-p): Use window-width rather than
9963         frame-width.
9964
9965 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9966
9967         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9968         (nnir-read-parms): Don't modify query.
9969         (nnir-run-query): Add ability to search topic on current line.
9970         (nnir-get-active): Clean up.
9971
9972 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9973
9974         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9975         degenerate articles.
9976
9977         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9978         (gnus-print-buffer): Just print the buffer as is, without any copying
9979         to a buffer and then re-highlighting.
9980
9981         * nnimap.el (nnimap-request-group): Store the new updated info.
9982         (nnimap-request-group): Select the group when we don't know whether it
9983         exists or not.
9984
9985         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9986         groups.
9987
9988         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9989         groups.
9990
9991         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9992         groups.
9993
9994         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9995         long-lines case by only filling the long lines.
9996
9997         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9998         (bug#7311).
9999
10000 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * shr.el: No need to declare `declare-function' since shr.el is for
10003         only Emacsen that provide `libxml-parse-html-region'.
10004
10005         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
10006         effective only in a file it is referred to.
10007
10008 2010-11-01  Glenn Morris  <rgm@gnu.org>
10009
10010         * mm-util.el (gnus-completing-read): Autoload.
10011         (mm-read-coding-system): Simplify Emacs definition.
10012
10013         * nnmail.el (gnus-activate-group):
10014         * nnimap.el (gnutls-negotiate):
10015         * nntp.el (netrc-parse): Fix declarations.
10016
10017 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
10020         string-match-p in Emacs >=23.
10021
10022         * gnus-msg.el (gnus-configure-posting-styles):
10023         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
10024
10025 2010-11-01  Glenn Morris  <rgm@gnu.org>
10026
10027         * nnir.el (declare-function): Add compat stub.
10028         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
10029         (nnir-run-gmane): Require 'mm-url.
10030
10031         * mm-util.el (mm-string-to-multibyte): Simplify.
10032
10033         * shr.el (declare-function): Add compat stub.
10034         (url-cache-create-filename): Declare.
10035         (mm-disable-multibyte, widget-convert-button): Autoload.
10036
10037         * smime.el (ldap-search): Declare.
10038         (smime-cert-by-ldap-1): Require ldap on Emacs.
10039
10040         * nnimap.el: Require nnmail, and gnus-sum when compiling.
10041         (nnimap-keepalive): Use gnus-float-time.
10042
10043         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
10044         (mail-source-delete-crash-box): Use gnus-float-time.
10045
10046         * gnus-dired.el (gnus-completing-read): Autoload.
10047
10048         * mm-view.el (gnus-rescale-image): Autoload.
10049
10050         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
10051
10052         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
10053
10054         * sieve-manage.el: Require 'cl when compiling.
10055
10056         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
10057         (gnus-iswitchb-completing-read): Require iswitchb.
10058         (gnus-select-frame-set-input-focus): Silence compiler.
10059
10060 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10061
10062         * message.el (message-subject-trailing-was-query): Change default to t,
10063         since I think that's what most people want.
10064
10065         * nnimap.el (nnimap-request-accept-article): Erase buffer before
10066         appending for easier debugging.
10067         (nnimap-wait-for-connection): Take a regexp.
10068         (nnimap-request-accept-article): Wait for the continuation line before
10069         sending anything unless we're streaming.
10070
10071         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10072         leave the header washing to take place.
10073
10074 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10075
10076         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10077         regular expression match and replace in posting styles.
10078
10079 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10080
10081         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10082         an entire server.
10083         (nnir-get-active): New function.
10084         (nnir-run-imap): Use it.
10085         (nnir-run-gmane): Who knew, gmane search returns an article score!
10086
10087         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10088         server on the current line with nnir.
10089
10090 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10091
10092         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10093         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10094         left edge.
10095         (gnus-article-foldable-buffer): Skip past the prefix when determining
10096         raggedness.
10097
10098         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10099         the raw article, and change `C-u g' to show the article without doing
10100         treatments.
10101
10102         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10103         on to `gnus-treat-article'.
10104         (gnus-inhibit-article-treatments): New variable.
10105
10106         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10107
10108         * gnus-art.el (gnus-treatment-function-alist): Have
10109         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10110         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10111         sections.
10112
10113         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10114         parameter.
10115         (gnus-article-fill-cited-long-lines): New function.
10116         (gnus-article-fill-cited-article): Allow filling only long sections.
10117
10118         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10119         and non-punctuation (like after the apostrophe in "'We").
10120
10121         * gnus-sum.el (gnus-summary-select-article): Make sure
10122         gnus-original-article-buffer is alive.
10123
10124         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10125         reflect the order they're in in the digest.
10126
10127         * gnus.el (gnus-group-startup-message): Move point to the start of the
10128         buffer.
10129
10130         * nnimap.el (nnimap-capability): New function.
10131         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10132         is set.
10133
10134 2010-10-31  David Engster  <dengste@eml.cc>
10135
10136         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10137         conform with changes to gnus-completing-read.
10138
10139 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10140
10141         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10142
10143 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10144
10145         * nnir.el: Move defvar, defcustom around to keep file organized
10146         and keep byte-compiler quiet.
10147         (nnir-read-parms): Accept search-engine as arg.
10148         (nnir-run-query): Pass search-engine as arg.
10149         (nnir-search-engine): Remove.
10150
10151 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10152
10153         * shr.el (shr-generic): The text nodes should be text, not :text.
10154
10155         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10156         later in the file.
10157
10158 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10159
10160         * nnir.el: General clean up.  Allow searching with multiple engines.
10161         Allow separate extra-parameters for each engine.
10162         Batch queries when possible.
10163         (nnir-imap-default-search-key, nnir-method-default-engines):
10164         Add customize interface.
10165         (nnir-run-gmane): New engine.
10166         (nnir-engines): Use it.  Qualify all prompts with engine name.
10167         (nnir-search-engine): Remove global variable.
10168         (nnir-run-hyrex): Restore for now.
10169         (nnir-extra-parms, nnir-search-history): New variables.
10170         (gnus-group-make-nnir-group): Use them.
10171         (nnir-group-server): Remove in favor of gnus-group-server.
10172         (nnir-request-group): Avoid searching twice.
10173         (nnir-sort-groups-by-server): New function.
10174
10175 2010-10-30  Julien Danjou  <julien@danjou.info>
10176
10177         * gnus-group.el: Remove gnus-group-fetch-control.
10178
10179         * gnus-start.el (gnus-find-new-newsgroups):
10180         Remove gnus-check-first-time-used.
10181
10182         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10183
10184 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10185
10186         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10187         set on groups that don't have \* permanentflags.
10188
10189 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10190
10191         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10192         control the background color.
10193         (shr-tag-img): Ignore very small web bug type images.
10194         (shr-put-image): Add help-echo alt texts to the images.
10195         (shr-tag-video): Show the video poster image.
10196
10197 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10198
10199         * shr.el (shr-table-depth): New variable.
10200         (shr-tag-table-1): Only insert the images after the top-level table.
10201
10202         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10203
10204         * gnus-util.el (gnus-list-memq-of-list): New function.
10205
10206         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10207         selected.
10208         (nnimap-unsplittable-articles): New slot.
10209         (nnimap-new-articles): Use it.
10210
10211 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10212
10213         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10214         move to the previous line on `M-g'.
10215
10216 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10217
10218         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10219         *-request-group, which seems unnecessary.
10220
10221         * nnimap.el (nnimap-quote-specials): Function copied over from
10222         imap.el.
10223         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10224         they support that.  Suggested by Tom Regner.
10225
10226 2010-10-29  Julien Danjou  <julien@danjou.info>
10227
10228         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10229         defalias.
10230         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10231
10232         * gnus.el: Remove `gnus-nntp-service' variable.
10233         (gnus-secondary-servers): Make obsolete.
10234         (gnus-nntp-server): Make obsolete.
10235
10236         * gnus-start.el (gnus-1): Remove x-splash calls.
10237
10238         * gnus-ems.el (gnus-x-splash): Remove.
10239
10240         * gnus.el (gnus-group-startup-message): Simplify/update code.
10241
10242         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10243         definition.
10244
10245         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10246         capability before doing anything.
10247         (gnus-group-insert-group-line): Remove useless
10248         gnus-group-remove-excess-properties.
10249
10250 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10253
10254 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10255
10256         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10257         config after reselecting.
10258
10259 2010-10-28  Julien Danjou  <julien@danjou.info>
10260
10261         * shr.el (shr-put-image): Use point even if only inserting text.
10262         (shr-put-image): Save excursion when inserting alt text on non-graphic
10263         display, so the behavior is the same when we are on a graphic display.
10264
10265         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10266
10267 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10270         (gnus-mime-copy-part): Check coding system, not charset.
10271         (gnus-mime-view-part-externally): Never remove part.
10272         (gnus-mime-view-part-internally): Don't remove part here.
10273         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10274         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10275         multipart/alternative.
10276
10277         * mm-decode.el (mm-display-part): Take optional arg `force'.
10278
10279 2010-10-26  Julien Danjou  <julien@danjou.info>
10280
10281         * gnus-group.el (gnus-group-default-list-level): Add this function to
10282         compute the default list level.
10283         (gnus-group-default-list-level): Add possibility to use a function.
10284
10285 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10286
10287         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10288
10289         * gnus-group.el (gnus-group-completing-read)
10290         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10291         gnus-replace-in-string.
10292
10293 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * shr.el (shr-tag-div): Add.
10296
10297         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10298
10299 2010-10-25  Julien Danjou  <julien@danjou.info>
10300
10301         * gnus-util.el: Remove `gnus-with-local-quit'.
10302
10303         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10304
10305 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10306
10307         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10308         the original article buffer.
10309
10310 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10311
10312         * nnimap.el (nnimap-request-head): New function.
10313         (nnimap-request-move-article): Try to be slightly faster by not
10314         requesting the entire message when moving.
10315         (nnimap-transform-headers): Don't bug out on bodiless articles.
10316         (nnimap-send-command): Have no outstanding messages if the IMAP server
10317         doesn't support streaming.
10318         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10319
10320 2010-10-24  Julien Danjou  <julien@danjou.info>
10321
10322         * message.el (message-default-headers): Fix type.
10323
10324 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10325
10326         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10327         prefetching images.
10328
10329         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10330         backend for unknown groups.  This is mainly useful for nnimap groups.
10331
10332         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10333         group isn't covered by the agent.
10334
10335 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10336
10337         * nnir.el (nnir-method-default-engines): New variable.
10338         (nnir-run-query): Use it.
10339         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10340         (gnus-summary-nnir-goto-thread): Change group if needed.
10341
10342         * gnus-group.el (gnus-group-group-map): Add key binding for
10343         gnus-group-make-nnir-group.
10344
10345 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10346
10347         * shr.el (shr-tag-object): Add.
10348
10349         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10350         original article buffer live.
10351         (gnus-summary-select-article-buffer):
10352         Mention gnus-widen-article-buffer.
10353
10354 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10355
10356         * shr.el (shr-tag-strong): Add.
10357
10358 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10359
10360         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10361         group names.  They mess up the group buffer badly.
10362
10363         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10364
10365         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10366         instead of the summary one.
10367
10368 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * mml.el (mml-preview): Work properly when editing article.
10371
10372         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10373         gnus-have-read-active-file if it's already been in.
10374
10375 2010-10-22  Tom Tromey  <tromey@redhat.com>
10376
10377         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10378         gnus-group-completing-read.
10379
10380 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10381
10382         * message.el (message-mode-map): Don't bind M-; to comment region, to
10383         allow the global comment-dwim to work.
10384
10385 2010-10-21  Julien Danjou  <julien@danjou.info>
10386
10387         * message.el (message-setup-1): Allow message-default-headers to be a
10388         function.
10389
10390 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * shr.el (shr-tag-table): Simplify.
10393
10394 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10395
10396         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10397         to avoid trying to snarf invalid stuff.
10398
10399         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10400
10401         * gnus.el (gnus-message-archive-group): Quote value.
10402         (gnus-message-archive-group): Mark as changed.
10403
10404         * shr.el (shr-add-font): Don't put the font properties on the newline
10405         or the indentation.
10406
10407         * message.el (message-fix-before-sending): Change options when sending
10408         non-printable characters.
10409
10410         * gnus.el (gnus-message-archive-method): Change the default to
10411         monthly outgoing groups.
10412
10413         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10414         that have gotten new numbers.
10415
10416         * nnimap.el (nnimap-request-replace-article): New function.
10417
10418 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10421         (nnrss-request-article): Don't use special html washing code.
10422
10423 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * shr.el (shr-tag-table): Remove useless nconc.
10426
10427 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10428
10429         * gnus-art.el (article-wash-html): Simplify and remove the charset
10430         stuff.  Use the normal html rendering code instead of the special html
10431         washing code.
10432
10433         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10434         `gnus-w3m' symbols.
10435         (mm-text-html-washer-alist): Remove.
10436
10437         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10438         (mm-inline-media-tests): Remove use.
10439         (mm-text-html-renderer): Change default to the `shr' symbol.
10440
10441         * mm-view.el (mm-inline-text-html): Remove use.
10442
10443         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10444         `gnus-blocked-images' to be a function.
10445         (gnus-article-wash-function): Remove.
10446
10447 2010-10-20  Julien Danjou  <julien@danjou.info>
10448
10449         * spam.el (spam-list-of-processors): Mark as obsolete.
10450
10451         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10452         (nnimap-insert-partial-structure): Fix boundary detection.
10453
10454 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10455
10456         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10457         run file-truename on remote files.  This can be expensive and even
10458         prevent one from editing drafts if some unrelated buffer has a stale
10459         connection.
10460
10461 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10464         kinsoku-eol regardless of shr-kinsoku-shorten.
10465         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10466         (shr-tag-table): Support caption, thead, and tfoot.
10467
10468 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10469
10470         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10471         lines.
10472         (shr-save-contents): New command and keystroke.
10473
10474         * nndoc.el (nndoc-type-alist): Add git support.
10475         (nndoc-git-type-p): New function.
10476         (nndoc-transform-git-article): Ditto.
10477         (nndoc-transform-git-headers): Ditto.
10478         (nndoc-transform-git-headers): Generate Subject headers.
10479
10480         * shr.el (shr-parse-style): New function.
10481         (shr-tag-span): Ditto.
10482
10483         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10484         to `G G' to avoid collisions.
10485
10486 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * shr.el: Load kinsoku if necessary.
10489         (shr-kinsoku-shorten): New internal variable.
10490         (shr-find-fill-point): Make kinsoku shorten text line if
10491         shr-kinsoku-shorten is bound to non-nil.
10492         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10493         shr-indentation too when testing if table is wider than frame width.
10494         (shr-insert-table): Use `string-width' instead of `length' to measure
10495         text width.
10496         (shr-insert-table-ruler): Make sure indentation is done at bol.
10497
10498 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10499
10500         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10501         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10502         undecoded network data.
10503
10504 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10505
10506         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10507         name in the mode line spec so that the mode line menu works
10508         (bug#2431).
10509
10510         * message.el (message-get-reply-headers): If we're fed `to-address',
10511         then always use that.
10512
10513         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10514         aren't so wide as to need to switch off the edit menu.
10515
10516         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10517         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10518
10519         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10520         `M-g'.
10521         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10522         the permanent marks.
10523
10524 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10525
10526         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10527         Splitting according to references/in-reply-to obeys the ignore-groups
10528         variable, while splitting by sender and subject do not.
10529
10530 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10531
10532         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10533         alist, so that we can look for non-Unicode chars.
10534         (article-translate-strings): Allow both character and string maps.
10535
10536 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * shr.el (shr-insert): Don't insert space behind a wide character
10539         categorized as kinsoku-bol, or between characters both categorized as
10540         nospace.
10541
10542 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10543
10544         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10545         headers to gnus-newsgroup-headers.
10546
10547 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10548
10549         * shr.el (shr-tag-img): Don't align images -- since we're not
10550         rescaling, this often leads to ugly displays.
10551
10552 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10553
10554         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10555         duplicates.
10556
10557 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10558
10559         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10560         call.
10561
10562 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10563
10564         * gnus.el: Autoload gnus-html-show-images.
10565
10566         * nnimap.el: Use nnheader-message throughout.
10567
10568         * shr.el (shr-tag-img): Ignore images with no data.
10569
10570 2010-10-15  Julien Danjou  <julien@danjou.info>
10571
10572         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10573         a possibility to disable format=flow encoding when using hard newlines.
10574
10575 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10576
10577         * shr.el (shr-insert): Remove space inserted before or after a
10578         breakable character or at the beginning or the end of a line.
10579         (shr-find-fill-point): Do kinsoku; find the second best point or give
10580         it up if there's no breakable point.
10581
10582 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10583
10584         * nnimap.el (nnimap-open-connection): Message when opening connection
10585         for debugging purposes.
10586
10587         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10588         on every setup buffer call to allow this to change from article to
10589         article.
10590
10591         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10592         buffers where we have a wide table.
10593
10594 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10595
10596         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10597         uses *-request-thread.
10598
10599 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10600
10601         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10602         incantation, which is no longer valid.
10603
10604 2010-10-14  Julien Danjou  <julien@danjou.info>
10605
10606         * shr.el: Fix defcustom type (char -> character).
10607
10608 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10609
10610         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10611         programs.
10612
10613 2010-10-14  Julien Danjou  <julien@danjou.info>
10614
10615         * shr.el (shr-tag-a): Use url-link as widget type.
10616
10617         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10618         `gnus-group-get-icon'.
10619
10620 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10621
10622         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10623         This should make server editing work better.
10624
10625         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10626
10627         * tls.el (tls-program): Remove spurious %s from openssl.
10628
10629         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10630         (nnimap-parse-flags): Fix regexp.
10631
10632         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10633         probably work for CJVK text, too.
10634
10635         * nnimap.el (nnimap-extend-tls-programs): Remove.
10636         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10637
10638         * tls.el (tls-starttls-switches): Remove starttls hack.
10639         (open-tls-stream): Ditto.
10640         (tls-find-starttls-argument): Ditto.
10641
10642 2010-10-13  Julien Danjou  <julien@danjou.info>
10643
10644         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10645         responses.
10646
10647 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10648
10649         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10650
10651         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10652         anything in Emacs.
10653
10654         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10655
10656 2010-10-13  Julien Danjou  <julien@danjou.info>
10657
10658         * shr.el (shr-width): Make shr-width a defcustom with default to
10659         fill-column.
10660         (shr-tag-img): Use shr-width rather than fill-column.
10661
10662 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * dgnushack.el (byte-optimize-apply):
10665         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10666
10667         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10668         position when (X-)Faces exist.
10669         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10670         avatars when called interactively.
10671
10672 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10675         gnus-article-x-face-too-ugly is bound.
10676
10677 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10678
10679         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10680
10681         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10682         mailbox that doesn't exist.
10683
10684 2010-10-12  Julien Danjou  <julien@danjou.info>
10685
10686         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10687         (shr-get-image-data): Encode URL properly when fetching from cache.
10688         (shr-tag-img): Use aligned-to spaces to align correctly images.
10689
10690         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10691         before inserting the Gravatar.
10692
10693         * shr.el (shr-tag-img): Add align attribute support for <img>.
10694
10695 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10696
10697         * gnus-gravatar.el (gnus-art): Require.
10698
10699         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10700         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10701         Remove long obsoleted functions.
10702
10703 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10704
10705         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10706
10707         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10708
10709         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10710         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10711         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10712         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10713         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10714         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10715         * sieve-manage.el, smime.el, spam.el:
10716         Fix comment for declare-function.
10717
10718 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10719
10720         * nnimap.el (nnimap-request-rename-group): Select group read-only
10721         before renaming it.
10722
10723         * shr.el (shr-insert): Fix up the white space only regexp.
10724
10725         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10726         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10727
10728         * shr.el (shr-current-column): New function.
10729         (shr-find-fill-point): New function.
10730
10731 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10732
10733         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10734         numbers.
10735
10736 2010-10-11  Julien Danjou  <julien@danjou.info>
10737
10738         * shr.el (shr-hr-line): Add.
10739         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10740         display hr lines.
10741         (shr-max-columns): Do not change state to nil if we just inserting
10742         spaces.
10743
10744 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10745
10746         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10747         select the last group.
10748
10749 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10750
10751         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10752
10753 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10754
10755         * dig.el (dig-mode-map): Declare and define in one step.
10756
10757 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10758
10759         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10760         for Gnus.
10761         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10762         (nnimap-update-qresync-info): Mark \Seen articles as read.
10763
10764         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10765         non-variable, too.
10766
10767         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10768         available.
10769         (nnimap-update-info): Rely more on the current active than the param
10770         active to avoid marking articles as read too much.
10771
10772         * auth-source.el (auth-source-create): Use (user-login-name) for the
10773         user name default.
10774
10775         * nnimap.el (nnimap-update-info): If the server doesn't return any
10776         useful info, just use the previous info.
10777         (nnimap-update-info): Prefer old info over start-article.
10778         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10779
10780 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10781
10782         * nnir.el (autoload): Clean up autoloads.
10783         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10784         Use key rather than value.
10785         (nnir-imap-search-other): New variable.
10786         (nnir-read-parm): Use it.
10787         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10788         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10789
10790 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10791
10792         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10793         the process, too.
10794
10795 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10796
10797         * spam.el (gnus-summary-mode-map): Bind to "$".
10798         Suggested by Russ Allbery.
10799
10800         * shr.el: Rework the way things are indented by <li> slightly.
10801
10802         * gnus.el (gnus-group-set-parameter): Fix typo.
10803
10804         * nnimap.el: Start implementing QRESYNC support.
10805
10806 2010-10-09  Julien Danjou  <julien@danjou.info>
10807
10808         * nnir.el (nnir-engines): Fix too many arguments.
10809
10810 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10811
10812         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10813         group is the "last", so that the backends like nnfolder actually save
10814         their folders.
10815
10816         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10817         try to use that for the tls stream.
10818         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10819         UIDVALIDITY and find out which groups are read-only and not.
10820         (nnimap-get-flags): Use the same marks parsing code as the rest of
10821         nnimap.
10822
10823 2010-10-09  Julien Danjou  <julien@danjou.info>
10824
10825         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10826
10827         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10828         retrieving gravatars.
10829
10830         * shr.el (shr-table-corner): Add.
10831         (shr-table-line): Add.
10832         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10833
10834 2010-10-08  Julien Danjou  <julien@danjou.info>
10835
10836         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10837
10838 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10839
10840         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10841
10842         * gnus-sum.el (gnus-mark-article-as-unread)
10843         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10844         (gnus-summary-set-bookmark): Use it.
10845
10846         * gnus-msg.el (gnus-setup-message): Use it.
10847
10848         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10849
10850         * gnus.el (gnus-group-remove-parameter): Use it.
10851
10852         * gnus-group.el (gnus-group-make-web-group): Use it.
10853
10854         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10855
10856         * nnregistry.el: Update docs to mention manual.
10857
10858         * gnus-registry.el: Update docs to mention nnregistry.el.
10859         (gnus-registry-initialize): Don't install nnregistry refer method
10860         automatically.
10861         (gnus-registry-install-nnregistry): Remove it.
10862
10863 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10864
10865         * shr.el (shr-insert): Don't insert double spaces.
10866
10867 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * gnus-gravatar.el (gnus-treat-from-gravatar)
10870         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10871         called interactively.
10872
10873         * gnus-art.el (gnus-mime-view-part-externally)
10874         (gnus-mime-view-part-internally): Make predicate function passed to
10875         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10876         of a mime type.
10877
10878         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10879
10880 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10881
10882         * shr.el (require): Require cl when compiling.
10883         (shr-tag-hr): New function.
10884
10885         * nnimap.el (nnimap-update-info): Remove double setting of high.
10886         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10887         This makes nnimap work properly on Courier again.
10888
10889         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10890         the variable for backwards compatibility.
10891
10892         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10893         the file name before using to avoid setting mm-default-directory to
10894         nil.
10895
10896         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10897         bidning gnus-agent variables.
10898
10899         * shr.el (shr-render-td): Use a cache for the table rendering function
10900         to avoid getting an exponential rendering behavior in nested tables.
10901         (shr-insert): Rework the line-breaking algorithm.
10902         (shr-insert): Don't leave trailing spaces.
10903         (shr-insert-table): Also insert empty TDs.
10904         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10905
10906 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10907
10908         * gnus-sum.el (gnus-number): Rename from `number'.
10909         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10910         (gnus-summary-limit-children): Update uses correspondingly.
10911
10912 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10915         (gnus-gravatar-transform-address): Don't show avatars of people of
10916         which mail addresses match gnus-gravatar-too-ugly.
10917
10918 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10919
10920         * shr.el (shr-table-widths): Expand TD elements to fill available
10921         space.
10922
10923 2010-10-07  Julien Danjou  <julien@danjou.info>
10924
10925         * nnimap.el (nnimap-request-rename-group): Add this method.
10926
10927 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10928
10929         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10930         name from XEmacs' function-arglist.
10931
10932         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10933         gravatar under XEmacs.
10934
10935 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10936
10937         * auth-source.el: Update docs with TODO items.
10938
10939         * gnus-sync.el: Update docs to explain state and plans.
10940
10941         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10942         Hooks for mark updates.
10943         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10944
10945         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10946         hooks with arguments, which is needed for mark update hooks.
10947
10948 2010-10-06  Julien Danjou  <julien@danjou.info>
10949
10950         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10951         was matched.
10952
10953         * sieve-manage.el: Update example in `Commentary'.
10954
10955         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10956
10957         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10958         not 2000.
10959         (sieve-manage-authenticate): Re-add function.
10960
10961 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10962
10963         * shr.el (shr-insert): Get 'space transition right.
10964         (shr-render-td): Only delete space at the end of the TD.
10965
10966         * nnimap.el (nnimap-open-connection): Prepare to support
10967         open-gnutls-stream.
10968
10969         * shr.el: Rearrange function order to be more logical.
10970
10971 2010-10-06  Julien Danjou  <julien@danjou.info>
10972
10973         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10974         (nnrss-discover-feed): Remove 404 URL in docstring.
10975
10976         * nnir.el: Fix Swish-E URL.
10977         Fix Namazu URL.
10978
10979         * message.el (message-change-subject): Remove 404 URL in a comment.
10980
10981 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10984         called interactively.
10985
10986         * gnus-util.el (gnus-remove-if): Allow hash table.
10987         (gnus-remove-if-not): New function.
10988
10989         * gnus-art.el (gnus-mime-view-part-as-type):
10990         * gnus-score.el (gnus-summary-score-effect):
10991         * gnus-sum.el (gnus-read-move-group-name):
10992         Replace remove-if-not with gnus-remove-if-not.
10993
10994         * gnus-group.el (gnus-group-completing-read):
10995         Regard collection as a hash table if it is not a list.
10996
10997 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10998
10999         * shr.el (shr-render-td): Allow blank/missing <TD>s.
11000
11001         * shr.el: Document the table-rendering algorithm.
11002
11003 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11004
11005         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
11006         for Emacsen having no `libxml-parse-html-region' support.
11007
11008 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11009
11010         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
11011         invalid URLs.
11012
11013         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
11014         line-broken.
11015         (shr-tag-img): Ignore image fetching errors.
11016         (shr-overlays-in-region): Compute overlay positions correctly.
11017
11018         * mm-decode.el (mm-shr): Require shr.
11019
11020         * gnus-art.el (gnus-blocked-images): Move variable here.
11021
11022         * shr.el (shr-insert-table): Bind free variable.
11023
11024         * mm-decode.el (mm-shr): Bind shr-content-function.
11025
11026         * shr.el (shr-content-function): New variable.
11027
11028         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
11029         added for symmetry.
11030
11031         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
11032
11033         * gnus-group.el (gnus-group-make-group): Doc fix.
11034
11035         * nnimap.el (nnimap-request-newgroups): Return success.
11036
11037         * shr.el (shr-find-elements): New function.
11038         (shr-tag-table): Put all the images after the table.
11039         (shr-tag-table): Really inhibit images inside the table.
11040         (shr-collect-overlays): Copy over overlays from the TD elements to the
11041         main document.
11042
11043         * mm-decode.el (mm-shr): Bind shr-blocked-images to
11044         gnus-blocked-images.
11045
11046 2010-10-05  Julien Danjou  <julien@danjou.info>
11047
11048         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
11049
11050         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
11051         (gnus-html-maximum-image-size): Add this function.
11052         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11053
11054         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
11055         server-value of the capability is nil.
11056
11057 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11058
11059         * shr.el (shr-tag-em): Add <EM> tag.
11060
11061 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
11062
11063         * sieve-manage.el (sieve-manage-default-stream): Make default stream
11064         customizable.
11065
11066         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
11067         handing broken links to browse-url.
11068
11069 2010-10-05  Julien Danjou  <julien@danjou.info>
11070
11071         * gnus-util.el (gnus-emacs-completing-read)
11072         (gnus-iswitchb-completing-read): Use autoload rather than require.
11073
11074 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11077         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11078         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11079         iswitchb-temp-buflist for XEmacs.
11080
11081         * gnus-util.el (gnus-completing-read-function): Exclude
11082         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11083         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11084         XEmacs.
11085
11086         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11087         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11088
11089         * gnus-html.el: Don't require help-fns under XEmacs.
11090         (gnus-html-schedule-image-fetching): Work for XEmacs.
11091
11092         * mm-decode.el (mm-shr): Decode contents by charset.
11093
11094 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11095
11096         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11097         unknown.
11098
11099         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11100         (shr-get-image-data): Ensure against the cache file missing.
11101
11102         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11103         for data.
11104
11105         * spam-report.el (spam-report-url-ping-plain): Don't query about
11106         killing the process.
11107
11108         * shr.el (shr-render-td): Protect against too-wide text.
11109
11110 2010-10-04  Julien Danjou  <julien@danjou.info>
11111
11112         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11113         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11114
11115         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11116         retrieved.
11117
11118 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11119
11120         * shr.el (browse-url): Require.
11121         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11122         lines.
11123         (shr-show-alt-text, shr-browse-image): New commands.
11124         (shr-browse-url, shr-copy-url): New commands.
11125
11126         * gnus-sum.el (gnus-widen-article-window): New variable.
11127         (gnus-summary-select-article-buffer): Use it.
11128
11129         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11130         without @ signs.
11131
11132 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11133
11134         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11135
11136 2010-10-04  Julien Danjou  <julien@danjou.info>
11137
11138         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11139         for XEmacs.
11140
11141 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11142
11143         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11144
11145         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11146         (nnimap-close-server): Implement.
11147
11148         * dgnushack.el (iswitchb): Require to shut up the compiler.
11149
11150         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11151         (shr-insert): Tweak line breaking.
11152         (shr-insert): Handle <pre> better.
11153         (shr-tag-li): Get <li> indentation right.
11154         (shr-tag-li): Get <li> indentation even righter.
11155         (shr-tag-blockquote): Ensure paragraph start.
11156         (shr-make-table): Tweak table generation.
11157         (shr-make-table): Fix typo.
11158
11159         * shr.el: Implement table rendering.
11160
11161 2010-10-04  Julien Danjou  <julien@danjou.info>
11162
11163         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11164
11165 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11166
11167         * shr.el (shr-insert): Use string anchors instead of line anchors.
11168
11169 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11170
11171         * shr.el: Add headings.
11172         (shr-ensure-paragraph): Actually work.
11173         (shr-tag-li): Make <ul> prettier.
11174         (shr-insert): Get white space at the beginning/end of elements right.
11175         (shr-tag-p): Collapse subsequent <p>s.
11176         (shr-ensure-paragraph): Don't insert double line feeds after blank
11177         lines.
11178         (shr-insert): \t is also space.
11179         (shr-tag-s): Fix "s" tag name function.
11180         (shr-tag-s): Fix face prop name.
11181
11182 2010-10-03  Julien Danjou  <julien@danjou.info>
11183
11184         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11185
11186         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11187         gnus-window-inside-pixel-edges.
11188
11189         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11190         gnus-ems.
11191
11192         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11193
11194         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11195         function.
11196
11197         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11198         resize choice.
11199
11200 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11201
11202         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11203         beginning of the buffer.
11204
11205         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11206         article buffer again.
11207
11208         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11209
11210         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11211         when it's at the start of the buffer.
11212
11213         * shr.el (shr-tag-blockquote): Convert name.
11214         (shr-rescale-image): Use the right image-size variant.
11215
11216         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11217         buffer isn't shown, then select the current article first instead of
11218         bugging out.
11219         (gnus-summary-select-article-buffer): Show both the article and summary
11220         buffers again.
11221
11222         * shr.el (shr-fontize-cont): Protect against regions with no text.
11223         Rename tag functions to shr-tag-* for enhanced security.
11224         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11225
11226 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11227
11228         * shr.el (shr-insert):
11229         * pop3.el (pop3-movemail):
11230         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11231         loaded.
11232
11233 2010-10-03  Glenn Morris  <rgm@gnu.org>
11234
11235         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11236
11237         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11238
11239         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11240
11241         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11242
11243         * gnus-util.el (gnus-make-local-hook): Simplify.
11244
11245 2010-10-02  Julien Danjou  <julien@danjou.info>
11246
11247         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11248         (gnus-ido-completing-read): New function.
11249         (gnus-emacs-completing-read): New function.
11250         (gnus-completing-read): Use gnus-completing-read-function.
11251         Add gnus-completing-read-function.
11252
11253 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11254
11255         * shr.el (shr-insert-document): Autoload.
11256         (shr-img): Be silent.
11257         (shr-insert): Add a newline after every picture before text.
11258         (shr-add-font): Use overlays for combining faces.
11259         (shr-insert): Pass upwards the text start point.
11260
11261         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11262         possible.
11263         (mm-shr): New function.
11264
11265 2010-10-02  Julien Danjou  <julien@danjou.info>
11266
11267         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11268         should go backward.
11269
11270 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11271
11272         * shr.el (shr): Fix typo in provide call.
11273
11274 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11275
11276         * shr.el: New file.
11277
11278         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11279
11280         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11281         completing read.
11282
11283 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11284
11285         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11286         we're being queried about.  Suggested by Dan Jacobson.
11287
11288         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11289         Suggested by Jason Eisner.
11290
11291         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11292         table, too.  Suggested by Stefan Wiens.
11293         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11294         the table unnecessary.  Suggested by Stefan Wiens.
11295
11296         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11297         longer needed, and probably doesn't work either, as pointed out by
11298         Stefan Wiens.
11299         (gnus-summary-exit): Remove call to the clearing function.
11300         (gnus-summary-exit-no-update): Ditto.
11301
11302         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11303         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11304         Reported by Stefan Monnier.
11305         (gnus-summary-save-in-rmail): Ditto.
11306
11307         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11308         article buffer, instead of both the article buffer and the summary
11309         buffer.  Sort of suggested by Dan Jacobson.
11310
11311         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11312
11313         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11314         Suggested by Dan Jacobson.
11315
11316         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11317         documentation clearer.
11318
11319         * message.el (message-shorten-references): Comment on the number "21".
11320         Suggested by Stefan Monnier.
11321
11322         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11323         Suggested by Dan Jacobson.
11324
11325         * gnus.el (gnus-large-newsgroup):
11326         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11327
11328         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11329         externalize attachments.  Bug reported by Steve Wen.
11330
11331         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11332         really message anything to the user.
11333
11334         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11335         directly.
11336
11337         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11338         messages in empty groups.
11339
11340 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11341
11342         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11343         non-UIDNEXT group.
11344
11345 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11346
11347         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11348         not the value from the collection.
11349
11350         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11351         values.  This sometimes happens on some groups that have no info.
11352         (nnimap-request-newgroups): New function.
11353
11354 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11355
11356         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11357         check into `gnus-registry-initialize'.
11358         (gnus-registry-initialize): Ditto.
11359         Fix and extend header docs.
11360
11361 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11362
11363         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11364         regexp backtrace overflows.
11365
11366         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11367         for starttls that tls.el implements; i.e. openssl.
11368
11369         * tls.el (tls-starttls-switches): Give up on using starttls with
11370         gnutls-cli.
11371         (tls-program): Add --insecure to be consistent with the defaults from
11372         openssl s_client.  Now all three commands are insecure.
11373
11374 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * lpath.el: Bind completion-styles-alist for XEmacs.
11377
11378         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11379         (gravatar-create-image): New function that's an alias to
11380         gnus-xmas-create-image, gnus-create-image, or create-image.
11381         (gravatar-data->image): Use it.
11382
11383 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11384
11385         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11386         install the nnregistry refer method.
11387         (gnus-registry-install-hooks): Use it.
11388         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11389         unfollowed groups.
11390
11391 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11392
11393         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11394         expanding threads.
11395
11396 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11397
11398         * nnir.el: Use the server names without suffixes (bug#7009).
11399
11400         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11401         unencrypted to STARTTLS, if possible.
11402
11403 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11404
11405         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11406         headers before superseding.
11407
11408 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11409
11410         * nnrss.el (nnrss-use-local): Add documentation.
11411
11412         * nnimap.el (nnimap-extend-tls-programs): New function.
11413         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11414         (nnimap-wait-for-connection): Accept the greeting from the stupid
11415         output from openssl s_client -starttls, too.
11416
11417         * tls.el (tls-starttls-switches): New variable.
11418         (tls-find-starttls-argument): Use it.
11419         (open-tls-stream): Ditto.
11420
11421         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11422         (netrc-machine): Ditto.
11423
11424         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11425         article number.
11426         (nnimap-split-fancy): New variable.
11427         (nnimap-split-incoming-mail): Use it.
11428
11429         * nntp.el (nntp-server-list-active-group): Document.
11430
11431         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11432         SELECT to get the message-id.
11433
11434         * mail-source.el (mail-sources): Remove webmail support.
11435         (defvar): Ditto.
11436         (mail-source-fetcher-alist): Ditto.
11437         (mail-source-fetch-webmail): Remove.
11438
11439         * webmail.el: Remove -- doesn't seem relevant any more.
11440
11441         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11442
11443         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11444         the \r.
11445
11446 2010-09-30  Julien Danjou  <julien@danjou.info>
11447
11448         * gnus-agent.el (gnus-agent-add-group): Fix call to
11449         gnus-completing-read.
11450
11451 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11452
11453         * nndoc.el (nndoc-retrieve-groups): New function.
11454
11455         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11456         `default', use nnmail-split-methods.
11457         (nnimap-request-article): Downcase the NILs so that they are nil.
11458
11459         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11460         symbol.
11461
11462         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11463         code, since if the user has requested network, that's what they ought
11464         to get.
11465         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11466         (nnimap-split-rule): Mark as obsolete.
11467
11468         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11469         New variable.
11470
11471         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11472         correct slot, too.
11473
11474 2010-09-29  Julien Danjou  <julien@danjou.info>
11475
11476         * gnus.el (gnus-local-domain): Declare variable obsolete.
11477
11478         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11479         Fix history computing.
11480         (gnus-ido-completing-read): Require ido.
11481
11482 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11483
11484         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11485         build Gnus.
11486
11487         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11488         when interpreting the structures.
11489         (nnimap-request-accept-article): Add \r\n to the lines to make this
11490         work with Cyrus.
11491
11492         * nndraft.el (nndraft-request-expire-articles): Use the group name
11493         instead if "nndraft".  Fix found by Nils Ackermann.
11494
11495 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11496
11497         * nnregistry.el: Add.
11498
11499 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11500
11501         * nnmail.el (group, group-art-list, group-art):
11502         Remove unneeded directives.
11503
11504 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11507         (mm-mime-charset):
11508         * rfc2047.el (rfc2047-syntax-table):
11509         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11510
11511         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11512         rather than `insert-file-contents' and `eval-region'.
11513
11514         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11515         construction.
11516
11517         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11518
11519         * time-date.el: No need to require cl for Emacs 21.
11520
11521 2010-09-29  Julien Danjou  <julien@danjou.info>
11522
11523         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11524         replacement of `gnus-gravatar-relief' to mimic
11525         `gnus-faces-properties-alist'.
11526         Add :version property.
11527
11528 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * mail-source.el (mail-source-report-new-mail):
11531         * message.el (message-default-mail-headers):
11532         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11533
11534         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11535
11536 2010-09-28  Julien Danjou  <julien@danjou.info>
11537
11538         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11539         mail-address contains the same string as real-name.
11540
11541         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11542         non-blank in header, otherwise it'll get stripped.
11543
11544         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11545         real-name, and then for mail address rather than doing : or , search.
11546
11547 2010-09-27  Julien Danjou  <julien@danjou.info>
11548
11549         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11550         right completing-read function.
11551         (gnus-use-ido): New variable
11552         (gnus-completing-read-with-default): Remove.
11553         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11554         (gnus-agent-add-group):
11555         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11556         * mm-view.el (mm-view-pkcs7-decrypt):
11557         * mm-util.el (mm-codepage-setup):
11558         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11559         * mml-smime.el (mml-smime-openssl-sign-query):
11560         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11561         (mml-insert-multipart):
11562         * gnus-msg.el (gnus-summary-yank-message):
11563         * gnus-int.el (gnus-start-news-server):
11564         * mm-decode.el (mm-interactively-view-part):
11565         * gnus-dired.el (gnus-dired-attach):
11566         * gnus.el (gnus-read-method):
11567         * gnus-bookmark.el (gnus-bookmark-jump):
11568         * gnus-art.el (gnus-mime-view-part-as-type)
11569         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11570         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11571         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11572         * nnmairix.el (nnmairix-create-server-and-default-group)
11573         (nnmairix-update-groups, nnmairix-get-server)
11574         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11575         (nnmairix-get-group-from-file-path):
11576         * nnrss.el (nnrss-find-rss-via-syndic8):
11577         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11578         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11579         (gnus-group-browse-foreign-server):
11580         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11581         (gnus-summary-execute-command, gnus-summary-respool-article)
11582         (gnus-read-move-group-name):
11583         * gnus-score.el (gnus-summary-increase-score)
11584         (gnus-summary-score-effect):
11585         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11586
11587 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11590         x-focus-frame.
11591
11592         * nnimap.el (auth-source-forget-user-or-password)
11593         (auth-source-user-or-password): Autoload.
11594
11595         * message.el (message-from-style, message-interactive)
11596         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11597         (message-yank-prefix, message-indentation-spaces, message-signature)
11598         (message-signature-file): Add comment.
11599
11600 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11601
11602         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11603         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11604         new articles.
11605
11606         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11607         parts.
11608         (nnimap-request-article): Work with the t setting, too.
11609
11610         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11611         that you don't get flashes of other buffers.
11612         (gnus-summary-show-complete-article): Intern before setting.
11613
11614 2010-09-27  David Engster  <dengste@eml.cc>
11615
11616         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11617         well as HEADERS.
11618         (nnmairix-retrieve-headers): Provide new argument for the above.
11619
11620 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11621
11622         * gnus-sum.el (gnus-summary-move-article): Don't alter
11623         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11624         group.
11625
11626         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11627
11628         * message.el (message-cite-prefix-regexp): Revert my last edit.
11629
11630         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11631         variable instead of the Gnus variable.
11632
11633         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11634
11635         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11636
11637         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11638         since some servers don't like it.
11639         (nnimap-open-connection): Forget credentials if the server says the
11640         password was wrong.
11641         (nnimap-parse-line): Protect against invalid data.
11642
11643         * gnus-sum.el (gnus-summary-move-article): Add comment.
11644         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11645         nothing alters it while scanning for new messages.
11646
11647         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11648         which may or may not help.
11649         (nnimap-open-connection): If we're doing a stream connection, and then
11650         discover we're on a STARTTLS-capable server, then open a STARTTLS
11651         connection instead.
11652
11653 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11654
11655         * nnimap.el (utf7): Require.
11656
11657         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11658         prefix.
11659
11660 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11661
11662         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11663
11664 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11665
11666         * nnimap.el (nnimap-request-accept-article): Message the error on
11667         error.
11668
11669 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11672
11673 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11674
11675         * nndoc.el (nndoc-request-list): Return success always.
11676
11677         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11678         `fetch-old' -- we only want to fetch the articles we've requested.
11679         The rest are in the agent, probably.
11680         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11681         disappeared server" to something low.  It's not important.
11682
11683         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11684         arrived before the FETCH data.
11685
11686         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11687         target here, because we don't know the Gnus name of the group.
11688
11689         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11690         for the correct group.
11691
11692         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11693
11694         * gnus.el (gnus): Give a final warning after startup.
11695
11696         * gnus-util.el (gnus-action-message-log): New variable.
11697         (gnus-message): Use it.
11698         (gnus-final-warning): New function.
11699
11700         * nnimap.el (nnimap-open-connection): Record the greeting.
11701         (nnimap): Add greeting.
11702
11703 2010-09-26  Julien Danjou  <julien@danjou.info>
11704
11705         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11706         arguments.
11707         (gnus-html-wash-images): Fix spec computing to include start/end.
11708
11709         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11710
11711 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11712
11713         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11714         deletion.
11715         (nnimap-retrieve-headers): Don't select the group, because that's
11716         already done by nnimap-possibly-change-group.
11717
11718         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11719         (gnus-picon-transform-address): Use it.
11720
11721         * mail-source.el (mail-source-value): Revert previous patch.
11722
11723         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11724         on failure.
11725         (nnimap-open-connection): Look up both virtual and physical server name
11726         credentials.
11727
11728         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11729
11730 2009-02-07  Dave Love  <fx@gnu.org>
11731
11732         * tls.el (open-tls-stream): Don't query killing process.
11733
11734 2009-02-08  Dave Love  <fx@gnu.org>
11735
11736         * gnus-win.el (gnus-window-to-buffer-helper)
11737         (gnus-all-windows-visible-p): Function needn't be a symbol.
11738
11739         * mail-source.el (mail-source-value): Function needn't be a symbol.
11740
11741 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11742
11743         * message.el (message-cite-prefix-regexp): Remove } from the cite
11744         prefix.
11745
11746         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11747         highlight again, so that the highlight is correct.
11748
11749         * gnus-picon.el (gnus-picon): Remove again.
11750         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11751
11752         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11753         doing the header highlightling, so that the background color of the
11754         picon is correct.
11755
11756         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11757         (gnus-picon): Ditto.
11758         (gnus-picon): Reinstate.  The background color for picons is white.
11759         (gnus-picon-insert-glyph): Make the background white.
11760
11761         * nnml.el (nnml-open-nov): Don't return dead buffers.
11762
11763         * auth-source.el (auth-source-create): Query the user for whether to
11764         store the credentials.
11765
11766         * netrc.el (netrc-store-data): New function.
11767
11768         * auth-source.el (auth-source-user-or-password): Use the existing auth
11769         sources, if any, for creation.
11770
11771         * gnus.el (gnus-group-fast-parameter): Return the last matching
11772         parameter instead of the first matching parameter.
11773
11774 2010-09-26  Julien Danjou  <julien@danjou.info>
11775
11776         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11777
11778 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11779
11780         * mml2015.el (mml2015-use): Remove gpg support.
11781
11782         * mml1991.el (mml1991-function-alist): Remove gpg function.
11783         (mml1991-gpg-sign): Remove.
11784
11785 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11786
11787         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11788         (gnus-browse-unsubscribe-current-group): Document it.
11789         (gnus-browse-unsubscribe-group): Use it.
11790
11791 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11792
11793         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11794         address to the To list for easier response.
11795
11796         * gnus.el (gnus-play-startup-jingle): Remove.
11797         (gnus-splash): Don't play jingle.
11798         (gnus): Silence gnus-load message.
11799
11800         * gnus-art.el (gnus-treat-play-sounds): Remove.
11801
11802         * gnus.el (gnus-play-jingle): Remove audio support.
11803
11804         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11805
11806         * earcon.el: Remove -- no users.
11807
11808         * gnus-audio.el: Remove -- no users of this package.
11809
11810         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11811
11812         * gnus-start.el (gnus-setup-news): Remove nocem support.
11813
11814         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11815
11816         * gnus.el (gnus-use-nocem): Remove.
11817
11818         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11819         Remove.
11820
11821         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11822         uses NoCeM any more.
11823
11824         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11825         (gnus-button-ctan-handler): Ditto.
11826         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11827         (gnus-button-ctan-directory-regexp): Ditto.
11828         (gnus-button-handle-ctan): Ditto.
11829         (gnus-button-tex-level): Ditto.
11830         (gnus-button-alist): Remove CTAN stuff.
11831
11832 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11833
11834         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11835         nnimap-streaming test.
11836
11837         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11838         servers twice.
11839
11840         * nnimap.el (nnimap-open-connection): Add more error reporting when
11841         nnimap fails early.
11842
11843         * nnheader.el (nnheader-get-report-string): New function.
11844         (nnheader-get-report): Use it.
11845
11846         * gnus-int.el (gnus-check-server): Say what the error was when opening
11847         failed.
11848
11849         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11850         using streaming.
11851
11852 2010-09-25  Julien Danjou  <julien@danjou.info>
11853
11854         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11855         gnus-window-inside-pixel-edges.
11856
11857 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11858
11859         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11860
11861         * mm-decode.el (mm-save-part): Allow saving to other directories the
11862         normal Emacs way.
11863
11864         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11865         Suggested by Jay Berkenbilt.
11866
11867         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11868         there isn't a single byte.
11869
11870         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11871         just do it.  It doesn't really seem to matter what the user responds
11872         here, I think, so it's just a confusing question.
11873
11874         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11875         non-streaming case.
11876
11877         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11878         (gnus-article-encrypt-body): Use it.
11879
11880         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11881         keystroke.
11882
11883         * nnimap.el (nnimap-find-wanted-parts-1):
11884         Use gnus-fetch-partial-articles.
11885
11886         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11887
11888         * nnimap.el (nnimap-insert-partial-structure): New function.
11889         (nnimap-get-partial-article): New function.
11890         (nnimap-request-article): Use it.
11891         (nnimap-wait-for-response): Return whether the wait was successful.
11892         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11893         retrieval wasn't successful.
11894         (nnimap-retrieve-group-data-early): Allow throttling servers.
11895         (nnimap-streaming): New variable.
11896         (nnimap-fetch-partial-articles): Remove.
11897
11898         * mm-decode.el (mm-with-part): Protect against killed buffers.
11899
11900         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11901         for prettier summary display.
11902
11903 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11904
11905         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11906
11907 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11908
11909         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11910         apparently third-party libraries depend on it.
11911
11912         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11913         before starting negotiation.
11914
11915         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11916         privacy reasons.
11917         (gnus-treat-mail-gravatar): Ditto.
11918
11919         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11920         buffer when inserting images.  Inserting text into the headers, for
11921         instance, can make them invalid.
11922
11923 2010-09-25  Julien Danjou  <julien@danjou.info>
11924
11925         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11926         variables.
11927
11928         * nnheader.el: Remove useless variables news-reply-yank-from and
11929         news-reply-yank-message-id.
11930
11931         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11932         variables.
11933
11934         * mml1991.el: Remove useless mml1991-verbose.
11935
11936         * gnus.el: Remove useless variable gnus-use-generic-from.
11937         Remove obsolete variable gnus-topic-indentation.
11938
11939         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11940
11941         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11942
11943         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11944
11945         * gnus-group.el: Remove useless gnus-group-icon-cache.
11946         Remove useless gnus-ephemeral-group-server.
11947
11948         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11949
11950         * mml2015.el: Remove useless mml2015-verbose.
11951
11952         * mml-smime.el: Remove useless mml-smime-verbose.
11953
11954         * gnus.el: Remove useless gnus-local-domain.
11955
11956         * gnus-gravatar.el (gnus-gravatar-transform-address):
11957         Use gnus-gravatar-size.
11958
11959         * gnus-art.el: Remove useless gnus-treat-translate.
11960
11961 2010-09-24  Julien Danjou  <julien@danjou.info>
11962
11963         * gnus-sum.el: Add support for Gravatars.
11964
11965         * gnus-art.el: Add support for Gravatars.
11966
11967         * gnus-gravatar.el: Add this file.
11968
11969         * gravatar.el: Add this file.
11970
11971 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11972
11973         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11974
11975         * gnus-group.el (gnus-group-fetch-faq): Remove.
11976
11977         * gnus.el (gnus-group-faq-directory): Remove.
11978
11979         * gnus-group.el (gnus-group-fetch-charter): Remove.
11980
11981         * gnus.el (gnus-group-charter-alist): Remove.
11982
11983         * gnus-group.el (gnus-group-archive-directory): Remove.
11984         (gnus-group-recent-archive-directory): Ditto.
11985         (gnus-group-make-archive-group): Remove.
11986
11987         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11988
11989         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11990         use the same article number for all the cached articles.
11991
11992         * nnimap.el (nnimap-command): Register the last command time so
11993         that we can use it for idling NOOPs.
11994         (nnimap-open-connection): Start the keeplive timer.
11995         (nnimap-make-process-buffer): Store all the process buffers.
11996         (nnimap-keepalive): New function.
11997
11998         * starttls.el (starttls-open-stream): Add autoload cookie.
11999
12000 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
12001
12002         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
12003         handling.
12004
12005 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12006
12007         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
12008         its data structures.
12009
12010         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
12011         instead of the cl.el copy-list.
12012         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
12013         equalp.
12014
12015 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
12018         and tool-bar-local-item-from-menu.
12019
12020         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
12021         mode-line-highlight face for Emacs.
12022
12023         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
12024         loading gnus-sum.elc; fix comment for canlock-verify.
12025         (gnus-article-jump-to-part): Use read-number.
12026         (gnus-insert-mime-button, gnus-insert-mime-security-button):
12027         Remove Emacs pre-21 compatible code for help-echo.
12028         (gnus-article-next-page-1): No need to adjust the number of lines.
12029         (gnus-article-describe-bindings): Always use help-buffer.
12030
12031         * gnus-audio.el (gnus-audio-inline-sound):
12032         * gnus-cus.el (gnus-custom-mode):
12033         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
12034
12035         * gnus-sum.el (gnus-remove-overlays): Doc fix.
12036
12037         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
12038         compatible code.
12039
12040 2010-09-24  Glenn Morris  <rgm@gnu.org>
12041
12042         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
12043         visiting the fcc file in rmail-mode.
12044
12045         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
12046
12047 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * nnir.el: Silence the byte compiler.
12050
12051         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
12052         alias to browse-url-url-encode-chars if any.
12053         (gnus-html-encode-url): Use it.
12054
12055 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12056
12057         * gnus-start.el (gnus-use-backend-marks): New variable.
12058         (gnus-get-unread-articles-in-group): Use it.
12059
12060         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
12061         makeover.
12062
12063 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12064
12065         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
12066
12067 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12068
12069         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
12070         Remove.
12071         (gnus-setup-news-hook):
12072         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
12073
12074         * gnus-int.el (gnus-request-update-info): Protect against backends not
12075         having the function.
12076
12077         * nnimap.el (nnimap-stream): Mention starttls.
12078         (nnimap-open-connection): Add starttls support.
12079
12080 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12081
12082         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12083
12084 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12085
12086         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12087         BODYSTRUCTUREs.
12088         (nnimap-transform-headers): Unfold quoted {42} headers.
12089
12090         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12091         the info.
12092         (gnus-get-unread-articles): Only call updatep on backends that support
12093         it.
12094
12095         * nnweb.el (nnweb-request-update-info): NOOP.
12096
12097         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12098
12099         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12100         since it only deals with marks.
12101
12102         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12103         gnus-request-marks, and make a new gnus-request-update-info.
12104
12105         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12106         the active instead of the high number, which is usually too low.
12107
12108 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12109
12110         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12111         * encrypt.el: Remove.
12112
12113 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12114
12115         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12116         server in symbolic form.
12117
12118         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12119
12120 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12121
12122         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12123         (nnimap-update-info): Fix up code slightly.
12124
12125         * gnus-int.el (gnus-open-server): Add tracing for performance
12126         debugging.
12127
12128         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12129         (gnus-group-insert-group-line): Pass the real group name so that it
12130         gets the right data.
12131
12132         * gnus-start.el (gnus-get-unread-articles): Don't have
12133         `gnus-get-unread-articles-in-group' update info, since that can be
12134         really slow and doesn't seem to be needed?
12135
12136 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12137
12138         * time-date.el (date-to-time): Try using parse-time-string first before
12139         using the slower timezone-make-date-arpa-standard.
12140
12141 2010-09-22  Julien Danjou  <julien@danjou.info>
12142
12143         * gnus-group.el (gnus-group-insert-group-line):
12144         Call gnus-group-highlight-line.
12145         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12146         default hook list.
12147         (gnus-group-update-eval-form): Add new function.
12148         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12149         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12150
12151 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12152
12153         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12154         immediate, then expire all articles.
12155         (nnimap-update-info): Fix off-by-one errors.
12156         (nnimap-flags-to-marks): Would return no marks lists for group with no
12157         flags.  Instead return the other data.
12158
12159 2010-09-22  Julien Danjou  <julien@danjou.info>
12160
12161         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12162         Only return an icon.
12163         (gnus-group-insert-group-line): Compute icon to return.
12164
12165         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12166         (gnus-html-image-fetched): Only cache if
12167         gnus-html-image-automatic-caching is set.
12168         (gnus-html-image-fetched): Check for errors.
12169
12170 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12171
12172         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12173         once per method on `g'.  This ensures that backends like nnfolder don't
12174         open all their folders.
12175
12176         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12177         (nnimap-request-list): Nix out group in the correct buffer.
12178         (nnimap-parse-flags): Implement by using `read' instead of
12179         hand-parsing.
12180         (nnimap-flags-to-marks): Pass on permanent-flags.
12181         (nnimap-make-process-buffer): Record the server name.
12182         (nnimap-parse-flags): Fix typo.
12183         (nnimap-request-scan): Run split on the server in general, not just a
12184         single group.
12185
12186         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12187         parameter, and propagate this downwards.
12188
12189         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12190         since EXAMINE changes it on the server.
12191
12192         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12193         this command might take a while.
12194
12195 2010-09-22  Julien Danjou  <julien@danjou.info>
12196
12197         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12198         harmful if you have 2 images side-by-side, they can't be properly
12199         update on text deletion.  Using text-property is safer here.
12200         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12201         data.
12202
12203 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12204
12205         * nnimap.el (nnimap-expunge-inbox): Remove.
12206         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12207         (nnimap-expunge): Flip default to t.
12208
12209         * gnus.el (gnus-method-to-server): Don't push things to the cache
12210         unless it's unique.
12211         (gnus-server-to-method): Ditto.
12212
12213 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12214
12215         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12216
12217 2010-09-22  Julien Danjou  <julien@danjou.info>
12218
12219         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12220         get the start of data.
12221         (gnus-html-encode-url): Add this function to encode special chars in
12222         URL.
12223         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12224         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12225
12226         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12227         default.
12228         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12229
12230         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12231         images alt-text.
12232         (gnus-html-put-image): Put alt-text as help-echo.
12233
12234 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12237         * mm-util.el (mm-decompress-buffer):
12238         * nnir.el (nnir-run-find-grep):
12239         * pop3.el (pop3-list): Use 3rd arg of split-string.
12240
12241         * time-date.el (format-seconds): Comment fix.
12242
12243         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12244         and byte-optimize-form-code-walker.
12245         (dgnushack-make-auto-load): Don't advise make-autoload.
12246
12247         * lpath.el: Remove Emacs 21 stuff.
12248
12249 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12250
12251         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12252         outside the active range.  Suggested by Dan Christensen.
12253
12254         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12255         slightly later to avoid double-getting it.
12256
12257         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12258         previous patch.
12259
12260         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12261
12262 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12263
12264         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12265
12266 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12267
12268         * gnus-int.el (gnus-open-server): Give a better error message in the
12269         "go offline" case.
12270
12271         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12272         marks for nnimap, which is seldom the right thing to do.
12273
12274         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12275         (gnus-same-method-different-name): New function.
12276
12277         * nnimap.el (parse-time): Require.
12278
12279         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12280         method in the presence of many similar methods.
12281
12282         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12283
12284         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12285         nnml-inhibit-expiry.
12286
12287         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12288         find out whether methods are equal.
12289
12290         * nnimap.el (nnimap-find-expired-articles): New function.
12291         (nnimap-process-expiry-targets): New function.
12292         (nnimap-request-move-article): Request the article before looking at
12293         what the Message-ID is.  Fix found by Andrew Cohen.
12294         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12295
12296         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12297         for oldness in addition to being a predicate.
12298
12299         * nnimap.el (nnimap-request-group): When we have zero articles, return
12300         the right data to Gnus.
12301         (nnimap-request-expire-articles): Only delete articles immediately if
12302         the target is 'delete.
12303
12304         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12305         method, this would bug out.
12306
12307         * gnus-group.el (gnus-group-expunge-group): Rename from
12308         gnus-group-nnimap-expunge, and implemented as a normal interface
12309         function.
12310
12311         * gnus-int.el (gnus-request-expunge-group): New function.
12312
12313         * nnimap.el (nnimap-request-create-group): Implement.
12314         (nnimap-request-expunge-group): New function.
12315
12316 2010-09-21  Julien Danjou  <julien@danjou.info>
12317
12318         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12319         (gnus-html-cache-expired): Add new function.
12320         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12321         wethever we should display image for fetch it.
12322         Compute alt-text earlier to pass it to the fetching function too.
12323         (gnus-html-schedule-image-fetching): Change function argument to only
12324         get one image at a time, not a list.
12325         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12326         cache.
12327         (gnus-html-get-image-data): New function to retrieve image data from
12328         cache.
12329         (gnus-html-put-image): Change buffer argument to use image data rather
12330         than file, and place image above region rather than inserting a new
12331         one.  Do not take alt-text as argument, since it's useless now: we place
12332         the image above alt-text.
12333         (gnus-html-prune-cache): Remove.
12334         (gnus-html-show-images): Start to fetch image when we find one, do not
12335         push into a temporary list.
12336         (gnus-html-prefetch-images): Only fetch image if they have expired.
12337         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12338         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12339
12340 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12343
12344 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12345
12346         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12347         spec inser "*" if the group isn't active instead of 0.
12348
12349         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12350         opening the server.
12351         (nnimap-request-delete-group): Implement group deletion.
12352         (nnimap-transform-headers): Return the size of the entire message in
12353         the Bytes header, not just the size of the first part.
12354         (nnimap-request-move-article): When moving an article from nnimap,
12355         request the article first so the accepting form has an article to
12356         accept.  Reported by Dan Christensen.
12357         (nnimap-command): Make sure that the error message doesn't error out.
12358
12359 2010-09-20  David Edmondson  <dme@dme.org>
12360
12361         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12362         we haven't requested anything.
12363
12364 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12365
12366         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12367         "".  Fix found by Andrew Cohen.
12368
12369         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12370         instead of -encode-string.
12371
12372 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12375
12376         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12377         by mm-subst-char-in-string.
12378
12379 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12380
12381         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12382         waiting for the connection string.
12383
12384         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12385         arriving.
12386
12387         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12388         bogus characters.  This allows selecting certain Gmail groups.
12389
12390         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12391         (nnimap-fetch-partial-articles): New variable.
12392         (nnimap-open-connection): When looking for credentials, also use the
12393         nnimap-server-port.
12394         (nnimap-request-article): Return the group/article number, so that Gnus
12395         `^' works as expected.
12396         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12397
12398         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12399         comments.
12400         (gnus-methods-sloppily-equal): New function.
12401         (gnus): When using the development version of Gnus, load the gnus-load
12402         file.
12403
12404         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12405         `gnus-open-server' on each method before trying to scan them etc.
12406         This ensures that all the backend parameters are set correctly.
12407
12408         * nnimap.el (nnimap-authenticator): New variable.
12409         (nnimap-open-connection): Allow anonymous login.
12410         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12411         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12412
12413         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12414         patch, found by Knut Anders Hatlen.
12415
12416 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12417
12418         * gnus-agent.el (gnus-agent-batch-confirmation)
12419         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12420         to gnus-message.
12421         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12422         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12423         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12424         * gnus-int.el (gnus-open-server): Likewise.
12425         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12426         (gnus-score-check-syntax): Likewise.
12427         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12428         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12429         Likewise.
12430         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12431
12432 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12433
12434         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12435         calling conventions so that prefetch doesn't bug out.
12436
12437 2010-09-19  Julien Danjou  <julien@danjou.info>
12438
12439         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12440         rather than `subst-char-in-region' in order to be able to replace ASCII
12441         char by UTF-8 ones.
12442
12443         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12444         than curl.
12445         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12446         the right URL and ALT text on images.
12447         (gnus-html-wash-tags): Fix tag case.
12448         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12449         (gnus-article-html): Add -o display_ins_del=2 option.
12450         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12451
12452 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12453
12454         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12455         the extra mail headers, which sometimes seem to happen for unknown
12456         reasons.
12457
12458         * mail-parse.el (mail-header-encode-parameter): Define as
12459         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12460         (or most, perhaps?) mail readers don't understand the latter, but do
12461         understand the former.
12462
12463         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12464         to nil, so that no methods are automatically agentized.  I think this
12465         is probably what most users want.
12466
12467         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12468         from url-retrieve, for instance about invalid URLs.
12469
12470         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12471         groups that have no articles.
12472         (nnimap-request-article): Check that we really got an article when we
12473         requested one.
12474
12475         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12476         doesn't exist.
12477
12478         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12479         nntp buffer so the agent can save it.
12480         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12481         that CRLF doesn't get translated to \n.
12482         (nnimap-open-connection): Don't make 'shell commands only send \n.
12483
12484 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12485
12486         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12487         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12488         Update var name.
12489         (nnml-generate-nov-file): Use dolist.
12490         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12491         Use with-current-buffer.
12492
12493 2010-09-18  Julien Danjou  <julien@danjou.info>
12494
12495         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12496         parallel.
12497
12498 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12499
12500         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12501         the range update right.
12502         (nnimap-request-group): Don't make `M-g' bug out on group with no
12503         marks.
12504         (nnoo): Require, so that other packages can require nnimap.
12505         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12506         command we're looking for.  This helps when the server sends more
12507         responses after we've gotten everything we expected.
12508         (nnimap): Add a `newlinep' field to keep track of end-of-line
12509         conventions.
12510         Don't send CRLF to things that don't want it.
12511         (nnimap-request-accept-article): Ditto.
12512
12513 2010-09-18  Julien Danjou  <julien@danjou.info>
12514
12515         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12516         than curl to retrieve images.
12517
12518 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12519
12520         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12521         the marks.
12522         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12523         (nnimap-wait-for-connection): New function.
12524         (nnimap-open-connection): If we have PREAUTH, don't query for login
12525         credentials.
12526         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12527         when doing a partial update.
12528
12529 2010-09-18  Julien Danjou  <julien@danjou.info>
12530
12531         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12532         tags.
12533
12534 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12535
12536         * nnimap.el (nnimap-credentials): New function.
12537         (nnimap-open-connection): Use the new function to look for credentials
12538         also on the numeric equivalents of "imap" and "imaps".
12539
12540         * gnus-start.el (gnus-activate-group): Send the info to
12541         gnus-request-group.
12542
12543         * nnimap.el (nnimap-request-group): Have the "check" version of the
12544         function parse flags and update the info, so that a `M-g' get a total
12545         resync of all flags from the group.
12546
12547         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12548         to allow backends to alter the info on group selection.  Also alter all
12549         the backend -request-group functions to take the parameter.
12550
12551         * nnimap.el (nnimap-store-info): New function.
12552         (nnimap-update-info): Store the info for later usage.
12553         (nnimap-request-group): Use the stored info for the dont-check case, so
12554         that we don't retrieve all marks when we enter a group.
12555
12556         * nnimap.el: Use deffoo instead of defun for interface functions.
12557
12558         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12559         update the group info.  This makes the nndraft groups, for instance, go
12560         back to their old behavior.
12561
12562         * gnus-sum.el (gnus-select-newsgroup): Indent.
12563
12564         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12565         in.
12566         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12567         nothing.
12568
12569         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12570         from methods that are denied.
12571
12572         * gnus-int.el (gnus-method-denied-p): New function.
12573
12574         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12575         store the password instead of netrc.
12576         (nnimap-open-connection): Don't error out when we can't make a
12577         connections.
12578
12579         * auth-source.el (auth-source-create): In the password prompt, say what
12580         we're querying for.  Also prompt for user name if that hasn't been
12581         given.
12582
12583         * nnimap.el (nnimap-with-process-buffer): Remove.
12584
12585 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12586
12587         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12588         method when we're reading from the agent.
12589
12590         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12591
12592         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12593         that's probably most useful for users.
12594
12595         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12596         "failed" all the time.
12597
12598         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12599         ...)) with (with-current-buffer ... ).
12600
12601         * nntp.el (nntp-open-server): Return whether the open was successful or
12602         not.
12603
12604         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12605         select an unread unseen article first.
12606
12607         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12608         /etc/services, supply some sensible port defaults.
12609
12610         * dgnushack.el: Define netrc-credentials.
12611
12612 2010-09-17  Julien Danjou  <julien@danjou.info>
12613
12614         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12615
12616 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12617
12618         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12619         doesn't have any parameters.
12620
12621 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12622
12623         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12624         only upcased checks.
12625
12626         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12627
12628         * nnimap.el (nnimap-open-shell-stream): New function.
12629         (nnimap-open-connection): Use it.
12630         (nnimap-transform-headers): Get the number of lines in each message.
12631         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12632         number of lines.
12633         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12634         problem.
12635
12636         * utf7.el (utf7-encode): Autoload.
12637
12638         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12639         to allow the mail splitting to not return a default group.  This is
12640         useful for nnimap, which will leave unmatched mail in the inbox.
12641
12642         * nnimap.el: Rewritten.
12643
12644         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12645         nnimap usage.
12646
12647         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12648         if the move is internal, so that nnimap can do fast internal moves.
12649
12650         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12651         data.
12652         (gnus-read-active-for-groups): Support finishing the early retrieval of
12653         data.
12654
12655         * gnus-range.el (gnus-range-nconcat): New function.
12656
12657         * gnus-int.el (gnus-finish-retrieve-group-infos)
12658         (gnus-retrieve-group-data-early): New functions.
12659
12660 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12661
12662         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12663         (nnrss-retrieve-groups):
12664         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12665         (pop3-quit): Use with-current-buffer.
12666
12667 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12668
12669         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12670         instead of nnheader-accept-process-output.
12671
12672         * dgnushack.el (dgnushack-compile): Add comment.
12673
12674         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12675
12676         * gnus-html.el (gnus-html-schedule-image-fetching)
12677         (gnus-html-prefetch-images): Replace process-kill-without-query by
12678         gnus-set-process-query-on-exit-flag.
12679
12680 2010-09-16  Romain Francoise  <romain@orebokech.com>
12681
12682         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12683
12684 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12685
12686         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12687         parameter to unintern is mandatory-ish in Emacs 24.
12688
12689         * gnus-html.el (gnus-html-schedule-image-fetching)
12690         (gnus-html-prefetch-images): Check for curl before using it.
12691
12692         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12693         depend on curl, which isn't essential.
12694
12695         * imap.el: Revert back to version
12696         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12697         seem problematic.
12698
12699 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12700
12701         * gnus-registry.el (gnus-registry-install-shortcuts):
12702         Explicitly pass `obarray' to `unintern' to avoid a warning.
12703
12704 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12705
12706         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12707         change.
12708
12709         * nnrss.el (nnrss-request-list): Remove this function and related
12710         functions, including the moreover stuff.
12711
12712 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12713
12714         * nnrss.el (nnrss-retrieve-groups): New function.
12715
12716 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12717
12718         * .dir-locals.el: Add no-byte-compile cookie.
12719
12720 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * time-date.el (format-seconds): Comment fix.
12723
12724         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12725         for back end that doesn't support request-scan.
12726
12727 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12728
12729         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12730         then do request scans from the backends.
12731
12732         * netrc.el (netrc-credentials): New conveniency function.
12733
12734         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12735         avoid running a hook per line, since this takes a lot of time,
12736         profiling shows.
12737         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12738         directly if gnus-visual-p is true.
12739
12740 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12743         groups; replace mapcar with dolist which is a bit faster; pass groups
12744         info to gnus-read-active-file-1.
12745         (gnus-read-active-file-1): Scan only specified groups if the new
12746         optional arg `infos' is given.
12747
12748 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12749
12750         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12751
12752         * pop3.el (pop3-movemail): Remove.
12753         (pop3-streaming-movemail): Rename to pop3-movemail.
12754
12755         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12756         don't restrict end-tag searches to the end of the line.
12757
12758 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12761         articles of every unchecked group to t, which means unknown since the
12762         server has never been opened.
12763
12764 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12765
12766         * gnus-html.el (gnus-html-show-alt-text): New command.
12767         (gnus-html-browse-image): Ditto.
12768         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12769         to browse the image directly.
12770         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12771         better.
12772
12773         * gnus-async.el (gnus-async-article-callback):
12774         Call `gnus-html-prefetch-images' unconditionally.
12775
12776         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12777         before feeding URLs to curl.
12778
12779 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12782         internal images as deletable by `W D D'.
12783
12784         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12785         (gnus-async-article-callback): Fix typo.
12786
12787 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12788
12789         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12790         current line to work around bugs in the output from w3m.
12791
12792         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12793         for groups that want that.
12794
12795         * nntp.el (nntp-wait-for-string): Supply a timeout for
12796         accept-process-output to ensure progress.
12797
12798         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12799         level to get unread articles from, then use that for foreign groups,
12800         too.
12801
12802         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12803         confuses the rest of the function.
12804
12805         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12806         for the methods that support -retrieve-groups, too.
12807
12808         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12809
12810 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12813         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12814
12815         * pop3.el: Require cl when compiling.
12816         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12817
12818 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12819
12820         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12821         that aren't going to be activated.
12822         (gnus-get-unread-articles): Fix up the last commit.
12823
12824         * gnus-html.el (gnus-article-html): Allow calling without specifying
12825         the handle.  In that case, dissect the buffer first.
12826
12827         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12828
12829         * nnimap.el (nnimap-open-connection): Revert the change that would look
12830         into authinfo for imaps instead of imap.
12831
12832         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12833         say that you don't want to call gnus-request-group with don-check, but
12834         do check the reponse.  This is for virtual groups only.
12835         (gnus-get-unread-articles): Count the archive groups as secondary, so
12836         that they're activated the same way as before.
12837
12838         * imap.el (imap-message-map): Removed optional buffer parameter, since
12839         no callers use it.
12840         (imap-message-get): Ditto.
12841         (imap-message-put): Ditto.
12842         (imap-mailbox-map): Ditto.
12843         (imap-mailbox-put): Ditto.
12844         (imap-mailbox-get): Ditto.
12845         (imap-mailbox-get): Revert last change for this function.
12846
12847         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12848         case-insensitively.
12849         (nnimap-debug): Remove.
12850
12851         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12852         callers to use `imap-fetch' instead.  According to the comments, this
12853         should be safe, since all other IMAP clients use the 1:* syntax.
12854         (imap-enable-exchange-bug-workaround): Remove.
12855         (imap-debug): Remove -- doesn't seem very useful.
12856
12857         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12858         mail from a file, and the file doesn't exist.
12859
12860         * imap.el (imap-log): New convenience function used throughout instead
12861         of repeating the same code all over the place.
12862
12863         * pop3.el (pop3-streaming-movemail): Return t for success.
12864
12865         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12866         .authinfo if we're using ssl connection.
12867
12868         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12869         already have if we're in a main Gnus `g' run.
12870
12871         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12872
12873 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12876
12877         * nnmh.el (nnmh-request-list-1): Bind `file'.
12878
12879         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12880         alias to set-process-query-on-exit-flag or process-kill-without-query.
12881         (pop3-open-server): Use it.
12882
12883 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12884
12885         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12886         box to the Incoming file.  Fixes mistake in previous checkin.
12887
12888         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12889         request loop (for debugging purposes) removed.
12890
12891         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12892         culprit is more visible.
12893         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12894         (nnml-add-incremental-nov): New functions to do "incremental" nov
12895         updates, where we just append to the end of the existing nov files
12896         without reading/writing them in full.
12897
12898         * mail-source.el (mail-source-delete-crash-box): Really only check the
12899         incoming files once in a while.
12900
12901         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12902
12903         * mail-source.el (mail-source-delete-crash-box): Only check the
12904         incoming files for deletion once per day to save a lot of file
12905         accesses.
12906
12907         * pop3.el (pop3-logon): Fix up unbound variable typo.
12908
12909         * mail-source.el (pop3-streaming-movemail): Autoload.
12910
12911         * pop3.el (pop3-streaming-movemail):
12912         Respect pop3-leave-mail-on-server.
12913
12914         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12915         retrieval.
12916
12917         * pop3.el (pop3-process-filter): Remove unused function.
12918         (pop3-streaming-movemail, pop3-send-streaming-command)
12919         (pop3-wait-for-messages, pop3-write-to-file)
12920         (pop3-number-of-responses): New functions for streaming pop3
12921         retrieval.
12922
12923         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12924         come from no known methods.
12925         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12926         list.
12927
12928         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12929         message sizes.
12930         (pop3-movemail): Use erase-buffer instead of looping and deleting
12931         regions, which seems rather odd.
12932
12933         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12934         file once per `g' run.
12935
12936         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12937         directories.  This makes the draft queue directory work.
12938
12939         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12940         data from the backends, so that we only request the list of groups from
12941         each method once.  This should speed things up considerably.
12942
12943         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12944         detect that it's not implemented.
12945
12946         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12947         we actually do recurse down into the tree, but don't stat all leaf
12948         nodes.
12949
12950         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12951         then say so instead of bugging out.
12952
12953         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12954         files exist before trying to read them.
12955
12956         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12957         around <pre_int>.
12958
12959         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12960
12961         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12962
12963 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12964
12965         * mm-util.el (mm-image-load-path): Just return the image directories,
12966         not all directories in the path in addition to the image directories.
12967         (mm-image-load-path): Maintain a cache of the image directories so that
12968         the `g' command in Gnus doesn't have to stat dozens of directories each
12969         time.
12970
12971         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12972         (gnus-html-wash-tags): Add a new `i' command to insert images.
12973         (gnus-html-insert-image): New command and keystroke.
12974         (gnus-html-redisplay-with-images): New command and keystroke.
12975         (gnus-html-show-images): Rename command.
12976         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12977         spacers.
12978         (gnus-html-wash-tags): Decode entities at the end, so that entities
12979         inside the tags don't mess up the rest of the "parsing".
12980
12981         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12982         so that nnimap methods aren't agentized by default.  There's apparently
12983         many problems related to agent/imap behavior.
12984
12985         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12986
12987         * gnus-html.el: Doc fix.
12988
12989 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12990
12991         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12992         specifier-spec-list for Emacs 21.
12993
12994         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12995         glyph-width and glyph-height instead of display-graphic-p and
12996         image-size; make avoidance of displaying small images work for XEmacs.
12997
12998         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12999         for XEmacs.
13000
13001         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
13002         of symbol that holds plist data.
13003         (gnus-process-plist): Remove plist of process after getting it.
13004
13005 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13006
13007         * message.el (message-generate-hashcash): Change default to
13008         'opportunistic if hashcash is installed.
13009
13010         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
13011         (gnus-html-put-image): Only call image-size once, since it's somewhat
13012         time-consuming on remote X servers.
13013
13014 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13015
13016         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
13017         type on data, not a file name.
13018
13019         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
13020         window-pixel-edges for Emacs 21.
13021
13022         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
13023         decoded contents.
13024         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
13025
13026 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13027
13028         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13029         group line format, since it isn't very interesting.
13030
13031         * gnus-agent.el (gnus-agent-short-article),
13032         (gnus-agent-long-article): Increase values for these two variables,
13033         since most people are likely to have more network connection and
13034         storage than before.
13035
13036         * gnus.el (gnus-refer-article-method): Change default to 'current.
13037         When referring an article, the common behavior is to refer it from the
13038         current select method, not the native select method.  The chances of
13039         the native select method having the message in question is rather slim
13040         these days.
13041
13042         * gnus-sum.el (gnus-auto-select-subject): Change default to
13043         `unseen-or-unread'.  I think it's likely that most people want to
13044         select an unseen article over a previously seen, but unread one.
13045
13046         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
13047         means that in the article buffer none of the minor mode elements will
13048         be shown, usually, and this is not desirable in most cases.
13049
13050         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
13051         that commands like `d' (and the like) go to the next line in the
13052         buffer, instead of the next unread article.  I think this is the
13053         behavior that is most natural for most users.
13054         (gnus-single-article-buffer): Change default to nil, so that people can
13055         have as many article buffers open as they have summary buffer.  I think
13056         this is the most natural way for the groups to behave.
13057
13058         * message.el (message-generate-new-buffers): Change default to
13059         `unsent', so that all new message buffers start their names with the
13060         string "*unsent", and it's easier to find the buffers if you move from
13061         them.
13062
13063 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13064
13065         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
13066         small.  They're probably tracking images.
13067         (gnus-html-wash-tags): Remove all <pre_int> place holders.
13068         (gnus-html-rescale-image): Yet another try at getting the image sizing
13069         right.
13070
13071         * nntp.el (nntp-request-set-mark): Refuse to do marks if
13072         nntp-marks-file-name is nil.
13073
13074 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13075
13076         * gnus-html.el (gnus-html-wash-tags)
13077         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13078         Better logging.
13079
13080 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13081
13082         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13083
13084         * gnus-html.el (gnus-html-wash-tags): Check the value of
13085         gnus-blocked-images in the summary buffer.
13086
13087 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13088
13089         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13090
13091 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13092
13093         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13094         like "a", it seems like.
13095         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13096         since it needs to be picked from the correct buffer.
13097
13098         * nnwfm.el: Remove.
13099
13100         * nnlistserv.el: Remove.
13101
13102 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13103
13104         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13105         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13106
13107 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13108
13109         * nnkiboze.el: Remove.
13110
13111         * nndb.el: Remove.
13112
13113         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13114         alt text.
13115         (gnus-html-rescale-image): Try to get the rescaling logic right for
13116         images that are just wide and not tall.
13117
13118         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13119         overshadow variable bindings.
13120
13121 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13122
13123         * gnus-html.el (gnus-html-wash-tags)
13124         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13125         Add extra logging.
13126
13127 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13128
13129         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13130         (gnus-max-image-proportion): New variable.
13131         (gnus-html-rescale-image): New function.
13132         (gnus-html-put-image): Rescale images.
13133
13134 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13135
13136         Fix up some byte-compiler warnings.
13137         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13138         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13139         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13140         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13141         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13142         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13143         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13144
13145 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * gnus-html.el (gnus-article-html): Decode contents by charset.
13148
13149 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13152         (gnus-html-frame-width, gnus-blocked-images):
13153         * message.el (message-prune-recipient-rules): Add custom version.
13154         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13155
13156         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13157         functions.
13158
13159         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13160         gnus-process-get.
13161
13162 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13163
13164         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13165         instead of lsub directly.
13166
13167 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13168
13169         * nnwarchive.el: Remove.
13170
13171         * gnus-soup.el: Remove.
13172
13173         * nnsoup.el: Remove.
13174
13175         * nnultimate.el: Remove.
13176
13177         * gnus-html.el (gnus-blocked-images): New variable.
13178
13179         * message.el (message-prune-recipients): New function.
13180         (message-prune-recipient-rules): New variable.
13181
13182         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13183         guess whether a long line is natural text or not.
13184
13185         * gnus-html.el (gnus-html-schedule-image-fetching):
13186         Use gnus-process-plist and friends for compatibility.
13187
13188 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13189
13190         * gnus-html.el: Require packages that define macros used in this file.
13191         (gnus-article-mouse-face): Declare to silence byte-compiler.
13192         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13193         process-get.
13194         (gnus-html-put-image): Use plist-get to avoid getf.
13195         (gnus-html-prefetch-images): Use with-current-buffer.
13196
13197 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * gnus-ems.el: Provide compatibility functions for
13200         gnus-set-process-plist.
13201
13202         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13203         header-line-format for XEmacs 21.4.
13204
13205         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13206         * gnus.el (gnus-valid-select-methods):
13207         * message.el (message-send-mail-partially-limit):
13208         * mm-decode.el (mm-text-html-renderer):
13209         * mml.el (mml-insert-mime-headers-always):
13210         * smiley.el (smiley-regexp-alist): Bump custom version.
13211
13212 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13213
13214         * gnus-html.el: Require mm-url.
13215         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13216         with the url to `url'.
13217         (gnus-html-wash-tags): Support cid: URLs/images.
13218
13219 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13220
13221         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13222         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13223         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13224
13225         * gnus-move.el: Remove file, since it doesn't really work.
13226
13227         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13228         UTF-8.  This seems to fix problems with some German web feeds.
13229
13230         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13231         at the top so that the proper colors are applied.
13232
13233         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13234         don't have dots in their names.
13235
13236         * gnus-art.el (gnus-article-view-part): Doc fix.
13237
13238         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13239         XEmacs-compatible.
13240         (gnus-html-put-image): Don't do images on non-graphic displays.
13241
13242         * nnslashdot.el: Remove this unused backend.
13243
13244         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13245         actions.
13246         (gnus-undo-register-1): Revert last change.
13247
13248         * gnus-group.el (gnus-group-completing-read): Protect against not
13249         having completion-styles bound.
13250
13251         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13252         make broken recipients happier.
13253
13254         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13255
13256         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13257         point parameter.
13258
13259         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13260
13261         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13262         completion-styles for group selection.
13263
13264 2009-02-04  Andreas Schwab  <schwab@suse.de>
13265
13266         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13267         headers and regexp-quote the match if necessary.
13268
13269 2009-03-24  Miles Bader  <miles@gnu.org>
13270
13271         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13272         the blinking smiley.
13273
13274 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13275
13276         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13277         blink smiley.
13278
13279 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13280
13281         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13282         where the dribbel file lives exists.
13283
13284         * message.el (message-send-mail-partially-limit): Change the default to
13285         nil, since most people don't want this.
13286
13287         * mm-url.el (mm-url-decode-entities): Also decode entities like
13288         &#x3212.
13289
13290 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13291
13292         * gnus-sum.el (gnus-summary-idna-message):
13293         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13294         Hyperlink urls in docstrings with URL `...'.
13295
13296 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13297
13298         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13299         functions.
13300
13301 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13302
13303         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13304         say what the mouseover text should be.
13305
13306         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13307         version of the mm-w3m-safe-url-regexp variable to only download images
13308         in the groups where we want that to happen.
13309
13310         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13311
13312         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13313         easier debugging.
13314         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13315         big pictures in the article buffer.
13316
13317         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13318         gnus-article-html.
13319         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13320         w3m.
13321
13322         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13323
13324 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13325
13326         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13327         which doesn't exist.
13328
13329         * message.el (message-inhibit-ecomplete): New variable to allow some
13330         function to inhibit ecomplete address storage.
13331         (message-resend): Disable ecomplete message storage when resending
13332         messages.
13333
13334         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13335
13336 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13339         Save excursion while copying, moving, and deleting articles in order to
13340         prevent the cursor from jumping to unforeseen place.
13341
13342 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * lpath.el: No need to bind bookmark-current-buffer,
13345         bookmark-yank-point and bookmark-make-record-function.
13346
13347 2010-08-17  Glenn Morris  <rgm@gnu.org>
13348
13349         * gnus-sync.el: Require gnus components whose functions are used.
13350
13351         * gnus-art.el (bookmark-make-record-function):
13352         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13353         Declare for compiler.
13354
13355         * mm-url.el (mml-compute-boundary): Autoload.
13356
13357 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13360
13361 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13362
13363         Typo fix "hoo4a" -> "hook".
13364
13365         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13366
13367 2010-08-14  Glenn Morris  <rgm@gnu.org>
13368
13369         * gnus-sync.el (gnus-sync): Fix defgroup version.
13370
13371 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13372
13373         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13374
13375         * gnus-sync.el: Fix docs.
13376         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13377         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13378
13379 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13380
13381         Optimizations for gnus-sync.el.
13382
13383         * gnus-sync.el: Add docs about gnus-sync-backend
13384         possibilities.
13385         (gnus-sync-save): Remove unnecessary message.
13386         (gnus-sync-read): Optimize and show what groups were skipped.
13387
13388 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13389
13390         Minor bug fixes for gnus-sync.el.
13391
13392         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13393         Don't read the sync on get-new-news.
13394
13395         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13396         quiet.
13397
13398         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13399         (fix typo).
13400
13401 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13402
13403         Make saving and restoring of hidden threads work with overlays.
13404         Patch applied by Ted Zlatanov.
13405
13406         * gnus-sum.el (gnus-hidden-threads-configuration)
13407         (gnus-restore-hidden-threads-configuration): Update to deal with text
13408         properties, rather than searching for a magic character.
13409
13410 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13411
13412         New gnus-sync.el library for synchronization of marks.
13413
13414         * gnus-sync.el: New library for synchronization of marks.
13415
13416         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13417         renamed from `gnus-registry-grep-in-list'.
13418
13419         * gnus-registry.el (gnus-registry-follow-group-p):
13420         Use `gnus-grep-in-list'.
13421
13422         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13423
13424 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13427         determining charset of text fails.
13428
13429 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * nnmail.el (nnmail-get-new-mail-1): Revert.
13432
13433         * nnml.el (nnml-active-number): Make sure names of newly created groups
13434         in nnml-group-alist are encoded.
13435
13436 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13439         containing non-ASCII characters in active file for nnml back end.
13440
13441 2010-07-24  David Engster  <dengste@eml.cc>
13442
13443         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13444         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13445
13446 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13447
13448         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13449         tag (Bug#6654).
13450
13451 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13454         the article buffer, not the summary buffer.
13455
13456 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13459         Emacs 23 as well.
13460
13461 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13464         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13465
13466 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13467
13468         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13469         Patch applied by Karl Fogel.
13470
13471         * gnus-sum.el (gnus-summary-bookmark-make-record):
13472         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13473
13474 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13475
13476         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13477         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13478         C-w still not working correctly from Article buffers; Thierry's
13479         patch to fix that will be applied after this.
13480
13481         * gnus-art.el (bookmark-make-record-function): New local variable.
13482
13483         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13484         article buffer.
13485         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13486
13487 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13488
13489         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13490         on changes in bookmark.el.
13491
13492 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13495         `no-log' instead of message not to log prompt string.
13496
13497 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13498
13499         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13500         the *other* type of HTML form submission.
13501
13502 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13503
13504         * auth-source.el (auth-source-pick): If choice does not contain a
13505         questioned keyword, set the check to t.
13506
13507 2010-06-12  Romain Francoise  <romain@orebokech.com>
13508
13509         * gnus-util.el (gnus-date-get-time): Move up before first use.
13510
13511 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13514         (gnus-article-edit-part): Bind it to make last part that is substituted
13515         or deleted visible.
13516         (gnus-mime-display-single): Buttonize part of which id equals to
13517         gnus-mime-buttonized-part-id.
13518
13519 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13520
13521         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13522         (gnus-dd-mmm): Use gnus-date-get-time.
13523         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13524         simplify logic.
13525         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13526         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13527
13528 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13529
13530         * auth-source.el (top): Autoload `secrets-list-collections',
13531         `secrets-create-item', `secrets-delete-item'.
13532         (auth-sources): Fix tag string.
13533         (auth-get-source, auth-source-retrieve, auth-source-create)
13534         (auth-source-delete): New defuns.
13535         (auth-source-pick): Rewrite in order to avoid 2 passes.
13536         (auth-source-forget-user-or-password): New parameter USERNAME.
13537         (auth-source-user-or-password): New parameters CREATE-MISSING and
13538         DELETE-EXISTING.  Retrieve password interactively, if needed.
13539
13540 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13541
13542         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13543         deleting unused directories when gnus-expert-user is t.
13544
13545 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13548         for each temp file when gnus-article-browse-delete-temp is ask.
13549
13550 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13551
13552         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13553         Replace Lisp calls to delete-backward-char by calls to delete-char.
13554
13555 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13556
13557         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13558
13559 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13560
13561         * password-cache.el (password-cache-remove): Fix docstring.
13562
13563 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13566         article unless decoding article to be saved.
13567
13568 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13571         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13572         generated within the mm-with-unibyte-current-buffer macro.
13573
13574 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13577         to nil when we're in a mml-preview buffer and no group is selected.
13578
13579 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13580
13581         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13582         when catching the `C-g'.  Reported by "Leo".
13583
13584 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13585
13586         * message.el (message-forward-make-body-plain)
13587         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13588         multibyte-string-p.
13589
13590         * lpath.el: Revert.
13591
13592 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * message.el (message-forward-make-body-mml): Assume original message
13595         is multibyte string; error on unibyte.
13596         (message-forward-make-body-plain): Ditto; don't add excessive newline
13597         in body end.
13598
13599         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13600
13601 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13602
13603         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13604         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13605
13606 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * mm-extern.el (mm-extern-url): Don't use
13609         mm-with-unibyte-current-buffer.
13610         (mm-extern-cache-contents): Use with-current-buffer instead of
13611         save-excursion + set-buffer.
13612
13613 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * mm-util.el (mm-emacs-mule): Remove.
13616
13617 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13618
13619         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13620         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13621         change.
13622
13623 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13626         bind the default value of enable-multibyte-characters to nil.
13627
13628 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * message.el (message-forward-make-body-plain)
13631         (message-forward-make-body-mml):
13632         Don't use mm-with-unibyte-current-buffer.
13633
13634 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13635
13636         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13637
13638 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13639
13640         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13641         (Bug#5592).
13642
13643 2010-05-07  Julien Danjou  <julien@danjou.info>
13644
13645         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13646         it to mm-pipe-part.
13647
13648         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13649         it is given.
13650
13651 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * binhex.el (binhex-decode-region-internal):
13654         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13655         (dns-query):
13656         * nnweb.el (nnweb-gmane-search):
13657         * pgg-parse.el (pgg-parse-armor):
13658         * pgg.el (pgg-verify-region):
13659         * sha1.el (sha1-string-external):
13660         * uudecode.el (uudecode-decode-region-internal):
13661         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13662         XEmacs.
13663
13664         * gnus-art.el (gnus-article-browse-html-parts):
13665         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13666         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13667         make-temp-file.
13668
13669         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13670         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13671         compiling.
13672
13673         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13674         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13675         XEmacs when compiling.
13676
13677         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13678         gnus-pick-mode-off-hook for XEmacs when compiling.
13679         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13680         gnus-binary-mode-off-hook for XEmacs when compiling.
13681
13682         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13683         Return nil if char-charset is not available.
13684
13685         * imap.el (imap-disable-multibyte)
13686         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13687         macros.
13688
13689         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13690         instead of encode-coding-string.
13691
13692         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13693         'xemacs) instead of mm-emacs-mule to switch function definitions.
13694         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13695
13696         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13697         bind temporary-file-directory for XEmacs;
13698         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13699         timer-set-function for XEmacs 21.4 and SXEmacs;
13700         bind timer-list for XEmacs 21.4 and SXEmacs;
13701         fbind char-charset and find-charset-region for non-Mule XEmacs;
13702         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13703         encode-coding-region and encode-coding-string for XEmacs having no
13704         file-coding feature.
13705
13706 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13707
13708         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13709
13710 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13713         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13714
13715 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13716
13717         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13718         alias `jka-compr-delete-temp-file' no longer exists.
13719
13720 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13721
13722         Use define-minor-mode in Gnus where applicable.
13723         * mml.el (mml-mode): Use define-minor-mode.
13724         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13725         (gnus-undo-mode): Use define-minor-mode.
13726         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13727         (gnus-dead-summary-mode): Use define-minor-mode.
13728         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13729         Initialize in declaration.
13730         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13731         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13732         (gnus-mailing-list-mode): Use define-minor-mode.
13733         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13734         (gnus-draft-mode): Use define-minor-mode.
13735         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13736         (gnus-dired-mode): Use define-minor-mode.
13737
13738 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13739
13740         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13741         handles on recursive mml-to-mime translation and check them for
13742         boundary delimiter collisions.  Reported by Greg Troxel.
13743
13744 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13747
13748 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13749
13750         * mm-util.el (mm-find-buffer-file-coding-system):
13751         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13752
13753 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13754
13755         * message.el (message-generate-headers): Record insertion of optional
13756         headers as well.  Otherwise the check to prevent repeated insertion of
13757         optional headers is a no-op.
13758
13759 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13760
13761         * smime.el: Don't mention CVS.
13762
13763         * nnrss.el (nnrss-fetch): Don't mention CVS.
13764
13765         * nnir.el: Don't mention CVS.
13766
13767 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13768
13769         * gnus-sum.el (gnus-summary-bookmark-make-record):
13770         Add `location' field.
13771
13772 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * lpath.el: Fbind bookmark-default-handler,
13775         bookmark-get-bookmark-record, bookmark-make-record-default,
13776         bookmark-prop-get for Emacs <23 and XEmacs.
13777
13778 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13779
13780         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13781         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13782         Use with-current-buffer to silence the byte-compiler.
13783         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13784         bother to require `gnus'.
13785         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13786
13787 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13788
13789         * gnus-sum.el (gnus-summary-bookmark-make-record)
13790         (gnus-summary-bookmark-jump): New functions.
13791         (gnus-summary-mode): Setup bookmark support.
13792
13793 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13794
13795         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13796         if set.
13797
13798 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13801         gnus-article-browse-html-save-cid-image; make it work recursively for
13802         forwarded messages as well.
13803         (gnus-article-browse-html-parts): Work when prefix arg is given.
13804         (gnus-article-browse-html-article): Doc fix.
13805
13806 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13807
13808         * message.el (message-default-mail-headers)
13809         (message-default-headers): Carry the value mail-default-headers over
13810         into message-default-mail-headers, rather than message-default-headers.
13811
13812 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13813
13814         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13815         charset.
13816
13817         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13818         charset into the <meta> tag when the article is encoded to utf-8.
13819
13820 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * gnus-art.el (gnus-article-browse-delete-temp-files):
13823         Delete directories as well.
13824         (gnus-article-browse-html-parts): Work for images that do not specify
13825         file names; delete temp directory when quitting; insert header at the
13826         right place; use file: scheme for image files.
13827
13828 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13829
13830         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13831         (gnus-article-browse-html-parts): Use it to make temporary cid image
13832         files in addition to html file so that browser may display them.
13833
13834 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13837
13838 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13839
13840         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13841
13842 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13843
13844         * auth-source.el (auth-sources): Change default to be simpler.
13845         Explain about Secret Service API sources.  Improve Customize options.
13846         (auth-source-pick): Change to accept any number of search parameters.
13847         Implement fallbacks iteratively, not recursively.  Add scoring on the
13848         second pass and sort by score.  Call Secret Service API when needed.
13849         (auth-source-user-or-password): Use it.  Call Secret Service API
13850         directly when needed to get the user name and the password.
13851
13852 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13853
13854         * message.el (message-interactive): Doc fix.
13855         (message-qmail-inject-args): Reflow.
13856         (message-kill-to-signature): Fix typo in docstring.
13857
13858         * smiley.el (smiley-buffer): Fix typo in docstring.
13859
13860 2010-03-24  Glenn Morris  <rgm@gnu.org>
13861
13862         * mail-source.el (gnus-message): Declare.
13863         (mail-source-delete-old-incoming): Require gnus-util.
13864
13865 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13868
13869         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13870
13871         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13872         password-cache's default if it is not bound.
13873         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13874         password-cache-expiry's default if it is not bound.
13875
13876         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13877         available in Emacs 21.
13878
13879         * lpath.el: Suppress compiler warnings for:
13880         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13881         XEmacs;
13882         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13883         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13884         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13885
13886 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13887
13888         * auth-source.el (auth-sources): Fix up definition so extra parameters
13889         are always inline.
13890
13891 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13892
13893         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13894         wasn't updated after mismatch.  Clear cached mailbox info correctly
13895         when uidvalidity changes.
13896         (nnimap-group-prefixed-name): New function to avoid some code
13897         duplication.
13898         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13899         (nnimap-request-group): Use it.
13900         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13901         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13902         with many imap folders.  This is done by caching the group status from
13903         the imap server persistently in a group parameter `imap-status'.  (This
13904         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13905         but not persistently, so every Gnus startup was still very slow.)
13906
13907 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13908
13909         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13910         delete the extra newline.  Otherwise editing of :string and :number
13911         types don't work.
13912
13913 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13914
13915         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13916         secrets.el dependency.
13917         (auth-sources): Add optional user name.  Add secrets.el configuration
13918         choice (unused right now).
13919
13920 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13921
13922         * gnus-sum.el (gnus-summary-make-menu-bar):
13923         Let `gnus-registry-install-shortcuts' fill in the functions.
13924
13925         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13926         warnings.
13927         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13928         (gnus-registry-install-shortcuts): Populate and use it in a
13929         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13930
13931 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13932
13933         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13934         In-place substitutions for the group name encoding/decoding.
13935         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13936         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13937         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13938         (nnimap-update-unseen, nnimap-request-list)
13939         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13940         (nnimap-request-set-mark, nnimap-split-to-groups)
13941         (nnimap-split-articles, nnimap-request-newgroups)
13942         (nnimap-request-create-group, nnimap-request-accept-article)
13943         (nnimap-request-delete-group, nnimap-request-rename-group)
13944         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13945         `encoded-mbx' for consistency.
13946         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13947         variable `imap-current-mailbox'.
13948
13949         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13950         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13951
13952 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13953
13954         * pop3.el (pop3-display-message-size-flag): Display message size byte
13955         counts during POP3 download.
13956         (pop3-movemail): Use it.
13957         (pop3-list): Implement listing of available messages.
13958
13959 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13960
13961         * nnir.el (nnir-get-article-nov-override-function): New function to
13962         override the normal NOV retrieval.
13963         (nnir-retrieve-headers): Use it.
13964
13965 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13966
13967         * auth-source.el (netrc-machine-user-or-password): Autoload.
13968
13969 2010-03-19  Glenn Morris  <rgm@gnu.org>
13970
13971         Stop message.el from loading about 40 libraries it doesn't always need.
13972         The general approach is to autoload rather than require, and to
13973         require in the specific functions rather than the file.  (Bug#5642)
13974
13975         * gmm-utils.el: Don't require wid-edit.
13976         (widget-create-child-value, widget-convert, widget-default-get):
13977         Autoload.
13978
13979         * gnus-util.el: Don't require time-date, netrc.
13980         (message-fetch-field, gnus-group-name-decode): Declare rather than
13981         autoloading.
13982         (gnus-fetch-field): Require message.
13983         (gnus-decode-newsgroups): Require gnus-group.
13984
13985         * ietf-drums.el: Don't require time-date.
13986
13987         * message.el: Don't require hashcash, canlock, ecomplete.
13988         Do require mail-utils.  Require nnheader only when compiling.
13989         (smtpmail-default-smtp-server): Remove declaration.
13990         (message-send-mail-function): Check smtpmail-default-smtp-server
13991         is bound rather than requiring smtpmail.
13992         (message-auto-save-directory, message-insert-signature):
13993         Use expand-file-name rather than nnheader-concat.
13994         (nnheader-insert-file-contents): Autoload.
13995         (hashcash-wait-async): Declare.
13996         (message-send-mail): Only call gnus-setup-posting-charset if
13997         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13998         (message-send-mail-with-sendmail): Require sendmail.
13999         (canlock-password, canlock-password-for-verify): Declare.
14000         (message-canlock-password): Require canlock.
14001         (nnheader-get-report): Autoload.
14002         (gnus-setup-posting-charset): Declare.
14003         (message-send-news): Require gnus-msg.
14004         (message-make-references, message-make-in-reply-to): Use mail-header-id
14005         rather than the alias mail-header-message-id.
14006         (ecomplete-add-item, ecomplete-save): Declare.
14007         (message-put-addresses-in-ecomplete): Require ecomplete.
14008         (ecomplete-display-matches): Autoload.
14009
14010         * mm-decode.el: Don't require mailcap, gnus-util.
14011         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
14012         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
14013         Autoload.
14014         (mailcap-mime-extensions): Declare.
14015
14016         * mm-encode.el: Don't require mailcap.
14017         (mailcap-extension-to-mime): Autoload.
14018
14019         * mml-sec.el: Don't require password-cache.
14020
14021         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
14022         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
14023         (mml-minibuffer-read-type): Require mailcap.
14024         (mml-preview): Require gnus-msg.
14025
14026         * mml1991.el: Require password-cache.
14027         (password-cache-expiry): Remove declaration.
14028
14029         * mml2015.el: Require password-cache.
14030         (password-cache-expiry): Remove declaration.
14031
14032         * nneething.el (mailcap): Require mailcap.
14033
14034         * nnheader.el (declare-function): Add compatibility stub.
14035         (message-remove-header): Declare rather than autoload.
14036         (nnheader-replace-header): Require message.
14037
14038         * nnimap.el (declare-function): Add compatibility stub.
14039         (netrc-parse, netrc-machine-user-or-password): Declare.
14040         (nnimap-open-connection): Require netrc.
14041
14042         * nntp.el (declare-function): Add compatibility stub.
14043         (netrc-parse, netrc-machine, netrc-get): Declare.
14044         (nntp-send-authinfo): Require netrc.
14045
14046         * rfc2047.el: Don't require qp.
14047         (quoted-printable-encode-region, quoted-printable-decode-string):
14048         Autoload.
14049
14050         * sieve-mode.el: Don't require easymenu.
14051         (easy-menu-add-item): Autoload it.
14052
14053         * spam-stat.el (time-to-number-of-days): Autoload it.
14054
14055 2010-03-19  Glenn Morris  <rgm@gnu.org>
14056
14057         * password-cache.el (password-cache, password-cache-expiry): Autoload.
14058
14059 2010-03-18  Glenn Morris  <rgm@gnu.org>
14060
14061         * hashcash.el (declare-function): Remove duplicate definition.
14062
14063 2010-03-17  Kevin Ryde  <user42@zip.com.au>
14064
14065         * mml.el (mml-read-tag): Unquote values with `read' to reverse
14066         prin1 in mml-insert-tag (just stripping the quotes gave wrong
14067         value if any backslash escapes).
14068
14069 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
14072         if it is available.  (bug#5647)
14073
14074         * lpath.el: Suppress compiler warning for coding-system-from-name for
14075         Emacs 21 and XEmacs.
14076
14077 2010-03-14  Juri Linkov  <juri@jurta.org>
14078
14079         * hmac-def.el:
14080         * hmac-md5.el:
14081         * netrc.el: Fix keywords.
14082
14083 2010-02-26  Glenn Morris  <rgm@gnu.org>
14084
14085         * message.el (message-send-mail-function): Change the default, so that
14086         it inherits from a customized send-mail-function.  (Bug#5643)
14087
14088 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14089
14090         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14091         shell-command-to-string signals an error (bug#5299).
14092
14093 2010-02-24  Glenn Morris  <rgm@gnu.org>
14094
14095         * message.el (message-smtpmail-send-it)
14096         (message-send-mail-with-mailclient): Doc fixes.
14097
14098 2010-02-16  Glenn Morris  <rgm@gnu.org>
14099
14100         * message.el (message-default-mail-headers): Change the default value
14101         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14102
14103 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14106         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14107
14108 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14109
14110         * time-date.el (date-to-time): Doc fix (Bug#5408).
14111
14112 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14113
14114         * message.el (message-mail): Just pass yank-action on to message-setup.
14115         (message-setup): Handle (FUN . ARGS) form of yank-action.
14116         (message-with-reply-buffer, message-widen-reply)
14117         (message-yank-original): Handle non-buffer values of
14118         message-reply-buffer (Bug#4080).
14119         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14120
14121 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14122
14123         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14124         Fix typo in docstring.
14125
14126 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14127
14128         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14129         response.
14130
14131 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14134
14135         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14136
14137         * message.el (message-check-news-header-syntax): Protect against a
14138         string that `rfc822-addresses' returns when parsing fails.
14139
14140 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14143         (gnus-previous-char-property-change): New functions.
14144
14145         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14146
14147 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14148
14149         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14150         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14151
14152 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14153
14154         * message.el (message-exchange-point-and-mark): Rework last change to
14155         avoid using optional arg of exchange-point-and-mark, for backward
14156         compatibility.
14157
14158 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14159
14160         * message.el (message-exchange-point-and-mark):
14161         Call exchange-point-and-mark with an argument rather than setting
14162         mark-active by hand (Bug#5175).
14163
14164 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * nntp.el (nntp-service-to-port): Work for service expressed with
14167         numeric string; replace [:digit:] with [0-9] for XEmacs.
14168
14169 2009-12-17  Glenn Morris  <rgm@gnu.org>
14170
14171         * gnus-group.el (gnus-bug-group-download-format-alist):
14172         Change emacs entry to debbugs.gnu.org.  Bump :version.
14173
14174 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14175
14176         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14177
14178 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14179
14180         * message.el (message-info): Explain why we use `Info-goto-node'.
14181
14182 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14185
14186 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14187
14188         * message.el (message-completion-in-region): New compatibility function.
14189         (message-expand-group): Use it.
14190
14191 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14194         with no unread article should be listed if the 2nd arg `predicate' is
14195         given.
14196
14197 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14200
14201 2009-11-29  Juri Linkov  <juri@jurta.org>
14202
14203         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14204         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14205         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14206
14207 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14208
14209         * sha1.el (sha1-string-external): default-directory "/" in case
14210         otherwise non-existent.  process-connection-type pipe for touch of
14211         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14212
14213 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14214
14215         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14216         it's comms related and sgml-mode.el has "comm" on that basis too.
14217
14218 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14221         containing tspecial characters if they have been already quoted.
14222
14223 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14224
14225         * dns-mode.el (auto-mode-alist): Purecopy string.
14226
14227 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14228
14229         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14230
14231 2009-10-24  Glenn Morris  <rgm@gnu.org>
14232
14233         * gnus-art.el (help-xref-stack-item): Define for compiler.
14234
14235 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14236
14237         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14238
14239 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14242
14243 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14244
14245         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14246         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14247
14248 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14251         (gnus-overlays-in): New alias to overlays-in.
14252
14253         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14254         gnus-overlay-get, and gnus-delete-overlay.
14255         (gnus-summary-show-thread): Make it work as well for systems in which
14256         next-single-char-property-change is not available.
14257         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14258
14259         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14260         (gnus-overlay-get): New alias to extent-property.
14261         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14262
14263         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14264         SXEmacs.
14265
14266         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14267         SXEmacs.
14268
14269 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14270
14271         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14272
14273 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14274
14275         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14276         and XEmacs that don't have `remove-overlays'.
14277
14278 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14279
14280         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14281         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14282         selective display.  Use overlays instead.
14283
14284 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14285
14286         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14287
14288 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14289
14290         * spam-stat.el (spam-stat-load): Fix typo in message.
14291
14292 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14293
14294         * dig.el (dig-invoke): Fix typo in docstring.
14295         (query-dig): Reflow docstring.
14296
14297 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14298
14299         * gnus-art.el (gnus-article-encrypt-body):
14300         * message.el (message-check-recipients):
14301         * mm-util.el (mm-codepage-setup):
14302         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14303         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14304
14305 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14306
14307         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14308         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14309         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14310         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14311         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14312
14313 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14314
14315         * dig.el: Add "Keywords: comm", as per net-utils.el.
14316
14317 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14318
14319         * dig.el (dig-mode): Use define-derived-mode.
14320
14321 2009-09-19  Glenn Morris  <rgm@gnu.org>
14322
14323         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14324
14325 2009-09-18  Glenn Morris  <rgm@gnu.org>
14326
14327         * gnus-diary.el (gnus-diary-check-message):
14328         * message.el (message-insert-formatted-citation-line):
14329         * nnbabyl.el (top-level):
14330         * nndiary.el (nndiary-schedule):
14331         Fix typos in condition-case handlers.
14332
14333 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14336         configuration that provides the sole article window in a frame;
14337         position point correctly after deleting a part.
14338
14339 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14340
14341         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14342         (spam-resolve-registrations-routine): Use it to unregister articles
14343         that change status.
14344
14345 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14348         with XEmacs.
14349         (parse-time-string-chars): Use it.
14350
14351 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14352
14353         * imap.el (imap-interactive-login): Better messages.
14354         (imap-open): Fix bug with renamed buffer on reconnect.
14355         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14356         for easier debugging and cleaner code.  On successful (guessed based on
14357         server capabilities) secondary authentication, set imap-state
14358         correctly.
14359         (imap-last-authenticator): Define imap-last-authenticator as a variable
14360         to avoid warnings.
14361
14362 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14363
14364         * nnrss.el (nnrss-request-article): Remove binding of
14365         default-enable-multibyte-characters that has gotten needless by
14366         the 2007-07-13 change in rfc2047-encode-message-header.
14367
14368         * mml.el (mml-insert-multipart): Error on the message header.
14369         (mml-insert-part): Error on the message header; position point at
14370         the end of a MIME tag.
14371
14372 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * time-date.el (autoload): Expand define-obsolete-function-alias into
14375         defalias and make-obsolete for old Emacsen that Gnus supports.
14376         (with-no-warnings): Define it for old Emacsen.
14377         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14378         is available.
14379         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14380         float-time is available; suppress compile warning for time-to-seconds.
14381
14382         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14383         (gnus-float-time): Alias to float-time if it exists.
14384
14385         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14386         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14387         float-time is available; suppress compile warning for time-to-seconds.
14388
14389         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14390         XEmacs.
14391
14392 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14393
14394         * imap.el (imap-message-map): Docstring fix.
14395
14396 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14399         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14400         Add the optional argument `encoding' that overrides the default.
14401
14402         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14403         mm-encode-buffer.
14404
14405 2009-09-04  Glenn Morris  <rgm@gnu.org>
14406
14407         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14408         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14409         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14410         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14411         * mm-util.el (mm-with-unibyte-current-buffer)
14412         (mm-find-buffer-file-coding-system):
14413         * yenc.el (yenc-decode-region): Use default-value rather than
14414         default-enable-multibyte-characters.
14415
14416 2009-09-03  Glenn Morris  <rgm@gnu.org>
14417
14418         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14419         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14420         than default-enable-multibyte-characters.
14421
14422 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14423
14424         * gnus-art.el (gnus-article-read-summary-keys):
14425         Fix gnus-buffer-configuration's value temporarily used.
14426
14427 2009-09-02  Glenn Morris  <rgm@gnu.org>
14428
14429         * gnus-util.el (gnus-float-time): New function.
14430         * gnus-delay.el (gnus-delay-article):
14431         * gnus-sum.el (gnus-thread-latest-date):
14432         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14433         * nnspool.el (nnspool-request-newgroups):
14434         Use gnus-float-time rather than time-to-seconds.
14435         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14436
14437         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14438         (gnus-header-subject-face, gnus-header-newsgroups-face)
14439         (gnus-header-name-face, gnus-header-content-face):
14440         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14441         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14442         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14443         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14444         (gnus-cite-face-11):
14445         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14446         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14447         (gnus-server-closed-face, gnus-server-denied-face)
14448         (gnus-server-offline-face):
14449         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14450         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14451         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14452         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14453         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14454         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14455         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14456         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14457         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14458         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14459         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14460         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14461         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14462         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14463         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14464         (gnus-summary-high-undownloaded-face)
14465         (gnus-summary-low-undownloaded-face)
14466         (gnus-summary-normal-undownloaded-face)
14467         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14468         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14469         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14470         (gnus-splash-face):
14471         * message.el (message-header-to-face, message-header-cc-face)
14472         (message-header-subject-face, message-header-newsgroups-face)
14473         (message-header-other-face, message-header-name-face)
14474         (message-header-xheader-face, message-separator-face)
14475         (message-cited-text-face, message-mml-face):
14476         * sieve-mode.el (sieve-control-commands-face)
14477         (sieve-action-commands-face, sieve-test-commands-face)
14478         (sieve-tagged-arguments-face):
14479         * spam.el (spam-face):
14480         Mark face aliases with "-face" in the name as obsolete.
14481
14482 2009-09-01  Glenn Morris  <rgm@gnu.org>
14483
14484         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14485         than goto-line.
14486
14487 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14490         Don't move point if the command is invoked inside the message header.
14491
14492 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14493
14494         * imap.el (imap-send-command): Simplify.
14495         (imap-wait-for-tag): point-max -> buffer-size.
14496
14497 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14498
14499         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14500         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14501         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14502         * nnir.el (nnir-swish-e-index-file):
14503         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14504         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14505         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14506         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14507         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14508         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14509
14510 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14513         Don't save excursion.
14514
14515 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14516
14517         * nnheader.el (nnheader-find-file-noselect):
14518         * mm-util.el (mm-insert-file-contents):
14519         Use (default-value 'major-mode) instead of default-major-mode.
14520
14521 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14522
14523         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14524
14525 2009-08-26  Glenn Morris  <rgm@gnu.org>
14526
14527         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14528         than placing in files.el.
14529
14530 2009-08-25  Glenn Morris  <rgm@gnu.org>
14531
14532         * nnir.el (top-level): Don't require cl at run-time.
14533         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14534         Replace cl-function substitute with gnus-replace-in-string.
14535         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14536         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14537         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14538         simplified expansions.
14539
14540 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14541
14542         * dig.el (dig): Add autoload cookie.
14543
14544 2009-08-22  Glenn Morris  <rgm@gnu.org>
14545
14546         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14547         goto-line.
14548
14549 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14550
14551         * parse-time.el (parse-time-string-chars): Save match data.
14552
14553 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14554
14555         * parse-time.el (parse-time-string-chars): Compute using character
14556         classes, to handle non-ascii characters (Bug#3190).
14557
14558 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14561
14562         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14563         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14564         (gnus-mm-display-part, gnus-mime-display-single)
14565         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14566         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14567
14568         * gnus-sum.el
14569         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14570         (gnus-summary-move-article): Add expirable mark to articles copied or
14571         moved to group that has auto-expire turned on if the option is non-nil.
14572
14573 2009-07-24  Glenn Morris  <rgm@gnu.org>
14574
14575         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14576         Fix typo.  (Bug#3903)
14577
14578 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14581         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14582         that should not be used for draft articles.
14583         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14584         that has no concern in minor mode keys.
14585         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14586         Abolish.
14587
14588 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14589
14590         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14591         article without making inquiry to a user for unknown encoding.
14592
14593         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14594         (nnmaildir--scan): Assume i-node and device number that file-attributes
14595         returns might be cons-cell.
14596
14597         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14598
14599         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14600
14601 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14602
14603         * auth-source.el: Remove docs now in auth.texi.  Don't use
14604         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14605         `auth-source-hide-passwords' and use them.
14606
14607 2009-07-15  Glenn Morris  <rgm@gnu.org>
14608
14609         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14610
14611 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14614         excessive whitespace from the default values of title and description.
14615
14616 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14619         mail-fetch-field to fetch Content-Description header in order to
14620         exclude newlines.
14621
14622 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14623
14624         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14625         format used by GnuPG 2.0.11.
14626
14627 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14630         to deleted part.
14631
14632 2009-05-30  David Engster  <dengste@eml.cc>
14633
14634         * nnmairix.el: Remove old documentation in the commentary block.
14635         (nnmairix-request-group): Do not update active file for nnml back ends.
14636         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14637         end so that overview files are ignored.
14638         (nnmairix-update-groups): Make updating the groups more robust by using
14639         marks.
14640         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14641         with dollar characters in message-id.
14642
14643 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14644
14645         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14646         2008-12-25 in dns.el.
14647
14648 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14649
14650         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14651         could happen if the text is only composed of spaces and/or tabs.
14652
14653 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14654
14655         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14656         when sending a queued message to avoid extra mml tags.
14657
14658 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14661
14662 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14665         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14666         rmail-toggle-header for XEmacs;
14667         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14668
14669 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * gnus-dired.el: Remove autoload for gnus-setup-message.
14672         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14673         displaying Gnus logo; always use compose-mail.
14674
14675 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14678
14679 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14682         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14683         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14684         available.
14685         (gnus-nocem-epg-verify): New function.
14686
14687 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14688
14689         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14690
14691 2009-02-15  Glenn Morris  <rgm@gnu.org>
14692
14693         * gnus-util.el (rmail-insert-rmail-file-header)
14694         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14695         autoloads.
14696         (rmail-default-rmail-file): Remove unnecessary declaration.
14697         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14698
14699 2009-02-14  Glenn Morris  <rgm@gnu.org>
14700
14701         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14702         variable (only used in gnus-util, which declares it anyway).
14703         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14704         which was only needed by gnus-art (changed to not use it any more).
14705         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14706         only used in gnus-util, which autoloads it itself.
14707         (rmail-update-summary): Fix autoload.
14708
14709         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14710         rather than rmail-output-to-rmail-file.
14711
14712 2009-02-07  Glenn Morris  <rgm@gnu.org>
14713
14714         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14715         autoload of function that no longer exists.
14716         (rmail-toggle-header): Declare.
14717         (message-forward-rmail-make-body): Handle mbox Rmail.
14718
14719 2009-01-31  Glenn Morris  <rgm@gnu.org>
14720
14721         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14722         2009-01-09 change.
14723
14724 2009-01-31  Dave Love  <fx@gnu.org>
14725
14726         * imap.el (imap-fetch-safe): Bind debug-on-error.
14727         (imap-debug): Add imap-fetch-safe.
14728
14729 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14730
14731         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14732         (auth-source-forget-all-cached): New convenience function.
14733         (auth-source-user-or-password): Accept list of modes or a single mode.
14734
14735         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14736         auth-source modes.
14737
14738         * netrc.el (netrc-machine-user-or-password): Use list of
14739         auth-source modes.
14740
14741         * nnimap.el (nnimap-open-connection): Use list of
14742         auth-source modes.
14743
14744         * nntp.el (nntp-send-authinfo): Use list of
14745         auth-source modes.
14746
14747 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14748
14749         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14750         now.
14751
14752 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14755         coding system in XEmacs; add a workaround for XEmacs.
14756
14757         * lpath.el: Fbind coding-system-aliasee.
14758
14759 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14762         of current-language-environment.
14763
14764 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14765
14766         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14767         available at runtime.
14768
14769 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14772
14773 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14774
14775         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14776         the greatest positive fixnum value doesn't work under an XEmacs with
14777         bignum support; use the most-positive-fixnum constant instead,
14778         available since Emacs 21.1 with cl and XEmacs 21.1.
14779
14780 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14783         XEmacs gets not to work.
14784
14785 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * mm-util.el (mm-coding-system-priorities): Allow the value like
14788         "Japanese (UTF-8)" of current-language-environment.
14789
14790 2009-01-09  Glenn Morris  <rgm@gnu.org>
14791
14792         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14793         with last-command-event.
14794
14795 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14796
14797         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14798         in the doc string.
14799
14800         * message.el (message-fix-before-sending): Amend comment.
14801
14802 2009-01-08  Dave Love  <fx@gnu.org>
14803
14804         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14805
14806 2009-01-07  David Engster  <dengste@eml.cc>
14807
14808         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14809         simplified server definitions by converting it via
14810         gnus-server-to-method.
14811
14812 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14815         parameter's operands.
14816
14817 2009-01-06  David Engster  <dengste@eml.cc>
14818
14819         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14820         primary select method (for gnus-group-mark-article-as-read).
14821
14822 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14823
14824         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14825         `(gnus)Face', not `(gnus)X-Face'.
14826
14827 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * mm-util.el (mm-ucs-to-char): New function.
14830
14831         * mm-url.el (mm-url-decode-entities): Use it.
14832
14833         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14834         unicode-to-char.
14835
14836 2009-01-05  Dave Love  <fx@gnu.org>
14837
14838         * time-date.el: Require cl for `declare'.
14839
14840 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14841
14842         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14843         Dave Love.
14844
14845 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14846
14847         * message.el (message-fix-before-sending): Add `eight-bit' to
14848         illegible-text check.
14849
14850 2009-01-03  Michael Olson  <mwolson@gnu.org>
14851
14852         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14853         `headers' is nil.  This can occur if the IMAP server does not have
14854         permissions to read messages from a folder, but can write new messages
14855         to the folder.
14856         (nnimap-request-article-part): Do not insert `data' if it is nil.
14857
14858         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14859         characters which will confuse `read', so skip past them.
14860
14861 2009-01-01  Dave Love  <fx@gnu.org>
14862
14863         * imap.el (imap-string-to-integer): Fix typo.
14864         (imap-fetch-safe): New function.
14865         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14866
14867         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14868
14869         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14870         (imap-parse-greeting): Fix doc strings.
14871         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14872         (imap-parse-flag-list): Make messages unique.
14873         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14874
14875         * nnimap.el: Fix author email.
14876         (nnimap-split-rule): Add FIXME comment.
14877         (nnimap-debug): Fix doc string.
14878
14879 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14880
14881         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14882
14883 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14884
14885         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14886         nslookup if resolv.conf isn't available.
14887         (dns-query): Rename from query-dns.
14888         (dns-query-cached): Rename from query-dns-cached.
14889
14890 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14893         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14894         to check if those variables exist (first appeared in Emacs 18.50).
14895
14896 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * mm-util.el (mm-line-number-at-pos): New function.
14899
14900         * spam-report.el (spam-report-process-queue): Use it.
14901
14902 2008-12-24  David Engster  <dengste@eml.cc>
14903
14904         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14905         parameters that haven't existed as variables as buffer-local variables.
14906
14907 2008-12-23  Dave Love  <fx@gnu.org>
14908
14909         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14910         cadar.
14911
14912         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14913         imap-starttls-p.
14914         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14915
14916 2008-12-22  Dave Love  <fx@gnu.org>
14917
14918         * imap.el: Fix author email.  Doc fixes.
14919         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14920         reply.
14921
14922 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14923
14924         * spam-report.el (spam-report-gmane-max-requests): New constant.
14925         (spam-report-gmane-wait): New variable.
14926         (spam-report-gmane-ham, spam-report-gmane-spam)
14927         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14928         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14929         the server.
14930
14931         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14932         Add explanations.
14933
14934         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14935         nnheader-accept-process-output and nnheader-read-timeout if available.
14936         (pop3-movemail): Use it.
14937
14938         * message.el (message-check-news-body-syntax): Fix signature check if
14939         there's an attachment.
14940
14941 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * mm-util.el: Add comments to the mm- emulating functions.
14944
14945 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14946
14947         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14948         Reported by Stephen Berman <stephen.berman@gmx.net>.
14949
14950 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * mm-util.el (mm-substring-no-properties): New function.
14953         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14954         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14955         (mm-string-to-multibyte): Doc fix.
14956
14957         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14958
14959 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14960
14961         * mml.el (mml-attach-file): Strip text properties from file name.
14962         (Bug#1574)
14963
14964 2008-12-16  Glenn Morris  <rgm@gnu.org>
14965
14966         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14967
14968 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14969
14970         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14971         knows since the charset specified might be a bogus alias that
14972         mm-charset-synonym-alist provides.
14973
14974 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14975
14976         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14977         "ISO_8859-1".
14978
14979         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14980
14981 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * mm-util.el (mm-charset-eval-alist):
14984         Define it before mm-charset-to-coding-system.
14985         (mm-charset-to-coding-system): Add optional argument `silent';
14986         define it before mm-charset-override-alist.
14987         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14988         default value if it can be used in Emacs currently running;
14989         silence mm-charset-to-coding-system.
14990
14991 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14994         `allow-override' which says whether to use `mm-charset-override-alist'.
14995         (rfc2047-decode-encoded-words): Use it.
14996
14997         * mm-util.el (mm-charset-override-alist): Fix custom type;
14998         add `(gb2312 . gbk)' to choices.
14999
15000 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
15003         fast.
15004
15005         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15006
15007         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
15008
15009 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
15010
15011         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
15012         on links.
15013
15014         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15015
15016 2008-12-03  Lute Kamstra  <lute@gnu.org>
15017
15018         * sha1.el: Remove leading * from docstrings of defcustoms,
15019         deffaces, defconsts and defuns.
15020
15021 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * message.el (message-idna-to-ascii-rhs-1): Protect against local
15024         users' addresses that don't have domain parts.
15025         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
15026         rather than message-narrow-to-head since there will be the message
15027         header separator.
15028
15029 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15030
15031         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
15032         since the result is inserted in a unibyte buffer anyway.
15033         (nnimap-demule-use-string-to-multibyte): Remove.
15034         (nnimap-demule): Alias it to mm-string-to-multibyte.
15035
15036 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15037
15038         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
15039         variable for debugging bug#464 and bug#1174.
15040         (nnimap-demule): Use it.
15041
15042 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15043
15044         * gnus-score.el (gnus-score-find-trace): Handle default score in total
15045         score calculation correctly.
15046
15047 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15048
15049         * message.el (message-send-mail): Just set the buffer to unibyte
15050         rather than use mm-with-unibyte-current-buffer which does a lot more.
15051         (message-send-mail-partially): Don't bother with
15052         mm-with-unibyte-current-buffer since it's already been made unibyte by
15053         message-send-mail.
15054
15055 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
15056
15057         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
15058
15059 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
15060
15061         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
15062
15063 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
15066         require itself and to remove `with-no-warnings'.
15067
15068 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
15069
15070         * starttls.el (starttls-any-program-available): Get the name of the
15071         available TLS layer program.
15072         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
15073         well as the host name in the "opening" message.
15074
15075         * auth-source.el (auth-source-cache, auth-source-do-cache)
15076         (auth-source-user-or-password): Cache passwords and logins by default,
15077         allow override with `auth-source-do-cache'.
15078         (auth-source-forget-user-or-password): Allow users to remove cache
15079         entries if needed.
15080
15081 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15082
15083         * md4.el (md4-buffer): Fix typo in docstring.
15084         (md4, md4-64): Doc fixes.
15085         (md4-pack-int32): Reflow docstring.
15086
15087 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15088
15089         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15090         condition-case to only the forward-sexp call.
15091
15092 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15093
15094         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15095         quotes contained.  Make it more robust regardless by an extra
15096         condition-case wrapper.
15097
15098 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15101
15102 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * nnml.el (nnml-request-expire-articles): Check if the function set to
15105         `nnmail-expiry-target' returns the symbol `delete'.
15106
15107         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15108
15109         * nnmail.el (nnmail-expiry-target): Fix custom type.
15110
15111 2008-10-02  Glenn Morris  <rgm@gnu.org>
15112
15113         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15114         Silence compiler warning.
15115
15116 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15117
15118         * tls.el (open-tls-stream): Show the actual command being
15119         executed, instead of the format string.
15120
15121 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * lpath.el: Fbind codepage-setup for Emacs 23.
15124
15125 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15126
15127         * mml.el (mml-menu): Don't assume mml2015 is bound.
15128
15129 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15132         exists.
15133
15134 2008-09-27  Glenn Morris  <rgm@gnu.org>
15135
15136         * gnus-util.el (mail-header-remove-comments): Autoload it.
15137
15138 2008-09-27  Andreas Schwab  <schwab@suse.de>
15139
15140         * gnus-util.el (gnus-split-references): Strip comments.
15141         (gnus-parent-id): Likewise.
15142
15143 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15144
15145         * message.el (message-confirm-send): Fix version.
15146
15147 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * message.el (message-idna-to-ascii-rhs-1): Use
15150         mail-extract-address-components rather than mail-header-parse-addresses
15151         that is an alias by default to ietf-drums-parse-addresses that does not
15152         support non-ASCII names in headers' contents.
15153
15154 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15155
15156         * message.el (message-confirm-send): Fix variable documentation to
15157         avoid the "y/n" wording.
15158
15159 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15160
15161         * message.el (message-set-auto-save-file-name): Save to a different
15162         filename so multiple messages (especially drafts) can be recovered.
15163
15164 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15165
15166         * message.el (message-confirm-send): Add appropriate version.
15167
15168 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15169
15170         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15171         defvar.
15172
15173 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15174
15175         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15176         (mm-pkcs7-enveloped-magic): Ditto.
15177
15178 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15179
15180         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15181         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15182
15183 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15184
15185         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15186         default, it's better.
15187
15188 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15189
15190         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15191         summary line gnus-number property and ignore them (with a warning
15192         message).
15193
15194 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15197         macro caddr in the interactive form since it won't be expanded.
15198
15199 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15200
15201         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15202         `charset'; fix name of function called recursively.
15203         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15204
15205 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15206
15207         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15208         (gnus-mime-set-charset-parameters): New function.
15209         (gnus-mime-view-part-as-charset): Use it to correctly display part
15210         specifying wrong charset.
15211
15212 2008-09-08  David Engster  <dengste@eml.cc>
15213
15214         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15215         in completing-read for back end server.
15216
15217 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15218
15219         * message.el (message-confirm-send): New variable to confirm sending a
15220         message.
15221         (message-send): Use it.
15222
15223 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15224
15225         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15226
15227 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15230
15231 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15232
15233         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15234         prevent tracking too many groups.
15235         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15236         Use it.
15237
15238 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15239
15240         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15241         moving point to the bottom of the window in order to avoid recentering.
15242
15243 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15246
15247         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15248         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15249         (gnus-article-beginning-of-window): Fix calculation.
15250
15251 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * gnus-msg.el (gnus-summary-supersede-article)
15254         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15255         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15256         message header.
15257
15258 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15259
15260         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15261         pending output coming after the status change.
15262
15263 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15264
15265         * message.el:
15266         * gnus-start.el:
15267         * gnus-registry.el: Remove VMS support.
15268
15269 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15270
15271         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15272         macro.
15273         (rfc2104-hash): Use it.
15274
15275 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15276
15277         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15278         (gnus-summary-sort-by-most-recent-date): New commands.
15279         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15280         and menu entries.
15281
15282 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15285         don't redisplay article for raw contents; remove plural articles stuff.
15286
15287         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15288         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15289         on gnus-summary-save-article; display results properly.
15290
15291 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * lpath.el: No need to fbind ns-focus-frame.
15294
15295 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15296
15297         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15298
15299 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * gnus-art.el (gnus-summary-save-in-pipe):
15302         Consider gnus-save-all-headers.
15303
15304 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15305
15306         * gnus-util.el (ns-focus-frame): Remove declaration.
15307         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15308         like x.
15309
15310 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15311
15312         * rfc2104.el (rfc2104-zero): Delete defconst.
15313         (rfc2104-hex-alist): Likewise.
15314         (rfc2104-hex-to-int): Delete func.
15315         (rfc2104-hexstring-to-bitstring): Likewise.
15316         (rfc2104-nybbles): New defconst.
15317         (rfc2104-hash): Rewrite for speed.
15318
15319 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15320
15321         * tls.el (open-tls-stream): Make it work with the 2nd argument
15322         BUFFER that is a string but does not exist as a buffer object, as
15323         mentioned in the doc-string.
15324
15325 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15328         SXEmacs.
15329
15330 2008-07-16  Glenn Morris  <rgm@gnu.org>
15331
15332         * gnus-util.el (ns-focus-frame): Declare for compiler.
15333
15334 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15335
15336         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15337         set as a group parameter.
15338         (gnus-summary-save-in-pipe): Work when it is called independently.
15339         (gnus-summary-pipe-to-muttprint): Don't modify
15340         gnus-summary-pipe-output-default-command.
15341
15342 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15343
15344         * message.el (message-send-mail-with-sendmail):
15345         Display the error message.
15346
15347 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * gnus-art.el (gnus-default-article-saver):
15350         Add gnus-summary-save-in-pipe to choices.
15351         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15352         gnus-summary-pipe-output-default-command as the default command.
15353         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15354         instead of gnus-last-shell-command.
15355
15356         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15357         New user option.
15358         (gnus-summary-muttprint-program): Mention the value will be changed.
15359         (gnus-summary-save-article): Force showing of all headers.
15360         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15361
15362 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15363
15364         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15365
15366 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15367
15368         * nnimap.el (nnimap-id):
15369         * sieve-manage.el (sieve-manage-open): Doc fixes.
15370
15371 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15372
15373         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15374         if available.
15375
15376 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15377
15378         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15379
15380         * nnkiboze.el (nnkiboze-generate-group):
15381         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15382
15383         * nnmairix.el: Require CL.
15384
15385 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * dgnushack.el: Autoload get-display-table and put-display-table for
15388         XEmacs 21.5.
15389
15390         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15391         21.4 and SXEmacs.
15392
15393 2008-06-15  David Engster  <dengste@eml.cc>
15394
15395         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15396
15397 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15398
15399         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15400         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15401         runtime choice under XEmacs.
15402
15403         * gnus-sum.el (gnus-summary-set-display-table):
15404         Use `gnus-put-display-table', `gnus-get-display-table',
15405         `gnus-set-display-table' for the display table, instead of `aset'.
15406
15407         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15408         Use `gnus-put-display-table', `gnus-get-display-table',
15409         `gnus-set-display-table' for the display table.
15410
15411 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15412
15413         * nnmairix.el: Add autoloads.
15414
15415 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15416
15417         * nnmairix.el (nnmairix-delete-recreate-group)
15418         (nnmairix-update-and-clear-marks): Fix error messages.
15419
15420 2008-06-14  David Engster  <dengste@eml.cc>
15421
15422         * nnmairix.el: Upgrade to version 0.6.
15423         (nnmairix-group-toggle-propmarks-this-group)
15424         (nnmairix-group-toggle-readmarks-this-group)
15425         (nnmairix-group-delete-recreate-this-group)
15426         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15427         (nnmairix-remove-tick-mark-original-article): New commands.
15428         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15429         (nnmairix-propagate-marks-to-nnmairix-groups)
15430         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15431         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15432         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15433         functions needed for marks propagation and manipulation of read marks.
15434         (nnmairix-update-groups): New function.
15435         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15436         (nnmairix-determine-original-group-from-registry)
15437         (nnmairix-determine-original-group-from-path)
15438         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15439         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15440         New helper functions.
15441         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15442         keystrokes for new commands.
15443         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15444         (nnmairix-request-group): Check allow-fast group parameter.
15445         (nnmairix-request-create-group): Set allow-fast group parameter if
15446         nnmairix-allowfast-default is set.
15447         (nnmairix-close-group): Propagate marks upon closing if needed.
15448         (nnmairix-group-toggle-threads-this-group): Use new.
15449         nnmairix-group-toggle-parameter helper function.
15450         (nnmairix-search): Better check for empty search result.
15451         (nnmairix-goto-original-article): Use new helper functions for
15452         determining original article.
15453         (nnmairix-show-original-article): Make sure message-id is in brackets.
15454         (nnmairix-call-mairix-binary): Change variable name.
15455         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15456         helper function.
15457         (nnmairix-widget-toggle-activate): Fix doc string.
15458
15459 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * nnir.el: Require edmacro when compiling with XEmacs.
15462         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15463         available in Emacs 21.
15464
15465 2008-06-11  Glenn Morris  <rgm@gnu.org>
15466
15467         * gnus-util.el (x-focus-frame):
15468         * gnus.el (image-size):
15469         * mm-decode.el (image-size): Declare.
15470
15471         * gnus-picon.el (declare-function): Add compat definition.
15472         (image-size): Declare.
15473
15474         * gnus-group.el (tool-bar-map):
15475         * gnus-sum.el (tool-bar-map): Define for compiler.
15476
15477         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15478
15479         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15480
15481         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15482         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15483         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15484         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15485         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15486         * sieve-manage.el, spam-report.el, spam.el:
15487         Remove unnecessary eval-and-compile of autoloads.
15488
15489 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15490
15491         * auth-source.el: Precise Tramp doc.
15492
15493 2008-06-07  Glenn Morris  <rgm@gnu.org>
15494
15495         * nnmairix.el: Remove unnecessary eval-when-compile.
15496
15497 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * lpath.el: Fbind propertize for XEmacs 21.4.
15500
15501 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15502
15503         * nnir.el: Move here from ../contrib.
15504
15505 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15506
15507         * gnus-util.el (gnus-read-shell-command): New function.
15508         * mm-decode.el (mm-pipe-part):
15509         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15510
15511 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15514
15515 2008-06-03  Glenn Morris  <rgm@gnu.org>
15516
15517         * pop3.el (nnheader-accept-process-output): Autoload it.
15518
15519 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15522         are not 2-digit hexadecimal characters that follow `%'s.
15523
15524 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15525
15526         * message.el (message-bogus-recipient-p): Fix type in doc string.
15527         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15528         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15529         Improve custom options.
15530         (message-bogus-recipient-p): Adjust accordingly.
15531
15532 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15533
15534         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15535         long-form month and day names.
15536
15537 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * dgnushack.el: Autoload debug, eudc-expand-inline and
15540         pgg-snarf-keys-region for XEmacs.
15541
15542         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15543
15544         * nnmairix.el: Require edmacro when compiling with XEmacs.
15545
15546 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15547
15548         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15549         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15550
15551 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15552
15553         * auth-source.el: Add more docs.
15554
15555         * netrc.el (netrc-machine): Always match if the port is not given.
15556
15557 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15558
15559         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15560         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15561         retrieval faster in some cases, but might make CPU usage larger.
15562         If this has any bad side effects, we might revert this change.
15563
15564         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15565         seems to make mail retrieval much, much faster.
15566         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15567         unconditionally.
15568
15569         * gnus-draft.el (gnus-group-send-queue):
15570         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15571
15572 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15573
15574         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15575
15576         * message.el (message-bogus-address-regexp): Fix and improve custom
15577         type.
15578         (message-setup-hook): Add message-check-recipients as custom option.
15579
15580 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15581
15582         * message.el (message-cite-function): Remove bogus autoload which crept
15583         in during merge from v5-10.
15584
15585 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15586
15587         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15588
15589         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15590
15591         * auth-source.el: Preliminary Tramp docs.
15592         (auth-sources): Change the default auth-sources to use
15593         EPA .gpg files.
15594
15595 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15596
15597         * nntp.el: Autoload `auth-source-user-or-password'.
15598         (nntp-send-authinfo): Use it.
15599
15600         * nnimap.el: Autoload `auth-source-user-or-password'.
15601         (nnimap-open-connection): Use it.
15602
15603         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15604         for the gnus-message function.
15605         (auth-source-user-or-password): Use it.
15606
15607 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15608
15609         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15610         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15611         (rfc2104-hash): Use it.
15612
15613 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15614
15615         * gnus-art.el (gnus-article-toggle-truncate-lines):
15616         Don't use `iff' in docstring.
15617
15618 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15619
15620         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15621
15622         * gnus-util.el (gnus-extract-address-component-name)
15623         (gnus-extract-address-component-email): Convenience functions around
15624         `gnus-extract-address-components'.
15625
15626         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15627         Use `gnus-extract-address-component-email' to fix bug of comparing full
15628         sender name to `user-mail-address'.
15629
15630 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15631
15632         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15633         catch/throw to optimize.
15634         (gnus-registry-find-keywords): Just use member to find a keyword.
15635
15636 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15637
15638         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15639         is current before calling gnus-server-prepare.
15640         (gnus-server-setup-buffer, gnus-server-update-server)
15641         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15642
15643 2008-05-04  Juri Linkov  <juri@jurta.org>
15644
15645         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15646         (mailcap-file-default-commands): Use mailcap-replace-in-string
15647         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15648         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15649
15650 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15651
15652         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15653
15654 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15655
15656         * gnus.el: Bump version to 0.11.
15657
15658 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15659
15660         * gnus.el: No Gnus v0.10 is released.
15661
15662 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15663
15664         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15665         hooks.
15666         (gnus-update-read-articles): Speed up non-marks-using users.
15667         (gnus-use-marks): Define gnus-use-marks.
15668         (gnus-propagate-marks): Rename variable to something more sensible.
15669
15670 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15671
15672         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15673         (gmm-image-load-path-for-library): Fix typos in docstrings.
15674         (gmm-message): Reflow docstring.
15675
15676 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15677
15678         * mail-source.el (mail-source-set-1, mail-source-bind):
15679         Move auth-source code out of the macro to clean it up and fix bugs.
15680
15681 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15682
15683         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15684         by sender if it's equal to user-mail-address, it's likely to be
15685         useless.
15686
15687         * mail-source.el (mail-source-bind): Don't use user or password if they
15688         are not bound.  Unintern them if they are nil.  Don't use server unless
15689         it's bound, and default it to empty string otherwise.
15690
15691 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15692
15693         * mail-source.el: Load auth-source.el.
15694         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15695         get user name or password, if auth-sources is set up.
15696
15697         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15698         strategy of splitting with parent.
15699         (gnus-registry-split-fancy-with-parent)
15700         (gnus-registry-post-process-groups): Use it and fix prior
15701         bug (returning a list as the split result).
15702
15703         * auth-source.el (auth-sources): Remove server parameter.
15704         (auth-source-pick, auth-source-user-or-password)
15705         (auth-source-user-or-password-imap)
15706         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15707         (auth-source-user-or-password-sftp)
15708         (auth-source-user-or-password-smtp): Remove server parameter.
15709
15710 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15711
15712         * smime.el (smime-sign-region, smime-encrypt-region)
15713         (smime-decrypt-region):
15714         Remove redundant calls to `generate-new-buffer-name'.
15715
15716 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15717
15718         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15719         Don't use QP for message/rfc822.
15720         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15721
15722 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15723
15724         * sieve-manage.el (sieve-string-bytes): Remove.
15725         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15726         correct byte-length only if the process's coding-system is the same as
15727         the one used internally by Emacs to represent strings.
15728
15729 2008-04-22  Juri Linkov  <juri@jurta.org>
15730
15731         * mailcap.el (mailcap-file-default-commands): New function.
15732
15733 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15734
15735         * message.el (message-signature-separator, message-cite-function):
15736         Change custom version.
15737
15738 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15739
15740         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15741         commands.
15742         (tls-checktrust): Ditto.
15743
15744 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15745
15746         * mm-decode.el (mm-display-external): Make temp file read-only.
15747
15748 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15749
15750         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15751         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15752         `C-c C-f d'.
15753
15754 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15755
15756         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15757
15758 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15759
15760         * gnus.el: Bump version to 0.9.
15761
15762 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15763
15764         * gnus.el: No Gnus v0.8 is released.
15765
15766 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15767
15768         * mail-source.el (mail-source-value):
15769         Prefer fboundp to functionp so it works with macros as well.
15770
15771 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15772
15773         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15774         Fix last change in case the element is not even a symbol.
15775
15776 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15777
15778         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15779         Prefer fboundp to functionp so it works with macros as well.
15780
15781 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15782
15783         * auth-source.el: Add docs.
15784         (auth-sources): Modify format to support server.
15785         (auth-source-pick, auth-source-user-or-password)
15786         (auth-source-user-or-password-imap)
15787         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15788         (auth-source-user-or-password-sftp)
15789         (auth-source-user-or-password-smtp): Add server parameter.
15790
15791 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15792
15793         * gnus-registry.el: Initialize the registry when gnus-registry-install
15794         is t.
15795
15796 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15797
15798         * compface.el (uncompface): Make buffer unibyte.
15799
15800 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15801
15802         * mail-source.el (mail-source-value):
15803         Prefer fboundp to functionp so it works with macros as well.
15804
15805 2008-04-05  Glenn Morris  <rgm@gnu.org>
15806
15807         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15808
15809 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15810
15811         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15812         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15813
15814         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15815         multibyteness after rather than before erasing it.
15816
15817         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15818         mm-with-multibyte.
15819         (gnus-request-article-this-buffer): Make sure the proper decoding is
15820         used if gnus-original-article-buffer happens to be unibyte.
15821
15822         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15823         default-enable-multibyte-characters.
15824
15825         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15826         default-enable-multibyte-characters.
15827
15828         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15829
15830         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15831
15832 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15833
15834         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15835         Fix last change in case the element is not even a symbol.
15836
15837 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15838
15839         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15840         (imap-message-copyuid-1): Use it.
15841         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15842         J. Williams in
15843         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15844
15845         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15846         imap-enable-exchange-bug-workaround.
15847         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15848
15849 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15850
15851         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15852         a 100 byte status-checks into a 2-3MB transfer for each group.
15853         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15854         to enable bug workaround or not.
15855         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15856
15857 2008-03-31  Glenn Morris  <rgm@gnu.org>
15858
15859         * message.el (mml2015-use): Declare for compiler.
15860         (message-info): Require mml2015 when appropriate.
15861
15862 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15863
15864         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15865         whitespace.
15866
15867 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15868
15869         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15870         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15871         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15872         (nntp-service-to-port): New function.
15873         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15874         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15875         (nntp-open-netcat-stream): New function.
15876         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15877
15878 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15879
15880         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15881
15882 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15883
15884         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15885
15886 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15887
15888         * dns.el (dns-write): Use set-buffer-multibyte.
15889
15890 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15891
15892         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15893
15894 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15895
15896         * message.el (message-signature-separator): Change default.
15897         Improve custom type.
15898         (message-cite-function): Change default to
15899         message-cite-original-without-signature.
15900
15901         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15902         toggle.
15903
15904         * message.el (message-check-news-body-syntax): Fix signature check.
15905         (message-setup-1): Mark buffer as unmodified _after_ running
15906         message-setup-hook and handling message-alternative-emails.
15907         (message-shorten-references): Be more strict when building list of
15908         valid references to comply with GNKSA.
15909
15910         * gnus-group.el (gnus-read-ephemeral-bug-group)
15911         (gnus-read-ephemeral-debian-bug-group)
15912         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15913
15914         * message.el (message-info): Don't use booleanp which isn't supported
15915         in Emacs 21 and XEmacs.
15916
15917 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15918
15919         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15920         gnus-group-gmane-group-download-format.
15921         (gnus-group-read-ephemeral-gmane-group): Rename from
15922         gnus-group-read-ephemeral-gmane-group.
15923         (gnus-read-ephemeral-gmane-group-url): Rename from
15924         gnus-group-read-ephemeral-gmane-group-url.
15925         (gnus-bug-group-download-format-alist): New variable.
15926         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15927         (gnus-read-ephemeral-emacs-bug-group): New commands.
15928
15929 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15930
15931         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15932         (gnus-visible-headers): Improve custom type.
15933
15934 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15935
15936         * mml.el (mml-menu): Add workarounds for XEmacs.
15937
15938         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15939         X-Boundary header.
15940
15941         * message.el (message-simplify-recipients): Fix previous commit.
15942
15943 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15944
15945         * mm-util.el (mm-set-buffer-multibyte): New function.
15946         * mm-decode.el (mm-copy-to-buffer): Use it.
15947
15948         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15949         Prefer fboundp to functionp so it works with macros as well.
15950
15951 2008-03-19  Glenn Morris  <rgm@gnu.org>
15952
15953         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15954         Accidentally removed in the sync process with Emacs.
15955
15956 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15957
15958         * message.el (message-alter-recipients-discard-bogus-full-name):
15959         New function.
15960         (message-alter-recipients-function): New variable.
15961         (message-get-reply-headers): Use it.
15962         (message-replace-header): New helper function.
15963         (message-recipients-without-full-name): New variable.
15964         (message-simplify-recipients): New command.
15965
15966         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15967
15968         * message.el (message-info): Handle EasyPG manual.
15969
15970         * mml.el (mml-menu): Add entry for EasyPG.
15971
15972 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15973
15974         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15975         parameter.
15976
15977         * message.el (message-disassociate-draft): Specify drafts group name
15978         fully.
15979
15980 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15981
15982         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15983         Eliminate unnecessary duplicates from the match list.
15984
15985 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15986
15987         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15988
15989         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15990
15991         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15992         args of `how-many' of which the XEmacs version doesn't take; declare
15993         Info-index-next as function.
15994
15995 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15996
15997         * gnus-score.el (gnus-score-headers): Fix handling of
15998         gnus-inhibit-slow-scoring.
15999
16000         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
16001         string.
16002         (gnus-button-url-regexp): Improve handling of parenthesis.
16003         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
16004         (gnus-button-handle-info-keystrokes): Handle index entries.
16005
16006 2008-03-15  Glenn Morris  <rgm@gnu.org>
16007
16008         * parse-time.el (parse-time-string): Simplify.
16009
16010 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16011
16012         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
16013         Incoming* files.
16014
16015 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16016
16017         * auth-source.el (auth-sources): Rename from auth-source-choices.
16018         (auth-source-pick): Use it.
16019
16020 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16021
16022         * binhex.el (binhex-decode-region-internal):
16023         * uudecode.el (uudecode-decode-region-internal):
16024         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16025         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16026         setting default-enable-multibyte-characters.
16027
16028 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16029
16030         * auth-source.el (auth-source-protocols)
16031         (auth-source-protocols-customize, auth-source-choices): Add and
16032         modified variable customizations and defaults.
16033         (auth-source-pick, auth-source-user-or-password)
16034         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
16035         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
16036         (auth-source-user-or-password-sftp)
16037         (auth-source-user-or-password-smtp): Use new variables and provide an
16038         interface to netrc.el.
16039
16040 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
16043         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
16044         Make sure the nntp port to specify is a string.
16045
16046 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16047
16048         * nntp.el: Use with-current-buffer.
16049         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
16050         dubious mm-with-unibyte-current-buffer.
16051         (nntp-with-open-group-function): New function extracted from
16052         nntp-with-open-group macro.
16053         (nntp-with-open-group): Use the function, so it's easier to debug.
16054         Add indentation and debugging info.
16055         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
16056         Recommend the use of the netcat alternatives.
16057
16058         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
16059         Avoid mm-string-as-multibyte as well.
16060
16061         * nnweb.el (nnweb-insert-html):
16062         Remove use of nnheader-string-as-multibyte.
16063
16064         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
16065         (nnheader-string-as-multibyte): Remove.
16066
16067         * mm-view.el: Use inhibit-read-only.
16068         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
16069         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
16070         or unibyte-string.
16071
16072         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
16073         (mm-uu-yenc-extract): Use with-current-buffer.
16074
16075         * gnus-soup.el (gnus-soup-send-packet): Don't use
16076         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16077
16078         * nnmh.el: Use with-current-buffer.
16079         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16080         mm-string-as-multibyte on the output of mm-encode-coding-string.
16081
16082         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16083         (nnimap-request-move-article): Use with-current-buffer.
16084
16085         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16086         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16087         conversion uses string-make-unibyte rather than string-as-unibyte.
16088
16089         * gnus-msg.el: Use with-current-buffer.
16090
16091         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16092
16093 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16094
16095         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16096         string for caching if it is 'PIN.
16097
16098 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * lpath.el: Consider the case without Emacs/W3.
16101
16102 2008-03-08  Glenn Morris  <rgm@gnu.org>
16103
16104         * time-date.el (date-to-time, time-subtract, time-add)
16105         (safe-date-to-time): Doc fixes.
16106
16107 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16108
16109         * mail-source.el (mail-source-delete-old-incoming-confirm):
16110         Change default to nil.
16111         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16112
16113 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16114
16115         * lpath.el: Rearrange.
16116
16117         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16118         (gnus-article-goto-prev-page): Work for articles having ^L's.
16119
16120         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16121
16122         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16123
16124 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16125
16126         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16127         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16128         (gnus-bookmark-jump): Adjust some variable names.
16129
16130 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16131
16132         * auth-source.el: New package.
16133         (auth-source-choices): Add customization entry point variable.
16134
16135         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16136         bug.
16137
16138 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16139
16140         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16141         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16142         (gnus-registry-install-shortcuts): Rename from
16143         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16144         the `gnus-registry-mark-map' keymap dynamically from
16145         `gnus-registry-marks'.  The generated functions update the summary line
16146         when a registry mark is added or deleted, and will call
16147         `gnus-registry-install-p' (see the comments in the code).
16148         (gnus-registry-user-format-function-M): Use concat intelligently.
16149
16150         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16151         the registry mark functions.
16152
16153 2008-03-05  Glenn Morris  <rgm@gnu.org>
16154
16155         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16156         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16157         gnus-art.
16158         (top-level): No need to load own source when compiling.
16159
16160 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16161
16162         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16163         Suggested by <chris.anderton@zetnet.co.uk>.
16164
16165 2008-03-04  Glenn Morris  <rgm@gnu.org>
16166
16167         * gnus-sum.el (top-level): No need to require gnus when compiling,
16168         since unconditionally required near start of file.
16169         (gnus-summary-display-while-building): Move definition before use.
16170
16171 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16172
16173         * gnus-registry.el (gnus-registry-user-format-function-M):
16174         Add formatting function.
16175
16176 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16177
16178         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16179         with plists.
16180         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16181         Use new format.
16182
16183 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16186         `where-is-internal' that returns a range of key sequences.
16187
16188 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16189
16190         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16191
16192         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16193         (gnus-summary-jump-to-group): Consider windows on other displayed
16194         frames as well.  Similar changes might be needed elsewhere, but that's
16195         the one I've bumped into during my use.
16196
16197         * nndoc.el (nndoc-oe-dbx-type-p):
16198         * gnus-msg.el (gnus-debug):
16199         * gnus-group.el (gnus-update-group-mark-positions):
16200         Use mm-string-to-multibyte.
16201
16202 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16203
16204         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16205         doesn't handle NotDashEscaped.
16206
16207         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16208         (mml-dnd-attach-options): Fix typo in custom choice.
16209
16210         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16211         Change nndoc-article-type to mbox.
16212         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16213
16214         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16215         to nil, instead of html2text.
16216
16217         * imap.el (imap-debug): Add `imap-ping-server'.
16218
16219         * gnus-bookmark.el: Add FIXMEs.
16220
16221         * message.el (message-form-letter-separator)
16222         (message-send-form-letter-delay): New variables.
16223         (message-send-form-letter): Use them.  New command to send form
16224         letters.  Requested by Uwe Siart.
16225         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16226
16227 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16228
16229         * Update copyright years.
16230
16231 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16232
16233         Sync from EMACS_22_BASE.
16234
16235         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16236
16237 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16238
16239         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16240         empty author.
16241
16242 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16243
16244         * gnus-registry.el (gnus-registry-marks): Add variable for
16245         customization of marks and their appearance.
16246         (gnus-registry-read-mark): Use it.
16247         (gnus-registry-do-marks): Add utility function to loop through
16248         `gnus-registry-marks'.
16249         (gnus-registry-install-shortcuts-and-menus): Add function to install
16250         shortcuts and menus.
16251         (gnus-registry-initialize): Use it.
16252         (gnus-registry-default-mark): Clarify documentation.
16253
16254 2008-02-29  Glenn Morris  <rgm@gnu.org>
16255
16256         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16257         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16258         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16259         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16260         Change defcustom :version from 23.0 to 23.1.
16261
16262 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16263
16264         * gnus-registry.el (gnus-registry-follow-group-p)
16265         (gnus-registry-post-process-groups): Add functions to aid registry
16266         splitting and improve logging.  Clarify behavior in function
16267         documentation.
16268         (gnus-registry-split-fancy-with-parent): Use them.
16269
16270 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16271
16272         * gnus-art.el: Use with-current-buffer.
16273
16274 2008-02-27  David Engster  <dengste@eml.cc>
16275
16276         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16277         Express real group name in the response.
16278
16279 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16282         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16283         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16284         autoload gnus-registry-fetch-group when compiling.
16285         (nnmairix-request-group-with-article-number-correction):
16286         Remove unreferenced argument passed to nnmairix-call-backend.
16287
16288 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16289
16290         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16291         (mm-uu-extract): Improve face for low color ttys.
16292         Reported by Sascha Wilde.
16293
16294 2008-02-27  Glenn Morris  <rgm@gnu.org>
16295
16296         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16297         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16298         variables to defconsts.  Convert comments to doc-strings.
16299         (nnmairix-last-server, nnmairix-current-server): Convert from free
16300         variables to defvars.  Convert comments to doc-strings.
16301         (gnus-registry-fetch-group): Autoload.
16302         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16303         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16304         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16305         caddr.
16306         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16307         nnmairix-request-group-with-article-number-correction call.
16308         (nnmairix-fast, nnmairix-group): New, less general names, for free
16309         variables passed from nnmairix-request-group to
16310         nnmairix-request-group-with-article-number-correction.  Declare.
16311         (nnmairix-request-group-with-article-number-correction):
16312         Use nnmairix-fast, nnmairix-group rather than fast, group.
16313
16314 2008-02-26  David Engster  <dengste@eml.cc>
16315
16316         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16317         version 0.5.
16318
16319 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16320
16321         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16322         instead of making an extra function call.  Don't add the current group
16323         to articles only when they have the group.  Use
16324         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16325         Reported by David <de_bb@arcor.de>.
16326
16327 2008-02-24  Miles Bader  <miles@gnu.org>
16328
16329         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16330         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16331         (mm-find-mime-charset-region):
16332         * mm-bodies.el (mm-encode-body):
16333         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16334
16335 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16336
16337         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16338         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16339
16340 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16341
16342         * mail-source.el (mail-source-delete-incoming): Change default.
16343         Supplement doc string.
16344
16345         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16346
16347 2008-02-14  Glenn Morris  <rgm@gnu.org>
16348
16349         * time-date.el (format-seconds): New function.
16350
16351 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16352
16353         * nnmail.el (nnmail-message-id-cache-file): Derive from
16354         `gnus-home-directory'.
16355
16356 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16357
16358         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16359         Document negative prefix.
16360
16361         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16362
16363 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16364
16365         * message.el (message-unsent-separator): Add the Exim bounce
16366         separator.
16367
16368 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16369
16370         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16371         list.
16372         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16373         recipient/signer list.
16374
16375 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * Makefile.in (datarootdir): Define.
16378         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16379         name that might contain whitespace.
16380
16381 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16382
16383         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16384         fbound (Emacs 23 unicode), signal an error.
16385
16386 2008-02-08  Glenn Morris  <rgm@gnu.org>
16387
16388         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16389
16390 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16391
16392         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16393         ports to the calls to `netrc-machine-user-or-password' in addition to
16394         "imap" and "imaps".
16395
16396 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16397
16398         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16399
16400         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16401
16402 2008-02-01  Kenichi Handa  <handa@m17n.org>
16403
16404         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16405         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16406         (rfc2104-hash): Convert the result of concat to unibyte string.
16407
16408 2008-02-01  Dave Love  <fx@gnu.org>
16409
16410         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16411         coding-system-for-read.
16412         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16413
16414 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16415
16416         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16417         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16418         <hanche@math.ntnu.no>.
16419
16420 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16423
16424         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16425
16426 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16427
16428         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16429         * message.el (message-beginning-of-line): Use featurep instead of bound
16430         tests in order to resolve conditionals at compile time.
16431
16432 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16433
16434         * mail-source.el (mail-sources): Add `group' choice.
16435
16436         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16437         parameter `in-group' to control into which group the articles go.
16438         Add treatment of `group' mail-source.
16439
16440 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16441
16442         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16443
16444         * mm-decode.el (mm-dissect-buffer): Decode description.
16445
16446         * mml.el (mml-to-mime): Encode message header first.
16447
16448 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16451         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16452
16453         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16454         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16455
16456 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16457
16458         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16459
16460 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16461
16462         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16463         prefix keys.
16464         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16465         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16466         gnus-xmas.el.
16467
16468         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16469         (gnus-xmas-article-describe-bindings): New function.
16470         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16471         gnus-xmas-article-describe-bindings.
16472
16473         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16474
16475 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16476
16477         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16478         Add new variables for article mark management.
16479         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16480         list of extra data entries which, when present, will indicate that the
16481         article ID should not be trimmed from the registry.
16482         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16483         functions.
16484         (gnus-registry-read-mark): New function to read a mark name from the
16485         user.
16486         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16487         (gnus-registry-set-article-mark-internal): New functions to add and
16488         remove marks.
16489         (gnus-registry-get-article-marks): New function to show the marks for
16490         an article, or retrieve them for further use.
16491
16492 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16495         keys when no argument is given.
16496
16497 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16498
16499         * imap.el (imap-ping-server): New variable.
16500         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16501         (imap-ping-server): Minor doc string fixes.
16502
16503 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16504
16505         * imap.el (imap-ping-server): New function.
16506         (imap-opened): Call imap-ping-server.
16507
16508 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16509
16510         * gnus-sum.el (gnus-article-sort-by-random)
16511         (gnus-thread-sort-by-random): Fix doc strings.
16512         Reported by jidanni@jidanni.org.
16513
16514 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * gnus-art.el (gnus-article-describe-bindings): New function.
16517         (gnus-article-read-summary-keys): Use it.
16518         (gnus-article-mode-map): Bind `C-h b' to it.
16519
16520 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16523         XEmacs.
16524         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16525         Protect against non-character events.
16526
16527         * lpath.el: Fbind map-keymap for Emacs 21.
16528
16529 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16530
16531         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16532         New command.
16533         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16534         instead of END.  Change name of the temp file.
16535         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16536         customizable.
16537
16538 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16541         bind `S W' to gnus-article-wide-reply-with-original; set default
16542         binding to gnus-article-read-summary-send-keys.
16543         (gnus-article-read-summary-keys): Fix the order of keys; display
16544         continuation keys correctly in the echo area; describe bindings
16545         correctly when keys end with `C-h'.
16546         (gnus-article-read-summary-send-keys): New function.
16547         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16548         Work for gnus-article-read-summary-send-keys; display continuation keys
16549         correctly in the echo area.
16550         (gnus-article-reply-with-original): Ignore prefix argument.
16551         (gnus-article-wide-reply-with-original): New function.
16552
16553         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16554         Emacs 21.
16555
16556 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16559         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16560
16561 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16562
16563         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16564         (gnus-group-read-ephemeral-gmane-group): New command.
16565
16566 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16567
16568         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16569
16570 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16571
16572         * message.el (message-send-mail-function): Increase custom version.
16573
16574         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16575         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16576
16577 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16578
16579         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16580         for the cases where imap-authenticate is called with a nil buffer
16581         parameter.
16582
16583 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16584
16585         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16586         html parts correctly; support forwarded messages.
16587         (gnus-article-browse-html-article): Remove work buffers.
16588
16589         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16590         compiling.
16591         (netrc-bound-and-true-p): New macro.
16592         (netrc-parse): Use it instead of bound-and-true-p that is not available
16593         in XEmacs 21.4.
16594
16595 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16596
16597         * gnus-registry.el (gnus-registry-mark-article)
16598         (gnus-registry-article-marks): Add functionality to mark articles
16599         through the Gnus registry.
16600
16601         * encrypt.el: Clarify documentation for the new pgg method.
16602         (encrypt-file-alist): Add PGG option.
16603         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16604         functionality.  Abstract password key and messaging to external
16605         functions.
16606         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16607         (encrypt-message-method-and-cipher): Add new convenience external
16608         functions.
16609         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16610         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16611
16612         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16613         (netrc-parse): Use encrypt-file-alist to determine if
16614         encrypt-find-model or encrypt-insert-file-contents should be used.
16615
16616         * encrypt.el: Clarify documentation.  Load password-cache or
16617         password, whichever one is found first, instead of autoloading.
16618
16619 2007-12-19  Glenn Morris  <rgm@gnu.org>
16620
16621         * mml.el (message-options-set, message-narrow-to-head)
16622         (message-in-body-p, message-mail-p, message-encode-message-body):
16623         Autoload.
16624         (message-remove-header, message-narrow-to-headers-or-head)
16625         (message-subscribed-p, message-make-mail-followup-to)
16626         (message-position-on-field, message-news-p)
16627         (message-options-set-recipient, message-generate-headers)
16628         (message-sort-headers): Declare as functions.
16629
16630 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16631
16632         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16633         convention in doc string.
16634
16635 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16636
16637         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16638         title to html parts.
16639         (gnus-article-browse-html-article): Pass message header to it.
16640
16641         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16642
16643 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16644
16645         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16646         or password compatible with XEmacs.
16647
16648 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16649
16650         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16651         format document.
16652         (gnus-mime-delete-part): Don't write description line if empty.
16653         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16654
16655 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16656
16657         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16658         (gnus-summary-mark-read-and-unread-as-read)
16659         (gnus-summary-mark-current-read-and-unread-as-read)
16660         (gnus-summary-mark-unread-as-ticked): Doc fix.
16661         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16662
16663 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16664
16665         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16666         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16667
16668 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16669
16670         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16671         yes-or-no-p.
16672
16673 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16674
16675         * mm-decode.el (mm-add-meta-html-tag): New function.
16676         (mm-save-part-to-file, mm-pipe-part): Use it.
16677
16678         * gnus-art.el (gnus-article-browse-delete-temp-files):
16679         Use gnus-y-or-n-p instead of y-or-n-p.
16680         (gnus-article-browse-html-parts): Work with message/external-body; use
16681         mm-add-meta-html-tag.
16682
16683 2007-12-11  Glenn Morris  <rgm@gnu.org>
16684
16685         * gnus-cache.el: Require gnus-sum not just when compiling.
16686
16687         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16688
16689         * gnus-int.el (gnus-server-opened, gnus-status-message):
16690         Move definitions before use.
16691
16692         * mm-decode.el: Require gnus-util.
16693         (mm-remove-part): Only call delete-annotation on XEmacs.
16694
16695         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16696
16697         * nnmail.el: Require gnus-int.
16698
16699         * spam.el: Move `require's before `eval-when-compile's.
16700
16701         * gnus-ems.el (gnus-alive-p):
16702         * gnus-fun.el (message-goto-eoh):
16703         * gnus-util.el (gnus-group-name-decode):
16704         * mail-source.el (gnus-compress-sequence):
16705         * message.el (Info-goto-node, format-spec):
16706         * mm-bodies.el (message-options-get):
16707         * mm-decode.el (mm-view-pkcs7):
16708         * mm-util.el (gmm-write-region):
16709         * mml-smime.el (mml-compute-boundary)
16710         (gnus-completing-read-with-default):
16711         * mml.el (widget-button-press, gnus-make-hashtable):
16712         * mml1991.el (mm-decode-content-transfer-encoding)
16713         (mm-encode-content-transfer-encoding)
16714         (message-options-get, message-options-set):
16715         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16716         * nnfolder.el (gnus-request-group):
16717         * nnheader.el (ietf-drums-unfold-fws):
16718         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16719         * smime.el (gnus-run-mode-hooks):
16720         * spam-stat.el (gnus-message): Autoload.
16721
16722         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16723         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16724         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16725         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16726         Add declare-function compatibility definition.
16727
16728         * gnus-cache.el (nnvirtual-find-group-art):
16729         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16730         (gnus-add-image, gnus-add-wash-type):
16731         * gnus-group.el (nnkiboze-score-file):
16732         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16733         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16734         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16735         (message-tokenize-header, gnus-get-buffer-create)
16736         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16737         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16738         * gnus.el (gnus-group-decoded-name):
16739         * mail-source.el (imap-capability):
16740         * mm-bodies.el (message-options-set):
16741         * mm-decode.el (gnus-configure-windows):
16742         * mm-extern.el (message-goto-body):
16743         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16744         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16745         (epg-sub-key-validity, message-options-set):
16746         * mml.el (widget-event-point, gnus-configure-windows):
16747         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16748         * mml2015.el (epg-check-configuration, epg-configuration)
16749         (message-options-set):
16750         * nndb.el (nndb-request-article):
16751         * nnfolder.el (gnus-request-create-group):
16752         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16753         * nnmaildir.el (gnus-group-mark-article-read):
16754         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16755         * rfc1843.el (message-fetch-field):
16756         * spam.el (gnus-extract-address-components):
16757         Declare as functions.
16758
16759 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16762
16763         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16764
16765         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16766         bind show-trailing-whitespace for XEmacs.
16767
16768 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16769
16770         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16771         new no-op macro for backward compatibility.
16772
16773         * imap.el (imap-string-to-integer): New function.
16774
16775 2007-12-09  Glenn Morris  <rgm@gnu.org>
16776
16777         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16778
16779         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16780         * message.el, mm-view.el, sieve-manage.el, smime.el:
16781         Add declare-function compatibility definition.
16782
16783         * gnus-art.el (w3-region, w3m-region, Info-menu):
16784         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16785         * gnus-sum.el (gnus-get-predicate):
16786         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16787         * message.el (mail-abbrev-in-expansion-header-p):
16788         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16789         (w3m-detect-meta-charset, w3m-region):
16790         * sieve-manage.el (password-read, password-cache-add)
16791         (password-cache-remove):
16792         * smime.el (password-read-and-add): Declare as functions.
16793
16794 2007-12-08  David Kastrup  <dak@gnu.org>
16795
16796         * gnus-sum.el (gnus-summary-simplify-subject-query):
16797         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16798         `message'.
16799
16800 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16803         it to bind idna-program, installation-directory, defined-colors, and
16804         face-attribute for XEmacs of the version that compiles defcustom forms.
16805
16806 2007-12-07  Glenn Morris  <rgm@gnu.org>
16807
16808         * gnus-art.el (article-make-date-line): Revert previous change.
16809
16810 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16811
16812         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16813
16814 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16815
16816         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16817         Call gnus-add-to-range ranges only once with a prepared article-list.
16818
16819 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16820
16821         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16822         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16823         group names with backslashes.
16824         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16825
16826 2007-12-06  Deepak Goel  <deego3@gmail.com>
16827
16828         * gnus-art.el (article-make-date-line):
16829         * gnus-start.el (gnus-load):
16830         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16831
16832 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * gnus-art.el (gnus-use-idna):
16835         * gnus-start.el (gnus-site-init-file):
16836         * message.el (message-use-idna):
16837         * mm-uu.el (mm-uu-hide-markers):
16838         * smiley.el (smiley-style): Revert changes that suppress warnings.
16839
16840 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16841
16842         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16843         specify charset to html source.
16844         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16845
16846 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16849         idna-program in order to suppress byte compile warning issued by XEmacs
16850         that came to byte compile the default value section of defcustom forms
16851         recently.
16852
16853         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16854         value of installation-directory.
16855
16856         * message.el (message-use-idna): Don't directly refer to the value of
16857         idna-program.
16858
16859         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16860
16861         * smiley.el (smiley-style): Don't directly call face-attribute.
16862
16863 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16864
16865         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16866
16867         * gnus-dired.el: Reduce Gnus dependencies.
16868         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16869         Don't require.  Use autoloads instead.
16870         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16871         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16872         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16873         (gnus-dired-mode): Adjust doc string.
16874         (gnus-dired-mail-mode): New variable.
16875         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16876         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16877         (gnus-dired-mail-buffers): New function.  Return mail or message
16878         composition buffers.
16879         (gnus-dired-attach): Use it.
16880         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16881         NO-DECODE.
16882         (gnus-dired-print): Use `gnus-print-buffer' depending on
16883         `gnus-dired-mail-mode'.
16884
16885 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * rfc2047.el (rfc2047-encoded-word-regexp)
16888         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16889         explaining what regexp patterns are for.
16890
16891 2007-12-04  Glenn Morris  <rgm@gnu.org>
16892
16893         * password.el: Move to password-cache.el.
16894
16895         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16896         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16897         * mml-smime.el (password-read, password-cache-add)
16898         (password-cache-remove):
16899         No need to autoload, since mml-sec requires password.
16900
16901         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16902         * message.el (gnus-extract-address-components):
16903         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16904
16905         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16906         password.
16907
16908 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16909
16910         * mailcap.el: Reduce dependencies.
16911         (mail-header-parse-content-type): Autoload.
16912         (mailcap-delete-duplicates): New alias.
16913         (mailcap-mime-info): Add optional argument NO-DECODE.
16914         (mailcap-mime-types): Use mailcap-delete-duplicates.
16915
16916         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16917
16918 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16919
16920         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16921         (imap-parse-status): Upcase status-att for servers that sends them
16922         lower-case (e.g., MS Exchange 2007).
16923
16924 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16925
16926         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16927         function.
16928
16929         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16930         (gnus-uu-yenc-article): New function.
16931
16932         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16933
16934         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16935
16936 2007-12-02  Glenn Morris  <rgm@gnu.org>
16937
16938         * binhex.el (binhex): New custom group.
16939         (binhex-decoder-program, binhex-decoder-switches)
16940         (binhex-use-external): Move to the binhex custom group.
16941
16942         * uudecode.el (uudecode): New custom group.
16943         (uudecode-decoder-program, uudecode-decoder-switches)
16944         (uudecode-use-external): Move to the uudecode custom group.
16945
16946         * netrc.el (top-level): Don't load `encrypt' features.
16947         (netrc-parse): Don't use encrypt.
16948         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16949
16950         * encrypt.el: Remove file.
16951
16952 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16953
16954         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16955         matches on patches.
16956
16957         * gnus-art.el (gnus-article-browse-html-article):
16958         Mention `mm-text-html-renderer' in the doc string.
16959
16960         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16961         string.  Add comments.
16962
16963         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16964         if rhs is ASCII.
16965
16966 2007-12-01  Glenn Morris  <rgm@gnu.org>
16967
16968         * mail-source.el (top-level): Require format-spec before
16969         eval-when-compile.
16970
16971 2007-11-30  Glenn Morris  <rgm@gnu.org>
16972
16973         * encrypt.el: Require password, rather than autoloading password-read.
16974
16975 2007-11-29  Glenn Morris  <rgm@gnu.org>
16976
16977         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16978         (sasl-make-client, sasl-next-step, sasl-step-data)
16979         (sasl-step-set-data): Declare as functions.
16980
16981 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16982
16983         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16984
16985 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16986
16987         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16988         certs should be verified and what is to be done in the event of a
16989         verification failure.
16990
16991         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16992         caller can indicate whether the cache should be disregarded for this
16993         call.  This way the result of the call is reproducible at all times and
16994         can be considered a canonical server name for the supplied method.
16995         (gnus-agent-method-p): Canonicalize server names by pushing their
16996         method through `gnus-method-to-server' using the no-cache argument.
16997
16998         * gnus-srvr.el (gnus-server-insert-server-line):
16999         Call `gnus-method-to-server' with `no-cache' argument.
17000
17001         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
17002         gnus-agent-possibly-synchronize-flags as this should be called when the
17003         server is actually being opened.
17004         (gnus-agent-possibly-synchronize-flags)
17005         (gnus-agent-possibly-synchronize-flags-server): Move check for the
17006         flags file of an agentized server to the latter function.
17007
17008         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
17009         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
17010         after a connection has been established successfully.
17011
17012 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17013
17014         * gnus-art.el (article-display-face): Force to display face if called
17015         interactively; check if gnus-article-x-face-too-ugly matches author.
17016         (article-display-x-face): Display face even if From header is missing
17017         as article-display-face does.
17018
17019 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
17020
17021         * hashcash.el (message-narrow-to-headers-or-head)
17022         (message-fetch-field, message-goto-eoh)
17023         (message-narrow-to-headers): Declare as functions.
17024
17025 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
17026
17027         * mail-source.el (mail-sources): Default to fetch from file for
17028         compatibility with default of nnmail-spool-file.
17029
17030 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17031
17032         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
17033         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
17034         to look for encoded word that should be encoded again.
17035         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
17036         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
17037         encoding pattern.
17038         (rfc2047-decode-region): Switch strict regexp and loose one according
17039         to rfc2047-allow-irregular-q-encoded-words.
17040
17041 2007-11-25  Romain Francoise  <romain@orebokech.com>
17042
17043         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
17044
17045 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17046
17047         * tls.el (tls-program): Provide more custom choices from
17048         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
17049         (tls-process-connection-type, tls-success): Remove "*" in doc string.
17050
17051 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17052
17053         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
17054         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
17055
17056         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
17057         `nnmail-spool-file'.
17058
17059         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
17060         `nnmail-spool-file'.
17061
17062         * gnus-move.el (gnus-change-server): Ditto.
17063
17064         * gnus-kill.el (gnus-batch-score): Ditto.
17065
17066         * gnus-cache.el (gnus-jog-cache): Ditto.
17067
17068         * gnus-msg.el (gnus-summary-reply):
17069         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
17070
17071 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17072
17073         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17074         version.  Minor improvement to doc strings.
17075         (tls-program): Add comment.
17076
17077 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17078
17079         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17080         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17081         mismatch between the hostname provided in the certificate and the name
17082         of the host connnecting to.
17083         (open-tls-stream): Use them.  Check certificates against trusted root
17084         certificates.
17085
17086 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17087
17088         * gnus-cache.el (gnus-cache-generate-nov-databases):
17089         Use nnml-generate-nov-databases-directory instead of
17090         nnml-generate-nov-databases-1.
17091
17092 2007-11-24  Glenn Morris  <rgm@gnu.org>
17093
17094         * message.el (message-tool-bar-retro): Update for rename
17095         mail_send.xpm->mail-send.xpm.
17096
17097 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17098
17099         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17100         `smime-ldap-search' for Emacs 22 and up.
17101
17102 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17103
17104         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17105
17106         * message.el (message-send-mail-function): Fix error convention.
17107         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17108         (message-widen-reply, message-send-mail, message-talkative-question)
17109         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17110         (message-clone-locals, message-send-news): Use with-current-buffer.
17111         (message-insert-or-toggle-importance): Remove unused var `valid'.
17112         (message-make-references): Remove unused var `new-references'.
17113         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17114
17115 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17116
17117         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17118         (spam-split-symbolic-return-positive): Reflow docstring.
17119         (spam-backends, spam-summary-exit-behavior)
17120         (spam-mark-ham-unread-before-move-from-spam-group)
17121         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17122         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17123         (spam-clear-cache, spam-backend-check, spam-install-backend)
17124         (spam-install-statistical-backend, spam-list-of-processors)
17125         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17126         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17127         (spam-check-crm114, spam-initialize, spam-unload-hook):
17128         Fix typos in docstrings.
17129
17130 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17133         been checked if they have never been read and those group levels are
17134         higher than the one that a user specified.
17135
17136 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17137
17138         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17139         foreign groups unless a group level is specified by a user.
17140         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17141
17142 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17143
17144         * message.el (message-send-mail-function): Require sendmail.
17145
17146 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17147
17148         * message.el (message-send-mail-function): Check for smtpmail too.
17149
17150         * utf7.el (utf7-encode, utf7-decode): Use coding system
17151         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17152
17153         * message.el (message-send-mail-function): New function.
17154         (message-send-mail-function): Set default using
17155         message-send-mail-function.  Adjust doc string.
17156         (message-send-mail-with-mailclient): New function.
17157
17158 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17159
17160         * smime.el (from):
17161         * rfc2047.el (message-posting-charset):
17162         * qp.el (mm-use-ultra-safe-encoding):
17163         * pop3.el (parse-time-months):
17164         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17165         * nnml.el (files):
17166         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17167         (jka-compr-compression-info-list, ange-ftp-path-format)
17168         (efs-path-regexp):
17169         * nndiary.el (files):
17170         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17171         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17172         (epg-digest-algorithm-alist, inhibit-redisplay)
17173         (password-cache-expiry):
17174         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17175         (pgg-output-buffer, password-cache-expiry):
17176         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17177         (efs-path-regexp):
17178         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17179         (inhibit-redisplay):
17180         * mm-uu.el (file-name, start-point, end-point, entry)
17181         (gnus-newsgroup-name, gnus-newsgroup-charset):
17182         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17183         (latin-unity-ucs-list):
17184         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17185         (mm-uu-binhex-decode-function):
17186         * message.el (gnus-message-group-art, gnus-list-identifiers)
17187         (rmail-enable-mime-composing, gnus-local-organization)
17188         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17189         (gnus-read-active-file, facemenu-add-face-function)
17190         (facemenu-remove-face-function, gnus-article-decoded-p)
17191         (tool-bar-mode):
17192         * mail-source.el (display-time-mail-function):
17193         * gnus-util.el (nnmail-pathname-coding-system)
17194         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17195         (gnus-original-article-buffer, gnus-user-agent)
17196         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17197         (xemacs-codename, sxemacs-codename, emacs-program-version):
17198         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17199         * gnus-start.el (gnus-agent-covered-methods)
17200         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17201         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17202         (gnus-newsgroup-headers, gnus-group-list-mode)
17203         (gnus-group-mark-positions, gnus-newsgroup-data)
17204         (gnus-newsgroup-unreads, nnoo-state-alist)
17205         (gnus-current-select-method, mail-sources)
17206         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17207         (nnmail-spool-file, gnus-cache-active-hashtb):
17208         * gnus-mh.el (mh-lib-progs):
17209         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17210         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17211         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17212         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17213         (gnus-group-buffer):
17214         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17215         (font-lock-set-defaults):
17216         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17217         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17218         (gnus-summary-post-menu, total-parts, type, condition, length):
17219         * gnus-agent.el (gnus-agent-read-agentview):
17220         * flow-fill.el (show-trailing-whitespace):
17221         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17222         eval-and-compile wrappers for byte compiler pacifiers.
17223
17224         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17225         (mm-display-inline-fontify): Check for featurep 'xemacs not
17226         extent-list.
17227
17228         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17229         itimer-list.
17230         (mm-create-image-xemacs): Only do something for XEmacs.
17231         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17232
17233         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17234
17235         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17236         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17237
17238 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17239
17240         * nnimap.el (nnimap-split-download-body):
17241         * gnus-demon.el (gnus-demon):
17242         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17243
17244 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17245
17246         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17247         New macros.
17248         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17249         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17250         copy data from unibyte buffer to multibyte current buffer.
17251         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17252         to copy data from unibyte current buffer to multibyte buffer.
17253         (nntp-make-process-buffer): Make process buffer unibyte.
17254
17255         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17256
17257 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17258
17259         * pop3.el (pop3-open-server): Accept and process data more robustly at
17260         connection start to avoid spurious "POP SSL connection failed" errors.
17261
17262 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17263
17264         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17265         read group names.
17266
17267 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17268
17269         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17270
17271 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17272
17273         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17274         (nnmail-save-active): Use a unibyte buffer when saving active file,
17275         which may contain non-ASCII group names.
17276
17277         * nnml.el (nnml-request-group): Decode group names in messages.
17278
17279 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17280
17281         * message.el (message-citation-line-function)
17282         (message-insert-formatted-citation-line): Fix spelling of
17283         `message-insert-formated-citation-line'.
17284
17285 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17286
17287         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17288
17289 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17292         nnmail-pathname-coding-system.
17293
17294         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17295         that a user enters; decode group names in messages.
17296
17297         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17298
17299 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17300
17301         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17302
17303         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17304
17305         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17306         risky local variable.
17307
17308         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17309
17310 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17311
17312         * encrypt.el: Improve documentation to fix function name typo.
17313         Reported by Daiki Ueno <ueno@unixuser.org>.
17314
17315 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17316
17317         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17318         even if the point is not in the last page of an article.
17319         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17320         back to the previous page.
17321
17322 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17323
17324         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17325
17326 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17329
17330 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17331
17332         * message.el (message-check-news-body-syntax):
17333         Avoid mm-string-as-multibyte.
17334         (message-hide-headers): Don't assume (point-min)==1.
17335
17336 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17337
17338         * message.el (message-remove-blank-cited-lines): Fix if remove is
17339         given.
17340         (message-bogus-address-regexp): New variable.
17341         (message-bogus-recipient-p): New function.
17342         (message-check-recipients): New command.
17343         (message-syntax-checks): Add `bogus-recipient'.
17344         (message-fix-before-sending): Add `bogus-recipient'.
17345
17346         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17347         (gnus-treat-body-boundary): Don't test window-system.
17348
17349 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17350
17351         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17352
17353 2007-10-28  Miles Bader  <miles@gnu.org>
17354
17355         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17356         at compile-time too.
17357
17358 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17359
17360         * gnus-msg.el (gnus-message-setup-hook):
17361         Add `message-remove-blank-cited-lines' to options.
17362
17363 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17364
17365         * message.el (message-remove-blank-cited-lines): New function.
17366         Suggested by Karl Plästerer.
17367
17368 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17371         mapc.
17372
17373         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17374         (top-level): Use mapc to set functions to be traced for debugging.
17375
17376         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17377         called for effect with while loop.
17378
17379         * message.el (message-talkative-question): Replace mapcar called for
17380         effect with mapc.
17381
17382         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17383         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17384         called for effect with dolist.
17385
17386         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17387
17388         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17389         gnus-extra-headers and nnmail-extra-headers.
17390
17391         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17392         called for effect with dolist.
17393         (top-level): Use mapc to set functions to be traced for debugging.
17394
17395         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17396         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17397         dolist.
17398
17399         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17400         Replace mapcar called for effect with mapc.
17401         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17402         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17403         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17404         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17405
17406         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17407         remove-if that's a cl function.
17408
17409         * webmail.el (webmail-debug): Replace mapcar called for effect with
17410         dolist.
17411
17412         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17413         with mapc.
17414
17415 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17416
17417         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17418         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17419         with while loop.
17420
17421         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17422         functions from article-* functions.
17423         (gnus-multi-decode-header): Replace mapcar called for effect with
17424         dolist.
17425
17426         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17427         (gnus-bookmark-show-details): Replace mapcar called for effect with
17428         while loop.
17429
17430         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17431         called for effect with while loop.
17432
17433         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17434         with dolist.
17435
17436         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17437         Replace mapcar called for effect with dolist.
17438
17439         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17440
17441         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17442         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17443         Replace mapcar called for effect with dolist.
17444         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17445         mapc.
17446
17447         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17448         Replace mapcar called for effect with dolist.
17449         (gnus-topic-list): Replace mapcar called for effect with mapc.
17450
17451         * gnus.el: Use mapc instead of mapcar to add autoloads.
17452
17453 2007-10-23  Richard Stallman  <rms@gnu.org>
17454
17455         * gnus-group.el (gnus-group-highlight): Mark as risky.
17456
17457 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17458
17459         * gnus.el (gnus-server-to-method): Return method found first in
17460         gnus-newsrc-alist.
17461
17462         * gnus-art.el (gnus-article-highlight-signature)
17463         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17464         button overlay without the front stickiness.
17465
17466 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17467
17468         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17469         overview buffer needed a catch to receive its throw.
17470         (gnus-agent-flush-cache): Declare as interactive to make this function
17471         easier to use.
17472
17473 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17474
17475         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17476         `next-line'.
17477
17478 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17481         exclude address matching message-dont-reply-to-names.
17482
17483 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17484
17485         * gnus-util.el (gnus-string<): New function.
17486
17487         * gnus-sum.el (gnus-article-sort-by-author)
17488         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17489
17490 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17491
17492         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17493         the frame-focus tag is set in gnus-buffer-configuration.
17494
17495 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17496
17497         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17498         the front stickiness.
17499
17500 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17501
17502         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17503         url pattern; remove duplicate one.
17504         (gnus-article-extend-url-button): New function.
17505         (gnus-article-add-buttons): Use it.
17506         (gnus-button-push): Use concatenated url that it makes.
17507
17508 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17509
17510         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17511
17512 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17513
17514         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17515         Don't hardcode point-min==1.
17516
17517 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17518
17519         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17520         Fix comment about "iso8859-1".
17521
17522 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17523
17524         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17525         ones returned from the verify-function.
17526
17527         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17528         Call mml2015-extract-cleartext-signature if extraction failed.
17529
17530 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17531
17532         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17533         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17534         failed.
17535
17536 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17537
17538         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17539
17540 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17541
17542         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17543         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17544         recommends to use EasyPG instead of PGG.
17545
17546         * pgg.el: Revert to revision 6.23.2.16.
17547
17548         * pgg-def.el: Revert to revision 6.6.2.14.
17549
17550         * pgg-gpg.el: Revert to revision 6.23.2.34.
17551
17552 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17553
17554         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17555         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17556         thread for both the null and zero (kill/expire thread) universal prefix
17557         cases.
17558         (gnus-summary-expire-thread): Add new function to expire a thread,
17559         using gnus-summary-kill-thread.
17560         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17561         shortcuts for gnus-summary-expire-thread.
17562         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17563         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17564
17565 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17566
17567         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17568         extras value, so an extras entry can be deleted.
17569         (gnus-registry-delete-extra-entry): Use it.
17570         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17571         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17572         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17573         storage through the gnus-registry, and provide an appropriate API for
17574         it.
17575
17576 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17579         Suggested by Leo <sdl.web@gmail.com>.
17580
17581         * gnus.el: Do.
17582
17583 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17586         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17587
17588         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17589
17590         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17591         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17592
17593 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17594
17595         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17596         newline.
17597         (nnmbox-request-accept-article): Don't change article in source buffer;
17598         narrow to header to use message-fetch-field rather than
17599         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17600         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17601         as delimiters; make sure article ends with newline.
17602         (nnmbox-delete-mail): Correct last position of article to be deleted;
17603         ignore X-Gnus-Newsgroup header in article body.
17604         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17605         positions; make sure article ends with newline.
17606
17607         * message.el (message-display-abbrev): Don't infloop when a user
17608         inserts SPC in the beginning of header.
17609
17610         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17611         coding-system-for-read and coding-system-for-write for XEmacs having no
17612         file-coding feature.
17613
17614         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17615
17616 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17617
17618         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17619         list of groups not followed by default.  Fix type to be regexp.
17620         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17621
17622 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17623
17624         * hmac-def.el (define-hmac-function): Switch from old-style to
17625         new-style backquotes.
17626
17627         * md4.el (md4-make-step): Likewise.
17628
17629 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17632         raw-text coding system when saving .newsrc file, which may contain
17633         non-ASCII group names.
17634
17635 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * gnus-cus.el (gnus-score-extra): New widget.
17638         (gnus-score-extra-convert): New function.
17639         (gnus-score-customize): Use it for Extra.
17640
17641 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17642
17643         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17644         (mml2015-mailcrypt-clear-verify): Use it.
17645         (mml2015-gpg-clear-verify): Use it.
17646         (mml2015-pgg-clear-verify): Use it.
17647         (mml2015-epg-clear-verify): Replace the current part with the output
17648         from GnuPG; don't extract the plaintext by itself.
17649
17650         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17651         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17652         mml2015-clear-verify-function; don't touch the armor headers or
17653         dash-escaped text here.
17654
17655 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17656
17657         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17658         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17659         parts, or application/octet-stream as a last resort.
17660         (gnus-mime-view-part-as-type): Don't toggle display.
17661         (gnus-mime-view-part-as-charset): Don't turn off display before
17662         querying charset.
17663
17664         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17665         stuff to undisplayer function in Emacs.
17666         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17667
17668         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17669         text/calendar parts.
17670
17671 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17672
17673         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17674         decoding text/calendar parts.
17675
17676         * message.el (message-forward-make-body-mime): Always mark body as
17677         having no illegible text; remove signed-or-encrypted argument.
17678         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17679
17680         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17681         (mml-generate-mime-1): Don't encode body if it is specified to be in
17682         raw form; don't make buffer be unibyte when inserting multibyte string.
17683
17684 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17685
17686         * sha1.el: Fix up comment style.
17687         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17688         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17689
17690         * hex-util.el: Fix up comment style.
17691         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17692
17693         * gnus-salt.el: Use with-current-buffer.
17694         (gnus-pick-setup-message): Fix long-standing typo.
17695
17696 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17697
17698         * imap.el (imap-logout-timeout): New variable.
17699         (imap-logout, imap-logout-wait): New functions.
17700         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17701
17702         * nnimap.el (nnimap-logout-timeout): New server variable.
17703         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17704         nnimap-logout-timeout.
17705
17706         * gnus-art.el (gnus-article-summary-command-nosave)
17707         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17708
17709 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17710
17711         * gnus.el (gnus-maximum-newsgroup): New variable.
17712
17713         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17714         according to gnus-maximum-newsgroup.
17715
17716         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17717         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17718         Limit the range of articles according to gnus-maximum-newsgroup.
17719
17720 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17721
17722         * gnus-art.el (gnus-sticky-article): Fix problems described in
17723         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17724         Don't perform gnus-configure-windows here; reuse existing sticky
17725         article buffer.
17726
17727         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17728         it doesn't exist in gnus-article-mode.
17729
17730 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17731
17732         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17733         (gnus-agent-decoded-group-name): New function.
17734         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17735         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17736
17737 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17738
17739         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17740         Add binding for gnus-sticky-article.
17741         (gnus-summary-exit): Don't kill sticky article buffers.
17742
17743         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17744         article buffer.
17745         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17746         (gnus-kill-sticky-article-buffers): New commands.
17747
17748 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17749
17750         * nntp.el (nntp-xref-number-is-evil): New server variable.
17751         (nntp-find-group-and-number): If it is non-nil, don't trust article
17752         numbers in the Xref header.
17753
17754 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17755
17756         * gnus-agent.el (gnus-agent-read-group): New function.
17757         (gnus-agent-flush-group, gnus-agent-expire-group)
17758         (gnus-agent-regenerate-group): Use it.
17759         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17760         nnmail-pathname-coding-system.
17761
17762 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17763
17764         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17765
17766         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17767         that are unread as unread, and also as selected so that information of
17768         marks having been changed by a user may be updated when exiting group.
17769
17770 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17771
17772         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17773
17774 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17777         calculated ignoring signature parts to gnus-treat-article.
17778
17779 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17780
17781         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17782         a point here in order to keep the window start.
17783         (gnus-insert-mime-security-button): Make a button overlay without the
17784         front stickiness.
17785         (gnus-mime-display-security): Goto the end of a button.
17786
17787         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17788
17789 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17790
17791         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17792         group-name-at-point.
17793         (gnus-group-completing-read): New function that offers decoded
17794         non-ASCII group names for completion.
17795         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17796         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17797         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17798         (gnus-group-fetch-control): Use it.
17799         (gnus-fetch-group): Use group-name-at-point for the initial value
17800         rather than the default value; use gnus-alive-p.
17801
17802         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17803         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17804         (gnus-summary-post-news): Use gnus-group-completing-read.
17805
17806         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17807         (gnus-read-move-group-name): Decode group name for completion.
17808
17809 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17810
17811         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17812         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17813         Yamaoka slightly modified the code).
17814
17815 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17818         (nnmail-split-incoming): Bind it.
17819
17820         * nnml.el (nnml-group-name-charset): New function.
17821         (nnml-decoded-group-name): Use it; don't decode group name if
17822         nnmail-group-names-not-encoded-p is non-nil.
17823         (nnml-encoded-group-name): New function.
17824         (nnml-group-pathname): Inline nnml-decoded-group-name.
17825         (nnml-request-expire-articles): Decode group name in message.
17826         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17827         nnmail-pathname-coding-system.
17828         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17829         not decoded ones according to nnmail-group-names-not-encoded-p.
17830         (nnml-generate-active-info): Use nnml-encoded-group-name.
17831
17832 2007-08-08  Glenn Morris  <rgm@gnu.org>
17833
17834         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17835         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17836         doc-strings and comments.
17837
17838 2007-07-25  Glenn Morris  <rgm@gnu.org>
17839
17840         * Relicense all FSF files to GPLv3 or later.
17841
17842 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * gnus-sum.el (gnus-summary-move-article):
17845         Make gnus-summary-respool-article work.
17846
17847 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17848
17849         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17850         string.
17851
17852 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17853
17854         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17855         that should be ignored when comparing distant RSS articles with local
17856         ones.
17857         (nnrss-make-hash-index): New function.  Create a hash index according
17858         to the ignored fields.
17859         (nnrss-check-group): Use it.
17860
17861 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17862
17863         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17864
17865         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17866
17867         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17868         the new optional argument ENCODED is non-nil.
17869         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17870         coding system for encoding group name.
17871         (gnus-group-make-rss-group): Pass un-encoded group name to
17872         gnus-group-make-group.
17873         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17874         encoded.
17875
17876         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17877         Encode group name to which articles are moved or copied.
17878         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17879         coding system for encoding Newsgroup, Followup-To and Xref headers.
17880
17881         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17882         marks; use nnheader-file-coding-system to write a file.
17883         (nnagent-retrieve-headers): Bind file-name-coding-system to
17884         nnmail-pathname-coding-system.
17885
17886         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17887
17888         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17889         (nnml-request-article, nnml-request-create-group)
17890         (nnml-request-rename-group, nnml-find-id)
17891         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17892         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17893         (nnml-save-marks): Use nnml-group-pathname instead of
17894         nnmail-group-pathname.
17895
17896         (nnml-request-create-group, nnml-request-expire-articles)
17897         (nnml-request-move-article, nnml-request-delete-group)
17898         (nnml-deletable-article-p, nnml-possibly-create-directory)
17899         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17900         (nnml-open-marks): Bind file-name-coding-system to
17901         nnmail-pathname-coding-system.
17902
17903         (nnml-request-article): Pass server argument to nnml-find-group-number.
17904         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17905         Pass server argument to nnml-possibly-create-directory.
17906         (nnml-request-accept-article): Pass server argument to
17907         nnml-active-number and nnml-save-mail.
17908         (nnml-find-group-number): Pass server argument to nnml-find-id.
17909         (nnml-request-update-info): Pass server argument to
17910         nnml-marks-changed-p.
17911
17912         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17913         (nnml-save-mail, nnml-active-number): Add server argument.
17914
17915         (nnml-request-delete-group): Warn if group is missing.
17916         (nnml-get-nov-buffer): Decode group name.
17917         (nnml-generate-active-info): Encode group name.
17918         (nnml-open-marks): Decode group name in messages.
17919
17920 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17921
17922         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17923         if it is not specified.
17924         (gnus-article-pipe-part, gnus-article-save-part)
17925         (gnus-article-interactively-view-part, gnus-article-copy-part)
17926         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17927         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17928         (gnus-article-replace-part, gnus-article-delete-part)
17929         (gnus-article-view-part-as-type): Pass raw prefix argument to
17930         gnus-article-part-wrapper.
17931
17932 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17933
17934         * gnus-agent.el (gnus-agent-save-active):
17935         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17936
17937         * gnus-cache.el (gnus-cache-save-buffers)
17938         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17939         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17940         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17941         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17942         (gnus-cache-generate-active, gnus-cache-rename-group)
17943         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17944         (gnus-cache-update-overview-total-fetched-for):
17945         Bind file-name-coding-system to nnmail-pathname-coding-system.
17946         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17947         New variables.
17948         (gnus-cache-decoded-group-name): New function.
17949         (gnus-cache-file-name): Use it.
17950         (gnus-cache-generate-active): Use non-decoded group name for active.
17951
17952         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17953         right place.
17954         (gnus-write-active-file): Don't break non-ASCII group names.
17955
17956         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17957         nnmail-pathname-coding-system.
17958
17959         * lpath.el: Bind default-file-name-coding-system,
17960         file-name-coding-system and language-info-alist for XEmacs.
17961
17962         * gnus-uu.el (gnus-uu-decode-save): Typo.
17963
17964 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17967
17968 2007-07-14  David Kastrup  <dak@gnu.org>
17969
17970         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17971         finishing actions if we did not edit the article.
17972
17973 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17974
17975         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17976         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17977         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17978         (gnus-agent-flush-group, gnus-agent-flush-cache)
17979         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17980         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17981         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17982         (gnus-agent-regenerate-group)
17983         (gnus-agent-update-files-total-fetched-for)
17984         (gnus-agent-update-view-total-fetched-for):
17985         Bind file-name-coding-system to nnmail-pathname-coding-system.
17986         (gnus-agent-group-pathname): Don't encode file names by
17987         nnmail-pathname-coding-system.
17988         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17989         coding-system-for-write instead of buffer-file-coding-system to
17990         gnus-agent-file-coding-system.
17991
17992         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17993         Decode group name.
17994
17995         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17996
17997         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17998         (gnus-read-newsrc-el-file): Make group names unibyte.
17999
18000         * nnmail.el (nnmail-group-pathname): Don't encode file names by
18001         nnmail-pathname-coding-system.
18002
18003         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
18004         (nnrss-request-delete-group): Bind file-name-coding-system to
18005         nnmail-pathname-coding-system.
18006         (nnrss-read-server-data, nnrss-read-group-data):
18007         Bind file-name-coding-system correctly.
18008         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
18009
18010         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
18011         (nntp-server-to-method-cache): New variable.
18012         (nntp-group-pathname): New function that decodes non-ASCII group names.
18013         (nntp-possibly-create-directory, nntp-marks-changed-p)
18014         (nntp-save-marks, nntp-open-marks): Use it.
18015         (nntp-possibly-create-directory, nntp-open-marks):
18016         Bind file-name-coding-system to nnmail-pathname-coding-system.
18017         (nntp-open-marks): Decode group names when bootstrapping marks.
18018
18019         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
18020         Newsgroups and Followup-To headers.
18021
18022 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18025         (gnus-server-closed-face, gnus-server-denied-face)
18026         (gnus-server-offline-face): Remove variable.
18027         (gnus-server-font-lock-keywords): Use faces that are not aliases.
18028
18029         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
18030         of modifying message-stack directly for XEmacs.
18031
18032         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
18033         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
18034         if the coding-system argument is nil for XEmacs.
18035
18036         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
18037         mm-charset-override-alist.
18038
18039         * rfc2047.el: Don't require base64; require rfc2045 for the function
18040         rfc2045-encode-string.
18041         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
18042         to quote the parameter value.
18043
18044 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
18047         form in gnus-group-name-charset-method-alist.
18048
18049         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
18050         overrides the default layout edit-form.
18051
18052         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
18053
18054         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
18055
18056 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
18059         as unfetched articles.
18060
18061 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
18062
18063         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
18064
18065 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18066
18067         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
18068         original back end that keeps marks in the local system.
18069
18070 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18071
18072         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
18073         arg of pop-to-buffer for XEmacs.
18074         (gnus-article-read-summary-keys): Ditto; don't restore window
18075         configuration if summary command ends up with neither article buffer
18076         nor summary buffer; describe bindings if summary keys end with C-h.
18077
18078 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * message.el (message-fix-before-sending): Skip raw message part to be
18081         forwarded while checking illegible text.
18082         (message-forward-make-body-mime, message-forward-make-body):
18083         Mark signed or encrypted raw message as having no illegible text.
18084
18085 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18086
18087         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18088         (gnus-message-with-timestamp-1): New macro.
18089         (gnus-message-with-timestamp): New function.
18090         (gnus-message): Use them.
18091
18092         * nnheader.el (nnheader-message): Use them.
18093
18094 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18095
18096         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18097         .newsrc.eld file.
18098
18099 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18100
18101         * gnus-agent.el (gnus-agent-fetch-headers)
18102         (gnus-agent-retrieve-headers):
18103         Bind gnus-decode-encoded-address-function to identity.
18104
18105         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18106         available also when the server returns simply a dot.
18107
18108         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18109
18110 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18113
18114 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18115
18116         * gnus-ems.el (gnus-x-splash): Make it work.
18117
18118         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18119         from being used.
18120
18121         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18122
18123 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18124
18125         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18126         4th and the 5th arguments.
18127
18128         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18129         the front stickiness.
18130         (gnus-article-summary-command-nosave): Correct the order of the
18131         arguments passed to pop-to-buffer.
18132         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18133         summary command ends up with the article buffer.
18134
18135         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18136         the same faces.
18137
18138 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18139
18140         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18141
18142 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18143
18144         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18145         * gnus-sum.el (gnus-summary-highlight):
18146         * pgg.el (pgg-sign-region, pgg-sign):
18147         * mail-source.el (mail-source-delete-old-incoming-confirm):
18148         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18149
18150 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18151
18152         * gnus-art.el (gnus-mime-view-part-externally)
18153         (gnus-mime-view-part-internally): Fix predicate function passed to
18154         completing-read.
18155
18156         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18157
18158         * gnus.el (gnus-update-message-archive-method): Add :version.
18159
18160 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18161
18162         * gnus.el (gnus-update-message-archive-method): New variable.
18163
18164         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18165         according to gnus-message-archive-method if
18166         gnus-update-message-archive-method is non-nil.
18167
18168 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18169
18170         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18171         Suggested by Loic Dachary <loic@dachary.org>.
18172         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18173
18174 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * message.el (message-pop-to-buffer): Add switch-function argument.
18177         (message-mail): Pass switch-function argument to it.
18178
18179 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18180
18181         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18182         Improve doc string.
18183
18184 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18185
18186         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18187         (gnus-header-content):
18188         * gnus-cite.el (gnus-cite-10):
18189         * gnus-srvr.el (gnus-server-closed):
18190         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18191         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18192         (gnus-group-mail-3-empty, gnus-group-mail-low)
18193         (gnus-group-mail-low-empty, gnus-splash):
18194         * message.el (message-header-to, message-header-cc)
18195         (message-header-subject, message-header-other, message-header-name)
18196         (message-header-xheader, message-separator, message-cited-text)
18197         (message-mml): Lighten colors of faces used for dark background.
18198
18199 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18200
18201         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18202         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18203
18204 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * message.el (message-narrow-to-headers-or-head):
18207         Ignore mail-header-separator in the body.
18208
18209 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18210
18211         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18212         same as window size.
18213
18214 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18215
18216         * message.el (message-font-lock-keywords): Use message-header-xheader
18217         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18218         ahead of the anything pattern, to get it recognized.
18219
18220 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18221
18222         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18223         spam.el loads uses it in the compiled defadvice form.
18224
18225 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18226
18227         * gnus-sum.el (gnus-articles-to-read)
18228         (gnus-summary-insert-old-articles): Don't truncate group name for
18229         `read-string'.
18230
18231         * gnus-util.el (gnus-limit-string): Delete this function.
18232
18233         * gnus-sum.el (gnus-simplify-subject-fully):
18234         Use `truncate-string-to-width' instead.
18235
18236 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18237
18238         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18239         Tell if, on summary exit, the next group has to be selected.
18240         (gnus-summary-exit): Use it.
18241
18242 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18243
18244         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18245         non-break space.
18246
18247 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18248
18249         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18250         Check if group is not a directory.
18251         (nnfolder-request-expire-articles): Don't delete articles if the target
18252         group is not available.
18253
18254         * nnml.el (nnml-request-create-group): Properly check if group is not a
18255         file.
18256         (nnml-request-expire-articles): Don't delete articles if the target
18257         group is not available.
18258
18259         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18260         Don't quote characters that are within parentheses.
18261
18262 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18263
18264         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18265         (gnus-handle-ephemeral-exit): Select article according to it.
18266
18267 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18268
18269         * message.el (message-insert-formated-citation-line): Remove newline.
18270         (message-citation-line-format): Add final \n here so that the user can
18271         avoid a blank line.
18272
18273 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18274
18275         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18276         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18277         Update lanl/arXiv support.
18278
18279 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18280
18281         * gnus.el: Bump version number.
18282
18283 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18284
18285         * gnus.el (gnus-version-number): Bump version.
18286
18287 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18288
18289         * gnus.el: No Gnus v0.6 is released.
18290
18291 2007-04-27  Didier Verna  <didier@xemacs.org>
18292
18293         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18294         * gmm-utils.el (gmm-regexp-concat): ... here.
18295         * message.el: Don't require 'gnus-util.
18296         (message-dont-reply-to-names): Handle name change above.
18297         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18298
18299 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18300
18301         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18302         since the initial value varies according to the system.
18303
18304 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18305
18306         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18307
18308 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18309
18310         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18311
18312 2007-04-24  Didier Verna  <didier@xemacs.org>
18313
18314         Improve the type of gnus-ignored-from-addresses.
18315         * gnus-util.el (gnus-orify-regexp): New function.
18316         * message.el (gnus-util): Require it.
18317         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18318         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18319         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18320
18321 2007-04-24  Didier Verna  <didier@xemacs.org>
18322
18323         * gnus-sum.el:
18324         * gnus-utils.el: Fix some trailing whitespaces.
18325
18326 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18327
18328         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18329         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18330         article's Message-ID; refer parent article in summary buffer.
18331
18332         * message.el (message-bounce): Call mime-to-mml.
18333
18334         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18335         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18336         optimize and/or forms properly.
18337
18338 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18339
18340         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18341         URL.
18342
18343 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18344
18345         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18346
18347 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18348
18349         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18350         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18351         displayed of multipart/alternative part if it is invoked from summary
18352         buffer.
18353
18354         * mm-view.el (mm-inline-text-html-render-with-w3m)
18355         (mm-inline-text-html-render-with-w3m-standalone)
18356         (mm-inline-render-with-function): Use mail-parse-charset by default.
18357
18358 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18359
18360         * parse-time.el (parse-time-string-chars): Check if CHAR
18361         is less than the length of parse-time-syntax.
18362
18363 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18366         from gnus-newsgroup-processable.
18367
18368 2007-04-16  Didier Verna  <didier@xemacs.org>
18369
18370         * gnus-msg.el (gnus-configure-posting-styles):
18371         Handle message-signature-directory properly with :file syntax.
18372         Reported by "Leo".
18373
18374 2007-04-11  Didier Verna  <didier@xemacs.org>
18375
18376         New user option: message-signature-directory.
18377         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18378         * message.el (message-insert-signature): Ditto.
18379         * message.el (message-signature-file): Doc update.
18380         * message.el (message-signature-directory): New.
18381
18382 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18383
18384         * gnus-msg.el (gnus-inews-yank-articles):
18385         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18386
18387 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18388
18389         * message.el (message-yank-original): Make sure cited text ends with
18390         newline; don't exchange point and mark.
18391
18392 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18393
18394         * tls.el (open-tls-stream): Properly handle case where there
18395         is no associated buffer.
18396
18397 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18398
18399         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18400         message-yank-original, make sure (< mark TEXT point).
18401
18402 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18403
18404         * message.el (message-fill-column): New variable.
18405         (message-mode): Use it.  Add comment on a possible new hook.
18406
18407         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18408         (nnmail-get-new-mail): Reformat.
18409
18410         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18411
18412         * gmm-utils.el: Fix Commentary.
18413         (gmm-tool-bar-from-list): Fix typo in doc string.
18414
18415 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18416
18417         * message.el (message-yank-original): Don't switch point and mark
18418         unnecessarily to put point and mark as documented.
18419
18420 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18421
18422         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18423         from the message heads.
18424
18425 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18426
18427         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18428         article buffer does not have a window.  This may not be the best
18429         solution but is certainly better than setting the start of the null,
18430         that is the current, window.
18431
18432 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18433
18434         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18435         (gnus-draft-setup): Run it.
18436
18437         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18438         gnus-score-fast-scoring.  Allow regexp.
18439         (gnus-score-headers): Use it.
18440
18441         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18442         XEmacs.
18443
18444         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18445         string.
18446         (gnus-button-alist): Also catch `<f1> k ...'.
18447         (gnus-treat-display-x-face): Fix doc string.
18448
18449 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18450
18451         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18452         evaluation of gnus-extended-version to ensure correct generation of the
18453         User-Agent header when message-generate-headers-first is used.
18454
18455 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18456
18457         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18458         hashcash-path is nil.  Don't call callback with incorrect number of
18459         parameters if val is 0.
18460
18461 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18462
18463         * message.el (message-required-news-headers):
18464         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18465
18466 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18467
18468         * tls.el (open-tls-stream): In handshake-waiting loop,
18469         don't wait more if there is output available to process.
18470
18471 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18472
18473         * tls.el (tls-program): Doc fix.
18474
18475 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18476
18477         * message.el (message-generate-new-buffers): Change the meaning of the
18478         nil value; add `standard' to the choices; treat t as `unique'; improve
18479         doc string.
18480         (gnus-select-frame-set-input-focus): Autoload.
18481         (message-buffer-name): Search for the existing message buffer if
18482         message-generate-new-buffers is nil or `standard'; treat the value t of
18483         message-generate-new-buffers as `unique'.
18484         (message-pop-to-buffer): Raise the frame already displaying the message
18485         buffer; clear the echo area after querying.
18486         (message-setup): Pass the `continue' argument to compose-mail.
18487         (message-mail): Prefer `switch-function' if it is given; search for the
18488         existing message buffer if the `continue' argument is non-nil; pass
18489         continue and switch-function arguments to compose-mail by way of
18490         message-setup.
18491         (message-mail-other-window): Adjust argument of message-setup.
18492         (message-mail-other-frame): Ditto.
18493
18494 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18495
18496         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18497         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18498         to turn font-lock on when turning gnus-message-citation-mode on.
18499
18500 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18501
18502         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18503         (mml-smime-function-alist): New variable; add epg as the backend.
18504         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18505         mml-smime- functions instead.
18506         * mm-view.el: Require smime.
18507
18508 2007-03-05  Didier Verna  <didier@xemacs.org>
18509
18510         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18511         instead of just inheritance for posting styles.
18512         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18513
18514 2007-02-24  Chris Moore  <dooglus@gmail.com>
18515
18516         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18517         * pgg-pgp.el (pgg-pgp-encrypt-region):
18518         * pgg-gpg.el (pgg-gpg-encrypt-region):
18519         Check pgg-encrypt-for-me if no other recipients.
18520
18521 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18522
18523         * tls.el (tls-certtool-program): Fix custom type.
18524
18525 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18526
18527         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18528         and point-at-eol instead of line-(beginning|end)-position.
18529
18530         * assistant.el (assistant-parse-buffer): Ditto.
18531
18532         * netrc.el (netrc-parse-services): Ditto.
18533
18534 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18535
18536         * mml2015.el (mml2015-epg-find-usable-key): New function.
18537         (mml2015-epg-sign): Use it.
18538         (mml2015-epg-encrypt): Use it.
18539
18540 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18541
18542         * message.el (message-make-in-reply-to): Quote name containing
18543         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18544         if there are special characters.  Reported by NAKAJI Hiroyuki
18545         <nakaji@jp.freebsd.org>.
18546
18547 2007-02-27  Didier Verna  <didier@xemacs.org>
18548
18549         Include the group parameters as well as the topic ones in the
18550         inheritance filter process.
18551         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18552         argument GROUP-PARAMS-LIST.
18553         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18554
18555 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18556
18557         * nntp.el (nntp-never-echoes-commands)
18558         (nntp-open-connection-functions-never-echo-commands): New variables.
18559         (nntp-send-command): Use them.
18560
18561 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18562
18563         * mml2015.el (mml2015-epg-verify): Simplify.
18564
18565 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18566
18567         * mml.el (mml-content-disposition-alist): New user option.
18568         (mml-content-disposition): New function.
18569         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18570         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18571
18572 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18573
18574         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18575         verification.
18576
18577 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18578
18579         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18580         articles posted in the last 24 hours.
18581
18582 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18583
18584         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18585
18586 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18587
18588         * nntp.el (nntp-send-command): Don't wait for echoes when
18589         nntp-open-ssl-stream is used.
18590
18591 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18592
18593         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18594         (gnus-message-add-citation-keywords)
18595         (gnus-message-remove-citation-keywords): Remove.
18596         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18597         directly, make the variables in font-lock-defaults buffer-local, add
18598         gnus-message-citation-keywords to them and then update the value of
18599         font-lock-keywords.
18600
18601 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18602
18603         * message.el (message-cite-original-1): Don't call
18604         gnus-article-highlight-citation.
18605
18606         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18607         citations; fix line count.
18608
18609 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18610
18611         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18612         (gnus-message-add-citation-keywords)
18613         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18614         versions of font-lock-add-keywords and font-lock-remove-keywords to
18615         work with XEmacs correctly.
18616
18617 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18618
18619         * gnus-cite.el (gnus-cite-face-list): Set the values of
18620         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18621         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18622         (gnus-message-cite-prefix-regexp): New variable.
18623         (gnus-message-search-citation-line): Use it; protect against long
18624         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18625         the 0th match data for Emacs.
18626         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18627         (gnus-message-add-citation-keywords): Append keywords rather than
18628         prepending; emulate font-lock-add-keywords if it is not available.
18629         (gnus-message-remove-citation-keywords):
18630         Emulate font-lock-remove-keywords if it is not available.
18631
18632         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18633
18634         * message.el (message-cite-prefix-regexp): Set the value of
18635         gnus-message-cite-prefix-regexp.
18636
18637 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18638
18639         * nnweb.el (nnweb-google-parse-1): Update parser.
18640
18641 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18642
18643         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18644
18645 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18646
18647         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18648         regexp.
18649
18650 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18651
18652         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18653         string-to-multibyte.
18654         (uudecode-decode-region-internal): Use it.
18655
18656         * lpath.el: Fbind string-as-multibyte for XEmacs.
18657
18658 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18659
18660         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18661         Fix custom choice.
18662
18663         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18664
18665 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18666
18667         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18668
18669         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18670         `write-region' to respect `mm-inhibit-file-name-handlers'.
18671
18672 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18673
18674         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18675         Use gnus-home-directory instead of "~/" or "$HOME".
18676
18677 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18678
18679         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18680         to mention filename.
18681         Add comments at beginning regarding usage.
18682         (encrypt-write-file-contents): Change interactive so a string is
18683         acceptable.  If the file has no associated model, show an error instead
18684         of a nonsense prompt.
18685
18686 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18687
18688         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18689         Thanks to Yoshihiko Yamada for kind notification of this typo.
18690
18691 2007-01-12  Kenichi Handa  <handa@m17n.org>
18692
18693         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18694         multibyte buffer.
18695
18696 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18697
18698         * gnus-score.el (gnus-score-fast-scoring): New variable.
18699         (gnus-score-headers): Use it.
18700
18701         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18702
18703         * message.el (message-cite-original-1):
18704         Call gnus-article-highlight-citation if requested.
18705         (message-make-from): Allow name and address as optional arguments.
18706
18707         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18708
18709         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18710         bugs to doc string.
18711         (gnus-button-alist): Add mid\\|message-id.
18712         (gnus-button-fetch-group): Extend for use in
18713         `browse-url-browser-function'.
18714         (gnus-button-url-regexp): Try to catch paired parentheses like in
18715         Wikipedia URLs.
18716
18717         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18718         Suggested by Simon Krahnke <overlord@gmx.li>.
18719
18720 2007-01-13  Romain Francoise  <romain@orebokech.com>
18721
18722         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18723         Update copyright.
18724
18725 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18726
18727         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18728
18729 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18730
18731         * gnus-registry.el (gnus-registry-unfollowed-groups)
18732         (gnus-registry-split-fancy-with-parent): Fix documentation.
18733
18734 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18735
18736         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18737         from nnweb groups.
18738
18739 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18740
18741         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18742         Xref urls.  Erase buffer before requesting head.
18743
18744         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18745
18746 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18747
18748         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18749         customizable.
18750
18751 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18752
18753         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18754         no signing key is found.
18755         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18756         no encrypting and/or signing key is found.
18757
18758 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18759
18760         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18761
18762 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18763
18764         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18765         headers read from disk with the ones newly found in the current search.
18766         This should no longer cause problems, because the article numbers in
18767         Gmane's `nov.php' output are ignored since the previous change.
18768
18769 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18770
18771         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18772
18773 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18774
18775         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18776         replace-regexp-in-string; bind url-version; fbind display-images-p and
18777         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18778         find-face and set-itimer-function for Emacs; bind itimer-list for
18779         Emacs.
18780
18781         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18782
18783 2007-01-01  Romain Francoise  <romain@orebokech.com>
18784
18785         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18786
18787 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18788
18789         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18790         `define-minor-mode' macro definition expanded properly.
18791         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18792         exclude it there.
18793
18794         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18795         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18796         `fboundp' test.
18797         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18798         This is OK to autoload in (S)XEmacs now.
18799
18800 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18801
18802         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18803         keystroke.
18804         (gnus-summary-limit-to-singletons): Fix typo.
18805
18806         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18807         else fails.
18808
18809 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18810
18811         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18812         docstring.
18813
18814         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18815         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18816         (gnus-summary-insert-dormant-articles): Fix typo in message.
18817
18818 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18819
18820         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18821         nil for XEmacs.
18822         (gnus-message-citation-mode): Don't autoload in XEmacs.
18823
18824         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18825
18826 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18827
18828         * nnimap.el (nnimap-expunge-search-string):
18829         Mention nnimap-search-uids-not-since-is-evil in docstring.
18830
18831 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18832
18833         * spam.el: Revert to make-obsolete-variable because
18834         define-obsolete-variable-alias is not supported in Emacs 21.
18835
18836         * spam.el (spam-ifile-path, spam-ifile-database-path)
18837         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18838         make-obsolete-variable.
18839         (spam-bsfilter-path, spam-bsfilter-program)
18840         (spam-spamassassin-path, spam-spamassassin-program)
18841         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18842         Don't use "path" inappropriately.
18843         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18844         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18845         variable names.
18846
18847 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18848
18849         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18850         summary buffer.
18851
18852         * password.el (password-cache-remove): Use clear-string to burn
18853         password, if available.
18854
18855 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18856
18857         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18858
18859         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18860
18861         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18862         (gnus-message-highlight-citation): Move defcustom here from
18863         gnus-cite.el.
18864         (gnus-message-citation-mode): Autoload.
18865
18866         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18867         checks to make it compile with XEmacs.
18868         (gnus-message-citation-mode): New minor mode.
18869         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18870         (gnus-message-highlight-citation): New variables.
18871         (gnus-message-search-citation-line)
18872         (gnus-message-add-citation-keywords)
18873         (gnus-message-remove-citation-keywords)
18874         (turn-on-gnus-message-citation-mode)
18875         (turn-off-gnus-message-citation-mode): New functions.
18876
18877 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18878
18879         * gnus-cite.el: Enable highlighting of different citation levels in
18880         message-mode.
18881
18882 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18883
18884         * message.el (message-make-fqdn): Fix comment.
18885         (message-bogus-system-names): Add ".local".
18886
18887         * spam.el (spam-ifile-path, spam-ifile-program)
18888         (spam-ifile-database-path, spam-ifile-database)
18889         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18890         Don't use "path" inappropriately.
18891         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18892         strings.
18893         (spam-check-ifile, spam-ifile-register-with-ifile)
18894         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18895         Use new variable names.
18896
18897         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18898         (gnus-treat-display-smileys): Simplify using
18899         gnus-image-type-available-p.
18900
18901         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18902         available.
18903
18904         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18905         Use `display-images-p' if available.
18906
18907 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18908
18909         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18910         one after turning on the buffer's multibyteness instead of decoding
18911         them directly in the unibyte buffer that causes unexpected conversion
18912         in Emacs 23 (unicode).
18913
18914 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18915
18916         * message.el (message-generate-hashcash): Fix custom type.
18917
18918 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18919
18920         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18921
18922 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18923
18924         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18925         disconnect icons.  Add help text.
18926
18927 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18928
18929         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18930         negated to be consistent with the others we handle.
18931
18932 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18933
18934         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18935         version of gnus-summary-buffer to something, so that we can use two
18936         article buffers at the same time.
18937
18938 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18939
18940         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18941         trigger all the extra headers.
18942         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18943         sorting.
18944
18945 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18946
18947         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18948         solid groups.
18949
18950 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18951
18952         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18953
18954 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18955
18956         * legacy-gnus-agent.el: Add Copyright notice.
18957
18958 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18959
18960         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18961
18962 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18963
18964         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18965
18966         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18967         to make it work reliably in CVS Emacs.
18968         (gnus-summary-limit-strange-charsets-predicate)
18969         (gnus-summary-limit-to-predicate): New functions.
18970
18971 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18972
18973         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18974         specifying array size.
18975         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18976         array if it is too small.
18977         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18978         (gnus-sort-threads-loop): New function.
18979
18980 2006-12-06  Chris Moore  <dooglus@gmail.com>
18981
18982         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18983         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18984
18985 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18986
18987         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18988         options.
18989
18990 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18991
18992         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18993         DOS-ing the recipient.
18994
18995         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18996         the headers when creating the mapping to avoid mismappings.
18997         (nnweb-gmane-create-mapping): Always nix out old mapping.
18998
18999 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19000
19001         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
19002         and mm-verify-option to never.
19003
19004 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19005
19006         * message.el (message-signed-or-encrypted-p): New function.
19007         (message-forward-make-body): Use it.
19008
19009         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
19010         Replace encode-coding-string with mm-encode-coding-string.
19011
19012 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19013
19014         * nneething.el (nneething-decode-file-name):
19015         Replace decode-coding-string with mm-decode-coding-string.
19016
19017         * gnus-int.el (gnus-open-server): Say failed server's name.
19018
19019 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19020
19021         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
19022         strings to a single string.  Quote `errors-file-name'.
19023         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
19024         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
19025         Adjust calls.  Use `shell-quote-argument'.
19026
19027 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
19028
19029         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
19030         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
19031
19032         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
19033         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
19034         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
19035         (gnus-group-make-directory-group, gnus-group-transpose-groups):
19036         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
19037         (gnus-subscribe-newsgroup, gnus-1):
19038         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
19039         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
19040         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
19041         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
19042
19043 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19044
19045         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
19046         keystroke.
19047         (gnus-summary-limit-to-bodies): Implement headersp.
19048
19049 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19050
19051         * dns.el (query-dns): Protect against "Process dns deleted" strings.
19052
19053 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19054
19055         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
19056
19057 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19058
19059         * message.el (message-generate-hashcash): Expand range of values to
19060         include `opportunistic'.
19061         (message-send-mail): Use it.
19062
19063 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19064
19065         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
19066         and comment it.
19067
19068         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
19069
19070 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
19071
19072         * gnus-util.el (gnus-extract-address-components): Improve comment.
19073
19074 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19075
19076         * gnus-util.el (gnus-extract-address-components): Work with address in
19077         which the name portion contains @.
19078
19079         * lpath.el: Fbind custom-autoload.
19080
19081 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19082
19083         * gnus.el (gnus-start): Move custom group up.
19084         (gnus-select-method): Don't autoload, but make it available for
19085         `customize-variable'.
19086         (gnus-getenv-nntpserver): Don't autoload.
19087
19088 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19089
19090         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19091
19092 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19093
19094         * message.el (message-sendmail-extra-arguments): New variable.
19095         (message-send-mail-with-sendmail): Use it.
19096
19097 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19098
19099         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19100         mm-with-unibyte-current-buffer to make string unibyte.
19101
19102         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19103         mm-string-as-multibyte.
19104
19105 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19106
19107         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19108         Reported by Werner Koch <wk@gnupg.org>.
19109
19110 2006-11-14  Daiki Ueno  <ueno@p360>
19111
19112         * mml2015.el: Autoload epa-select-keys when compiling.
19113
19114 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19115
19116         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19117         message-options.
19118         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19119
19120 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19121
19122         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19123         EasyPG (< 0.0.6).
19124         (mml2015-always-trust): New user option.
19125         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19126         prompt.
19127
19128 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19129
19130         * nntp.el (nntp-authinfo-force): New variable.
19131         (nntp-send-authinfo): Use it.
19132
19133 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19134
19135         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19136         decode encoded words.  Improve prompt.  Add comment about forwarding.
19137         (message-replacement-char): Move up.
19138
19139 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19140
19141         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19142         instead of gnus-intersection because arguments of gnus-sorted-nunion
19143         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19144
19145 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19146
19147         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19148         (message-simplify-subject-functions):
19149         Enable message-strip-subject-encoded-words by default.
19150
19151 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19152
19153         * message.el (message-strip-subject-encoded-words): New function.
19154         (message-simplify-subject-functions): New variable.
19155         (message-simplify-subject): Use it.  Fix typo in doc string.
19156         Support message-strip-subject-encoded-words.
19157
19158 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19159
19160         * gnus-diary.el (gnus-diary-delay-format-function):
19161         * nndiary.el (nndiary-reminders):
19162         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19163
19164 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19165
19166         * gnus-art.el (article-hide-boring-headers): Fetch date from
19167         gnus-original-article-buffer to avoid problems with localized date
19168         strings.
19169
19170 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19171
19172         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19173
19174 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19175
19176         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19177         New variables.
19178         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19179         (mm-charset-synonym-alist): Move some entries to
19180         mm-codepage-iso-8859-list.
19181         (mm-charset-synonym-alist, mm-charset-override-alist):
19182         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19183
19184 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19185
19186         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19187
19188 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19189
19190         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19191         with Emacs 21 and XEmacs.
19192
19193 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19194
19195         * spam.el (spam-parse-address): New function for better parsing,
19196         catching errors, etc.
19197         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19198
19199 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19200
19201         * mm-view.el: Add interactive arg to html2text autoload.
19202
19203 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19204
19205         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19206
19207 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19208
19209         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19210         New variables.
19211         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19212         (mm-charset-synonym-alist): Move some entries to
19213         mm-codepage-iso-8859-list.
19214
19215         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19216
19217 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19218
19219         * message.el (message-citation-line-format)
19220         (message-insert-formated-citation-line): Fix implementation of %E, %N
19221         and %n according to the doc string.
19222
19223 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19224
19225         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19226         Use car-safe to avoid bad parses.
19227
19228 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19229
19230         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19231         names.
19232
19233         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19234
19235 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19236
19237         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19238         header.
19239
19240         * message.el (message-draft-headers): Add Date.
19241         (message-headers-to-generate): Fix typo in docstring.
19242
19243         * nndraft.el (nndraft-required-headers): New variable.
19244         (nndraft-generate-headers): Use it.
19245
19246         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19247
19248 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19249
19250         * gnus-registry.el (gnus-registry-wash-for-keywords)
19251         (gnus-registry-find-keywords): New functions to allow easy searching of
19252         articles that are in the registry.
19253
19254 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19255
19256         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19257         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19258         Reported by Damien Elmes <damien@repose.cx>.
19259
19260 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19261
19262         * gnus.el (gnus-mime): Remove unused custom group.
19263
19264 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19265
19266         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19267         "blank line" when searching for end of armor headers.
19268
19269 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19270
19271         * gmm-utils.el (gmm-write-region): Fix variable name.
19272
19273 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19274
19275         * gmm-utils.el (gmm-write-region): New function based on compatibility
19276         code from `mm-make-temp-file'.
19277
19278         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19279
19280         * nnmaildir.el (nnmaildir--update-nov)
19281         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19282         Use `gmm-write-region'.
19283
19284 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19285
19286         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19287         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19288
19289         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19290
19291         * message.el (message-replacement-char): New variable.
19292         (message-fix-before-sending): Use it.
19293         (message-simplify-subject): New function to remove duplicate code.
19294         (message-reply, message-followup): Use it.
19295
19296         * gnus-sum.el (gnus-summary-make-menu-bar):
19297         Clarify gnus-summary-limit-to-articles.
19298
19299 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19300
19301         * gnus-util.el (gnus-with-local-quit): New macro.
19302
19303         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19304
19305 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19306
19307         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19308         ignore non-string data.
19309
19310 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19311
19312         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19313         non-string data (needs to be done in the registry too).
19314
19315 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19316
19317         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19318         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19319         (gnus-registry-split-fancy-with-parent)
19320         (gnus-registry-fetch-simplified-message-subject-fast)
19321         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19322         Remove text properties on ingress into the registry and when it's saved.
19323         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19324         registry from entries with no groups.
19325
19326 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19327
19328         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19329         function to remove string properties.
19330
19331 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19332
19333         * gmm-utils.el (gmm): Adjust custom version.
19334
19335         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19336         Adjust custom version.
19337
19338         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19339
19340 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19341
19342         * gnus-art.el (gnus-insert-prev-page-button)
19343         (gnus-insert-next-page-button): Simplify.  Reformat.
19344
19345 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19346
19347         * gnus-art.el (gnus-insert-prev-page-button)
19348         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19349
19350 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19351
19352         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19353
19354 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19355
19356         * gnus-art.el (gnus-insert-mime-button)
19357         (gnus-insert-mime-security-button):
19358         Apply gnus-article-button-face to MIME and security buttons.
19359
19360 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19361
19362         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19363         readable.
19364
19365 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19366
19367         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19368
19369 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19370
19371         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19372         `browse-url-of-file' instead of `browse-url'.
19373
19374 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19375
19376         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19377         regexp.  Articles containing quotation were cut prematurely.
19378
19379 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19380
19381         * message.el (message-cite-original-1): Use nobody by default for the
19382         value of From header.
19383         (message-reply): Ditto.
19384
19385 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19386
19387         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19388         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19389         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19390
19391 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19392
19393         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19394         mails in the doc string.  Add some URLs in comment.
19395         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19396
19397 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19398
19399         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19400         backslashes handling and the way to find boundaries of quoted strings.
19401
19402 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19403
19404         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19405         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19406         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19407         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19408
19409 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19410
19411         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19412         doc string.
19413         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19414
19415 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19416
19417         * lpath.el: Fbind epg-check-configuration.
19418
19419 2006-09-06  Simon Josefsson  <jas@extundo.com>
19420
19421         * mml2015.el (mml2015-use): Doc fix, mention epg.
19422
19423 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19424
19425         * mml2015.el (mml2015-use): Default to epg, if available.
19426
19427 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19428
19429         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19430         message-sender.
19431         (mml1991-epg-encrypt): Ditto.
19432         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19433         message-sender.
19434         (mml2015-epg-encrypt): Ditto.
19435
19436 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19437
19438         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19439         several common directories.
19440
19441 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19442
19443         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19444         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19445
19446 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19447
19448         * gnus-art.el (article-decode-encoded-words): Make it fast.
19449
19450 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19451
19452         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19453
19454         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19455         in quoted string into `\'.
19456
19457 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19458
19459         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19460         Use standard-syntax-table.
19461
19462 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19463
19464         * gnus-art.el (gnus-decode-address-function): New variable.
19465         (article-decode-encoded-words): Use it to decode headers which are
19466         assumed to contain addresses.
19467         (gnus-mime-delete-part): Remove useless `or'.
19468
19469         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19470         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19471         (gnus-nov-parse-line): Use it to decode From header.
19472         (gnus-get-newsgroup-headers): Ditto.
19473         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19474
19475         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19476         (mail-decode-encoded-address-string): New alias.
19477
19478         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19479         New function.
19480         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19481         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19482         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19483         (rfc2047-decode-string): Ditto.
19484         (rfc2047-decode-address-region): New function.
19485         (rfc2047-decode-address-string): New function.
19486
19487 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19488
19489         * message.el (message-caesar-buffer-body): Allow rotating headers.
19490
19491         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19492
19493         * message.el (message-insert-formated-citation-line): Fix %f.
19494         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19495
19496 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19497
19498         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19499         (gnus-bookmark-mouse-available-p): New macro.
19500         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19501         (gnus-bookmark-bmenu-show-infos): Use it.
19502         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19503         (gnus-bookmark-bmenu-hide-infos): Ditto.
19504         (gnus-bookmark-remove-properties): New function.
19505         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19506         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19507         (gnus-bookmark-write-file): Bind coding-system-for-write.
19508         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19509         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19510         group before selecting it.
19511         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19512         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19513         quit-window if it is not available; use gnus-mouse-2 and bind it to
19514         gnus-bookmark-bmenu-select-by-mouse.
19515         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19516         (gnus-bookmark-bmenu-select-by-mouse): New function.
19517
19518 2006-08-13  Romain Francoise  <romain@orebokech.com>
19519
19520         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19521         space.
19522
19523 2006-08-10  Romain Francoise  <romain@orebokech.com>
19524
19525         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19526         (dns-mode-soa-auto-increment-serial): New user option.
19527         (dns-mode-soa-maybe-increment-serial): New function.
19528         (dns-mode): Add the latter to `write-contents-functions'.
19529
19530 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19531
19532         * compface.el (uncompface): Use binary rather than raw-text-unix.
19533
19534 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19535
19536         * compface.el (uncompface): Make sure the eol conversion doesn't take
19537         place when communicating with the external programs.
19538         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19539
19540 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19541
19542         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19543
19544 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19545
19546         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19547         Make it more robust by parsing author and date independently.
19548
19549 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19550
19551         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19552
19553 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19554
19555         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19556         first matching secret key.
19557         (mml2015-epg-encrypt): Ditto.
19558
19559         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19560         first matching secret key.
19561         (mml1991-epg-encrypt): Ditto.
19562
19563         * mml2015.el (mml2015-encrypt-to-self): New user option.
19564         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19565         mml2015-epg-encrypt-to-self is set.
19566
19567         * mml1991.el (mml1991-encrypt-to-self): New variable.
19568         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19569         mml1991-epg-encrypt-to-self is set.
19570
19571         * mml2015.el (mml2015-signers): New user option.
19572         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19573         (mml2015-epg-encrypt): Allow to select signing keys.
19574
19575         * mml1991.el (mml1991-signers): New variable.
19576         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19577         (mml1991-epg-encrypt): Allow to select signing keys.
19578
19579 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19580
19581         * nnheader.el (nnheader-insert-head): Make it work even if the file
19582         uses CRLF for the line-break code.
19583
19584 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19585
19586         * mml2015.el: Require mml-sec instead of password.
19587         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19588         (mml2015-cache-passphrase): Inherit the default value from
19589         mml-secure-cache-passphrase.
19590         (mml2015-passphrase-cache-expiry): Inherit the default value from
19591         mml-secure-passphrase-cache-expiry.
19592
19593         * mml1991.el: Require mml-sec instead of password.
19594         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19595         (mml1991-cache-passphrase): Inherit the default value from
19596         mml-secure-cache-passphrase.
19597         (mml1991-passphrase-cache-expiry): Inherit the default value from
19598         mml-secure-passphrase-cache-expiry.
19599
19600         * mml-sec.el: Require password.
19601         (mml-secure-verbose): New user option.
19602         (mml-secure-cache-passphrase): New user option.
19603         (mml-secure-passphrase-cache-expiry): New user option.
19604
19605 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19606             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19607
19608         * pgg-def.el (pgg-truncate-key-identifier):
19609         Truncate the key ID to 8 letters from the end.
19610
19611 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19612
19613         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19614         workaround for the url package included with Emacs.
19615
19616         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19617
19618 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19619
19620         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19621         correctly.  This fixes a bug caused by the 2006-05-12 change.
19622
19623 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19624
19625         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19626         some information about the error when saying that the `bogus' mail
19627         group will be used.
19628
19629 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19630
19631         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19632         string.
19633
19634 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19635
19636         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19637
19638 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19639
19640         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19641
19642 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19643
19644         * mml1991.el (mml1991-function-alist): Add epg.
19645         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19646         (mml1991-epg-encrypt): New functions.
19647
19648 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19649
19650         * mml2015.el (mml2015-verbose): New variable.
19651         (mml2015-cache-passphrase): Ditto.
19652         (mml2015-passphrase-cache-expiry): Ditto.
19653         (mml2015-function-alist): Add epg.
19654         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19655         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19656         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19657         New functions.
19658
19659 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19660
19661         * message.el (message-cite-original-1): Preserve region when removing
19662         quoted text due to X-No-Archive in order to avoid bogus attribution
19663         when citing multiple messages.
19664
19665 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19666
19667         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19668         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19669
19670 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19671
19672         * gnus-diary.el (gnus-user-format-function-d)
19673         (gnus-user-format-function-D): Autoload.
19674
19675         * imap.el (Commentary): Fix typo.
19676
19677         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19678         2006-04-22 contribution.
19679
19680 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19681
19682         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19683         It didn't really fix the bogosity I'm seeing with solid web groups.
19684
19685 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19686
19687         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19688         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19689         created using server names.  If we use the feature without declaring
19690         it, Gnus does not properly manage server and group state.
19691
19692         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19693         bound.
19694
19695 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19696
19697         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19698         looking up the method using GROUP's prefix before inventing a new one.
19699         It is used on killed/unknown groups in various places where returning
19700         an all-new method isn't expected by the caller.
19701
19702         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19703         and match semantics of gnus-group-real-prefix.
19704
19705 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19706
19707         * nnmail.el (nnmail-broken-references-mailers): New variable.
19708         (nnmail-ignore-broken-references): New function generalizing
19709         nnmail-fix-eudora-headers.
19710         (nnmail-fix-eudora-headers): Now obsolete.
19711
19712         * gnus-art.el (gnus-button-handle-custom):
19713         Support `customize-apropos*'.
19714
19715 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19716
19717         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19718
19719         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19720         articles.
19721
19722 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19723
19724         * message.el (message-cite-reply-above): New variable.
19725         (message-yank-original): Use it.
19726
19727 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19728
19729         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19730
19731 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19732
19733         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19734         as read.
19735
19736         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19737
19738 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19739
19740         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19741         (gnus-bookmark-default-file): Use gnus-directory.
19742         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19743         Remove "*" in doc string.
19744         (gnus-bookmark-write-file): Simplify.
19745         (gnus-bookmark-maybe-sort-alist): Use `when'.
19746         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19747         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19748         Add FIXME about Emacs 21 and XEmacs compatibility.
19749         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19750         compatibility.
19751         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19752         compatibility.
19753         (gnus-bookmark-menu-heading): Fix version.
19754
19755 2006-06-19  Bastien Guerry  <bzg@altern.org>
19756
19757         * gnus-bookmark.el: New file.
19758
19759 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19760
19761         * message.el (message-syntax-checks): Doc fix.
19762
19763 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19764
19765         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19766         unsubscribed groups as if they were killed ones.  It causes duplicate
19767         entries in gnus-newsrc-alist.
19768
19769 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19770
19771         * message.el (message-syntax-checks): Doc fix.
19772         (message-send-mail): Add check for continuation headers.
19773         (message-check-news-header-syntax): Fix regexp used to check for
19774         continuation headers.
19775
19776 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19777
19778         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19779
19780 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19781
19782         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19783
19784 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19785
19786         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19787         default-truncate-lines.
19788
19789 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19790
19791         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19792         to fill the utf-8 entry.
19793
19794         * lpath.el: Fbind unicode-precedence-list.
19795
19796 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19797
19798         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19799
19800 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19801
19802         * gnus-agent.el (directory-files-and-attributes): Move all the way
19803         forward (the third and final move).
19804         (gnus-agent-read-agentview): Trap reconstruction errors due to
19805         nonexistent directory.  Handle by returning nil.
19806
19807 2006-05-30  Didier Verna  <didier@xemacs.org>
19808
19809         * message.el (message-dont-reply-to-names): Update the custom type.
19810         * message.el (message-dont-reply-to-names): New defsubst: potentially
19811         convert a list of regexps into a single one.
19812         * message.el (message-get-reply-headers): Use it.
19813         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19814
19815 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19816
19817         * gnus-agent.el (directory-files-and-attributes): Move forward.
19818
19819 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19820
19821         * gnus-ml.el (gnus-mailing-list-subscribe)
19822         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19823         (gnus-mailing-list-message): Fix doc strings.
19824
19825 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19826
19827         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19828         of doing it manually.
19829
19830 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19831
19832         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19833         comment.
19834
19835 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19836
19837         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19838         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19839         (gnus-agent-read-local): All symbols allocated in my-obarray.
19840         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19841         (gnus-agent-regenerate-group): Check numeric names to see if they are
19842         messages or groups.
19843         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19844         better way of do this...)
19845
19846         * gnus-cache.el (gnus-agent-total-fetched-for):
19847         Ignore 'dummy.group' (there should be a better way of do this...)
19848
19849 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19850
19851         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19852         (gnus-saved-headers): Ditto.
19853         (gnus-default-article-saver): Mention functions may have properties.
19854         (gnus-article-save): Override gnus-save-all-headers and
19855         gnus-saved-headers by :headers property which saver function may have.
19856         (gnus-summary-save-in-file): Add :headers property.
19857         (gnus-summary-write-to-file): Ditto.
19858
19859         * gnus-sum.el (gnus-summary-save-article): Bind
19860         gnus-prompt-before-saving to t when saving many articles in a file;
19861         always show all headers.
19862
19863         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19864
19865 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19866
19867         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19868         marks.
19869
19870         * message.el (message-indent-citation): Add optional arguments to allow
19871         using it outside of message buffers.
19872
19873         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19874         (gnus-article-treat-unfold-headers): Use it.
19875         (gnus-article-truncate-lines): New variable.
19876         (gnus-article-mode): Use it.
19877         (gnus-article-toggle-truncate-lines): New function.
19878
19879         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19880         Add gnus-article-toggle-truncate-lines.
19881
19882         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19883         coding system in XEmacs, use binary.
19884
19885 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19886
19887         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19888         after-load-alist.
19889
19890         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19891         this function should save decoded articles.
19892         (gnus-summary-write-to-file): Use property to specify this function
19893         should save decoded articles and specify gnus-summary-save-in-file
19894         should be used to save articles other than the first one when saving
19895         many articles.
19896         (gnus-summary-save-body-in-file): Use property to specify this
19897         function should save decoded articles.
19898         (gnus-summary-write-body-to-file): Use property to specify this
19899         function should save decoded articles and specify
19900         gnus-summary-save-body-in-file should be used to save articles other
19901         than the first one when saving many articles.
19902
19903         * gnus-sum.el (gnus-summary-save-article): Simplify.
19904
19905 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19906
19907         * gnus-art.el (gnus-default-article-saver):
19908         Add gnus-summary-write-body-to-file.
19909         (gnus-article-save-coding-system): Don't use coding system object
19910         in XEmacs.
19911         (gnus-read-save-file-name): Add optional `dir-var' argument which
19912         specifies directory in which files are saved; work even if optional
19913         `variable' argument is not specified.
19914         (gnus-summary-write-to-file): Read file name.
19915         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19916         (gnus-summary-write-body-to-file): New function.
19917
19918         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19919         (gnus-summary-local-variables): Add it.
19920         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19921         (gnus-summary-save-article): Remove optional `decode' argument;
19922         determine whether to decode articles by the value of
19923         gnus-default-article-saver; when saving many files using
19924         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19925         it first and use gnus-summary-save-in-file or
19926         gnus-summary-save-body-in-file thereafter unless
19927         gnus-prompt-before-saving is always; move point to article which
19928         will be saved.
19929         (gnus-summary-save-article-file): Revert.
19930         (gnus-summary-write-article-file): Revert.
19931         (gnus-summary-save-article-body-file): Revert.
19932         (gnus-summary-write-article-body-file): New function.
19933
19934 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19935
19936         * gnus-art.el (gnus-default-article-saver): Doc fix.
19937         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19938         from gnus-summary-save-article-coding-system, and default to a
19939         certain coding system.
19940         (gnus-output-to-file): Add coding cookie and encode text according
19941         to gnus-article-save-coding-system; don't use mm-append-to-file.
19942
19943         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19944         gnus-art.el and rename to gnus-article-save-coding-system.
19945         (gnus-summary-save-article): Require gnus-art; don't show all
19946         headers if it decodes articles; don't add coding cookie here;
19947         don't bind mm-text-coding-system-for-write.
19948         (gnus-summary-save-article-file): Save decoded articles.
19949         (gnus-summary-write-article-file): When saving many files, use
19950         gnus-summary-write-to-file first and gnus-summary-save-in-file
19951         thereafter unless gnus-prompt-before-saving is always.
19952         (gnus-summary-save-article-body-file): Save decoded articles.
19953
19954         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19955
19956 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19957
19958         * nnrss.el (nnrss-check-group): Bind hash-index.
19959
19960 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19961
19962         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19963         its hash index.  Store this hash in `nnrss-group-data'.
19964         (nnrss-read-group-data): Update accordingly.
19965
19966 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19967
19968         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19969         entry.
19970
19971         * gnus-sum.el (gnus-summary-make-menu-bar):
19972         Add gnus-article-browse-html-article.
19973
19974 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19975
19976         * gnus-sum.el (gnus-summary-mime-map):
19977         Add gnus-article-browse-html-article.
19978
19979         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19980
19981 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19982
19983         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19984         suitable coding systems in customize.
19985
19986 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19987
19988         * mail-source.el (mail-sources): Fix custom type.
19989
19990 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19991
19992         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19993         (gnus-summary-expire-articles-now): Shorten prompt.
19994
19995         * gmm-utils.el (wid-edit): Require.
19996         (defun-gmm): Rename from `gmm-defun-compat'.
19997         (gmm-image-search-load-path): Use it.
19998         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19999
20000 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20001
20002         * gnus-sum.el (gnus-summary-save-article-coding-system):
20003         New variable.
20004         (gnus-summary-save-article): Add optional `decode' argument.
20005         If it is set and gnus-summary-save-article-coding-system is non-nil,
20006         save decoded article.
20007         (gnus-summary-write-article-file): Save decoded article if
20008         gnus-summary-save-article-coding-system is non-nil.
20009
20010         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
20011         type.
20012
20013 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20014
20015         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
20016
20017 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20018
20019         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
20020         first to test gnus-single-article-buffer which may be buffer-local.
20021
20022         * gnus-sum.el (gnus-summary-setup-buffer):
20023         Make gnus-single-article-buffer buffer-local and nil in ephemeral
20024         group; make gnus-article-buffer, gnus-article-current, and
20025         gnus-original-article-buffer always buffer-local.
20026         (gnus-summary-exit): Kill article buffer belonging to ephemeral
20027         group.
20028         (gnus-handle-ephemeral-exit): Don't move to next summary line.
20029
20030 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
20031
20032         * nnml.el (nnml-request-compact-group): Compressed files might not
20033         have .gz extension.
20034
20035 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20036
20037         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
20038         (mm-copy-to-buffer): Use with-current-buffer.
20039         (mm-display-part): Simplify.
20040         (mm-inlinable-p): Add optional arg `type'.
20041
20042 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20043
20044         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
20045         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
20046         Try harder to show the attachment internally or externally using
20047         gnus-mime-view-part-as-type.
20048
20049 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
20050
20051         * message.el (message-from-style, message-signature-separator)
20052         (message-user-organization-file, message-send-mail-function)
20053         (message-citation-line-function, message-yank-prefix)
20054         (message-indent-citation-function, message-signature)
20055         (message-signature-file, message-signature-insert-empty-line):
20056         Remove autoloads.
20057
20058         * gnus-art.el (gnus-buttonized-mime-types):
20059         Remove "multipart/signed".  Revert 2006-04-26 change.
20060
20061 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20062
20063         * gnus.el (gnus-version-number): Bump version.
20064
20065 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20066
20067         * gnus.el: No Gnus v0.5 is released.
20068
20069 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20070
20071         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
20072         fetching articles by message-id.
20073
20074 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20075
20076         * message.el (hashcash): Require hashcash as normal.
20077
20078         * ecomplete.el (ecomplete-highlight-match-line):
20079         Use point-at-eol.
20080         (ecomplete-highlight-match-line): Use `highlight', because that
20081         face exists in both Emacs and XEmacs.
20082
20083         * message.el (message-display-abbrev): Use point-at-bol.
20084
20085         * mail-source.el: Don't require timer/timer-funcs.
20086
20087         * gnus-async.el: Ditto.
20088
20089         * password.el: Ditto.
20090
20091         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20092
20093         * mm-url.el: Ditto.
20094
20095         * gnus-xmas.el: Don't require timer-funcs.
20096
20097         * mm-util.el: Require timer/timer-funcs.
20098
20099 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20100
20101         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20102         Close.
20103
20104 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20105
20106         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20107         unibyte after clear-decrypt function runs.
20108
20109         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20110         returns as a unibyte string.
20111
20112 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20113
20114         * lpath.el: Revert.
20115
20116         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20117         (pgg-gpg-process-sentinel): Revert.
20118
20119         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20120         (pgg-pgp-lookup-key): Revert.
20121
20122         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20123         (pgg-pgp5-lookup-key): Revert.
20124
20125         * pgg.el (pgg-fetch-key): Revert.
20126
20127 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20128
20129         * lpath.el: Fbind string-as-multibyte for XEmacs.
20130
20131         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20132         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20133         (mml1991-pgg-encrypt): Ditto.
20134
20135         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20136         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20137         a multibyte buffer.
20138
20139         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20140         (pgg-pgp-lookup-key): Ditto.
20141
20142         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20143         (pgg-pgp5-lookup-key): Ditto.
20144
20145         * pgg.el (pgg-fetch-key): Ditto.
20146
20147 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20148
20149         * message.el (message-user-organization-file): Check several
20150         locations of the organization file.
20151
20152         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20153         Add gnus-article-view-part-as-type.
20154
20155         * gnus-art.el (gnus-article-view-part-as-type): New function.
20156
20157         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20158         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20159
20160         * mml.el: Simplify autoload.
20161         (mml-mode): defvar dnd-protocol-alist instead of using
20162         symbol-value.
20163         (mml-default-directory): New variable.
20164         (mml-minibuffer-read-file): Use it.
20165         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20166
20167         * message.el (message-citation-line-format): New variable.
20168         (message-insert-formated-citation-line): New function.
20169         (message-citation-line-function):
20170         Add `message-insert-formated-citation-line' to custom type.
20171
20172         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20173         to doc string.
20174
20175         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20176         depending on mm-verify-option.
20177
20178 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20179
20180         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20181         binding pgg-* variables; reimplement the section which prevents
20182         MIME header from being signed.
20183         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20184         pgg-text-mode; remove a blank line at the top of body.
20185
20186         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20187         lines at the top of body; use gnus-newsgroup-charset if there's no
20188         Charset header.
20189
20190 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20191
20192         * message.el (message-self-insert-commands): Doc fix.
20193
20194         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20195         (mm-uu-pgp-encrypted-test): Ditto.
20196         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20197         between header and body; return application/pgp-encrypted handle
20198         if decryption failed; decode decrypted body by charset.
20199
20200         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20201         element match to application/pgp-*.
20202
20203 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20204
20205         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20206         HTML.
20207
20208 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20209
20210         * mail-source.el (mail-source-call-script): Message the error
20211         string.
20212
20213 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20214
20215         * gnus-util.el (gnus-byte-compile): Use it.
20216
20217 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20218
20219         * gnus-util.el (kill-empty-logs): New function.
20220
20221 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20222
20223         * message.el (message-mail-alias-type): Doc fix.
20224         (message-mail-alias-type-p): New function.
20225         (message-send): Use it.
20226         (message-mode): Ditto.
20227         (message-strip-forbidden-properties): Ditto.
20228
20229         * ecomplete.el (ecomplete-database-file-coding-system):
20230         New variable.
20231         (ecomplete-save): Use it.
20232         (ecomplete-setup): Use it.
20233
20234 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20235
20236         * message.el (message-self-insert-commands): New variable.
20237         (message-strip-forbidden-properties): Use it.
20238
20239 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20240
20241         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20242         that doesn't make XEmacs choke.
20243
20244 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20245
20246         * gnus-util.el (gnus-replace-in-string):
20247         Prefer replace-regexp-in-string over of replace-in-string.
20248
20249 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20250
20251         * gnus-util.el (gnus-select-frame-set-input-focus):
20252         Use select-frame-set-input-focus if it is available in XEmacs; use
20253         definition defined in Emacs 22 for old Emacsen.
20254
20255         * dgnushack.el: Autoload unmorse-region for XEmacs.
20256
20257         * lpath.el: Bind cursor-in-non-selected-windows and
20258         select-frame-set-input-focus for XEmacs.
20259
20260 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20261
20262         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20263
20264 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20265
20266         * gnus-registry.el (gnus-registry-cache-save): Remove text
20267         properties when saving via the temp buffer.
20268
20269 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20270
20271         * message.el (message-generate-hashcash): Honor custom type.
20272
20273 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20274
20275         * message.el (message-generate-hashcash): Default to non-nil when
20276         hashcash is found.
20277
20278         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20279         (gnus-refer-thread-limit): Increase default to 500.
20280
20281         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20282
20283         * flow-fill.el (fill-flowed): Allow delete-space.
20284
20285 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20286
20287         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20288         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20289         Remove autoloads.
20290
20291 2006-04-18  Simon Josefsson  <jas@extundo.com>
20292
20293         * message.el (message-generate-hashcash): Default to.
20294
20295 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20296
20297         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20298         concatenating segments rather than before concatenating them.
20299
20300 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20301
20302         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20303
20304 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20305
20306         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20307
20308         * message.el (message-forward-make-body-plain):
20309         Allow message-forward-ignored-headers to be a list.
20310         (message-remove-ignored-headers): Factor out into function.
20311         (message-forward-make-body-mml): Use it.
20312
20313         * imap.el (imap-quote-specials): New function.
20314         (imap-login-auth): Quote specials.
20315
20316         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20317         (rfc2231-parse-string): Allow concatanation of parameters that
20318         aren't contiguous.  The test case is
20319           (mail-header-parse-content-type "message/external-body;
20320             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20321             access-type=LOCAL-FILE;
20322             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20323
20324 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20325
20326         * nntp.el (nntp-accept-process-output): Return the value of
20327         `nnheader-accept-process-output'.
20328
20329 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20330
20331         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20332         (gnus-button-alist): Recognize more diff formats.
20333         (gnus-button-patch): Strip directory.
20334
20335 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20336
20337         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20338         Emacs 22 when setting focus.
20339
20340 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20341
20342         * gnus-art.el (gnus-article-treat-types): Do treatment of
20343         text/x-verbatim parts.
20344         (gnus-button-patch): New command.
20345
20346         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20347         addresses that contain invalid characters.
20348
20349 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20350
20351         * message.el (message-put-addresses-in-ecomplete):
20352         Use gnus-replace-in-string.
20353         (message-is-yours-p): Use the more correct
20354         mail-header-parse-address instead of
20355         mail-extract-address-components.
20356         (message-put-addresses-in-ecomplete): Fix typo.
20357
20358         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20359         keystroke.
20360
20361         * gnus-art.el (gnus-treatment-function-alist): Change order of
20362         newsgroups/generic header folding to avoid double-folding.
20363
20364         * message.el (message-hidden-headers): Add X-Draft-From.
20365
20366         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20367         New command.
20368         (gnus-summary-repeat-search-article-backward): New command.
20369
20370         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20371         groups in the parent topic.
20372
20373 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20374
20375         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20376         (spam-extra-header-to-number): Return the CRM114 number as a
20377         number instead of a string.
20378
20379 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20380
20381         * gnus-art.el (gnus-face-properties-alist): Move here from
20382         gnus-fun.
20383
20384         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20385
20386 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20387
20388         * message.el (message-strip-forbidden-properties): Only display on
20389         self-insert-command.
20390
20391         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20392         reindent.
20393         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20394
20395 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20396
20397         * smiley.el (smiley-style): Fix typo.
20398
20399 2006-03-23  Kenichi Handa  <handa@m17n.org>
20400
20401         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20402         instead of set-buffer-multibyte.
20403
20404 2006-03-23  Kenichi Handa  <handa@m17n.org>
20405
20406         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20407         buffer and then decode the buffer text if necessary.
20408         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20409         first, and after mm-encode-body, change the buffer to unibyte.
20410
20411 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20412
20413         * hashcash.el (hashcash-insert-payment-async-2):
20414         Use message-goto-eoh instead of doing it manually.
20415         (mail-add-payment): Use message-narrow-to-header instead of trying
20416         to do the same itself.
20417
20418         * message.el (message-hidden-headers): Add Face.
20419
20420         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20421         reparenting code.
20422         (gnus-summary-reparent-children): Refactored out code.
20423         (gnus-summary-thread-map): New keystroke.
20424         (gnus-summary-reparent-children): Make into command.
20425
20426         * smiley.el (smiley-style): Default to `medium' if using a large
20427         font.
20428
20429         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20430         does it itself.
20431
20432         * message.el (message-point-in-header-p): Simplify definition.
20433
20434 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20435
20436         * nnagent.el (nnagent-request-set-mark): Silence log file
20437         writing.
20438         (nnagent-request-set-mark): Use write-region instead of
20439         append-to-file.
20440
20441         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20442         strange select method.
20443
20444         * ecomplete.el (ecomplete-display-matches): Get highlightling
20445         right.
20446         (ecomplete-display-matches): Use literals.
20447         (ecomplete-display-matches): Disable message logging.
20448
20449         * message.el (message-display-abbrev): Small optimization.
20450
20451         * ecomplete.el (ecomplete-display-matches): Allow automatic
20452         display.
20453
20454         * message.el (message-strip-forbidden-properties):
20455         Display abbrevs.
20456         (message-display-abbrev): Get automatic display right.
20457
20458         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20459         keystrokes.
20460
20461 2006-04-13  Romain Francoise  <romain@orebokech.com>
20462
20463         TODO: Backport to v5-10!
20464
20465         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20466         Move here (and rename) from gnus-registry.el.
20467
20468         * gnus-registry.el: Require gnus-util.
20469         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20470
20471 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20472
20473         * gnus-group.el (gnus-group-catchup-current):
20474         Change if-then-else-if-then-else into cond.
20475         (gnus-group-catchup): Indent.
20476         (group-name-at-point): New function.
20477         (gnus-fetch-group): Provide default from thing at point.
20478
20479 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20480
20481         * message.el (message-display-abbrev): Fix regexp.
20482
20483         * ecomplete.el (ecomplete-highlight-match-line):
20484         Reimplement choosing.
20485         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20486         dead variables.
20487
20488         * message.el (message-newline-and-indent): Remove debugging.
20489         (message-display-abbrev): Use new implementation.
20490
20491 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20492
20493         * gnus-art.el (gnus-article-mode):
20494         Set cursor-in-non-selected-windows to nil.
20495
20496         * smiley.el: Revert previous change.
20497         (smiley-data-directory): defvar it before using it in the
20498         defcustom of `smiley-style'.
20499
20500 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20501
20502         * message.el (message-newline-and-indent): New function.
20503
20504         * ecomplete.el: Implement more bits.
20505
20506         * message.el (message-put-addresses-in-ecomplete): Clean up the
20507         string.
20508
20509         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20510
20511         * gnus-sum.el (gnus-summary-save-parts):
20512         Bind gnus-summary-save-parts-counter and use it to make unique file
20513         names.
20514
20515         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20516
20517         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20518         parameter to say whether to actually parse the individual
20519         addresses.
20520
20521         * message.el (message-put-addresses-in-ecomplete): New function.
20522         (ecomplete): Require.
20523         (message-mail-alias-type): Add ecomplete as an option.
20524
20525 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20526
20527         * flow-fill.el (fill-flowed): Remove trailing space from blank
20528         quoted lines.
20529
20530 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20531
20532         * smiley.el (smiley-style): Move definition later to avoid a
20533         compilation warning.
20534
20535 2006-04-12  Kenichi Handa  <handa@m17n.org>
20536
20537         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20538         buffer and then decode the buffer text if necessary.
20539         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20540         first, and after mm-encode-body, change the buffer to unibyte.
20541         Use mm-disable-multibyte instead of set-buffer-multibyte.
20542
20543 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20544
20545         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20546         Content-Type header instead of Content-Disposition header.
20547         (gnus-mime-inline-part): Ditto.
20548         (gnus-mime-view-part-as-charset): Ignore charset that the part
20549         specifies.
20550
20551         * mm-decode.el (mm-display-part): Work with external parts and
20552         usual parts similarly.
20553
20554         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20555         instead of gnus-display-mime.
20556
20557         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20558         instead of with-temp-buffer.
20559
20560         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20561         tag to summarized topics part in order to encode non-ASCII text.
20562
20563 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20564
20565         * smiley.el (smiley-style): New variable.
20566         (smiley-directory): New function.
20567         (smiley-data-directory): Derive from `smiley-style' using
20568         `smiley-directory'.
20569         (smiley-regexp-alist): Add new entries.
20570
20571         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20572         (gnus-article-browse-delete-temp): Add :version.
20573
20574 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20575
20576         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20577         the sieve region.
20578
20579 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20580
20581         * gnus.el (gnus-version-number): Bump version.
20582
20583 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20584
20585         * gnus.el: No Gnus v0.4 is released.
20586
20587 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20588
20589         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20590         layout.
20591
20592         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20593         unknown charset.
20594
20595         * message.el (message-header-synonyms): Add Original-To to the
20596         default.
20597
20598         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20599         optional parameter.
20600
20601 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20602
20603         * gnus-fun.el (gnus): Require it for gnus-directory.
20604
20605 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20606
20607         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20608
20609 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20610
20611         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20612
20613 2006-04-05  Simon Josefsson  <jas@extundo.com>
20614
20615         * password.el (password-reset): New function.
20616
20617 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20618
20619         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20620         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20621
20622 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20623
20624         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20625         Some whitespace was matched into the url, which broke browsing hits
20626         > 100 when mm-url-use-external was nil.
20627
20628 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20629
20630         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20631         Check gnus-extra-headers for 'Newsgroups.
20632
20633         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20634         bound.
20635
20636 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20637
20638         * pgg-gpg.el: Clean up process buffers every time gpg processes
20639         complete.
20640
20641 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20642
20643         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20644         doc string.
20645
20646 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20647
20648         * pgg-gpg.el (pgg-gpg-process-filter)
20649         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20650
20651         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20652         lines, temporary fix.
20653
20654 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20655
20656         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20657
20658 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20659
20660         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20661         default-enable-multibyte-characters.  This reverts the change from
20662         revision 6.17 which is no longer necessary because the passphrase
20663         is sent separately now.  GnuPG messages are unreadable under
20664         multibyte locales with default-enable-multibyte-characters set to
20665         nil.
20666
20667 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20668
20669         * message.el (message-tool-bar-gnome): Move "spell".
20670
20671 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20672
20673         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20674         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20675         instead.
20676
20677 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20678
20679         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20680         Improve newsgroups handling for NNTP overviews which don't include
20681         Newsgroups.
20682
20683 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20684
20685         * message.el (message-resend): Bind message-generate-hashcash to nil.
20686
20687 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20688
20689         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20690         when searching for already-paid recipients.
20691
20692 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20693
20694         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20695         passphrases when it is not needed.
20696         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20697         passphrase stuff from gpg, should only be necessary when you use
20698         gpg with a smartcard.
20699
20700 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20701
20702         * mml.el (mml-insert-mime): Ignore cached contents of
20703         message/external-body part.
20704
20705         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20706         (mm-insert-part): Ditto.
20707
20708 2006-03-23  Simon Josefsson  <jas@extundo.com>
20709
20710         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20711         Reiner.
20712         (pgg-gpg-use-agent-p): Use it again.
20713
20714 2006-03-23  Simon Josefsson  <jas@extundo.com>
20715
20716         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20717         older emacsen.
20718         (pgg-gpg-use-agent-p): Don't use it.
20719
20720 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20721
20722         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20723         if we can.
20724
20725 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20726
20727         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20728         (pgg-gpg-update-agent): New function.
20729         (pgg-gpg-use-agent-p): New function.
20730         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20731         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20732         (pgg-gpg-sign-region): Use it.
20733
20734 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20735
20736         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20737         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20738
20739 2006-03-21  Simon Josefsson  <jas@extundo.com>
20740
20741         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20742         <wilde@sha-bang.de>.
20743         (pgg-gpg-use-agent): New variable.
20744         (pgg-gpg-process-region): Use it.
20745         (pgg-gpg-encrypt-region): Likewise.
20746         (pgg-gpg-encrypt-symmetric-region): Likewise.
20747         (pgg-gpg-decrypt-region): Likewise.
20748         (pgg-gpg-sign-region): Likewise.
20749         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20750
20751 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20752
20753         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20754
20755         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20756         Add comment on version.
20757
20758 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20759
20760         * smiley.el: Add missing test smiley.
20761
20762 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20763
20764         * mm-decode.el (mm-with-part): New macro.
20765         (mm-get-part): Use it; work with message/external-body as well.
20766         (mm-save-part): Treat name and filename equally.
20767
20768         * mm-extern.el (mm-extern-cache-contents): New function.
20769         (mm-inline-external-body): Use it; force the part to be displayed;
20770         move undisplayer added to the cached handle to the parent.
20771
20772         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20773         (gnus-mime-view-part-as-type): Work with message/external-body.
20774
20775         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20776
20777 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20778
20779         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20780         images in image-load-path.  [Sync with image.el, revision 1.60, in
20781         Emacs.]
20782
20783 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20784
20785         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20786         path rather than symbol.  Always return list of directories.
20787         Guarantee that image directory comes first.  [Sync with image.el,
20788         revision 1.59, in Emacs.]
20789
20790         * message.el (message-make-tool-bar): Adjust to new API of
20791         `gmm-image-load-path-for-library'.
20792
20793         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20794
20795         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20796
20797 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20798
20799         * gnus-art.el (gnus-article-only-boring-p):
20800         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20801         intangible text.
20802         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20803
20804 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20805
20806         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20807         Use `defun' instead of `gmm-defun-compat'.
20808
20809 2006-03-14  Simon Josefsson  <jas@extundo.com>
20810
20811         * message.el (message-unique-id): Don't use message-number-base36
20812         if (user-uid) is a float.
20813         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20814
20815 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20816
20817         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20818
20819         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20820         empty line between a part and a message part.
20821
20822 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20823
20824         * smiley.el: Add more test smileys.
20825         (smiley-data-directory, smiley-regexp-alist)
20826         (gnus-smiley-file-types): Fix doc strings.
20827         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20828         adding new elements.
20829         (smiley-mouse-map): Unused code.  Make it a comment.
20830
20831 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20832
20833         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20834         scan latest NoCeM messages instead of old ones.
20835         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20836         delimiters that are recently used.
20837         (gnus-nocem-load-cache): Add autoload cookie.
20838
20839         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20840
20841         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20842         level which is larger than gnus-use-nocem is specified.
20843
20844         * gnus-group.el (gnus-group-get-new-news): Ditto.
20845
20846 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20847
20848         * gnus-util.el (gnus-tool-bar-update): New function.
20849
20850         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20851         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20852
20853         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20854
20855         * gnus-group.el (gnus-group-redraw-when-idle)
20856         (gnus-group-redraw-check): Remove.
20857         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20858
20859 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20860
20861         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20862         if optional last element is specified in splits (FIELD VALUE...).
20863
20864 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20865
20866         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20867         to gmm-image-load-path-for-library.  Call with no-error argument.
20868         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20869
20870         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20871
20872         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20873
20874         * gmm-utils.el (gmm-image-load-path): Remove alias.
20875
20876 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20877
20878         * gmm-utils.el (gmm-image-load-path): Add alias.
20879
20880         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20881         nnml-generate-nov-databases-1.
20882         (nnml-generate-nov-databases): Use it.
20883         (nnml-generate-nov-databases-directory): Document no-active
20884         argument.
20885
20886         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20887         directory if path is t.  Add no-error.
20888
20889         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20890         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20891
20892         * gnus-art.el (gnus-article-browse-delete-temp-files):
20893         Simplify resetting gnus-article-browse-html-temp-list.
20894
20895         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20896         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20897         Add example to docstring.  Rename local variables.  Move error
20898         checks to default case in cond and simplify.
20899
20900 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20901
20902         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20903         handle is multipart when calling it recursively.
20904         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20905
20906 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20907
20908         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20909         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20910
20911 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20912
20913         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20914         is loaded.
20915
20916         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20917         loaded.
20918
20919 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20920
20921         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20922         to "Emacs 23 (unicode)" in doc string.
20923
20924         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20925         "Emacs 23 (unicode)" in comment.
20926
20927 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20928
20929         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20930
20931         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20932         characters 160 through 255 in Emacs 23.
20933
20934 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20935
20936         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20937         gnus-article-browse-html-temp.
20938         (gnus-article-browse-delete-temp): Make it customizable.
20939         Add `file'.  Adjust doc string.
20940         (gnus-article-browse-delete-temp-files): Add argument.
20941         Allow query for each file.  Adjust doc string.
20942         (gnus-article-browse-html-parts):
20943         Add `gnus-article-browse-delete-temp-files' to
20944         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20945
20946 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20947
20948         * gnus-art.el (gnus-article-browse-html-temp)
20949         (gnus-article-browse-delete-temp): New variables.
20950         (gnus-article-browse-delete-temp-files): New function.
20951         (gnus-article-browse-html-parts): Use it.
20952
20953 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20954
20955         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20956
20957         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20958         string.
20959
20960         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20961         gnus-summary-insert-new-articles when unplugged.
20962         Remove gnus-summary-search-article-forward.
20963
20964         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20965         display-visual-class instead of display-color-cells.
20966
20967 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20968
20969         * dgnushack.el: Autoload customize-group for XEmacs.
20970
20971         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20972         message/* containing non-ASCII text properly.
20973
20974 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20975
20976         * message.el: Require gmm-utils, remove autoloads.
20977         (message-tool-bar): Set default based on
20978         gmm-tool-bar-style.
20979         (message-tool-bar-gnome): Add gmm-customize-mode.
20980
20981         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20982         gmm-tool-bar-style.
20983         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20984
20985         * gnus-group.el (gnus-group-tool-bar): Set default based on
20986         gmm-tool-bar-style.
20987         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20988
20989         * gmm-utils.el (gmm-image-directory): Rename variable from
20990         gmm-image-load-path.
20991         (gmm-image-load-path): Use gmm-image-directory.
20992         (gmm-customize-mode): New function.
20993         (gmm-tool-bar-style): New variable.
20994
20995         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20996         gnus-group-redraw-line-number.
20997         (gnus-group-redraw-check): Simplify.
20998         (gnus-group-tool-bar-update): Remove redraw check.
20999         (gnus-group-make-tool-bar): Add redraw check.
21000
21001 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
21002
21003         * gnus-art.el (gnus-button): Add missing parentheses.
21004
21005 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21006
21007         * lpath.el: Fbind line-number-at-pos.
21008
21009 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21010
21011         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
21012
21013 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21014
21015         * gnus-art.el (gnus-button): New face.
21016         (gnus-article-button-face): Use it.
21017
21018         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21019         Add gnus-summary-next-page.  Re-order.
21020
21021         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
21022         next-node are now included.
21023         (gnus-group-redraw-line-number): New internal variable.
21024         (gnus-group-redraw-check): Helper function for updating the tool
21025         bar.
21026         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
21027
21028         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
21029
21030         * spam.el (spam-spamassassin-score-regexp): New internal variable.
21031         (spam-extra-header-to-number, spam-check-spamassassin-headers):
21032         Use it to match format of Spamassassin 3.0 and later.
21033         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
21034         (spam-check-bogofilter)
21035         (spam-bogofilter-register-with-bogofilter): Fix args of
21036         `gnus-error' calls.
21037
21038 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21039
21040         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
21041         unnecessary interaction when sending queued mails.
21042         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
21043
21044 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
21045
21046         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
21047         first or last are nil.
21048
21049 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
21050
21051         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21052
21053 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21054
21055         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
21056
21057 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21058
21059         * dns.el (query-dns): Protect more against buggy tcp output.
21060
21061 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21062
21063         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
21064         nov.php.
21065
21066 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21067
21068         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
21069         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
21070         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
21071         output on the server side.
21072         (nnweb-google-create-mapping): Update regexps and add some
21073         progress indication.
21074
21075 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21076
21077         * gnus-group.el (gnus-group-tool-bar-gnome):
21078         Fix gnus-agent-toggle-plugged.  Re-order icons.
21079         (gnus-group-tool-bar-gnome):
21080         Add gnus-group-{prev,next}-unread-group.
21081         (gnus-group-tool-bar-gnome): Re-order icons.
21082
21083         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21084         Move gnus-summary-insert-new-articles.
21085
21086         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21087         Fix comments.
21088
21089         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21090         also available in Emacs 21.3.
21091
21092         * message.el (message-fix-before-sending): Change "Emacs 22" to
21093         "Emacs 23 (unicode)" in comment.
21094
21095         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21096         "Emacs 23 (unicode)" in comment.
21097
21098         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21099         comment.
21100         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21101
21102         * mm-view.el (mm-fill-flowed): Add :version.
21103
21104 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21105
21106         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21107         and load-path.
21108
21109 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21110
21111         * message.el: Autoload gmm-image-load-path.
21112         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21113         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21114         consitency.
21115
21116         * gmm-utils.el (gmm-image-load-path): Also search in
21117         "../etc/images".  Don't set gmm-image-load-path if we don't find
21118         the image.
21119
21120 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21121
21122         * gmm-utils.el (gmm-image-load-path): Don't make
21123         `gmm-image-load-path' include subdirectories which the second arg
21124         `image' might specify.
21125
21126         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21127         subdirectory to icon file names.
21128
21129         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21130
21131 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21132
21133         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21134         gmm-image-load-path calls.
21135
21136         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21137
21138         * message.el (message-make-tool-bar): Ditto.
21139
21140         * mml.el (mml-preview): Add comment concerning tool bar icons.
21141
21142         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21143         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21144
21145         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21146         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21147
21148         * message.el (message-tool-bar-gnome): Use new icon names.
21149         (message-make-tool-bar): Use `gmm-image-load-path'.
21150
21151         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21152         New functions from MH-E.
21153         (gmm-image-load-path): New variable from MH-E.
21154         (gmm-image-load-path): New function from MH-E.  Add arguments
21155         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21156         *-image-load-path-called-flag.
21157
21158 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21159
21160         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21161
21162 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21163
21164         * nnimap.el (nnimap-request-move-article): Change folder back to
21165         source group before deleting.
21166
21167 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21168
21169         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21170
21171         * gnus-art.el (mm-url-insert-file-contents-external):
21172         Autoload mm-url.
21173
21174         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21175
21176 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21177
21178         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21179         coding system which mm-charset-to-coding-system returns for a
21180         given charset is valid.
21181
21182 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21183
21184         * html2text.el (html2text-remove-tag-list):
21185         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21186
21187 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21188
21189         * gnus-cus.el: Revert 2005-10-17 change.
21190
21191 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21192
21193         * gnus-art.el (article-strip-banner):
21194         Call article-really-strip-banner only when the regexp match is made.
21195
21196 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21197
21198         * gnus-art.el (article-strip-banner):
21199         Use gnus-extract-address-components instead of
21200         mail-header-parse-addresses to make it work with non-ASCII text;
21201         remove mail-encode-encoded-word-string.
21202
21203         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21204         values which are surrounded with \"...\"; make it never cause a
21205         Lisp error; give up parsing of parameters if it failed in
21206         extracting type.
21207
21208 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21209
21210         * smime.el (smime-cert-by-ldap-1): Fix bug where
21211         `smime-ldap-search' returns results without userCertificates.
21212
21213 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21214
21215         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21216
21217 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21218
21219         * spam.el (spam-check-spamassassin-headers): Adapt format for
21220         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21221         <ari@mbf.ocn.ne.jp>.
21222         (spam-list-of-processors): Add spam-use-gmane.
21223
21224 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21225
21226         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21227         make-temp-file; make it work with XEmacs as well.
21228
21229         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21230         mm-make-temp-file.
21231
21232         * mm-decode.el (mm-display-external): Use the 3rd arg of
21233         mm-make-temp-file.
21234         (mm-create-image-xemacs): Ditto.
21235
21236 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21237
21238         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21239         with message-narrow-to-headers.
21240         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21241         (gnus-draft-check-draft-articles): New function.
21242         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21243
21244 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21245
21246         * gnus-art.el (gnus-article-browse-html-parts):
21247         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21248         Don't use suffix argument for mm-make-temp-file for Emacs 21
21249         compatibility.  Remove useless `format'.
21250
21251 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21252
21253         * nnweb.el (nnweb-google-wash-article): Update regexps.
21254         (nnweb-group-alist): Use defvoo instead of defvar.
21255
21256 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21257
21258         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21259         re-loading nn* modules.
21260
21261 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21262
21263         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21264         for `tool-bar-mode' and don't check it's default-value.
21265
21266         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21267
21268         * message.el (message-make-tool-bar): Ditto.
21269
21270         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21271         `substring'.  Shorten tmp-file name.
21272
21273         * gnus.el: Remove bogus comment.
21274
21275 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21276
21277         * gnus-art.el (gnus-article-browse-html-parts): New function.
21278         (gnus-article-browse-html-article): New function for viewing html
21279         articles with a browser.
21280
21281 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21282
21283         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21284         in elisp.
21285         (pgg-gpg-encrypt-symmetric-region): Ditto.
21286         (pgg-gpg-sign-region): Ditto.
21287
21288         * pgg-def.el (pgg-text-mode): New variable.
21289
21290         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21291         (mml2015-pgg-encrypt): Ditto.
21292
21293         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21294         (mml1991-pgg-encrypt): Ditto.
21295
21296 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21297
21298         * nnfolder.el (nnfolder-insert-newsgroup-line):
21299         Use message-make-date instead of current-time-string.
21300
21301         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21302         to gnus-decoded which mm-uu might set.
21303
21304 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21305
21306         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21307         don't decode quoted parameters; remove misimported Emacs code.
21308         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21309         (rfc2231-decode-encoded-string): Don't use split-string which
21310         behaves differently according to Emacs version; use
21311         mm-decode-coding-region to convert charset to coding-system.
21312         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21313         (rfc2231-encode-string): Remove misimported Emacs code.
21314
21315 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21316
21317         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21318         when calling mail-header-parse-content-type.
21319         (article-de-quoted-unreadable): Ditto.
21320         (article-de-base64-unreadable): Ditto.
21321         (article-wash-html): Ditto.
21322
21323         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21324         calling mail-header-parse-content-type and
21325         mail-header-parse-content-disposition.
21326         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21327         mail-header-parse-content-type.
21328
21329         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21330         insert charset and format parameters; encode description after
21331         inserting it to buffer.
21332         (mml-insert-parameter): Fold lines properly even if a parameter is
21333         segmented into two or more lines; change the max column to 76.
21334
21335         * rfc1843.el (rfc1843-decode-article-body): Don't use
21336         ignore-errors when calling mail-header-parse-content-type.
21337
21338         * rfc2231.el (rfc2231-parse-string): Return at least type if
21339         possible; don't cause an error even if it fails in parsing of
21340         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21341         (rfc2231-encode-string): Don't break lines at the beginning, leave
21342         it to mml-insert-parameter.
21343
21344         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21345         calling mail-header-parse-content-type.
21346
21347 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21348
21349         * spam-report.el (spam-report-gmane-use-article-number):
21350         Improve doc string.
21351         (spam-report-gmane-internal): Check if a suitable header was found
21352         in the article.
21353
21354 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21355
21356         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21357         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21358
21359 2006-02-05  Romain Francoise  <romain@orebokech.com>
21360
21361         Update copyright notices of all files in the gnus directory.
21362
21363 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21364
21365         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21366
21367 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21368
21369         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21370         segmented lines of parameter value to cope with Thunderbird 1.5
21371         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21372         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21373         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21374
21375 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21376
21377         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21378         parts.
21379
21380 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21381
21382         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21383         there's only one active file for all servers.
21384         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21385         solid groups.  Gnus might have used a FAST request to select the group.
21386         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21387         and nnweb-search redundantly in the active file.
21388         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21389         (nnweb-request-create-group): Don't use ARGS.
21390         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21391         initializations.  Let nnoo do the work.
21392
21393 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21394
21395         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21396         Say the part has been decoded.
21397
21398         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21399
21400 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21401
21402         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21403         mailcap-viewer-test-cache when there's no 'test clause, since that
21404         will invert the meaning of a "nil" test previously determined by
21405         mailcap-mailcap-entry-passes-test.
21406
21407 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21408
21409         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21410         compiling.
21411
21412         * gnus-sum.el: Ditto.
21413
21414         * message.el: Don't bind tool-bar-map when compiling.
21415
21416 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21417
21418         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21419
21420 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21421
21422         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21423         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21424         current Google Groups.
21425
21426 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21427
21428         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21429         and tool-bar-mode.
21430
21431         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21432         and tool-bar-mode.
21433
21434         * message.el (message-tool-bar-update): Simplify.
21435         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21436
21437         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21438         gnus-summary-buffer.
21439         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21440         gnus-summary-reply.
21441
21442         * gmm-utils.el (gmm): Add :version.
21443
21444 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21445
21446         * Makefile.in (clean): New rule.
21447         (distclean): Use it.
21448
21449 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21450
21451         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21452         Don't autoload.
21453
21454 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21455
21456         * gmm-utils.el (gmm-verbose): Add :group.
21457
21458 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21459
21460         * message.el: Change some comments WRT tool-bars.
21461
21462         * gnus-sum.el (gnus-summary-tool-bar)
21463         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21464         (gnus-summary-tool-bar-zap-list): New variables.
21465         (gnus-summary-make-tool-bar): Complete rewrite using
21466         `gmm-tool-bar-from-list'.
21467
21468         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21469         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21470         New variables.
21471         (gnus-group-make-tool-bar): Complete rewrite using
21472         `gmm-tool-bar-from-list'.
21473         (gnus-group-tool-bar-update): New function.
21474
21475         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21476
21477 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21478
21479         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21480         is dissected into a single part of which the type is the same as
21481         the given one; decode charset.
21482
21483 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21484
21485         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21486         into alists as symbol not string, since that's what
21487         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21488         look for.
21489
21490 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21491
21492         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21493         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21494
21495         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21496
21497 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21498
21499         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21500         (gnus-xmas-mime-security-button-menu): New function.
21501
21502         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21503         (gnus-mime-security-button-menu): New definition.
21504         (gnus-mime-security-button-map): Use them.
21505         (gnus-mime-security-button-menu): New function.
21506         (gnus-insert-mime-security-button): Addition to help echo.
21507         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21508         (gnus-mime-security-pipe-part): New functions.
21509
21510         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21511         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21512
21513         * mm-decode.el (mm-handle-set-disposition): Remove.
21514         (mm-handle-set-description): Remove.
21515
21516 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21517
21518         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21519         (mm-w3m-standalone-supports-m17n-p): New function.
21520         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21521         w3m usage.
21522
21523         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21524         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21525
21526 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21527
21528         * message.el (message-tool-bar-zap-list):
21529         Use gmm-tool-bar-zap-list as custom type.
21530         (message-tool-bar-update): New function.
21531         (message-tool-bar, message-tool-bar-gnome)
21532         (message-tool-bar-retro): Add message-tool-bar-update.
21533         (message-tool-bar-gnome): Add flyspell-buffer.
21534
21535         * gnus-util.el (gnus-error): Describe `args'.
21536
21537         * gmm-utils.el (gmm-error): Describe `args'.
21538         (gmm-tool-bar-zap-list): New widget.
21539         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21540
21541 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21542
21543         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21544         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21545         the number of recursive calls.
21546
21547         * mm-decode.el (mm-handle-set-disposition): New macro.
21548         (mm-handle-set-description): New macro.
21549
21550 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21551
21552         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21553         encoding.
21554
21555 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21556
21557         * message.el (message-tool-bar-zap-list, message-tool-bar)
21558         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21559         (message-tool-bar-local-item-from-menu): Remove.
21560         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21561         (message-make-tool-bar): New function.
21562         (message-mode): Use `message-make-tool-bar'.
21563
21564         * gmm-utils.el: New file.
21565         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21566         (gmm-lazy): New widget copied from `nnmail.el'.
21567         (gmm-tool-bar-from-list): New function for creating customizable
21568         tool bars.
21569         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21570         output.
21571         (gmm): Add :prefix to defgroup.
21572
21573 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21574
21575         * gmm-utils.el (gmm-widget-p): New function.
21576
21577 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21578
21579         * mml.el (mml-attach-file): Describe `description' in doc string.
21580         (mml-menu): Add Emacs MIME manual and PGG manual.
21581
21582 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21583
21584         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21585
21586 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21587
21588         * nntp.el (nntp-end-of-line): Doc fix.
21589
21590 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21591
21592         * imap.el (imap-open): Handle case where buffer is a buffer
21593         object.
21594
21595 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21596
21597         * gnus-delay.el (gnus-delay): Don't autoload.
21598         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21599         to be re-loaded when customizing the `gnus-delay' group.
21600
21601 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21602
21603         * message.el (message-insert-citation-line): Use newlines.
21604
21605 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21606
21607         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21608         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21609         these routines, so the passphrase can be managed externally and
21610         passed in to the system.
21611         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21612         pgg-add-passphrase-to-cache function.
21613
21614         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21615         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21616         these routines, so the passphrase can be managed externally and
21617         passed in to the system.
21618         (pgg-pgp5-sign-region): Use new name of
21619         pgg-add-passphrase-to-cache function.
21620
21621 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21622
21623         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21624         part of the decoded armor to find the key-identifier.
21625         (pgg-gpg-lookup-key-owner): New function to return the
21626         human-readable identifier of a key owner.
21627         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21628         itself.
21629         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21630         the key value) if we have a key and can match it against a secret
21631         key.  Also, added a note pointing out fact that the prompt only
21632         indicates the first matching key.
21633
21634         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21635         pgg-decrypt-region.
21636         (pgg-add-passphrase-to-cache): Rename from
21637         `pgg-add-passphrase-cache' to reduce confusion (all callers
21638         changed).
21639         (pgg-remove-passphrase-from-cache): Rename from
21640         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21641         changed).
21642         (pgg-read-passphrase, pgg-add-passphrase-cache)
21643         (pgg-remove-passphrase-cache): Add informative docstrings.
21644         (pgg-decrypt): Convey provided passphrase in subordinate call to
21645         pgg-decrypt-region.
21646
21647 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21648
21649         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21650         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21651         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21652         'passphrase' argument, so the passphrase can be managed externally
21653         and then passed in to the system.
21654
21655         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21656         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21657         so the passphrase cache can be used reliably with identifiers
21658         besides a pgp packet's key id.
21659
21660         * pgg-gpg.el (pgg-gpg-encrypt-region)
21661         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21662         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21663         these routines, so the passphrase can be managed externally and
21664         passed in to the system.
21665
21666         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21667         'notruncate' argument, so the passphrase cache can be used
21668         reliably with identifiers besides a pgp packet's key id.
21669
21670 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21671
21672         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21673         symmetric encryption.
21674         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21675         encrypted session key.
21676         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21677         message ask for the passphrase in a proper way.
21678
21679         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21680         New user commands for symmetric encryption.
21681
21682 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21683
21684         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21685
21686         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21687
21688 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21689
21690         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21691
21692 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21693
21694         * mm-decode.el (mm-inlined-types): Add application/pgp.
21695         (mm-automatic-display): Ditto.
21696
21697         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21698         part as text.
21699
21700 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21701
21702         * nnrss.el: Update copyright.
21703         (nnrss-opml-import): Query whether to subscribe to each entry.
21704
21705         * gnus-art.el:
21706         * gnus-sum.el:
21707         * gnus-xmas.el:
21708         * messagexmas.el:
21709         * mm-uu.el:
21710         * mm-view.el: Update copyright.
21711
21712 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21713
21714         * message.el (message-info): New function.
21715         (message-mode-menu): Add it.
21716         Update copyright.
21717
21718         * ChangeLog: Fix and update copyright.
21719
21720 2006-01-13  Romain Francoise  <romain@orebokech.com>
21721
21722         * message.el (message-forward-subject-name-subject): Prefer the
21723         address to 'nowhere' if the sender has no name.
21724         Fix typo.  Update copyright year.
21725
21726 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21727
21728         * gnus-art.el (article-wash-html):
21729         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21730         (gnus-article-wash-html-with-w3m-standalone): New function.
21731
21732         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21733         mm-inline-text-html-render-with-w3m-standalone.
21734         (mm-text-html-washer-alist): Map w3m-standalone to
21735         gnus-article-wash-html-with-w3m-standalone.
21736         (mm-inline-text-html-render-with-w3m-standalone): New function.
21737
21738 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21739
21740         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21741         Improve LaTeX.
21742
21743 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21744
21745         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21746         (nnrss-request-article): Render text/plain parts as HTML.
21747
21748         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21749         the buffer.
21750
21751 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21752
21753         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21754         custom definition of `gnus-posting-styles'.
21755
21756         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21757         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21758
21759 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21760
21761         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21762         Use nntp for bug archive.
21763
21764 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21765
21766         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21767         parts.
21768         (nnrss-normalize-date): New function converts ISO 8601 date into
21769         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21770         (nnrss-check-group): Use it.
21771
21772 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21773
21774         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21775
21776         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21777         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21778         (nnrss-insert-w3): Ditto.
21779
21780 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21781
21782         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21783         the articles to be forwarded including the case where neither a
21784         number of articles nor a region is specified.
21785
21786 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21787
21788         * nnrss.el (nnrss-request-article): Fix last change; fill
21789         text/plain parts.
21790
21791 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21792
21793         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21794         in text/plain part.
21795         (nnrss-check-group): Don't add excessive newline to dc:subject.
21796
21797 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21798
21799         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21800         article.
21801
21802 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21803
21804         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21805         (nnml-use-compressed-files, nnml-save-mail): Support other
21806         comression programs such as bzip2.
21807
21808 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21809
21810         * dns.el (query-dns): Make sure we check the buffer size before
21811         removing tcp headers.
21812
21813 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21814
21815         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21816         remove MIME buttons associated with multipart/alternative parts.
21817         (gnus-mime-display-alternative): Tag buttons using `article-type'
21818         text property.
21819
21820         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21821         associated with multipart/alternative parts.
21822
21823         * gnus-art.el (gnus-signature-separator): Fix custom type.
21824
21825         * mm-decode.el (mm-inlined-types): Fix custom type.
21826         (mm-keep-viewer-alive-types): Ditto.
21827         (mm-automatic-display): Ditto.
21828         (mm-attachment-override-types): Ditto.
21829         (mm-inline-override-types): Ditto.
21830         (mm-automatic-external-display): Ditto.
21831
21832 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21833
21834         * spam-report.el (spam-report-user-mail-address)
21835         (spam-report-user-agent): New variables.
21836         (spam-report-url-ping-plain): Use spam-report-user-agent.
21837
21838 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21839
21840         * gnus-art.el (gnus-button-handle-custom): Do not just use
21841         `customize-apropos' for any "M-x customize-*" button but the
21842         function called for.  Accept both the function name and its
21843         argument in order to achieve this.
21844         (gnus-button-alist): Remove support for "custom:" URL's.
21845         Pass function name to `gnus-button-handle-custom' in case of "M-x
21846         customize-*" buttons.
21847
21848 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21849
21850         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21851         multipart/alternative and add xref to mm-discouraged-alternatives
21852         in doc string.
21853
21854         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21855         gnus-buttonized-mime-types in doc string.
21856
21857 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21858
21859         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21860         Suggest image/.* in the doc string.
21861
21862 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21863
21864         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21865         message-marks (Debian bug#342521).
21866
21867 2005-12-12  Simon Josefsson  <jas@extundo.com>
21868
21869         * password.el (password-read-from-cache): Add.
21870         (password-read): Use it.
21871
21872 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21873
21874         * rfc2047.el (rfc2047-charset-to-coding-system):
21875         Recognize us-ascii as a MIME charset.
21876
21877         * mm-bodies.el (mm-decode-content-transfer-encoding):
21878         Protect against the case where the 2nd arg TYPE is nil.
21879
21880 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21881
21882         * pop3.el (pop3-stream-type): Fix custom version.
21883
21884         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21885
21886 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21887
21888         * mm-decode.el (mm-display-external): Add missing cdr.
21889
21890 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21891
21892         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21893         RFC1524) if it is in mailcap or add a suffix according to
21894         mailcap-mime-extensions when generating a temp filename; postpone
21895         deleting a temp file for 2 seconds for some wrappers, shell
21896         scripts, and so on, which might exit right after having started a
21897         viewer command as a background job.
21898
21899 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21900
21901         * nntp.el (nntp-marks-directory): Fix custom group.
21902
21903         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21904         steps when < 10.
21905
21906         * gnus-start.el (gnus-no-server-1):
21907         Mention `gnus-level-default-subscribed' in doc string.
21908
21909 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21910
21911         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21912         parens.
21913
21914 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21915
21916         * gnus-xmas.el (gnus-use-toolbar): Revert.
21917         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21918         gnus-use-toolbar is default.
21919
21920         * messagexmas.el (message-use-toolbar): Revert.
21921         (message-setup-toolbar): Use global default-toolbar if
21922         message-use-toolbar is default.
21923
21924 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21925
21926         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21927         according to default-toolbar-visible-p.
21928
21929         * messagexmas.el (message-use-toolbar): Ditto.
21930
21931 2005-11-26  Dave Love  <fx@gnu.org>
21932
21933         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21934         (tls-program, tls-success): Provide openssl alternative.
21935
21936         * starttls.el: Doc fixes.
21937         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21938         SERVICE to PORT.
21939
21940         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21941         port null or service name.
21942         (starttls-negotiate): Autoload.
21943
21944 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21945
21946         * message.el (message-kill-to-signature): Fix interactive spec.
21947
21948 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21949
21950         * pop3.el (pop3-open-server): Recognize a string as a service name.
21951
21952 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21953
21954         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21955
21956 2005-11-23  Dave Love  <fx@gnu.org>
21957
21958         Add pop3s, pop3/starttls.
21959
21960         * pop3.el (pop3-authentication-scheme): Clarify doc.
21961         (open-tls-stream, starttls-open-stream): Autoload.
21962         (pop3-stream-type): New.
21963         (pop3-open-server): Use it.
21964
21965         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21966         for POP.
21967         (mail-source-keyword-map): Add :stream for POP.
21968         (mail-source-fetch-pop): Use pop3-stream-type.
21969
21970 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21971
21972         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21973         of current-time-string.
21974
21975 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21976
21977         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21978         date header.
21979
21980 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21981
21982         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21983         it can seriously impact performance as it bypasses the agent's
21984         local caches.
21985
21986 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21987
21988         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21989         must be explicitly online rather than "not explicitly offline" for
21990         its flags to be synchronized.
21991
21992         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21993         that gnus-uu-unmark-thread will function correctly.
21994
21995         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21996         1024K is instead displayed as 1M.
21997
21998 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21999
22000         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
22001
22002 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
22003
22004         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
22005
22006 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
22007
22008         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
22009         error message to display actual error condition.
22010         (gnus-agent-save-local): Avoid saving symbols that are bound to
22011         nil as they simply result in a warning message in
22012         gnus-agent-read-local.
22013
22014 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22015
22016         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
22017         rather than make-variable-buffer-local for file-precious-flag.
22018
22019 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22020
22021         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
22022         for duplicates which are removed.  The invalid sort check then
22023         triggers a rescan after the sort as sorting may have moved
22024         duplicate entries such that they can be cheaply detected.
22025
22026 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22027
22028         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
22029
22030 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22031
22032         * gnus-agent.el (gnus-agent-article-alist-save-format):
22033         Change internal variable to a custom variable.  Change default value
22034         from compressed(2) to uncompressed(1).
22035         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
22036         support for uncompressed agentview files.  Taken together, reading
22037         the agentview file should now be 6-7 times faster.
22038
22039 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
22040
22041         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
22042         as a buffer-local variable.  This avoids creating truncated
22043         dribble files as a result of a hang up, eg.
22044
22045 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
22046
22047         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
22048         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
22049         XEmacs.
22050
22051 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22052
22053         * gnus-start.el (gnus-start-draft-setup):
22054         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
22055
22056         * gnus.el (gnus-splash): Change custom group.
22057         (gnus-group-get-parameter, gnus-group-parameter-value):
22058         Describe allow-list argument.
22059
22060         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
22061         string.
22062
22063 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22064
22065         * gnus-art.el (gnus-default-article-saver): Add user-defined
22066         `function' to custom type.
22067
22068 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22069
22070         * imap.el (imap-open): Handle case where buffer is a buffer
22071         object.
22072
22073 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22074
22075         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22076         long lines.
22077         (gnus-cache-delete-group): Wrap doc strings.
22078
22079         * gnus-agent.el (gnus-agent-rename-group)
22080         (gnus-agent-delete-group): Wrap doc strings.
22081
22082 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22083
22084         * messagexmas.el (message-use-toolbar): Change the valid values
22085         into default, top, bottom, left, and right.
22086         (message-toolbar-thickness): New variable.
22087         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22088         well.
22089         (message-setup-toolbar): Make it work.
22090
22091         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22092         (gnus-use-toolbar): Change the valid values into default, top,
22093         bottom, left, and right.
22094         (gnus-toolbar-thickness): New variable.
22095         (gnus-xmas-setup-toolbar): New function.
22096         (gnus-xmas-setup-group-toolbar): Use it.
22097         (gnus-xmas-setup-summary-toolbar): Use it.
22098
22099 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22100
22101         * gnus-start.el (gnus-1): Add "native" to
22102         gnus-predefined-server-alist.
22103
22104         * gnus.el (gnus-method-to-server): Don't add "native" to the
22105         lists here, because that leads to problems when
22106         gnus-select-method is bound.
22107
22108 2005-11-09  Simon Josefsson  <jas@extundo.com>
22109
22110         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22111         use (not sort-by-date) instead.
22112
22113 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22114
22115         * gnus-delay.el (gnus-delay-group): Don't autoload.
22116         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22117         to be re-loaded when customizing the `gnus-delay' group.
22118
22119 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22120
22121         * message.el: Revert last changes.
22122         (message-insert-citation-line): Use newlines.
22123
22124 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22125
22126         * message.el (message-courtesy-message)
22127         (message-mark-insert-begin, message-mark-insert-end)
22128         (message-elide-ellipsis, message-cancel-message)
22129         (message-add-header, message-change-subject)
22130         (message-cross-post-followup-to-header)
22131         (message-cross-post-insert-note, message-reduce-to-to-cc)
22132         (message-widen-reply, message-delete-not-region)
22133         (message-kill-to-signature, message-insert-signature)
22134         (message-insert-importance-high, message-insert-importance-low)
22135         (message-insert-or-toggle-importance)
22136         (message-insert-disposition-notification-to)
22137         (message-indent-citation, message-yank-original)
22138         (message-cite-original-without-signature, message-cite-original)
22139         (message-insert-citation-line, message-position-on-field)
22140         (message-fix-before-sending, message-send-mail-partially)
22141         (message-send-mail, message-send-mail-with-sendmail)
22142         (message-send-mail-with-qmail, message-send-news)
22143         (message-check-news-header-syntax, message-generate-headers)
22144         (message-insert-courtesy-copy, message-fill-address)
22145         (message-fill-header, message-shorten-references)
22146         (message-setup-1, message-cancel-news)
22147         (message-forward-make-body-plain, message-forward-make-body-mime)
22148         (message-forward-make-body-mml, message-encode-message-body)
22149         (message-forward-make-body-digest-plain)
22150         (message-forward-make-body-digest-mime)
22151         (message-use-alternative-email-as-from): Insert `hard-newline'
22152         instead of ordinary newlines.
22153
22154 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22155
22156         * message.el (message-generate-headers): Downcase the argument
22157         given to message-check-element.
22158
22159 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22160
22161         * nntp.el (nntp-authinfo-rejected): New error condition.
22162         (nntp-wait-for): Use new error condition to signal authentication
22163         error.
22164         (nntp-retrieve-data): Rethrow new error condition to break out of
22165         recursive call to nntp-send-authinfo.
22166
22167 2005-11-08  Romain Francoise  <romain@orebokech.com>
22168
22169         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22170         (gnus-summary-exit-map): Bind to `Z p'.
22171         (gnus-summary-make-menu-bar): Add menu item.
22172
22173 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22174
22175         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22176         (gnus-treat-*): Add `first' in all doc strings.
22177
22178         * gnus-group.el (gnus-group-compact-group): Fix typo.
22179
22180 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22181
22182         * gnus.el (gnus-parameters-case-fold-search): New variable.
22183         (gnus-parameters-get-parameter): Use it.
22184
22185         * gnus-score.el (gnus-home-score-file): Doc fix.
22186
22187 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22188
22189         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22190
22191 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22192
22193         * mm-util.el (mm-special-display-p): New function.
22194
22195         * mml.el (mml-preview): Use it; doc fix.
22196
22197 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22198
22199         * imap.el (imap-open): Handle case where buffer is a buffer object.
22200
22201 2005-10-29  Romain Francoise  <romain@orebokech.com>
22202
22203         * message.el (message-fix-before-sending): Fix comment.
22204
22205 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22206
22207         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22208
22209 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22210
22211         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22212         Used in gnus-score.el.
22213
22214 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22215
22216         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22217
22218 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22219
22220         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22221         whitespace removed in revision 7.8.  Use concatenated string to
22222         protect trailing whitespace.
22223
22224 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22225
22226         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22227         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22228         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22229         Courier IMAP ("some version from 2004").  Mostly based on similar
22230         code in the same function.
22231
22232 2005-10-26  Didier Verna  <didier@xemacs.org>
22233
22234         * gnus-group.el (gnus-group-compact-group): Invalidate original
22235         article buffer.
22236         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22237         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22238         NOV database and in article itself.
22239         Invalidate article backlog.
22240
22241 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22242
22243         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22244
22245 2005-10-26  Simon Josefsson  <jas@extundo.com>
22246
22247         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22248         part of 2004-07-25 change.
22249
22250 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22251
22252         * message.el (message-display-completion-list): New function.
22253         (message-expand-group): Use it; make sure the Completions buffer
22254         is modifiable.
22255 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22256
22257         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22258         user-mail-name is an empty string.
22259
22260 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22261
22262         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22263         depending on gnus-score-decay-constant.
22264
22265         * encrypt.el (encrypt-insert-file-contents)
22266         (encrypt-write-file-contents): Don't use `gnus-message'.
22267
22268         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22269         arguments.
22270         (mm-uu-type-alist): Add message-marks and insert-marks.
22271         Pass arguments to mm-uu-verbatim-marks-extract.
22272         (mm-uu-hide-markers): New variable.
22273         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22274
22275         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22276         (gnus-convert-image-to-face-command): Use "convert" by default to
22277         allow other input image formats.
22278         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22279         accordingly.
22280
22281 2005-10-23  Simon Josefsson  <jas@extundo.com>
22282
22283         * imap.el (imap-gssapi-program): Align command line parameters
22284         with latest GNU SASL.
22285         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22286
22287 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22288
22289         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22290         HTML.
22291         (nnslashdot-request-article): Ditto.
22292
22293         * lpath.el (featurep): Add nobreak-char-display.
22294
22295 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22296
22297         * mail-source.el (mail-source-fetch-pop): Require pop3.
22298         (mail-source-check-pop): Ditto.
22299
22300 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22301
22302         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22303         errors.
22304
22305 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22306
22307         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22308         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22309
22310         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22311
22312         * mm-bodies.el (mm-decode-string):
22313         Call `mm-charset-to-coding-system' with allow-override argument.
22314
22315 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22316
22317         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22318         (rfc2047-charset-to-coding-system): New function.
22319         (rfc2047-decode-encoded-words): New function.
22320         (rfc2047-decode-region): Use them.
22321         (rfc2047-decode-cte): Remove.
22322         (rfc2047-parse-and-decode): Remove.
22323         (rfc2047-decode): Remove.
22324
22325 2005-10-15  Kenichi Handa  <handa@m17n.org>
22326
22327         * rfc2047.el (rfc2047-decode-cte): New function.
22328         (rfc2047-decode-region): Change the way to decode successive
22329         encoded-words: decode B- or Q-encoding in each encoded-word,
22330         concatenate them, and decode it as charset.
22331
22332 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22333
22334         * lpath.el: Fbind codepage-setup for XEmacs.
22335
22336 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22337
22338         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22339         widget-move-and-invoke.
22340         (gnus-custom-mode): Use gnus-custom-map.
22341
22342 2005-10-15  Bill Wohler  <wohler@newt.com>
22343
22344         * message.el (message-tool-bar-map): Rename image file from
22345         mail_send to mail/send.
22346
22347 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22348
22349         * message.el (message-expand-group): Pass the common
22350         prefix substring of completion to `display-completion-list'.
22351
22352 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22353
22354         * mml-sec.el (mml-secure-method): New internal variable.
22355         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22356         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22357         New functions using mml-secure-method.
22358
22359         * mml.el (mml-mode-map): Add key bindings for those functions.
22360         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22361         Harder <harder@myrealbox.com>.
22362         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22363         Goto end of message if point is the headers of the message.
22364
22365         * message.el (message-in-body-p): New function.
22366
22367         * assistant.el: Autoload gnus-util and netrc.
22368
22369         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22370         Use `mm-charset-override-alist' only when decoding.
22371
22372         * mm-bodies.el (mm-decode-body):
22373         Call `mm-charset-to-coding-system' with allow-override argument.
22374
22375         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22376         `filename' from Content-Disposition if Content-Type doesn't
22377         provide `name'.
22378         (gnus-mime-view-part-as-type): Set default instead of
22379         initial-input.
22380
22381 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22382
22383         * format-spec.el (format-spec): Propagate text properties of % spec.
22384
22385 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22386
22387         * gnus-art.el (gnus-treat-predicate): Add `first'.
22388
22389 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22390
22391         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22392         (mm-charset-override-alist): New variable.
22393         (mm-charset-to-coding-system): Use it.
22394         (mm-codepage-setup): New helper function.
22395         (mm-charset-eval-alist): New variable.
22396         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22397         Warn about unknown charsets.
22398
22399         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22400
22401 2005-10-04  David Hansen  <david.hansen@gmx.net>
22402
22403         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22404         (nnrss-check-group): Ditto.
22405
22406 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22407
22408         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22409         Rename x-gnus-verbatim to x-verbatim.
22410         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22411
22412         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22413         x-verbatim.
22414
22415         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22416
22417         * gnus-util.el (gnus-remove-duplicates): Remove.
22418
22419         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22420         instead of gnus-remove-duplicates.
22421
22422         * message.el (message-remove-duplicates): Remove.
22423         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22424         message-remove-duplicates.
22425
22426         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22427         available, else use implementation from `delete-dups'.
22428
22429         * message.el (message-insert-expires): New function.
22430         (message-mode-map): Add key binding.
22431         (message-mode-field-menu): Add menu entry.
22432         (message-mode): Document it.
22433         (message-make-expires-date): Use `message-make-date'.
22434
22435 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22436
22437         * message.el (message-make-expires-date): New function.
22438
22439 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22440
22441         * Makefile.in (list-installed-shadows): New entry.
22442         (install): Use it.
22443         (remove-installed-shadows): New entry.
22444
22445         * dgnushack.el (dgnushack-default-load-path): New variable.
22446         (dgnushack-find-lisp-shadows): New function.
22447         (dgnushack-remove-lisp-shadows): New function.
22448
22449 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22450
22451         * Makefile.in (install-el-elc): New entry.
22452         (install): Use it so that .el files are necessarily installed.
22453
22454 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22455
22456         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22457
22458 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22459
22460         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22461         function rather than the diff-mode.el package.
22462         (mm-display-external): Use with-current-buffer.
22463         (mm-viewer-completion-map, mm-viewer-completion-map):
22464         Move initialization inside declaration.
22465
22466 2005-09-29  Simon Josefsson  <jas@extundo.com>
22467
22468         * spam.el: Load hashcash when compiling, to avoid warnings.
22469         Don't autoload mail-check-payment.
22470         (spam-check-hashcash): Define unconditionally, since hashcash.el
22471         is part of Gnus now.  Ignore errors from payment checking.
22472
22473 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22474
22475         * message.el (message-bold-region, message-unbold-region):
22476         Rename from `bold-region' and `unbold-region'.
22477
22478         * message.el: Remove useless autoloads.
22479
22480 2005-09-28  Simon Josefsson  <jas@extundo.com>
22481
22482         * message.el (message-use-idna): Default to t.
22483         (message-use-idna): Test whether encoding works too.  Doc fix.
22484
22485 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22486
22487         * nntp.el (nntp-warn-about-losing-connection): Remove.
22488
22489 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22490
22491         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22492         customizable.  Change default value.
22493         (mm-uu-diff-groups-regexp): Change default value.
22494         (mm-uu-type-alist): Add doc string.
22495         (mm-uu-configure): Add doc string.  Make it interactive.
22496         (mm-uu-tex-groups-regexp): New variable.
22497         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22498         (mm-uu-type-alist): Add LaTeX documents.
22499         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22500         of "text/verbatim".
22501         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22502
22503         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22504         instead of "text/verbatim".
22505
22506         * message.el (message-mark-inserted-region)
22507         (message-mark-insert-file): Use slrn style marks when called with
22508         prefix argument.
22509
22510 2005-09-27  Simon Josefsson  <jas@extundo.com>
22511
22512         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22513
22514 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22515
22516         * message.el (message-remove-duplicates): New function.
22517         Implementation borrowed from `gnus-remove-duplicates'.
22518         (message-idna-to-ascii-rhs): Also encode idna addresses in
22519         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22520         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22521         only ask about the same idna domain once per header and also tell
22522         in what header to replace the idna domain.
22523
22524         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22525         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22526         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22527         a header is decoded and not just the last one.
22528
22529 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22530
22531         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22532         has been decoded.
22533
22534         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22535         (mm-insert-part): Don't modify text if it has been decoded.
22536
22537         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22538         decoded.
22539
22540         * mm-view.el (mm-inline-text): Don't strip text props unless
22541         decoding enriched or richtext parts.
22542
22543 2005-09-25  Romain Francoise  <romain@orebokech.com>
22544
22545         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22546         * gnus-start.el (gnus-subscribe-interactively):
22547         * gnus-uu.el (gnus-uu-grab-articles):
22548         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22549         space.
22550
22551 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22552
22553         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22554         * mm-view.el (mm-view-pkcs7-decrypt):
22555         * gnus-sum.el (gnus-summary-limit-to-extra)
22556         (gnus-summary-respool-article, gnus-read-move-group-name):
22557         * gnus-score.el (gnus-summary-increase-score):
22558         * gnus-util.el (gnus-completing-read-with-default):
22559         * gnus-art.el (gnus-read-save-file-name)
22560         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22561         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22562         * message.el (message-check-news-header-syntax):
22563         Follow convention for reading with the minibuffer.
22564
22565 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22566
22567         * spam-report.el (spam-report-url-ping-plain):
22568         Use gnus-extended-version as User-Agent.
22569
22570         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22571         default value is nil.
22572
22573         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22574         (mm-uu-verbatim-marks-extract): New function.
22575         (mm-uu-extract): New face.
22576         (mm-uu-copy-to-buffer): Use it.
22577
22578         * spam-report.el (spam-report-gmane-ham): Rename from
22579         `spam-report-gmane-unspam'.
22580         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22581         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22582
22583         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22584         Autoload.
22585         (spam-report-gmane-unregister-routine):
22586         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22587
22588 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22589
22590         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22591         (spam-report-gmane-unregister-routine): Add support for gmane
22592         unregistration.
22593
22594         * spam-report.el (spam-report-gmane-unspam)
22595         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22596         (spam-report-gmane): Change to take a single article and do unspam
22597         registration.
22598
22599 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22600
22601         * mm-url.el (mm-url-decode-entities): Fix regexp.
22602
22603 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22604
22605         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22606         default to nil, to be able to use Gnus at all.  If the default
22607         switches to something else, then the function should be fixed not
22608         be exceedingly slow.
22609
22610 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22611
22612         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22613         fail hard.
22614
22615         * spam-report.el: Add better Keywords line.
22616
22617         * spam.el: Add Maintainer and better Keywords line.
22618
22619 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22620
22621         * gnus-art.el (gnus-article-replace-part)
22622         (gnus-mime-replace-part): New functions.
22623         (gnus-mime-action-alist, gnus-mime-button-commands)
22624         (gnus-mime-save-part-and-strip): Add file argument.
22625         (gnus-article-part-wrapper): Add interactive argument.
22626
22627         * gnus-sum.el (gnus-summary-mime-map):
22628         Add `gnus-article-replace-part'.
22629
22630 2005-09-19  Didier Verna  <didier@xemacs.org>
22631
22632         The nnml compaction feature:
22633         * nnml.el (nnml-request-compact-group): New function.
22634         * nnml.el (nnml-request-compact): New function.
22635         * gnus-int.el (gnus-request-compact-group): New function.
22636         * gnus-int.el (gnus-request-compact): New function.
22637         * gnus-group.el (gnus-group-compact-group): New function.
22638         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22639         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22640         * gnus-srvr.el (gnus-server-compact-server): New function.
22641         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22642         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22643
22644 2005-09-18  Deepak Goel  <deego@gnufans.org>
22645
22646         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22647         format spec.
22648
22649 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22650
22651         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22652
22653 2005-09-15  Romain Francoise  <romain@orebokech.com>
22654
22655         * message.el (message-fill-paragraph): Clarify docstring.
22656
22657 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22658
22659         * gnus-art.el (gnus-mime-display-part): Protect against broken
22660         MIME messages.
22661
22662 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22663
22664         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22665         before parsing header.
22666
22667 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22668
22669         * html2text.el (html2text-replace-list): Add new entities.
22670
22671 2005-09-11  Romain Francoise  <romain@orebokech.com>
22672
22673         * message.el (message-alternative-emails): Improve docstring.
22674         (message-setup-1): Call `message-use-alternative-email-as-from'
22675         after `message-setup-hook' to give it precedence over posting
22676         styles, etc.
22677         (message-use-alternative-email-as-from): Add docstring.
22678         Remove the original From header if present.
22679
22680         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22681         (nnml-save-mail): Use it.
22682
22683         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22684         articles.  Add new argument `silent'.
22685         (gnus-uu-mark-all): Report the total number of marked articles.
22686
22687 2005-09-10  Romain Francoise  <romain@orebokech.com>
22688
22689         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22690         (gnus-uu-mark-series): Likewise.
22691
22692 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22693
22694         * spam-report.el (spam-report-gmane): Fix generation of spam
22695         report URL.
22696
22697 2005-09-10  Simon Josefsson  <jas@extundo.com>
22698
22699         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22700         t, based on discussion on the ding list with Robert Epprecht
22701         <epprecht@solnet.ch>.
22702
22703 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22704
22705         * spam-report.el (spam-report-gmane): Make it work without
22706         X-Report-Spam header.  Gmane now only provides Archived-At.
22707         This is only used if `spam-report-gmane-use-article-number' is nil.
22708         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22709
22710         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22711         make `gnus-summary-sort-by-recipient' work with threading.
22712
22713         * nnweb.el (nnweb-google-wash-article): Print a message if article
22714         is not available.
22715
22716 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22717
22718         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22719         change.  Decode text/* parts content before displaying.
22720
22721 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22722
22723         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22724
22725 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22726
22727         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22728
22729         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22730         url-package-name, url-package-version,
22731         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22732         w3m-display-inline-images, and w3m-minor-mode-map.
22733
22734 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22735
22736         * message.el (message-tab-body-function): Fix mismatched custom type.
22737
22738         * gnus.el (gnus-group-change-level-function): Ditto.
22739
22740         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22741
22742         * gnus-art.el (gnus-signature-limit)
22743         (gnus-article-mime-part-function): Ditto.
22744
22745 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22746
22747         * mml.el (mml-mode): Silence the byte compiler.
22748
22749         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22750         using `(sit-for 0)' before moving the point to the specified part;
22751         skip unbuttonized parts.
22752         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22753         return to the summary window if gnus-auto-select-part is non-nil.
22754
22755 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22756
22757         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22758         New variables.
22759         (mml-dnd-attach-file, mml-mode): Use them.
22760
22761         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22762         Make fetching article by MID work again for Google Groups.
22763         Add FIXME concerning gnus-group-make-web-group.
22764
22765         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22766         Don't depend on Gnus by using mail-extract-address-components if
22767         gnus-extract-address-components is not bound.
22768
22769 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22770
22771         * gnus-art.el (gnus-mime-display-security): Don't display the
22772         signature, but only the signed part.
22773
22774 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22775
22776         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22777
22778         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22779         list, not listp.
22780
22781 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22782
22783         * mm-encode.el (mm-encode-content-transfer-encoding):
22784         Likewise when encoding.
22785
22786         * mm-bodies.el (mm-decode-content-transfer-encoding):
22787         De-canonicalize CRLF for all text content types, not just
22788         text/plain.
22789
22790 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22791
22792         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22793         valid article; point arrow and cursor at the MIME button.
22794
22795 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22796
22797         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22798         Suggested by Dan Christensen <jdc@uwo.ca>.
22799
22800         * mm-decode.el (mm-save-part): Enable change of prompt.
22801
22802 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22803
22804         * gnus-msg.el (gnus-inews-add-send-actions):
22805         Make `message-post-method' lambda parameter ARG `&optional'.
22806
22807 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22808
22809         * gnus-sum.el (gnus-summary-mime-map):
22810         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22811         gnus-article-jump-to-part.
22812
22813         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22814         (gnus-article-edit-part): Use it.
22815         (gnus-article-part-wrapper): Add no-handle argument.
22816         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22817         New functions.
22818
22819 2005-08-29  Romain Francoise  <romain@orebokech.com>
22820
22821         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22822         docstring.
22823         (gnus-face-from-file): Likewise.
22824
22825 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22826
22827         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22828         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22829         non-nil.
22830         (gnus-auto-select-part): New variable.
22831         (gnus-article-jump-to-part): New function.
22832         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22833         (gnus-mime-delete-part): Allow selecting specified part after
22834         deleting or stripping parts.
22835         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22836         part if argument is bogus.
22837
22838 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22839
22840         * gnus-art.el (w3m-minor-mode-map):
22841         * gnus-spec.el (gnus-newsrc-file-version):
22842         * gnus-util.el (nnmail-active-file-coding-system)
22843         (gnus-original-article-buffer, gnus-user-agent):
22844         * gnus.el (gnus-ham-process-destinations)
22845         (gnus-parameter-ham-marks-alist)
22846         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22847         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22848         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22849         * mm-decode.el (gnus-current-window-configuration):
22850         * mm-extern.el (gnus-article-mime-handles):
22851         * mm-url.el (url-current-object, url-package-name)
22852         (url-package-version):
22853         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22854         (smime-keys, w3m-cid-retrieve-function-alist)
22855         (w3m-current-buffer, w3m-display-inline-images)
22856         (w3m-minor-mode-map):
22857         * mml-smime.el (gnus-extract-address-components):
22858         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22859         (gnus-newsrc-hashtb, message-default-charset)
22860         (message-deletable-headers, message-options)
22861         (message-posting-charset, message-required-mail-headers)
22862         (message-required-news-headers):
22863         * mml1991.el (mc-pgp-always-sign):
22864         * mml2015.el (mc-pgp-always-sign):
22865         * nnheader.el (nnmail-extra-headers):
22866         * rfc1843.el (gnus-decode-encoded-word-function)
22867         (gnus-decode-header-function, gnus-newsgroup-name):
22868         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22869
22870 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22871
22872         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22873         the end of the date treatments.
22874
22875 2005-08-15  Simon Josefsson  <jas@extundo.com>
22876
22877         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22878         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22879         Capello and Romain Francoise.
22880         (pgg-fetch-key-function): Remove, not used?
22881         (pgg-insert-url-with-w3): Require url, to get
22882         url-insert-file-contents regardless of where it is defined.
22883
22884 2005-08-13  Romain Francoise  <romain@orebokech.com>
22885
22886         * message.el (message-cite-original-1): New function.
22887         (message-cite-original): Use it.
22888         (message-cite-original-without-signature): Ditto.
22889
22890 2005-08-08  Romain Francoise  <romain@orebokech.com>
22891
22892         * message.el (message-yank-empty-prefix): New variable.
22893         (message-indent-citation): Use it.
22894         (message-cite-original-without-signature): Respect X-No-Archive.
22895
22896 2005-08-08  Simon Josefsson  <jas@extundo.com>
22897
22898         * pgg.el: Autoload url-insert-file-contents instead of loading
22899         w3/url.
22900         (pgg-insert-url-with-w3): Don't load url here.
22901
22902 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22903
22904         * message.el (message-kill-to-signature): Don't insert newline at
22905         bol.
22906         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22907
22908 2005-08-06  Romain Francoise  <romain@orebokech.com>
22909
22910         * message.el (message-user-fqdn): Fix typo in docstring.
22911
22912 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22913
22914         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22915
22916         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22917
22918 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22919
22920         * mm-bodies.el (mm-encode-body): Use coding system rather than
22921         charset to encode text.
22922
22923         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22924         number of charsets if utf-8 is available (XEmacs).
22925
22926 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22927
22928         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22929         taken from `gnus-button-mid-or-mail-regexp'.
22930         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22931         (gnus-button-alist): Improve regexp for domain part of the MIDs
22932         for news:localpart@domain buttons.
22933         (gnus-button-ctan-directory-regexp): Update.
22934
22935 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22936
22937         * sieve-manage.el (sieve-manage-interactive-login):
22938         Use make-local-variable rather than make-variable-buffer-local.
22939         (sieve-manage-open): Ditto.
22940         (sieve-manage-authenticate): Ditto.
22941
22942         * mml.el (mml-generate-mime-1): Make the content type default to
22943         text/plain if the filename is not specified.
22944
22945 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22946
22947         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22948         instead of insert-buffer.
22949
22950         * message.el (message-yank-original): Ditto; set the mark at the
22951         end of the yanked message.
22952
22953 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22954
22955         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22956         lines to scroll rather than to stop it.
22957
22958         * mml.el (mml-generate-default-type): Add doc string.
22959         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22960         default to application/octet-stream when determining the content
22961         type if it is not specified for the part or the mml contents; add
22962         a comment about mml-generate-default-type.
22963
22964 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22965
22966         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22967         make it default to application/octet-stream when determining the
22968         content type if it is not specified for the external contents.
22969
22970 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22971
22972         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22973         segmented parameter but also other parameters might be there.
22974
22975 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22976
22977         * mm-decode.el (mm-display-external): Delete temp file, directory
22978         and buffer immediately if the external process is exited.
22979
22980 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22981
22982         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22983         fewer lines than that of scroll-margin.
22984         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22985
22986 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22987
22988         * gnus-art.el (gnus-article-next-page): Revert.
22989         (gnus-article-beginning-of-window): New macro.
22990         (gnus-article-next-page-1): Use it.
22991         (gnus-article-prev-page): Ditto.
22992         (gnus-article-edit-part): Use insert-buffer-substring instead of
22993         insert-buffer.
22994         (gnus-article-edit-exit): Ditto.
22995
22996         * gnus-util.el (gnus-beginning-of-window): Remove.
22997         (gnus-end-of-window): Remove.
22998
22999         * lpath.el: Don't bind header-line-format and scroll-margin.
23000
23001 2005-07-25  Simon Josefsson  <jas@extundo.com>
23002
23003         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
23004         to have the url package without w3.  Reported by Daiki Ueno
23005         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
23006
23007 2005-07-20  Didier Verna  <didier@xemacs.org>
23008
23009         * gnus-diary.el: Remove the description comment (nndiary is now
23010         properly documented in the Gnus manual).
23011         Fix the spelling of "Back End".
23012         * nndiary.el: Ditto.
23013         Fix the copyright notice.
23014
23015 2005-07-18  Romain Francoise  <romain@orebokech.com>
23016
23017         * gnus-sum.el (gnus-summary-to-prefix)
23018         (gnus-summary-newsgroup-prefix): New variables.
23019         (gnus-summary-from-or-to-or-newsgroups): Use them.
23020
23021 2005-07-17  Romain Francoise  <romain@orebokech.com>
23022
23023         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
23024         space as it's generally not especially interesting to the user.
23025
23026 2005-07-16  Romain Francoise  <romain@orebokech.com>
23027
23028         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
23029         nil to avoid prompting and file modification if one of the
23030         messages at the top of the nnfolder file contains a copyright
23031         notice.
23032         Update copyright notice.
23033
23034         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
23035         instead of `current-time-string' as the latter creates a time
23036         string that is not RFC 2822 compliant (it lacks the zone).
23037         Update copyright notice.
23038
23039 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23040
23041         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
23042         for text/rtf.  Display default in prompt.  Pass default for M-n.
23043
23044         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
23045
23046 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23047
23048         * gnus-msg.el (gnus-button-mailto):
23049         Remove save-selected-window-window hackery because it relies on
23050         save-selected-window internals.
23051
23052 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23053
23054         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
23055         (gnus-article-next-page-1): Use gnus-beginning-of-window.
23056         (gnus-article-prev-page): Ditto.
23057
23058         * gnus-util.el (gnus-beginning-of-window): New function.
23059         (gnus-end-of-window): New function.
23060
23061         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
23062
23063 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
23064
23065         * gnus-score.el (gnus-score-edit-all-score):
23066         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
23067         gnus-message.
23068
23069 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23070
23071         * gnus-msg.el (gnus-button-mailto):
23072         Remove save-selected-window-window hackery because it relies on
23073         save-selected-window internals.
23074
23075 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23076
23077         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23078         add-minor-mode.
23079         (gnus-binary-mode): Ditto.
23080
23081         * gnus-topic.el (gnus-topic-mode): Ditto.
23082
23083 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23084
23085         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23086         (gnus-article-prev-page): Take scroll-margin into consideration.
23087
23088 2005-07-04  Lute Kamstra  <lute@gnu.org>
23089
23090         Update FSF's address in GPL notices.
23091
23092 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23093
23094         * gnus.el (gnus-exit):
23095         * gnus-group.el (gnus-group-icons):
23096         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23097
23098         * gnus-nocem.el (gnus-nocem):
23099         * message.el (message-various, message-buffers, message-sending)
23100         (message-interface, message-forwarding, message-insertion)
23101         (message-headers, message-news, message-mail):
23102         * pgg-gpg.el (pgg-gpg):
23103         * pgg-parse.el (pgg-parse):
23104         * pgg-pgp.el (pgg-pgp):
23105         * pgg-pgp5.el (pgg-pgp5):
23106         * pop3.el (pop3): Finish `defgroup' description with period.
23107
23108 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23109
23110         * gnus-art.el (article-display-face): Improve the efficiency.
23111         (article-display-x-face): Ditto; remove gray x-face stuff.
23112
23113 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23114
23115         * gnus-art.el (article-display-face): Correct the position in
23116         which Faces are inserted.
23117
23118 2005-06-29  Didier Verna  <didier@xemacs.org>
23119
23120         * gnus-art.el (article-display-face): Display faces in correct
23121         order.
23122
23123 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23124
23125         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23126         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23127         (gnus-nocem-check-article): Fetch the Type header.
23128         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23129         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23130         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23131         make sure gnus-nocem-hashtb is initialized.
23132         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23133         (gnus-nocem-unwanted-article-p): Ditto.
23134
23135         * pgg.el (pgg-verify): Return the verification result.
23136
23137 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23138
23139         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23140         is ascii.
23141
23142 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23143
23144         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23145         `show-nonbreak-escape'.
23146
23147 2005-06-23  Lute Kamstra  <lute@gnu.org>
23148
23149         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23150
23151         * dig.el (dig-mode):
23152         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23153
23154 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23155
23156         * nnimap.el (nnimap-split-download-body): Fix spellings.
23157
23158 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23159
23160         * gnus-art.el (gnus-article-encrypt-body):
23161         * gnus-cus.el (gnus-score-customize):
23162         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23163         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23164
23165 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23166
23167         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23168         header by looking for magic "MII" at the beginning.
23169
23170 2005-06-16  Miles Bader  <miles@gnu.org>
23171
23172         * gnus-xmas.el (gnus-xmas-group-startup-message):
23173         Use renamed gnus-splash face.
23174
23175         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23176         (assistant-field-face): New backward-compatibility alias for renamed
23177         face.
23178         (assistant-render-text): Use renamed assistant-field face.
23179
23180         * spam.el (spam): Remove "-face" suffix from face name.
23181         (spam-face): New backward-compatibility alias for renamed face.
23182         (spam-face, spam-initialize): Use renamed spam face.
23183
23184         * message.el (message-header-to, message-header-cc)
23185         (message-header-subject, message-header-newsgroups)
23186         (message-header-other, message-header-name)
23187         (message-header-xheader, message-separator, message-cited-text)
23188         (message-mml): Remove "-face" suffix from face names.
23189         (message-header-to-face, message-header-cc-face)
23190         (message-header-subject-face, message-header-newsgroups-face)
23191         (message-header-other-face, message-header-name-face)
23192         (message-header-xheader-face, message-separator-face)
23193         (message-cited-text-face, message-mml-face):
23194         New backward-compatibility aliases for renamed faces.
23195         (message-font-lock-keywords): Use renamed message faces.
23196
23197         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23198         (sieve-test-commands, sieve-tagged-arguments):
23199         Remove "-face" suffix from face names.
23200         (sieve-control-commands-face, sieve-action-commands-face)
23201         (sieve-test-commands-face, sieve-tagged-arguments-face):
23202         New backward-compatibility aliases for renamed faces.
23203         (sieve-control-commands-face, sieve-action-commands-face)
23204         (sieve-test-commands-face, sieve-tagged-arguments-face):
23205         Use renamed sieve faces.
23206
23207         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23208         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23209         (gnus-group-news-3-empty, gnus-group-news-4)
23210         (gnus-group-news-4-empty, gnus-group-news-5)
23211         (gnus-group-news-5-empty, gnus-group-news-6)
23212         (gnus-group-news-6-empty, gnus-group-news-low)
23213         (gnus-group-news-low-empty, gnus-group-mail-1)
23214         (gnus-group-mail-1-empty, gnus-group-mail-2)
23215         (gnus-group-mail-2-empty, gnus-group-mail-3)
23216         (gnus-group-mail-3-empty, gnus-group-mail-low)
23217         (gnus-group-mail-low-empty, gnus-summary-selected)
23218         (gnus-summary-cancelled, gnus-summary-high-ticked)
23219         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23220         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23221         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23222         (gnus-summary-low-undownloaded)
23223         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23224         (gnus-summary-low-unread, gnus-summary-normal-unread)
23225         (gnus-summary-high-read, gnus-summary-low-read)
23226         (gnus-summary-normal-read, gnus-splash):
23227         Remove "-face" suffix from face names.
23228         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23229         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23230         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23231         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23232         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23233         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23234         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23235         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23236         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23237         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23238         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23239         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23240         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23241         (gnus-summary-normal-ticked-face)
23242         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23243         (gnus-summary-normal-ancient-face)
23244         (gnus-summary-high-undownloaded-face)
23245         (gnus-summary-low-undownloaded-face)
23246         (gnus-summary-normal-undownloaded-face)
23247         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23248         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23249         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23250         (gnus-splash-face):
23251         New backward-compatibility aliases for renamed faces.
23252         (gnus-group-startup-message): Use renamed gnus faces.
23253
23254         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23255         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23256         (gnus-server-agent): Remove "-face" suffix from face names.
23257         (gnus-server-agent-face, gnus-server-opened-face)
23258         (gnus-server-closed-face, gnus-server-denied-face)
23259         (gnus-server-offline-face):
23260         New backward-compatibility aliases for renamed faces.
23261         (gnus-server-agent-face, gnus-server-opened-face)
23262         (gnus-server-closed-face, gnus-server-denied-face)
23263         (gnus-server-offline-face): Use renamed gnus faces.
23264
23265         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23266         Remove "-face" suffix from face names.
23267         (gnus-picon-xbm-face, gnus-picon-face):
23268         New backward-compatibility aliases for renamed faces.
23269
23270         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23271         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23272         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23273         (gnus-cite-11): Remove "-face" suffix from face names.
23274         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23275         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23276         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23277         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23278         New backward-compatibility aliases for renamed faces.
23279         (gnus-cite-attribution-face, gnus-cite-face-list)
23280         (gnus-article-boring-faces): Use renamed gnus faces.
23281
23282         * gnus-art.el (gnus-signature, gnus-header-from)
23283         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23284         (gnus-header-content): Remove "-face" suffix from face names.
23285         (gnus-signature-face, gnus-header-from-face)
23286         (gnus-header-subject-face, gnus-header-newsgroups-face)
23287         (gnus-header-name-face, gnus-header-content-face):
23288         New backward-compatibility aliases for renamed faces.
23289         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23290
23291         * gnus-sum.el (gnus-summary-selected-face)
23292         (gnus-summary-highlight): Use renamed gnus faces.
23293         * gnus-group.el (gnus-group-highlight): Likewise.
23294
23295 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23296
23297         * gnus-sieve.el (gnus-sieve-article-add-rule):
23298         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23299         * spam-stat.el (spam-stat-buffer-change-to-spam)
23300         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23301
23302         * message.el (message-is-yours-p):
23303         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23304
23305 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23306
23307         * mm-view.el (mm-inline-text): Withdraw the last change.
23308
23309 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23310
23311         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23312         executing enriched-decode.
23313
23314 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23315
23316         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23317         charset of tar files.
23318
23319 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23320
23321         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23322
23323 2005-06-04  Lute Kamstra  <lute@gnu.org>
23324
23325         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23326         information is never recorded.
23327
23328 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23329
23330         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23331
23332 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23333
23334         * pop3.el (pop3-apop): Run md5 in the binary mode.
23335
23336         * starttls.el (starttls-set-process-query-on-exit-flag):
23337         Use eval-and-compile.
23338
23339 2005-05-31  Simon Josefsson  <jas@extundo.com>
23340
23341         * smime.el (smime-replace-in-string): Define.
23342         (smime-cert-by-ldap-1): Use it.
23343
23344 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23345
23346         * gnus-art.el (article-display-x-face): Replace
23347         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23348
23349         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23350         set-process-query-on-exit-flag or process-kill-without-query.
23351
23352         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23353         loop instead of replace-regexp.
23354
23355         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23356         instead of process-kill-without-query if it is available.
23357
23358         * lpath.el: Fbind ldap-search-entries.
23359
23360         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23361         instead of find-file-hooks if it is available.
23362
23363         * mml1991.el: Bind pgg-default-user-id when compiling.
23364
23365         * mml2015.el: Bind pgg-default-user-id when compiling.
23366
23367         * nndraft.el (nndraft-request-associate-buffer):
23368         Use write-contents-functions instead of write-contents-hooks if it is
23369         available.
23370
23371         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23372         instead of find-file-hooks if it is available.
23373
23374         * nntp.el (nntp-open-connection): Replace
23375         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23376         (nntp-open-ssl-stream): Ditto.
23377         (nntp-open-tls-stream): Ditto.
23378
23379         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23380         set-process-query-on-exit-flag or process-kill-without-query.
23381         (starttls-open-stream-gnutls): Use it instead of
23382         process-kill-without-query.
23383         (starttls-open-stream): Ditto.
23384
23385 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23386
23387         * smime.el (smime-cert-by-ldap-1): Don't use
23388         replace-regexp-in-string.
23389
23390 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23391
23392         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23393
23394         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23395         in PEM format.  Adjust to the XEmacs compatibility.
23396
23397 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23398
23399         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23400         by `string-to-number'.
23401         * gnus-agent.el (gnus-agent-regenerate-group)
23402         (gnus-agent-fetch-articles): Ditto.
23403         * gnus-art.el (gnus-button-fetch-group): Ditto.
23404         * gnus-cache.el (gnus-cache-generate-active)
23405         (gnus-cache-articles-in-group): Ditto.
23406         * gnus-group.el (gnus-group-set-current-level)
23407         (gnus-group-insert-group-line): Ditto.
23408         * gnus-score.el (gnus-score-set-expunge-below)
23409         (gnus-score-set-mark-below, gnus-summary-score-effect)
23410         (gnus-summary-score-entry): Ditto.
23411         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23412         (gnus-soup-pack): Ditto.
23413         * gnus-spec.el (gnus-xmas-format): Ditto.
23414         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23415         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23416         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23417         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23418         * nndb.el (nndb-get-remote-expire-response): Ditto.
23419         * nndiary.el (nndiary-parse-schedule-value)
23420         (nndiary-string-to-number, nndiary-request-replace-article)
23421         (nndiary-request-article): Ditto.
23422         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23423         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23424         * nneething.el (nneething-make-head): Ditto.
23425         * nnfolder.el (nnfolder-request-article)
23426         (nnfolder-retrieve-headers): Ditto.
23427         * nnheader.el (nnheader-file-to-number): Ditto.
23428         * nnkiboze.el (nnkiboze-request-article): Ditto.
23429         * nnmail.el (nnmail-process-unix-mail-format)
23430         (nnmail-process-babyl-mail-format): Ditto.
23431         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23432         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23433         (nnmh-request-create-group, nnmh-request-list-1)
23434         (nnmh-request-group, nnmh-request-article): Ditto.
23435         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23436         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23437         * nnsoup.el (nnsoup-make-active): Ditto.
23438         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23439         * nntp.el (nntp-find-group-and-number)
23440         (nntp-retrieve-headers-with-xover): Ditto.
23441         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23442         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23443         (pgg-format-key-identifier): Ditto.
23444         * pop3.el (pop3-last, pop3-stat): Ditto.
23445         * qp.el (quoted-printable-decode-region): Ditto.
23446
23447         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23448         of concat.
23449
23450 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23451
23452         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23453
23454         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23455
23456         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23457
23458         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23459
23460         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23461
23462         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23463
23464         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23465         (gnus-carpal-mode): Ditto.
23466
23467         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23468         (gnus-browse-mode): Ditto.
23469
23470         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23471
23472         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23473
23474 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23475
23476         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23477
23478 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23479
23480         * gnus-util.el (gnus-run-mode-hooks): New function.
23481
23482         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23483
23484         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23485         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23486
23487 2005-05-27  Lute Kamstra  <lute@gnu.org>
23488
23489         * dns-mode.el (dns-mode): Specify customization group.
23490
23491 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23492
23493         * gnus-agent.el (gnus-agent-make-mode-line-string):
23494         Use mode-line-highlight as mouse-face.
23495
23496 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23497
23498         * canlock.el (canlock): Change the parent group to news.
23499
23500         * deuglify.el (gnus-outlook-deuglify): Add :group.
23501
23502         * dig.el (dig): Add :group.
23503
23504         * dns-mode.el (dns-mode): Add :group.
23505
23506         * encrypt.el (encrypt): Add :group.
23507
23508         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23509         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23510         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23511         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23512         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23513
23514         * gnus-diary.el (gnus-diary): Add :group.
23515
23516         * gnus.el (gnus-group-news-1-face): Add :group.
23517         (gnus-group-news-1-empty-face): Ditto.
23518         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23519         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23520         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23521         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23522         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23523         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23524         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23525         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23526         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23527         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23528         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23529         (gnus-summary-high-ticked-face): Ditto.
23530         (gnus-summary-low-ticked-face): Ditto.
23531         (gnus-summary-normal-ticked-face): Ditto.
23532         (gnus-summary-high-ancient-face): Ditto.
23533         (gnus-summary-low-ancient-face): Ditto.
23534         (gnus-summary-normal-ancient-face): Ditto.
23535         (gnus-summary-high-undownloaded-face): Ditto.
23536         (gnus-summary-low-undownloaded-face): Ditto.
23537         (gnus-summary-normal-undownloaded-face): Ditto.
23538         (gnus-summary-high-unread-face): Ditto.
23539         (gnus-summary-low-unread-face): Ditto.
23540         (gnus-summary-normal-unread-face): Ditto.
23541         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23542         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23543
23544         * hashcash.el (hashcash): New custom group.
23545         (hashcash-default-payment): Add :group.
23546         (hashcash-payment-alist): Ditto.
23547         (hashcash-default-accept-payment): Ditto.
23548         (hashcash-accept-resources): Ditto.
23549         (hashcash-path): Ditto.
23550         (hashcash-extra-generate-parameters): Ditto.
23551         (hashcash-double-spend-database): Ditto.
23552         (hashcash-in-news): Ditto.
23553
23554         * message.el (message-minibuffer-local-map): Add :group.
23555
23556         * netrc.el (netrc): Add :group.
23557
23558         * sieve-manage.el (sieve-manage-log): Add :group.
23559         (sieve-manage-default-user): Diito.
23560         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23561         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23562         (sieve-manage-authenticators): Ditto.
23563         (sieve-manage-authenticator-alist): Ditto.
23564         (sieve-manage-default-port): Ditto.
23565
23566         * sieve-mode.el (sieve-control-commands-face): Add :group.
23567         (sieve-action-commands-face): Ditto.
23568         (sieve-test-commands-face): Ditto.
23569         (sieve-tagged-arguments-face): Ditto.
23570
23571         * smime.el (smime): Add :group.
23572
23573         * spam-report.el (spam-report): Add :group.
23574
23575         * spam.el (spam, spam-face): Add :group.
23576
23577 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23578
23579         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23580         return \n.\n.\n at the end of articles.  Protect against that.
23581         (nntp-with-open-group): Allow debugging.
23582
23583         * nnheader.el (mail-header-set-extra): Make into a function
23584         because I just could't understand how to quote the list properly.
23585
23586         * dns.el (query-dns-cached): New function.
23587
23588 2005-05-26  Lute Kamstra  <lute@gnu.org>
23589
23590         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23591
23592 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23593
23594         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23595
23596         * gnus-art.el: Don't autoload mail-extract-address-components.
23597
23598         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23599         eval-and-compile to evaluate it.
23600
23601         * hashcash.el: Don't autoload executable-find.
23602
23603         * nndb.el: Don't declare the nndb back end two or more times; don't
23604         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23605
23606         * nntp.el: Autoload format-spec instead of format; use
23607         eval-and-compile to evaluate autoload forms.
23608
23609 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23610
23611         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23612
23613 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23614
23615         * gnus.el (gnus-version-number): Bump version.
23616
23617 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23618
23619         * gnus.el: No Gnus v0.3 is released.
23620
23621 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23622
23623         * lpath.el (featurep): Bind show-nonbreak-escape.
23624
23625 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23626
23627         * gnus-art.el (gnus-article-edit-part): Disable undo.
23628
23629 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23630
23631         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23632         gnus-article-date-lapsed-new-header is t if date timer is active;
23633         skip headers in which the original date value is empty.
23634         (gnus-article-save-original-date): Redefine it as a macro.
23635         (gnus-display-mime): Use it.
23636
23637 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23638
23639         * gnus-art.el (article-date-ut): Support converting date in
23640         forwarded parts as well.
23641         (gnus-article-save-original-date): New function.
23642         (gnus-display-mime): Use it.
23643
23644 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23645
23646         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23647         enclosure element of <item>.
23648
23649 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23650
23651         * message.el (message-kill-buffer-query): Rename from
23652         `message-kill-buffer-query-if-modified'.  Add :version.
23653
23654 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23655
23656         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23657         window layout.
23658
23659 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23660
23661         * mml.el: Autoload dnd when compiling.
23662
23663 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23664
23665         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23666         x-dnd-*.
23667
23668 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23669
23670         * qp.el (quoted-printable-encode-region): Save excursion.
23671
23672 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23673
23674         * message.el (message-kill-buffer-query-if-modified): Add new variable
23675         so the user can kill a modified message buffer quickly.
23676         (message-kill-buffer): Use it.
23677
23678 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23679
23680         * lpath.el: Fbind display-time-event-handler; don't fbind
23681         string-to-multibyte.
23682
23683         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23684
23685 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23686
23687         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23688         contained in text because xml.el decodes entities) with LFs.
23689
23690 2005-04-11  Lute Kamstra  <lute@gnu.org>
23691
23692         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23693         differently.
23694
23695 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23696
23697         * mm-util.el (mm-detect-coding-region): Typo.
23698
23699 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23700
23701         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23702
23703 2005-04-06  Deepak Goel  <deego@gnufans.org>
23704
23705         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23706         user-function allow user modifications of the scores.
23707         (spam-stat-score-buffer-user): New function, to allow
23708         user-computed modifications to the score.
23709         (spam-stat-score-buffer-user-functions): List of additional
23710         scoring functions.
23711         (spam-stat-error-holder): Global temporary error holder.
23712         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23713         variable.
23714
23715 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23716
23717         * gnus-registry.el (gnus-registry-clean-empty-function)
23718         (gnus-registry-trim, gnus-registry-fetch-groups)
23719         (gnus-registry-delete-group): Groups that match
23720         `gnus-registry-ignored-groups' are removed from the registry
23721         entries, not just ignored for splitting.  This helps clean up the
23722         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23723         to get all the groups a message ID is in.
23724
23725         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23726         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23727         (spam-stat-score-buffer-user-functions): Add :number custom type.
23728
23729 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23730
23731         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23732         argument in XEmacs.
23733
23734         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23735         (nnrss-request-group): Decode group name first.
23736         (nnrss-request-article): Make a text/plain article if mml-to-mime
23737         failed.
23738         (nnrss-get-encoding): Return a compatible encoding according to
23739         nnrss-compatible-encoding-alist.
23740         (nnrss-find-el): Use consp instead of listp.
23741         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23742
23743 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23744
23745         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23746         which Emacs 20 doesn't support.
23747         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23748
23749 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23750
23751         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23752         silence the byte compiler inside the defun.
23753
23754         * gnus-demon.el (parse-time-string): Add autoload.
23755
23756         * gnus-delay.el (parse-time-string): Add autoload.
23757
23758         * gnus-art.el (parse-time-string): Add autoload.
23759
23760         * nnultimate.el (parse-time): Require for `parse-time-string'.
23761
23762 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23763
23764         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23765
23766         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23767
23768         * smime.el (smime-ldap-host-list): Add :version.
23769
23770 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23771
23772         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23773         pass it to `gnus-browse-read-group'.
23774         (gnus-browse-read-group): Add NUMBER argument and pass it to
23775         `gnus-group-read-ephemeral-group'.
23776
23777         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23778         argument and pass it to `gnus-group-read-group'.
23779
23780 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23781
23782         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23783         mm-xemacs-find-mime-charset-1 if we have the mule feature
23784         available at runtime.
23785
23786 2005-03-25  Werner Lemberg  <wl@gnu.org>
23787
23788         * nnmaildir.el: Replace `illegal' with `invalid'.
23789
23790 2005-03-23  Lute Kamstra  <lute@gnu.org>
23791
23792         * time-date.el: Add comment on time value formats.
23793         Don't require parse-time.
23794         (with-decoded-time-value): New macro.
23795         (encode-time-value): New function.
23796         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23797         (days-to-time): Return a valid time value when arg is huge.
23798         (time-since): Use time-subtract.
23799         (time-to-number-of-days): Use time-to-seconds.
23800
23801 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23802
23803         * gnus-start.el (gnus-display-time-event-handler):
23804         Check display-time-timer at runtime rather than only at load time
23805         in case display-time-mode is turned off in the mean time.
23806
23807 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23808
23809         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23810         used.
23811
23812         * nneething.el (nneething-map-file-directory): Derive from
23813         `gnus-directory'.
23814
23815         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23816         the To/Cc button.
23817
23818 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23819
23820         * nnmaildir.el (nnmaildir-request-accept-article):
23821         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23822
23823 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23824
23825         * gnus-async.el: Require timer-funcs at compile time when in
23826         XEmacs for `run-with-idle-timer'.
23827
23828 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23829
23830         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23831         autoloaded function.
23832
23833 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23834
23835         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23836
23837 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23838
23839         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23840
23841 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23842
23843         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23844         Add gnus-expert-user to default.
23845
23846 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23847
23848         * nnimap.el (nnimap-open-server): Ditto.
23849
23850         * imap.el (imap-authenticate): Fix typo.
23851
23852 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23853
23854         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23855         buffer (since IMAP server might return FETCH response out of
23856         order, and the nntp buffer must be sorted).
23857
23858 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23859
23860         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23861         comparison on string.
23862
23863         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23864         (gnus-agent-score): Rename category keywords to match gnus-cus.
23865         (gnus-agent-summary-fetch-series): Modify to protect against
23866         gnus-agent-summary-fetch-group clearing processable flags.
23867         (gnus-agent-synchronize-group-flags): Update live group buffer as
23868         synchronization may occur due to the user toggle the plugged
23869         status.
23870         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23871         successfully downloaded.
23872         (gnus-agent-expire-group-1): Avoid using markers when the overview
23873         is in ascending order; greatly improves performance.
23874         (gnus-agent-regenerate-group):
23875         Use gnus-agent-synchronize-group-flags to reset read status in both
23876         gnus and server.
23877         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23878
23879 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23880
23881         * message.el: Don't autoload former message-utils variables.
23882         (message-strip-subject-trailing-was): Change doc string.
23883
23884         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23885         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23886         (nnweb-google-search): Add "hl=en" here.
23887         (nnweb-google-parse-1, nnweb-google-create-mapping):
23888         Don't hardcode URL.
23889
23890 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23891
23892         * message.el (message-get-reply-headers, message-followup):
23893         Mention related variables `message-use-followup-to' and
23894         `message-use-mail-followup-to', in the information buffer.
23895
23896         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23897         of broken groups(-beta).google.com.
23898
23899 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23900
23901         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23902         parameter to invoked gnus-request-move-article; remove the
23903         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23904         all at once instead of once per article.
23905         (gnus-summary-remove-process-mark): Accept a list of articles as
23906         well as a single article for processing.
23907
23908         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23909         parameter.
23910
23911         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23912
23913         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23914
23915         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23916         parameter.
23917
23918         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23919         parameter.
23920
23921         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23922         parameter and remove the gnus-sum-hint-move-is-internal variable.
23923
23924         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23925         parameter.
23926
23927         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23928         parameter.
23929
23930         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23931         parameter.
23932
23933         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23934
23935         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23936         parameter.
23937
23938         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23939         parameter.
23940
23941 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23942
23943         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23944         a more conservative way.
23945
23946 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23947
23948         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23949         buffer, so it moves the window's cursor.
23950
23951 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23952
23953         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23954         `mm-dissect-multipart' and receive the from field as an (optional)
23955         argument from `mm-dissect-multipart'.
23956         (mm-dissect-multipart): Receive the from field as an argument and
23957         pass it on when we call `mm-dissect-buffer' on MIME parts.
23958         Fixes verification/decryption of signed/encrypted MIME parts.
23959
23960 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23961
23962         * gnus-sum.el (gnus-summary-move-article):
23963         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23964         whatever it calls (right now, only nnimap-request-move article
23965         respects it).
23966
23967         * nnimap.el (nnimap-request-move-article):
23968         When gnus-sum-hint-move-is-internal is set, don't do the extra
23969         nnimap-request-article.
23970
23971 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23972
23973         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23974
23975         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23976         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23977
23978         * gnus-sum.el (gnus-summary-caesar-message):
23979         Apply `gnus-treat-article' after rotation.
23980
23981         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23982         doc string.
23983
23984 2005-02-22  Simon Josefsson  <jas@extundo.com>
23985
23986         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23987         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23988         <arne@arnested.dk>.
23989         (encrypt): Add password-cache and password-cache-expiry as group
23990         members.
23991
23992 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23993
23994         * smime.el (smime-ldap-host-list): Doc fix.
23995         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23996         cache) password.
23997         (smime-sign-region): Use it.
23998         (smime-decrypt-region): Use it.
23999         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
24000         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
24001         fails.
24002         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
24003         certificate from DER to PEM format rather than calling openssl.
24004
24005         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
24006
24007         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
24008         for signing/encryption.
24009
24010         * mml.el (mml-parse-1): Use them.
24011
24012 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
24013
24014         * nnrss.el (nnrss-verbose): Remove.
24015         (nnrss-request-group): Use `nnheader-message' instead.
24016
24017 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
24018
24019         * nnrss.el (nnrss-verbose): New variable.
24020         (nnrss-request-group): Make it say nnrss is requesting a group.
24021
24022 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
24023
24024         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
24025         Handle news URL with given port correctly.
24026
24027 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24028
24029         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
24030         containing special characters.
24031
24032         * gnus-sum.el (gnus-summary-edit-article): Ditto.
24033
24034         * mml.el (mime-to-mml): Ditto.
24035
24036         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
24037         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
24038         (rfc2047-decode-region): Quote decoded words containing special
24039         characters when rfc2047-quote-decoded-words-containing-tspecials
24040         is non-nil.
24041
24042 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
24043
24044         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
24045
24046         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
24047
24048 2005-02-15  Simon Josefsson  <jas@extundo.com>
24049
24050         * nnimap.el (nnimap-debug): Doc fix.
24051
24052         * imap.el (imap-debug): Doc fix.
24053
24054 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24055
24056         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
24057
24058 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
24059
24060         * gnus.el (spam-contents): Improve docs for spam-contents
24061         parameter in its variable incarnation.
24062
24063 2005-02-14  Simon Josefsson  <jas@extundo.com>
24064
24065         * smime-ldap.el: Use require instead of load-library for ldap.
24066         (smime-ldap-search): Indent.
24067         (smime-ldap-search-internal): Shorten line.
24068
24069         * smime.el (smime-cert-by-dns): Add doc-string.
24070         (smime-cert-by-ldap-1): Indent.
24071
24072         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
24073         mml-smime-get-dns-ldap.
24074         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24075
24076 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24077
24078         * smime.el: Require smime-ldap.
24079         (smime-ldap-host-list): New variable.
24080         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24081
24082         * mml-smime.el (mml-smime-encrypt-query): New function.
24083         (mml-smime-encrypt-query): Use it.
24084
24085         * smime-ldap.el: New file.
24086
24087 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24088
24089         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24090
24091 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24092
24093         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24094         argument in doc string.  Make query for type more clear.
24095
24096 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24097
24098         * gnus.el (gnus-group-startup-message): Search for gnus images in
24099         etc/images/gnus.
24100         * mm-util.el (mm-image-load-path): Likewise.
24101         * smiley.el (smiley-data-directory): Search for smilies in
24102         etc/images/smilies.
24103
24104 2005-02-09  Kim F. Storm  <storm@cua.dk>
24105
24106         Change Emacs release version from 21.4 to 22.1 throughout.
24107         Change Emacs development version from 21.3.50 to 22.0.50.
24108
24109 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24110
24111         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24112
24113         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24114         non-Mule XEmacs as well.
24115         (mm-decompress-buffer): Signal an error intentionally if it does
24116         not decompress compressed data because auto-compression-mode is
24117         disabled.
24118
24119 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24120
24121         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24122         an ID in the registry even if it has no groups.
24123
24124 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24125
24126         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24127         merge it into mm-decompress-buffer.
24128         (gnus-mime-copy-part): Use the MIME part charset, the value which
24129         a user specified or gnus-newsgroup-charset for decoding, like
24130         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24131         save-buffer what was used.  Suggested by Kevin Ryde
24132         <user42@zip.com.au>.
24133         (gnus-mime-inline-part): Allow the name parameter as well as the
24134         filename parameter; force decompressing of compressed data; always
24135         display contents being not decoded as unibyte.
24136
24137         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24138         as well as the filename parameter.
24139
24140         * mm-util.el (mm-decompress-buffer):
24141         Merge gnus-mime-jka-compr-maybe-uncompress.
24142         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24143         of compressed data.
24144
24145 2005-02-08  Simon Josefsson  <jas@extundo.com>
24146
24147         * imap.el (imap-log): Doc fix.
24148
24149 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24150
24151         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24152         the coding cookies; decompress compressed parts.
24153
24154         * mml.el (mml-generate-mime-1): Add the charset parameter according
24155         to the value which a user specified manually or the coding cookie.
24156
24157         * mm-util.el (mm-string-to-multibyte): New function.
24158         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24159         (mm-coding-system-to-mime-charset): New function.
24160         (mm-decompress-buffer): New function.
24161         (mm-find-buffer-file-coding-system): New function.
24162
24163         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24164         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24165         parts.
24166
24167 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24168
24169         * mm-view.el (mm-display-inline-fontify): Decode a part according
24170         to the charset parameter.
24171
24172 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24173
24174         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24175         prefix arg is neither nil nor a number, as info specifies.
24176
24177 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24178
24179         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24180         timestamps.
24181
24182 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24183
24184         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24185         groups error checking and notify user.
24186
24187 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24188
24189         * message.el (message-send-mail-function): Check existence of
24190         sendmail-program first before using default value
24191         `message-send-mail-with-sendmail'.  Otherwise use more generic
24192         `smtpmail-send-it'.
24193
24194 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24195
24196         * nntp.el (nntp-request-update-info): Always return nil.
24197
24198 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24199
24200         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24201
24202 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24203
24204         * message.el (message-beginning-of-line): Change the behavior when
24205         invoked between BOL and : so that it first moves backward.
24206
24207 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24208
24209         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24210         article buffer when editing of the article is discarded.
24211         (gnus-article-prepare): Revert.
24212
24213 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24214
24215         * gnus-art.el (gnus-article-prepare):
24216         Remove message-strip-forbidden-properties from the local hook.
24217
24218 2005-01-27  Simon Josefsson  <jas@extundo.com>
24219
24220         * password.el (password-cache-add): Only start one timer per key.
24221         Reported by Derek Atkins <warlord@MIT.EDU>.
24222
24223 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24224
24225         * run-at-time.el: Remove.  It is no longer needed as
24226         timer-funcs.el in the xemacs-base package has a working version of
24227         `run-at-time'.
24228
24229         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24230
24231         * password.el: Require timer-funcs instead of run-at-time in
24232         XEmacs.
24233         Remove `password-run-at-time' macro.
24234         (password-cache-add): Use `run-at-time' instead of
24235         `password-run-at-time'.
24236
24237         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24238         Remove `nnheader-cancel-function-timers' alias,
24239         `cancel-function-timers' exists in XEmacs in timer-funcs.
24240
24241         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24242         for `run-with-idle-timer'.
24243
24244         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24245         for `run-at-time'.
24246
24247         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24248         for `with-timeout'.
24249
24250         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24251         the same as for XEmacs 21.4.
24252         No need to ignore `run-with-idle-timer', this function exists in
24253         XEmacs now in timer-funcs.el in the xemacs-base package.
24254         (dgnushack-compile): No need to delete
24255         run-at-time.el from the list of files to compile because it
24256         doesn't exist anymore.
24257
24258 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24259
24260         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24261         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24262
24263 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24264
24265         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24266         sensitively.
24267
24268 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24269
24270         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24271
24272 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24273
24274         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24275         which will be inserted according to the multibyteness of a buffer
24276         rather than the type of contents.  Suggested by ARISAWA Akihiro
24277         <ari@mbf.ocn.ne.jp>.
24278
24279         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24280         of string which old xml.el may return rather than a string.
24281
24282 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24283
24284         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24285
24286 2005-01-16  Simon Josefsson  <jas@extundo.com>
24287
24288         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24289         idn/idna.el isn't available.
24290         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24291         <michael@waxrat.com>.
24292
24293         * hashcash.el: Remove non-FSF copyright header.
24294
24295         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24296         (hashcash-generate-payment): Use it.
24297         (hashcash-generate-payment-async): Use it.
24298
24299 2005-01-15  Simon Josefsson  <jas@extundo.com>
24300
24301         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24302         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24303
24304         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24305         gnus-summary-idna-message.
24306         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24307         (gnus-summary-idna-message): New function.
24308
24309 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24310
24311         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24312         gnus-novice-user.
24313
24314 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24315
24316         * nnrss.el (nnrss-request-delete-group): Delete entries in
24317         nnrss-group-alist as well.
24318         (nnrss-save-server-data): Insert newline.
24319
24320 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24321
24322         * gnus.el (gnus-user-agent): Use list of symbols instead of
24323         symbols.  Display full version number for (S)XEmacs.
24324         Optionally display (S)XEmacs codename.
24325
24326         * gnus-util.el (gnus-emacs-version): Update for new
24327         `gnus-user-agent'.
24328
24329         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24330         Gnus version.
24331
24332 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24333
24334         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24335         which is unreadable in some setups.
24336
24337 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24338
24339         * gnus-spec.el (gnus-update-format-specifications): Flush the
24340         group format spec cache if it doesn't support decoded group names.
24341
24342 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24343
24344         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24345         Allow to apply decay on score files matching a regexp.
24346
24347 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24348
24349         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24350         compatibility in %g and %c.
24351
24352 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24353
24354         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24355         name for only %g and %c.
24356         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24357         of gnus-tmp-group to decoded group name.
24358         (gnus-group-make-rss-group): Exclude `/'s from group names.
24359
24360 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24361
24362         * nnrss.el (nnrss-get-encoding): Fix regexp.
24363
24364 2004-12-27  Simon Josefsson  <jas@extundo.com>
24365
24366         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24367         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24368         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24369
24370 2004-12-17  Kim F. Storm  <storm@cua.dk>
24371
24372         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24373
24374         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24375
24376 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24377
24378         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24379
24380 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24381
24382         * nnrss.el: Require rfc2047 and mml.
24383         (nnrss-file-coding-system): New variable.
24384         (nnrss-format-string): Redefine it as an inline function.
24385         (nnrss-decode-group-name): New function.
24386         (nnrss-string-as-multibyte): Remove.
24387         (nnrss-retrieve-headers): Decode group name; don't use
24388         nnrss-format-string.
24389         (nnrss-request-group): Decode group name.
24390         (nnrss-request-article): Decode group name; allow a Message-ID as
24391         well as an article number; don't use nnrss-format-string; encode a
24392         Message-ID string which may contain non-ASCII characters; use
24393         mml-to-mime to compose a MIME article.
24394         (nnrss-request-expire-articles): Decode group name.
24395         (nnrss-request-delete-group): Decode group name.
24396         (nnrss-fetch): Clarify error message.
24397         (nnrss-read-server-data): Use insert-file-contents instead of load;
24398         bind file-name-coding-system; use multibyte buffer.
24399         (nnrss-save-server-data): Bind coding-system-for-write to the
24400         value of nnrss-file-coding-system; bind file-name-coding-system;
24401         add coding cookie.
24402         (nnrss-read-group-data): Use insert-file-contents instead of load;
24403         bind file-name-coding-system; use multibyte buffer.
24404         (nnrss-save-group-data): Bind coding-system-for-write to the
24405         value of nnrss-file-coding-system; bind file-name-coding-system.
24406         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24407         make it work with non-ASCII text.
24408         (nnrss-find-el): Make it work with old xml.el as well.
24409
24410 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24411
24412         * nnrss.el (nnrss-get-encoding): New function.
24413         (nnrss-fetch): Use unibyte buffer initially; bind
24414         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24415         decode contents according to the encoding attribute.
24416         (nnrss-save-group-data): Add coding cookie.
24417         (nnrss-mime-encode-string): New function.
24418         (nnrss-check-group): Use it to encode subject and author.
24419
24420 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24421
24422         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24423         imaginary variable.
24424
24425 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24426
24427         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24428         correctly even if there are wide characters.
24429
24430 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24431
24432         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24433         downcased symbol names; make a new cache instead of reusing
24434         bbdb-hashtable.
24435
24436 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24437
24438         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24439         concatenating segments rather than before concatenating them.
24440         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24441
24442         * message.el (message-get-reply-headers): Bind `extra'.
24443
24444 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24445
24446         * message.el (message-extra-wide-headers): New variable.
24447         (message-get-reply-headers): Use it.
24448
24449 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24450
24451         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24452         (gnus-agent-group-pathname): Ditto.
24453
24454         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24455
24456         * gnus-group.el (gnus-group-make-group): Decode group name.
24457         (gnus-group-make-rss-group): Register the group data after opening
24458         the nnrss group.
24459
24460 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24461
24462         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24463         by expiry now get marked as read.
24464
24465 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24466
24467         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24468
24469 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24470
24471         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24472         unify Latin characters in XEmacs.
24473         (mm-find-mime-charset-region): Use it.
24474
24475 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24476
24477         * gnus-util.el (gnus-delete-directory): New function.
24478
24479         * gnus-agent.el (gnus-agent-delete-group): Use it.
24480
24481         * gnus-cache.el (gnus-cache-delete-group): Use it.
24482
24483 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24484
24485         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24486         names.
24487
24488 2004-12-16  Simon Josefsson  <jas@extundo.com>
24489
24490         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24491
24492 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24493
24494         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24495
24496         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24497         (gnus-group-set-current-level): Decode group name.
24498
24499 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24500
24501         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24502         failed.
24503
24504 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24505
24506         * gnus-group.el (gnus-group-delete-group): Decode group name.
24507         (gnus-group-make-rss-group): Encode group name.
24508         (gnus-group-catchup-current): Decode group name.
24509         (gnus-group-kill-group): Decode group name.
24510
24511 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24512
24513         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24514
24515 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24516
24517         * gnus-group.el (gnus-group-make-rss-group):
24518         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24519
24520         * gnus-start.el (gnus-setup-news): Honor user's setting to
24521         gnus-message-archive-method.  Suggested by Lute Kamstra
24522         <lute@gnu.org>.
24523
24524 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24525
24526         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24527         global counterparts of the buffer-local variables.
24528
24529 2004-11-16  Romain Francoise  <romain@orebokech.com>
24530
24531         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24532         counterparts of the buffer-local variables.
24533
24534 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24535
24536         * message.el (message-forbidden-properties): Fix typo in doc
24537         string.
24538
24539 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24540
24541         * gnus-util.el (gnus-replace-in-string): Add doc string.
24542
24543         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24544         to avoid problems when splitting mails with many recipients.
24545
24546 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24547
24548         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24549         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24550
24551 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24552
24553         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24554         if there is no hashtable in memory or file modification time is
24555         newer than cached timestamp.
24556
24557 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24558
24559         * gnus-sum.el (gnus-summary-limit-to-recipient):
24560         Implement not-matching option.
24561
24562 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24563
24564         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24565         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24566         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24567         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24568         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24569         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24570
24571 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24572
24573         * message.el (message-forward-make-body-mml): Remove headers
24574         according to message-forward-ignored-headers if a message is decoded.
24575
24576 2004-12-02  Romain Francoise  <romain@orebokech.com>
24577
24578         * message.el (message-forward-make-body-plain): Always remove
24579         headers according to message-forward-ignored-headers.
24580
24581 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24582
24583         * spam.el (spam-summary-prepare-exit): Remove the
24584         gnus-summary-limit pop for now, it has problems with ham marks for
24585         me.
24586
24587 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24588
24589         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24590         correctly.
24591
24592 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24593
24594         * format-spec.el (format-spec): Message the char.
24595
24596 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24597
24598         * gnus-art.el (gnus-split-methods): Reformat comments.
24599
24600         * spam.el (spam-summary-prepare-exit): Remove article limits
24601         before exiting the summary buffer.
24602
24603 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24604
24605         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24606         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24607
24608         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24609         order to silence the byte compiler.
24610
24611         * spam.el: Fix the way to silence the byte compiler, which
24612         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24613         bbdb-search-simple, spam-BBDB-register-routine,
24614         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24615         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24616         spam-stat-buffer-is-spam, spam-stat-load,
24617         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24618         spam-stat-save and spam-stat-split-fancy.
24619
24620 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24621
24622         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24623         which may confuse users.
24624         (canlock-password-for-verify): Ditto.
24625
24626         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24627
24628         * gnus-art.el (gnus-emphasis-alist): Ditto.
24629
24630         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24631
24632         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24633
24634         * gnus-start.el (gnus-save-killed-list): Ditto.
24635
24636         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24637         (gnus-sum-thread-tree-root): Ditto.
24638         (gnus-sum-thread-tree-false-root): Ditto.
24639         (gnus-sum-thread-tree-single-indent): Ditto.
24640
24641         * message.el (message-courtesy-message): Ditto.
24642         (message-archive-note): Ditto.
24643         (message-subscribed-address-file): Ditto.
24644         (message-user-fqdn): Ditto.
24645
24646         * spam-report.el (spam-report-gmane-regex): Ditto.
24647
24648         * spam.el (spam-blackhole-good-server-regex): Ditto.
24649
24650 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24651
24652         * mml.el (mml-preview): Widen the message buffer before copying
24653         the contents to the preview buffer; sort headers before previewing.
24654
24655         * message.el (message-hidden-headers): Fix the way to avoid a bug
24656         in the `repeat' widget in Emacs 21.3 or earlier.
24657
24658 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24659
24660         * message.el (message-hidden-headers): Default to "^References:".
24661         Improve customization type.  Suggested by Reiner Steib
24662         <Reiner.Steib@gmx.de>.
24663
24664 2004-11-25  Romain Francoise  <romain@orebokech.com>
24665
24666         * message.el (message-strip-forbidden-properties): Remove check for
24667         obsolete `message-hidden' text property, hidden headers are not
24668         accessible in the buffer anymore.
24669
24670 2004-11-22  Romain Francoise  <romain@orebokech.com>
24671
24672         * message.el (message-header-format-alist): Add `From' in list
24673         so that it can be sorted.
24674         (message-fix-before-sending): Widen and sort headers before
24675         sending.
24676         (message-hide-headers): Use narrowing to hide headers by moving
24677         them to the top of the buffer and narrowing to the region
24678         underneath.
24679
24680 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24681
24682         * message.el (message-strip-forbidden-properties):
24683         Bind buffer-read-only (etc) to nil.
24684
24685 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24686
24687         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24688         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24689
24690 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24691
24692         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24693
24694 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24695
24696         * dns.el (query-dns): Use sit-for to time instead of
24697         accept-process-output, since that doesn't seem to work on udp
24698         sockets.
24699
24700 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24701
24702         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24703
24704 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24705
24706         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24707         doc string.  Improve doc string.
24708
24709 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24710
24711         * nntp.el (nntp-request-update-info): Return nil if
24712         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24713         may not call gnus-activate-group which uselessly issues the GROUP
24714         commands for all nntp groups and wastes time.  Reported by Romain
24715         Francoise <romain@orebokech.com>.
24716
24717         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24718
24719 2004-11-15  Simon Josefsson  <jas@extundo.com>
24720
24721         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24722         headers separately.
24723         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24724         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24725
24726 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24727
24728         * gnus-start.el (gnus-convert-old-newsrc):
24729         Assign legacy-gnus-agent to 5.10.7.
24730
24731 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24732
24733         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24734         start of the lines.
24735
24736 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24737
24738         * hashcash.el (hashcash-default-payment): Change default to 20.
24739         (hashcash-default-accept-payment): Change default to 20.
24740         (hashcash-process-alist): New variable.
24741         (hashcash-generate-payment-async): Add.
24742         (hashcash-already-paid-p): Add.
24743         (hashcash-insert-payment): Don't generate payments twice.
24744         (hashcash-insert-payment-async): Add.
24745         (hashcash-insert-payment-async-2): Add.
24746         (hashcash-cancel-async): Add.
24747         (hashcash-wait-async): Add.
24748         (hashcash-processes-running-p): Add.
24749         (hashcash-wait-or-cancel): Add.
24750         (mail-add-payment): New optional argument.  Conditionally start
24751         asynchronous calculation.
24752         (mail-add-payment-async): Add.
24753
24754         * message.el (message-send-mail): Wait for asynchronous hashcash
24755         results.  Don't clobber existing X-Hashcash headers.
24756         (message-setup-1): Call mail-add-payment-async when
24757         message-generate-hashcash is non-nil.
24758
24759 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24760
24761         * message.el (message-use-alternative-email-as-from): Examine the
24762         From header as well; use message-make-from in order to include a
24763         user's full name.
24764
24765 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24766
24767         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24768         default; improve customization type.
24769         (gnus-emphasis-custom-with-format): New macro.
24770         (gnus-emphasis-custom-value-to-external): New function.
24771         (gnus-emphasis-custom-value-to-internal): New function.
24772
24773 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24774
24775         * dns.el (query-dns): Resolve reverse addresses.
24776
24777 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24778
24779         * gnus-group.el (gnus-group-get-new-news): Use it.
24780
24781         * gnus-start.el (gnus-check-reasonable-setup): New function.
24782
24783 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24784
24785         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24786         "Args out of range" error.  Reported by Arnaud Giersch
24787         <arnaud.giersch@free.fr>.
24788
24789 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24790
24791         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24792
24793 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24794
24795         * spam.el (spam group): Add :version.
24796
24797         * pgg-def.el (pgg group): Add :version.
24798
24799 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24800
24801         * gnus-art.el (gnus-article-edit-article): Don't associate the
24802         article buffer with a draft file.  This is a temporary measure
24803         against the 2004-08-22 change to gnus-article-edit-mode.
24804
24805 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24806
24807         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24808         (html2text-format-tags): Remove unused variable `attr'.
24809
24810 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24811
24812         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24813
24814         * tls.el (tls-process-connection-type, tls-success)
24815         (tls-certtool-program): Add :version.
24816
24817         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24818         (starttls-extra-arguments, starttls-process-connection-type)
24819         (starttls-connect, starttls-failure, starttls-success): Add :version.
24820
24821         * spam-stat.el (spam-stat): Add :version.
24822
24823         * sieve.el (sieve): Add :version.
24824
24825         * sha1.el (sha1): Add :version.
24826         (sha1-use-external): Remove redundant version.
24827
24828         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24829         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24830         (nnmail-split-fancy-match-partial-words)
24831         (nnmail-split-lowercase-expanded): Add :version.
24832
24833         * nndiary.el (nndiary): Add :version.
24834
24835         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24836
24837         * mml-sec.el (mml-default-sign-method)
24838         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24839         Add :version.
24840
24841         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24842
24843         * mm-url.el (mm-url-use-external, mm-url-program)
24844         (mm-url-arguments): Add :version.
24845
24846         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24847         (mm-attachment-file-modes, mm-decrypt-option)
24848         (mm-w3m-safe-url-regexp): Add :version.
24849
24850         * message.el (message-cite-prefix-regexp)
24851         (message-sendmail-envelope-from, message-minibuffer-local-map)
24852         (message-user-fqdn, message-completion-alist): Add :version.
24853
24854         * gnus-win.el (gnus-configure-windows-hook)
24855         (gnus-use-frames-on-any-display): Add :version.
24856
24857         * gnus-art.el (gnus-article-address-banner-alist)
24858         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24859         (gnus-treat-from-picon, gnus-treat-mail-picon)
24860         (gnus-treat-x-pgp-sig): Add :version.
24861
24862         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24863         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24864         (gnus-summary-article-delete-hook)
24865         (gnus-summary-display-while-building): Add :version.
24866
24867         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24868         (gnus-get-top-new-news-hook): Add :version.
24869
24870         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24871         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24872
24873         * gnus-registry.el (gnus-registry): Add :version.
24874
24875         * gnus-spec.el (gnus-use-correct-string-widths)
24876         (gnus-make-format-preserve-properties): Add :version.
24877
24878         * gnus.el (gnus-group-charter-alist)
24879         (gnus-group-fetch-control-use-browse-url)
24880         (gnus-install-group-spam-parameters): Add :version.
24881
24882         * gnus-diary.el (gnus-diary): Add :version.
24883
24884         * gnus-delay.el (gnus-delay): Add :version.
24885
24886         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24887         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24888         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24889         Add :version.
24890
24891         * gnus-agent.el (gnus-agent-max-fetch-size)
24892         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24893         (gnus-agent-prompt-send-queue): Add :version.
24894
24895         * deuglify.el (gnus-outlook-deuglify): Add :version.
24896
24897         * html2text.el: Beautify code.  Improve doc strings.
24898         Some checkdoc cleanup.
24899         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24900
24901 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24902
24903         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24904
24905 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24906
24907         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24908         when package is loaded.
24909
24910         * spam.el (spam-summary-score-preferred-header): Add global preference
24911         for people who want to override the default SpamAssassin over
24912         Bogofilter preference (when both are set).
24913         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24914         (spam-user-format-function-S):
24915         Check spam-summary-score-preferred-header.
24916         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24917         (spam-user-format-function-S): Format the score correctly.
24918
24919 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24920
24921         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24922         signature file.  Suggested by Manoj Srivastava
24923         <srivasta@golden-gryphon.com>.
24924
24925         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24926         iso-2022-jp even in the Japanese language environment.
24927         Suggested by Jason Rumney <jasonr@gnu.org>.
24928
24929 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24930
24931         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24932         use the same characters as the dummy marks; make it free from
24933         getting affected by the language environment.
24934         (gnus-summary-read-group-1): Update mark positions only when the
24935         format spec is updated.
24936
24937         * gnus-spec.el (gnus-update-format-specifications): Return a list
24938         of updated types.
24939
24940 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24941
24942         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24943         of boundp to check if display-warning is available.
24944
24945 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24946
24947         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24948
24949 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24950
24951         * nnspool.el (nnspool-spool-directory): Use news-path if the
24952         news-directory variable is not bound.
24953
24954         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24955         function instead of display-warning if it is not available.
24956
24957 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24958
24959         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24960         v5-10: Use `point-at-bol'.
24961
24962 2004-10-26  Simon Josefsson  <jas@extundo.com>
24963
24964         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24965         <chenggao@gmail.com>.
24966
24967 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24968
24969         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24970         instead.
24971
24972 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24973
24974         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24975         to remove a server from the nnimap-server-buffer-alist.
24976         (nnimap-open-connection, nnimap-close-server): Use it.
24977
24978         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24979
24980 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24981
24982         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24983         running the major-mode function.
24984
24985 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24986
24987         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24988         dummy marks in the right way.
24989
24990 2004-10-18  David Edmondson  <dme@dme.org>
24991
24992         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24993         excessively.
24994
24995 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24996
24997         * gnus-util.el (gnus-split-references): Accept a nil references
24998         string and go on blissfully.
24999
25000         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
25001         cases where the references string is non-nil but has no references.
25002
25003         * encrypt.el: Add autoload tags.
25004
25005         * spam.el (spam-resolve-registrations-routine): Remove article
25006         from unregistration list too.  Reported by David Hanak
25007         <dhanak@isis.vanderbilt.edu>
25008
25009 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
25010
25011         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
25012         nil.  Change custom type.
25013
25014 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
25015
25016         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
25017
25018         * gnus-sum.el (gnus-summary-move-article): Use it.
25019
25020 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
25021
25022         * encrypt.el: Add autoload cookies.
25023
25024         * spam.el (spam-backend-article-list-property)
25025         (spam-backend-get-article-todo-list)
25026         (spam-backend-put-article-todo-list)
25027         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
25028         Resolve registrations separately.
25029         (spam-register-routine): Format comments.
25030         (spam-unregister-routine, spam-register-routine): Always call with
25031         specific-articles, no default list.
25032         (spam-summary-prepare-exit): Use the spam-classifications function.
25033
25034         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
25035         gnus-encrypt.el.
25036
25037         * encrypt.el: Copied from gnus-encrypt.el.
25038
25039         * gnus-encrypt.el: Commented that it's obsolete.
25040
25041 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25042
25043         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
25044         (gnus-score-save): Use it.
25045
25046         * message.el (message-bury): Use `window-dedicated-p'.
25047
25048 2004-10-15  Simon Josefsson  <jas@extundo.com>
25049
25050         * pop3.el (top-level): Don't require nnheader.
25051         (pop3-read-timeout): Add.
25052         (pop3-accept-process-output): Add.
25053         (pop3-read-response, pop3-retr): Use it.
25054
25055 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
25056
25057         * spam.el (spam-register-routine): Move comment.
25058         (spam-verify-bogofilter): Use 'unknown for the initial
25059         spam-bogofilter-valid state, not 'never.
25060
25061         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
25062         for netrc-machine.
25063
25064         * nnimap.el (nnimap-open-connection):
25065         Use netrc-machine-user-or-password.
25066
25067 2004-10-17  Richard M. Stallman  <rms@gnu.org>
25068
25069         * gnus-registry.el (gnus-registry-unload-hook):
25070         Set as a variable with add-hook.
25071
25072         * nnspool.el (nnspool-spool-directory): Use news-directory instead
25073         of news-path.
25074
25075         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25076
25077         * spam.el: Delete duplicate `provide'.
25078         (spam-unload-hook): Set as a variable with add-hook.
25079
25080 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25081
25082         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25083         in the doc string.
25084
25085         * message.el (message-ignored-news-headers)
25086         (message-ignored-supersedes-headers)
25087         (message-ignored-resent-headers)
25088         (message-forward-ignored-headers): Improve custom type.
25089
25090 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25091
25092         * message.el (message-tokenize-header): Fix 2004-09-06 change
25093         which used point-min in the wrong place.
25094
25095 2004-10-12  Simon Josefsson  <jas@extundo.com>
25096
25097         * tls.el (tls-certtool-program): New variable.
25098         (tls-certificate-information): New function, based on
25099         ssl-certificate-information.
25100
25101 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25102
25103         * compface.el: Move the version of ELisp-based uncompface program
25104         to the contrib directory because of the copyright problem.
25105
25106 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25107
25108         * message.el (message-kill-buffer): Raise the current frame.
25109
25110 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25111
25112         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25113
25114         * gnus.el (message-y-or-n-p): Autoload.
25115
25116         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25117         (pop3-password-required, pop3-authentication-scheme)
25118         (pop3-leave-mail-on-server): Make customizable.
25119         (pop3): New custom group.
25120         (pop3-retr): Remove `sleep-for' statements.
25121         Suggested by Dave Love <fx@gnu.org>.
25122
25123         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25124         Windows/DOS.
25125
25126         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25127         (imap-parse-body): Fix incorrect use of `assert'.
25128         Suggested by Dave Love <fx@gnu.org>.
25129
25130         * mml.el (mml-minibuffer-read-disposition): Require match.
25131         Suggested by Dave Love <fx@gnu.org>.
25132
25133 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25134
25135         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25136         doc string.
25137
25138 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25139
25140         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25141
25142 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25143
25144         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25145         instead of calling `mm-insert-inline', to decode text/* parts
25146         before displaying them.
25147
25148 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25149
25150         * mm-uu.el (mm-uu-text-plain-type): New variable.
25151         (mm-uu-pgp-signed-extract-1): Use it.
25152         (mm-uu-pgp-encrypted-extract-1): Use it.
25153         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25154         bind mm-uu-text-plain-type with that value.
25155         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25156         mm-uu-dissect.
25157
25158 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25159
25160         * gnus-group.el (gnus-update-group-mark-positions):
25161         * gnus-sum.el (gnus-update-summary-mark-positions):
25162         * message.el (message-check-news-body-syntax):
25163         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25164         of string-as-multibyte.
25165
25166 2004-10-05  Juri Linkov  <juri@jurta.org>
25167
25168         * gnus-group.el (gnus-update-group-mark-positions):
25169         * gnus-sum.el (gnus-update-summary-mark-positions):
25170         * message.el (message-check-news-body-syntax):
25171         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25172         8-bit unibyte values to a multibyte string for search functions.
25173
25174 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25175
25176         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25177         (mm-uu-dissect-text-parts): New function.
25178
25179         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25180         dissect text parts.
25181
25182         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25183         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25184
25185         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25186
25187         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25188         Use gnus-current-topics instead of gnus-current-topic.
25189
25190 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25191
25192         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25193
25194 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25195
25196         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25197         where appropriate.
25198
25199         * nnml.el (nnml-generate-active-info): do.
25200
25201         * nndiary.el (nndiary-generate-active-info): do.
25202
25203         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25204         (gnus-topic-move): do.
25205
25206         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25207         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25208
25209         * gnus-srvr.el (gnus-server-prepare)
25210         (gnus-server-open-all-servers): do.
25211
25212         * gnus-msg.el (gnus-summary-cancel-article)
25213         (gnus-summary-resend-message)
25214         (gnus-summary-mail-crosspost-complaint): do.
25215
25216         * gnus-move.el (gnus-change-server): do.
25217
25218         * gnus-group.el (gnus-group-unmark-all-groups)
25219         (gnus-group-set-current-level): do.
25220
25221 2004-10-04  Simon Josefsson  <jas@extundo.com>
25222
25223         * message.el (message-generate-hashcash): Doc fix.
25224
25225 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25226
25227         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25228         avoid infinite recursion via gnus-get-function.
25229
25230 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25231
25232         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25233
25234         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25235
25236         * nnmail.el (nnmail-split-history): do.
25237
25238         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25239         (nnml-request-delete-group): do.
25240
25241         * nnslashdot.el (nnslashdot-read-groups): do.
25242
25243         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25244         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25245
25246         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25247         (nnspool-sift-nov-with-sed): Use last.
25248         (nnspool-retrieve-headers-with-nov): Use mapc.
25249         (nnspool-request-newgroups): Use dolist.
25250         (nnspool-request-group): Use last.
25251
25252         * nntp.el (nntp-read-server-type): Use dolist.
25253
25254         * nnvirtual.el (nnvirtual-create-mapping)
25255         (nnvirtual-update-read-and-marked): Use dolist.
25256         (nnvirtual-convert-headers): Simplify.
25257
25258 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25259
25260         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25261         Add support for sync'ing tick marks.
25262
25263 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25264
25265         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25266         there's no visible header.
25267
25268 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25269
25270         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25271         When necessary, pass full group name to gnus-request-set-marks.
25272
25273 2004-10-01  Simon Josefsson  <jas@extundo.com>
25274
25275         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25276         acroread.
25277
25278 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25279
25280         * spam-report.el (spam-report-gmane): Fix interactive.
25281
25282         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25283
25284         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25285         when writing file.
25286         (gnus-agent-synchronize-flags): Don't default to being
25287         interactive.
25288
25289 2004-09-30  Simon Josefsson  <jas@extundo.com>
25290
25291         * message.el (message-generate-hashcash): Add.
25292         (message-send-mail): Use it, call mail-add-payment.
25293
25294 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25295
25296         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25297
25298 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25299
25300         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25301         gnus-requst-update-info with explicit code to sync the in-memory
25302         info read flags with the marks being sync'd to the backend.
25303
25304         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25305
25306 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25307
25308         * spam.el (spam-verify-bogofilter): Add new function.
25309         (spam-check-bogofilter)
25310         (spam-bogofilter-register-with-bogofilter): Use it.
25311         (spam-verify-bogofilter): Add small fixes.
25312
25313 2004-09-28  Simon Josefsson  <jas@extundo.com>
25314
25315         * hashcash.el (hashcash-generate-payment): Revert.
25316
25317 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25318
25319         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25320         Use gnus-extract-references instead of gnus-split-references.
25321
25322         * gnus-util.el (gnus-extract-references): Add new function, analogous
25323         to gnus-split-references but extracts only the message-ID without
25324         anything extra.
25325
25326         * hashcash.el (hashcash-generate-payment)
25327         (hashcash-check-payment): Do the right thing if hashcash-path is
25328         nil (because the hashcash program could not be found).
25329
25330         * spam.el (spam-use-hashcash): Remove comment.
25331
25332 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25333
25334         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25335         (gnus-cache-enter-article, gnus-cache-remove-article)
25336         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25337
25338         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25339
25340         * gnus-art.el (article-hide-boring-headers)
25341         (article-translate-strings, article-display-face)
25342         (gnus-article-mime-match-handle-first)
25343         (gnus-article-highlight-headers)
25344         (gnus-article-add-buttons-to-head): do.
25345
25346 2004-09-27  Simon Josefsson  <jas@extundo.com>
25347
25348         * hashcash.el: New version, from
25349         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25350         ../contrib/.
25351
25352 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25353
25354         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25355
25356 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25357
25358         * gnus-dup.el (gnus-dup-open): Use mapc.
25359         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25360
25361         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25362         Reported by Stefan Wiens <s.wi@gmx.net>.
25363
25364         * gnus.el (gnus-shutdown): Use dolist.
25365
25366         * gnus-undo.el (gnus-undo): Use mapc.
25367
25368         * nnrss.el (nnrss-generate-active): do.
25369
25370         * message.el (message-cite-original-without-signature)
25371         (message-cite-original): Use mapc.
25372         (message-do-actions, message-make-forward-subject): Use dolist.
25373
25374 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25375
25376         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25377         deletion to remove entire duplicate line.  Fixes merged article
25378         number bug.
25379
25380 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25381
25382         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25383         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25384         first ask if you want to open a server and then, even when you
25385         responded with no, asking if you want to synchronize the server's
25386         flags.
25387         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25388         multi-line expressions.
25389         (gnus-agent-synchronize-group-flags): New internal function.
25390         Updates marks in memory (in the info structure) AND in the
25391         backend.
25392
25393         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25394
25395         * nnagent.el (nnagent-request-set-mark):
25396         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25397         method, to ensure that synchronization updates marks in the
25398         backend and in the info (in memory) structure.
25399
25400 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25401
25402         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25403         convention fully; don't miss the root article of a thread; make
25404         the X-Draft-From header with correct article numbers.
25405
25406 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25407
25408         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25409         unless plugged.  Disable the agent so that an open failure causes
25410         an error.
25411
25412         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25413         Revert 2004-09-21 change.  The backend must be opened while
25414         synchronizing flags even when the backend stores the flags
25415         locally.
25416
25417 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25418
25419         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25420         in `header' match.  Reported by Svend Tollak Munkejord.
25421
25422         * message.el (message-cite-original): Fix use of
25423         `message-cite-articles-with-x-no-archive'.
25424
25425 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25426
25427         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25428         (gnus-window-to-buffer): Ditto.
25429
25430         * mml.el (mml-preview-buffer): New variable.
25431         (mml-preview): Manage window layout with gnus-buffer-configuration.
25432
25433         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25434         X-Draft-From header even if those articles aren't quoted.
25435
25436 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25437
25438         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25439         (gnus-request-set-mark, gnus-request-update-mark): Use new
25440         g-s-t-u-l-m to decide to use backend even when unplugged.
25441
25442 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25443
25444         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25445         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25446
25447 2004-09-20  Simon Josefsson  <jas@extundo.com>
25448
25449         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25450         "utf-16-le".
25451
25452 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25453
25454         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25455
25456 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25457
25458         * uudecode.el (uudecode-use-external): Add :version.
25459
25460         * smime.el (smime-CA-file, smime-encrypt-cipher)
25461         (smime-dns-server): Add :version.
25462
25463         * smiley.el (gnus-smiley-file-types): Add :version.
25464
25465         * sha1.el (sha1-use-external): Add :version.
25466
25467         * pgg-def.el (pgg-query-keyserver): Add :version.
25468
25469         * nnmail.el (nnmail-fancy-expiry-targets)
25470         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25471         Add :version.
25472
25473         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25474         (nnimap-retrieve-groups-asynchronous): Add :version.
25475         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25476
25477         * mml.el (mml-content-disposition-parameters)
25478         (mml-insert-mime-headers-always): Add :version.
25479
25480         * mm-util.el (mm-coding-system-priorities): Add :version.
25481
25482         * mm-decode.el (mm-inline-text-html-with-images)
25483         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25484         (mm-verify-option): Add :version.
25485         (mm-text-html-renderer): Change :version.
25486
25487         * message.el (message-fcc-externalize-attachments)
25488         (message-required-headers, message-draft-headers)
25489         (message-subject-trailing-was-query)
25490         (message-subject-trailing-was-ask-regexp)
25491         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25492         (message-mark-insert-end, message-archive-header)
25493         (message-archive-note, message-cross-post-default)
25494         (message-cross-post-note, message-followup-to-note)
25495         (message-cross-post-note-function, message-use-mail-followup-to)
25496         (message-subscribed-address-functions)
25497         (message-subscribed-address-file, message-subscribed-addresses)
25498         (message-subscribed-regexps, message-allow-no-recipients)
25499         (message-yank-cited-prefix, message-signature-insert-empty-line)
25500         (message-hidden-headers, message-hierarchical-addresses)
25501         (message-mail-user-agent, message-use-idna)
25502         (message-valid-fqdn-regexp)
25503         (message-strip-special-text-properties, message-header-synonyms)
25504         (message-beginning-of-line, message-tab-body-function): Add :version.
25505         (message-insert-canlock, message-wide-reply-confirm-recipients):
25506         Change :version.
25507
25508         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25509         and :version.
25510         (mail-source-delete-old-incoming-confirm)
25511         (mail-source-movemail-program): Add :version.
25512
25513         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25514         (gnus-agent-cache, gnus-agent): Change :version.
25515
25516         * gnus-util.el (gnus-use-byte-compile): Change :version.
25517
25518         * gnus-sum.el (gnus-summary-make-false-root-always)
25519         (gnus-summary-default-high-score)
25520         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25521         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25522         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25523         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25524         (gnus-sum-thread-tree-single-indent)
25525         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25526         (gnus-sum-thread-tree-leaf-with-other)
25527         (gnus-sum-thread-tree-single-leaf): Add :version.
25528         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25529         (gnus-article-loose-mime): Change :version.
25530
25531         * gnus-start.el (gnus-backup-startup-file)
25532         (gnus-save-startup-file-via-temp-buffer): Add :version.
25533
25534         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25535         (gnus-server-offline-face): Add :version.
25536
25537         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25538
25539         * gnus-msg.el (gnus-gcc-externalize-attachments)
25540         (gnus-debug-files, gnus-debug-exclude-variables)
25541         (gnus-discouraged-post-methods): Change :version.
25542         (gnus-confirm-mail-reply-to-news)
25543         (gnus-confirm-treat-mail-like-news): Add :version.
25544
25545         * gnus-int.el (gnus-server-unopen-status): Add :version.
25546
25547         * gnus-group.el (gnus-group-jump-to-group-prompt)
25548         (gnus-large-ephemeral-newsgroup)
25549         (gnus-fetch-old-ephemeral-headers): Add :version.
25550
25551         * gnus-fun.el (gnus-x-face-directory)
25552         (gnus-convert-pbm-to-x-face-command)
25553         (gnus-convert-image-to-x-face-command)
25554         (gnus-convert-image-to-face-command): Add :version.
25555
25556         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25557
25558         * gnus-cite.el (gnus-cite-blank-line-after-header)
25559         (gnus-article-boring-faces): Add :version.
25560
25561         * gnus-art.el (gnus-buttonized-mime-types)
25562         (gnus-inhibit-mime-unbuttonizing)
25563         (gnus-treat-display-face)
25564         (gnus-treat-body-boundary): Change :version.
25565         (gnus-body-boundary-delimiter, gnus-picon-databases)
25566         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25567         (gnus-treat-date-english, gnus-treat-fold-headers)
25568         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25569         (gnus-treat-mail-picon, gnus-treat-wash-html)
25570         (gnus-article-encrypt-protocol)
25571         (gnus-use-idna, gnus-article-over-scroll)
25572         (gnus-mime-display-multipart-alternative-as-mixed)
25573         (gnus-mime-display-multipart-related-as-mixed)
25574         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25575         (gnus-ctan-url, gnus-button-ctan-handler)
25576         (gnus-button-handle-ctan-bogus-regexp)
25577         (gnus-button-ctan-directory-regexp)
25578         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25579         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25580         (gnus-button-man-level, gnus-button-emacs-level)
25581         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25582
25583         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25584         (gnus-agent-go-online): Change :version.
25585         (gnus-agent-expire-unagentized-dirs)
25586         (gnus-agent-auto-agentize-methods): Add :version.
25587
25588         * flow-fill.el (fill-flowed-display-column)
25589         (fill-flowed-encode-column): Add :version.
25590
25591         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25592         (gnus-outlook-deuglify-unwrap-max)
25593         (gnus-outlook-deuglify-cite-marks)
25594         (gnus-outlook-deuglify-unwrap-stop-chars)
25595         (gnus-outlook-deuglify-no-wrap-chars)
25596         (gnus-outlook-deuglify-attrib-cut-regexp)
25597         (gnus-outlook-deuglify-attrib-verb-regexp)
25598         (gnus-outlook-deuglify-attrib-end-regexp)
25599         (gnus-outlook-display-hook): Add :version.
25600
25601         * binhex.el (binhex-use-external): Add :version.
25602
25603 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25604
25605         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25606         and `invisible'.
25607
25608 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25609
25610         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25611         in gnus-registry-trim.
25612
25613 2004-09-13  Simon Josefsson  <jas@extundo.com>
25614
25615         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25616
25617         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25618
25619         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25620         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25621         <yamaoka@jpl.org>.
25622         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25623         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25624         <yamaoka@jpl.org>.
25625
25626         * sieve.el (sieve-manage-mode): Ditto.
25627
25628 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25629
25630         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25631
25632 2004-09-11  Simon Josefsson  <jas@extundo.com>
25633
25634         * dns-mode.el: Add.
25635
25636         * mm-view.el (mm-display-dns-inline): Add.
25637
25638         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25639         (mm-automatic-display): Ditto.
25640
25641         * mailcap.el (mailcap-mime-data): Add text/dns.
25642         (mailcap-mime-extensions): Map .soa to text/dns.
25643
25644 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25645
25646         * gnus-art.el (article-decode-mime-words, article-babel)
25647         (gnus-article-highlight-signature, gnus-article-add-buttons)
25648         (gnus-signature-toggle): Remove unnecessary bindings of
25649         `inhibit-read-only' inherited from v5.10 merge.
25650
25651 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25652
25653         * nntp.el (nntp): New customization group.
25654         (nntp-authinfo-file): Add customization group.
25655
25656         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25657
25658         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25659
25660         * gnus.el (to-address, to-list, subscribed)
25661         (large-newsgroup-initial): Ditto.
25662
25663         * flow-fill.el (fill-flowed-display-column)
25664         (fill-flowed-encode-column): Ditto.
25665
25666 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25667
25668         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25669         Use point-min rather than 1.
25670         (message-send-mail): Use buffer-size rather than point-max.
25671
25672         * gnus-sum.el (gnus-summary-search-article-forward):
25673         Signal a specific `search-failed' rather than a generic `error'.
25674
25675         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25676         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25677         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25678
25679 2004-09-10  Simon Josefsson  <jas@extundo.com>
25680
25681         * nndb.el (require): Remove tcp and duplicate cl.
25682
25683 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25684
25685         * gnus-agent.el (directory-files-and-attributes): Move forward.
25686
25687 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25688
25689         * gnus-agent.el (directory-files-and-attributes):
25690         Optionally defined to support XEmacs.
25691
25692 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25693
25694         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25695         to avoid run-time CL dependencies.
25696         (gnus-agent-unfetch-articles): New function.
25697         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25698         article numbers even when local .overview file is missing.
25699         (gnus-agent-read-article-number): New function.  Only accepts
25700         27-bit article numbers.
25701         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25702         Use gnus-agent-read-article-number.
25703         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25704         from backend while recognizing that article numbers in .overview
25705         must be valid.
25706         (gnus-agent-update-files-total-fetched-for):
25707         Use directory-files-and-attributes to improve performance.
25708         * gnus-int.el (gnus-request-move-article):
25709         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25710         improve performance.
25711
25712         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25713         some users confused by references to .newsrc when they only have a
25714         .newsrc.eld file.
25715         (gnus-convert-mark-converter-prompt)
25716         (gnus-convert-converter-needs-prompt): Fix use of property list.
25717         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25718         New function.  Used internally to only display 'gnus converting
25719         files' message when actually necessary.
25720
25721         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25722         methods now autoloaded.
25723
25724 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25725
25726         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25727         identifiers.
25728
25729 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25730
25731         * gnus-picon.el: Fix indentation and closing parenthesis.
25732
25733 2004-09-01  Simon Josefsson  <jas@extundo.com>
25734
25735         * message.el (message-canlock-generate): Require sha1, not
25736         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25737         to require within a function.  Sadly, if sha1.el isn't loaded, the
25738         let binding in m-c-g will hide the defcustom definition, which is
25739         bad.)
25740
25741         * canlock.el: Require sha1, not sha1-el.
25742
25743         * message.el: Don't autoload sha1 (there is a autoload cookie in
25744         sha1.el).
25745
25746         * sha1-el.el: Rename to sha1.el.
25747
25748 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25749
25750         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25751
25752 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25753
25754         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25755
25756 2004-08-30  Kim F. Storm  <storm@cua.dk>
25757
25758         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25759
25760         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25761         Add :group 'nnimap.
25762
25763 2004-08-30  Andreas Schwab  <schwab@suse.de>
25764
25765         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25766         ?* and ?\;.
25767
25768         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25769         and ?\' to symbol instead of whitespace.
25770
25771 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25772
25773         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25774
25775         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25776         instead of re-search-forward.
25777
25778         * gnus-uu.el (gnus-uu-save-article): Ditto.
25779         (gnus-uu-post-encode-uuencode): Ditto.
25780
25781         * html2text.el (html2text-clean-list-items): Ditto.
25782         (html2text-clean-dtdd): Ditto.
25783         (html2text-format-tags): Ditto.
25784
25785         * message.el (message-send-mail-with-sendmail): Fix regexp.
25786         (message-fill-field-general): Use search-forward instead of
25787         re-search-forward.
25788         (unbold-region): Ditto.
25789
25790         * nnrss.el (nnrss-request-article): Ditto.
25791
25792         * nnslashdot.el (nnslashdot-request-article): Ditto.
25793
25794         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25795
25796         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25797         "Unrecognized menu descriptor" error in XEmacs.
25798
25799 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25800
25801         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25802         parent article of a sparse article in the thread hashtb.
25803
25804 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25805
25806         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25807         (nnmail-expand-newtext): Lowercase expanded entries if
25808         nnmail-split-lowercase-expanded is non-nil.
25809
25810 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25811
25812         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25813
25814         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25815         of gnus-tmp-news-method into string under XEmacs.  It will be
25816         passed to gnus-correct-length which takes only a string argument.
25817
25818 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25819
25820         * gnus-util.el (gnus-bind-print-variables): New macro.
25821         (gnus-prin1): Use it.
25822         (gnus-prin1-to-string): Use it.
25823         (gnus-pp): New function.
25824         (gnus-pp-to-string): New function.
25825
25826         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25827         Replace pp-to-string with gnus-pp-to-string.
25828         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25829         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25830         * gnus-msg.el (gnus-debug): Ditto.
25831         * gnus-score.el (gnus-score-save): Ditto.
25832         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25833         gnus-pp-to-string.
25834         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25835         with gnus-pp.
25836         * score-mode.el (gnus-score-pretty-print): Ditto.
25837         * webmail.el (webmail-debug): Ditto.
25838
25839 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25840
25841         * gnus-art.el (article-display-face, article-display-x-face):
25842         Use buffer-read-only.
25843
25844 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25845
25846         * gnus-art.el (article-hide-list-identifiers):
25847         Bind inhibit-read-only as t.
25848
25849 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25850
25851         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25852
25853 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25854
25855         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25856         (gnus-narrow-to-page): Don't assume point-min == 1.
25857         (gnus-article-edit-mode): Derive from message-mode.
25858
25859         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25860         point-min == 1.
25861
25862         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25863         Disable incorrect use of `assert'.
25864
25865         * message.el (message-mode): Set comment-start-skip.
25866
25867
25868 2004-08-22  Sam Steingold  <sds@gnu.org>
25869
25870         * pop3.el (pop3-leave-mail-on-server): New user variable.
25871         (pop3-movemail): Delete mail only when it is nil.
25872
25873 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25874
25875         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25876
25877         * mml.el (mml-preview): Use `pop-to-buffer'.
25878
25879         * message.el (message-goto-mail-followup-to): Insert after "To".
25880         (message-carefully-insert-headers): Add comment.
25881
25882         * gnus.el: Remove unused variable `gnus-article-check-size'.
25883
25884         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25885
25886         * gnus-art.el (gnus-button-alist):
25887         Improve `gnus-button-handle-library' entry.
25888
25889 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25890
25891         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25892         Use downcase, since XEmacs capitalizes error messages differently.
25893
25894 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25895
25896         * nntp.el: Add (require 'gnus) due to reference to
25897         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25898
25899 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25900
25901         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25902         Bind `mm-fill-flowed'.
25903
25904         * mm-decode.el (mm-dissect-singlepart): Check it.
25905
25906 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25907
25908         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25909         'imap' for netrc parsing.
25910
25911 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25912
25913         * mailcap.el (mailcap-mime-data): Mark as risky.
25914
25915 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25916
25917         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25918         may be included in the encoded word.
25919         (rfc2047-encode): Don't append a space if the encoded word
25920         includes close parenthesis.
25921
25922 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25923
25924         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25925         of text within parentheses.
25926
25927 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25928
25929         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25930         (gnus-encrypt-write-file-contents): Make the password key the file
25931         name PLUS the cipher, not just the cipher.  Also remove failed
25932         passwords from the cache.
25933
25934 2004-08-06  Simon Josefsson  <jas@extundo.com>
25935
25936         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25937         Doc fix.
25938
25939 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25940
25941         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25942         LWSP.
25943
25944 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25945
25946         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25947         Try to append in-reply-to: data to the references: header.
25948
25949         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25950         (netrc-parse): Use gnus-encrypt.el functions.
25951
25952         * gnus-encrypt.el: Add new file for encryption support; currently
25953         does only a few GPG ciphers and an internal XOR cipher.
25954
25955         * password.el: Add comments on using password-read-and-add.
25956         (password-read-and-add): Add function to read and add the
25957         password to the cache at once.
25958
25959 2004-07-28  Simon Josefsson  <jas@extundo.com>
25960
25961         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25962         parameter (but don't use it, for now).
25963
25964         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25965         instead of hard coding to nil.
25966
25967 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25968
25969         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25970         as mm-inline-image-xemacs does.
25971
25972 2004-07-26  Simon Josefsson  <jas@extundo.com>
25973
25974         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25975         Revert part of 2004-07-17 change below.
25976
25977 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25978
25979         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25980         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25981
25982 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25983
25984         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25985         quotes that actually start with ">" at the beginning of the
25986         lines.
25987
25988 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25989
25990         * rfc2047.el (rfc2047-encode-region): Fix last change.
25991         (rfc2047-encode-parameter): Remove useless concat.
25992
25993 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25994
25995         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25996         encode special characters; fix some kind of misconfigured headers;
25997         signal a real error if debug-on-quit or debug-on-error is non-nil.
25998         (rfc2047-encode-max-chars): New variable.
25999         (rfc2047-encode-1): Use it.
26000         (rfc2047-encode-parameter): New function.
26001
26002         * mml.el (mml-insert-parameter): Remove an excessive space.
26003
26004 2004-07-17  Simon Josefsson  <jas@extundo.com>
26005
26006         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
26007         Kai Grossjohann <kai@emptydomain.de>.
26008         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
26009         (gnus-group-make-menu-bar): Ditto.
26010
26011         * gnus-util.el (gnus-group-server): Add.
26012
26013 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
26014
26015         * message.el (message-clone-locals): Clone sendmail and smtp
26016         variables.
26017
26018 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26019
26020         * rfc2047.el (rfc2047-encode-region): Fix last change.
26021
26022 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26023
26024         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
26025         characters as non-special.
26026
26027 2004-07-09  Simon Josefsson  <jas@extundo.com>
26028
26029         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
26030         Users will lose all flag changes made while unplugged with
26031         e.g. nntp unless flag synchronization happens, thus `nil' is not a
26032         good default.  See numerous reports on ding mailing list.
26033
26034 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26035
26036         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
26037         add generate-head-function and generate-article-function to the
26038         rfc822-forward entry.
26039         (nndoc-rfc822-forward-generate-article): New function.
26040         (nndoc-rfc822-forward-generate-head): New function.
26041
26042         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
26043
26044 2004-07-06  Dan Christensen  <jdc@uwo.ca>
26045
26046         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
26047         respect display group parameter and gnus-summary-expunge-below.
26048         (gnus-articles-to-read): Remove unused reference to display group
26049         parameter.
26050
26051 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26052
26053         * nnheader.el (nnheader-uniquify-message-id): New experimental
26054         variable.
26055         (nnheader-nov-read-message-id): Use it.
26056
26057         * spam-report.el (spam-report-gmane): Add interactive.
26058
26059 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26060
26061         * mm-encode.el (mm-content-transfer-encoding-defaults):
26062         Use qp-or-base64 for the application/* types.
26063
26064 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
26065
26066         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
26067
26068 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
26069
26070         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
26071         trim value.
26072
26073 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26074
26075         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26076         New macro and function.
26077         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26078
26079 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26080
26081         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26082         after-load-alist.
26083
26084 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26085
26086         * gnus-group.el (gnus-group-get-new-news-this-group):
26087         Don't update info that isn't there.
26088
26089 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26090
26091         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26092         entry.
26093
26094 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26095
26096         * mm-view.el (mm-inline-render-with-function): Use multibyte
26097         buffer; decode html source by charset.
26098
26099         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26100
26101         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26102         Mule-UCS is loaded under XEmacs.
26103         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26104
26105 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26106
26107         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26108
26109 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26110
26111         * mm-util.el (mm-coding-system-p): Return a coding-system.
26112         (mm-mime-mule-charset-alist): Use shift_jis instead of
26113         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26114         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26115         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26116         instead of japanese-shift-jis and iso-latin-1 respectively in
26117         order to share the default value with both Emacs and XEmacs-mule.
26118         (mm-mule-charset-to-mime-charset):
26119         Make mm-coding-system-priorities effective.
26120         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26121         while predicating of candidates upon the priorities.
26122
26123 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26124
26125         * gnus-sum.el (gnus-summary-make-menu-bar):
26126         Add gnus-uu-invert-processable.
26127
26128         * gnus.el: Autoload gnus-uu-invert-processable.
26129
26130 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26131
26132         * mm-util.el (mm-with-multibyte-buffer): New macro.
26133
26134         * rfc2047.el (rfc2047-encode-string): Use it.
26135         (rfc2047-encode-region): Move point to the end of the region after
26136         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26137
26138 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26139
26140         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26141         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26142
26143 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26144
26145         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26146         (gnus-cite-parse): Ignore quoted envelope From_.
26147         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26148
26149 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26150
26151         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26152         invalid addresses.
26153
26154 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26155
26156         * spam.el: Change section markers, revise TODO list.
26157         (spam-backends): Make new master list of all installed backends.
26158         (spam-summary-exit-behavior): Add new variable to determine how
26159         messages moves are done at summary exit.
26160         (spam-move-spam-nonspam-groups-only)
26161         (spam-process-ham-in-nonham-groups)
26162         (spam-process-ham-in-spam-groups): Remove variables, the
26163         spam-summary-exit-behavior variable should be used to manage this
26164         behavior.
26165         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26166         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26167         and spam-old-spam-articles.
26168         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26169         Add empty variables, placeholders for the backends they represent.
26170         (spam-set-difference): Move, unchanged.
26171         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26172         unless the user has a processor variable.
26173         (spam-classifications, spam-classification-valid-p)
26174         (spam-backend-properties, spam-backend-property-valid-p)
26175         (spam-backend-function-type-valid-p)
26176         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26177         (spam-report-articles-gmane, spam-report-articles-resend):
26178         Remove functions, they are not needed.
26179         (spam-install-backend-super, spam-backend-list)
26180         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26181         (spam-backend-function, spam-backend-ham-registration-function)
26182         (spam-backend-spam-registration-function)
26183         (spam-backend-ham-unregistration-function)
26184         (spam-backend-spam-unregistration-function)
26185         (spam-backend-statistical-p, spam-backend-mover-p)
26186         (spam-install-backend-alias, spam-install-checkonly-backend)
26187         (spam-install-mover-backend, spam-install-nocheck-backend)
26188         (spam-install-backend, spam-install-statistical-backend)
26189         (spam-install-statistical-checkonly-backend): Add backend installation
26190         support.
26191         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26192         (spam-group-processor-p): Use the new backend code and respect the
26193         summary exit behavior.
26194         (spam-mark-spam-as-expired-and-move-routine): Remove.
26195         (spam-summary-prepare): Change to use the new spam-old-articles
26196         variable.
26197         (spam-copy-or-move-routine, spam-copy-spam-routine)
26198         (spam-move-spam-routine, spam-copy-ham-routine)
26199         (spam-move-ham-routine): Add code to copy/move ham or spam.
26200         (spam-fetch-field-fast): Improve doc and code, plus allow the
26201         'number request.
26202         (spam-list-of-checks, spam-list-of-statistical-checks):
26203         Remove variables.
26204         (spam-split, spam-find-spam): Use the new backend code.
26205         (spam-registration-functions): Remove variable.
26206         (spam-unregister-routine): Add convenience wrapper.
26207         (spam-log-undo-registration, spam-register-routine)
26208         (spam-log-processing-to-registry)
26209         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26210         where possible.
26211         (spam-check-gmane-xref, spam-check-regex-headers)
26212         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26213         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26214         (spam-check-bogofilter-headers, spam-check-spamoracle)
26215         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26216         (spam-check-crm114-headers): Use the spam-split-group that
26217         spam-split prepares, no need to determine it every time.
26218
26219         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26220         to the nnheader-parse-naked-head call.
26221
26222         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26223
26224         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26225         the nnheader-nov-read-message-id call.
26226
26227 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26228
26229         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26230         gnus-activate-group twice.  Suggested by Markus Peter
26231         <warp@spin.de>.
26232
26233 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26234
26235         * gnus-art.el (gnus-article-time-format): Exchange the order of
26236         day and month in the default value; fix customization type.
26237         (article-date-ut): Use add-text-properties.
26238         (article-make-date-line): Use message-make-date instead of
26239         current-time-string.
26240
26241         * message.el (message-fetch-field): Don't use set-text-properties.
26242         (message-make-date): Simplify.
26243
26244         * messagexmas.el (message-xmas-make-date): New function.
26245         (message-xmas-redefine): Defalias message-make-date to it.
26246
26247 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26248
26249         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26250         (rfc2047-encode-region): Treat text within parentheses as special;
26251         show the original text when error has occurred.
26252
26253         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26254         already-computed method to gnus-activate-group.
26255
26256         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26257         same select-methods identical Lisp objects.
26258
26259         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26260         object when modifying the info.
26261
26262 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26263
26264         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26265         gnus-opened-servers since it has never been opened with the new
26266         configuration yet.
26267
26268 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26269
26270         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26271         arg to nnheader-generate-fake-message-id.
26272
26273 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26274
26275         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26276         number and build a fake message ID localized to a group and
26277         article number (so it's repeatable from that point on).
26278         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26279         ID format.
26280
26281         * gnus-sum.el (gnus-get-newsgroup-headers):
26282         Call nnheader-generate-fake-message-id with the article number.
26283
26284 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26285
26286         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26287         end-of-buffer.
26288
26289 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26290
26291         * message.el (message-ignored-supersedes-headers): Add Approved.
26292
26293 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26294
26295         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26296         goto-char.
26297         (rfc2047-encode): Fold the line before encoding.
26298
26299 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26300
26301         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26302         folding -- not all headers can be folded, and this should be done
26303         by the message composition mode.  Probably.  I think.
26304
26305 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26306
26307         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26308         fast.
26309
26310         * gnus-ems.el (gnus-remove-image): Don't use
26311         message-text-with-property; remove only the image found first.
26312
26313         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26314         found first.
26315
26316 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26317
26318         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26319
26320 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26321
26322         * message.el (message-text-with-property): Make it fast and accept
26323         optional arguments.
26324         (message-strip-forbidden-properties): Use it.
26325         (message-fix-before-sending): Follow the m-t-w-p change.
26326
26327         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26328
26329 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26330
26331         * gnus-art.el (article-hide-headers): Don't change the buffer
26332         mistakenly when performing mml-preview even if
26333         gnus-single-article-buffer is nil.
26334
26335 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26336
26337         * message.el (message-expand-name-databases): New user option.
26338         (message-expand-name): Use it.
26339
26340 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26341
26342         * spam.el (spam-report-articles-resend)
26343         (spam-report-resend-register-routine): Allow ham reporting.
26344         (spam-report-resend-register-ham-routine): Add wrapper.
26345         (spam-registration-functions): Add ham resending functions.
26346         (spam-list-of-processors): Add ham resend processor.
26347
26348         * gnus.el (ham-resend-to): Add new group parameter.
26349         (spam-process): Add ham resend option.
26350
26351         * spam-report.el (spam-report-resend): Allow reporting ham.
26352         (spam-report-resend-ham): Add wrapper.
26353
26354 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26355
26356         * message.el (message-cite-articles-with-x-no-archive):
26357         New variable.
26358         (message-cite-original): Use it.
26359
26360 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26361
26362         * message.el (message-cite-original): Respect X-No-Archive.
26363
26364 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26365
26366         * gnus-art.el (article-hide-headers): Refer to the values for
26367         gnus-ignored-headers and gnus-visible-headers in the summary
26368         buffer since a user may have set them as group parameters.
26369
26370 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26371
26372         * assistant.el (assistant-node-name): Add convenience function.
26373         (assistant-render-text, assistant-render-node): Add error handling,
26374         plus handle multiple next nodes.
26375         (assistant-find-next-node): Comment out for now.
26376         (assistant-find-next-nodes): Add function, returns list of next
26377         nodes.
26378
26379 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26380
26381         * mail-source.el (mail-source-directory): Fix doc-string.
26382
26383 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26384
26385         * assistant.el (assistant-render-text, assistant-eval): Add :set
26386         widget type, which is different because it takes and returns a
26387         list.  Much hilarity ensues.
26388
26389 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26390
26391         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26392
26393         * gnus-group.el (gnus-group-get-new-news-this-group):
26394         Add doc-string.
26395
26396         * gnus-start.el (gnus-activate-group): Add doc-string.
26397
26398 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26399
26400         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26401
26402 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26403
26404         * assistant.el (assistant-render-text): Try to add a :set
26405         widget, more to come.
26406
26407         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26408         strings.
26409         (spam-report-articles-resend)
26410         (spam-register-routine): Do registration iff any articles warrant
26411         it.
26412         (spam-summary-prepare-exit): Change log message for nil group
26413         destinations.
26414
26415 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26416
26417         * spam.el (spam-report-resend-register-routine):
26418         Allow spam-report-resend-to to be a group parameter or a global value.
26419
26420 2004-05-26  Simon Josefsson  <jas@extundo.com>
26421
26422         * starttls.el: Merge with my GNUTLS based starttls.el.
26423         (starttls-gnutls-program, starttls-use-gnutls)
26424         (starttls-extra-arguments, starttls-process-connection-type)
26425         (starttls-connect, starttls-failure, starttls-success):
26426         New variables.
26427         (starttls-program, starttls-extra-args): Doc fix.
26428         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26429         New functions.
26430         (starttls-negotiate, starttls-open-stream):
26431         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26432         function if it is set.
26433
26434 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26435
26436         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26437         structured fields.
26438
26439 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26440
26441         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26442
26443 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26444
26445         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26446         Add variable.
26447         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26448         assigning the spam-mark to new messages.
26449
26450 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26451
26452         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26453
26454 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26455
26456         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26457
26458         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26459         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26460         default.
26461
26462 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26463
26464         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26465         correct data.
26466
26467 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26468
26469         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26470         (spam-group-processor-p): Fix function.
26471         (spam-group-processor-multiple-p)
26472         (spam-group-spam-processor-report-gmane-p)
26473         (spam-group-spam-processor-report-resend-p)
26474         (spam-group-spam-processor-bogofilter-p)
26475         (spam-group-spam-processor-blacklist-p)
26476         (spam-group-spam-processor-ifile-p)
26477         (spam-group-ham-processor-ifile-p)
26478         (spam-group-spam-processor-spamoracle-p)
26479         (spam-group-spam-processor-crm114-p)
26480         (spam-group-ham-processor-bogofilter-p)
26481         (spam-group-spam-processor-stat-p)
26482         (spam-group-ham-processor-stat-p)
26483         (spam-group-ham-processor-whitelist-p)
26484         (spam-group-ham-processor-BBDB-p)
26485         (spam-group-ham-processor-spamoracle-p)
26486         (spam-group-ham-processor-copy-p): Remove functions with some
26487         prejudice against unneeded code.
26488         (spam-report-articles-resend)
26489         (spam-report-resend-register-routine): Allow the group/topic
26490         spam-resend-to value to override spam-report-resend-to.
26491         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26492         properly now.
26493
26494         * gnus.el (spam-resend-to): Add group/topic parameter.
26495         (spam-process): Move the OBSOLETE processors to the end of the
26496         choices.
26497
26498 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26499
26500         * spam-report.el (spam-report-resend-to, spam-report-resend):
26501         Start with resend-to set to nil, and then ask the user if necessary.
26502         (spam-report-resend): spam-report-resend takes a list of articles, not
26503         separate article numbers.
26504
26505 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26506
26507         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26508         addition to emacs-w3m.
26509
26510 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26511
26512         * assistant.el (assistant-authinfo-data): New function.
26513         (assistant-eval): Eval for entire assistant.
26514
26515         * netrc.el (netrc-services-file): New variable.
26516         (netrc-parse-services): New function.
26517         (netrc-find-service-name): New function.
26518         (netrc-find-service-number): New function.
26519         (netrc-port-equal): New function.
26520         (netrc-machine): Use it.
26521
26522         * nnimap.el (nnimap-open-connection): Use netrc.
26523
26524         * gnus-util.el (gnus-netrc-get): Remove aliases.
26525
26526         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26527
26528         * assistant.el (wid-edit): Fix compilation.
26529
26530         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26531
26532 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26533
26534         * gnus-util.el (gnus-set-file-modes): New function.  (small
26535         patch).
26536
26537 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26538
26539         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26540
26541         * assistant.el (assistant-render-node): Fix up rendering and
26542         read-only text.
26543         (assistant-render-node): Reset.
26544         (assistant-make-read-only): Not sticky.
26545
26546 2004-05-20  Danny Siu  <dsiu@adobe.com>
26547
26548         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26549         centered even when gnus-auto-center-summary is t.
26550
26551 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26552
26553         * dns.el (dns-get-txt-answer): New function.
26554         (dns-read-txt): Ditto.
26555         (query-dns): Use it.
26556
26557 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26558
26559         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26560         active for foreign groups even if the group level is higher than
26561         the specified value.
26562
26563 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26564
26565         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26566         non-active groups.
26567
26568         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26569
26570 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26571
26572         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26573
26574 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26575
26576         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26577         (spam-crm114-header, spam-crm114-spam-switch)
26578         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26579         (spam-crm114-positive-spam-header)
26580         (spam-crm114-database-directory, spam-list-of-processors)
26581         (spam-group-spam-processor-crm114-p)
26582         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26583         (spam-generic-score, spam-list-of-checks)
26584         (spam-list-of-statistical-checks, spam-registration-functions)
26585         (spam-check-crm114-headers, spam-crm114-score)
26586         (spam-check-crm114, spam-crm114-register-with-crm114)
26587         (spam-crm114-register-spam-routine)
26588         (spam-crm114-unregister-spam-routine)
26589         (spam-crm114-register-ham-routine)
26590         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26591
26592 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26593
26594         * gnus.el: Add spam-use-crm114.
26595
26596         * spam.el (spam-list-of-processors, spam-registration-functions):
26597         Add spam-use-resend.
26598         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26599         (spam-report-articles-gmane): Add doc fix.
26600         (spam-report-articles-resend, spam-report-resend-register-routine):
26601         Add wrappers around spam-report-resend-to.
26602
26603         * spam-report.el (spam-report-resend-to, spam-report-resend):
26604         Add support for resending spam.
26605         (spam-report-gmane): Fix line length >80.
26606
26607         * gnus.el (spam-process): Add spam-use-resend.
26608
26609 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26610
26611         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26612         number of processed spam messages.
26613         (spam-ham-copy-or-move-routine): Return the number of processed
26614         ham messages.
26615         (spam-summary-prepare-exit): Use the above values to decide
26616         whether status messages should be displayed.
26617
26618 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26619
26620         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26621         `rfc2047-encoding-function-alist' in order to avoid conflicting
26622         with the old version.
26623         (rfc2047-encode-region): Concatenate words containing non-ASCII
26624         characters in structured fields; don't encode space-delimited
26625         ASCII words even in unstructured fields; don't break words at
26626         char-category boundaries.
26627         (rfc2047-encode-1): New function.
26628         (rfc2047-encode): Use it; encode text so that it occupies the
26629         maximum width within 76-column; work correctly on Q encoding for
26630         iso-2022-* charsets.
26631         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26632         sure not to break a line just after the header name.
26633         (rfc2047-b-encode-region): Remove.
26634         (rfc2047-b-encode-string): New function.
26635         (rfc2047-q-encode-region): Remove.
26636         (rfc2047-q-encode-string): New function.
26637
26638         * mm-util.el (mm-replace-in-string): New function.
26639
26640 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26641
26642         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26643         Really get it right.
26644         (gnus-inews-make-draft): Really.
26645
26646 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26647
26648         * nnmh.el (nnmh-request-list-1): Don't check the link count
26649         before descending.  (small patch)
26650
26651 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26652
26653         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26654         stuff.
26655
26656         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26657         Match on real group name.
26658
26659         * gnus-art.el (gnus-signature-limit): Doc fix.
26660
26661         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26662
26663         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26664
26665 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26666
26667         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26668         isn't a string.
26669
26670 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26671
26672         * gnus-draft.el (gnus-draft-send):
26673         Bind rfc2047-encode-encoded-words.
26674
26675         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26676         (rfc2047-encodable-p): Say that =? needs encoding.
26677         (rfc2047-encode-encoded-words): New variable.
26678
26679         * gnus-group.el (gnus-group-select-group): Doc fix.
26680
26681         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26682
26683         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26684         to nil.
26685
26686         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26687
26688         * nnheader.el (nnheader-get-lines-and-char): New function.
26689
26690 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26691
26692         * gnus-msg.el (gnus-summary-followup-with-original):
26693         Document yanking of region when active.
26694
26695 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26696
26697         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26698         groups if the group level is higher than the specified value.
26699
26700 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26701
26702         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26703         (gnus-group-jump-to-group): Add prefix argument using
26704         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26705         non-active group.
26706
26707         * compface.el (uncompface): Be verbose when changing
26708         `uncompface-use-external'.
26709
26710         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26711         handle manual section.
26712
26713 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26714
26715         * gnus-art.el (gnus-button-alist): Revert previous change.
26716
26717 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26718
26719         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26720
26721 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26722
26723         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26724         whether backend can accept message.
26725
26726         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26727
26728 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26729
26730         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26731         Avoid creating directory when nntp-marks-is-evil is true.
26732         Reported by Reiner Steib.
26733
26734 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26735
26736         * gnus-picon.el (gnus-picon-insert-glyph):
26737         Add optional `nostring' argument.
26738
26739 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26740
26741         * gnus-picon.el (gnus-picon-style): New variable.
26742         (gnus-picon-transform-address): Support `gnus-picon-style'.
26743
26744 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26745
26746         * message.el (message-fill-field): Return point.
26747         (message-generate-headers): Go to end of field.
26748
26749         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26750         stuff for non-living groups.
26751
26752 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26753
26754         * gnus-art.el (gnus-article-followup-with-original)
26755         (gnus-article-reply-with-original): gnus-mark-active-p ->
26756         gnus-region-active-p.
26757
26758 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26759
26760         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26761         only when there is spam or ham to be processed.
26762
26763 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26764
26765         * mail-source.el (mail-source-delete-crash-box): Refactor.
26766         (mail-source-fetch): Use it.
26767         (mail-source-fetch-file): Ditto.
26768         (mail-source-fetch-directory): Run postscript in loop.
26769         (mail-source-fetch-pop): Delete.
26770         (mail-source-fetch-maildir): Ditto.
26771         (mail-source-fetch-imap): Ditto.
26772
26773         * imap.el (imap-authenticators): Comment out sasl.
26774
26775         * message.el (message-skip-to-next-address): New function.
26776         (message-fill-header-address): Refactor.
26777         (message-fill-address): Use it.
26778         (message-delete-address): Use it.
26779         (message-fill-header-general): Refactor.
26780         (message-fill-field-address): Rename.
26781         (message-narrow-to-field): Find the start of the header.
26782         (message-header-format-alist): Don't pre-fill.
26783         (message-fill-header): Remove.
26784         (message-insert-header): New function.
26785         (message-shorten-references): Use it.
26786
26787         * rfc2047.el (rfc2047-field-value): Strip props.
26788
26789         * mail-parse.el (mail-header-make-address): New alias.
26790
26791         * ietf-drums.el (ietf-drums-make-address): New function.
26792
26793         * imap.el: Add compiler directives.
26794
26795         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26796
26797         * gnus-art.el (article-decode-idna-rhs): Don't use
26798         message-idna-inside-rhs-p.
26799
26800 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26801
26802         * message.el (message-idna-inside-rhs-p): Remove.
26803         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26804
26805         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26806         false positives.
26807
26808 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26809
26810         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26811
26812 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26813
26814         * nneething.el (nneething-file-name): Don't create spurious
26815         files.
26816
26817         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26818         (gnus-inews-do-gcc): Remove sleep.
26819
26820         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26821         part under point.
26822
26823         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26824         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26825
26826 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26827
26828         * spam.el (spam-summary-prepare-exit): Fix (length).
26829
26830 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26831
26832         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26833         as expired without moving it" message when there are spam
26834         messages left.
26835
26836 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26837
26838         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26839         header is not nil.
26840
26841 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26842
26843         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26844         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26845         (nntp-marks-changed-p): New arg SERVER.
26846         (nntp-request-update-info): Adjust caller.
26847
26848 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26849
26850         * nntp.el (nntp-save-marks): Pass missing arg.
26851
26852 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26853
26854         * nntp.el: Support marks.
26855         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26856         (nntp-marks-modtime, nntp-marks-directory): New variables.
26857         (nntp-request-set-mark, nntp-request-update-info)
26858         (nntp-possibly-create-directory, nntp-marks-changed-p)
26859         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26860         New functions.
26861
26862 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26863
26864         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26865         (gnus-xmas-redefine): Rename.
26866
26867         * gnus-score.el (gnus-score-insert-help):
26868         Use gnus-select-lowest-window.
26869
26870         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26871         appt-select-lowest-window and rename to gnus-select-lowest-window.
26872
26873         * gnus.el: do.
26874
26875 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26876
26877         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26878         encodings of MIME-encoded words, in order to improve
26879         interoperability with several broken MUAs.
26880
26881 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26882
26883         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26884         tags, only when charsets are not specified in headers.
26885         (mm-inline-text-html-render-with-w3m): Ditto.
26886
26887         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26888         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26889
26890 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26891
26892         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26893         instead of MIME-decoded from fields when checking
26894         `gnus-article-address-banner-alist'.
26895
26896 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26897
26898         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26899         description rather than subject.
26900
26901 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26902
26903         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26904
26905 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26906
26907         * gnus.el (gnus-version-number): Bump.
26908
26909 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26910
26911         * gnus.el: No Gnus v0.2 is released.
26912
26913 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26914
26915         * gnus-agent.el (gnus-agent-read-agentview):
26916         Inline gnus-uncompress-range.
26917
26918 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26919
26920         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26921         `exec-installed-p'.
26922
26923 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26924
26925         * gnus.el (spam-process, spam-autodetect-methods):
26926         Add bsfilter and bsfilter-headers.
26927
26928         * spam.el (spam-bsfilter): New customize group.
26929         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26930         (spam-bsfilter-header, spam-bsfilter-probability-header)
26931         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26932         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26933         (spam-bsfilter-database-directory): New options.
26934         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26935         (spam-list-of-statistical-checks, spam-registration-functions):
26936         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26937         (spam-bsfilter-score): New command.
26938         (spam-check-bsfilter-headers, spam-check-bsfilter)
26939         (spam-bsfilter-register-with-bsfilter)
26940         (spam-bsfilter-register-spam-routine)
26941         (spam-bsfilter-unregister-spam-routine)
26942         (spam-bsfilter-register-ham-routine)
26943         (spam-bsfilter-unregister-ham-routine): New functions.
26944         (spam-generic-score): Support bsfilter; Accept an optional argument
26945         to recalcurate spam score even if scoring header has already been
26946         added.
26947         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26948         optional argument to recalcurate spam score even if scoring header
26949         has already been added.
26950
26951 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26952
26953         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26954         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26955         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26956         link is missing.
26957
26958 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26959
26960         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26961         (html2text-get-attr): Rewrite.
26962
26963         * message.el (message-setup-1): Remove redundant put-text-property
26964         on mail-header-separator.
26965
26966 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26967
26968         * gnus-registry.el (gnus-registry-cache-whitespace)
26969         (gnus-registry-action, gnus-registry-spool-action)
26970         (gnus-registry-split-fancy-with-parent): Change message levels
26971         from 5 to 3 or 7, as needed.
26972
26973         * spam.el (spam-summary-prepare-exit)
26974         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26975         (spam-split, spam-find-spam, spam-log-undo-registration)
26976         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26977         level from 5 to 6.
26978
26979 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26980
26981         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26982         2004-03-04 change).
26983
26984 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26985
26986         * sieve-manage.el (sieve-manage-open):
26987         * nnweb.el (nnweb-insert-html):
26988         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26989         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26990         * nnspool.el (nnspool-request-group):
26991         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26992         * nnml.el (nnml-request-update-info):
26993         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26994         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26995         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26996         (nnimap-request-set-mark):
26997         * nnfolder.el (nnfolder-request-update-info):
26998         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26999         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
27000         * gnus-uu.el (gnus-uu-find-articles-matching):
27001         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
27002         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
27003         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
27004         * gnus-nocem.el (gnus-nocem-scan-groups):
27005         * gnus-int.el (gnus-start-news-server):
27006         * gnus-group.el (gnus-group-make-kiboze-group)
27007         (gnus-group-browse-foreign-server):
27008         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
27009         Use mapc when appropriate.
27010
27011 2004-04-22  Dan Christensen  <jdc@uwo.ca>
27012             Adam Sjøgren  <asjo@koldfront.dk>
27013             Wes Hardaker  <wes@hardakers.net>
27014             Michael Shields  <shields@msrl.com>
27015
27016         * spam.el (spam-necessary-extra-headers): Get the extra headers we
27017         may need for spam sorting and scoring.
27018         (spam-user-format-function-S): Add user format function suitable for
27019         general use.
27020         (spam-article-sort-by-spam-status): Add sorting function for summary
27021         sorting.
27022         (spam-extra-header-to-number): Add function to get a score from a
27023         header.
27024         (spam-summary-score): Add function to get a numeric score from the
27025         headers.
27026         (spam-generic-score): Fix function doc, was in wrong place.
27027         (spam-initialize): Take symbols when it's run, and install the
27028         extra headers that spam-necessary-extra-headers thinks we need.
27029
27030 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
27031
27032         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
27033         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27034
27035 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
27036
27037         * gnus-sum.el (gnus-set-global-variables)
27038         (gnus-build-all-threads, gnus-get-newsgroup-headers)
27039         (gnus-article-get-xrefs, gnus-summary-best-group)
27040         (gnus-summary-next-article, gnus-summary-enter-digest-group)
27041         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
27042         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
27043         Use with-current-buffer.
27044
27045 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27046
27047         * spam.el (spam-summary-prepare-exit): Simplify logic.
27048         (spam-fetch-article-header): Read the article header if it's not
27049         available.
27050         (spam-list-articles): Simplify logic.
27051         (spam-filelist-register-routine): Fix bug with unregister-list.
27052
27053         * gnus-registry.el: Fix comments at beginning.
27054
27055 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
27056
27057         * message.el (message-cater-to-broken-inn): Remove.
27058         (message-shorten-references): Make sure the total folded length of
27059         References is shorter than 998 characters to cater to a bug in INN
27060         2.3.  Also, don't pretend that references aren't folded -- this
27061         hasn't worked for a while.
27062
27063 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27064
27065         * gnus-agent.el (gnus-agentize):
27066         gnus-agent-send-mail-real-function no longer set to current value
27067         of message-send-mail-function but rather a lambda that calls
27068         message-send-mail-function.  The change makes the agent real-time
27069         responsive to user changes to message-send-mail-function.
27070
27071 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27072
27073         * legacy-gnus-agent.el
27074         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27075         help from Florian Weimer <fw@deneb.enyo.de>
27076
27077 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27078
27079         * nnmail.el (nnmail-cache-insert): Revert last change.
27080
27081 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27082
27083         * nnmail.el (nnmail-cache-insert): Always check whether
27084         nnmail-cache-ignore-groups matches a group name.
27085
27086 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27087
27088         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27089         (spam-find-spam, spam-log-processing-to-registry)
27090         (spam-log-registered-p, spam-log-unregistration-needed-p)
27091         (spam-log-undo-registration): Use gnus-message instead of
27092         gnus-error, none of these errors are fatal.
27093
27094         * gnus-registry.el (gnus-registry-clean-empty-function)
27095         (gnus-registry-clean-empty): Remove only empty entries without
27096         extra data.
27097
27098 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27099
27100         * spam-stat.el (spam-stat-buffer-change-to-spam)
27101         (spam-stat-buffer-change-to-non-spam): Change (error) to
27102         (gnus-message 8) invocation.
27103
27104 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27105
27106         * nntp.el (nntp-via-netcat-command): New variable.
27107         (nntp-via-netcat-switches): New variable.
27108         (nntp-open-via-rlogin-and-netcat): New function.
27109         (nntp-open-connection-function): Doc fix.
27110         (nntp-telnet-command): Doc fix.
27111         (nntp-end-of-line): Doc fix.
27112         (nntp-via-rlogin-command): Doc fix.
27113         (nntp-via-user-name): Doc fix.
27114         (nntp-via-address): Doc fix.
27115
27116 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27117
27118         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27119         error in Emacs 21.1.
27120
27121 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27122
27123         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27124
27125 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27126
27127         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27128         (gnus-agent-with-refreshed-group): New macro.
27129         (gnus-agent-rename-group): New function.
27130         (gnus-agent-delete-group): New function.
27131         (gnus-agent-save-group-info): Use gnus-command-method when
27132         `method' parameter is nil.  Don't write nil entries into the
27133         active file.
27134         (gnus-agent-get-group-info): New function.
27135         (gnus-agent-fetch-articles):
27136         Use gnus-agent-update-files-total-fetched-for to increment disk space
27137         used.
27138         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27139         Use gnus-agent-update-view-total-fetched-for to increment disk space
27140         used.
27141         (gnus-agent-get-local): Add optional parameters to avoid calling
27142         gnus-group-real-name and gnus-find-method-for-group.
27143         (gnus-agent-set-local): Delete stored entry if either min, or max,
27144         are nil.
27145         (gnus-agent-fetch-session): Reworded error/quit messages.
27146         On quit, use gnus-agent-regenerate-group to record existance of any
27147         articles fetched to disk before the quit occurred.
27148         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27149         gnus-agent-update-view-total-fetched-for, and
27150         gnus-agent-update-files-total-fetched-for to decrement disk space
27151         used.
27152         (gnus-agent-retrieve-headers):
27153         Use gnus-agent-update-view-total-fetched-for to increment disk space
27154         used.
27155         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27156         with gnus-agent-update-files-total-fetched-for to decrement disk
27157         space and fresh group buffer.
27158         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27159         (gnus-agent-need-update-total-fetched-for): New variable.
27160         (gnus-agent-update-files-total-fetched-for): New function.
27161         (gnus-agent-update-view-total-fetched-for): New function.
27162         (gnus-agent-total-fetched-for): New function.
27163
27164         * gnus-cache.el (gnus-cache-save-buffers):
27165         Use gnus-cache-update-overview-total-fetched-for to change disk space
27166         used by this group.
27167         (gnus-cache-possibly-enter-article):
27168         Use gnus-cache-update-file-total-fetched-for to increment disk space
27169         used by this group.
27170         (gnus-cache-possibly-remove-article):
27171         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27172         used by this group.
27173         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27174         (gnus-cache-rename-group): New function.
27175         (gnus-cache-delete-group): New function.
27176         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27177         (gnus-cache-need-update-total-fetched-for): New variable.
27178         (gnus-cache-with-refreshed-group): New macro.
27179         (gnus-cache-update-file-total-fetched-for): New function.
27180         (gnus-cache-update-overview-total-fetched-for): New function.
27181         (gnus-cache-rename-group-total-fetched-for): New function.
27182         (gnus-cache-delete-group-total-fetched-for): New function.
27183         (gnus-cache-total-fetched-for): New function.
27184
27185         * gnus-group.el: Require gnus-sum and autoload functions to
27186         resolve warnings when gnus-group.el compiled alone.
27187         (gnus-group-line-format): Document new %F.
27188         (size of Fetched data) group line format; identifies disk space
27189         used by agent and cache.
27190         (gnus-group-line-format-alist): Define new F format.
27191         (gnus-total-fetched-for): New function.
27192         (gnus-group-delete-group): No longer update
27193         gnus-cache-active-altered as gnus-request-delete-group now keeps
27194         the cache in sync.
27195         (gnus-group-list-active): Let the agent store a server's active
27196         list if currently plugged.
27197
27198         * gnus-int.el (gnus-request-delete-group):
27199         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27200         local disk in sync with the server.
27201         (gnus-request-rename-group):
27202         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27203         local disk in sync with the server.
27204
27205         * gnus-start.el (gnus-get-unread-articles):
27206         Cosmetic simplification to logic.
27207
27208         * gnus-util.el (gnus-rename-file): New function.
27209
27210 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27211
27212         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27213
27214 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27215
27216         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27217         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27218
27219 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27220
27221         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27222         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27223
27224 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27225
27226         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27227
27228 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27229
27230         * spam.el (spam-set-difference): Add function to replace
27231         gnus-set-difference in spam.el.
27232         (spam-summary-prepare-exit): Use spam-set-difference.
27233
27234 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27235
27236         * gnus-registry.el (gnus-registry-cache-file): Update to use
27237         gnus-dribble-directory OR gnus-home-directory OR ~.
27238         (gnus-registry-split-fancy-with-parent): Fix doc.
27239
27240 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27241
27242         * message.el (message-exchange-point-and-mark):
27243         Use message-mark-active-p.  Suggested by Jesper Harder
27244         <harder@ifa.au.dk>.
27245
27246 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27247
27248         * message.el (message-exchange-point-and-mark): Don't activate
27249         region if it was inactive.  Suggested by Hiroshi Fujishima
27250         <pooh@nature.tsukuba.ac.jp>.
27251
27252 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27253
27254         * gnus-art.el (article-display-face): Display Faces in the same
27255         order as X-Faces.
27256
27257 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27258
27259         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27260
27261 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27262
27263         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27264         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27265         (gnus-article-mime-hierarchy): Remove.
27266         (gnus-article-mime-hierarchy-next): Remove.
27267         (gnus-article-mode): Revert 2004-03-19 change.
27268         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27269         (gnus-insert-mime-button): Revert 2004-03-19 change.
27270         (gnus-mime-accumulate-hierarchy): Remove.
27271         (gnus-mime-enter-multipart): Remove.
27272         (gnus-mime-leave-multipart): Remove.
27273         (gnus-mime-display-part): Revert 2004-03-19 change.
27274         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27275
27276         * mml.el (mml-preview): Revert 2004-03-19 change.
27277
27278 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27279
27280         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27281
27282 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27283
27284         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27285         t while entering a file name using the mm-with-multibyte macro.
27286         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27287
27288         * mm-util.el (mm-with-multibyte): New macro.
27289
27290 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27291
27292         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27293         New user option.
27294         (gnus-mime-multipart-functions): Doc and customization fix.
27295         (gnus-article-mime-hierarchy): New variable.
27296         (gnus-article-mime-hierarchy-next): New variable.
27297         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27298         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27299         gnus-article-mime-hierarchy-next to nil.
27300         (gnus-insert-mime-button): Show hierarchy numbers.
27301         (gnus-mime-accumulate-hierarchy): New function.
27302         (gnus-mime-enter-multipart): New function.
27303         (gnus-mime-leave-multipart): New function.
27304         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27305         (gnus-mime-display-alternative): Show hierarchy numbers.
27306
27307         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27308         gnus-article-mime-hierarchy-next to nil.
27309
27310 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27311
27312         * dns.el: Don't require gnus-xmas.
27313
27314 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27315
27316         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27317         inline PGP.
27318         (mml-menu): Disable mml-quote-region if mark is inactive.
27319
27320 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27321
27322         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27323         when the group's active is not available.
27324
27325 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27326
27327         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27328         error.
27329
27330 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27331
27332         * imap.el (imap-store-password): New variable.
27333         (imap-interactive-login): Use it.
27334         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27335
27336 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27337
27338         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27339         window-start and hscroll to summary window.
27340
27341 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27342
27343         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27344         conversion message to newsrc-dribble when an actual conversion is
27345         performed.
27346
27347 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27348
27349         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27350
27351 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27352
27353         * mm-decode.el (mm-complicated-handles): New function reviving
27354         former definition of mm-multiple-handles.
27355
27356         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27357         (gnus-mime-delete-part): Use it.
27358
27359 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27360
27361         * gnus-agent.el (gnus-agent-read-local):
27362         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27363         avoid the implicit assumption that they will always be equal.
27364         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27365         coding-system-for-write, as the with-temp-file macro first prints
27366         to a buffer then saves the buffer.
27367
27368 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27369
27370         * gnus-art.el (gnus-article-edit-part): New function.
27371         (gnus-mime-save-part-and-strip): Use it; do query instead of
27372         signaling an error; don't use mm-multiple-handles.
27373         (gnus-mime-delete-part): Ditto.
27374
27375 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27376
27377         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27378         old file versions.
27379         (gnus-group-prepare-hook): Remove function that converted list
27380         form of gnus-agent-expire-days to group properties.
27381
27382         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27383         (gnus-request-accept-article): Re-indented.
27384
27385         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27386         converters to handle old agent file formats.  Add logic for a
27387         "backup before upgrading warning".
27388         (gnus-convert-mark-converter-prompt): Developers can mark
27389         functions as needing (default), or not needing,
27390         gnus-convert-old-newsrc's "backup before upgrading warning".
27391         (gnus-convert-converter-needs-prompt): Tests whether the user
27392         should be protected from potentially irreversable changes by the
27393         function.
27394
27395         * legacy-gnus-agent.el: New.  Provides converters that are only
27396         loaded when gnus-convert-old-newsrc needs to call them.
27397
27398 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27399
27400         * mail-source.el (mail-source-touch-pop): Doc fix.
27401
27402         * message.el (message-smtpmail-send-it): Doc fix.
27403
27404 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27405
27406         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27407
27408         * nnmail.el (nnmail-split-fancy): do.
27409
27410         * gnus-kill.el (gnus-kill, gnus-execute): do.
27411
27412 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27413
27414         * gnus-sum.el (gnus-widget-reversible-match)
27415         (gnus-widget-reversible-to-internal)
27416         (gnus-widget-reversible-to-external): New functions.
27417         (gnus-widget-reversible): New widget.
27418         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27419
27420 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27421
27422         * gnus-sum.el (gnus-thread-sort-functions)
27423         (gnus-article-sort-functions): Document `(not F)' items.
27424
27425 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27426
27427         * spam.el (spam-use-gmane-xref): Add new backend.
27428         (spam-gmane-xref-spam-group): Add variable to control the name of the
27429         Gmane spam group.
27430         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27431         (spam-regex-headers-spam, spam-regex-headers-ham)
27432         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27433         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27434         backends and checks.
27435         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27436
27437         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27438         an autodetect method.
27439
27440 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27441
27442         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27443         articles are being added to a group.
27444         (gnus-request-replace-article): Inform the agent that articles
27445         need to be uncached as the cached contents are no longer valid.
27446
27447 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27448
27449         * binhex.el: Don't autoload executable-find.
27450
27451         * canlock.el: Don't autoload mail-fetch-field.
27452
27453         * dgnushack.el: Autoload c-mode for XEmacs.
27454
27455         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27456
27457         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27458         rmail-dont-reply-to and rmail-output.
27459
27460         * gnus-score.el: Don't autoload ffap-string-at-point.
27461
27462         * gnus-setup.el: Don't autoload sc-cite-original.
27463
27464         * imap.el: Don't autoload base64-decode-string,
27465         base64-encode-string and md5.
27466
27467         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27468         and rmail-msg-restore-non-pruned-header.
27469
27470         * mm-decode.el: Don't autoload executable-find.
27471
27472         * mm-url.el: Don't autoload executable-find.
27473
27474         * mm-view.el: Don't autoload diff-mode.
27475
27476         * nndb.el: Don't autoload news-reply-mode, news-setup,
27477         cancel-timer and telnet.
27478
27479         * password.el: Don't autoload run-at-time for Emacs.
27480
27481         * sha1-el.el: Don't autoload executable-find.
27482
27483         * sieve-mode.el: Don't autoload c-mode.
27484
27485         * uudecode.el: Don't autoload executable-find.
27486
27487 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27488
27489         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27490         (gnus-agent-possibly-alter-active): Avoid null in numeric
27491         comparison.
27492         (gnus-agent-set-local): Refuse to save null in local object table.
27493         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27494         list of articles that will be marked as unread.
27495
27496 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27497
27498         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27499
27500 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27501
27502         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27503         language tags.
27504
27505 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27506
27507         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27508         Don't bind "obarray".
27509
27510         * gnus-sum.el (gnus-thread-sort-functions):
27511         Add `gnus-thread-sort-by-most-recent-number' and
27512         `gnus-thread-sort-by-most-recent-date'.
27513         Reported by Kai Grossjohann <kai@emptydomain.de>.
27514
27515 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27516
27517         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27518
27519 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27520
27521         * gnus-cus.el (gnus-agent-customize-category):
27522         Remove ignore-errors macro reference that required cl to be loaded at
27523         run-time.
27524
27525         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27526         single-interval range of the form (min . max).  Previously the
27527         range had to look like ((min . max)).  Likewise, return
27528         (min . max) rather than ((min . max)).
27529         (gnus-range-map): Use gnus-range-normalize to accept
27530         single-interval range.
27531
27532         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27533         the cache, but not the agent, now appear with their usual face.
27534
27535         * dgnushack.el (loaddir): New variable that is bound to the
27536         directory containing the dgnushack.el file.  Use loaddir, rather
27537         than srcdir, to update load-path.  Change lets dgnushack compile
27538         code in directories other than GNUS/lisp.
27539
27540 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27541
27542         * lpath.el: Don't bind w3m-safe-url-regexp.
27543
27544         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27545         w3m-safe-url-regexp variable buffer-local.
27546
27547         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27548
27549 2004-02-27  Simon Josefsson  <jas@extundo.com>
27550
27551         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27552         gnus-group-real-prefix.
27553         (gnus-summary-move-article): Use it, instead of
27554         gnus-group-real-prefix.
27555
27556 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27557
27558         * lpath.el: Bind w3m-safe-url-regexp.
27559
27560         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27561         w3m-safe-url-regexp variable buffer-local and set it as the value
27562         of mm-w3m-safe-url-regexp.
27563
27564         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27565
27566         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27567         parsing gnus-posting-styles when the message is not for replying.
27568
27569         * dgnushack.el: Autoload sgml-mode for XEmacs.
27570
27571         * nnrss.el (nnrss-opml-export):
27572         Use mm-set-buffer-file-coding-system instead of
27573         set-buffer-file-coding-system.
27574
27575 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27576
27577         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27578         of checkdoc.el).
27579         * nnrss.el: do.
27580         * gnus-mlspl.el: do.
27581         * gnus-ml.el: do.
27582         * gnus-srvr.el: do.
27583
27584         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27585
27586 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27587
27588         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27589         Corrections to custom-manual links.
27590
27591         * gnus-art.el (gnus-article): Ditto.
27592
27593         * mm-decode.el (mime-display, mime-security): Ditto.
27594
27595 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27596
27597         * flow-fill.el: Typo.
27598
27599 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27600
27601         * spam-wash.el: New file.
27602
27603 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27604
27605         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27606
27607 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27608
27609         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27610         to be run with new-articles as LIST1, not LIST2.
27611         (spam-registration-functions): Add spam-use-ham-copy as a nil
27612         registration backend.
27613
27614 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27615
27616         * spam-stat.el (spam-stat-washing-hook): New option.
27617         (spam-stat-buffer-words): Use it.
27618         (spam-stat-process-directory, spam-stat-test-directory):
27619         Use insert-file-contents-literally.
27620         (spam-stat-coding-system): New variable.
27621         (spam-stat-load, spam-stat-save): Use it.
27622
27623 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27624
27625         * spam-report.el (spam-report-plug-agent):
27626         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27627
27628 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27629
27630         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27631         Allow / in mailto URLs.
27632
27633 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27634
27635         * spam-report.el (spam-report-process-queue): Fix interactive use.
27636         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27637         (spam-report-unplug-agent): Doc fixes.
27638         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27639         (spam-report-agentize, spam-report-deagentize): Autoload.
27640
27641 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27642
27643         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27644
27645         * message.el (message-setup-fill-variables): Add mml tags to
27646         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27647         <ajk@iu.edu>.
27648         (message-mode): Don't modify paragraph-separate there.
27649
27650 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27651
27652         * compface.el (uncompface-use-external): Default to undecided.
27653         (uncompface-use-external-threshold): New variable.
27654         (uncompface-float-time): New macro.
27655         (uncompface): Determine whether to use the external decoder if
27656         uncompface-use-external is undecided.
27657
27658 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27659
27660         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27661         after images.
27662
27663         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27664
27665 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27666
27667         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27668
27669         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27670
27671         * gnus-sum.el (gnus-summary-limit-to-age)
27672         (gnus-summary-limit-children): do.
27673
27674         * gnus-int.el (gnus-request-scan): do.
27675
27676         * gnus-group.el (gnus-group-suspend): do.
27677
27678         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27679
27680         * gnus-cite.el (gnus-cite-parse-attributions): do.
27681
27682         * gnus-agent.el (gnus-summary-set-agent-mark)
27683         (gnus-agent-regenerate-group): do.
27684
27685         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27686
27687         * binhex.el (binhex-decode-region-internal): do.
27688
27689 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27690
27691         * gnus-fun.el (gnus-face-properties-alist): New user option.
27692         (gnus-display-x-face-in-from): Use it.
27693
27694         * gnus-art.el (article-display-face): Ditto.
27695
27696         * compface.el (uncompface-use-external): Default to nil.
27697
27698 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27699
27700         * nntp.el (nntp-erase-buffer): New function.
27701         (nntp-retrieve-data, nntp-send-command)
27702         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27703         (nntp-possibly-change-group): Use it.
27704
27705         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27706         Use with-current-buffer.
27707
27708 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27709
27710         * compface.el: Merge the ELisp-based uncompface program.
27711         (compface): New customization group.
27712         (uncompface-use-external): New user option.
27713         (uncompface): Call uncompface-internal if uncompface-use-external
27714         is nil.
27715         (uncompface-internal): New function.  Note that there are also
27716         some other functions and variables added for this function.
27717
27718 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27719
27720         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27721         if necessary.
27722
27723 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27724
27725         * spam-report.el (spam-report-unplug-agent)
27726         (spam-report-plug-agent, spam-report-deagentize)
27727         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27728         Add support for the Agent in spam-report: when unplugged, report to a
27729         file; when plugged, submit all the requests.
27730
27731         * spam.el (spam-register-routine): Fix message about
27732         registration.
27733
27734 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27735
27736         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27737         dependencies.
27738         (rfc2047-encode): Use it.
27739
27740         * gnus-art.el (gnus-button-marker-list): Move before first
27741         reference.
27742
27743         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27744         (imap-parse-body): Fix format string mismatch.
27745
27746         * gnus-score.el (gnus-summary-increase-score): do.
27747
27748         * nnrss.el (nnrss-close): New function.
27749
27750 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27751
27752         * nnrss.el (nnrss-make-filename): New function.
27753         (nnrss-request-delete-group, nnrss-read-server-data)
27754         (nnrss-save-server-data, nnrss-read-group-data)
27755         (nnrss-save-group-data): Use it.
27756         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27757         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27758         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27759
27760 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27761
27762         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27763
27764 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27765
27766         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27767         files.
27768
27769         * message.el (message-generate-headers-first): Don't quote nil
27770         and t in docstrings.
27771
27772         * imap.el (imap-id): do.
27773
27774         * gnus-agent.el (gnus-agent-consider-all-articles)
27775         (gnus-agent-queue-mail): do.
27776
27777 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27778
27779         * spam-report.el (spam-report-process-queue): New function.
27780         Process requests from `spam-report-requests-file'.
27781         (spam-report-process-queue): Doc fix.
27782
27783 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27784
27785         * spam.el (spam-register-routine)
27786         (spam-log-processing-to-registry, spam-log-registered-p)
27787         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27788         Change "check" to "spam-check" for semi-clarity.
27789
27790 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27791
27792         * pop3.el: Require nnheader.
27793
27794         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27795
27796         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27797
27798         * gnus-picon.el: Require cl.
27799
27800         * gnus-fun.el: Require gnus-ems and gnus-util.
27801
27802         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27803
27804         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27805
27806         * gnus-art.el (gnus-article-edit-mode): Define before first
27807         reference.
27808
27809 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27810
27811         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27812         (gnus-uu-post-encoded): Use point-at-bol.
27813
27814         * gnus-topic.el (gnus-group-active-topic-p): do.
27815
27816         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27817
27818         * gnus-group.el (gnus-group-kill-region): do.
27819
27820         * gnus-art.el (article-date-ut): do.
27821
27822         * message.el (message-fetch-field): Remove redundant
27823         case-fold-search binding.
27824         (message-narrow-to-field): Simplify.
27825
27826 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27827
27828         * spam.el (spam-directory): Derive from `gnus-directory'.
27829
27830         * spam-report.el (spam-report-url-to-file)
27831         (spam-report-requests-file): New function and variable for offline
27832         reporting.
27833         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27834         and user defined function.
27835         (spam-report-url-ping-mm-url): Remove doubled slash.
27836
27837 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27838
27839         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27840
27841 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27842
27843         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27844         Fix format string mismatch.
27845
27846         * sieve.el (sieve-deactivate-all): do.
27847
27848         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27849
27850         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27851
27852         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27853
27854         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27855
27856 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27857
27858         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27859         the list of checks.
27860
27861 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27862
27863         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27864         padding.
27865
27866 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27867
27868         * mm-view.el (mm-fill-flowed): New variable.
27869         (mm-inline-text): Use it.
27870
27871 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27872
27873         * spam.el (spam-spamassassin-register-ham-routine)
27874         (spam-spamassassin-register-spam-routine): Fix function names.
27875
27876 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27877
27878         * gnus.el (gnus-tmp-grouplens): Remove.
27879         (gnus-summary-line-format): Remove grouplens.
27880
27881         * gnus-group.el (gnus-group-line-format): Ditto.
27882
27883         * gnus-spec.el (gnus-format-specs): Ditto.
27884         (gnus-update-format-specifications): Flush the group format spec
27885         cache if there's the grouplens stuff.
27886         (gnus-parse-simple-format): Replace %l with the empty string.
27887
27888 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27889
27890         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27891         omission.
27892
27893 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27894
27895         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27896         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27897
27898 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27899
27900         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27901         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27902         New macros and functions.
27903         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27904         Handle > NLINK_MAX messages.
27905         * nnmaildir.el (nnmaildir-request-set-mark):
27906         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27907
27908 2004-01-25  Alex Schroeder  <alex@gnu.org>
27909
27910         * spam-stat.el (spam-stat-process-directory-age): New option.
27911         (spam-stat-process-directory): Use it.
27912
27913 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27914
27915         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27916         (spam-stat-save): Accept prefix argument.
27917
27918 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27919
27920         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27921         links" error.
27922
27923 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27924
27925         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27926         the rest of the and/or forms.
27927
27928 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27929
27930         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27931         compatibility with old .newsrc.eld files.
27932
27933         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27934
27935         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27936
27937         * gnus-start.el (gnus-1): do.
27938
27939         * gnus-group.el (gnus-group-line-format-alist): do.
27940
27941         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27942
27943         * gnus-gl.el: Remove.
27944
27945 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27946
27947         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27948         marks consisting of a single range {for example, (3 . 5)} rather
27949         than a list of a single range { ((3 . 5)) }.
27950
27951 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27952
27953         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27954         Use with-current-buffer.
27955         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27956         avoid consing a string.
27957
27958         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27959         Remove obsolete entries for big5 and gb2312.
27960
27961 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27962
27963         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27964         uncompressed list.
27965
27966 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27967
27968         * spam-stat.el (spam-stat-strip-xref): New function.
27969         (spam-stat-process-directory): Use it.
27970
27971         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27972         here -- it's done in message-fetch-field.
27973
27974 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27975
27976         * gnus-agent.el (gnus-agent-queue-mail)
27977         (gnus-agent-prompt-send-queue): New variables.
27978         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27979         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27980         "nndraft:queue" along to gnus-draft-send.
27981         Use gnus-agent-prompt-send-queue.
27982         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27983         is "nndraft:queue".  Suggested by Gaute Strokkenes
27984         <gs234@srcf.ucam.org>
27985
27986         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27987         (agent-enable-undownloaded-faces): Add.
27988         (gnus-agent-cat-groups): Use eval-and-compile, not
27989         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27990         method of gnus-agent-cat-groups even when the buffer has been
27991         evaled.
27992         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27993         delete gnus-agent-save-active-1.
27994         (gnus-agent-save-groups): Delete.  Identical to
27995         gnus-agent-save-active.
27996         (gnus-agent-write-active): No longer adjust agent's copy of active
27997         file as agent's adjustments are now stored in their own
27998         file.  Remove optional parameter.
27999         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
28000         servers.  Add use of min/max range limits from server's local
28001         file.
28002         (gnus-agent-save-alist): Remove unused optional argument.
28003         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
28004         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
28005         (gnus-agent-set-local): A per-server file that keeps min/max range
28006         limits for articles known to the agent.  Provides a fast mechanism
28007         for altering many active ranges.
28008         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
28009         active file (local makes it unnecessary).
28010         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
28011
28012         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
28013         (agent-enable-undownloaded-faces): Add.
28014
28015         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
28016         disable it when sending to "nndraft:queue".
28017         (gnus-group-send-queue): Add safety check to avoid sending queue
28018         when unplugged.
28019
28020         * gnus-group.el (gnus-group-catchup): Use new
28021         gnus-sequence-of-unread-articles, not
28022         gnus-list-of-unread-articles, to avoid exhausting memory with huge
28023         numbers of articles.  Use gnus-range-map to avoid having to
28024         uncompress the unread list.
28025         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
28026         Fix invalid ange-ftp reference.
28027
28028         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
28029         (gnus-sorted-range-intersection): Intersection of two ranges
28030         without requiring that they first be uncompressed.
28031
28032         * gnus-start.el (gnus-activate-group): Unless blocked by the
28033         caller, possibly expand the active range to include both cached
28034         and agentized articles.
28035         (gnus-convert-old-newsrc): Rewrote in anticipation of having
28036         multiple version-dependent converters.
28037         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
28038         gnus-agent-save-active.
28039         (gnus-save-newsrc-file): Save dirty agent range limits.
28040
28041         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
28042         gnus-agent-possibly-alter-active.
28043         (gnus-adjust-marked-articles): Faster handling of simple lists.
28044
28045 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
28046
28047         * spam-stat.el (spam-stat-test-directory): New optional argument
28048         displays a list of files detected.  Suggested by Andrew Cohen
28049         <cohen@andy.bu.edu>.
28050         (spam-stat-buffer-words-with-scores): Don't narrow and change
28051         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
28052
28053 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
28054
28055         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
28056         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
28057         (spam-spamassassin-arguments)
28058         (spam-spamassassin-spam-flag-header)
28059         (spam-spamassassin-positive-spam-flag-header)
28060         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
28061         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
28062         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
28063         (spam-list-of-processors, spam-list-of-checks)
28064         (spam-list-of-statistical-checks, spam-registration-functions)
28065         (spam-check-spamassassin-headers, spam-check-spamassassin)
28066         (spam-spamassassin-score)
28067         (spam-spamassassin-register-with-sa-learn)
28068         (spam-spamassassin-register-spam-routine)
28069         (spam-spamassassin-register-ham-routine)
28070         (spam-assassin-register-spam-routine)
28071         (spam-assassin-register-ham-routine): Add SpamAssassin support.
28072         (spam-bogofilter-score): Fix to show article before scoring.
28073
28074 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28075
28076         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28077         default scoring function.
28078         (spam-generic-score): Call spam-spamassassin-score if
28079         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28080         spam-bogofilter-score otherwise.
28081
28082         * gnus.el (spam-process, spam-autodetect-methods):
28083         Add spamassassin and spamassassin-headers.
28084
28085 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28086
28087         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28088         Suppress unnecessary messages.
28089
28090 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28091
28092         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28093         make-hash-table.
28094
28095 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28096
28097         * canlock.el (base64-encode-string): Don't autoload it.
28098
28099 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28100
28101         * run-at-time.el: Remove useless (require 'itimer),
28102         eval-and-compile and (featurep 'xemacs).
28103
28104 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28105
28106         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28107         GROUP is a virtual group.
28108
28109 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28110
28111         * gnus.el: Autoload `message-y-or-n-p'.
28112
28113 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28114
28115         * pgg-parse.el: Remove unnecessary (require 'custom).
28116
28117         * pgg-def.el: do.
28118
28119         * nnmail.el: do.
28120
28121         * gnus-undo.el: do.
28122
28123         * gnus-picon.el: do.
28124
28125         * gnus-util.el: do.
28126
28127 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28128
28129         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28130
28131 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28132
28133         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28134         handle, as well as a list.
28135
28136         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28137         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28138         (mm-w3m-cid-retrieve): Simplify.
28139
28140 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28141
28142         * message.el (message-kill-to-signature): Allow prefix arg to
28143         specify number of lines to keep before signature.
28144
28145 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28146
28147         * message.el (message-kill-to-signature): Change docstring.
28148
28149 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28150
28151         * canlock.el: Always require sha1-el.
28152         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28153
28154         * message.el: Autoload sha1 only when compiling.
28155
28156         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28157         eudc-expand-inline for XEmacs.
28158
28159 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28160
28161         * message.el (message-canlock-generate): Require sha1-el.
28162
28163 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28164
28165         * message.el (message-expand-name): Silence the byte compiler.
28166
28167         * lpath.el: Add detect-coding-system.
28168
28169         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28170         cus-edit.
28171
28172 2004-01-13  Simon Josefsson  <jas@extundo.com>
28173
28174         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28175         Invoke gnus-score-mode.
28176         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28177
28178         * gnus-range.el (gnus-compress-sequence): Doc fix.
28179         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28180
28181 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28182
28183         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28184
28185 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28186
28187         * spam.el (spam-get-article-as-string): Update to use
28188         gnus-request-article-this-buffer, much simpler.
28189         (spam-get-article-as-buffer): Remove.
28190
28191 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28192
28193         * message.el (message-expand-name): Use EUDC if the user uses that.
28194
28195 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28196
28197         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28198         character for the encoding to avoid consing a string.
28199
28200         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28201         unnecessarily.
28202
28203         * mm-util.el (mm-replace-chars-in-string): Remove.
28204
28205         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28206         of mm-replace-chars-in-string.
28207
28208 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28209
28210         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28211
28212         * mm-util.el (mm-subst-char-in-string): Support inplace.
28213
28214         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28215         a new string in every iteration.  Use shy groups.
28216
28217 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28218
28219         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28220         * gnus-soup.el (gnus-soup-group-brew):
28221         * gnus-msg.el (gnus-put-message):
28222         * gnus-move.el (gnus-group-move-group-to-server):
28223         * gnus-kill.el (gnus-batch-score):
28224         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28225         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28226         (gnus-group-update-group, gnus-group-read-group)
28227         (gnus-group-make-group, gnus-group-make-help-group)
28228         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28229         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28230         (gnus-group-sort-by-unread, gnus-group-catchup)
28231         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28232         (gnus-group-yank-group, gnus-group-set-info)
28233         (gnus-group-list-groups):
28234         * gnus.el (gnus-generate-new-group-name):
28235         * gnus-delay.el (gnus-delay-send-queue):
28236         * nnvirtual.el (nnvirtual-catchup-group):
28237         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28238         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28239         (gnus-group-prepare-topics, gnus-topic-check-topology):
28240         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28241         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28242         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28243         (gnus-group-make-articles-read):
28244         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28245         (gnus-group-change-level, gnus-kill-newsgroup)
28246         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28247         (gnus-get-unread-articles, gnus-make-articles-unread)
28248         (gnus-make-ascending-articles-unread): Use accessor
28249         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28250         to get group information for improved readability.
28251
28252
28253 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28254
28255         * gnus-art.el (article-decode-mime-words, article-babel)
28256         (gnus-article-highlight-signature, gnus-article-add-buttons)
28257         (gnus-signature-toggle): Use gnus-with-article-buffer.
28258
28259         * gnus-art.el (gnus-article-highlight-headers)
28260         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28261
28262         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28263         (gnus-article-set-globals, gnus-request-article-this-buffer)
28264         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28265         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28266         (gnus-mime-display-alternative): Use with-current-buffer.
28267
28268 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28269
28270         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28271         also under 80 char limit, and call gnus-error if needed.
28272         (spam-fetch-article-header): Fix - it was a
28273         buffer-local variable (gnus-newsgroup-data).
28274         (spam-find-spam): Use spam-generate-fake-headers, forget about
28275         spam-insert-fake-headers.
28276         (spam-insert-fake-headers): Remove.
28277
28278 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28279
28280         * deuglify.el (gnus-article-outlook-unwrap-lines)
28281         (gnus-outlook-rearrange-article)
28282         (gnus-outlook-repair-attribution-outlook)
28283         (gnus-outlook-repair-attribution-block)
28284         (gnus-outlook-repair-attribution-other): Remove redundant
28285         save-excursion.
28286
28287 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28288
28289         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28290         (spam-fetch-field-subject-fast)
28291         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28292         (spam-fetch-article-header): Add functions to deal with Gnus
28293         internals for fast retrieval of article header data.
28294         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28295
28296 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28297
28298         * pop3.el (pop3-md5): Remove.
28299         (pop3-apop): Replace pop3-md5 with md5.
28300
28301         * mm-bodies.el: base64 is always built-in.
28302
28303         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28304         Use with-current-buffer.
28305
28306 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28307
28308         * canlock.el (canlock-insert-header): Remove excessive grouping in
28309         regexp.
28310
28311         * gnus-sum.el (gnus-summary-read-document): Ditto.
28312
28313         * gnus-uu.el (gnus-uu-part-number): Ditto.
28314
28315         * html2text.el (html2text-remove-tags): Ditto.
28316         (html2text-format-tags): Ditto.
28317         (html2text-format-single-elements): Ditto.
28318
28319         * mml.el (mml-parse-1): Ditto.
28320
28321 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28322
28323         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28324
28325         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28326
28327         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28328
28329         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28330
28331 2003-11-15  Simon Josefsson  <jas@extundo.com>
28332
28333         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28334         (pgg-gpg-lookup-key): Use regexp match instead of
28335         split-string (split-string is different between emacs 21.2 and
28336         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28337
28338 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28339
28340         * gnus-art.el (gnus-mime-view-all-parts)
28341         (gnus-article-part-wrapper, gnus-article-view-part):
28342         Use with-current-buffer.
28343
28344 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28345
28346         * spam.el (spam-disable-spam-split-during-ham-respool)
28347         (spam-spamoracle-database, spam-cache-lookups)
28348         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28349         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28350         (spam-group-ham-marks, spam-group-spam-marks)
28351         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28352         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28353         also add spam-use-blackholes to the statistical checks.
28354         (spam-fetch-field-fast): Add interface to fetching fields, may
28355         become a macro.
28356         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28357         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28358         (spam-insert-fake-headers): Fake an article when needed.
28359         (spam-find-spam): Fake article when possible.
28360         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28361         (spam-check-bogofilter-headers): Use message-fetch-field instead
28362         of nnmail-fetch-field.
28363
28364 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28365
28366         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28367
28368 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28369
28370         * spam.el (spam-split): Do not require spam-use-CHECK to be
28371         enabled if that check is passed to spam-split explicitly; also
28372         fix so 'spam doesn't get converted to spam-split-group when
28373         spam-split-symbolic-return is t.
28374         (spam-find-spam): Find registrations of the article and use those
28375         instead of re-running spam-split to find the spam/ham
28376         classification of the article.
28377         (spam-log-processing-to-registry, spam-log-registered-p)
28378         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28379         Use gnus-error instead of gnus-message.
28380         (spam-log-registration-type): Add function to determine the
28381         classification of a message based on registry entries; will
28382         return nil if both 'spam and 'ham are found.
28383         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28384         a reasonably fast local cache without the loading errors.
28385         (spam-cache-lookups): Set to t by default.
28386         (spam-find-spam): Don't try to guess spam-cache-lookups.
28387         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28388         spam-caches entry.
28389         (spam-filelist-build-cache, spam-filelist-check-cache):
28390         Fix caching of whitelist/blacklist entries.
28391         (spam-check-whitelist, spam-check-blacklist):
28392         Invoke spam-from-listed-p with a type, not a cache variable.
28393         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28394
28395 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28396
28397         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28398
28399         * nnmail.el (nnmail-split-fancy): do.
28400
28401         * mml.el (mml-parse): do.
28402
28403         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28404         (gnus-score-adaptive): do.
28405
28406 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28407
28408         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28409         (gnus-mime-button-map): Don't set keymap parent.
28410         (gnus-button-ctan-directory-regexp): Use shy grouping.
28411         (gnus-prev-page-map): Don't set keymap parent.
28412         (gnus-prev-page-map): Remove duplicated one.
28413         (gnus-next-page-map): Don't set keymap parent.
28414         (gnus-mime-security-button-map): Ditto.
28415
28416         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28417         version number.
28418
28419         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28420
28421 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28422
28423         * canlock.el (canlock-sha1-function): Remove.
28424         (canlock-sha1-function-for-verify): Remove.
28425         (canlock-openssl-program): Remove.
28426         (canlock-openssl-args): Remove.
28427         (canlock-ignore-errors): Remove.
28428         (canlock-sha1-with-openssl): Remove.
28429         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28430         (canlock-verify): Don't use canlock-ignore-errors.
28431
28432         * sha1-el.el (sha1-string-external): Make it can return a string
28433         in binary form.
28434         (sha1-region-external): Ditto.
28435         (sha1-string-internal): Ditto.
28436         (sha1-region-internal): Ditto.
28437         (sha1-region): Ditto.
28438         (sha1-string): Ditto.
28439         (sha1): Ditto.
28440
28441 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28442
28443         * spam.el (spam-report-articles-gmane): New command.
28444
28445 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28446
28447         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28448
28449         * run-at-time.el (run-at-time-saved): Remove.
28450         (run-at-time): Doc fix.
28451
28452 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28453
28454         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28455         (gnus-summary-limit-map): Add it.
28456         (gnus-summary-make-menu-bar): do.
28457
28458 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28459
28460         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28461         Make attempt at some caching support (done for BBDB only now).
28462         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28463         addresses to be checked.
28464         (spam-clear-cache-BBDB): Add function, to be invoked by
28465         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28466         (spam-check-BBDB): Check and use the caches, if
28467         spam-cache-lookups is on, remove superfluous (provide).
28468
28469 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28470
28471         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28472
28473 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28474
28475         * run-at-time.el (run-at-time-saved): Move to after the definition
28476         of `run-at-time'.
28477
28478         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28479
28480 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28481
28482         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28483         mm-w3m-local-map-property.
28484
28485         * mm-view.el (mm-w3m-mode-map): Remove.
28486         (mm-w3m-local-map-property): Remove.
28487         (mm-inline-text-html-render-with-w3m): Don't use
28488         mm-w3m-local-map-property.
28489
28490 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28491
28492         * run-at-time.el: New file.
28493
28494         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28495         under Emacs.
28496
28497         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28498         of gnus-set-text-properties.
28499
28500         * gnus-uu.el (gnus-uu-save-article): Ditto.
28501
28502         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28503
28504         * gnus-cite.el (gnus-cite-parse): Ditto.
28505
28506         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28507         of gnus-.
28508
28509         * gnus-xmas.el (run-at-time): Require run-at-time.
28510
28511         * gnus.el: Change calls to nnheader-run-at-time and
28512         password-run-at-time throughout to use run-at-time directly.
28513
28514         * password.el: Remove definition of run-at-time.
28515
28516         * nnheaderxm.el: Remove definition of run-at-time.
28517
28518 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28519
28520         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28521         in prompt.
28522
28523 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28524
28525         * messagexmas.el (message-xmas-redefine): Alias
28526         `message-make-caesar-translation-table' to
28527         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28528         version.
28529
28530         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28531         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28532         `gnus-xmas-set-text-properties'.
28533         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28534         `gnus-xmas-completing-read'.
28535         (gnus-xmas-completing-read): Removed.
28536         (gnus-xmas-open-network-stream): Removed.
28537
28538         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28539         XEmacs version.
28540
28541         * dns.el (dns-make-network-process): Use `open-network-stream'
28542         instead of `gnus-xmas-open-network-stream'.
28543
28544         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28545
28546         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28547
28548 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28549
28550         * gnus-art.el (gnus-mime-display-alternative)
28551         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28552         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28553         Don't use gnus-local-map-property.
28554
28555         * gnus-util.el (gnus-local-map-property): Remove.
28556
28557         * mm-view.el (mm-view-pkcs7-decrypt):
28558         Replace gnus-completing-read-maybe-default with completing-read.
28559
28560         * gnus-util.el (gnus-completing-read): do.
28561         (gnus-completing-read-maybe-default): Remove.
28562
28563 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28564
28565         * password.el: Only autoload `run-at-time' if not XEmacs.
28566         Only autoload the itimer functions if XEmacs.
28567
28568 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28569
28570         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28571         XEmacsen.
28572
28573         * dgnushack.el: Autoload executable-find for XEmacs.
28574
28575 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28576
28577         * gnus-art.el (gnus-read-string): Remove.
28578         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28579         read-string.
28580
28581 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28582
28583         * netrc.el: Autoload password-read.
28584         (netrc): Add configuration group.
28585         (netrc-encoding-method, netrc-openssl-path):
28586         Add variables for encoding and decoding of files with symmetric
28587         ciphers.
28588         (netrc-encode): Add assistant function to encode a file with
28589         netrc-encoding-method.
28590         (netrc-parse): Add interactive parameter, added optional
28591         decoding if netrc-encoding-method is non-nil but otherwise
28592         behavior is standard.
28593         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28594         Do s/encode/encrypt/ everywhere.
28595
28596         * spam.el: Remove executable-find autoload.
28597
28598 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28599
28600         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28601
28602         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28603
28604 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28605
28606         * gnus-art.el (gnus-treat-ansi-sequences)
28607         (article-treat-ansi-sequences): New variable and function.
28608         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28609
28610         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28611         Use it.
28612
28613 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28614
28615         * mm-util.el (mm-quote-arg): Remove.
28616
28617         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28618         shell-quote-argument.
28619
28620         * gnus-uu.el (gnus-uu-command): do.
28621
28622         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28623
28624         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28625         with make-char.
28626
28627         * mm-util.el (mm-make-char): Remove.
28628
28629         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28630         add-minor-mode.
28631
28632         * gnus-undo.el (gnus-undo-mode): do.
28633
28634         * gnus-topic.el (gnus-topic-mode): do.
28635
28636         * gnus-sum.el (gnus-dead-summary-mode): do.
28637
28638         * gnus-start.el (gnus-slave-mode): do.
28639
28640         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28641
28642         * gnus-ml.el (gnus-mailing-list-mode): do.
28643
28644         * gnus-gl.el (gnus-grouplens-mode): do.
28645
28646         * gnus-draft.el (gnus-draft-mode): do.
28647
28648         * gnus-dired.el (gnus-dired-mode): do.
28649
28650         * gnus-ems.el (gnus-add-minor-mode): Remove.
28651
28652         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28653         Replace gnus-char-width with char-width.
28654
28655         * gnus-ems.el (gnus-char-width): Remove.
28656
28657         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28658         Replace gnus-char-width with char-width.
28659
28660         * gnus-ems.el (gnus-char-width): Remove.
28661
28662         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28663         definition.
28664         Remove Emacs 20 hash table compatibility code.
28665
28666         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28667         20 compatibility code.
28668
28669         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28670
28671         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28672
28673         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28674         Replace with point-at-{eol,bol}.
28675
28676         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28677
28678         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28679
28680         * flow-fill.el (fill-flowed-point-at-bol)
28681         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28682
28683         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28684         Replace with point-at-{eol,bol} throughout all files.
28685
28686 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28687
28688         * ntlm.el (ntlm-string-as-unibyte): New macro.
28689         (ntlm-build-auth-response): Use it.
28690
28691         Remove Emacs 20 stuff:
28692         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28693         (butlast, mapc, remove): Remove the compiler macros.
28694         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28695         of delq and copy-sequence.
28696         * gnus-art.el (popup-menu): Remove the compiler macro.
28697         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28698         Emacs 20.
28699
28700 2004-01-05  Simon Josefsson  <jas@extundo.com>
28701
28702         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28703         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28704         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28705         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28706         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28707         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28708         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28709         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28710         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28711         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28712         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28713         string-xor into ntlm-string-xor.
28714         Suggested by Jesper Harder <harder@myrealbox.com>.
28715
28716         * ntlm.el: Don't include poem.
28717
28718         * md4.el (print-int32, print-string-hexa): Remove.
28719         Suggested by Jesper Harder <harder@myrealbox.com>.
28720
28721         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28722
28723         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28724         probably breaks emacs with DL patch, but do we care? Is anyone
28725         still using the DL stuff?)
28726
28727         * sieve-manage.el: Use the password package.
28728         (sieve-manage-read-passwd): Remove.
28729         (sieve-manage-interactive-login): Use password.  Re-add
28730         condition-case around loop.
28731
28732         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28733         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28734         Use the password package.
28735
28736 2003-02-19  Simon Josefsson  <jas@extundo.com>
28737
28738         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28739         token.
28740
28741 2002-08-07  Simon Josefsson  <jas@extundo.com>
28742
28743         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28744         (sieve-manage-authenticators)
28745         (sieve-manage-authenticator-alist): Add some SASL mechs.
28746         (sieve-sasl-auth): New function.
28747         (sieve-manage-cram-md5-auth)
28748         (sieve-manage-plain-auth): Rewrite using SASL library.
28749         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28750         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28751         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28752         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28753
28754 2004-01-05  Simon Josefsson  <jas@extundo.com>
28755
28756         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28757         New files.
28758
28759 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28760
28761         * gnus-group.el (gnus-no-groups-message): Update.
28762
28763         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28764
28765 2003-11-09  Simon Josefsson  <jas@extundo.com>
28766
28767         * imap.el: Support for ID IMAP extension (RFC 2971).
28768         (imap-local-variables): Add imap-id.
28769         (imap-id): New variable.
28770         (imap-id): New function.
28771         (imap-parse-response): Parse untagged ID response.
28772         * nnimap.el (nnimap-id): New variable.
28773         (nnimap-open-connection): Use it.
28774
28775 2003-12-28  Simon Josefsson  <jas@extundo.com>
28776
28777         * gnus-score.el (gnus-score-edit-all-score): New.
28778         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28779
28780 2004-01-04  Simon Josefsson  <jas@extundo.com>
28781
28782         * password.el: Add.
28783
28784 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28785
28786         * dns.el (dns-query-types): Fix typo.
28787         (dns-query-types): New function.
28788         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28789         PTR and SOA replies, see RFC 1035.
28790
28791 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28792
28793         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28794
28795         * Move to Changelog.2.
28796
28797 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28798
28799         * gnus.el (gnus-version-number): Bump version.
28800
28801 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28802
28803         * gnus.el: No Gnus v0.1 is released.
28804
28805 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28806
28807         * gnus.el: No Gnus v0.0 is released.
28808
28809 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28810
28811         * gnus.el (gnus-version-number): Bump.
28812         (gnus-version): No.
28813
28814 See ChangeLog.2 for earlier changes.
28815
28816   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28817
28818   This file is part of GNU Emacs.
28819
28820   GNU Emacs is free software: you can redistribute it and/or modify
28821   it under the terms of the GNU General Public License as published by
28822   the Free Software Foundation, either version 3 of the License, or
28823   (at your option) any later version.
28824
28825   GNU Emacs is distributed in the hope that it will be useful,
28826   but WITHOUT ANY WARRANTY; without even the implied warranty of
28827   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28828   GNU General Public License for more details.
28829
28830   You should have received a copy of the GNU General Public License
28831   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28832
28833 ;; Local Variables:
28834 ;; coding: utf-8
28835 ;; fill-column: 79
28836 ;; add-log-time-zone-rule: t
28837 ;; End: