* mailcap.el (mailcap-mime-data): Conditonalize `doc-view-mode',
[gnus] / lisp / ChangeLog
1 2015-10-20  Michael Sperber  <mike@xemacs.org>
2
3         * mailcap.el (mailcap-mime-data): Conditonalize `doc-view-mode', which
4         does not exist on XEmacs.
5
6 2015-10-18  Michael Sperber  <mike@xemacs.org>
7
8         * nnml.el (nnml-retrieve-groups, nnml-request-scan):
9         * nnmail.el (nnmail-get-new-mail-per-group):
10         (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'.
11
12 2015-10-18  Michael Sperber  <mike@xemacs.org>
13
14         * message.el (message-get-reply-headers): In addition to
15         `mail-dont-reply-to-names', bind `rmail-dont-reply-to-names', which is
16         used in XEmacs.
17
18 2015-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19
20         * auth-source.el (auth-source-epa-make-gpg-token): Revert.
21
22 2015-10-11  Nicolas Petton  <petton.nicolas@gmail.com>
23
24         * auth-source.el (auth-source-epa-make-gpg-token):
25         Replace an usage of `epg-context-set-armor' with `setf'.
26         (auth-source-do-debug, auth-source-do-trivia)
27         (auth-source-read-char-choice, auth-source-search)
28         (auth-source-pick-first-password, auth-source-netrc-parse)
29         (auth-source-netrc-search, auth-source-secrets-search)
30         (auth-source-macos-keychain-search)
31         (auth-source-macos-keychain-search-items, auth-source-plstore-search)
32         (auth-source-user-or-password): Use sharp-quoting with functions.
33
34 2015-09-30  Wieland Hoffmann  <themineo@gmail.com>
35
36         * auth-source.el (auth-source-search): Clarify :create's meaning.
37
38 2015-09-17  Paul Eggert  <eggert@cs.ucla.edu>
39
40         Backslash cleanup in Elisp source files
41
42         This patch should not change behavior.  It typically omits backslashes
43         where they are redundant (e.g., in the string literal "^\$").
44         In a few places, insert backslashes where they make regular expressions
45         clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which
46         has the same effect as a regular expression.
47         Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
48         and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion
49         with RCS IDs, as that makes it clearer that the backslash is intended.
50         * auth-source.el (auth-source-secrets-search)
51         (auth-source-macos-keychain-search):
52         * gnus-art.el (gnus-mime-action-on-part)
53         (gnus-mime-display-multipart-related-as-mixed)
54         (gnus-button-mid-or-mail-heuristic-alist)
55         (gnus-button-mid-or-mail-heuristic, gnus-article-extend-url-button):
56         * gnus-bookmark.el (gnus-bookmark-bmenu-toggle-infos)
57         (gnus-bookmark-bookmark-inline-details, gnus-bookmark-bookmark-details)
58         (gnus-bookmark-alist, gnus-bookmark-name-from-full-record)
59         (gnus-bookmark-bmenu-mode, gnus-bookmark-delete):
60         * gnus-cus.el (gnus-group-customize):
61         * gnus-group.el (gnus-group-line-format, gnus-group-mode-line-format)
62         (gnus-group-jump-to-group-prompt, gnus-group-name-at-point):
63         * gnus-mlspl.el (gnus-group-split-fancy):
64         * gnus-registry.el (gnus-registry-prune-factor):
65         * gnus-salt.el (gnus-summary-pick-line-format):
66         * gnus-sieve.el (gnus-sieve-update, gnus-sieve-generate)
67         (gnus-sieve-script):
68         * gnus-util.el (gnus-directory-sep-char-regexp):
69         * gnus.el (gnus-message-archive-group, gnus-user-agent):
70         * message.el (message-archive-header, message-reply-headers)
71         (message-send-method-alist):
72         * mm-decode.el (mm-add-meta-html-tag):
73         * nndoc.el (nndoc-generate-lanl-gov-head):
74         * nnheader.el (nnheader-max-head-length):
75         * registry.el (registry-db, registry-prune):
76         * rfc1843.el (rfc1843-hzp-word-regexp)
77         (rfc1843-hzp-word-regexp-strictly):
78         * rfc2047.el (rfc2047-encoded-word-regexp)
79         (rfc2047-encoded-word-regexp-loose):
80
81         Fix several backslash typos in Elisp strings
82         * gnus-art.el (gnus-button-handle-library):
83         * gnus-group.el (gnus-read-ephemeral-gmane-group-url):
84         * nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
85         * spam-report.el (spam-report-gmane-regex):
86         Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
87         For example, to get the regular expression ‘\.’ use the string
88         literal "\\.", not "\." (which is equivalent to ".").
89
90         * auth-source.el (auth-source-read-char-choice):
91         * nnmaildir.el (NOV example):
92         * registry.el (registry-search): Doc fix.
93
94 2015-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * gnus-compat.el: Require overlay for XEmacs.
97
98 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
99
100         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
101         t rather than after-change-functions to nil.
102
103 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
104
105         * time-date.el (time-to-seconds, time-less-p):
106         Mark unused vars with underscore.
107
108 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
109
110         * time-date.el (with-decoded-time-value): Fix debug spec.
111
112 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
113
114         * nnmairix.el (nnmairix-widget-create-query):
115         * time-date.el (format-seconds): Prefer grave quoting in source-code
116         strings used to generate help and diagnostics.
117
118 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
119
120         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
121
122 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
123
124         * ntlm.el (ntlm-unibyte-string): New compatibility function.
125
126 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
127
128         Add support for NTLMv2 authentication.
129         * ntlm.el (ntlm): New customization group.
130         (ntlm-compatibility-level): New defcustom.
131         (ntlm-compute-timestamp): New function.
132         (ntlm-generate-nonce): Likewise.
133         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
134
135 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
136
137         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
138         isn't always passed in, check it's not nil before making it into a
139         list.  The active arg will also be nil if the group is new, check for
140         that.
141
142 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
143
144         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
145
146 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
147
148         * gmm-utils.el (gmm-image-load-path-for-library):
149         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
150         * gnus-registry.el (gnus-registry-split-strategy):
151         * gnus-start.el (gnus-check-new-newsgroups):
152         * gnus-sum.el (gnus-select-group-hook):
153         * gnus-uu.el (gnus-uu-user-archive-rules):
154         * gnus.el (gnus-message-archive-group, gnus-visual):
155         * message.el (message-cite-style):
156         * nnir.el (nnir-swish++-additional-switches)
157         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
158         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
159         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
160         * nntp.el (nntp-server-action-alist):
161         * tls.el (tls-checktrust):
162         Fix some more docstring etc. quoting problems.
163         Mostly these fixes prevent the transliteration of apostrophes
164         that should stay apostrophes.  Also, prefer curved quotes in
165         Bahá’í proper names, as that’s the preferred Bahá’í style and
166         these names are chock-full of non-ASCII characters anyway.
167
168 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
169
170         Escape ` and ' in doc
171         * gnus-art.el (gnus-article-address-banner-alist)
172         (gnus-face-properties-alist):
173         * gnus-sum.el (gnus-newsgroup-variables):
174         * nndiary.el (nndiary-reminders):
175         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
176         Escape apostrophes and grave accents in docstrings if they
177         are supposed to stand for themselves and are not quotes.  Remove
178         apostrophes from docstring examples like ‘'(calendar-nth-named-day
179         -1 0 10 year)’ that confuse source code with data.  Do some other
180         minor docstring fixups as well, e.g., insert a missing close
181         quote.
182
183 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * gnus-util.el (gnus-format-message):
186         * tls.el (tls-format-message): Use defalias at the top level so as to
187         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
188
189         * gnus-sum.el (gnus-summary-search-article):
190         Ensure that the article where the search word is found is displayed
191         and pointed to in the summary buffer.
192
193 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
194
195         * tls.el (tls-format-message):
196         Alias to format-message, or format if not available.
197         (open-tls-stream): Use it.
198
199 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
200
201         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
202         * gnus-art.el (gnus-article-browse-delete-temp-files):
203         * gnus-eform.el (gnus-edit-form):
204         * gnus-fun.el (gnus-display-x-face-in-from):
205         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
206         * gnus-topic.el (gnus-topic-edit-parameters):
207         * mail-source.el (mail-source-delete-old-incoming):
208         * message.el (message-strip-subject-encoded-words)
209         (message-check-recipients, message-send-form-letter):
210         * mm-decode.el (mm-display-part):
211         * mm-uu.el (mm-uu-pgp-signed-extract-1):
212         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
213         * spam-report.el (spam-report-process-queue):
214         * tls.el (open-tls-stream):
215         Respect ‘text-quoting-style’ in diagnostics.
216         * gnus-art.el (article-display-face):
217         * gnus-fun.el (gnus-display-x-face-in-from):
218         Use straight quoting in email.
219         * rfc2231.el (rfc2231-decode-encoded-string):
220         Escape apostrophes in doc strings.
221
222 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
223
224         Go back to grave quoting in Gnus
225
226         * auth-source.el (auth-source-netrc-parse-entries):
227         * gnus-agent.el (gnus-agent-check-overview-buffer)
228         (gnus-agent-fetch-headers):
229         * gnus-int.el (gnus-start-news-server):
230         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
231         (gnus-registry-post-process-groups):
232         * gnus-score.el (gnus-summary-increase-score):
233         * gnus-start.el (gnus-convert-old-newsrc):
234         * gnus-topic.el (gnus-topic-rename):
235         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
236         * spam.el (spam-check-blackholes):
237         Stick with grave quoting in diagnostics strings.  This is more
238         portable to older Emacs, desirable for Gnus.
239
240 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
241
242         Prefer directed to neutral quotes in docstings and diagnostics.
243         In docstrings, escape apostrophes that would otherwise be translated
244         to curved quotes using the newer, simpler rules.
245
246         * auth-source.el (auth-source-netrc-parse-entries):
247         * gnus-agent.el (gnus-agent-check-overview-buffer)
248         (gnus-agent-fetch-headers):
249         * gnus-int.el (gnus-start-news-server):
250         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
251         * gnus-score.el (gnus-summary-increase-score):
252         * gnus-start.el (gnus-convert-old-newsrc):
253         * gnus-topic.el (gnus-topic-rename):
254         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
255         * nnmairix.el (nnmairix-widget-create-query):
256         * spam.el (spam-check-blackholes):
257         Use directed rather than neutral quotes in diagnostics.
258
259         * gnus-util.el (gnus-format-message):
260         Alias to format-message, or format if not available.
261
262 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
263
264         * auth-source.el (auth-sources):
265         Prefer (substitute-command-keys "`\\[foo-command]'")
266         to "`M-x foo-command'" in docstring.
267
268         * time-date.el (format-seconds):
269         Use curved quotes in diagnostic format strings.
270
271         * nnmairix.el (nnmairix-propagate-marks-upon-close):
272         * pop3.el (pop3-authentication-scheme):
273         Don't quote symbols with apostrophes in doc strings.
274         Use asymmetric quotes instead.
275
276 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         Use overlay functions directly
279
280         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
281         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
282
283         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
284         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
285         (gnus-article-highlight-signature, gnus-article-extend-url-button)
286         (gnus-article-add-button, gnus-insert-prev-page-button)
287         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
288         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
289         * gnus-html.el (gnus-html-wash-tags):
290         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
291         (gnus-highlight-selected-tree):
292         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
293         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
294         * gnus-util.el (gnus-put-overlay-excluding-newlines):
295         * message.el (message-fix-before-sending)
296         (message-toggle-image-thumbnails):
297         * mm-decode.el (mm-convert-shr-links):
298         * sieve.el (sieve-highlight, sieve-insert-scripts):
299         Use overlay functions directly instead of using gnus-overlay-*,
300         message-overlay-*, and sieve-overlay-*.
301
302         * gnus-sum.el (gnus-remove-overlays):
303         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
304         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
305         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
306         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
307         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
308         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
309         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
310         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
311         (gnus-overlays-at, gnus-overlays-in):
312         * message.el (message-delete-overlay, message-make-overlay)
313         (message-overlay-get, message-overlay-put, message-overlays-in):
314         * messagexmas.el (message-delete-overlay, message-make-overlay)
315         (message-overlay-get, message-overlay-put, message-overlays-in):
316         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
317         Remove.
318
319 2015-08-19  Glenn Morris  <rgm@gnu.org>
320
321         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
322
323 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * message.el (message-overlay-put, message-make-overlay)
326         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
327         (message-delete-overlay, message-window-inside-pixel-edges):
328         Declare before using.
329
330 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * message.el (message-overlay-get, message-overlays-in)
333         (message-window-inside-pixel-edges):
334         * messagexmas.el (message-overlay-get, message-overlays-in):
335         XEmacs compatible functions.
336
337 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
338
339         * message.el (message-toggle-image-thumbnails): New command.
340
341 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
342
343         * message.el (message-send-form-letter): Change (message (format ...))
344         to (message ...).  This lessens the probability of confusion when
345         the output of `format' contains `%'.
346
347 2015-08-04  David Kastrup  <dak@gnu.org>
348
349         * gnus-art.el (gnus-article-describe-key)
350         (gnus-article-describe-key-briefly):
351         Do not overwrite preexisting contents of unread-command-events.
352
353 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
354
355         * nnimap.el (nnimap-request-move-article)
356         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
357         extension if available.
358
359 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
360
361         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
362         capabilities instead of relying on LOGIN response.
363
364 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
365
366         * nnbabyl.el (nnbabyl-retrieve-headers):
367         * nndiary.el (nndiary-retrieve-headers):
368         * nneething.el (nneething-retrieve-headers):
369         * nnmbox.el (nnmbox-retrieve-headers):
370         * nnmh.el (nnmh-retrieve-headers):
371         * nnml.el (nnml-retrieve-headers):
372         * nnspool.el (nnspool-retrieve-headers):
373         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
374         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
375         progress-report percentages and the like.  This avoids problems
376         if (* 100 NUMERATOR) would overflow.
377
378         * gnus-registry.el (gnus-registry-import-eld):
379         * registry.el (registry-reindex):
380         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
381
382 2015-07-17  Julien Danjou  <jd@abydos>
383
384         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
385         command.
386
387 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
388
389         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
390         of function arguments.
391
392 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
393
394         * nnimap.el: Clean up "unused var" warnings.
395         (auth-source-creation-prompts): Declare.
396         (nnimap-retrieve-headers, nnimap-status-message)
397         (nnimap-request-create-group, nnimap-request-delete-group)
398         (nnimap-close-group, nnimap-request-move-article)
399         (nnimap-request-accept-article, nnimap-request-newgroups)
400         (nnimap-request-post, nnimap-dummy-active-number)
401         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
402         (nnimap-parse-flags): Remove unused var `p'.
403         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
404         (nnimap-flags-to-marks): Remove unused var `totalp'.
405
406 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
407
408         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
409         before RFC822.SIZE.
410
411 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
412
413         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
414         so that a 'plain value for the `nnimap-stream' server variable is
415         handled correctly.
416
417 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
418
419         Remove unused let variables
420         * nnimap.el (nnimap-request-group): Variables are not used.
421
422         Check if group names are already strings
423         * gnus-group.el (gnus-group-group-name):
424         The group name may already be a string.
425         Specifically, in the group list reached from the *Server* buffer,
426         the 'gnus-group text property returns a string.  Everywhere else
427         it returns a symbol.
428
429 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
430
431         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
432         (nnmaildir--update-nov): Remove unused var `numdir'.
433         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
434         (nnmaildir-request-group, nnmaildir-request-create-group)
435         (nnmaildir-request-post, nnmaildir-request-move-article)
436         (nnmaildir-request-accept-article, nnmaildir-active-number):
437         Mark unused args.
438         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
439         Declare.
440         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
441         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
442         `mark', `end', `new-mark', and `mark-sym'.
443         (nnmaildir-retrieve-headers):
444         Remove unused args `srv-dir', `dir', `nlist2'.
445         (nnmaildir-request-expire-articles):
446         Remove unused vars `article', `stop' and `nlist2'.
447         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
448         `end'.  Use nnmaildir--article when dyn-binding is needed.
449         Give the value directly in the `let' for `del-mark', `del-action',
450         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
451         (nnmaildir-close-server):
452         Declare those local vars that need to be dyn-bound.
453
454 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
455
456         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
457
458 2015-05-31  David Engster  <deng@randomsample.de>
459
460         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
461         instead of using `sleep-for', as the latter does not seem to reliably
462         wait (see for instance bug 15990).
463
464 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * gnus-art.el (gnus-button-alist): Re-revert last change.
467         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
468
469 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
470
471         * gnus-art.el (gnus-button-alist): Revert last change.
472         It wasn't that important, and it caused a Gnus build to fail.  See:
473         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
474
475         * gnus-art.el (gnus-button-alist):
476         Also treat "‘" and "’" as quoting chars.
477
478 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
479
480         * gnus-art.el (gnus-treat-strip-list-identifiers)
481         (gnus-article-mode-syntax-table):
482         * gnus-group.el (gnus-group-nnimap-edit-acl):
483         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
484         e.g., missing quote, ``x'' where `x' was meant, etc.
485
486 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
489         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
490         into just c.
491
492 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
495         Normalize characters into numbers in spec keys.
496
497 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * dgnushack.el (declare-function): Redefine it to use autoload.
500         * lpath.el (gnus-html-prefetch-images): Declare.
501
502 2015-05-04  Glenn Morris  <rgm@gnu.org>
503
504         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
505
506         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
507
508         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
509         (gnus-topic-create-topic, gnus-topic-enter-dribble):
510         Declare rather than autoload.
511
512         * mm-archive.el (gnus-recursive-directory-files)
513         (mailcap-extension-to-mime): Autoload at run-time.
514
515         * mm-util.el (latin-unity-massage-name)
516         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
517         (latin-unity-representations-present-region):
518         Declare rather than autoload.
519
520         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
521         Autoload at run-time.
522         (epg-context-set-signers, epg-context-result-for)
523         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
524         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
525         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
526         (epg-configuration, epg-expand-group, epa-select-keys):
527         Declare rather than autoload.
528
529         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
530         Autoload at run-time.
531         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
532         (gnus-registry-get-id-key, gnus-registry-action):
533         Declare rather than autoload.
534
535         * nnmail.el (mail-send-and-exit): Autoload at run-time.
536
537         * spam.el (spam-stat-buffer-change-to-non-spam)
538         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
539         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
540         (spam-stat-split-fancy): Remove pointless autoloads.
541
542         * mm-view.el (epg-decrypt-string): Autoload.
543         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
544         (epg-sub-key-validity): Fix declarations.
545
546 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
547
548         * gnus.el: Ma Gnus v0.13 is released.
549
550 2015-05-01  Glenn Morris  <rgm@gnu.org>
551
552         * gnus-util.el (iswitchb-read-buffer):
553         * mm-decode.el (libxml-parse-html-region):
554         * mml.el (libxml-parse-html-region):
555         * nnrss.el (libxml-parse-html-region): Update declaration.
556
557 2015-04-27  Glenn Morris  <rgm@gnu.org>
558
559         * message.el (gnus-extract-address-components):
560         Remove bogus declaration that was masking previous problem.
561
562 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
563
564         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
565         altering the buffer.
566         (hashcash-insert-payment-async-2): Revert previous change because it
567         still means that the mark is moving around.
568
569 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570
571         * gnus-uu.el (gnus-uu-save-article):
572         Make the save-restriction/widen calls make more sense.
573
574 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * gnus-art.el (gnus-use-idna):
577         * gnus-sum.el (gnus-summary-idna-message):
578         * message.el (message-use-idna):
579         Catch the invalid-operation error that idna.el will issue.
580
581 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
582
583         * gnus-group.el (gnus-group--setup-tool-bar-update):
584         cursor-sensor-functions should be a list of functions.
585
586 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
587
588         * gnus-group.el (gnus-tmp-*): Declare.
589         (gnus-update-group-mark-positions): Remove unused `topic' var.
590         (gnus-group-insert-group-line): Remove unused var `header'.
591         (gnus-group--setup-tool-bar-update): New function.
592         (gnus-group-insert-group-line): Use it.
593         (gnus-group-update-eval-form): Declare local
594         dynamically-bound variables.
595         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
596
597         * gnus-topic.el (gnus-topic-jump-to-topic)
598         (gnus-group-prepare-topics, gnus-topic-update-topic)
599         (gnus-topic-change-level, gnus-topic-catchup-articles)
600         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
601         Use inhibit-read-only.
602         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
603         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
604
605 2015-04-12  João Távora  <joaotavora@gmail.com>
606
607         * message.el (message-mode):
608         Use `set' and `make-local-variable' instead of `setq-local'.
609
610 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
611
612         * gnus-sum.el (gnus-summary-refer-thread):
613         Make sure gnus-newsgroup-unreads remains sorted.
614
615 2015-04-12  João Távora  <joaotavora@gmail.com>
616
617         Improve sexp-based movement in message-mode
618         * message.el (message--syntax-propertize): New function.
619         (message-mode): Set syntax-related vars.d
620         (message-smileys): New variable.
621
622 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
623
624         * gnus-art.el (gnus-hidden-properties): Simplify.
625         (gnus-article-hide-text, gnus-article-unhide-text)
626         (gnus-article-unhide-text-type): Remove special handling of
627         `intangible' since that property is not used any more.
628         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
629
630 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
633         and a runtime function for it, of which the XEmacs version takes only
634         two arguments.
635
636 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
637
638         Use American spelling for 'normalize'
639         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
640         All uses changed.  Add an alias for obsolete usages.
641
642 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
643
644         * gnus-art.el (gnus-article-browse-html-save-cid-content):
645         Always return relative file name.
646         (gnus-article-browse-html-parts):
647         Make external links absolute and cid file names relative.
648
649 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
650
651         * registry.el (registry-prune): Re-use `registry-full' in
652         `registry-prune'.  It's a bit of redundant work, but safer.
653         Also ensure that target-size is an integer.
654
655 2015-03-31  Daiki Ueno  <ueno@gnu.org>
656
657         * plstore.el (plstore--decrypt): Clear entry in
658         `plstore-passphrase-alist' if decryption failed (bug#20030).
659
660 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
661
662         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
663         to "Display" menu.
664
665 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
666
667         * nnimap.el (nnimap-split-incoming-mail): If a message is already
668         in the group it should be split to, don't re-copy it into the group.
669
670 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
671
672         * nnmh.el (nnmh-request-expire-articles):
673         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
674
675 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
676
677         * registry.el (registry-lookup-secondary, registry-full)
678         (registry-prune, registry-collect-prune-candidates):
679         * gnus-registry.el (gnus-registry-load): Use slot names rather than
680         initarg names in `oref' and `oset'.
681
682 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
683
684         * registry.el (registry-prune): Allow registry to reach full size
685         before pruning.
686
687 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
688
689         * registry.el (registry-collect-prune-candidates): Fix call to
690         cl-subseq.
691
692 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
693
694         * registry.el (registry-db): Temporary fix old Emacsen compilation.
695
696 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
697
698         * gnus-registry.el (gnus-registry-handle-action)
699         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
700         (gnus-registry-keywords): Make it do something.
701         (gnus-registry-import-eld): Remove unused var `new-entry'.
702         (gnus-registry-action): Remove unused var `to-name'.
703         (gnus-registry-make-db): Prefer `make-instance' to avoid
704         compiler warnings.
705         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
706
707         * registry.el (registry-db): Don't oset-default an instance-allocated
708         slot.
709
710 2015-03-10  Glenn Morris  <rgm@gnu.org>
711
712         * message.el (message-valid-fqdn-regexp): Bump :version for
713         2014-11-17 change.
714
715 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
716
717         * gnus-notifications.el (gnus-notifications-action): Raise window
718         frame.
719         (gnus-notifications-action): Allow mark as read.
720         (gnus-notifications-notify): Show uption to mark as read.
721
722 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
723
724         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
725         (registry-search, registry-delete, registry-size, registry-insert)
726         (registry-reindex, registry-collect-prune-candidates):
727         * gnus-registry.el (gnus-registry-fixup-registry)
728         (gnus-registry-remove-extra-data): Use slot names rather than initarg
729         names in `oref' and `oset'.
730
731 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
732         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
733         in the group it should be split to, don't re-copy it into the group.
734
735 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
736
737         * message.el (message-insert-formatted-citation-line): Change %F to
738         fall back to email address if no first name could be determined.
739
740 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
741
742         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
743         Fix point motion when removing displayed MIME part.
744         (gnus-article-edit-part): Make jumping to the next part really work
745         when deleting or stripping.
746         (gnus-mime-buttonize-attachments-in-header): Make header attachment
747         buttons identical to the ones in the article body so as to work deleting
748         and stripping.
749
750 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
751
752         * mm-decode.el (mm-shr)
753         * mm-view.el (mm-inline-text-html-render-with-w3m):
754         Revert my bogus change that made the start marker of a part
755         the "moves after insertion" type.
756
757 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
758
759         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
760         Tools: https://github.com/politza/pdf-tools) for viewing PDF
761         attachments in emacs.
762
763 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
764
765         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
766         instead of sasl-scram-sha-1, as the former is the name that can be
767         required.
768
769         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
770         (sasl-scram-sha-1-client-final-message)
771         (sasl-scram-sha-1-authenticate-server): Move to end of file.
772
773 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
774
775         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
776
777 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
780         (sasl-string-prefix-p): New compatibility functions.
781
782 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
783
784         * gnus-compat.el (process-live-p): Added new compat function for Emacs
785         23.
786
787 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
788
789         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
790         from the server LIST response.
791
792 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
793
794         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
795         during header retrieval, error out instead of interpreting the data in
796         the buffer as the only messages there.  This way, we don't mark
797         articles as read on a server hangup (bug#19035).
798
799         * mm-decode.el (mm-head-p): New function.
800         (mm-display-part): Go to a blank line when inserting parts internally.
801
802 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
803
804         * sasl-scram-rfc.el: New file.
805
806         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
807         Add SCRAM-SHA-1 first.
808         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
809         entry (bug#17636).
810
811 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
812
813         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
814         that we don't get a warning when setting the buffer-local variable
815         (bug#19573).
816
817         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
818         `gnus-request-group'.
819
820 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * gnus-art.el (gnus-article-browse-html-save-cid-content)
823         (gnus-article-browse-html-parts): Make cid file names relative if and
824         only if html doesn't specify <base> directory.
825
826 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
827
828         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
829         parts, because that breaks filling (since buttons are in a bold face).
830
831 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
834         use gnus-overlays-at and gnus-overlay-put.
835
836 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
837
838         * mm-decode.el (mm-shr): Only pass the fill column when not using
839         fonts, because limiting the width to what's appropriate for followups
840         doesn't really help when not using proportional fonts.
841
842 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
843
844         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
845         shr, beacause that breaks folding.
846         (mm-shr): Don't shorten the width when using fonts.
847
848 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
849
850         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
851         variable; always check the newrc timestamp.
852         (gnus-save-newsrc-file): Always check timestamp.
853
854 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
855
856         * mail-source.el (mail-source-call-script): If scripts exit with an
857         error, pop up an error buffer.
858
859 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
860
861         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
862         as a default.
863
864         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
865         correct server.
866
867 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
868
869         * nnimap.el (nnimap-request-group-scan): Fix the function name.
870
871         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
872
873 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
876         that nnimap works for non-activated backends.
877
878 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
879
880         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
881         message, since we already get an obsolescence message.  Use `declare'.
882
883 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
884
885         * nnir.el: Revert "Enable non-ASCII IMAP searches".
886
887 2015-01-30  Glenn Morris  <rgm@gnu.org>
888
889         * gnus-registry.el (gnus-registry-max-pruned-entries)
890         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
891         Fix :version.
892         (gnus-registry-default-sort-function): Improve :type.
893
894 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
895
896         * nnimap.el (nnimap-request-group): Allow running this function on
897         groups that don't exist in Gnus yet.
898         (nnimap-request-group): Revert previous patch since that made it
899         impossible to enter nnimap groups.
900
901         * message.el (message-smtpmail-send-it): Remove the mail header
902         separator before sending.
903
904 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
905
906         * nnimap.el (nnimap-find-expired-articles): Fix handling of
907         (expiry-wait . never).
908
909 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
910
911         * nnimap.el (nnimap-request-group): Clear the buffer before returning
912         the data.
913
914 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * gnus-compat.el (string-bytes): Work for XEmacs.
917
918 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
919
920         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
921
922         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
923         IMAP.
924
925 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
926
927         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
928
929         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
930
931         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
932         be added to the backlog.
933
934 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
935
936         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
937         target with a recursive make call.
938
939 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
940
941         * nnimap.el (nnimap-header-parameters): Refactor and request
942         X-GM-LABELS if it's been announced.
943         (nnimap-transform-headers): Gather and output GM-LABELS.
944
945 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
946
947         * mm-decode.el (mm-display-part): Make non-string methods work.
948         Non-string methods are funcalled and work just fine, the test was
949         bogus.
950         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
951         whole frame.
952
953 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
954
955         * nnimap.el (nnimap-request-accept-article): Allow respooling using
956         nnimap.
957
958         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
959         request rescans when being run interactively.
960
961         * nnimap.el (nnimap-request-group): Don't rescan the group here,
962         because that can be very slow in large groups.
963
964         * gnus-int.el (gnus-request-group-scan): New backend function.
965
966         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
967
968 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
969
970         * gnus-group.el (gnus-group-suspend): Close all backends.
971
972 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
973
974         * dgnushack.el (dgnushack-compile-file): New function.
975         (dgnushack-compile): Use it (bug#19514).
976
977 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
980
981 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
982
983         * registry.el: Don't use <class> as a variable.
984
985 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
986
987         system-name's returned value can vary
988         Also, the system-name variable is now obsolete.
989         Fixes Bug#19438.
990         * message.el (message-make-fqdn):
991         * nnvirtual.el (nnvirtual-retrieve-headers)
992         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
993         and avoid naming locals 'system-name'.
994
995 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
996
997         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
998         lines don't get overlong when responding.
999
1000 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * registry.el (cl-remf, cl-loop, cl-subseq):
1003         Alias to remf, loop, and subseq respectively for old Emacsen.
1004
1005 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
1006
1007         * gnus-group.el (gnus-read-ephemeral-bug-group):
1008         Bind coding-system-for-read and coding-system-for-write only around
1009         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
1010
1011 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1012
1013         * registry.el (registry-db): Set default slot later.
1014         This is because its value is not a literal integer.
1015
1016 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1017
1018         * registry.el (registry-db): Fix default registry-db max-size.
1019
1020 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1021
1022         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
1023         add warning.
1024
1025         * gnus-art.el: Fix up compiler warnings.
1026         (article-display-face, article-display-x-face): Remove unused `face'.
1027         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
1028         (article-date-ut): Remove unused var `first'.
1029         (gnus-article-prepare): Remove unused var `gnus-article'.
1030         (gnus-mime-save-part-and-strip): Remove unused var `param'.
1031         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
1032         `coding-system' along with corresponding dead code.
1033         (gnus-mime-view-part-externally): Remove unused var
1034         `mm-user-display-methods'.
1035         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
1036         (gnus-display-mime): Remove unused var `handle'.
1037         (gnus-mime-display-alternative): Remove unused var `props'.
1038         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
1039         (gnus-article-edit-done): Remove unused var `p'.
1040         (gnus-url-mailto): Remove unused var `to'.
1041         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
1042         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
1043
1044 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
1045
1046         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
1047         slots into a :max-size slot.
1048         (registry-db-version): Add new variable for database version number.
1049         (registry-prune): Use :max-size slot. Accept and use a sort-function
1050         argument.
1051         (registry-collect-prune-candidates): Add new function for finding
1052         non-precious pruning candidates.
1053         (registry-prune-hard-candidates, registry-prune-soft-candidates):
1054         Remove obsolete functions.
1055         (initialize-instance): Upgrade registry version when starting.
1056
1057         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
1058         (gnus-registry-max-pruned-entries): Remove obsolete variable.
1059         (gnus-registry-cache-file): Change default
1060         filename extension to "eieio".
1061         (gnus-registry-read): Add new function, split out from
1062         `gnus-registry-load', that does the actual object reading.
1063         (gnus-registry-load): Use it. Add condition case handler to check for
1064         old filename extension and rename to the new one.
1065         (gnus-registry-default-sort-function): New variable to specify a sort
1066         function to use when pruning.
1067         (gnus-registry-save, gnus-registry-insert): Use it.
1068         (gnus-registry-sort-by-creation-time): Define a default sort function.
1069
1070         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
1071         Adjust test for new object signature.
1072         (gnustest-registry-pruning-test): Add new pruning test.
1073         (gnustest-registry-sort-function): Default sort function for testing.
1074         (gnustest-registry-pruning-sort-test): New test for sorting.
1075
1076 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
1079         function for reuse.
1080         (gnus-mime-buttonize-attachments-in-header): Adjust.
1081
1082 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * message.el (message-change-subject): Really check whether the subject
1085         changed.
1086
1087 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
1090         PDFs.
1091         (mailcap-view-mime): New function.
1092
1093 2014-12-01  Glenn Morris  <rgm@gnu.org>
1094
1095         * gnus-cloud.el (gnus-cloud): Add :version tag.
1096
1097 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * gnus-art.el (gnus-use-idna):
1100         * gnus-sum.el (gnus-summary-idna-message):
1101         * message.el (message-use-idna):
1102         Protect against nil value for idna-program.
1103
1104         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1105
1106 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1107
1108         * auth-source.el (auth-source-macos-keychain-search-items): Return
1109         result of `auth-source-macos-keychain-result-append' (bug#19074).
1110
1111 2014-11-25  Glenn Morris  <rgm@gnu.org>
1112
1113         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1114         Add :version tag.
1115
1116 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1117
1118         * pop3.el (pop3-open-server): Warn unless encrypted.
1119
1120         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1121
1122 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1123
1124         Port new time stamp handling to Emacs 23.2.
1125         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1126         * time-date.el (time-add, time-subtract, time-less-p):
1127         Use eval-and-compile, not eval-when-compile.
1128
1129 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1130
1131         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1132         TLDs.
1133
1134 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1135
1136         Port new time stamp handling to old Emacs and to XEmacs.
1137         This is needed for Gnus, which copies time-date.el and which
1138         runs on older Emacs implementations.
1139         * time-date.el (with-decoded-time-value):
1140         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1141         (encode-time-value, with-decoded-time-value):
1142         Obsolete only if new Emacs.
1143         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1144
1145         Improve time stamp handling, and be more consistent about it.
1146         This implements a suggestion made in:
1147         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1148         Among other things, this means timer.el no longer needs to
1149         autoload the time-date module.
1150         * time-date.el (seconds-to-time, days-to-time, time-since)
1151         (with-decoded-time-value):
1152         Treat 'nil' as current time.  This is mostly for XEmacs.
1153         (encode-time-value, with-decoded-time-value): Obsolete.
1154         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1155         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1156
1157 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1160         discarding changes in ephemeral groups.
1161
1162         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1163         things the user isn't interested in.
1164
1165 2014-11-13  Julien Danjou  <jd@abydos>
1166
1167         * gnus-notifications.el (gnus-notifications-notify): Provide both
1168         app-icon and image-path.
1169
1170 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1171
1172         * mm-url.el (mm-url-encode-multipart-form-data):
1173         Restore to handle "multipart/form-data" by eww.
1174
1175 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1176
1177         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1178         Landscheidt.
1179
1180 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1181
1182         Simplify use of current-time and friends.
1183         * gnus-delay.el (gnus-delay-article):
1184         * gnus-sum.el (gnus-summary-read-document):
1185         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1186         * message.el (message-make-expires-date):
1187         Omit unnecessary call to current-time.
1188         * gnus-util.el (gnus-float-time): Simplify to an alias because
1189         time-to-seconds now behaves like float-time with respect to nil arg.
1190         (gnus-seconds-year): Don't call current-time twice to get the current
1191         time stamp, as this can lead to inconsistent results.
1192         * time-date.el (time-to-seconds) [!float-time]:
1193         Use current time if arg is nil, to be compatible with float-time.
1194         (time-date--day-in-year): New function, with most of the guts of
1195         the old time-to-day-in-year.
1196         (time-to-day-in-year): Use it.
1197         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1198
1199 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * gnus.el (gnus-mode-line-buffer-identification):
1202         Don't add image data for a non-graphic display (bug#18813).
1203
1204 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1207         load-path, it blocks autoloading of find-image (bug#18813).
1208
1209 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1210
1211         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1212         to keep connection open (bug#18728).
1213
1214 2014-10-20  Glenn Morris  <rgm@gnu.org>
1215
1216         * Merge in all changes up to 24.4 release.
1217
1218 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1219
1220         * message.el (message-insert-signature): Use `newline' instead of
1221         inserting explicit "\n".
1222
1223 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1224
1225         * gnus-icalendar.el: Support vcal format timezones.
1226         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1227         compute dates with associated timezone.
1228         (gnus-icalendar-event-from-ical): Compute all timezones.
1229
1230 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1231
1232         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1233         check the newsrc.eld file's timestamp before saving it.
1234         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1235         timestamp has changed to be newer.
1236
1237 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1238
1239         * gnus-icalendar.el (gnus-icalendar-identities):
1240         Include message-alternative-emails.
1241
1242 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1245         New compatibility functions.
1246         (ntlm-build-auth-response): Use them.
1247
1248 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1249
1250         * ntlm.el (ntlm-build-auth-request):
1251         Add NTLM2 Session support.  (Bug#15603)
1252
1253 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1254
1255         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1256         expired messages only when it was built in reverse order.
1257
1258 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1259
1260         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1261         last so it can be used in `message-send-hook'.
1262
1263 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1264
1265         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1266         <#secure> tag (bug#18513).
1267
1268 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * parse-time.el: Require cl when compiling.
1271
1272 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         Use cl-lib as much as possible following the 2014-09-26 change
1275         in the Emacs trunk.
1276         * parse-time.el: Try requiring cl-lib.
1277         (parse-time-incf): Alias to cl-incf or incf.
1278         (digit-char-p): Remove.
1279         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1280         (parse-integer): Rename to parse-time-integer.
1281         (parse-time-tokenize, parse-time-rules, parse-time-string)
1282         Use parse-time-incf and parse-time-integer.
1283
1284 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1285
1286         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1287         of ":delete".
1288
1289 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1292         (gnus-article-browse-html-parts):
1293         Revert last change that breaks links other than cid contents.
1294
1295 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1298         (gnus-article-browse-html-parts): Make cid file names relative.
1299
1300 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1301
1302         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1303         temporarily displayed when running a mode function (at least org-mode
1304         requires it).
1305
1306 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1307
1308         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1309         the gnus-summary-article-expire-hook should be told where the function
1310         is going. In particular, the Gnus registry might want to know.
1311
1312 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1313
1314         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1315
1316 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1319
1320 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1321
1322         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1323         the gnus-summary-article-expire-hook should be told where the function
1324         is going. In particular, the Gnus registry might want to know.
1325
1326 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1327
1328         Don't mishandle year-9999 dates (Bug#18176).
1329         * parse-time.el (parse-time-rules):
1330         Allow years up to most-positive-fixnum.
1331         * time-date.el (date-to-time):
1332         Pass "Specified time is not representable" errors through.
1333
1334 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1335
1336         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1337         groups and t.
1338
1339 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * gnus-utils.el (gnus-recursive-directory-files):
1342         Unify hard or symbolic links (bug#18063).
1343
1344 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1345
1346         * gnus-msg.el (gnus-configure-posting-style):
1347         Allow string replacements in values when matching against a header.
1348
1349 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1350
1351         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1352         the dribble buffer even when it is shrunk a lot.
1353         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1354
1355 2014-06-26  Glenn Morris  <rgm@gnu.org>
1356
1357         * mm-util.el (help-function-arglist): Remove outdated declaration.
1358
1359 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1360
1361         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1362         attribute values.  (Bug#17834)
1363
1364 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1365
1366         * gnus-sum.el (gnus-summary-edit-article-done):
1367         Prefer point-marker to copy-marker of point.
1368
1369 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * Makefile.in (install-el, install-el-elc): Compress .el files.
1372         (uninstall): Remove compressed .el files.
1373
1374 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1377         (gnus-article-read-summary-keys):
1378         Don't bug out when there is no article in the summary buffer.
1379         (gnus-mime-buttonize-attachments-in-header):
1380         Improve criterion that finds parts to display.
1381
1382         * gnus-art.el (gnus-mm-display-part):
1383         * mm-decode.el (mm-shr):
1384         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1385         (mm-insert-inline): Revert last changes.
1386
1387 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * gnus-art.el (gnus-mm-display-part):
1390         * mm-decode.el (mm-shr):
1391         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1392         (mm-insert-inline): Set insertion type of end-marker, not only
1393         start-marker, of undisplayer so as to stay after inserted text.
1394
1395 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1396
1397         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1398         attribute. (Bug#17613)
1399
1400 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1401
1402         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1403         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1404
1405 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1408         Don't delete next part button; keep spacing between buttons.
1409
1410 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1413         Work for the last MIME part in an article.
1414         (gnus-mime-display-single): Suppress excessive newlines between parts.
1415
1416         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1417         by leading or trailing newline.
1418
1419 2014-05-12  Sam Steingold  <sds@gnu.org>
1420
1421         * time-date.el (seconds-to-string): New function to pretty print time
1422         delay in seconds.
1423
1424 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1425
1426         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1427         while prompting a user for a file name, etc.
1428         (gnus-mime-display-single): Display part with a common appearance no
1429         matter whether MIME button is omitted or not; don't add duplicate entry
1430         to gnus-article-mime-handle-alist.
1431         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1432
1433 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1434
1435         * mml2015.el (mml2015-display-key-image): New variable.
1436
1437 2014-05-08  Glenn Morris  <rgm@gnu.org>
1438
1439         * gnus-fun.el (gnus-grab-cam-face):
1440         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1441         This is CVE-2014-3421.
1442
1443 2014-05-04  Glenn Morris  <rgm@gnu.org>
1444
1445         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1446
1447 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1450         the displaying state of a part.
1451         (gnus-mm-display-part): Don't insert a newline in the beginning of
1452         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1453
1454         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1455         (mm-shr): Make undisplayer unbreakable.
1456
1457         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1458         Don't insert excessive newline.
1459         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1460         (mm-insert-inline): Make undisplayer unbreakable.
1461
1462 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1463
1464         * gnus.el: Ma Gnus v0.11 is released.
1465
1466 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1467
1468         * gnus-art.el (gnus-mm-display-part):
1469         Highlight header attachment buttons.
1470
1471 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1472
1473         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1474         a part; redisplay a button (enbugged in 2014-02-05).
1475
1476 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1477
1478         * auth-source.el (auth-source-search, auth-source-search-backends):
1479         Treat :max 0 as an indicator that a boolean return is wanted, as
1480         documented. Reported by Joe Bloggs.
1481
1482 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * gnus-icalendar.el: Require gnus-art.
1485
1486 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1487
1488         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1489         (gnus-icalendar--update-org-event): put event timestamp in
1490         the org entry body instead of the drawer.
1491         (gnus-icalendar-event--get-attendee-names): list of participants should
1492         contain even attendees without common name attribute.
1493         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1494         property tags in org drawers.
1495
1496 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * gmm-utils.el (gmm-format-time-string): New function.
1499
1500         * message.el (message-insert-formatted-citation-line): Use the original
1501         author's time zone to express a date string.
1502
1503 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1504
1505         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1506         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1507         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1508         Silence compiler warnings.
1509         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1510
1511 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * mml.el: Require url when compiling.
1514
1515         * gnus-cloud.el (gnus-cloud-parse-version-1):
1516         Use plist-get rather than CL's getf.
1517         (gnus-activate-group, gnus-subscribe-group): Declare.
1518
1519         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1520
1521 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1524         buttons when toggling the header off.
1525
1526 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1527
1528         * tls.el (tls-program): Reflow docstring.
1529
1530 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1531
1532         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1533         groups work again.
1534
1535 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1536
1537         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1538         999 correctly (i.e. "1,342").
1539
1540 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1541
1542         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1543         out if the directory doesn't exist.
1544
1545 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1546
1547         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1548         commands here; instead, only check if epg-config.el is available.
1549
1550 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1551
1552         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1553         messages with embedded images.
1554         (mml-generate-mime): Don't bug out if you don't have libxml.
1555
1556 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1557
1558         * message.el (message-make-html-message-with-image-files): New command.
1559
1560 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1561
1562         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1563
1564         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1565
1566 2014-02-23  David Engster  <deng@randomsample.de>
1567
1568         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1569         to stay compatible with older Emacsen, so replace `cl-loop' with
1570         `loop'.
1571
1572 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1573
1574         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1575         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1576         instead, build list of patterns.
1577
1578 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1579
1580         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1581         Display header attachment buttons by gnus-article-prepare-display
1582         rather than gnus-article-prepare so as to view in mml-preview as well.
1583
1584 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1585
1586         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1587         in `auth-sources' means and link to EPA docs.
1588
1589 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1590
1591         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1592         (bug#12375).
1593
1594 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1597         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1598
1599 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1600
1601         * message.el (message-tab): Mention what happens on normal tabs
1602         (bug#11297).
1603
1604 2014-02-08  Glenn Morris  <rgm@gnu.org>
1605
1606         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1607
1608 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1611         buttons that are hidden in unselected alternative part as well.
1612         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1613
1614         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1615
1616 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1617
1618         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1619         keystroke.
1620         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1621         types.
1622
1623         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1624         with an empty string.
1625
1626 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1627
1628         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1629         buffer-local in some buffers, so bind it explicitly in the buffer we're
1630         trying to cancel the article in (bug#10808).
1631
1632 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1633
1634         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1635         New functions.
1636
1637         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1638         New user option.
1639         (gnus-mime-buttonize-attachments-in-header): New function.
1640         (gnus-article-prepare): Use it.
1641         (gnus-mime-inline-part): Suppress extra newline.
1642         (gnus-mm-display-part): Save excursion;
1643         remove useless deleting and adding of buttons.
1644         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1645
1646         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1647         Add gnus-mime-buttonize-attachments-in-header.
1648
1649 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1650
1651         * nnimap.el (nnimap-request-articles): New command to download several
1652         articles at once.
1653
1654         * gnus.el (gnus-variable-list): Save Cloud variables.
1655
1656         * gnus-int.el (gnus-request-accept-article): Doc fix.
1657
1658 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1659
1660         * parse-time.el (parse-time-iso8601-regexp)
1661         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1662         it more generally.
1663
1664 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1665
1666         * gnus-cloud.el: New file to provide the Emacs Cloud.
1667
1668         * dgnushack.el: Silence XEmacs w3 warning.
1669
1670         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1671         `url-retrieve-synchronously', apparently.
1672
1673         * dgnushack.el: Silence XEmacs dns.el warning.
1674
1675         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1676         instead of in all files.
1677
1678         * dns.el (network-interface-list): Define for XEmacs.
1679
1680         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1681         XEmacs.
1682
1683         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1684
1685 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1686
1687         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1688         `gnus-group-split-fancy'.
1689
1690 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1691
1692         * message.el (message-remove-header): Doc fix.
1693         (message-forward-included-headers): New variable.
1694         (message-remove-ignored-headers): Use it.
1695
1696 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1697
1698         * nnir.el (nnir-request-update-mark): Don't try to update the source
1699         group if we can't find it (bug#16611).
1700
1701 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1702
1703         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1704
1705 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1706
1707         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1708         network interfaces changed.
1709         (dns-query): Use it to flush the data.
1710
1711 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1712
1713         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1714         from random face commands.
1715         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1716         Face.
1717         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1718         (gnus--random-face-with-type): Generic function returning a face-type
1719         as a string.
1720         (gnus--insert-random-face-with-type): Generic function inserting a face
1721         in a message buffer header.
1722         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1723         (gnus-insert-random-x-face-header): Rewritten to use
1724         `gnus--insert-random-face-with-type`.
1725         (gnus-random-face): Return random (png) Face as string.
1726         (nus-insert-random-face-header): Insert random (png) Face in a message
1727         buffer.
1728
1729 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1730
1731         * mm-url.el: Remove all usage of w3.
1732
1733         * nnrss.el: Ditto.
1734
1735         * mm-decode.el: Ditto.
1736
1737         * mm-view.el: Ditto.
1738
1739         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1740         outdated and all Emacsen have url.el built-in.
1741
1742         * gnus-setup.el: Remove outdated file.
1743
1744 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1745
1746         * gnus.el: Ma Gnus v0.9 is released.
1747
1748 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1749
1750         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1751
1752 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1753
1754         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1755         in the summary buffer (bug#13769).
1756
1757 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1758
1759         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1760         name if we're using a single article buffer.  Otherwise, it may point
1761         to a killed buffer (bug#13756).
1762
1763 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1764
1765         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1766         the match data, just save and restore it explicitly (bug#12375).
1767
1768         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1769         that's needed.
1770
1771         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1772         the code once (bug#9069).
1773
1774 2014-01-18  Steinar Bang  <sb@dod.no>
1775
1776         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1777         reading.
1778
1779 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1780
1781         * message.el (message-bury): Call bury-buffer with no argument
1782         in the message-return-action case too.
1783
1784 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1787         (nnimap-split-fancy, nnimap-split-methods): Declare.
1788
1789         * mm-util.el (help-function-arglist): Declare.
1790
1791 2013-12-28  Glenn Morris  <rgm@gnu.org>
1792
1793         * gnus-sieve.el (gnus-sieve-select-method):
1794         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1795         (gravatar-rating, gravatar-size):
1796         * message.el (message-minibuffer-local-map):
1797         * sieve-manage.el (sieve-manage-authenticators)
1798         (sieve-manage-authenticator-alist): Specify custom types.
1799
1800         * hashcash.el (hashcash-program): Rename from hashcash-path.
1801         Update callers.
1802
1803         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1804         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1805         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1806
1807         * auth-source.el (auth-sources):
1808         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1809         Fix custom types.
1810
1811         * tls.el (tls-certtool-program): Fix default value.
1812
1813 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1814
1815         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1816         we get proper traces there, too.
1817
1818 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1819
1820         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1821         value of the parameters if the current article has a Reply-To or From
1822         field.
1823
1824 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1825
1826         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1827
1828 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1829
1830         * gnus-sum.el (gnus-summary-exit): Stop animations.
1831
1832 2013-12-19  Juri Linkov  <juri@jurta.org>
1833
1834         * gnus.el (gnus-suppress-keymap):
1835         * gnus-art.el (gnus-article-mode-map):
1836         * gnus-group.el (gnus-group-mode-map):
1837         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1838         Remove [backspace] key binding because it shadows DEL (bug#16035).
1839
1840         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1841
1842 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1843
1844         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1845         Make sure work directory exists.
1846         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1847         rather than tmp directory.
1848         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1849         not necessarily always run, with it.
1850
1851 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1852
1853         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1854         value of gnus-icalendar-additional-identities work without restart.
1855
1856 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * mm-util.el (mm-make-temp-file):
1859         Alias to make-temp-file for modern Emacsen.
1860
1861 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1864         nnir-article-number and nnir-article-group.
1865
1866 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1867
1868         * message.el (message-send-mail-with-sendmail):
1869         Don't kill error buffer if sending fails.
1870
1871 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1872
1873         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1874         (gnus-icalendar-event->org-entry)
1875         (gnus-icalendar--update-org-event)
1876         (gnus-icalendar-event->gnus-calendar): Distinguish between
1877         required/optional/non-participant attendee status.  Fix bug causing
1878         the first required event participant to be omitted.
1879
1880 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * gnus-art.el (article-de-quoted-unreadable)
1883         (article-de-base64-unreadable, gnus-mime-copy-part)
1884         * gnus-html.el (gnus-article-html)
1885         * mm-view.el (mm-inline-text-html-render-with-w3)
1886         (mm-inline-text-html-render-with-w3m-standalone)
1887         * rfc2231.el (rfc2231-decode-encoded-string):
1888         Allow overriding charset by mm-charset-override-alist.
1889
1890         * gnus-art.el (gnus-article-browse-html-parts):
1891         Replace LWSPs with `&nbsp;'s in header.
1892
1893         Work for broken Chinese articles.
1894
1895         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1896         Exclude broken handles that gnus-summary-enter-digest-group may create.
1897         (gnus-article-browse-html-parts):
1898         Allow overriding charset by mm-charset-override-alist.
1899
1900 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1901
1902         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1903         (gnus-icalendar-identities): Support additional-identities.
1904
1905 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1906
1907         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1908         org-timestamp for events ending at midnight.
1909
1910 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1911
1912         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1913         .log files.
1914
1915 2013-11-20  David Engster  <deng@randomsample.de>
1916
1917         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1918
1919 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1920
1921         * message.el (message-beginning-of-line):
1922         Use beginning-of-visual-line when visual-line-mode is turned on.
1923
1924 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1925
1926         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1927         (gnus-icalendar-event-from-ical)
1928         (gnus-icalendar-event->org-entry)
1929         (gnus-icalendar--update-org-event): Required/optional participation,
1930         list of attendees synced to org.
1931
1932 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1933
1934         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1935         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1936         cancellations to be synced to org if the original appt has an org
1937         outline.
1938
1939 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1940
1941         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1942         (gnus-icalendar-event->org-entry)
1943         (gnus-icalendar--update-org-event)
1944         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1945
1946 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1947
1948         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1949         Fix timezone handling in gnus-icalendar export to org.
1950
1951 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1954
1955 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1958
1959 2013-10-30  Glenn Morris  <rgm@gnu.org>
1960
1961         * gnus-group.el (gnus-group-browse-foreign-server):
1962         * gnus-int.el (gnus-start-news-server):
1963         Silence compiler obsolescence warning.
1964
1965 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1966
1967         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1968         `nnoo-current-server' first, then for the actual `nnimap-address' to
1969         allow netrc entries for the nnoo server to coexist with netrc entries
1970         for the `nnimap-address'.
1971
1972 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1973
1974         * mm-decode.el (mm-dissect-buffer): Revert last change.
1975         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1976         The problem that motivated those changes was attributed to a broken
1977         mail sender, and has been fixed.
1978
1979 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1980
1981         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1982         token is missing in the Content-Type header.
1983
1984         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1985
1986 2013-09-18  Glenn Morris  <rgm@gnu.org>
1987
1988         * gnus-util.el (image-size): Declare.
1989
1990 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1991
1992         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1993         (gnus-icalendar-event-from-ical)
1994         (gnus-icalendar-event--build-reply-event-body)
1995         (gnus-icalendar-event-reply-from-buffer)
1996         (gnus-icalendar-find-org-event-file)
1997         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1998         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1999
2000         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
2001
2002 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2003
2004         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
2005         Use save-current-buffer.
2006         (gnus-tree-mode-map): Initialize in the declaration.
2007         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
2008         (scroll-in-place): Defvar it.
2009         (gnus-tmp-*): Defvar them.
2010         (gnus-get-tree-buffer): Use derived-mode-p.
2011         (gnus--let-eval): New macro.
2012         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
2013         non-prefixed variables.
2014         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
2015
2016         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
2017         vars since it doesn't seem to be available.
2018         (gnus-set-global-variables, gnus-summary-read-group-1)
2019         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
2020         (gnus-summary-display-article, gnus-summary-select-article)
2021         (gnus-summary-next-article, gnus-offer-save-summaries)
2022         (gnus-summary-generic-mark): Use derived-mode-p.
2023         (gnus-summary-read-group-1, gnus-summary-exit)
2024         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
2025         Adjust calls to gnus-tree-close and gnus-tree-open.
2026
2027         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
2028
2029         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
2030         (gnus-agent-mode): Use derived-mode-p.
2031         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
2032         gnus-command-method and *-command-method to nil, but bind
2033         gnus-command-method to *-command-method instead!
2034         (gnus-agent-fetch-articles): Remove unused var `id'.
2035         (gnus-agent-fetch-headers): Remove unused arg `force'.
2036         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
2037         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
2038         (gnus-agent-short-article, gnus-agent-long-article)
2039         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
2040         first use.
2041         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
2042         `score-param'.
2043         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
2044         (gnus-get-predicate): Push in front of the cache, rather than end.
2045         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
2046         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
2047         (gnus-agent-expire-unagentized-dirs): Don't rebind
2048         gnus-agent-expire-current-dirs since the defvar silences the warning.
2049         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
2050         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
2051         (gnus-agent-regenerate): Simplify interactive spec and doc.
2052
2053 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2054
2055         * gnus-int.el (gnus-open-server): Silence compiler.
2056
2057         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2058
2059         * message.el (message-display-completion-list): Abolish.
2060         (message-completion-in-region): Use display-completion-list.
2061
2062 2013-09-17  Glenn Morris  <rgm@gnu.org>
2063
2064         * gnus-util.el (gnus-message-with-timestamp-1):
2065         Use `messages-buffer' function if available.  Ignore read-only.
2066
2067 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * message.el (message-expand-group, message-completion-in-region):
2070         Correct the order of start and end of a region.
2071
2072 2013-09-13  Glenn Morris  <rgm@gnu.org>
2073
2074         * mml2015.el (gnus-create-image): Autoload it.
2075
2076         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
2077
2078         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
2079         (image-size): Declare.
2080
2081 2013-09-12  Glenn Morris  <rgm@gnu.org>
2082
2083         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
2084         Avoid using `find', which i) might not be defined at runtime;
2085         ii) does not work, since its default test is eql, not equal.
2086         (gnus-mime-action-alist): Declare.
2087
2088 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2089
2090         * score-mode.el (gnus-score-mode-map): Move initialization
2091         into declaration.
2092         (gnus-score-mode): Use define-derived-mode.
2093         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
2094         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
2095         into declaration.
2096         (gnus-kill-file-mode): Use define-derived-mode.
2097         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2098         Use derived-mode-p.
2099         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2100         (gnus-group-setup-buffer, gnus-group-name-at-point)
2101         (gnus-group-make-web-group, gnus-group-enter-directory)
2102         (gnus-group-suspend): Use derived-mode-p.
2103         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2104         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2105         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2106         (gnus-article-setup-buffer, gnus-article-prepare)
2107         (gnus-article-prepare-display, gnus-sticky-article)
2108         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2109         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2110         (gnus-article-read-summary-keys): Use derived-mode-p.
2111
2112 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2115
2116 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2119         shift_jis from the default value set for Japanese users.
2120
2121 2013-08-13  Glenn Morris  <rgm@gnu.org>
2122
2123         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2124
2125         * gnus.el (gnus-valid-select-methods): Fix type.
2126
2127         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2128
2129 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * mm-decode.el (mm-display-external): Run a timer for the temp files
2132         deletion after a viewer exits; add a deletion timer for the needsterm
2133         case, too.
2134
2135         * mm-decode.el (mm-display-external): Try to delete temporary files by
2136         using a 1-min. timer.
2137
2138 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2141         New internal variables.
2142         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2143         (mm-display-external): Use it to delete temporary files instead of
2144         using timers.
2145
2146 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2149
2150 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2151
2152         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2153         with cond for backwards compatability.
2154
2155 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2156
2157         * mm-decode.el (mm-display-external): Bind process-connection-type to
2158         nil; don't delete a temp file immediately even if a viewer finishes,
2159         since it may be a shell script, like xdg-open, that launches a real
2160         viewer program belatedly.
2161
2162 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2163
2164         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2165         that we can create nndoc groups that excerpt other groups.
2166
2167 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * gnus-delay.el (gnus-delay-article): Fix typo.
2170
2171         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2172         articles.
2173
2174         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2175         we can get spell-checking etc.
2176
2177 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2178
2179         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2180         a single one used for encoding the whole text in a header.
2181
2182 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2185         doesn't work properly on XEmacs.
2186
2187 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2190         before sending.
2191
2192         * dgnushack.el (dgnushack-compile): Add a temporary check for
2193         gnus-icalendar.
2194
2195         * mm-decode.el (mm-command-output): New face.
2196         (mm-display-external): Use it.
2197
2198 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2199
2200         * nnmbox.el (nnmbox-request-article): Don't change point.
2201
2202 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2205         Include `handle' parameter.
2206
2207 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2208
2209         * gnus-icalendar.el: New file.
2210
2211 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2214
2215         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2216         dummy roots, too.
2217
2218 2013-08-01  David Edmondson  <dme@dme.org>
2219
2220         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2221         out on ttys.
2222
2223 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224
2225         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2226         not empty.
2227
2228         * nnrss.el (nnrss-discover-feed): Indent.
2229
2230 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2233
2234 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2237         dirty to ensure nnimap data being saved.
2238
2239 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2240
2241         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2242         menu entry.
2243
2244         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2245         the current thread's total score instead of the current article's
2246         score.
2247
2248         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2249         (gnus-sort-threads-recursively): Delete defcustom.
2250         (gnus-sort-threads-recursive): Adapt accordingly.
2251
2252 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2253
2254         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2255         (gnus-sort-threads-recursive): Use it.
2256         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2257         again.  Now that determines how to sort subthreads.
2258
2259 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2260
2261         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2262         (gnus-sort-threads): Use it.
2263
2264 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2265
2266         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2267         punctuation characters follow parentheses (bug#14950).
2268
2269 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * gnus.el (gnus-continuum-version):
2272         * gnus-msg.el (gnus-extended-version): Simplify.
2273
2274         * gnus.el (gnus-continuum-version-1): Remove.
2275         * gnus-msg.el (gnus-bug): Revert.
2276
2277         Calculate gnus-version correctly on Cygwin.
2278
2279         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2280         (gnus-continuum-version-1): New function, return a string.
2281
2282         * gnus-msg.el (gnus-extended-version, gnus-bug):
2283         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2284
2285 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2286
2287         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2288         (bug#13384).
2289
2290 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2293         that were only relevant in a development version a long time ago.
2294
2295 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2298         that the old Emacs 24s bundle.
2299
2300 2013-07-10  David Engster  <deng@randomsample.de>
2301
2302         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2303         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2304         fixes a bug in Emacs trunk where the 'unexist' marks were always
2305         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2306         Gnus v0.03".
2307
2308 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2309
2310         * gnus.el (gnus-summary-line-format): Reference
2311         `gnus-user-date-format-alist' for the &user-date; format, not
2312         `gnus-summary-user-date-format-alist'.
2313
2314 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2315
2316         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2317         delete files (bug#13481).
2318
2319 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2320
2321         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2322
2323 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2324
2325         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2326         display images.
2327
2328         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2329
2330         * message.el (message-cancel-news): According to
2331         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2332         preferred over "cmsg cancel" in the Subject.
2333
2334         * nnir.el (nnir-engines): Note that the group specs are regexps
2335         (bug#13238).
2336
2337         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2338         gotten read-only text properties, ensure that those aren't heeded when
2339         copying stuff over (bug#13434).
2340
2341         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2342         (bug#13762).
2343
2344 2013-07-05  David Kastrup  <dak@gnu.org>
2345
2346         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2347         authinfo file again (important for blank passwords).  This had been
2348         broken with 2013-06-15 change.
2349
2350 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2353         Revert 2013-01-14 change.
2354
2355 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2356
2357         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2358         of 'create-image' for XEmacs compatibility; check errors when decoding
2359         image.  Reported by Uwe Brauer.
2360
2361 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2364         gnus-button-push revised at 2011-01-19.
2365
2366 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2369         now live in the lisp/net Emacs 24 repository.
2370
2371 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * eww.el (eww-update-header-line-format): Quote % characters.
2374
2375 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * eww.el (eww-process-text-input): Display passwords as asterisks.
2378
2379         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2380
2381 2013-06-19  Tom Tromey  <tromey@redhat.com>
2382
2383         * eww.el (eww-top-url): Remove.
2384         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2385         (eww-render): Set new variables.  Don't set eww-top-url.
2386         (eww-handle-link): Handle "prev", "home", and "contents".
2387         Downcase the rel text.
2388         (eww-top-url): Choose best top URL.
2389
2390 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * eww.el: Rewrite to implement form elements "by hand" instead of
2393         relying in widget.el.  Using widget.el leads to too many
2394         user interface inconsistencies.
2395         (eww-self-insert): Implement entering commands in text fields.
2396         (eww-process-text-input): New function to make text input field editing
2397         work.
2398         (eww-submit): Rewrite to use the new-style form methods.
2399         (eww-select-display): Display the correct selected item.
2400         (eww-change-select): Implement changing the select value.
2401         (eww-toggle-checkbox): Implement radio/checkboxes.
2402         (eww-update-field): Fix compilation error.
2403         (eww-tag-textarea): Implement <textarea>.
2404
2405         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2406         don't shadow mode-specific bindings.
2407
2408         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2409         nothing to push.
2410
2411         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2412
2413 2013-06-19  Glenn Morris  <rgm@gnu.org>
2414
2415         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2416
2417 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2418
2419         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2420
2421 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * shr.el (shr-make-table-1): Implement <td rowspan>.
2424         (shr-table-horizontal-line): Allow nil as a value, and change the
2425         default.
2426         (shr-insert-table-ruler): Respect the nil value.
2427
2428 2013-06-18  Tom Tromey  <tromey@barimba>
2429
2430         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2431         New defvars.
2432         (eww-open-file): New defun.
2433         (eww-render): Initialize new variables.
2434         (eww-display-html): Handle "link" and "a".
2435         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2436         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2437         (eww-back-url): Rename from eww-previous-url.
2438         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2439         defuns.
2440
2441 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * shr.el (shr-tag-table): Insert the images after the table, so that
2444         they're not covered by the table colourisation, which often looked
2445         awkward.
2446         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2447         <dd>.
2448         (shr-make-table-1): Implement <td colspan=> support.
2449         (shr-insert-document): Use one less than window width if `shr-width' is
2450         nil, since otherwise things may get one character too wide.
2451
2452 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * eww.el (eww-detect-charset): Improve regexp; move backward.
2455
2456 2013-06-18  Glenn Morris  <rgm@gnu.org>
2457
2458         * mm-decode.el (widget-convert-button): Autoload.
2459
2460         * sieve-manage.el (mm-enable-multibyte): Autoload.
2461
2462         * shr.el (libxml-parse-html-region): Declare.
2463         (shr-render-buffer): Explicit error if no libxml2 support.
2464
2465 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2466
2467         * auth-source.el (auth-source-current-line): New function.
2468         (auth-source-netrc-parse-entries): When a data token is "machine",
2469         assume we're in the wrong place and abort parsing the current line.
2470
2471 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2474         (eww-convert-widgets): Don't bug out if the first widget starts at the
2475         beginning of the buffer.
2476         (eww-convert-widgets): Fix last patch.
2477         (eww-tag-input): Support <input type=image>.
2478
2479         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2480         (shr-tag-base): Protect against base specs that are degenerate.
2481         (shr-ensure-paragraph): Don't delete empty lines that have text
2482         properties, because these may be input fields.
2483
2484         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2485         we can navigate to them.
2486
2487         * shr.el (shr-colorize-region): Put the colours over the entire region.
2488         (shr-inhibit-decoration): New variable.
2489         (shr-add-font): Use it to inhibit text property decorations while doing
2490         preliminary table renderings.  This speeds up typical Wikipedia page
2491         renderings by 15%.
2492         (shr-tag-span): Don't respect the <title>, because that overwrites the
2493         help-echo from links inside the spans.
2494         (shr-next-link): Use `help-echo' for navigation, so that we can
2495         navigate to form elements, too.
2496
2497         * eww.el (eww-button): New face.
2498         (eww-convert-widgets): Use it to make submit buttons more button-like.
2499
2500         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2501         that Gnus commands work.
2502
2503         * shr.el (shr-render-td): Support horizontal alignment.
2504
2505         * eww.el (eww-put-color): Removed.
2506         (eww-colorize-region): Use `add-face-text-property'.
2507
2508         * shr.el (shr-add-font): Append face data, so that we get the correct
2509         precedence: The innermost value (which is applied first) wins.
2510         (shr-make-overlay): Obsolete function.
2511
2512         * mm-decode.el (mm-convert-shr-links): New function to convert
2513         new-style shr URL links into widgets.
2514         (mm-shr): Use it.
2515
2516         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2517         widget commands, since we're no longer using widgets for links.
2518
2519         * shr.el (shr-next-link): New command.
2520         (shr-previous-link): New command.
2521         (shr-urlify): Don't use `widget-convert', because that's slow.
2522         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2523         because collecting the overlays and reapplying them when generating
2524         tables is slow.
2525         (shr-insert-table): Ditto.
2526
2527 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2528
2529         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2530         * shr.el (browse-url): Require `url'.
2531         * eww.el (url): Require format-spec.
2532
2533 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2534
2535         * eww.el (eww-display-html): Default to using the entire window width.
2536         (eww-browse-url): Don't add a User-Agent header (twice), because that
2537         makes Bing refuse connection.
2538
2539         * shr.el (shr-make-table): Cache the table rendering at the table
2540         level, and not the <td> level.  This is a bit faster.
2541
2542         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2543         #id.
2544
2545         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2546         browsers don't.
2547         (shr-expand-url): Respect #anchor links.
2548         (shr-parse-base): Chop off the anchor before using.
2549         (shr-descend): Respect display: none.
2550         (shr-descend): Allow marking elements that have certain IDs.
2551
2552         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2553
2554         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2555
2556         * eww.el (eww-tag-textarea): Support <textarea>.
2557
2558 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2559
2560         * shr.el (shr-dom-to-xml): Fixed function call.
2561
2562         * eww.el (eww): New group.
2563         (eww-header-line-format): New custom variable.
2564         (eww-current-title): New variable.
2565         (eww-display-html): Update header and handle title tag.
2566         (eww-update-header-line-format): New function.
2567         (eww-tag-title): New function.
2568
2569         * shr.el (shr-dom-to-xml): New function.
2570         (shr-tag-svg): Add support for the SVG tag.
2571         (shr-bullet): New custom variable.
2572         (shr-tag-li): Support custom bullet in unordered lists.
2573
2574 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * shr.el (shr-expand-url): Respect // URLs.
2577
2578         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2579         put a background colour onto the entire buffer.
2580         (eww-render): When being redirected, use the redirect URL as the new
2581         base URL.
2582
2583         * shr.el (shr-parse-base): Fix parsing error.
2584
2585         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2586
2587         * shr.el (shr-parse-base): New function.
2588         (shr-expand-url): Use it to expand relative URLs reliably.
2589
2590 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2591
2592         * auth-source.el (auth-source-search-collection): Fix docstring.
2593         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2594         single-quoted strings and multiline entries.
2595         (auth-source-netrc-parse-next-interesting)
2596         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2597         functions to support parser.
2598
2599 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * eww.el (eww-submit): Get submit button logic right when hitting RET
2602         on non-submit buttons.
2603
2604         * shr.el: Remove shr-preliminary-table-render, since that can't really
2605         be used for anything in practice.
2606
2607 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2608
2609         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2610         (sieve-manage-quit).
2611
2612 2013-06-14  Glenn Morris  <rgm@gnu.org>
2613
2614         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2615
2616 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2617
2618         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2619         control the maximum size of photo ID image.
2620         (mml2015-epg-key-image-to-string): Respect it.
2621
2622 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2625         instead of the final one so that we can more easily distinguish them.
2626
2627         * eww.el (eww-submit): Compute the submission URL correctly.
2628
2629 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2630
2631         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2632         Use plist-get rather than CL's getf.
2633         (sieve-manage-parse-capability): Avoid CL's remove-if.
2634
2635 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2636
2637         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2638         (sieve-manage-quit).
2639
2640 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2643         last slash.
2644
2645         * eww.el (eww-tag-select): Use the first value as the default value.
2646
2647 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2648
2649         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2650         (eww-mode): Use `define-derived-mode'.
2651         (eww-parse-headers): Parse headers from beginning of buffer so that
2652         file:// links work.
2653
2654 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2655
2656         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2657
2658 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2659
2660         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2661         to handle them at all.
2662
2663 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2666         work, too.
2667         (eww-tag-select): Implement <select>.
2668
2669 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2670
2671         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2672         stream managing functions by using open-protocol-stream to do most of
2673         the work.  Has the nice benefit of enabling STARTTLS.
2674         Wait for capabilities after STARTTLS: following RFC5804, the server
2675         sends new capabilities after successfully establishing a TLS connection
2676         with the client.  The client should update the cached list of
2677         capabilities, but we just ignore the answer for now.
2678         (sieve-manage-network-p, sieve-manage-network-open)
2679         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2680         (sieve-manage-forward, sieve-manage-streams)
2681         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2682         API, nor called by any other function.
2683         Enable Multibyte for SieveManage buffers: The parser won't properly
2684         handle umlauts and line endings unless multibyte is turned on in the
2685         process buffer.
2686
2687 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * eww.el (eww-tag-input): Support password fields.
2690         (eww-submit): Support POST.
2691
2692 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693
2694         * eww.el (eww-tag-form): Protect against degenerate forms.
2695
2696         * shr.el (shr-expand-url): Expand URLs that start with a slash
2697         correctly.
2698
2699         * eww.el (eww-submit): Get submit button logic right.
2700
2701         * shr.el (shr-final-table-render): New variable to signal when we're
2702         doing the final table rendering so that we can collect more data at
2703         that point.
2704
2705         * eww.el (eww-submit): Make form submission work.
2706         (eww-tag-input): Implement submit buttons.
2707         (eww-click-radio): Implement radio and checkboxes.
2708         (eww-submit): Handle hidden elements.
2709
2710         * shr.el (shr-descend): Allow other packages to override (or provide)
2711         rendering of elements.
2712         (shr-expand-url): Strip query strings from URLs before expanding them.
2713
2714         * eww.el: Don't require cl-lib.
2715         (eww-tag-form): Start form support.
2716
2717         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2718
2719         * eww.el: Start writing a new, tiny web browser.
2720         (eww-previous-url): New command.
2721         (eww-quit): New command.
2722
2723 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2724
2725         * sieve.el: Put point at beginning of buffer when viewing a script.
2726         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2727         number in sieve-buffer's header.  Fixed code to also work with a string
2728         as port specifier.  Properly close the connection on pressing 'q'.  Make
2729         sieve-manage-quit close the connection and process buffer.  Also, remove
2730         duplicate keybinding for 'q'.
2731
2732 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2733
2734         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2735         make it easier to read.
2736         (mm-pkcs7-enveloped-magic): Ditto.
2737
2738 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2739
2740         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2741         before `image-type-available-p' to avoid loading the image libraries
2742         needlessly.
2743
2744 2013-06-05  David Engster  <deng@randomsample.de>
2745
2746         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2747         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2748         to see whether the group was synced before.
2749
2750 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2751
2752         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2753         when opening the connection.
2754         Suggested by João Távora <joaotavora@gmail.com> in
2755         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2756
2757 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2760         assume Date header begins with "Date", that may be customized into
2761         something like "X-Sent" using gnus-article-time-format.
2762         (article-transform-date): Allow multi-line Date header.
2763
2764 2013-06-02  David Engster  <deng@randomsample.de>
2765
2766         * registry.el (initialize-instance, registry-lookup)
2767         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2768         (registry-lookup-secondary-value, registry-search, registry-delete)
2769         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2770         not wrap methods in `eval-and-compile'.  This breaks due to latest
2771         changes in EIEIO (introduction of eieio-core.el).
2772
2773 2013-05-30  Glenn Morris  <rgm@gnu.org>
2774
2775         * nnmail.el (nnmail-fancy-expiry-target):
2776         Also bind mail-dont-reply-to-names.
2777
2778         * spam-stat.el (spam-stat-save):
2779         No need to tweak font-lock in temp buffers.
2780
2781         * shr.el (shr-put-image): Silence compiler.
2782
2783 2013-05-29  Glenn Morris  <rgm@gnu.org>
2784
2785         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2786
2787         * gnus-group.el (gnus-sequence-of-unread-articles)
2788         (gnus-summary-add-mark, gnus-mark-article-as-read)
2789         (gnus-group-make-articles-read): Declare.
2790
2791         * gnus-sum.el (gnus-parameter-list-identifier)
2792         (gnus-article-stop-animations, gnus-stop-downloads)
2793         (gnus-article-only-boring-p, article-goto-body)
2794         (gnus-flush-original-article-buffer, article-narrow-to-head)
2795         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2796         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2797
2798         * gnus.el: No need to eval-and-compile autoloads.
2799
2800         * gravatar.el (help-function-arglist): Autoload.
2801
2802         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2803
2804         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2805
2806         * spam.el: No need to load spam-report when compiling.
2807         No need to eval-and-compile autoloads.
2808         (spam-report-resend-to): Declare.
2809         (spam-report-resend-register-routine): Require 'spam-report.
2810
2811 2013-05-24  Julien Danjou  <julien@danjou.info>
2812
2813         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2814         setup.
2815
2816 2013-05-23  Glenn Morris  <rgm@gnu.org>
2817
2818         * gnus-util.el (rmail-swap-buffers-maybe)
2819         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2820         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2821         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2822
2823         * mm-decode.el: No need to load term when compiling.
2824         (term-mode, term-char-mode): Declare.
2825
2826         * mm-util.el: No need to load jka-compr when compiling.
2827         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2828
2829         * nnmaildir.el: Require is automatically eval-and-compile.
2830         (nnmail): Require at run-time too.
2831
2832         * registry.el (registry-size): Move definition before use.
2833
2834 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2835
2836         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2837         signed data to conform the standard.  (Bug#14232)
2838
2839 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2840
2841         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2842         double angle quotation mark.
2843
2844 2013-05-20  Glenn Morris  <rgm@gnu.org>
2845
2846         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2847
2848 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2849
2850         * message.el (message-insert-formatted-citation-line): handle finding
2851         first/lastname when more than 2 names appear.
2852
2853 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2854
2855         * shr.el (shr-tag-span): New function.
2856
2857 2013-05-18  Glenn Morris  <rgm@gnu.org>
2858
2859         * message.el (message-mode): Use message-mode-abbrev-table,
2860         with text-mode-abbrev-table as parent.  (Bug#14413)
2861
2862 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * message.el (message-expand-group): Decode group names.
2865
2866 2013-05-16  Julien Danjou  <julien@danjou.info>
2867
2868         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2869         app-icon.
2870
2871 2013-05-15  Glenn Morris  <rgm@gnu.org>
2872
2873         * shr-color.el (shr-color-visible-luminance-min)
2874         (shr-color-visible-distance-min): Use shr-color group.
2875
2876 2013-05-11  Glenn Morris  <rgm@gnu.org>
2877
2878         * gnus-vm.el: Make it loadable without VM.
2879         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2880         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2881
2882 2013-05-09  Glenn Morris  <rgm@gnu.org>
2883
2884         * mml1991.el: Make it loadable.  (Bug#13456)
2885
2886         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2887         * gnus-async.el (gnus-async-post-fetch-function):
2888         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2889         * gnus-html.el (gnus-html-image-cache-ttl):
2890         * gnus-notifications.el (gnus-notifications-timeout):
2891         * gnus-picon.el (gnus-picon-properties):
2892         * gnus-util.el (gnus-completion-styles):
2893         * gnus.el (gnus-other-frame-resume-function):
2894         * message.el (message-user-organization-file)
2895         (message-cite-reply-position):
2896         * nnir.el (nnir-summary-line-format)
2897         (nnir-retrieve-headers-override-function):
2898         * shr-color.el (shr-color-visible-luminance-min):
2899         * shr.el (shr-blocked-images):
2900         * spam-report.el (spam-report-resend-to):
2901         * spam.el (spam-summary-exit-behavior): Fix custom types.
2902
2903         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2904
2905 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2908         because of let-binding help-xref-following.  (Bug#14356)
2909
2910 2013-05-06  Glenn Morris  <rgm@gnu.org>
2911
2912         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2913
2914 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2915
2916         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2917         entering into the registry.
2918
2919 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2920
2921         * gnus.el: Ma Gnus v0.7 is released.
2922
2923 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2926         (Bug#14304)
2927
2928 2013-04-27  Glenn Morris  <rgm@gnu.org>
2929
2930         * gnus.el (gnus-list-debbugs):
2931         Use require rather than autoload.  (Bug#14262)
2932
2933 2013-04-27  Julien Danjou  <julien@danjou.info>
2934
2935         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2936         port to "sieve" now that it has an official IANA port assigned.
2937
2938 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2941         Don't set the MAILHOST environment variable permanently (Bug#14271).
2942
2943 2013-04-26  Glenn Morris  <rgm@gnu.org>
2944
2945         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2946
2947 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2948
2949         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2950         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2951
2952 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2953
2954         * nnir.el (nnir-close-group): Make sure we are in the right group.
2955
2956         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2957         dependency table from all newly retrieved headers.
2958
2959 2013-04-16  David Edmondson  <dme@dme.org>
2960
2961         Support <img src="data:...">.
2962
2963         * shr.el (shr-image-from-data): New function.
2964         (shr-tag-img): Use it.
2965
2966 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2967
2968         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2969         group.
2970
2971 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2972
2973         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2974         corresponding to any existing group (Bug#14166).
2975
2976 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2977
2978         * nnir.el (number-sequence): No longer used.
2979         (nnir-request-set-mark): New function.
2980         (nnir-request-update-info): Improve marks updating.
2981         (nnir-request-scan): Don't duplicate marks updating.
2982         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2983         Use 'assq rather than 'assoc.  Quote anonymous function.
2984         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2985         Use 'gnus-group-prefixed-p.
2986         (gnus-summary-create-nnir-group): Make sure server for method is open.
2987
2988 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2989
2990         * nnir.el (gnus-nnir-group-p): New function.
2991         (nnir-possibly-change-group): Use it.
2992
2993         * gnus-msg.el (gnus-setup-message): Use it.
2994
2995 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2998         `initial-input' for the argument name.
2999         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3000
3001 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
3002
3003         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
3004         (used by MH-E).
3005
3006 2013-04-01  Andrew Cohen  <cohen@bu.edu>
3007
3008         * nnir.el (nnir-request-update-mark): Improve mark updating in original
3009         group.
3010
3011         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
3012         fix compilation.
3013
3014 2013-03-31  Andrew Cohen  <cohen@bu.edu>
3015
3016         * nnir.el (nnir-method-default-engines): And another typo.
3017
3018 2013-03-30  Andrew Cohen  <cohen@bu.edu>
3019
3020         * nnir.el (nnir-method-default-engines): Fix typo.
3021
3022 2013-03-29  Andrew Cohen  <cohen@bu.edu>
3023
3024         * nnir.el: Define 'number-sequence for xemacs.
3025         (gnus-summary-create-nnir-group): New function to create an nnir group
3026         from an nnir summary buffer based on the current query.
3027         (nnir-request-create-group): Update to allow nnir group creation based
3028         on the current query.
3029
3030 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * nndraft.el (nndraft-request-expire-articles):
3033         Make expiry target always `delete'.
3034
3035 2013-03-27  Andrew Cohen  <cohen@bu.edu>
3036
3037         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
3038         buffer use the posting-style and gcc of the original article group.
3039         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
3040
3041         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
3042         after other deffoos.
3043
3044 2013-03-25  Andrew Cohen  <cohen@bu.edu>
3045
3046         * nnir.el: Major rewrite.  Cleaner separation between searches and group
3047         management.  Marks are now shown in nnir summary buffers.  Rudimentary
3048         support for real (i.e. not ephemeral) nnir groups.
3049         (gnus-summary-make-nnir-group): New function for initiating searches
3050         from a summary buffer.
3051
3052 2013-03-18  Sam Steingold  <sds@gnu.org>
3053
3054         * message.el (message-bury): Minor cleanup.
3055
3056 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
3057
3058         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
3059
3060 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * nndir.el (nndir-request-list): Remove 2nd argument passed to
3063         nnml-request-list.  (Bug#13873)
3064         (nndir-request-newsgroups): Remove, unused.
3065
3066         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
3067
3068 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3069
3070         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
3071         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
3072         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
3073
3074 2013-03-03  Ted Phelps  <phelps@gnusto.com>
3075
3076         * shr.el: Make all the overlays set the `evaporate' property so that
3077         they're removed properly.
3078
3079 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
3080
3081         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
3082         shell-quote-argument.
3083
3084 2013-02-22  David Engster  <deng@randomsample.de>
3085
3086         * gnus-registry.el (gnus-registry-save): Provide class name when
3087         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
3088         `condition-case' to stay compatible with older EIEIO versions which
3089         only accept one argument.
3090
3091 2013-02-17  Daiki Ueno  <ueno@gnu.org>
3092
3093         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
3094         (epg-user-id-validity): Autoload.
3095         (mml2015-epg-check-user-id): New function.
3096         (mml2015-epg-check-sub-key): New function split from
3097         mml2015-epg-find-usable-key.
3098         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3099         optional name-is-key-id, to handle the case when user-id is unusable.
3100         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3101
3102 2013-02-17  Glenn Morris  <rgm@gnu.org>
3103
3104         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3105
3106 2013-02-16  Glenn Morris  <rgm@gnu.org>
3107
3108         * shr.el (shr-put-image): Only animate images that specify a delay.
3109         This is consistent with the old image-animated-p behavior.
3110
3111 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3112
3113         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3114         for XEmacs.
3115
3116 2013-02-13  Juri Linkov  <juri@jurta.org>
3117
3118         * gnus-art.el (gnus-article-mode-map):
3119         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3120         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3121
3122 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3123
3124         * auth-source.el (auth-source-format-prompt): Don't get confused by
3125         any "\" in replacement text.  (Bug#13637)
3126
3127 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3128
3129         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3130         (gnus-backend-trace): Honour gnus-backend-trace.
3131
3132         * mml.el (mml-insert-part): Insert closing tag.
3133
3134         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3135
3136 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3137
3138         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3139         able to find the article, which can happen in debbugs groups,
3140         apparently.
3141
3142 2013-01-16  Glenn Morris  <rgm@gnu.org>
3143
3144         * smiley.el (smiley-style): Make the file loadable in batch mode.
3145
3146 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3147
3148         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3149         imap process running.
3150
3151 2013-01-14  Julien Danjou  <julien@danjou.info>
3152
3153         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3154         Compare addresses against addresses, not against the full From field.
3155
3156 2013-01-13  Richard Stallman  <rms@gnu.org>
3157
3158         * message.el (message-forward-make-body-mime): New args BEG, END
3159         specify what part of FORWARD-BUFFER to use.  Do the work directly
3160         instead of calling `mml-insert-buffer'.
3161
3162 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3163
3164         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3165         cross-reference(s).
3166
3167         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3168         cross-reference(s).
3169
3170 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3171
3172         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3173         and point-max-marker.
3174         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3175
3176 2013-01-11  Julien Danjou  <julien@danjou.info>
3177
3178         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3179         max are almost equal.  Also return the correct value for V which is
3180         already between 0 and 1.
3181
3182 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3183
3184         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3185         to mml2015-encrypt-to-self.
3186         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3187
3188 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3189
3190         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3191         mml-smime-epg-find-usable-secret-key.
3192
3193 2013-01-08  Glenn Morris  <rgm@gnu.org>
3194
3195         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3196
3197 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3198
3199         * mml-smime.el: Support signing by sender.
3200         Requested by Uwe Brauer.
3201         (mml-smime-sign-with-sender): New user option analogous
3202         to mml2015-sign-with-sender.
3203         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3204         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3205         mml2015.el.
3206
3207 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208
3209         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3210         isn't running, because Gnus will probably not know how to handle the
3211         Gcc header (bug#11941).
3212
3213         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3214         articles.
3215
3216 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3217
3218         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3219         (nnfolder-generate-active-file): Make this function work with recursive
3220         folder names.
3221
3222 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3223
3224         * nntp.el (nntp-open-connection): Use HELP as the capability command
3225         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3226         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3227
3228 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3229
3230         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3231         place holder since this gives `Invalid face reference: nil' messages.
3232         Use the `default' face instead.  It has the same effect here, even
3233         though it is not no-op.
3234
3235         * gnus-util.el
3236         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3237
3238 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3239
3240         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3241         non-string posting styles (bug#13285).
3242
3243 2012-12-27  Glenn Morris  <rgm@gnu.org>
3244
3245         * plstore.el (plstore-passphrase-callback-function):
3246         Use plstore-get-file.
3247
3248 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3249
3250         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3251         stderr.
3252
3253 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3256
3257         * gnus-compat.el (set-buffer-multibyte): Remove.
3258
3259 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3260
3261         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3262         temporary file to get PGP key image.  Pass no-show-photos when
3263         extracting image to avoid having it pop up twice.
3264
3265 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3266
3267         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3268         eligible for treatment.
3269
3270         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3271         lines.  This makes summary commands with hidden threads work more
3272         reliably.
3273
3274         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3275         button to mark the hidden citations (bug#9395).
3276
3277 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3278
3279         * mml2015.el (mml2015-epg-signature-to-string): New function.
3280         (mml2015-epg-verify-result-to-string): New function.
3281         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3282         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3283         instead of epg-verify-result-to-string.
3284         (epg-signature-key-id, epg-signature-to-string): Autoload.
3285         (epg-verify-result-to-string): Remove autoload.
3286
3287 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3288
3289         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3290         ID image from GPG public key.
3291         (mml2015-epg-key-image-to-string): New function.
3292
3293 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3294
3295         * plstore.el (plstore-passphrase-callback-function): Fix error when
3296         error when plstore-cache-passphrase-for-symmetric-encryption is set
3297         (bug#13264).
3298
3299 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3300
3301         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3302         buffer to the article buffer here, because that clobbers multiple
3303         article buffers.
3304
3305         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3306         buffer always points to the right summary buffer.
3307
3308 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3309
3310         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3311         the password (bug#12097).
3312
3313 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3314
3315         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3316         (bug#13263).
3317
3318         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3319         buffer exists before using it (bug#12475).
3320
3321         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3322         offline groups (bug#11937).
3323
3324         * message.el (message-yank-original): When using customize to set the
3325         value of `message-cite-style', the variable it set to a symbol that's
3326         the name of the variable, which must then be dereferenced (bug#12616).
3327
3328 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3329
3330         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3331         the `face' property with a list whose car is the face specified in the
3332         format string and whose cdr is (nil).
3333         * lisp/gnus-util.el
3334         (gnus-put-text-property-excluding-characters-with-faces):
3335         Change accordingly.
3336         (gnus-get-text-property-excluding-characters-with-faces): New function.
3337         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3338         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3339         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3340
3341 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3342
3343         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3344         login methods.
3345         (nnimap-login): Respect the `nnimap-authenticator' variable.
3346
3347         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3348         mark state when moving articles.  Otherwise unticked articles will get
3349         their ticks back after moving.
3350
3351 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3352
3353         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3354
3355         * message.el (message-ignored-news-headers): Always remove
3356         X-Message-SMTP-Method to avoid information leakage if the user
3357         mistakenly inserts the header into news messages.
3358
3359         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3360
3361         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3362         right than four characters, this command would move point to
3363         `point-max'.  Don't do that.
3364
3365         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3366         to nil to allow re-selecting groups that gain articles.
3367         (gnus-bug-group-download-format-alist): Update the URL.
3368
3369 2012-12-23  Andreas Schwab  <schwab@suse.de>
3370
3371         * shr.el (shr-tag-em): Render em as italic, not bold.
3372
3373 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3374
3375         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3376         for reuse.
3377         (gnus-open-server): Use it to add more tracing.
3378         (gnus-finish-retrieve-group-infos): Add backend tracing.
3379         (gnus-backend-trace): Also note the elapsed seconds.
3380
3381 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3382
3383         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3384         Set epa-file-encrypt-to from variable to avoid querying.
3385
3386 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3387
3388         * sieve-mode.el (sieve-font-lock-keywords):
3389         Keywords should be word delimited.  (Bug#13173)
3390
3391 2012-12-13  Andreas Schwab  <schwab@suse.de>
3392
3393         * tls.el (tls-program): Update customize type.
3394
3395 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3398         instead of <pre> to align message header.
3399
3400 2012-12-12  Sam Steingold  <sds@gnu.org>
3401
3402         * gnus.el (gnus-other-frame-resume-function): Add user option.
3403         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3404
3405 2012-12-06  Sam Steingold  <sds@gnu.org>
3406
3407         * gnus-start.el (gnus-before-resume-hook): Add.
3408         (gnus-1): Run it when Gnus is alive.
3409
3410 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3411
3412         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3413         * gnus-art.el (article-unsplit-urls)
3414         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3415         * gnus-registry.el (gnus-registry-get-article-marks)
3416         * message.el (message-goto-body): Use it.
3417         (message-called-interactively-p): Remove.
3418
3419         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3420         (spam-stat-score-buffer): Use it.
3421
3422         * spam.el: Silence the warnings against BBDB functions when compiling.
3423
3424         * gnus-score.el (gnus-score-decode-text-parts):
3425         Use append+mapcar instead of the cl function mapcan.
3426
3427 2012-12-05  Sam Steingold  <sds@gnu.org>
3428
3429         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3430         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3431         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3432
3433 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * gmm-utils.el (gmm-called-interactively-p): Revert.
3436         This seems to cause Emacs to get stuck!
3437         * gnus-art.el (article-unsplit-urls)
3438         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3439         * gnus-registry.el (gnus-registry-get-article-marks)
3440         * message.el (message-goto-body)
3441         (message-called-interactively-p): Revert.
3442
3443         * gmm-utils.el (gmm-called-interactively-p): New function.
3444         * gnus-art.el (article-unsplit-urls)
3445         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3446         * gnus-registry.el (gnus-registry-get-article-marks)
3447         * message.el (message-goto-body): Use it.
3448         (message-called-interactively-p): Remove.
3449
3450         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3451         * gnus-sync.el (gnus-sync-lesync-call)
3452         * message.el (message-read-from-minibuffer): Use it.
3453
3454 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * gmm-utils.el (gmm-flet): Remove.
3457         * gnus-sync.el (gnus-sync-lesync-call)
3458         * message.el (message-read-from-minibuffer): Don't use it.
3459
3460 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3463
3464 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3467
3468         * gnus-sync.el (gnus-sync-lesync-call)
3469         * message.el (message-read-from-minibuffer): Use gmm-flet.
3470
3471         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3472
3473         * gnus-util.el (gnus-macroexpand-all): Remove.
3474
3475 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3476
3477         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3478         to TAB, not [tab].
3479         (gnus-summary-article-map): Likewise.
3480
3481         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3482         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3483
3484 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3485
3486         * time-date.el: Commentary fix.
3487
3488 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3489
3490         * color.el: Don't require cl.
3491         (color-complement): `caddr' -> `nth 2'.
3492
3493         * time-date.el (time-to-seconds): De-obsolete.
3494
3495 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * message.el (message-get-reply-headers):
3498         Make sure the reply goes to the author if it is a wide reply.
3499
3500 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3501
3502         * gnus-score.el (gnus-score-body):
3503         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3504         scoring by body.
3505
3506 2012-11-16  Glenn Morris  <rgm@gnu.org>
3507
3508         * gnus-diary.el (nndiary-request-create-group-functions)
3509         (nndiary-request-update-info-functions)
3510         (gnus-subscribe-newsgroup-functions)
3511         (nndiary-request-accept-article-functions):
3512         Use new names for hooks rather than obsolete aliases.
3513
3514 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3515
3516         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3517
3518 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3521         in meta tag with the one the part specifies in its header.
3522
3523 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3524
3525         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3526         by default.
3527
3528 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3531         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3532
3533 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3536         and a runtime function for it, of which the XEmacs version takes only
3537         two arguments.
3538
3539 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3540
3541         * nndiary.el (nndiary-request-create-group-functions)
3542         (nndiary-request-update-info-functions)
3543         (nndiary-request-accept-article-functions):
3544         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3545         "-hooks" suffix.
3546
3547 2012-10-19  Julien Danjou  <julien@danjou.info>
3548
3549         * gnus-art.el: Require gnus-util because it uses
3550         `gnus-timer--function'.
3551
3552 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3553
3554         * starttls.el (starttls-extra-arguments): Doc fix.
3555
3556 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3557
3558         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3559         it.
3560
3561 2012-10-06  Glenn Morris  <rgm@gnu.org>
3562
3563         * gnus-notifications.el (gnus-notifications):
3564         Add missing group :version tag.
3565         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3566         (gnus-gcc-post-body-encode-hook):
3567         * gnus-sync.el (gnus-sync-lesync-name)
3568         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3569
3570 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3571
3572         * color.el (color-hsl-to-rgb): Fix incorrect results for
3573         small and large hue values.  (Bug#12559)
3574
3575 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         New UIDL implementation.
3578
3579         * mail-source.el (mail-sources, mail-source-keyword-map):
3580         Add :leave as a pop3 keyword.
3581         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3582
3583         * pop3.el (pop3-leave-mail-on-server): Allow number.
3584         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3585         (pop3-movemail): Add UIDL support.
3586         (pop3-send-streaming-command): Take a list of mail numbers instead of
3587         the number of mails.
3588         (pop3-write-to-file): Add X-UIDL header.
3589         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3590         (pop3-uidl-add-xheader): New functions.
3591
3592         * message.el (message-ignored-resent-headers):
3593         Add X-Content-Length and X-UIDL headers.
3594
3595 2012-10-05  Glenn Morris  <rgm@gnu.org>
3596
3597         * color.el (color-name-to-rgb, color-rgb-to-hex)
3598         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3599         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3600         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3601         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3602
3603 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3606         a user about whether to delete temp files if once a user answered as n.
3607
3608 2012-09-25  Chong Yidong  <cyd@gnu.org>
3609
3610         * password-cache.el (password-read-and-add): Use a declare form to mark
3611         this function obsolete.
3612
3613 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3614
3615         * lpath.el: Bind mail-encode-mml for old Emacsen.
3616
3617 2012-09-17  Richard Stallman  <rms@gnu.org>
3618
3619         * message.el (message-in-body-p): Don't set mark or modify buffer.
3620
3621         * mml.el (mml-attach-file): Doc fix.
3622         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3623         Set mail-encode-mml when in Mail mode.
3624         Simplify code to set HEAD and move back to HEAD.
3625         (mml-insert-multipart, mml-insert-part):
3626         Set mail-encode-mml when in Mail mode.
3627
3628 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * gnus-util.el (gnus-timer--function): New function.
3631
3632         * gnus-art.el (gnus-article-stop-animations): Use it.
3633
3634 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3635
3636         Fix glitches caused by addition of psec to timers.
3637         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3638         rather than raw access to timer vector.
3639
3640 2012-09-11  Julien Danjou  <julien@danjou.info>
3641
3642         * gnus-notifications.el (gnus-notifications): Check for nil values in
3643         ignored addresses check.
3644
3645 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3646
3647         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3648
3649 2012-09-07  Chong Yidong  <cyd@gnu.org>
3650
3651         * gnus-util.el
3652         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3653
3654         * gnus-salt.el (gnus-tree-highlight-node):
3655         * gnus-sum.el (gnus-summary-highlight-line):
3656         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3657
3658 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3659
3660         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3661
3662 2012-09-06  Juri Linkov  <juri@jurta.org>
3663
3664         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3665         scheme for buffer names to be more consistent with other group and
3666         article buffer names in Gnus.
3667
3668 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3669
3670         * gnus-util.el
3671         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3672
3673         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3674         Jenkner.
3675
3676         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3677
3678         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3679
3680         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3681
3682 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3683
3684         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3685         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3686
3687         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3688         string-prefix-p in Emacs >=23.2.
3689
3690         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3691         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3692         instead of string-match-p.
3693         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3694
3695 2012-09-06  Kenichi Handa  <handa@gnu.org>
3696
3697         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3698         lowercase a..f.
3699
3700 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3701
3702         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3703
3704 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3705
3706         * nnimap.el (nnimap-request-move-article): Decode the group name when
3707         doing internal moves to avoid charset issues.
3708
3709         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3710         TIME is set.
3711
3712 2012-09-05  Juri Linkov  <juri@jurta.org>
3713
3714         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3715         than one group at a time (bug#11961).
3716
3717 2012-09-05  Julien Danjou  <julien@danjou.info>
3718
3719         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3720         this hide the real reason with a message giving absolutely no hint.
3721
3722 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3723
3724         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3725         to the backend (bug#11804).
3726
3727         * message.el (message-insert-newsgroups): Don't insert newsgroup
3728         duplicates (bug#12275).
3729
3730 2012-09-05  John Wiegley  <johnw@newartisans.com>
3731
3732         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3733         sieve rules.
3734
3735 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3736
3737         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3738         function.
3739
3740         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3741
3742         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3743
3744 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3745
3746         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3747         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3748         This should make nnmaildir more usable with offlineimap.
3749
3750 2012-09-05  Julien Danjou  <julien@danjou.info>
3751
3752         * nnimap.el (nnimap-request-list): Revert change that made listing
3753         synchronous.
3754         (nnimap-get-responses): Restore.
3755
3756 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3757
3758         * dgnushack.el: XEmacs 21.5 compilation fix.
3759
3760         * gnus-notifications.el (gnus-notifications-notify): Use it.
3761
3762         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3763         warnings on XEmacs.
3764
3765 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3766
3767         Better seeds for (random).
3768         * gnus-sync.el (gnus-sync-lesync-setup):
3769         * message.el (message-canlock-generate, message-unique-id):
3770         Change (random t) to (random), now that the latter is more random.
3771
3772 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3773
3774         * nnimap.el (nnimap-change-group): Document result value
3775
3776         * auth-source.el (auth-sources): Fix macos keychain access.
3777
3778         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3779         allow the backend `request-head' function to determine the group
3780         name on its own.
3781         (gnus-request-expire-articles): Filter out negative article numbers
3782         during expiry (Bug#11980).
3783
3784         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3785         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3786
3787         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3788         you've found the article when you haven't.
3789
3790         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3791         that nnimap-change-group can return t.
3792
3793 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3794
3795         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3796
3797 2012-08-30  Julien Danjou  <julien@danjou.info>
3798
3799         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3800         `gnus-notifications-timeout'.
3801         (gnus-notifications-timeout): Add.
3802         (gnus-notifications-action): New function.
3803         (gnus-notifications-notify): Add :action using
3804         `gnus-notifications-action'.
3805         (gnus-notifications-id-to-msg): New variable.
3806         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3807         notifications id to messages.
3808
3809 2012-08-30  Kenichi Handa  <handa@gnu.org>
3810
3811         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3812         once.
3813
3814 2012-08-29  Julien Danjou  <julien@danjou.info>
3815
3816         * gnus-notifications.el: New file.
3817         (gnus-notifications-notify): New function.
3818         (gnus-notifications): Use `gnus-notifications-notify'.
3819
3820 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3823         transfer encoding first; bind gnus-newsgroup-charset to the charset
3824         that the article specifies (Bug#12209).
3825
3826 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3829         (gnus-group-customize-done): Encode values posting-style holds.
3830
3831         * gnus-msg.el (gnus-summary-resend-message)
3832         (gnus-configure-posting-styles): Decode values posting-style group
3833         parameter holds.
3834
3835 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3838         `name' and `address' in Resent-From header.
3839
3840 2012-08-14  Chong Yidong  <cyd@gnu.org>
3841
3842         * gnus-art.el (article-display-face): Handle failure in
3843         gnus-create-image (Bug#11802).
3844
3845 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3846
3847         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3848         Use defsetf.
3849
3850 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3851
3852         * auth-source.el (auth-source-plstore-search)
3853         (auth-source-secrets-search): Ignore :require and :type in search spec.
3854
3855 2012-08-06  Julien Danjou  <julien@danjou.info>
3856
3857         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3858         `nnimap-request-move-article'.
3859
3860         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3861         Remove autoload, already handled by gnus.el.
3862
3863         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3864
3865         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3866         supported by nnimap actually.  Reverts previous change.
3867
3868         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3869         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3870         to-buffer argument that is already supported.
3871
3872 2012-08-05  Julien Danjou  <julien@danjou.info>
3873
3874         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3875         Add autoload.
3876
3877 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * gnus.el (gnus-valid-select-methods): Fix custom type.
3880
3881 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3882
3883         * auth-source.el (auth-sources, auth-source-backend-parse)
3884         (auth-source-macos-keychain-search)
3885         (auth-source-macos-keychain-search-items)
3886         (auth-source-macos-keychain-result-append)
3887         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3888         auth-source.el through the /usr/bin/security utility.
3889         (auth-sources): Fix syntax error.
3890         (auth-source-macos-keychain-result-append): Fix variable name.
3891         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3892
3893 2012-07-27  Julien Danjou  <julien@danjou.info>
3894
3895         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3896         Emacs < 24.1
3897
3898 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * message.el (message-kill-address): Don't kill last newline.
3901         (message-skip-to-next-address): Don't move to the next header.
3902         (message-fill-field-address): Work properly.
3903
3904 2012-07-25  Julien Danjou  <julien@danjou.info>
3905
3906         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3907
3908 2012-07-24  Julien Danjou  <julien@danjou.info>
3909
3910         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3911
3912         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3913         (nntp-async-timer-handler): Remove, unused.
3914
3915         * nnimap.el (nnimap-get-responses): Remove, unused.
3916
3917         * nnheader.el (mail-header-set-extra): Remove, unused.
3918
3919         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3920         unused.
3921
3922         * mm-view.el (mm-view-sound-file): Remove, unused.
3923
3924         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3925         (mm-url-encode-multipart-form-data): Remove, unused.
3926
3927         * message.el (message-remove-signature, message-make-host-name)
3928         (message-fill-address): Remove, unused.
3929
3930         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3931         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3932         unused.
3933
3934         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3935         (gnus-xmas-call-region): Remove, unused.
3936
3937         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3938
3939         * gnus-util.el (gnus-extract-address-component-name)
3940         (gnus-extract-address-component-email, gnus-sortable-date)
3941         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3942         (gnus-process-live-p): Remove, unused.
3943
3944         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3945
3946         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3947         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3948         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3949         function.
3950
3951         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3952
3953         * gnus-score.el (gnus-summary-score-crossposting)
3954         (gnus-score-regexp-bad-p): Remove, unused.
3955
3956         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3957
3958         * gnus-range.el (gnus-sublist-p): Remove, unused.
3959
3960         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3961         unused.
3962
3963         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3964
3965         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3966         (gnus-request-associate-buffer): Remove, unused.
3967
3968         * gnus-group.el (gnus-group-set-method-info)
3969         (gnus-group-set-params-info): Remove, unused.
3970
3971         * gnus-fun.el (gnus-shell-command-to-string)
3972         (gnus-shell-command-on-region): Remove, unused.
3973
3974         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3975
3976         * gnus-art.el (gnus-article-text-type-exists-p)
3977         (article-translate-characters, gnus-article-hide-text-of-type)
3978         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3979         Remove, unused.
3980
3981 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3982
3983         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3984
3985 2012-07-21  Julien Danjou  <julien@danjou.info>
3986
3987         * message.el (message-dont-reply-to-names): Replace deprecated
3988         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3989         (message-get-reply-headers): Ditto.
3990
3991 2012-07-18  Julien Danjou  <julien@danjou.info>
3992
3993         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3994         `sieve-upload-and-kill'.
3995
3996         * sieve.el (sieve-bury-buffer): Remove function.
3997         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3998         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3999
4000 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
4001
4002         * shr.el (shr-expand-url): Handle URL starting with `//'.
4003
4004 2012-07-13  Chong Yidong  <cyd@gnu.org>
4005
4006         * smime.el (smime-certificate-info): Set buffer-read-only directly,
4007         instead of calling toggle-read-only with a (bogus) argument.
4008
4009 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
4010
4011         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
4012         of initial input when reading the author to restrict the summary to.
4013
4014 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * mm-decode.el (mm-shr):
4017         Allow overriding charset by mm-charset-override-alist.
4018
4019 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4020
4021         * gnus-art.el (gnus-article-view-part):
4022         Toggle subparts of multipart/alternative part.
4023
4024 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4025
4026         * shr.el (shr-render-buffer): New command.
4027         (shr-visit-file): Use it.
4028
4029 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
4032         Set no-byte-compile and no-update-autoloads.
4033
4034 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
4037
4038 2012-06-25  Julien Danjou  <julien@danjou.info>
4039
4040         * nnimap.el (nnimap-request-articles-find-limit): Rename from
4041         `nnimap-request-move-articles-find-limit' since we do not use it only
4042         for move operations.
4043         (nnimap-request-accept-article): Use
4044         `nnimap-request-articles-find-limit' to limit search by message-id.
4045
4046 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4047
4048         Support higher-resolution time stamps (Bug#9000).
4049
4050         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
4051         VARLIST.  It's optional, for backward compatibility.
4052         (encode-time-value): New optional arg PICO.  New type 3.
4053         (time-to-seconds) [!float-time]: Support the new picoseconds
4054         component if it's used.
4055         (seconds-to-time, time-subtract, time-add):
4056         Support ps-resolution time stamps as well.
4057
4058 2012-06-19  Julien Danjou  <julien@danjou.info>
4059
4060         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
4061
4062         * nnimap.el (nnimap-log-buffer): Check that
4063         `window-point-insertion-type' is boundp, since it's not available in
4064         XEmacs.
4065
4066 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4067
4068         * nnimap.el (nnimap-log-buffer): Add this, setting
4069         `window-point-insertion-type' in the buffer to t.
4070         (nnimap-log-command): Use nnimap-log-buffer.
4071
4072 2012-06-19  Julien Danjou  <julien@danjou.info>
4073
4074         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
4075         argument to be able to limit the search.
4076         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
4077         (nnimap-request-move-articles-find-limit): Add this to limit the search
4078         by Message-Id after a message move.
4079         (nnimap): Add defgroup.
4080
4081 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4082
4083         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
4084
4085 2012-06-15  Julien Danjou  <julien@danjou.info>
4086
4087         * nnimap.el (nnimap-find-article-by-message-id): Use
4088         `nnimap-possibly-change-group' rather than its own EXAMINE call.
4089         (nnimap-possibly-change-group): Add read-only argument.
4090         (nnimap-request-list): Use nnimap-possibly-change-group rather than
4091         issuing EXAMINE manually.
4092         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
4093         with read-only argument.
4094         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
4095         cannot possibly change because we need to be sure that it's either
4096         read-write or read-only.
4097
4098 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4101         being bound to a lambda form.
4102
4103 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4104
4105         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4106         articles when fetch-old is non-nil (bug#11370).
4107
4108 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4109
4110         * gnus-picon.el (gnus-picon-properties): New defcustom.
4111         (gnus-picon-create-glyph): Use it.
4112
4113 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4114
4115         * gnus-group.el (gnus-group-get-new-news): Respect
4116         `gnus-group-use-permanent-levels', as documented (bug#11638).
4117
4118 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4119
4120         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4121         groups (bug#11641).
4122
4123 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4124
4125         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4126         is an integer to avoid later problems.
4127
4128 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129
4130         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4131         locales.
4132
4133         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4134         on a handle.
4135
4136         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4137         address as the default.
4138         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4139
4140         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4141         makes no sense to query the user about internal files.
4142
4143         * gnus-spec.el: Remove all the byte-compilation stuff, since
4144         benchmarking shows that it doesn't help when entering large summary
4145         buffers.
4146
4147         * gnus-xmas.el (gnus-xmas-define): Remove.
4148
4149         * gnus-util.el (gnus-byte-code): Remove.
4150
4151         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4152         grouplens stuff.
4153
4154 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4155
4156         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4157         (bug#11514).
4158
4159 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4160
4161         * message.el (message-buffers): Return all buffers derived from Message
4162         to make `gnus-dired-attach' work with mu4e.
4163
4164 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4165
4166         * nntp.el: Stop the `letf' madness.
4167         (nntp--report-1): New var.
4168         (nntp-report): Merge nntp-report-1 into it.
4169         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4170         the nntp-report function.
4171
4172         * auth-source.el: Fix comment-style to follow the convention.
4173
4174 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4175
4176         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4177         (mm-dissect-singlepart): Don't guess the MIME type of
4178         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4179         set.
4180         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4181         toplevel MIME type is multipart/encrypted.
4182
4183 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4186         a string so that Gcc works (bug#11514).
4187
4188 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4189
4190         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4191         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4192
4193 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4194
4195         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4196         jumping to *Server* from a dedicated *Group* window.
4197         (gnus-configure-frame): CSE.
4198
4199         * gnus-registry.el: Minor style cleanup.
4200         (gnus-registry--set/remove-mark): New function, extracted from
4201         gnus-registry-install-shortcuts.
4202         (gnus-registry-install-shortcuts): Use it.
4203
4204 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * nnspool.el (news-path): Use eval-and-compile.
4207
4208 2012-05-24  Glenn Morris  <rgm@gnu.org>
4209
4210         * nnspool.el (news-directory, news-path, news-inews-program):
4211         Move here from paths.el.  Don't see a need for these to be autoloaded.
4212
4213         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4214         Merge in doc from paths.el version.  Don't see any need for this to be
4215         autoloaded, or for the warning about users not setting it.
4216
4217 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4218
4219         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4220         format.  In particular, add an optional argument and a docstring.
4221
4222         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4223
4224         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4225         current before calling `gnus-groups-to-gnus-format'.
4226         Note that this was already the case for `gnus-active-to-gnus-format'.
4227
4228 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4229
4230         Fix minor Y10k bug.
4231         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4232
4233 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4234
4235         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4236         message once it's actually open.
4237
4238 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4239
4240         * gnus.el: Ma Gnus v0.5 is released.
4241
4242 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4243
4244         * auth-source.el (auth-source--aput-1, auth-source--aput)
4245         (auth-source--aget): New functions and macros.
4246         Use them instead of aput/aget.
4247
4248 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4249
4250         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4251
4252 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4253
4254         * plstore.el (plstore-called-interactively-p): New compat macro copied
4255         from message.el.
4256         (plstore-mode): Use it.
4257
4258 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4259
4260         * plstore.el: Revive the editing feature.
4261         (plstore-mode): New mode to edit plstore file.
4262         (plstore-mode-toggle-display, plstore-mode-original)
4263         (plstore-mode-decoded): New command.
4264         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4265         (plstore--insert-buffer, plstore--make): New function.
4266         (plstore-open, plstore-save): Simplify by using them.
4267
4268 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4271
4272 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4273
4274         * tls.el (open-tls-stream): Remove unused binding.
4275
4276 2012-04-16  Glenn Morris  <rgm@gnu.org>
4277
4278         * nndraft.el (nndraft-request-list): Fix declaration.
4279
4280 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4281
4282         * mm-decode.el (mm-dissect-buffer): Doc fix.
4283
4284         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4285         don't have a current group.
4286
4287         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4288         buffer if it doesn't exist.
4289
4290         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4291         given, mark the group as ephemeral with the current window conf.
4292
4293         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4294         buffer exists, which it doesn't if we haven't started Gnus.
4295         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4296
4297 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4298
4299         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4300         type is.
4301
4302         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4303         `unexists' entries.
4304         (gnus-clean-old-newsrc): Fix last checkin.
4305
4306         * nnimap.el (nnimap-update-info): None of the articles below the active
4307         low-water mark exist.
4308
4309         * dgnushack.el: Get rid of XEmacs compilation warning.
4310
4311         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4312         would have gotten if we posted to the group, and use that to compare
4313         against the message we want to cancel (bug#10808).
4314
4315         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4316         on XEmacs.
4317
4318 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4319
4320         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4321         `scroll-margin'.
4322
4323 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4324
4325         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4326         citation prefix within a block of cited text should be considered part
4327         of that block *only* if it is a blank line.
4328
4329 2012-04-09  Chong Yidong  <cyd@gnu.org>
4330
4331         * binhex.el, hashcash.el, uudecode.el:
4332         Remove * characters from the front of variable docstrings.
4333
4334 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4337         before kinsoku-bol characters nor within kinsoku-eol characters.
4338
4339 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4340
4341         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4342         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4343         (gnus-sync-read): Use mapc instead of mapcar.
4344
4345         * mm-archive.el: Require mm-decode for some macros.
4346         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4347         the byte compiler.
4348         (mm-archive-decoders): New function that returns the value of
4349         the mm-archive-decoders variable.
4350
4351         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4352         instead.
4353         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4354
4355         * nnimap.el (gnus-refer-thread-use-nnir):
4356         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4357
4358 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359
4360         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4361
4362 2012-03-12  Peter Münster  <pmrb@free.fr>
4363
4364         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4365         (gnus-demon-cancel): Ditto.
4366         (gnus-demon-run-callback): When function cannot be called due to low
4367         idleness, call it when idleness reaches the expected value, instead of
4368         waiting another timer period.
4369         (gnus-demon-init): Add `time' to arguments of call-back.
4370
4371 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4372
4373         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4374
4375         * gnus.el: Register gnus-registry functions.
4376
4377         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4378         indent.
4379
4380         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4381         enabled before warping.
4382
4383 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4384
4385         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4386         registry about each article retrieved.
4387
4388         * gnus-int.el (gnus-select-group-with-message-id): New function.
4389         (gnus-try-warping-via-registry): Ditto.
4390         (gnus-warp-to-article): Fall back on the registry.
4391
4392 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4393
4394         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4395         inboxes.
4396
4397 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398
4399         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4400
4401 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4404         gnus-gcc-self-resent-messages may be a group parameter.
4405         (gnus-summary-resend-message): Don't encode encoded words in header
4406         when Gcc'ing resent message.
4407
4408 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4409
4410         * shr.el (shr-insert): Treat non-breaking space just like normal
4411         space.  This seems to produce more pleasing results.
4412         (shr-insert): Only insert a blank line if we're starting from an image.
4413         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4414         (shr-ensure-paragraph): Consider lines with white space to be blank.
4415
4416 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4417
4418         * Makefile.in: Respect DESTDIR.
4419
4420 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4421
4422         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4423         and gnus-gcc-post-body-encode-hook.
4424
4425 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4426
4427         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4428         messages that don't exist.
4429
4430         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4431
4432 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4435         Remove.
4436
4437         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4438
4439         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4440
4441 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442
4443         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4444         have a group name.
4445
4446         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4447         a multibyte buffer (bug#7410).
4448         (article-wash-html): Parse the original article buffer to get the
4449         unencoded data (bug#7410).
4450
4451         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4452         .newsrc.el files.
4453
4454 2012-04-05  Bastien Guerry  <bzg@altern.org>
4455
4456         * color.el (color-lighten-name): Fix typo.
4457
4458 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4459
4460         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4461         "#" to avoid having them interpreted as comments.
4462
4463 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464
4465         * shr.el (shr-insert): Update the text state properly to avoid
4466         inserting spurious paragraph starts.
4467
4468 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4469
4470         * shr.el (shr-table-widths): Divide the extra width more fairly over
4471         the TDs (bug#10973).
4472         (shr-render-td): Don't delete too much padding.
4473         (shr-natural-width): Compute the natural width more correctly.
4474         (shr-insert): Allow the natural width to be computed for tables again.
4475         (shr-tag-table-1): Rework how the natural widths are computed by
4476         rendering the table a third time.
4477         (shr-natural-width): Removed.
4478         (shr-buffer-width): New function.
4479         (shr-expand-newlines): Use it.
4480
4481         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4482         using a `gnus-use-full-window' setup (bug#11013).
4483
4484 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4485
4486         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4487         24.1 release.
4488
4489 2012-03-10  David Edmondson  <dme@dme.org>
4490
4491         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4492         'Forwarded Message' header and the start of the message.
4493
4494 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4495
4496         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4497         isn't running (bug#10897).
4498
4499 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4500
4501         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4502         This is inconsistent with all the other stream functions, which leave
4503         the setting up to the higher levels (if so wanted) (bug#10931).
4504
4505 2012-02-28  Glenn Morris  <rgm@gnu.org>
4506
4507         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4508         mm-decode.el: Standardize possessive apostrophe usage.
4509
4510 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4511
4512         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4513
4514 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4515
4516         * parse-time.el (parse-time-string): Allow extractor to return nil.
4517
4518 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4519
4520         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4521
4522 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4523
4524         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4525
4526 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4527
4528         * mm-decode.el (mm-shr): Remove "soft hyphens".
4529
4530         * nnimap.el (nnimap-request-list): Return the group names encoded as
4531         utf8.  Otherwise non-European group names don't work.
4532         (nnimap-request-newgroups): Ditto.
4533
4534         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4535         the default in `read-string' (bug#10757).
4536
4537         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4538         topics (bug#10843).
4539
4540         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4541         buffer.  Suggested by Herbert Valerio Riedel.
4542         (nnimap-request-move-article): Delete the message from the correct IMAP
4543         server.
4544
4545 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4546
4547         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4548         Reported by Peter Münster.
4549
4550 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4551
4552         * shr.el (shr-image-fetched): Make sure we really kill the right
4553         buffer.
4554
4555 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4556
4557         * gnus-start.el (gnus-1): Avoid duplicate entries.
4558
4559 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4560
4561         * imap.el: Remove.
4562
4563         * nntp.el (nntp-coding-system-for-read): Remove.
4564         (nntp-coding-system-for-write): Ditto.
4565         (nntp-open-connection): Just use `binary' directly.
4566
4567         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4568         Gnus 0.3.
4569
4570 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4571
4572         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4573         application/octet-stream parts really is.
4574
4575         * gnus-sum.el (gnus-propagate-marks): Remove.
4576
4577 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4578
4579         * shr.el (shr-rescale-image): Undo previous change; see
4580         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4581
4582 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4583
4584         * gnus.el: Ma Gnus v0.3 is released.
4585
4586 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4587
4588         * gnus-sum.el (gnus-summary-local-variables): Make
4589         `gnus-newsgroup-unexist' into a local variable.
4590
4591 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4592
4593         * registry.el (registry-usage-test, registry-persistence-test): Move to
4594         tests/gnustest-registry.el.
4595         (registry-make-testable-db, registry-match-test)
4596         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4597
4598         * gnus-registry.el (gnus-registry-misc-test)
4599         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4600
4601         * tests/gnustest-registry.el: New file with the registry and
4602         gnus-registry ERT tests.
4603
4604 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * gnus-msg.el (gnus-summary-resend-message): Make
4607         gnus-summary-resend-message-insert-gcc be last item in
4608         message-header-setup-hook.
4609
4610 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4611
4612         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4613         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4614         Remove.
4615         (nnfolder-open-server): Don't use marks.
4616         (nnfolder-request-delete-group): Ditto.
4617         (nnfolder-request-rename-group): Ditto.
4618         (nnfolder-request-set-mark, nnfolder-request-marks)
4619         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4620         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4621
4622         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4623         (nnml-marks-modtime): Remove.
4624         (nnml-request-delete-group): Don't use marks.
4625         (nnml-request-rename-group): Ditto.
4626         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4627         (nnml-save-marks, nnml-open-marks): Remove.
4628
4629         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4630         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4631         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4632         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4633         (nntp-server-to-method-cache): Remove.
4634
4635         * shr.el (shr-rescale-image): Fix wrong merge.
4636
4637 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4638
4639         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4640         too-wide lines.
4641
4642 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4643
4644         * nnimap.el (nnimap-record-commands): New variable.
4645         (nnimap-log-command): Use it.
4646         (nnimap-make-process-buffer): Add a space to the process buffer.
4647         (nnimap-transform-headers): Don't bug out on header lines containing
4648         stuff that look like IMAP length encodings.
4649
4650         * shr.el (shr-rescale-image): Allow viewing large images.
4651
4652 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4653
4654         * nnml.el (nnml-request-compact-group): Delete the marks file after
4655         compaction (bug#10800).
4656
4657         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4658         group exit.
4659
4660         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4661         QRESYNC/FETCH output.
4662
4663 2012-02-11  Glenn Morris  <rgm@gnu.org>
4664
4665         * sieve-manage.el (sieve-manage-default-stream):
4666         * shr.el (shr):
4667         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4668         (nnir-retrieve-headers-override-function)
4669         (nnir-imap-default-search-key, nnir-notmuch-program)
4670         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4671         (nnir-method-default-engines):
4672         * message.el (message-cite-reply-position):
4673         * gssapi.el (gssapi-program):
4674         * gravatar.el (gravatar):
4675         * gnus-sum.el (gnus-refer-thread-use-nnir):
4676         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4677         (gnus-registry-max-pruned-entries):
4678         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4679         * gnus-int.el (gnus-after-set-mark-hook)
4680         (gnus-before-update-mark-hook):
4681         * gnus-async.el (gnus-async-post-fetch-function):
4682         * auth-source.el (auth-source-cache-expiry):
4683         Add missing :version tags to new defcustoms and defgroups.
4684
4685 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4686
4687         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4688         `gnus-newsgroup-unexist'.
4689
4690         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4691         marks.
4692         (gnus-article-special-mark-lists): Put the `unexist' in the special
4693         marks list instead.
4694
4695         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4696         articles in the list of articles to be selected.
4697
4698         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4699         articles.
4700         (nnimap-update-info): Keep track of unexisting articles.
4701         (nnimap-update-qresync-info): Ditto.
4702
4703 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4704
4705         * message.el (message-default-send-mail-function): Made into own
4706         function for reuse by emacsbug.el.
4707
4708 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4709
4710         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4711         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4712
4713 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4714
4715         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4716         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4717
4718         * gnus-compat.el: Define `timer-set-function'.
4719
4720         * mm-decode.el (mm-display-external): Output the text from the command
4721         in the buffer after the command finished.  This makes text-based
4722         commands behave better.
4723
4724 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4725
4726         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4727
4728 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4729
4730         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4731         23.1.
4732
4733 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4736
4737 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4738
4739         * message.el (smtpmail-smtp-user): Silence compiler warning.
4740
4741 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4742
4743         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4744         SMTP user name.
4745
4746 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * gnus-sum.el (gnus-summary-show-thread):
4749         next-single-char-property-change may return nil in XEmacs.
4750         (gnus-summary-article-map): Fix typo.
4751
4752 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4753
4754         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4755         running.
4756
4757         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4758
4759         * gnus.el (gnus-server-extend-method): Don't add an -address component
4760         if the method already has one (bug#9676).
4761
4762 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4763
4764         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4765         of an initial-input for consistency (bug#10757).
4766
4767         * dgnushack.el: Fix XEmacs compilation warning.
4768
4769         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4770
4771         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4772
4773 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4774
4775         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4776         lines that are narrower than the window width.  Otherwise background
4777         "blocks" will look less readable.
4778
4779 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4780
4781         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4782         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4783         have newlines within the strings, and where the UID comes after the
4784         BODYSTRUCTURE element (bug#10537).
4785
4786         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4787         (bug#10732).
4788
4789         * shr.el (shr-insert-document): Add doc string.
4790         (shr-visit-file): Ditto.
4791         (shr-remove-trailing-whitespace): New function.
4792         (shr-insert-document): Use it to clean up trailing whitespace as the
4793         final step (bug#10714).
4794
4795 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4796
4797         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4798         buffer if `gnus-kill-summary-on-exit' is nil.
4799
4800 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4801
4802         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4803         when just reading a single group from "without" Gnus.
4804
4805 2012-02-06  Chong Yidong  <cyd@gnu.org>
4806
4807         * gnus-sum.el (gnus-summary-show-thread):
4808         next-single-char-property-change never returns nil (Bug#8657).
4809
4810 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4811
4812         * message.el (message-multi-smtp-send-mail): New function.
4813         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4814         header to implement multi-SMTP functionality.
4815
4816         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4817         (gnus-agentize): Don't set it.
4818         (gnus-agent-send-mail): Don't use it.
4819
4820         * gnus-sum.el (gnus-summary-widget-backward): New function and
4821         keystroke.
4822
4823         * gnus-compat.el: More the compat functions more compatible.
4824
4825         * shr.el (shr-put-image): Remove underlines from sliced images.
4826         (shr-zoom-image): Compute the region to be replaced more correctly.
4827
4828 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4831         (gnus-summary-resend-message-insert-gcc): New function.
4832         (gnus-summary-resend-message): Modify message-header-setup-hook and
4833         message-sent-hook to make it work for Gcc.
4834         (gnus-inews-do-gcc): Update the number of unread articles of groups
4835         that messages are Gcc'd to.
4836
4837         * message.el (message-resend): Run message-sent-hook to do Gcc.
4838
4839 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4840
4841         * lpath.el: Fix an XEmacs compilation warning.
4842
4843         * gnus-compat.el: Require `help-fns' to fix compilation error.
4844
4845         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4846         a higher level to silence compilation.
4847
4848         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4849         parameter to allow controlling the scaling.
4850
4851         * shr.el (shr-zoom-image): New command and keystroke.
4852         (shr-put-image): Take a `size' flag to say how to scale the image.
4853
4854         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4855         deletion unless already defined.
4856
4857         * gnus.el (gnus-compat): Require it.
4858
4859         * gnus-compat.el: New file.
4860
4861         * gnus-start.el (gnus-clean-old-newsrc): New function.
4862         (gnus-read-newsrc-file): Use it.
4863
4864         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4865         Use recursive deletion.
4866         (mm-dissect-archive): Add support for zip files.
4867
4868         * gnus-util.el (gnus-recursive-directory-files): New function.
4869
4870         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4871         (mm-archive-decoders): Add tgz support.
4872
4873         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4874         Otherwise inserting text into the Gnus buffer can look odd.
4875
4876         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4877
4878         * mm-archive.el (mm-archive-decoders): Add support for tar.
4879
4880         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4881
4882         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4883
4884 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4885
4886         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4887
4888         * mm-archive.el: New file.
4889
4890         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4891
4892         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4893
4894         * message.el (message-goto-*): Make all the `message-goto-*' commands
4895         push the mark before moving point.  This makes it easier to go back to
4896         where you came from after editing whatever you jumped to.
4897
4898 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4899
4900         * gnus.el: Ma Gnus v0.1 is released.
4901
4902 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4903
4904         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4905         without reconnecting.
4906         (nnimap-possibly-change-group): Ditto.
4907         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4908         connection has died before being called.
4909
4910 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4911
4912         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4913         an initial sync unless we're really doing one.
4914
4915         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4916         address parameter if one already exists (bug#9676).
4917
4918         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4919         not the prefix, as documented (bug#10689).
4920
4921 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4922
4923         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4924         the "server".
4925
4926         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4927         the real error message with the useless "previously known to be down".
4928         Which isn't even correct.
4929
4930         * nntp.el (nntp-open-connection): Report the error message if the nntp
4931         server can't be reached.
4932
4933         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4934         groups we do a total scan for.
4935         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4936         doing that.
4937
4938 2012-01-31  Jim Meyering  <jim@meyering.net>
4939
4940         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4941         Correct a comment (insert "not") and hide nominally-doubled "to".
4942
4943 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4944
4945         * gnus.el (gnus-version): Change name to "Ma Gnus".
4946
4947 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4948
4949         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4950         section in the manual.
4951
4952 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4953
4954         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4955         words.
4956         (rfc2047-encode-string): Ditto.
4957         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4958         understand folded filename="..." parameters, for instance.
4959
4960         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4961         the message for greater debuggability.
4962
4963 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4964
4965         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4966         instead of setting it locally, since the latter doesn't seem to have
4967         any effect (most of the time).
4968
4969 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4970
4971         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4972         function call.
4973
4974 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4975
4976         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4977         seconds, and make the repeat clause with HH:MM specs work as
4978         documented.
4979
4980 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4981
4982         * proto-stream.el (proto-stream-capability-open): Fall back on
4983         :end-of-command if :end-of-capability doesn't exist.
4984
4985 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4988         bound globally in old Emacsen and XEmacsen.
4989
4990 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4991
4992         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4993         so that previous errors don't prohibit getting new news.
4994
4995         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4996
4997         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4998
4999 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
5000
5001         * gnus.el (gnus-group-find-parameter): Check for liveness of the
5002         buffer, not of the string which is its name.
5003
5004 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5005
5006         * proto-stream.el (proto-stream-capability-open): Wait for
5007         :end-of-capability, not :end-of-command.
5008
5009         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
5010         non-server-marks groups.
5011         (gnus-group-make-articles-read): Ditto.
5012
5013         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
5014         methods (bug#9676).
5015
5016         * gnus.el (gnus-method-ephemeral-p): New function.
5017
5018 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
5021         left-to-right.
5022
5023 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5024
5025         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
5026         warning.
5027
5028 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5029
5030         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
5031         macroexpand the nnir things, since they haven't been defined yet, and
5032         nnir requires gnus-sum.
5033
5034 2012-01-24  Julien Danjou  <julien@danjou.info>
5035
5036         * color.el (color-rgb-to-hsl): Fix value computing.
5037         (color-hue-to-rgb): New function.
5038         (color-hsl-to-rgb): New function.
5039         (color-clamp, color-saturate-hsl, color-saturate-name)
5040         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5041         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5042
5043 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5044
5045         * mm-decode.el (mm-interactively-view-part): Fix prompt.
5046
5047 2012-01-19  Julien Danjou  <julien@danjou.info>
5048
5049         * color.el (color-name-to-rgb): Use the white color to find the max
5050         color component value and return correctly computed values.
5051         (color-name-to-rgb): Add missing float conversion for max value.
5052
5053 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5054
5055         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
5056         logical server name in addition to the actual machine address.
5057
5058         * auth-source.el (auth-source-user-and-password): Add convenience
5059         wrapper to search by just host and optionally user.
5060
5061 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5062
5063         * shr.el (shr-visit-file): Move point to the beginning of the buffer
5064         after rendering.
5065
5066 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5067
5068         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
5069         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
5070         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
5071
5072 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gnus-sum.el (gnus-summary-read-group): Document more parameters
5075         (bug#9693).
5076         (gnus-summary-setup-buffer): Document return value (bug#9697).
5077
5078         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
5079         since ido doesn't work on symbols (bug#9632).
5080
5081         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
5082         when getting a single value as when getting all the values.  This means
5083         that atoms like `gcc-self' work cumulatively, like variable settings,
5084         instead of getting the value from the last matching clause.
5085         (gnus-group-find-parameter): Protect against the group buffer not
5086         existing (bug#9585).
5087
5088 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5089
5090         * gnus-start.el (gnus-activate-group): Document more parameters
5091         (bug#9694).
5092
5093         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
5094         (bug#9692).
5095
5096         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5097         article was fetched, so that it can be expired later (bug#9958).
5098         (gnus-agent-summary-fetch-series): Add doc string.
5099         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5100         (bug#9517).
5101
5102         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5103         retrieval is happening.
5104
5105         * gnus.el (gnus-parameters): Doc fix.
5106
5107 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5108
5109         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5110         show the thread after expansion.
5111
5112 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5113
5114         * gnus-art.el (article-narrow-to-head): If the head is completely
5115         empty, narrow to the empty region (bug#9764).
5116
5117         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5118         read, and then mark them as unread only when the unread mark is used.
5119         This makes `C-- T k' actually work, even though it's confusing.
5120
5121         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5122         alive before we try to find its window.
5123
5124 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5125
5126         * mm-decode.el (mm-display-external): Use a longer timeout for the
5127         deletion to allow slow programs to display the file.
5128
5129 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5130
5131         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5132         prompt to be less confusing.
5133
5134         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5135         argument to `message-reply'.  This broke `special-display-*' frame
5136         pop-uping (bug#10238).
5137
5138 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5139
5140         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5141         systems, since these allegedly don't work there.
5142
5143 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5144
5145         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5146         live buffer.
5147
5148 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5149
5150         * nnir.el (nnir-retrieve-headers): Protect against the article not
5151         existing on the server (bug#10335).
5152
5153 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5154
5155         * gnus-agent.el (gnus-agent-load-local): Recompute
5156         gnus-agent-article-local on changing method.
5157
5158 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5159
5160         * gnus.el (gnus-parameters): Note precedence.
5161
5162 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5163
5164         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5165         in the group buffer.
5166
5167 2012-01-04  Julien Danjou  <julien@danjou.info>
5168
5169         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5170         change.
5171
5172 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5175         too.
5176
5177         * nntp.el (nntp-retrieve-group-data-early): Use it.
5178
5179 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5180
5181         * nntp.el (nntp-retrieval-in-progress): New variable.
5182         (nntp-make-process-buffer): Make it buffer-local.
5183
5184         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5185         2010.
5186         (gnus-demon-init): Use it to compute the time if time is on the form
5187         "04:23".
5188
5189         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5190
5191         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5192         status in the correct buffer.
5193
5194 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5195
5196         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5197         when opening topics (bug#10407).
5198
5199 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5200
5201         * gnus-cus.el (gnus-score-customize):
5202         * gnus-sum.el (gnus-sort-gathered-threads):
5203         * message.el (message-shorten-references):
5204         * nnmairix.el (nnmairix-request-group):
5205         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5206
5207 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5208
5209         * gnus-agent.el (gnus-agent-regenerate-group):
5210         * gnus-int.el (gnus-retrieve-group-data-early):
5211         * mm-util.el (mm-codepage-ibm-list):
5212         * nndiary.el (Commentary, nndiary-get-new-mail):
5213         * nnir.el (nnir):
5214         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5215
5216 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * mm-view.el (mm-display-inline-fontify): Add comment.
5219
5220 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5221
5222         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5223         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5224
5225 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5226
5227         * gnus-art.el (gnus-split-methods):
5228         * gnus-msg.el (gnus-configure-posting-styles):
5229         * gnus-spec.el (gnus-parse-simple-format):
5230         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5231         * message.el (message-do-actions): Spelling fix.
5232
5233 2011-12-15  Juri Linkov  <juri@jurta.org>
5234
5235         * mm-decode.el (mm-inline-media-tests): Add missing
5236         `mm-handle-media-subtype'.
5237
5238 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5239
5240         * gnus-group.el (gnus-group-tool-bar):
5241         * gnus-sum.el (gnus-summary-tool-bar):
5242         * message.el (message-tool-bar):
5243         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5244
5245 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5246
5247         * plstore.el (plstore--insert-buffer): Spelling fix.
5248
5249 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5250
5251         * message.el (message-valid-fqdn-regexp): Update with newly approved
5252         top-level domain names ".tel" and ".asia".
5253
5254 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5257         unconditionally.
5258
5259 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5262         pop-to-buffer-same-window for old Emacsen.
5263
5264 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5265
5266         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5267
5268 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5269
5270         * netrc.el (netrc-credentials): Spelling fix.
5271
5272 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5273
5274         * gnus-fun.el (gnus-fun-ppm-change-string):
5275         * gnus-msg.el (gnus-inews-do-gcc):
5276         * gnus-sum.el (gnus-summary-find-for-reselect):
5277         * gnus.el (gnus-summary-cancelled):
5278         * message.el (message-cancel-hook, message-send-news):
5279         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5280         * nnir.el (nnir-run-hyrex):
5281         * nntp.el (nntp-with-open-group-function):
5282         * pgg.el (pgg-pending-timers): Spelling fix.
5283
5284 2011-12-04  Chong Yidong  <cyd@gnu.org>
5285
5286         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5287         change (Bug#10200).
5288
5289 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * compface.el (uncompface):
5292         * gnus-art.el (gnus-article-x-face-command): Update the header format
5293         of icon data for the most recent icontopbm program.
5294
5295 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * gnus-msg.el (gnus-inews-do-gcc):
5298         * message.el (message-send-mail):
5299         * mml.el (mml-generate-mime): Share the value of the buffer-local
5300         `message-options' variable between a draft buffer and temprary working
5301         buffers.
5302
5303 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5304
5305         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5306
5307 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5310         for Cygwin.
5311
5312 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5313
5314         * gnus-group.el (gnus-group-prepare-flat):
5315         * mm-bodies.el (mm-encode-body):
5316         * mml.el (mml-preview):
5317         * nnml.el (nnml-request-compact-group):
5318         * pop3.el (pop3-stream-type): Spelling fix.
5319
5320 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5321
5322         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5323
5324 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5325
5326         * color.el (color-rgb-to-hsl):
5327         * gmm-utils.el (gmm-tool-bar-style):
5328         * gnus-group.el (gnus-group-prepare-flat):
5329         * gnus-topic.el (gnus-topic-prepare-topic):
5330         * mm-decode.el (mm-discouraged-alternatives):
5331         * rfc2047.el (rfc2047-encode-1):
5332         * starttls.el: Spelling fix.
5333
5334 2011-11-24  Glenn Morris  <rgm@gnu.org>
5335
5336         * binhex.el (binhex-begin-line): Give it basic doc-string.
5337
5338         * starttls.el, tls.el: Fix case of "GnuTLS".
5339
5340 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5341
5342         * gnus-group.el (gnus-group-highlight): Fix typo.
5343
5344 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5345
5346         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5347         value of `delete-file', that returns nil for a local file but returns t
5348         for a remote file using ssh.
5349
5350 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5351
5352         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5353
5354 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355
5356         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5357         avoid later breakage.
5358
5359 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5362         article buffers' name.
5363
5364 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5365
5366         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5367         by Paul Eggert's spellfixes two days ago.
5368
5369 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5370
5371         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5372         doesn't have it.
5373
5374         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5375         buffer-local instead of binding them to avoid warnings.  Also demote
5376         errors (bug#10063).
5377         (font-lock-mode-hook): Shut up byte compiler.
5378
5379 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5380
5381         * mm-util.el (mm-charset-after):
5382         * nnir.el (nnir-run-hyrex):
5383         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5384         (ntlm-get-password-hashes, ntlm-md4hash):
5385         * smime.el: Fix typo.
5386
5387 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5388
5389         * gnus-agent.el (gnus-agent-expire-group-1):
5390         * nndiary.el (nndiary-last-occurence):
5391         * nnimap.el (nnimap-request-set-mark):
5392         * nnmairix.el (nnmairix-only-use-registry):
5393         * gnus-group.el (gnus-group-prepare-flat):
5394         * gnus-sum.el (gnus-decode-encoded-word-methods):
5395         * message.el (message-wash-subject):
5396         * nntp.el (nntp-retrieve-headers-with-xover):
5397         * smime.el (smime-certificate-directory): Spelling fix.
5398
5399 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5400
5401         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5402
5403         * color.el:
5404         * gnus-agent.el (gnus-agent-possibly-alter-active):
5405         * gnus-dired.el (gnus-dired-print):
5406         * mail-parse.el:
5407         * nnmairix.el (nnmairix-request-group):
5408         * shr.el (shr-image-displayer):
5409         * sieve-manage.el:
5410         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5411
5412 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5413
5414         * gnus-sum.el (gnus-auto-select-subject):
5415         * spam-report.el (spam-report-resend): Spelling fix.
5416
5417 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5418
5419         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5420         * gnus-art.el (gnus-default-article-saver):
5421         * gnus-srvr.el (gnus-server-copy-server):
5422         * gnus.el (gnus-sloppily-equal-method-parameters):
5423         * html2text.el (html2text-format-tag-list):
5424         * message.el (message-narrow-to-head):
5425         * nndiary.el:
5426         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5427         * sieve.el: Spelling fix.
5428
5429 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5430
5431         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5432         * gnus-sum.el (gnus-summary-make-menu-bar):
5433         * gnus-uu.el (gnus-uu-decode-postscript)
5434         (gnus-uu-decode-postscript-and-save):
5435         * mailcap.el (mailcap-print-command):
5436         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5437         Fix typos.
5438
5439 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5440
5441         * gnus-art.el (gnus-article-part-wrapper):
5442         * html2text.el (html2text-fix-paragraphs):
5443         * mm-decode.el (mm-image-fit-p):
5444         * rfc2047.el (rfc2047-encode-message-header):
5445         * shr-color.el (shr-color-visible-distance-min)
5446         (shr-color-relative-to-absolute, set-minimum-interval)
5447         (shr-color-visible): Fix typos.
5448
5449 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5450
5451         * gmm-utils.el (gmm-tool-bar-item):
5452         * gnus-art.el (gnus-treat-body-boundary):
5453         * gnus-diary.el (gnus-user-format-function-d):
5454         * gnus-start.el (gnus-get-unread-articles):
5455         * pgg-gpg.el (pgg-gpg-update-agent):
5456         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5457
5458 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5459
5460         * gnus-topic.el (gnus-group-prepare-topics):
5461         * gnus-uu.el (gnus-extract-view):
5462         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5463
5464 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5465
5466         * spam.el: Move BBDB autoloads.
5467         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5468         BBDB 2 and 3.
5469         (spam-check-BBDB): Use it.
5470         (spam-enter-ham-BBDB): Use it.
5471
5472 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5473
5474         * smime.el (smime-draw-buffer): Spelling fix.
5475
5476 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5477
5478         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5479         for scanning exactly one level.
5480         * gnus-start.el (gnus-get-unread-articles): Ditto.
5481
5482 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5483
5484         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5485         slightly clearer.
5486
5487 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5488
5489         * gnus-sync.el: More commentary about setup.
5490
5491 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5492
5493         * message.el (message-send-and-exit): Document `arg'.
5494
5495 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5496
5497         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5498
5499 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5500
5501         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5502
5503         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5504         we don't use `bound-and-true-p'.
5505
5506 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5507
5508         * gnus-util.el (gnus-bound-and-true-p): Remove.
5509         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5510         * nnir.el: Use it.
5511         * nnmairix.el: Use it.
5512
5513 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5514
5515         * gnus-sync.el: Improve docs about CouchDB admins.
5516
5517         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5518         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5519         for reasons unknown.
5520         * nnir.el: Use it.
5521         * nnmairix.el: Use it.
5522
5523         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5524         * nnir.el: Ditto.
5525         * nnmairix.el: Ditto.
5526
5527         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5528
5529 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5530
5531         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5532         not needed.  Provide xmlplistread list function to produce XML plist
5533         output for non-Gnus LeSync clients.
5534
5535 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5536
5537         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5538
5539         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5540         and save against it.  Group subscriptions, read marks, other marks,
5541         subscription levels, topic names, and topic offsets (the group's
5542         position within the topic) are saved.  This is an experimental backend
5543         and may change significantly.  Load json.el from the gnus-fallback-lib
5544         if it's not available otherwise.
5545         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5546
5547 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5548
5549         * message.el (message-completion-function): Make sure
5550         message-tab-body-function is not attempted if one of
5551         message-completion-alist fails to find a completion (bug#9158).
5552
5553 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5554
5555         * mml.el (mml-quote-region): Quote <#secure> tag.
5556         (mml-generate-mime-1): Unquote <#secure> tag.
5557
5558 2011-10-20  Chong Yidong  <cyd@gnu.org>
5559
5560         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5561         calling a minor mode from Lisp with nil arg enables it, so we have to
5562         make the wording a bit ambiguous here).
5563
5564 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5565
5566         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5567         * nnir.el (nnir-mode): Use it.
5568         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5569         Use it.
5570
5571         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5572         * nnmairix.el (gnus-registry-enabled): Ditto.
5573
5574 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5575
5576         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5577         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5578         only while we need to find out if it should be t or nil.
5579         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5580         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5581         the registry is installed.  Set it to nil when it's unloaded.
5582         (gnus-registry-install-p): Provide user guidance for the initial value
5583         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5584         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5585         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5586         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5587         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5588         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5589         `gnus-registry-install'.
5590
5591 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5592
5593         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5594         previous change.
5595         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5596         primary key is marked as disabled.
5597
5598 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5599
5600         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5601         primary key is marked as disabled.
5602
5603 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5604
5605         * html2text.el (html2text-clean-anchor): Check for quotes around
5606         `href' value.
5607
5608 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5609
5610         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5611         searching.  Drop `bbdb-cache'.
5612
5613 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * message.el (message-signed-or-encrypted-p): Exclude header when
5616         checking if there is signed or encrypted body in text/plain message.
5617
5618 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5619
5620         * html2text.el (html2text-get-attr): Correctly handle attribute values
5621         containing "=".
5622
5623 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5624
5625         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5626         handle bindings.
5627
5628 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * gnus-win.el (gnus-configure-windows): Protect against reading
5631         ephemeral groups outside of Gnus.
5632
5633 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * shr.el (shr-tag-img): Don't get images displayed in tables.
5636
5637 2011-10-03  Glenn Morris  <rgm@gnu.org>
5638
5639         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5640         the "maintainer" version of debbugs.gnu.org reports.
5641
5642 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5645         make asynchronous adjacent image insertion work better.
5646
5647 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5648
5649         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5650         documentation.
5651
5652 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5653
5654         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5655         `gnus-asynchronous' isn't shadowed.
5656
5657 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5658
5659         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5660
5661         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5662         (nnimap-insert-partial-structure): The charset parameter isn't
5663         case-sensitive.
5664
5665         * nnheader.el (nnheader-message-maybe): New function.
5666
5667         * shr.el (shr-tag-table): Render totally broken tables better.
5668
5669         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5670         computing the boundary.
5671
5672 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673
5674         * pop3.el (pop3-number-of-responses): Remove.
5675         (pop3-wait-for-messages): Rewrite to take linear time instead of
5676         exponential time.
5677
5678 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5679
5680         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5681         re-fetch images.
5682
5683         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5684         re-fetch images when hitting `g' in Gnus.
5685
5686 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5689         (mml-compute-boundary): Don't check collision if it is non-nil.
5690         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5691         before checking collision.
5692
5693 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5694
5695         * message.el (message-indent-citation): Really make sure there's a
5696         newline at the end.
5697
5698         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5699         Fix suggested by John Wiegley.
5700
5701         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5702
5703         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5704
5705         * message.el (message-default-send-rename-function): Break out into its
5706         own function.
5707
5708         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5709         doesn't work under XEmacs.
5710
5711         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5712         of "imaps" to word around Windows problems.
5713         (nnimap-open-connection-1): Use it.
5714
5715         * message.el (message-indent-citation): Revert last change which made
5716         `F' not work.
5717
5718 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5719
5720         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5721         terminal as well.
5722
5723 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5726         because it displays images using overlays that aren't easy to copy to
5727         the article buffer.
5728
5729 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5730
5731         * message.el (message-indent-citation): Fix empty line removal at the
5732         end of the citation.
5733
5734 2011-09-20  Julien Danjou  <julien@danjou.info>
5735
5736         * auth-source.el (auth-source-netrc-create): Use default value for
5737         password if specified.  Evaluate default.
5738         (auth-source-plstore-create): Ditto.
5739         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5740         value evaluation.
5741         (auth-source-netrc-create): Typo fix.
5742         (auth-source-plstore-create): Ditto.
5743
5744         * password-cache.el (password-cache-remove): Remove entries even if the
5745         value is nil, so that password with a nil value (negative caching) is
5746         possible to invalidate.
5747
5748         * auth-source.el (auth-source-format-cache-entry): New function.
5749
5750 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5753
5754 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5755
5756         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5757
5758 2011-09-19  Julien Danjou  <julien@danjou.info>
5759
5760         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5761         which work with things that are not ASCII.
5762
5763 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5764
5765         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5766
5767 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5768
5769         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5770         message level.
5771
5772 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5775
5776 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5777
5778         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5779
5780 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5781
5782         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5783         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5784
5785 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5786
5787         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5788         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5789         articles.
5790
5791 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5792
5793         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5794         (message-mail-other-window, message-mail-other-frame)
5795         (message-news-other-window, message-news-other-frame):
5796         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5797         instead of setting buffer display varibles.
5798
5799 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5800
5801         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5802
5803         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5804
5805 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5806
5807         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5808         duplicates" to a higher level.
5809
5810         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5811         most egregious messages.
5812
5813 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5814
5815         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5816
5817 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5818
5819         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5820         up the file (bug#9351).
5821
5822 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5825         it does with all other backends, but decode the names immediately after
5826         getting them.
5827
5828         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5829         decoding nnimap groups.
5830
5831         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5832         newsrc file.  It doesn't seem like an important optimization any more.
5833
5834 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5835
5836         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5837         overflows.
5838
5839 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5840
5841         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5842         (gnus-interactive-exit): Extend to `quiet'.
5843
5844         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5845
5846         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5847         string.
5848
5849         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5850         renaming function arguments from `this'.
5851
5852         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5853
5854         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5855         has been renamed.
5856         (gnus-lrm-string-p): Include RLM and PDF, too.
5857
5858         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5859         (bug#9225).
5860
5861 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5862
5863         Add autoload cookies for functions used by sendmail.el.
5864         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5865
5866         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5867
5868 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * gnus-art.el (article-date-ut): Work properly even when there are
5871         things like Date header in the body; work for forwarded parts.
5872
5873 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5874
5875         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5876         original-article-buffer.
5877
5878 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5879
5880         * nnir.el (nnir-compose-result): Fix matching of server type.
5881         (nnir-run-swish++): Ditto.
5882         (nnir-run-namazu): Ditto.
5883         (nnir-run-notmuch): Ditto.
5884
5885 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5886
5887         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5888         (bug#9405).
5889
5890         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5891         (bug#9421).
5892
5893         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5894         (bug#9425).
5895
5896         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5897         thing (bug#9426).
5898
5899 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5900
5901         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5902         the error message.
5903
5904 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5905
5906         * message.el (message-setup-1): Return t (Bug#9392).
5907
5908 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5909
5910         * gnus-sum.el: When adding article headers to a summary buffer also
5911         update gnus-newsgroup-articles (bug#9386).
5912
5913 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * auth-source.el: Autoload help-mode.
5916
5917 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918
5919         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5920         names.
5921
5922 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5923
5924         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5925         mm-replace-in-string for compatibility issues.
5926         * mml2015.el (mml2015-epg-verify): Ditto.
5927
5928 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5931
5932         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5933
5934 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5935
5936         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5937         continue on and do the clean-up phase (bug#9188).
5938
5939         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5940         just ignore groups that can't be opened instead of erroring out
5941         (bug#9225).
5942
5943         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5944         nil since some many people are fuddy-duddies.
5945
5946         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5947         images.
5948
5949         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5950         instead.
5951
5952         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5953
5954         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5955
5956         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5957         processing.
5958
5959         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5960         buffer to avoid warnings.
5961
5962 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5963
5964         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5965         specified to reduce precision.
5966
5967 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5968
5969         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5970         bodystructures (bug#9314).
5971
5972 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5975         Make button keymap non-sticky after buttons.
5976
5977 2011-08-18  David Engster  <dengste@eml.cc>
5978
5979         * nnmairix.el (nnmairix-request-set-mark)
5980         (nnmairix-goto-original-article): Remove adding of article to registry,
5981         since `gnus-registry-add-group' isn't available anymore.
5982         (nnmairix-determine-original-group-from-registry):
5983         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5984         available anymore.
5985
5986 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5987
5988         * starttls.el (starttls-any-program-available): Define as obsolete
5989         function.
5990
5991 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5992
5993         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5994         versions which Gnus use when appropriate.
5995
5996         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5997         a pretty destructive command.
5998
5999         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
6000
6001 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6002
6003         * message.el (message-fix-before-sending): Make a different warning
6004         about NUL characters (bug#9270).
6005
6006         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
6007         from custom (bug#9260).
6008
6009         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
6010         things work in Emacs 22 and XEmacs, too.
6011
6012         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
6013         default From.
6014
6015         * gnus-spec.el (gnus-lrm-string-p): New macro.
6016         (gnus-lrm-string): New constant.
6017         (gnus-summary-line-format-spec): LRM-ify the from.
6018         (gnus-tilde-max-form): LRM-ify string chopping.
6019
6020         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
6021
6022         * message.el (message-is-yours-p): Allow disabling canlock checking
6023         (bug#9295).
6024         (message-shoot-gnksa-feet): Add `canlock-verify'.
6025         (message-auto-save-directory): Use ~/ as the auto-save directory if the
6026         message directory isn't writable (bug#9304).
6027
6028         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
6029         non-world-readable.
6030
6031 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
6034         articles.
6035
6036 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6037
6038         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
6039         copy-list.
6040
6041 2011-08-12  Sam Steingold  <sds@gnu.org>
6042
6043         * gnus-score.el (gnus-score-find-alist): Keep the score files already
6044         in the reverse order to avoid modifying the cache with `nreverse'.
6045         (gnus-all-score-files): Do not modify the value returned by
6046         `gnus-score-find-alist' because it lives in a cache variable.
6047         (gnus-current-home-score-file): No need to `nreverse' the return value
6048         of `gnus-score-find-alist', it is already in the correct order.
6049
6050 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
6051
6052         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
6053         type MESSAGE and subtype RFC822 is slightly different from those of
6054         type TEXT.
6055
6056 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
6057
6058         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
6059         This allows article-referral to work from an nnir group.
6060
6061 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
6062
6063         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
6064
6065 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
6066
6067         * mml1991.el (mml1991-epg-find-usable-key)
6068         (mml1991-epg-find-usable-secret-key): New function.
6069         (mml1991-epg-sign): Check if signing key is usable.
6070         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
6071
6072 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
6073
6074         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
6075         server-variables only.  This should fix a bug introduced with commit
6076         e1889675b7f4adf057833c5513c9374134c4e053.
6077         (nnir-run-query): 'nnir-search-engine should not be set from the global
6078         environment.
6079
6080 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
6081
6082         * nnir.el (nnir-search-thread): Position point on referring article
6083         line.
6084         (nnir-warp-to-article): Clean up summary buffers.
6085
6086         * nnimap.el (nnimap-request-thread): Whitespace fix.
6087
6088 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
6089
6090         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
6091
6092 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6093
6094         * starttls.el (starttls-available-p): Rename from
6095         `starttls-any-program-available' and changed return convention.
6096
6097 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6098
6099         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6100         `unix-sync' unless it's defined.
6101
6102 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6103
6104         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6105         `aref' for XEmacs compatibiltiy.
6106
6107 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6108
6109         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6110
6111 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6112
6113         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6114         closures, quote the form properly (bug#9194).
6115
6116 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6117
6118         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6119         (gnus-summary-insert-new-articles): Protect against servers that are
6120         down.
6121
6122 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6123
6124         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6125         in mm handle if none is specified.
6126
6127 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6128
6129         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6130
6131 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6132
6133         * nnir.el (nnir-search-thread): New function to make an nnir group
6134         based on a thread query.
6135
6136         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6137         of nnir in thread referral.
6138         (gnus-summary-refer-thread): Use it.
6139
6140         * nnimap.el (nnimap-request-thread): Use it.
6141
6142 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6143
6144         * shr.el (shr-tag-comment): Ignore HTML comments.
6145
6146 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6147
6148         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6149         argument.
6150         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6151         Use `nnir-address' to handle server info rather than passing an arg.
6152
6153         * nnimap.el (nnimap-make-thread-query): New utility function to format
6154         an imap thread search query.
6155         (nnimap-request-thread): Use it.
6156
6157         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6158         right select-method if we are not going back to the group buffer.
6159
6160 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6161
6162         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6163         enter invalid buffer configurations into the quit form (bug#9107).
6164         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6165         unplugged/plugged.
6166
6167         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6168         keep track of which ones are unread (bug#9061).
6169
6170         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6171         (bug#9055).
6172
6173         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6174         (bug#9041).
6175
6176         * gnus-html.el (mm-util): Require (bug#9073).
6177
6178         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6179         (gnus-summary-refer-thread): Use it to remove duplicates in the
6180         un-threaded view (bug#9053).
6181         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6182
6183 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6184
6185         * nnir.el (nnir-read-server-parm): Use default value from global
6186         variable.  Without this the default search engine parameters aren't
6187         used at all.
6188
6189 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6190
6191         * message.el (message-unique-id): Don't use the undocumented return
6192         value from (random t) (bug#9118).
6193
6194 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6195
6196         * message.el (message-auto-save-directory): If the ~/Mail directory
6197         doesn't exist, use ~ as the auto-save directory (bug#4432).
6198
6199         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6200         hasn't already been started.
6201
6202 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6203
6204         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6205
6206         * message.el (message-reply): Work around mysterious bug where
6207         `message-mode' seems to overwrite the locally bound `subject' variable.
6208
6209 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6210
6211         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6212         correct group.
6213
6214         * gnus-int.el (gnus-request-thread): Add group argument.
6215
6216         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6217
6218 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6219
6220         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6221
6222         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6223         renamed to `debbugs-gnu-*'.
6224
6225 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6226
6227         * plstore.el: Revert the editing feature since it is not urgent.
6228         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6229         (plstore-mode-decoded): Remove.
6230
6231 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6232
6233         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6234         isn't very interesting any more, and it leaks potentially secret data.
6235         (gnus-debug): Remove.
6236
6237         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6238         use of :custom-show.
6239
6240 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6241
6242         * plstore.el: Add documentation.
6243         (plstore-mode): New mode to edit plstore file.
6244         (plstore-mode-toggle-display, plstore-mode-original)
6245         (plstore-mode-decoded): New command.
6246         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6247         (plstore--insert-buffer, plstore--make): New function.
6248         (plstore-open, plstore-save): Simplify by using them.
6249
6250 2011-07-06  Glenn Morris  <rgm@gnu.org>
6251
6252         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6253
6254 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6255
6256         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6257         no longer is much used.
6258         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6259         Articles".
6260
6261 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6262
6263         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6264         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6265         `notmuch' backend.
6266
6267 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6268
6269         * mm-decode.el (mm-text-html-renderer): Doc fix.
6270
6271         * gnus-msg.el (gnus-bug): Fix the MML tag.
6272
6273         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6274
6275 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6276
6277         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6278         secondary methods if started with `gnus-no-server'.
6279
6280 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6281
6282         * message.el (message-return-action): Fix typo in docstring.
6283
6284 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6285
6286         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6287         bug reports at once.
6288
6289         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6290
6291 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * nndraft.el: Require gnus-group.
6294         (nndraft-request-list): Declare.
6295
6296         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6297         no unread article unless it matches gnus-permanently-visible-groups.
6298
6299         * nndraft.el (nndraft-update-unread-articles): New function.
6300         (nndraft-request-associate-buffer): Use it to update the number of
6301         unread articles for the nndraft groups in the group buffer when saving
6302         or killing a draft message.
6303
6304 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6305
6306         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6307         systems to binary before writing and reading the mbox files.
6308
6309         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6310         instead of trying to list them all (bug#8978).
6311
6312 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6313
6314         * pop3.el (pop3-open-server): Use :end-of-capability.
6315
6316 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6317
6318         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6319         the id is always a number.
6320
6321         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6322
6323         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6324         debbugs mode, if possible.
6325
6326 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6327
6328         * auth-source.el (auth-source-token-passphrase-callback-function):
6329         Reindent.
6330         (epg-context-operation): Remove unnecessary autoload.
6331
6332 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333
6334         * gnus.el (gnus-list-debbugs): New command.
6335
6336         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6337         mboxstat instead of the maintbox, since the stat seems to be fuller.
6338
6339         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6340         summary buffers.
6341
6342         * message.el (message-get-reply-headers): Delete all duplicates,
6343         instead of the first.
6344         (message-get-reply-headers): Ensure that we have progress while
6345         deleting duplicates.
6346
6347         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6348         gnus-posting-style value from the summary buffer to make it easier to
6349         make that a per-buffer conf.
6350
6351 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6352
6353         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6354         found by setting `shortcut' in 'query.
6355         (nnir-request-article): Use `shortcut' setting when requesting article
6356         by Message-ID.
6357
6358 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6359
6360         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6361         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6362         Bring the pseudo-headers back too.
6363
6364 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6365
6366         * auth-source.el (auth-source-token-passphrase-callback-function):
6367         Simplify and remove EPA dependency.
6368
6369 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6370
6371         * nnir.el (nnir-request-article): Fix error message text.
6372
6373 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6374
6375         * auth-source.el (plstore-delete): Autoload.
6376         (auth-source-plstore-search): Support delete operation.
6377         * plstore.el (plstore-delete): New function.
6378
6379 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6382         mark actually existing articles as unread rather than the ones that
6383         active asserts.
6384
6385 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6386
6387         * nntp.el (nntp-record-command):
6388         * gnus-util.el (gnus-message-with-timestamp-1):
6389         Use format-time-string rather than decoding time stamps by hand.
6390         This is simpler and insulates the code from potential changes to
6391         current-time format.
6392
6393 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6396
6397 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6398
6399         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6400         (plstore-save): Support public key encryption.
6401         (plstore--init-from-buffer): New function.
6402         (plstore-open): Use it; fix error when opening a non-existent file.
6403         (plstore-revert): Use plstore--init-from-buffer.
6404
6405 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6406
6407         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6408
6409 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6412         for old Emacsen.
6413
6414 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6415
6416         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6417         is not fully working.
6418
6419 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6420
6421         * dgnushack.el: Autoload sha1 on XEmacs.
6422
6423         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6424         quit window configuration.
6425
6426         * auth-source.el (epg-context-set-passphrase-callback):
6427         Remove duplicate autoload.
6428
6429 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6430
6431         * nnir.el (nnir-request-article): Allow requesting articles by
6432         Message-ID with nnimap.
6433
6434         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6435         current server.
6436
6437 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6438
6439         * auth-source.el: Autoload EPA/EPG functions.
6440         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6441         changed when EPA/EPG is not available.
6442         (auth-source-backend): Rename "arg" member to "data".
6443         (auth-source-backend-parse, auth-source-plstore-search)
6444         (auth-source-plstore-create): Use it.
6445
6446 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6447
6448         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6449         `gnus-refer-article-methods'.
6450
6451 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6452
6453         * auth-source.el: Require EPA and EPG.
6454         (auth-source-passphrase-alist): New variable.
6455         (auth-source-passphrase-callback-function)
6456         (auth-source-token-passphrase-callback-function): Callbacks for the
6457         netrc field encryption (GPG tokens).
6458         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6459         Symmetric encryption and decryption of the netrc GPG tokens.
6460         (auth-source-netrc-normalize): Use them, simplifying the closure.
6461
6462 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6465         is available.
6466
6467 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6468
6469         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6470         non-nil, and `nnimap-split-methods' is nil, use the former.
6471
6472 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6473
6474         * plstore.el (plstore-revert): New function.
6475         (plstore-open): Use it; hide the buffer from user.
6476
6477 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6478
6479         * auth-source.el (auth-source-backend): New member "arg".
6480         (auth-source-backend-parse): Handle new backend 'plstore.
6481         * plstore.el: New file.
6482
6483 2011-06-30  Glenn Morris  <rgm@gnu.org>
6484
6485         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6486
6487 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6488
6489         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6490         expiring articles to.
6491
6492         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6493         variations as ASCII (bug#5458).
6494
6495 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6498
6499 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6500
6501         * message.el (message-point-in-header-p): Tweak the function to default
6502         to saying that we're not in the headers if there is no separator at
6503         all.  This makes it possible to use the Message version of `M-q' in
6504         buffers with no headers (bug#7987).
6505         (message-point-in-header-p): Fix last checkin to work with an empty
6506         mail-header-separator, too.
6507
6508         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6509         again, save the choice via customize.
6510
6511 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6512
6513         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6514
6515         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6516         ended the connection, bail out before waiting infinitely on a new
6517         connection.
6518
6519 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6520
6521         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6522         reports.
6523
6524         * gnus.el (gnus-bug-package): Use "gnus."
6525         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6526
6527 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528
6529         * dgnushack.el: Make the timer warning go away on XEmacs.
6530
6531         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6532         animations going on at article exit time.
6533
6534         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6535         since removing it breaks people upgrading.
6536
6537         * shr.el (shr-put-image): Use the new interface for animating images.
6538         (shr-put-image): Animate for 60 seconds.
6539
6540         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6541         avoid compiler warnings.
6542
6543         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6544         error with `find-file-hooks' on Emacs 22.
6545         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6546         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6547         on all architectures.
6548
6549         * spam.el (spam-stat): Require in a normal fashion without binding
6550         `spam-stat-install-hooks' to avoid compilation warnings.
6551
6552         * spam-stat.el (spam-stat-install-hooks): Remove.
6553         (spam-stat-install-hooks): Don't run automatically.
6554
6555 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6556
6557         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6558         and keystroke.
6559
6560 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * auth-source.el (auth-source-netrc-cache): Move forward.
6563
6564 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6565
6566         * proto-stream.el (proto-stream-open-starttls): Use
6567         `gnutls-available-p' to see whether we have built-in support.
6568
6569         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6570         we already know.
6571         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6572         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6573
6574 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6575
6576         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6577         %S format, since that looks odd.
6578         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6579         file, especially when saving.
6580
6581 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6582
6583         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6584         article found.
6585
6586 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6587
6588         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6589         `auth-source-save-secrets' with a more sensitive alist that can be
6590         configured per file.  Experimental, so defaults to 'never.
6591         (auth-source-netrc-create): Use it.  Still experimental code.
6592         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6593         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6594
6595 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6596
6597         * auth-source.el (auth-source-save-secrets): New variable to control if
6598         secret tokens should be saved encrypted.
6599         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6600         to `auth-source-netrc-normalize'.
6601         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6602         on the EPA variables being defined.
6603         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6604         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6605         the lexical-let closure.
6606         (auth-source-netrc-create): Create "gpg:" tokens according to
6607         `auth-source-save-secrets'.
6608
6609 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * gnus-group.el (gnus-group-update-group): Add new argument
6612         `info-unchanged' that stops updating dribble buffer.
6613
6614         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6615         deletes lines matching to it in dribble buffer.
6616
6617         * gnus-agent.el (gnus-agent-fetch-group-1):
6618         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6619         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6620         * gnus-start.el (gnus-group-change-level):
6621         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6622
6623         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6624         if newsgroup info is not changed.
6625
6626         * gnus-group.el (gnus-group-get-new-news-this-group):
6627         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6628         Don't update dribble buffer.
6629
6630 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6631
6632         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6633         remove entries with groups we ignore.
6634
6635 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6636
6637         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6638         the underline comes at the bottom.
6639
6640 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6641
6642         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6643         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6644         (gnus-registry-article-marks-to-names): Rename from
6645         `gnus-registry-user-format-function-M2'.
6646
6647 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6650         ephemeral group.
6651
6652 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6653
6654         * shr.el (shr-browse-image): Copy the URL if called interactively.
6655
6656 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6657
6658         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6659         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6660         done, then unselected articles may be marked as read.
6661
6662         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6663         since not doing this seems to lead to a race condition in pop3-logon.
6664
6665         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6666         so that the call chain it correct when we call "upwards".
6667
6668         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6669         in read-only groups.
6670
6671         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6672
6673         * message.el (message-cite-reply-position): Doc string fix.
6674
6675         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6676         avoid regexp overflow.
6677         (nnimap-transform-split-mail): Ditto.
6678
6679         * pop3.el (pop3-retr): Error out if the server closes the connection.
6680
6681 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6682
6683         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6684         mm-with-unibyte-current-buffer.  The buffer should not contain any
6685         multibyte chars anyway at this stage.
6686
6687 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6688
6689         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6690         at the end of lines.
6691
6692 2011-05-29  Julien Danjou  <julien@danjou.info>
6693
6694         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6695
6696 2011-05-27  Glenn Morris  <rgm@gnu.org>
6697
6698         * gnus-group.el (gnus-bug-group-download-format-alist):
6699         Use the "maintainer" version of debian reports as well.
6700
6701 2011-05-26  Glenn Morris  <rgm@gnu.org>
6702
6703         * gnus-group.el (gnus-bug-group-download-format-alist):
6704         Use the "maintainer" version of debbugs.gnu.org reports.
6705
6706 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6709
6710 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6711
6712         * gnus-cus.el (gnus-agent-customize-category):
6713         * gnus-delay.el (gnus-delay-send-queue):
6714         * gnus.el (gnus-other-frame):
6715         Don't quote lambda expressions with `quote'.
6716
6717 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6718
6719         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6720         the thread moves us backwards and so we loop forever.
6721
6722 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6725         whitespace in base64 data lines.
6726
6727 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6728
6729         * gnus-registry.el (gnus-registry-user-format-function-M):
6730         Use `mapconcat'.
6731         (gnus-registry-user-format-function-M2): Use to see the full text of
6732         the marks.  Make "," the mark text separator.
6733
6734         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6735         authentication with auth-source.
6736
6737 2011-05-17  Glenn Morris  <rgm@gnu.org>
6738
6739         * gnus-group.el (gnus-import-other-newsrc-file):
6740         Use insert-file-contents.
6741
6742 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6743
6744         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6745         1000 iterations.
6746
6747 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * nntp.el (nntp-open-connection): Check if process-type is available.
6750
6751 2011-05-16  Julien Danjou  <julien@danjou.info>
6752
6753         * shr.el (shr-tag-del): Add support for del tag.
6754
6755 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * gnus-html.el (gnus-html-put-image): Register a displayer.
6758
6759         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6760
6761 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6762
6763         * registry.el (prune-factor): New initialization parameter defaulting
6764         to 0.1.
6765         (registry-prune-hard): Use it.
6766
6767         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6768         0.1 expicitly.
6769
6770 2011-05-13  Glenn Morris  <rgm@gnu.org>
6771
6772         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6773         is bound, since this function requires sendmail.
6774
6775 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6776
6777         * registry.el (registry-usage-test): Disable pruning test.
6778
6779 2011-05-11  David Engster  <dengste@eml.cc>
6780
6781         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6782         Bind set-network-process-option for XEmacs.
6783
6784 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6785
6786         * registry.el (registry-prune-hard-candidates)
6787         (registry-prune-soft-candidates): Helper methods for registry pruning.
6788         (registry-prune): Use them.  Make the sort function optional.
6789
6790 2011-05-10  Jim Meyering  <meyering@redhat.com>
6791
6792         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6793
6794 2011-05-10  Julien Danjou  <julien@danjou.info>
6795
6796         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6797         symbol and not a list.
6798
6799 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * gnus-art.el (gnus-article-mode): Move binding of
6802         shr-put-image-function here from gnus-article-prepare-display.
6803
6804         * shr.el (shr-put-image-function): New variable.
6805         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6806         (shr-put-image): Return scaled image.
6807
6808         * gnus-art.el (gnus-shr-put-image): New function.
6809         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6810
6811         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6812         original ones, as deletable.
6813
6814 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6815
6816         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6817
6818 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6819
6820         * registry.el (registry-full): Add convenience method.  Fix logic.
6821         (registry-insert): Use it.  Fix logic here too.
6822
6823         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6824         `registry-prune' if `registry-full' returns t.
6825         (gnus-registry-handle-action)
6826         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6827         (gnus-registry-usage-test): Use it.
6828
6829 2011-05-07  Julien Danjou  <julien@danjou.info>
6830
6831         * shr.el (shr-link): Make shr-link inherit from link by default.
6832
6833 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6834
6835         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6836
6837 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6838
6839         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6840         error out because the face is not a list.
6841
6842 2011-05-05  Glenn Morris  <rgm@gnu.org>
6843
6844         * proto-stream.el (gnutls-negotiate): Fix declarations.
6845
6846         * gnus-start.el (gnus-propagate-marks): Declare.
6847
6848 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6849
6850         * registry.el (registry-reindex): Fix percentage message.
6851
6852         * proto-stream.el (network-stream-open-starttls): Adjust to call
6853         `gnutls-negotiate' with :process and :hostname arguments.
6854
6855 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6856
6857         * shr.el: Add shr-link face for links.
6858         (shr-urlify): Use it.
6859
6860         * registry.el (registry-insert): Make error message more helpful.
6861
6862 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6863
6864         * gnus-html.el (gnus-html-schedule-image-fetching):
6865         Use url-queue-retrieve, if it exists.
6866
6867         * shr.el (shr-tag-img): Ditto.
6868
6869         * gnus.el: Autoload more gnus-agent functions.
6870
6871         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6872         agent if we haven't already (bug#8502).
6873
6874         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6875         into the Agent, too.
6876
6877         * gnus-agent.el (gnus-agent-store-article): New function.
6878
6879         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6880         and moved from that file for reuse.
6881
6882         * pop3.el (pop3-open-server): Error messages are "-ERR".
6883
6884 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6885
6886         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6887         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6888
6889 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6890
6891         * gnus.el: No Gnus v0.17 is released.
6892
6893 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6894
6895         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6896         buffer has moved to a different frame.
6897
6898 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6899
6900         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6901         to get the conversion from unibyte to multibyte buffers to work on
6902         Emacs 22.
6903
6904         * nntp.el (nntp-request-article): Slight clean-up.
6905
6906 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6907
6908         * shr.el (shr-strike-through): New face.
6909         (shr-tag-s): Use it to provide <s> support.
6910         (shr-tag-s): Remove duplicate definition.
6911
6912 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6913
6914         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6915         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6916
6917 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6918
6919         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6920         `gnutls-negotiate'.
6921         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6922
6923 2011-04-23  Glenn Morris  <rgm@gnu.org>
6924
6925         * gnus-sum.el (gnus-extra-headers): Bump :version.
6926
6927 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6928
6929         * shr.el (shr-tag-sup): New function.
6930         (shr-tag-sub): Ditto.
6931
6932 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6933
6934         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6935         for the case where `gnus-registry-ignored-groups' is a list of lists,
6936         and don't call `gnus-parameter-registry-ignore' otherwise.
6937
6938 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6939
6940         * nnimap.el (nnimap-user): New backend variable.
6941         (nnimap-open-connection-1): Use it.
6942         (nnimap-credentials): Accept user parameter so it's explicit what user
6943         name is desired.
6944
6945         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6946         default.
6947
6948         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6949         not gnus-registry.el.
6950
6951         * gnus-registry.el: Mention in comments how to modify
6952         `gnus-extra-headers' for proper recipient tracking and that it may
6953         already have To and Cc recently, which it does as of this commit.
6954         (gnus-registry-ignored-groups): Remove defcustom.
6955         Explain why in comments.
6956         (gnus-registry-action): Fix data-header reference to use the extra
6957         headers.  Explain in package commentary how to add To and Cc headers to
6958         the gnus-extra-headers.
6959         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6960         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6961         parameter list or a string list in `gnus-registry-ignored-groups'.
6962         Fix logic error.
6963
6964 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6965
6966         * shr.el (shr-expand-url): Protect against null urls.
6967
6968 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6969
6970         * shr.el (shr-base): New binding.
6971         (shr-tag-base): Keep track of <base>.
6972         (shr-expand-url): New function used throughout.
6973
6974 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6975
6976         * gnus-registry.el
6977         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6978         (gnus-registry-ignored-groups): New variable.
6979         (gnus-registry-ignore-group-p): Use it.
6980         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6981         set the destination group to nil (same as delete) if it's ignored.
6982
6983 2011-04-20  David Engster  <dengste@eml.cc>
6984
6985         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6986
6987         * Makefile.in (test-nntp): New rule.
6988         (check): Add it.
6989         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6990
6991 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * gnus-registry.el (gnus-registry-action)
6994         (gnus-registry-fetch-header-fast):
6995         Don't use mail-header that looks an internal function of mailheader.el.
6996
6997 2011-04-19  Glenn Morris  <rgm@gnu.org>
6998
6999         * time-date.el (time-to-days): Remove unused local variables.
7000
7001 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * gnus-registry.el: Eliminate cl functions.
7004         (gnus-registry-sort-addresses): New function that replaces mapcan.
7005         (gnus-registry-action, gnus-registry-spool-action)
7006         (gnus-registry-split-fancy-with-parent)
7007         (gnus-registry-fetch-recipients-fast): Use it.
7008         (gnus-registry-import-eld): Replace delete* with dolist + delq.
7009
7010         * registry.el (initialize-instance, registry-lookup)
7011         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
7012         (registry-lookup-secondary-value, registry-search, registry-delete)
7013         (registry-insert, registry-reindex, registry-size, registry-prune):
7014         Use eval-and-compile.
7015
7016 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7017
7018         * registry.el (registry-reindex): New method to recreate the secondary
7019         registry indices.
7020
7021         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
7022         tracked field changes.
7023         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
7024         (gnus-registry-action, gnus-registry-spool-action)
7025         (gnus-registry-handle-action)
7026         (gnus-registry--split-fancy-with-parent-internal)
7027         (gnus-registry-split-fancy-with-parent)
7028         (gnus-registry-register-message-ids): Add recipient tracking on spool,
7029         move, and delete actions, and for fancy splitting with parent.
7030         (gnus-registry-extract-addresses)
7031         (gnus-registry-fetch-recipients-fast)
7032         (gnus-registry-fetch-header-fast): Convenience functions.
7033         (gnus-registry-misc-test): ERT test of
7034         `gnus-registry-extract-addresses'.
7035
7036 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7037
7038         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7039         Track by subject first, then sender.
7040
7041 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7042
7043         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
7044
7045         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
7046         Lisp.
7047
7048         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
7049         (gnus-draft-send): Use it to avoid popping
7050         up frames from gnus-group-send-queue.
7051
7052 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7053
7054         * gnus-registry.el: Updated gnus-registry docs.
7055
7056 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7057
7058         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7059         Fix logic bug.
7060         (gnus-registry-post-process-groups): Fix logging of no results and
7061         quote sender and subject.
7062
7063 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7064
7065         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
7066         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
7067         gnutls-cli are too slow to be done opportunistically.
7068
7069         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
7070         (gnus-read-active-for-groups): Don't try to finish getting stuff where
7071         we had no early-data returned.
7072         (gnus-get-unread-articles): Add a sanity check so that we don't issue
7073         two async commands to the same server at the same time.
7074
7075 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
7076
7077         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
7078
7079 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7080
7081         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
7082         "warning" level.
7083
7084         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
7085         (mm-url-insert-file-contents): Don't set the package names.
7086
7087 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
7088
7089         * gnus-registry.el (gnus-registry-action): Remove properties and
7090         simplify subject in `gnus-registry-handle-action'.
7091         (gnus-registry-spool-action): Get subject and sender from message if
7092         they are not passed in.
7093         (gnus-registry-handle-action): Remove properties and simplify subject
7094         consistently.
7095
7096 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7097
7098         * registry.el: Require CL before using defmacro*.
7099
7100 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * gnus-art.el (article-treat-date): Assume that
7103         gnus-article-date-headers may be a group parameter.
7104
7105 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7106
7107         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7108
7109         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7110         interactively so the newsrc file can contain foreign groups too.
7111         Useful for debugging but not much for users.
7112
7113 2011-04-07  David Engster  <dengste@eml.cc>
7114
7115         * registry.el (registry-usage-test): Only do
7116         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7117         lexical binding.
7118
7119 2011-04-07  David Engster  <dengste@eml.cc>
7120
7121         * Makefile.in (check, test-registry): New rules for test-suite.
7122
7123 2011-04-06  David Engster  <dengste@eml.cc>
7124
7125         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7126         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7127
7128 2011-04-06  David Engster  <dengste@eml.cc>
7129
7130         * registry.el (initialize-instance): Change :after to :AFTER to be
7131         compatible with old EIEIO version in XEmacs.
7132
7133 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7134
7135         * gnus-registry.el (gnus-registry-post-process-groups)
7136         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7137         and provide better messaging.
7138
7139 2011-04-06  David Engster  <dengste@eml.cc>
7140
7141         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7142         errors.
7143
7144         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7145         dgnushack-compile with error-on-warn enabled, and to signal an error if
7146         clean compilation failed.
7147         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7148         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7149
7150 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7151
7152         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7153         unconditionally anyway, discarding errors.
7154         (gnus-registry-delete-entries): New convenience function.
7155         (gnus-registry-import-eld): Import from old .eld registry.
7156
7157         * registry.el: Don't use ERT if it's not available.  Load it
7158         unconditionally anyway, discarding errors.
7159
7160         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7161         version from the Claudio Bley GnuTLS patch (extra optional parameters
7162         and host name).
7163
7164 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7165
7166         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7167         fixup the parameters that can be customized by the user between
7168         save/read cycles.
7169         (gnus-registry-read): Use it.
7170         (gnus-registry-make-db): Use it.
7171         (gnus-registry-spool-action, gnus-registry-handle-action):
7172         Fix messaging.
7173         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7174         Map references to actual group names with sender and subject tracking.
7175         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7176         (gnus-registry-usage-test): Add subject lookup test.
7177
7178         * registry.el (registry-db, initialize-instance): Set up constructor
7179         instead of :initform arguments for the sake of older Emacsen.
7180         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7181         pre-lexbind merge bug.
7182         (registry-usage-test): Use it.
7183         (initialize-instance, registry-db): Move the non-function initforms
7184         back to the class definition.
7185
7186 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7187
7188         * registry.el: New library to manage gnus-registry-style data.
7189
7190         * gnus-registry.el: Use it (major rewrite).
7191
7192         * nnregistry.el: Use it.
7193
7194         * spam.el: Use it.
7195
7196 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7197
7198         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7199         marks on non-selected articles.
7200
7201 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7202
7203         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7204         parameter to open-protocol-stream.
7205
7206 2011-04-01  Julien Danjou  <julien@danjou.info>
7207
7208         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7209         fundamental-mode.
7210
7211 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7212
7213         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7214         servers.
7215
7216 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7217
7218         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7219         made marks not propagate, again.
7220
7221 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7222
7223         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7224         Make this the default type.
7225         (proto-stream-open-plain): Rename from proto-stream-open-default.
7226         (open-protocol-stream, proto-stream-open-starttls)
7227         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7228         with `plain'.
7229
7230         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7231         value.
7232
7233         * nntp.el (nntp-open-connection-function): Document the fact that some
7234         values are not functions but are instead handled specially.
7235         Recognize nntp-open-plain-stream value.
7236         (nntp-open-connection): Recognize that value.
7237
7238 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7241         where it seems to be needed.
7242
7243 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7244
7245         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7246         stuff.
7247
7248         * gnus-score.el (gnus-score-string): Fix calling convention of
7249         `gnus-simplify-buffer-fuzzy' after last patches.
7250
7251         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7252         server for articles we didn't get any headers for.  This is a sanity
7253         check.
7254
7255 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7256
7257         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7258         new CAPABILITY, use it.
7259
7260 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7261
7262         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7263         downloading anything.
7264
7265         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7266
7267 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7268
7269         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7270         colors.
7271         (gnus-splash-svg-color-symbols): New function.
7272
7273 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7274
7275         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7276         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7277         (gnus-simplify-subject-fuzzy): Use the local
7278         gnus-simplify-subject-fuzzy-regex instead of the global one.
7279         This makes using this variable in group parameters work.
7280
7281 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7282
7283         * gnus-registry.el (gnus-registry-unfollowed-groups):
7284         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7285         archive:sent-YYYY-MM-DD groups).
7286         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7287         tracking if there are more than `gnus-registry-max-track-groups'
7288         matches.
7289
7290 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7291
7292         * message.el (message--yank-original-internal): New function to do the
7293         insertion cleanly inside eval in `message-yank-original'.
7294         (message-yank-original): Use it.
7295
7296 2011-03-29  Julien Danjou  <julien@danjou.info>
7297
7298         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7299         local variables disabled rather than `normal-mode'.
7300
7301 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7302
7303         * imap.el (imap-shell-open, imap-process-connection-type):
7304         Use imap-process-connection-type for 'shell' streams as well as
7305         Kerberos, SSL, other subprocesses.
7306
7307 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7308
7309         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7310         with open-network-stream.
7311         (proto-stream-always-use-starttls): Option removed.
7312         (open-protocol-stream): Return a process object by default.  Provide a
7313         new parameter :return-list specifying a list-type return value, which
7314         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7315         :type `network' to `try-starttls', and `network-only' to `default'.
7316         Make `default' the default, for compatibility with open-network-stream.
7317         Handle the no-parameter case exactly as open-network-stream, with no
7318         additional stream processing.  Search plists using plist-get.
7319         Explicitly add :end-of-commend parameter if it is missing.
7320         (proto-stream-open-default): Rename from
7321         proto-stream-open-network-only.  Return 'default as the type.
7322         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7323         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7324         failed.  Always return a list with a (possibly dead) process as the
7325         first element, for compatibility with open-network-stream.
7326         (proto-stream-open-tls): Use plist-get.  Always return a list.
7327         (proto-stream-open-shell): Return `default' as connection type.
7328         (proto-stream-capability-open): Use plist-get.
7329         (proto-stream-eoc): Function deleted.
7330
7331         * nnimap.el (nnimap-stream, nnimap-open-connection)
7332         (nnimap-open-connection-1): Handle renaming of :type parameter for
7333         open-protocol-stream.
7334         (nnimap-open-connection-1): Pass a :return-list parameter
7335         open-protocol-stream to obtain a list return value.  Parse this list
7336         using plist-get.
7337
7338         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7339         for open-protocol-stream.  Accept open-protocol-stream return value
7340         that is a subprocess object instead of a list.  Handle the case of a
7341         dead returned process.
7342
7343 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7344
7345         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7346
7347         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7348
7349 2011-03-21  Julien Danjou  <julien@danjou.info>
7350
7351         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7352         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7353         query.
7354         (mm-inline-text): Render normal text with fontification whenever
7355         possible.
7356
7357         * gnus-sum.el (gnus-summary-save-parts-1):
7358         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7359         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7360         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7361         Use `mm-handle-filename'.
7362
7363         * mm-util.el (mm-handle-filename): New function, return the filename of
7364         an handle.
7365
7366 2011-03-18  Julien Danjou  <julien@danjou.info>
7367
7368         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7369         (gnus-buffer-live-p): Check that buffer is not nil.
7370
7371 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7372
7373         * gnus.el: No Gnus v0.15 is released.
7374
7375 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7376
7377         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7378         avoid warning on XEmacs.
7379
7380         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7381         on XEmacs.
7382
7383         * gnus-art.el: Require mouse, which the build bot seems to say is
7384         needed.
7385
7386         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7387
7388         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7389         XEmacs, since it doesn't have url-retrieve-synchronously.
7390
7391         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7392         since assoc-string doesn't exist in XEmacs.
7393
7394 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7395
7396         * gnus-group.el (gnus-group-list-ticked): New function.
7397         (gnus-group-make-menu-bar): Provide a menu entry for it.
7398         (gnus-group-list-map): Provide a binding for it.
7399
7400 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7401
7402         * shr.el (shr-visit-file): New command.
7403
7404         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7405
7406 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7407
7408         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7409         servers.
7410
7411 2011-03-16  Julien Danjou  <julien@danjou.info>
7412
7413         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7414         inline.
7415
7416         * gnus-art.el (article-hide-list-identifiers):
7417         Use gnus-group-get-list-identifiers.
7418
7419         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7420         (gnus-summary-remove-list-identifiers):
7421         Use gnus-group-get-list-identifiers to get regexp.
7422         (gnus-select-newsgroup, gnus-summary-insert-subject)
7423         (gnus-summary-insert-articles):
7424         Call gnus-summary-remove-list-identifiers unconditionally.
7425
7426 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7427
7428         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7429         we're selecting a group with unread articles.
7430
7431         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7432
7433         * gssapi.el: New file separated out from imap.el to provide a general
7434         Kerberos 5 connection facility for Emacs.
7435
7436         * message.el (message-elide-ellipsis): Document the format spec
7437         ellipsis.
7438
7439 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7440
7441         * message.el (message-elide-region): Allow the ellipsis to say how many
7442         lines were removed.
7443
7444 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7445
7446         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7447         window configurations containing buffers that are now dead.
7448
7449         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7450         parsing to avoid integer overflows.
7451         (nnimap-parse-flags): Simplify the last change.
7452         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7453         too large for 32-bit Emacsen.
7454
7455 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7456
7457         * auth-source.el (auth-source-netrc-create):
7458         * message.el (message-yank-original): Fix use of `case'.
7459
7460 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7461
7462         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7463         XEmacs, which was one character too wide.
7464
7465 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7466
7467         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7468         default number of articles to display.
7469         (gnus-articles-to-read): Use pretty names for prompt.
7470
7471 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7472
7473         * gnus-int.el (gnus-open-server): Ditto.
7474
7475         * gnus-start.el (gnus-activate-group): Give a backtrace if
7476         debug-on-quit is set and the user hits `C-g'.
7477         (gnus-read-active-file): Ditto.
7478
7479         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7480
7481 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7482
7483         * message.el (message-yank-original): Use cond instead of CL case.
7484
7485 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7486
7487         * auth-source.el (auth-source-netrc-create): Use usual format for the
7488         default in prompts.
7489
7490 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * lpath.el: Fbind read-char-choice for XEmacs.
7493
7494 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7495
7496         * auth-source.el (auth-source-netrc-create): Show the default in the
7497         prompt when prompting for token creation.
7498
7499 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7500
7501         * auth-source.el (auth-source-format-prompt): Always convert the value
7502         to a string to avoid evaluating non-string arguments.
7503         (auth-source-netrc-create): Offer default properly, not as initial
7504         content in `read-string'.
7505         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7506         of line to determine if we've been run before.  If so, don't run again,
7507         but print a trivial message to indicate the cache was hit instead.
7508
7509 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7510
7511         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7512         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7513         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7514         Gnus.
7515
7516 2011-03-11  Julien Danjou  <julien@danjou.info>
7517
7518         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7519         modified file".
7520
7521 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7522
7523         * auth-source.el (auth-source-read-char-choice): New function to read a
7524         character choice using `dropdown-list', `read-char-choice', or
7525         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7526         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7527         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7528         (auth-source-netrc-saver): Use it.
7529         (auth-source-pick-first-password): New convenience function.
7530
7531 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7532
7533         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7534         parameter in the credentials.
7535         (nnimap-open-connection-1): Use it after a successful login.
7536         (nnimap-credentials): Add IMAP-specific user and password prompt.
7537
7538         * auth-source.el (auth-source-search): Add :require parameter, taking a
7539         list.  Document it and the :save-function return token.  Pass :require
7540         down.  Change the CREATED message from a warning to a debug statement.
7541         (auth-source-search-backends): Pass :require down.
7542         (auth-source-netrc-search): Pass :require down.
7543         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7544         Change save prompt to indicate all modifications saved here are
7545         deletions.
7546         (auth-source-netrc-create): Take user login name as default in user
7547         prompt.  Move all the save functionality to a lexically bound function
7548         under the :save-function token in the returned list.  Set up clearer
7549         default prompts for user, host, port, and secret.
7550         (auth-source-netrc-saver): New function, intended to be wrapped for
7551         :save-function.
7552
7553 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7554
7555         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7556         lines to be spaces instead.
7557
7558 2011-03-07  Julien Danjou  <julien@danjou.info>
7559
7560         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7561         (sieve-sasl-auth): Check that auth-source-search did return something,
7562         or just return an empty string.
7563
7564 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7565
7566         * gnus.el (gnus-interactive): Use read-directory-name.
7567
7568         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7569         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7570         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7571         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7572         Likewise.
7573
7574         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7575
7576 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7577
7578         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7579         onto the list of killed groups, too.  This makes killed nnimap groups,
7580         for instance, more reliably not reappear.
7581
7582         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7583         the parent.
7584
7585         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7586
7587         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7588         really have server-side marks.
7589
7590         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7591         since most backends do not usefully have server-side marks.
7592         (gnus-update-read-articles): Propagate marks to all backends that
7593         really have server-side marks.
7594
7595 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7596
7597         * message.el (message-cite-reply-position, message-cite-style):
7598         New variables.
7599         (message-yank-original): Use the new citation styles.
7600
7601 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7602
7603         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7604         buffer-local issue); don't mark it buffer-local when running under
7605         XEmacs.
7606
7607 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7608
7609         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7610         numbers too big to be `read'.
7611
7612 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7613
7614         * password-cache.el (password-in-cache-p): Add autoload.
7615
7616         * message.el (message-options): Make buffer-local two ways to attempt
7617         to fix a XEmacs bug.
7618
7619 2011-03-02  Julien Danjou  <julien@danjou.info>
7620
7621         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7622
7623 2011-03-01  Julien Danjou  <julien@danjou.info>
7624
7625         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7626         group.
7627         (article-hide-list-identifiers): Use list-identifier group parameter.
7628
7629 2011-02-28  Julien Danjou  <julien@danjou.info>
7630
7631         * sieve.el (sieve-buffer-script-name): New local variable to store
7632         sieve script name.
7633         (sieve-edit-script): Store sieve script name.
7634         (sieve-upload): Use sieve script name when uploading.
7635         (sieve-upload): Use substitute-command-keys.
7636         (sieve-edit-script): Use substitute-command-keys.
7637         (sieve-refresh-scriptlist): Use substitute-command-keys.
7638         (sieve-manage-mode-map): Define keymap properly.
7639         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7640         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7641         Remove commented code about cvs.
7642         (sieve-manage-quit): New function.
7643         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7644
7645 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7646
7647         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7648
7649 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7650
7651         * auth-source.el (auth-source-search): Cache empty result sets.
7652
7653         * password-cache.el (password-in-cache-p): Convenience function to
7654         check if a key is in the cache, even if the value is nil.
7655
7656         * auth-source.el (auth-source-save-behavior): New variable to replace
7657         `auth-source-never-create'.
7658         (auth-source-netrc-create): Use it.
7659         (auth-source-never-save): Remove.
7660
7661 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7662
7663         * nnimap.el (nnimap-stream): Doc fix.
7664         (nnimap-open-connection-1): Reverse the order of the ports to that the
7665         prompted-for port is first.
7666
7667         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7668         retrieval by the no-group selection.
7669
7670         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7671         numerical parameters.
7672
7673 2011-02-25  Julien Danjou  <julien@danjou.info>
7674
7675         * gnus-gravatar.el: Use gnus-with-article-buffer.
7676
7677         * gnus-art.el (gnus-with-article-buffer): Check that the
7678         gnus-article-buffer is alive.
7679
7680 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7681
7682         * auth-source.el (auth-source-creation-prompts): New variable to manage
7683         creation-time prompts.
7684         (auth-source-search): Document it.
7685         (auth-source-format-prompt): Add utility function.
7686         (auth-source-netrc-create): Don't default the user name to
7687         user-login-name.  Use `auth-source-creation-prompts' and some default
7688         prompts for user, host, port, and password (the default generic prompt
7689         remains ugly).
7690         (auth-source-never-save): Add customizable option to never save info.
7691         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7692         mode excursion.
7693
7694 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7697         argument that XEmacs doesn't support.
7698
7699         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7700         compiled for Emacsen having no `libxml-parse-html-region' support.
7701
7702         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7703
7704         * lpath.el: Bind buffer-save-without-query for XEmacs.
7705
7706 2011-02-23  Julien Danjou  <julien@danjou.info>
7707
7708         * gnus-art.el (article-make-date-line): Ignore errors if time is
7709         invalid and not convertible.
7710         (article-make-date-line): Only add lapsed time if time is not nil.
7711
7712 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7713
7714         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7715         `read-char-choice' for backwards compatibility.
7716         (auth-source-netrc-element-or-first): New function to DTRT for
7717         parameter extraction.
7718         (auth-source-netrc-create): Use it and fix multiple parameter print
7719         bug.  Use the default passed from above (given-default) or the
7720         built-in (user-login-name for :user).
7721
7722 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7723
7724         * gnus-start.el (gnus-dribble-read-file):
7725         Set buffer-save-without-query, since we always want to save the dribble
7726         file, probably.
7727
7728         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7729         nnimap.
7730
7731         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7732         -summary- since it's a user-visible variable.
7733
7734         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7735         first time you use the new Gnus.
7736
7737 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7738
7739         * auth-source.el: Don't load netrc.el.
7740         (auth-sources): Search ~/.netrc as well by default.
7741         (auth-source-debug): Add 'trivia option for extra output.
7742         (auth-source-do-trivia): Use it.
7743         (auth-source-search): Simplify logic to use
7744         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7745         appropriate.  Don't keep a running count at this level.  Layer :create
7746         and :delete options appropriately on the first and second passes.
7747         Don't track the backend with the search results.
7748         (auth-source-search-backends): New function to search a list of
7749         backends for a processed spec.
7750         (auth-source-netrc-parse): Cache all netrc files, making
7751         auth-source-netrc-cache an alist keyed by the file name and using the
7752         file mtime as the caching criterion.  Keep the obfuscated data secret
7753         with a lexical bind.
7754         (auth-source-netrc-search): Don't calculate the length of the results
7755         unnecessarily.
7756         (auth-source-search-backends): Fix bug.
7757         (auth-source-netrc-create): Rework prompts.
7758
7759 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7760
7761         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7762         Lower case names of search constraints.
7763         (nnir-run-query): Cache and reuse search constraints for all imap
7764         servers.
7765
7766 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7767
7768         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7769         after exit.
7770         (gnus-setup-message): Define missing variable from last checkin.
7771
7772         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7773         value, show the raw article.
7774
7775 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7776
7777         * gnus.el: No Gnus v0.13 is released.
7778
7779 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7780
7781         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7782         auth-source now accepts numbers.
7783
7784         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7785         spec, too.
7786         (auth-source-ensure-strings): New function.
7787
7788         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7789         (gnus-article-setup-buffer): Always restart the date timer so that user
7790         changes to the frequency is respected.
7791
7792         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7793         port numbers, so make sure it gets that if nnimap-server-port is
7794         explicit.
7795
7796 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7797
7798         * nnimap.el (nnimap-inbox): Doc fix.
7799
7800 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7801
7802         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7803         Autoload.  Add optional arg FRAME, and pass it to color-values.
7804         (color-complement): Caller changed.  Doc fix.
7805         (color-gradient): Rewrite for better clarity and efficiency.
7806
7807 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7808
7809         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7810         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7811         color-lab-to-srgb.
7812
7813 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7814
7815         * color.el: First part of merge from hexrgb.el.
7816         (color-rgb-to-hex): Rename from color-rgb->hex.
7817         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7818         saturation to zero if the value is too small.
7819         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7820         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7821         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7822         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7823         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7824         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7825         (color-cie-de2000): Doc fix.
7826
7827 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7828
7829         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7830         given method as in the group name if we're using an extended method.
7831         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7832         command, if we're using that, instead of waiting for the beginning.
7833
7834         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7835         we're sure to get unique server names, and we don't output two async
7836         commands in the same buffer.  This fixes an NNTP hang for some users.
7837
7838 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7839
7840         * gnus.el: No Gnus v0.11 is released.
7841
7842 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7843
7844         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7845         summary buffer before reading going to the next buffer.  This avoids
7846         putting the point in the group buffer if you `C-g' the command.
7847
7848         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7849         cache (for now) to make ~/.authinfo.gpg files usable.
7850
7851         * nnfolder.el (copyright-update): Define for the compiler.
7852
7853         * auth-source.el (auth-source-search): Fix unbound variable.
7854
7855 2011-02-19  Glenn Morris  <rgm@gnu.org>
7856
7857         * gnus.el (gnus-meta): Doc fix.
7858
7859 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7860
7861         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7862         in case it's not yet loaded.
7863
7864 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7865
7866         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7867         line we're waiting for.
7868
7869 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7870
7871         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7872         face with line-width greater than zero will cause RET in gnus summary
7873         buffer to scroll down article page-wise because auto vscroll happens,
7874         it should be temporally disabled when doing a scroll-up.
7875
7876 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7877
7878         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7879         outputs from the server.
7880
7881 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7882
7883         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7884         later so that bbdb can hook in easier.
7885
7886 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7887
7888         * auth-source.el (auth-source-search): Don't try to create credentials
7889         if the caller doesn't want that.
7890         (auth-source-search): If we don't find a match, don't bug out on
7891         non-bound variables.
7892         (auth-source-search): Only ask a single backend to create the
7893         credentials.
7894
7895         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7896         logging.
7897         (nnimap-credentials): Protect against auth-source-search returning nil.
7898         (nnimap-request-list): Protect against not being able to open the
7899         server.
7900
7901 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7902
7903         * auth-source.el (auth-source-search): Do a two-phase search, one with
7904         no :create to get the responses from all backends.
7905
7906         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7907         when getting credentials.
7908
7909         * gnus-util.el (gnus-delete-duplicates): New function.
7910
7911 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7912
7913         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7914         a creation default, pass the whole port list down.  It will be
7915         completed.
7916
7917         * auth-source.el (auth-source-search): Updated docs to talk about
7918         multiple creation choices.
7919         (auth-source-netrc-create): Accept a list as a value (from the search
7920         parameters) and do completion on that list.  Keep a separate netrc line
7921         with the password obscured for showing the user.
7922
7923         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7924         first choice to `auth-source-search' so it will be used for entry
7925         creation instead of the server's Gnus-specific name.
7926         (nnimap-credentials): Rely on the auth-source library to select which
7927         port is actually wanted in the new netrc entry, so don't override
7928         `auth-source-creation-defaults'.
7929
7930         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7931         :protocol and accept a missing user, host, or port as a wildcard match.
7932         (auth-source-debug): Default to off.
7933
7934         (auth-source-netrc-search, auth-source-netrc-create)
7935         (auth-source-secrets-search, auth-source-secrets-create)
7936         (auth-source-user-or-password, auth-source-backend, auth-sources)
7937         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7938         instead of :protocol.
7939
7940         * nnimap.el (nnimap-credentials): Pass a port default to
7941         `auth-source-search' in case an entry needs to be created.
7942         (nnimap-open-connection-1): Use :port instead of :protocol.
7943
7944 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * auth-source.el: Bind load-path when loading EIEIO from
7947         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7948         21.4 doesn't support, to `require'.
7949         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7950         delete-dups that is not available in XEmacs 21.4.
7951
7952 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7953
7954         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7955         as EIEIO must also be loaded when auth-source.el is being
7956         byte-compiled.
7957
7958 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7959
7960         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7961
7962         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7963
7964         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7965
7966         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7967
7968         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7969
7970         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7971
7972         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7973
7974         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7975         necessary.
7976
7977 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7978
7979         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7980         nil means that nnimap doesn't get updated.
7981
7982 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7983
7984         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7985         result when the user doesn't want to write to the file.
7986         (auth-source-netrc-search): Expect a synthetic result and proceed
7987         accordingly.
7988         (auth-source-cache-expiry): New variable to override
7989         `password-cache-expiry'.
7990         (auth-source-remember): Use it.
7991
7992         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7993         parameter.  Create entry if necessary by using :create t.
7994         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7995
7996 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7997
7998         * auth-source.el (auth-source-debug): Enable by default and don't
7999         mention the obsolete `auth-source-hide-passwords'.
8000         (auth-source-do-warn): New function to debug unconditionally.
8001         (auth-source-do-debug): Use it.
8002         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
8003         and for Secrets API entries when the secrets.el library is not
8004         available.
8005
8006 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8007
8008         * gnus-sum.el (gnus-propagate-marks): Default to nil.
8009         (gnus-summary-exit): Kill the correct article buffer on exit from a
8010         `C-d' group.
8011
8012         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
8013         gnus-propagate-marks.
8014
8015         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
8016         before killing the buffers so that a non-full window conf gets handled
8017         correctly.
8018         (gnus-summary-exit): Ditto.
8019         (gnus-summary-read-group-1): Ditto.
8020
8021         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
8022         async code again so that we can debug it properly.
8023
8024         * message.el (message-reply): Take an optional switch-buffer parameter
8025         so that Gnus window confs are respected better.
8026
8027 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8028
8029         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
8030         `plist-get' to accept non-list parameters (XEmacs issue).
8031         Fix docstring.
8032         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
8033         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8034         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
8035         Login collection is "Login" and not "login".
8036
8037 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8038
8039         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
8040         multiple headers.
8041
8042         * nnimap.el (nnimap-inhibit-logging): New variable.
8043         (nnimap-log-command): Don't log login commands.
8044
8045         * auth-source.el (auth-source-netrc-search): The asserts seem to want
8046         to have more parameters.
8047
8048         * nnimap.el (nnimap-send-command): Mark the command time for each
8049         command, so that we don't get NOOPs stepping on our toes.
8050
8051         * gnus-art.el (article-date-ut): Get the date from the Date header on
8052         `t'.
8053
8054 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * auth-source.el (auth-source-search): Use copy-sequence instead of
8057         the cl.el copy-list.
8058
8059 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8060
8061         * imap.el: Bring it back (revert
8062         84d800cd31de3064f0ed39617d725709a2f8f42f).
8063
8064 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
8065
8066         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
8067         Improve prompt.
8068
8069 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8070
8071         * gnus-art.el (gnus-article-mode-line-format): Remove the article
8072         washing status from the default format.  It isn't very informative.
8073
8074 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
8075
8076         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
8077         Fix Gcc processing on imap.
8078
8079 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8080
8081         * imap.el: Remove file.  All the functionality is in nnimap.el.
8082
8083 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8084
8085         * message.el (message-bury): Don't pop up a new window when selected
8086         window is dedicated.
8087
8088 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8089
8090         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
8091
8092 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
8093
8094         * sieve-manage.el: Autoload `auth-source-search'.
8095         (sieve-sasl-auth): Use it.
8096
8097 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8098
8099         * nnimap.el: Autoload `auth-source-forget+'.
8100         (nnimap-open-connection-1): Use it if the connection fails.
8101
8102         * auth-source.el: Require `password-cache'.
8103         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8104         obsolete.
8105         (auth-source-magic): Marker for `password-cache' keys.
8106         (auth-source-do-cache): Update docstring.
8107         (auth-source-search): Use and check cache.
8108         (auth-source-forget-all-cached, auth-source-remember)
8109         (auth-source-recall, auth-source-forget, auth-source-forget+)
8110         (auth-source-specmatchp): Caching support functions.
8111         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8112         Remove and obsolete.
8113         (auth-source-user-or-password): Remove caching to further discourage
8114         using it.  Always hide passwords.
8115
8116         * password-cache.el (password-cache-remove): Accept secrets that are
8117         not strings.
8118
8119 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8120
8121         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8122         code for now, since it doesn't work for all users.
8123
8124 2011-02-09  Julien Danjou  <julien@danjou.info>
8125
8126         * message.el (message-options): Make message-options really buffer
8127         local.
8128
8129 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8130
8131         * mail-source.el: Autoload `auth-source-search'.
8132         (mail-source-keyword-map): Note order matters.
8133         (mail-source-set-1): Get all the mail-source source values and
8134         defaults and search auth-source on those if needed.  This can all
8135         probably be simplified.
8136
8137         * nnimap.el: Autoload `auth-source-search'.
8138         (nnimap-credentials): Use it.
8139         (nnimap-open-connection-1): Ask for the virtual server and physical
8140         address in one shot.
8141
8142         * nntp.el: Autoload `auth-source-search'.
8143         (nntp-send-authinfo): Use it.  Note TODO.
8144
8145 2011-02-08  Julien Danjou  <julien@danjou.info>
8146
8147         * shr.el (shr-tag-body): Add support for text attribute in body
8148         markups.
8149
8150         * message.el (message-options): Make message-options a local variable.
8151
8152 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8153
8154         * auth-source.el (auth-source-secrets-search)
8155         (auth-source-user-or-password): Use `append' instead of `nconc'.
8156         (auth-source-user-or-password): Build return list better and protect
8157         against nil :secret.
8158
8159 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8160
8161         * nnimap.el (nnimap-update-info): Refactor slightly.
8162         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8163         (nnimap-update-info): Clean up slightly.
8164         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8165         characters.
8166         (nnimap-process-quirk): Rename function to avoid collision.
8167         (nnimap-update-info): Fix macrology bug-out.
8168         (nnimap-update-info): Simplify split history test.
8169
8170 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8171
8172         * auth-source.el (top): Require 'eieio unconditionally.
8173         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8174         (auth-source-secrets-search): Limit search when `max' is greater than
8175         number of results.
8176
8177 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8178
8179         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8180         part not returning any data.
8181
8182         * proto-stream.el (open-protocol-stream): Document the return value.
8183
8184 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8185
8186         * auth-source.el (auth-source-secrets-search): Add examples.
8187
8188 2011-02-06  Julien Danjou  <julien@danjou.info>
8189
8190         * message.el (message-setup-1): Handle message-generate-headers-first
8191         set to t.
8192
8193 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8194
8195         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8196         API with a string "secrets:collection-name" and with 'default.
8197         (auth-source-backend-parse): Parse "secrets:collection-name" and
8198         'default.  Recurse on parses instead of repeating code.  Use the
8199         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8200         message when ignoring a source.
8201         (auth-source-search): List ignored search keys at the top level.
8202         (auth-source-netrc-create): Use `case' instead of `cond'.
8203         (auth-source-secrets-search): Created with TODOs.
8204         (auth-source-secrets-create): Created with TODOs.
8205         (auth-source-retrieve, auth-source-create, auth-source-delete)
8206         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8207         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8208         (auth-source-user-or-password-sftp)
8209         (auth-source-user-or-password-smtp): Remove.
8210         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8211         around `auth-source-search'.  Not tested thoroughly.
8212
8213 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8214
8215         * auth-source.el: Bring in assoc and eioeio libraries.
8216         (secrets-enabled): New variable to track the status of the Secrets API.
8217         (auth-source-backend): New EIOEIO class to represent a backend.
8218         (auth-source-creation-defaults): New variable to set prompt defaults
8219         during token creation (see the `auth-source-search' docstring for
8220         details).
8221         (auth-sources): Simplify to allow a simple string as a netrc backend
8222         spec.
8223         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8224         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8225         (auth-source-search): Main auth-source API entry point.
8226         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8227         (auth-source-search-collection): Helper function for searching.
8228         (auth-source-netrc-parse, auth-source-netrc-normalize)
8229         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8230         Supports search, create, and delete.
8231         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8232         backend stubs.
8233         (auth-source-user-or-password): Call `auth-source-search' but it's not
8234         ready yet.
8235
8236 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8237
8238         * message.el (message-setup-1): Remove the read-only stuff, since it
8239         doesn't work under XEmacs, for some reason.
8240
8241         * gnus-sum.el (gnus-user-date): Rename back from
8242         gnus-summary-user-date since user code refers to it.
8243
8244         * shr.el (shr-render-td): Store the actual background color used.
8245
8246         * message.el (message-setup-1): Don't bind the constant
8247         -forbidden-properties.
8248         (message-setup-1): Revert previous change, since it needs to bind the
8249         props to insert them.
8250         (message-resend): Allow removing the read-only separator line.
8251
8252 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8253
8254         * nnimap.el (nnimap-request-accept-article): Give an error message if
8255         the APPEND wasn't successful.
8256
8257 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8258
8259         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8260         that have no groups.
8261
8262 2011-02-03  Julien Danjou  <julien@danjou.info>
8263
8264         * gnus-draft.el: Remove progn around gnus-draft-setup.
8265
8266 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8267
8268         * gnus-start.el (gnus-read-active-for-groups): This function is never
8269         called with a nil `infos', so clean that up.
8270         (gnus-get-unread-articles): Request active files from primary/secondary
8271         methods that have no groups (yet).
8272
8273 2011-02-03  Julien Danjou  <julien@danjou.info>
8274
8275         * message.el (message-setup-1): Always generate References first.
8276         (message-mail): Return the return value of message-setup, not always t.
8277         (message-setup-1): Insert mail-header-separator with read-only and
8278         intangible properties set.
8279
8280         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8281         user-date in docstring.
8282
8283         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8284
8285         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8286         docstring.
8287
8288         * gnus.el (gnus-user-date-format-alist): Change default value.
8289         Use defcustom, with type and group.  Move from gnus-util.el.
8290         Rename to gnus-summary-user-date-format-alist.
8291
8292 2011-02-03  Glenn Morris  <rgm@gnu.org>
8293
8294         * nnimap.el (gnus-fetch-headers): Declare.
8295
8296         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8297
8298 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8299
8300         * message.el (message-forward-make-body-digest-plain)
8301         (message-followup, message-reply): Clean up things noted by Stefan.
8302
8303         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8304         gnus-article-update-date-headers is nil.
8305         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8306         it didn't really work with defcustom.
8307         (article-update-date-lapsed): Make sure the window start doesn't move,
8308         either.
8309
8310 2011-02-01  Julien Danjou  <julien@danjou.info>
8311
8312         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8313         format.
8314
8315         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8316         standard in Emacs nowadays.
8317
8318         * color.el (color-gradient): Add a color-gradient function.
8319
8320 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8321
8322         * message.el (message-expand-name): Don't trust the return value of
8323         bbdb-complete-name.
8324         (message-check-news-header-syntax): Remove unused var `start'.
8325         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8326         (message-inhibit-body-encoding): Move to before first use.
8327         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8328         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8329         (Organization, Message-ID, Date, mh-previous-window-config):
8330         Defvar the vars using dynamic scoping.
8331
8332 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8333
8334         * shr.el (shr-render-td): Only do colors at the final rendering.
8335         Should be slightly faster.
8336         (shr-insert-table): Fix up TD background colors when doing the
8337         vertical padding.
8338
8339         * gnus-art.el (article-date-ut): Protect against articles with no Date
8340         header.
8341         (article-update-date-lapsed): Don't use current-column to find the
8342         horizontal position.  It's fragile in the presence of \003 characters.
8343
8344         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8345
8346 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8347
8348         * gnus-art.el (article-transform-date): Rewrite to still work when
8349         there are several rfc2822 parts.
8350         (article-transform-date): Fix infinite recursion.
8351         (article-date-ut): Replace infinitely many Date headers with a single
8352         one when called interactively.
8353
8354         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8355         secure manner.
8356
8357         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8358         move around by not using save-window-excursion.  It seems to work...
8359
8360 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * gnus-art.el (article-make-date-line): Work for user-defined format.
8363
8364 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8365
8366         * nntp.el (nntp-retrieve-group-data-early)
8367         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8368         fetching functions.
8369
8370         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8371         thoroughly for all backends that have no known groups.  This should
8372         allow new nnml methods to retrieve mail.
8373
8374         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8375         that Gnus doesn't know exists again.
8376
8377         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8378         (gnus-treat-date-ut): Ditto.
8379         (gnus-article-update-date-header): Rename.
8380         (gnus-treat-date-local): Remove.
8381         (gnus-treat-date-english): Remove.
8382         (gnus-treat-date-lapsed): Remove.
8383         (gnus-treat-date-combined-lapsed): Remove.
8384         (gnus-treat-date-original): Remove.
8385         (gnus-treat-date-iso8601): Remove.
8386         (gnus-treat-date-user-defined): Remove.
8387         (gnus-article-date-headers): New variable to control all the date
8388         header options.
8389         (article-date-ut): Rewrite to allow using the new way to format date
8390         headers(s).
8391
8392 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8393
8394         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8395         method.
8396         (nnmail-article-group): A better test for fanciness.
8397
8398         * nnimap.el (nnimap-request-head): Protect against not finding the
8399         article by Message-ID.
8400
8401 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8402
8403         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8404         keep point at the "same place".
8405
8406 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8407
8408         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8409         data if the group is inactive.
8410
8411 2011-01-28  Julien Danjou  <julien@danjou.info>
8412
8413         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8414         (gnus-all-windows-visible-p): Remove old compatibility code.
8415         (gnus-window-top-edge): Add docstring.
8416
8417         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8418
8419 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8420
8421         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8422         older request-update-info.
8423
8424         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8425
8426 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8427
8428         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8429         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8430
8431 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8432
8433         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8434         groups.  This makes the nndraft:queue group pop up if it's not already
8435         there.
8436
8437         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8438         messages" logic, which was reversed.
8439
8440         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8441         the "same place" even if point is on the line being replaced.
8442         (article-update-date-lapsed): Allow updating both the combined lapsed
8443         and the lapsed headers.
8444         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8445         (article-make-date-line): Limit the number of segments dynamically to
8446         avoid too-long lines.
8447
8448 2011-01-27  Julien Danjou  <julien@danjou.info>
8449
8450         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8451         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8452
8453 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8456         Use plist-get instead of the cl function getf.
8457
8458 2011-01-27  Glenn Morris  <rgm@gnu.org>
8459
8460         * gnus-util.el (float-time): Get rid of compiler warning, again.
8461
8462 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8463
8464         * shr.el (shr-put-color): Special-case background colors: Do put them
8465         at the blank parts at the front of the lines.
8466
8467         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8468         exit hook to nix out all data on readedness on group exit.
8469
8470         * gnus-util.el (float-time): If float-time is bound, always use it on
8471         all Emacsen.  It's unclear why the subrp check was there.
8472         (time-date): Require to make some autoload issues on XEmacs go away.
8473
8474         * shr.el (shr-put-color): Don't do the box padding in tables, since
8475         they're already padded.
8476
8477 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8478
8479         * gnus-art.el (gnus-article-next-page): When the last line of the
8480         article is displayed, scroll down once more instead of going to the
8481         next article at once.
8482         (article-lapsed-string): Refactor out and allow specifying how many
8483         segments you want.
8484         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8485         (gnus-article-update-lapsed-header): New variable.
8486
8487         * shr.el: Revert change that made headings use different-sized faces.
8488         The Emacs display engine isn't advanced enough that, for instance,
8489         tables can comfortably use differently-sized faces.
8490
8491 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8492
8493         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8494         used.
8495         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8496         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8497         we're using an encrypted connection.
8498
8499         * proto-stream.el: Alter the interface functions to also return the
8500         actual stream type used: network or tls.
8501
8502 2011-01-25  Julien Danjou  <julien@danjou.info>
8503
8504         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8505         (mm-display-javascript-inline): New function.
8506
8507         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8508         viewing function.
8509
8510 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * shr.el (shr-expand-newlines): Fix variable name.
8513
8514 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8515
8516         * shr.el (shr-expand-newlines): Make nested boxes work.
8517
8518 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8519
8520         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8521         backgrounds.
8522         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8523         in a more sensible manner.
8524
8525 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8526
8527         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8528         if EPG is loaded.
8529
8530 2011-01-24  Julien Danjou  <julien@danjou.info>
8531
8532         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8533         tags.
8534
8535 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8536
8537         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8538         commands.
8539
8540         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8541         in the article buffer.
8542         (gnus-gravatar-insert): Use blank space from the current buffer to
8543         avoid breaking text properties.  This makes X-Sent updating work again.
8544
8545         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8546
8547 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8548
8549         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8550         fix the bug in url-http.el instead.
8551
8552         * shr.el (shr-image-fetched): Ditto.
8553
8554         * shr.el (shr-image-fetched): Avoid having point move in the article
8555         buffer.
8556
8557         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8558         buffer after being called.  It's apparently being killed by url.el, and
8559         killing it made point move to end-of-buffer in a random buffer.
8560
8561         * shr.el (shr-image-fetched): Ditto.
8562
8563 2011-01-23  Julien Danjou  <julien@danjou.info>
8564
8565         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8566
8567         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8568         text/x-org.
8569
8570 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8571
8572         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8573         (i.e., nnimap) returning nil as the article number.
8574
8575 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8576
8577         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8578         "DelSp" parameter in RFC3676.
8579
8580 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8581
8582         * message.el (message-check-recipients): Display the encoded version of
8583         the bogus address if they differ.
8584
8585         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8586         after sending.
8587
8588         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8589
8590         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8591
8592         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8593         group buffer after sending the queue.
8594
8595         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8596
8597 2011-01-22  Julien Danjou  <julien@danjou.info>
8598
8599         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8600
8601 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8602
8603         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8604         nested related parts.
8605
8606         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8607         unexpired articles.  This fixes the regression that led expiry marks to
8608         disappear from nnfolder groups.
8609
8610 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8611
8612         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8613         Don't confuse the "ret" of "retrograde" with RET.
8614
8615 2011-01-21  Julien Danjou  <julien@danjou.info>
8616
8617         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8618         than mm-insert-inline.
8619
8620 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8623         Widen article buffer.
8624
8625 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8626
8627         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8628         the temp buffer.
8629         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8630
8631 2011-01-20  Julien Danjou  <julien@danjou.info>
8632
8633         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8634
8635         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8636         than mm-insert-inline to insert inline part: this respect
8637         mm-inline-media-tests displayers.
8638
8639         * mm-view.el (mm-display-shell-script-inline): New function.
8640
8641         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8642
8643         * mm-uu.el (mm-uu-type-alist): Add org block.
8644         (mm-uu-org-src-code-block-extract): New function.
8645
8646         * mm-view.el (mm-display-org-inline): New function.
8647
8648         * mm-decode.el (mm-automatic-display): Add text/org.
8649
8650         * mailcap.el (mailcap-mime-extensions): Add .org.
8651
8652 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8655         gnus-article-add-buttons.
8656
8657 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8658
8659         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8660         From header with a date and "nobody" as the sender.
8661
8662 2011-01-19  Julien Danjou  <julien@danjou.info>
8663
8664         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8665         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8666         if you have the same regexp several times.
8667         (gnus-button-push): Fix matching when regexp is symbol.
8668
8669 2011-01-15  Glenn Morris  <rgm@gnu.org>
8670
8671         * message.el (message-mail): A compose-mail function should
8672         accept headers as strings.
8673
8674 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8675
8676         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8677         Add :vert-only tags.
8678         (message-mail): New arg RETURN-ACTION.
8679         (message-return-action): New var.
8680         (message-bury): Use it.
8681         (message-mode): Make it buffer-local.
8682         (message-send-and-exit): Always call message-bury.
8683
8684         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8685         message-mail.
8686
8687 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8688
8689         * nnimap.el (nnimap-convert-partial-article): Protect against
8690         zero-length body parts.
8691
8692         * mm-decode.el (mm-preferred-alternative-precedence):
8693         Discourage showing empty parts.
8694
8695         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8696         and stuff if the backend didn't return the article number.  This fixes
8697         an Exchange-related nnimap bug.
8698
8699         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8700         group window, because it does the wrong thing when a separate frame
8701         displays the group buffer.
8702
8703         * proto-stream.el (open-protocol-stream): Protect against the low-level
8704         transport functions returning nil.
8705
8706 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8707
8708         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8709         (mml2015-epg-find-usable-secret-key): New function.
8710         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8711         mml2015-epg-find-usable-key (Bug#7797).
8712         (mml2015-epg-encrypt): Ditto.
8713
8714 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * dgnushack.el (rot13-string): Fix the way to get the argument.
8717
8718 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8719
8720         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8721
8722 2011-01-03  Glenn Morris  <rgm@gnu.org>
8723
8724         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8725
8726         * sieve.el (sieve-open-server): Give a more explicit error if
8727         sieve-manage-open returns nil.  (Bug#7720)
8728
8729 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8730
8731         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8732
8733 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8734
8735         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8736         This avoids sending passwords in plain text over non-encrypted
8737         channels.
8738
8739         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8740
8741         * nnimap.el (nnimap-login): Refactored out into own function, and
8742         implement CRAM-MD5.
8743         (nnimap-wait-for-line): Refactored out.
8744
8745         * mm-view.el (mml-smime): Require.
8746
8747 2010-12-20  David Engster  <deng@eml.cc>
8748
8749         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8750         use EPG to decrypt S/MIME messages instead of openssl.
8751
8752 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8755
8756         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8757         status is the group clearly is unreachable.
8758
8759         * auth-source.el (auth-source-create): Add the optional second
8760         parameter to `local-variable-p' to be compatible with XEmacs.
8761
8762 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8763
8764         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8765         work when using a compressed nnml folder.
8766
8767 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8768
8769         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8770         backends after sanitising on entry, because this never makes sense:
8771         If the articles have gone missing, then the data no longer exists on
8772         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8773         overwrite anything anyway.
8774
8775         * shr.el (shr-insert-document): Bind shr-width dynamically to
8776         window-width if it's nil.
8777
8778 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8779
8780         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8781         with the meaning of using the full emacs window width for rendering.
8782
8783 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8784
8785         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8786         case when sender is not given.
8787
8788 2010-12-23  Julien Danjou  <julien@danjou.info>
8789
8790         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8791         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8792         the addresses, otherwise we might misplaced the gravatar.
8793
8794 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8795
8796         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8797         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8798         obsolete in Emacs.
8799
8800 2010-12-20  Julien Danjou  <julien@danjou.info>
8801
8802         * gnus-util.el (gnus-rescale-image): Revert last change.
8803
8804 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8805
8806         * binhex.el: Improve commentary (Bug#7482).
8807
8808 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8809
8810         * gnus-group.el (gnus-group-delete-articles): New command.
8811
8812 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8813
8814         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8815
8816 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8817
8818         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8819         here, since it's up to the backends to do CRLF removal if their
8820         protocol has it.
8821
8822         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8823
8824 2010-12-17  Julien Danjou  <julien@danjou.info>
8825
8826         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8827         they are from file.  Can also scale up.
8828
8829 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8830
8831         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8832         Restore gnus-use-agent.
8833         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8834
8835         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8836
8837 2010-12-17  Julien Danjou  <julien@danjou.info>
8838
8839         * gravatar.el (gravatar-retrieve-synchronously): New function.
8840         (gravatar-get-data): Make more robust.
8841
8842 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8845
8846 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8847
8848         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8849         to really consider the last line.
8850
8851 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8852
8853         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8854         list of recipient keys, or use symmetric encryption if not a list.
8855         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8856         EPA override, replacing the call to `netrc-store-data'.
8857
8858 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8859
8860         * gnus-srvr.el: Avoid passing nil regexp argument to
8861         delete-matching-lines.
8862
8863 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8864
8865         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8866         fetching stops when Gnus exits.
8867
8868         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8869         function.
8870         (nnfolder-request-expire-articles): Save all the buffers after doing
8871         expiry.
8872
8873         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8874         the last article", since that led to serious performance regressions
8875         when expiring nnml groups.
8876
8877 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8878
8879         * nnir.el: Improve customizations.
8880
8881 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8882
8883         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8884
8885         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8886         group has been killed.
8887         (gnus-group-yank-group): Ditto.
8888
8889         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8890
8891         * nnimap.el (nnimap-request-update-group-status): New function.
8892
8893         * gnus-int.el (gnus-request-update-group-status): New interface
8894         function.
8895
8896         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8897         copying read-ness to the backends.
8898
8899         * nnimap.el (nnimap-quirk): New function.
8900         (nnimap-retrieve-group-data-early): Use it.
8901         (nnimap-quirks): New alist.
8902
8903 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8906         don't delete it within indentation.
8907
8908 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8909
8910         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8911         previous line.
8912
8913 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8914
8915         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8916         QRESYNC command by deleting a superfluous space which broke Cyrus
8917         servers.  This change will break other servers that are buggy the other
8918         way around.
8919
8920 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8921
8922         * spam.el: Reindent and fix long lines.
8923         (spam-copy-or-move-routine): Exclude invalid move destinations.
8924
8925 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8926
8927         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8928         installed the registry.
8929
8930 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8933
8934 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8935
8936         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8937         groupname doesn't contain "gmane".
8938
8939 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940
8941         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8942         and netrc-bound-and-true-p bindings.
8943         (netrc-parse): Cache the netrc contents.
8944
8945         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8946         (gnus-1): Don't create the nndrafts group twice.
8947         (gnus-setup-news): There's no need to read the active file here, since
8948         that's done again later on a per-backend basis.
8949         (gnus-start-draft-setup): Make sure that the new group is started out
8950         empty.
8951
8952         * gnus-agent.el (gnus-agentize): Don't create the queue group
8953         automatically on startup.  It'll be created later, if needed.
8954
8955         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8956         of automatically subscribed groups.
8957         (gnus-auto-subscribed-categories): New variable.
8958         (gnus-matches-options-n): Use it.
8959         (gnus-default-subscribed-newsgroups): Remove unused variable.
8960         (gnus-start-draft-setup): Message a bit less.
8961
8962 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8963
8964         * nnir.el (nnir-run-imap): Return article list in order of increasing
8965         UID.
8966
8967 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8968
8969         * gnus-sum.el (gnus-summary-enter-digest-group):
8970         Mention gnus-auto-select-on-ephemeral-exit.
8971
8972         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8973         convention of the network-only option.
8974
8975 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8976
8977         * proto-stream.el (proto-stream-open-network-only): New function to
8978         have a way to specify non-STARTTLS upgrade connections.
8979
8980 2010-12-10  Julien Danjou  <julien@danjou.info>
8981
8982         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8983         email address is nil.
8984
8985         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8986
8987 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8988
8989         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8990         deletion.
8991         (nnir-run-imap): Only need to parse list once.
8992
8993 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8994
8995         * shr.el (shr-tag-script): Ignore <script>.
8996         (shr-tag-label): Add <label> support.
8997
8998 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
9001
9002         * shr.el (shr-image-displayer): Work for images lined side by side.
9003
9004 2010-12-08  Robert Pluim  <rpluim@gmail.com>
9005
9006         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
9007         parameter, since XEmacs doesn't accept t as a parameter.
9008
9009 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
9010
9011         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
9012         ids.
9013         (nnir-run-gmane): Simplify groupspec formatting.
9014         (nnir-request-expire-articles): New function.
9015
9016 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9017
9018         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
9019         overflow, possibly.
9020
9021         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
9022         (shr-render-td): Handle td style="" better.
9023         (shr-tag-table): Use the color from the style sheet.
9024         (shr-render-td): Make sure we copy over all the overlays, too.
9025
9026 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
9027
9028         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
9029         (nnir-request-article): Improve article retrieval.
9030
9031 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * mm-util.el (mm-extra-numeric-entities): New variable.
9034
9035         * mm-url.el (mm-url-decode-entities):
9036         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
9037
9038         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
9039
9040 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9041
9042         * message.el: Use completion-at-point.
9043         (message-completion-function): New fun, extracted from message-tab.
9044         (message-mode): Use it for completion-at-point-functions.
9045         (message-tab): Use it and completion-at-point.
9046
9047 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
9050         character if a non-breakable character follows.
9051
9052 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9053
9054         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
9055         any stream.
9056
9057         * shr.el (shr-tag-font): Colorize the region.
9058         (shr-tag-body): Ditto.
9059         (shr-tag-font): Actually let the styles be inherited instead of
9060         overwriting them.
9061         (shr-tag-font): Get the background color right.
9062         (shr-tag-style): Ignore all <style> tags for the moment.
9063
9064         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9065         a Message-ID to avoid having nnimap depend on gnus-sum.
9066
9067         * shr.el (shr-descend): Only colorize something if we have a node that
9068         sets colors.
9069
9070 2010-12-06  Julien Danjou  <julien@danjou.info>
9071
9072         * shr.el (shr-render-td): Render td content with shr-descend, so style
9073         will be applied to <td> too.
9074         (shr-colorize-region): Colorize region even if we only have a background.
9075         (shr-tag-body): Fix color and background color inheritance.
9076         Do not recolorize after shr-generic.
9077         (shr-tag-font): Let shr-generic colorize via inheritance.
9078
9079 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
9082
9083 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
9084
9085         * nnir.el (nnir-request-move-article): Remove obsolete code.
9086
9087 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
9090
9091 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9092
9093         * gnus-sum.el (gnus-summary-respool-article): The completion function
9094         expects a list instead of an alist.
9095
9096         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9097         string as the parameter.
9098
9099         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9100
9101         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9102         styles.
9103         (shr-colorize-region): New function.
9104         (shr-insert-background-overlay): Remove.
9105         (shr-render-td): Background setting should be taken care of on a higher
9106         level.
9107         (shr-tag-body): Use post-hoc colorizations.
9108         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9109         (shr-put-color-1): Don't overwrite old colors.
9110         (shr-colorize-region): When the background color isn't explicit, use
9111         a fixed background.
9112
9113         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9114         nnmail variables.
9115
9116 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9117
9118         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9119         unless necessary.
9120
9121 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9122
9123         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9124         server.
9125
9126 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9127
9128         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9129         so that TAB works.
9130
9131         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9132         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9133
9134         * shr.el (shr-urlify): Show the URL before the title to avoid
9135         misleading URLs.
9136
9137 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9138
9139         * shr.el (shr-urlify): Display the title in <a> tags.
9140
9141 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9142
9143         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9144
9145 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9146
9147         * nnir.el: Rearrange code to allow macros to be autoloaded by
9148         gnus-sum.el.
9149         (nnir-retrieve-headers-override-function): Make this variable
9150         customizable.
9151         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9152
9153         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9154         from nnir.el.
9155
9156 2010-12-03  Julien Danjou  <julien@danjou.info>
9157
9158         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9159
9160 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9163         allow optional argument `environment'.
9164
9165 2010-12-03  Glenn Morris  <rgm@gnu.org>
9166
9167         * mm-extern.el (message-goto-body): Update declaration.
9168
9169 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-util.el (gnus-macroexpand-all): New function.
9172
9173         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9174         instead of macroexpand-all that is unavailable in XEmacs.
9175
9176 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9177
9178         * nnir.el (nnir-summary-line-format): New variable.
9179         (nnir-mode): Use it.
9180         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9181         (nnir-article-ids): Reimplement as defsubst.
9182         (nnir-retrieve-headers): Don't mangle the subject header.
9183         (nnir-run-imap): Use 100 as RSV score.
9184         (nnir-run-find-grep): Fix for full server searching.
9185         (nnir-run-gmane): Better restriction to gmane groups.
9186
9187         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9188         summary buffers.
9189
9190 2010-12-02  Julien Danjou  <julien@danjou.info>
9191
9192         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9193
9194         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9195
9196         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9197         support.
9198
9199 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9200
9201         * nnir.el: Update to handle the registry better.
9202         (autoload): Silence byte-compiler.
9203         (nnir-open-server): Add a hook for nnir groups.
9204         (nnir-request-move-article): Don't mangle the header.  Better to use
9205         formatting variables (which will be added in the future).
9206         (nnir-registry-action): Update the registry using the original article
9207         group name.
9208         (nnir-mode): Install nnir-specific hooks for updating the registry.
9209
9210         * gnus-sum.el
9211         (gnus-article-original-subject, gnus-newsgroup-original-name):
9212         Remove obsolete variables.
9213         (gnus-summary-move-article): Remove use of obsolete variables.
9214         (gnus-summary-local-variables): Make move and delete hooks local to
9215         summary buffers.
9216
9217 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9218
9219         * rtree.el: New file.
9220
9221 2010-12-01  Julien Danjou  <julien@danjou.info>
9222
9223         * message.el (message-user-organization): Do not use
9224         gnus-local-organization.
9225
9226         * gnus.el: Remove gnus-local-organization.
9227
9228         * gnus-msg.el: Remove nastygram thing.
9229
9230 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9231
9232         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9233         funcall.
9234
9235 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9238         names.
9239
9240         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9241         characters.
9242
9243         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9244         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9245         Suggested by Štěpán Němec <stepnem@gmail.com>.
9246         (gnus-gravatar-transform-address): Use mail-extract-address-components
9247         that supports non-ASCII names rather than mail-header-parse-addresses.
9248
9249 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9250
9251         * proto-stream.el (open-protocol-stream): All starttls connections are
9252         handled by the network handler.
9253
9254 2010-11-30  Julien Danjou  <julien@danjou.info>
9255
9256         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9257         (nnimap-open-connection-1): Fix PREAUTH.
9258
9259         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9260
9261 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9264         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9265         (shr-insert): Use them.
9266         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9267
9268 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9269
9270         * nnir.el (nnir-request-move-article): Bail out if original group
9271         doesn't support article moves.
9272         (nnir-get-active): Improve active list retrieval.
9273
9274 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9275
9276         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9277
9278 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9279
9280         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9281         seem to accept strings-with-numbers as port numbers.
9282
9283 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9284
9285         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9286         change the registry.
9287
9288 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9291         delete-dups that is not available in XEmacs 21.4.
9292
9293         * mm-util.el (mm-delete-duplicates): Add comment.
9294
9295 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9296
9297         * nnir.el (nnir-ignored-newsgroups): New variable.
9298         (nnir-get-active): Use it.
9299
9300 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * proto-stream.el (proto-stream-open-network): Add some comments.
9303
9304         * nntp.el (nntp-open-connection): Provide a :success condition.
9305
9306         * nnimap.el (nnimap-open-connection-1): Ditto.
9307
9308         * proto-stream.el (proto-stream-open-network): See what the response to
9309         the STARTTLS command is.
9310
9311         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9312         backwards compatibility).
9313         (nnimap-open-connection-1): Really respect nnimap-server-port.
9314
9315         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9316         TLS upgrades we don't really care about the identity of the peer.
9317         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9318         that what we've checked for.
9319         (proto-stream-always-use-starttls): Only default to t if
9320         open-gnutls-stream exists.
9321         (proto-stream-open-network): If STARTTLS failed, then just open a
9322         normal connection.
9323         (proto-stream-open-network): Wait until the greeting before doing
9324         STARTTLS.
9325
9326         * nntp.el (nntp-open-connection): Report what the connection error is.
9327
9328         * proto-stream.el (open-protocol-stream): Rename from
9329         open-proto-stream.
9330
9331 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9332
9333         * nnimap.el (nnimap-stream): Change default to `undecided'.
9334         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9335         first, and then network.
9336         (nnimap-open-connection-1): Respect nnimap-server-port.
9337         (nnimap-open-connection): Be more backwards-compatible.
9338
9339         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9340         (proto-stream-open-starttls): De-duplicate the starttls code.
9341         (proto-stream-open-starttls): Folded back into the main function.
9342         (proto-stream-open-network): Fix typo in the gnutls path.
9343         (proto-stream-command): Refactor out.
9344
9345         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9346
9347         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9348         starttls.el STARTTLS.
9349
9350         * color.el (color-lab->srgb): Fix function call name.
9351
9352         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9353         if we're using tls.el.
9354         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9355         built in, then don't try to establish a STARTTLS connection.
9356
9357         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9358         servers.
9359
9360         * proto-stream.el (open-proto-stream): Use network, not stream.
9361         (open-proto-stream): Add a way to specify what the end of a command is.
9362
9363         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9364         connections types.
9365         (nntp-open-network-stream): Remove.
9366         (nntp-open-ssl-stream): Remove.
9367         (nntp-open-tls-stream): Remove.
9368         (nntp-ssl-program): Remove.
9369
9370         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9371
9372 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9373
9374         * nnir.el: Fix typos.
9375         (nnir-retrieve-headers-override-function): Rename variable to reflect
9376         new semantics.
9377         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9378         macros.
9379         (nnir-request-article, nnir-request-move-article): Use them.
9380         (nnir-categorize): New function.
9381         (nnir-run-query): Use it.
9382         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9383         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9384         sorted.
9385         (nnir-group-full-name): Use gnus-group-full-name instead.
9386         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9387         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9388
9389 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9390
9391         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9392
9393         * proto-stream.el: New library to provide protocol-specific
9394         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9395         protocols.
9396         (open-proto-stream): Complete the documentation.
9397         (proto-stream-open-network): Fix some typos.
9398
9399         * nnimap.el (nnimap-open-connection): Use it.
9400
9401 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9402
9403         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9404         negotiation.
9405
9406 2010-11-26  Julien Danjou  <julien@danjou.info>
9407
9408         * color.el: Rename various rgb functions to srgb.
9409
9410 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9411
9412         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9413         names.
9414
9415 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9416
9417         * shr.el (shr-insert): Revert last change.
9418         (shr-find-fill-point): Never leave point being at bol;
9419         relax the kinsoku limitation when rendering tables.
9420
9421 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9422
9423         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9424         results from -accept-article.
9425
9426         * shr-color.el: Require cl when compiling.
9427
9428         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9429         checkin.
9430
9431         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9432
9433         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9434
9435         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9436         'add and 'delete to set backend marks.
9437
9438         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9439
9440         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9441
9442         * nntp.el (nntp-request-set-mark): Use it.
9443
9444         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9445
9446         * nnml.el (nnml-request-set-mark): Ditto.
9447
9448         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9449         introduces regressions in article selection.
9450         (nnimap-find-uid-response): New function.
9451         (nnimap-request-accept-article): Use the UID returned, if any.
9452         (nnimap-request-move-article): Use the UID returned, if any.
9453         (nnimap-get-groups): Reimplement to work with folded lines.
9454         (nnimap-find-uid-response): The UID is the last element in the list.
9455         (nnimap-request-set-mark): Extend syntax with 'set.
9456
9457         * nnml.el (nnml-request-set-mark): Ditto.
9458
9459         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9460
9461         * nntp.el (nntp-request-set-mark): Ditto.
9462
9463 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9464
9465         * message.el (message-called-interactively-p): A temporary macro.
9466         (message-goto-body): Use it temporarily.
9467
9468 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9469
9470         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9471         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9472         (nnimap-last-response-string): Fix last unfolding fix.
9473
9474 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * shr.el (shr-insert): Fix the way to fold lines.
9477
9478 2010-11-25  Julien Danjou  <julien@danjou.info>
9479
9480         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9481
9482         * color.el: Rename from color-lab.el
9483         (color-rgb->hex): Add.
9484         (color-complement): Add.
9485         (color-complement-hex): Add.
9486
9487         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9488
9489 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * shr-color.el (shr-color-visible): Don't bug out if the color names
9492         don't exist.
9493
9494 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9497         assuming that article displaying or another mml-preview may be
9498         interrupted for an error or for the like.
9499
9500         * shr.el (shr-get-background): Fix argument name.
9501
9502 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9503
9504         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9505
9506         * gnus-sum.el (gnus-summary-include-articles): New function.
9507
9508         * message.el (message-goto-body): called-interactively-p needs a
9509         parameter, so use `any'.
9510
9511         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9512         clear marks before moving, since they're synced from the Gnus side
9513         first.
9514
9515         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9516         (gnus-summary-move-article): Copy over all marks before moving, so that
9517         IMAP doesn't think a new article has arrived.
9518
9519 2010-11-24  Julien Danjou  <julien@danjou.info>
9520
9521         * shr.el (shr-insert-background-overlay): Fix typo.
9522         (shr-render-td): Copy the background before rendering.
9523
9524         * shr-color.el (shr-color-visible): Fix docstring.
9525
9526         * shr.el (shr-tag-table): Add bgcolor support.
9527         (shr-render-td): Add bgcolor support.
9528         (shr-get-background): Add.
9529         (shr-insert-foreground-overlay): Use shr-get-background.
9530
9531         * message.el (message-goto-body): Use called-interactively-p.
9532         (message-in-body-p): message-goto-body returns point.
9533
9534 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9535
9536         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9537         Fixes something or other in Emacs 23, and is backwards compatible.
9538
9539         * message.el (message-goto-body): Remove the <#secure special-casing,
9540         which is too special.
9541
9542         * shr.el (shr-parse-style): Drop !important from styles.
9543
9544 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9545
9546         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9547         this function to return incorrect results when calling it with an
9548         explicit article argument different from
9549         (gnus-summary-article-number).
9550
9551 2010-11-24  Julien Danjou  <julien@danjou.info>
9552
9553         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9554         (shr-tag-body): Add background support.
9555         (shr-descend): Add background support.
9556         (shr-tag-title): Add.
9557
9558         * shr-color.el (shr-color-visible): Really return original background
9559         if fixed.
9560
9561 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9562
9563         * shr.el (shr-color-check): Protect against non-existent color names.
9564
9565 2010-11-24  Julien Danjou  <julien@danjou.info>
9566
9567         * color-lab.el: Require 'cl when compiling.
9568
9569         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9570
9571         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9572         matched part.
9573
9574         * color-lab.el: Fix all expt calls to use float type.
9575
9576 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9579         expression to shr-color-check as is.
9580
9581         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9582
9583         * color-lab.el: Add coding cookie.
9584         (float-pi): Use eval-and-compile.
9585
9586         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9587         compiled for Emacsen having no `libxml-parse-html-region' support.
9588
9589 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590
9591         * shr.el (shr-insert-color-overlay): Split stuff like
9592         "#444444 !important" to find the real color.
9593         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9594         parse <font color="red"> entries.
9595
9596 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9597
9598         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9599         point when parsing headers.
9600
9601         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9602         is positioned properly when parsing headers.
9603
9604 2010-11-23  Julien Danjou  <julien@danjou.info>
9605
9606         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9607
9608         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9609
9610         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9611
9612         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9613         Use shr-color-hue-to-rgb.
9614         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9615
9616 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9617
9618         * shr.el (shr-color->hexadecimal): Autoload.
9619         (shr-descend): Add color to all tags.
9620
9621 2010-11-22  Julien Danjou  <julien@danjou.info>
9622
9623         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9624         shr-color->hexadecimal.
9625
9626         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9627         RGB() or HSL() color representation.
9628
9629         * shr.el (shr-tag-font): Add.
9630         (shr-tag-color-check): New function to get better colors.
9631         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9632         tag-span.
9633
9634         * shr-color.el: New file.
9635
9636         * color-lab.el: New file.
9637
9638         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9639
9640 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9641
9642         * nnir.el: Fix typo in comments.
9643         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9644         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9645
9646 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9649
9650         * nnimap.el (nnimap-get-capabilities): Refactor out.
9651         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9652
9653 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9654
9655         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9656         appearing when `mm-uu-hide-markers' is nil.
9657
9658 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9659
9660         * nnimap.el (nnimap-unselect-group): Make into its own function.
9661         (nnimap-request-rename-group): Unselect group before renaming.
9662         This had gotten lost somewhere.
9663         (nnimap-request-accept-article): Keep track of examined groups, and
9664         unselect the group before APPENDing to read-only groups.
9665         (nnimap-request-move-article): Clear flags before moving so that they
9666         can be re-set later.
9667
9668 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9671         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9672
9673 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * gnus-art.el (gnus-mime-display-single):
9676         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9677         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9678         parameter.
9679
9680 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9681
9682         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9683         (shr-table-vertical-line): New variable.
9684         (shr-insert-table): Use it.
9685
9686 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * gnus-html.el (gnus-html-wash-images): Don't display images if
9689         gnus-inhibit-images is non-nil; register displayer for cid images.
9690         (gnus-html-display-image): Work for cid image.
9691         (gnus-html-insert-image): Allow arguments.
9692         (gnus-html-put-image): Inhibit read-only.
9693         (gnus-html-prefetch-images): Don't prefetch images if
9694         gnus-inhibit-images is non-nil.
9695
9696 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9697
9698         * shr.el (shr-put-image): Break lines when inserting big pictures.
9699
9700 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9701
9702         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9703         sender, thanks Katsumi Yamaoka.
9704
9705 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9706
9707         * nnir.el (nnir-run-imap): Reverse the article list for each group
9708         rather than the whole list.
9709
9710 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * shr.el (shr-image-displayer): Protect function against non-existent
9713         image source.
9714
9715         * gnus-art.el (gnus-inhibit-images): New user option.
9716         (gnus-mime-display-single): Don't display image if it is non-nil.
9717
9718         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9719         gnus-inhibit-images.
9720
9721         * shr.el (shr-image-displayer): New function.
9722         (shr-tag-img): Use it.
9723
9724 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9725
9726         * mml2015.el (mml2015-epg-sign): Use From header.
9727
9728 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729
9730         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9731
9732         * gnus-util.el (gnus-find-text-property-region): Return markers.
9733
9734         * shr.el (shr-tag-img): Put a displayer in the text property.
9735
9736         * gnus-util.el (gnus-find-text-property-region): New utility function.
9737
9738         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9739         (gnus-html-show-images): Remove.
9740
9741         * gnus-art.el (gnus-article-show-images): New, more general function.
9742
9743         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9744         image url text properties.
9745
9746         * shr.el: Ditto.
9747
9748         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9749         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9750
9751 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9754         work for two or more articles.
9755
9756 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9759         divide an image that's in an html article to two or more when washing
9760         non-ASCII characters in alt text of it.
9761
9762 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9765         smime-decrypt-region using function argument.
9766         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9767
9768         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9769
9770         * smime.el (smime-decrypt-region): Catch it.
9771
9772 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9773
9774         * smime.el (smime-mode-map): Move initialization into declaration.
9775         (gnus-run-mode-hooks): Don't autoload.
9776         (smime-mode): Use define-derived-mode.
9777
9778 2010-11-11  Glenn Morris  <rgm@gnu.org>
9779
9780         * smime.el (from): Restrict declaration to XEmacs.
9781
9782         * nnir.el (gnus-group-topic-name): Autoload.
9783
9784 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9785
9786         * shr.el (shr-insert): Don't break long line if it is because of
9787         kinsoku-bol characters in the line end.
9788
9789 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9790
9791         * nnir.el (nnir-request-move-article): Fix to provide original group
9792         and subject.
9793         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9794         been retrieved.
9795
9796         * gnus-sum.el (gnus-summary-move-article): Use original group and
9797         subject for virtual articles such as those in an nnir summary buffer.
9798
9799 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9802         least 21.5).
9803
9804         * smime.el (from): Declare it again for XEmacs.
9805
9806 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9807
9808         * message.el (message-resend): Don't disable encoding unless it's
9809         already encoded.
9810
9811         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9812         low-numbered articles.
9813
9814 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * rfc2047.el (rfc2047-syntax-table): Simplify.
9817
9818         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9819
9820         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9821         set-char-table-range for XEmacs.
9822
9823 2010-11-10  Glenn Morris  <rgm@gnu.org>
9824
9825         * time-date.el (time-to-seconds): Always an alias on Emacs,
9826         never a real function.
9827         (with-no-warnings): Remove compat stub, now unused.
9828         (time-less-p): Doc fix.
9829         (time-to-number-of-days): Simplify.
9830
9831         * smime.el (from): Remove unused declaration.
9832
9833         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9834         (gnus-float-time): On Emacs, always an alias.
9835
9836         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9837         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9838
9839 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9840
9841         * dgnushack.el: Don't use ignore-errors in the top level form since it
9842         is unavailable in XEmacs even if cl is loaded.
9843
9844         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9845
9846 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9847
9848         * shr.el (browse-url-mailto): Autoload.
9849
9850         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9851
9852         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9853         regexp doesn't need quoting.
9854
9855 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9856
9857         * message.el (message-subject-trailing-was-ask-regexp)
9858         (message-subject-trailing-was-regexp): Match was: in addition to was.
9859
9860 2010-11-09  Glenn Morris  <rgm@gnu.org>
9861
9862         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9863         (nnbabyl-check-mbox): Use point-at-bol.
9864
9865 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9866
9867         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9868
9869         * message.el (message-mailto): New function.
9870         (message-mailto): Should accept other parameters.
9871         (message-mailto): Remove since it duplicates browse-url-mailto
9872         functionality.
9873
9874 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9875
9876         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9877         methods.
9878         (gnus-read-active-file): Ditto.
9879
9880         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9881         ": " from the prompt.
9882         (gnus-group-make-group): Ditto.
9883
9884 2010-11-07  Glenn Morris  <rgm@gnu.org>
9885
9886         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9887         (gnus-bookmark-kill-line): Use point-at-eol.
9888
9889 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9892         asterisks in From header.
9893
9894 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9895
9896         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9897         string to avoid making the From headers syntactically invalid.
9898
9899         * message.el (message-send-mail): Don't insert courtesy messages if the
9900         message already has List-Post and List-ID messages.
9901
9902 2010-11-06  Glenn Morris  <rgm@gnu.org>
9903
9904         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9905         `condition', `type', `length' a prefix.
9906         (gnus-treat-predicate): Update for above name changes.
9907
9908 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9909
9910         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9911         binding.  Handled by `gnus-summary-refer-thread' instead.
9912         (nnir-warp-to-article): New backend function.
9913
9914         * nnimap.el (nnimap-request-thread): Force dependency updating.
9915
9916         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9917         (gnus-summary-refer-thread): Rework to improve thread-referral.
9918
9919         * gnus-int.el (gnus-warp-to-article): New function.
9920
9921         * gnus-sum.el (gnus-summary-article-map): Bind it.
9922
9923 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9924
9925         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9926         gnus-summary-refer-thread.
9927
9928         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9929         headers.
9930         (gnus-summary-limit-include-thread): Prevent articles in thread from
9931         being cut in gnus-cut-threads.
9932         (gnus-summary-refer-thread): Limit retrieved headers to those in
9933         thread.
9934
9935 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9936
9937         * message.el (message-send-mail): Use the value of
9938         message-courtesy-message from the message buffer.
9939
9940         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9941
9942         * shr.el (shr-browse-url): Implement mailto: URLs.
9943
9944         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9945         "raw".
9946
9947         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9948         if it's already selected.
9949
9950         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9951
9952 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9953
9954         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9955         to measure the length and truncate alt text.
9956
9957 2010-11-03  Glenn Morris  <rgm@gnu.org>
9958
9959         * nndiary.el (nndiary-generate-nov-databases-1)
9960         (nndiary-generate-active-info): Rename dynamic variable `files' to
9961         something less generic.
9962
9963 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9964
9965         * nnir.el (nnir-request-move-article): Call the underlying backend to
9966         move articles from nnir.
9967
9968 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9969
9970         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9971
9972 2010-11-02  Julien Danjou  <julien@danjou.info>
9973
9974         * nnir.el: Remove wais support.
9975
9976 2010-11-02  Glenn Morris  <rgm@gnu.org>
9977
9978         * gnus-html.el: Reorder requirements to quieten compiler.
9979
9980 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9983         properly for XEmacs as well.
9984         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9985         (gnus-article-natural-long-line-p): Use window-width rather than
9986         frame-width.
9987
9988 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9989
9990         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9991         (nnir-read-parms): Don't modify query.
9992         (nnir-run-query): Add ability to search topic on current line.
9993         (nnir-get-active): Clean up.
9994
9995 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9996
9997         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9998         degenerate articles.
9999
10000         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
10001         (gnus-print-buffer): Just print the buffer as is, without any copying
10002         to a buffer and then re-highlighting.
10003
10004         * nnimap.el (nnimap-request-group): Store the new updated info.
10005         (nnimap-request-group): Select the group when we don't know whether it
10006         exists or not.
10007
10008         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
10009         groups.
10010
10011         * gnus-group.el (gnus-group-find-new-groups): Display all the new
10012         groups.
10013
10014         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
10015         groups.
10016
10017         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
10018         long-lines case by only filling the long lines.
10019
10020         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
10021         (bug#7311).
10022
10023 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * shr.el: No need to declare `declare-function' since shr.el is for
10026         only Emacsen that provide `libxml-parse-html-region'.
10027
10028         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
10029         effective only in a file it is referred to.
10030
10031 2010-11-01  Glenn Morris  <rgm@gnu.org>
10032
10033         * mm-util.el (gnus-completing-read): Autoload.
10034         (mm-read-coding-system): Simplify Emacs definition.
10035
10036         * nnmail.el (gnus-activate-group):
10037         * nnimap.el (gnutls-negotiate):
10038         * nntp.el (netrc-parse): Fix declarations.
10039
10040 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
10043         string-match-p in Emacs >=23.
10044
10045         * gnus-msg.el (gnus-configure-posting-styles):
10046         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
10047
10048 2010-11-01  Glenn Morris  <rgm@gnu.org>
10049
10050         * nnir.el (declare-function): Add compat stub.
10051         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
10052         (nnir-run-gmane): Require 'mm-url.
10053
10054         * mm-util.el (mm-string-to-multibyte): Simplify.
10055
10056         * shr.el (declare-function): Add compat stub.
10057         (url-cache-create-filename): Declare.
10058         (mm-disable-multibyte, widget-convert-button): Autoload.
10059
10060         * smime.el (ldap-search): Declare.
10061         (smime-cert-by-ldap-1): Require ldap on Emacs.
10062
10063         * nnimap.el: Require nnmail, and gnus-sum when compiling.
10064         (nnimap-keepalive): Use gnus-float-time.
10065
10066         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
10067         (mail-source-delete-crash-box): Use gnus-float-time.
10068
10069         * gnus-dired.el (gnus-completing-read): Autoload.
10070
10071         * mm-view.el (gnus-rescale-image): Autoload.
10072
10073         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
10074
10075         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
10076
10077         * sieve-manage.el: Require 'cl when compiling.
10078
10079         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
10080         (gnus-iswitchb-completing-read): Require iswitchb.
10081         (gnus-select-frame-set-input-focus): Silence compiler.
10082
10083 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10084
10085         * message.el (message-subject-trailing-was-query): Change default to t,
10086         since I think that's what most people want.
10087
10088         * nnimap.el (nnimap-request-accept-article): Erase buffer before
10089         appending for easier debugging.
10090         (nnimap-wait-for-connection): Take a regexp.
10091         (nnimap-request-accept-article): Wait for the continuation line before
10092         sending anything unless we're streaming.
10093
10094         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10095         leave the header washing to take place.
10096
10097 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10098
10099         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10100         regular expression match and replace in posting styles.
10101
10102 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10103
10104         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10105         an entire server.
10106         (nnir-get-active): New function.
10107         (nnir-run-imap): Use it.
10108         (nnir-run-gmane): Who knew, gmane search returns an article score!
10109
10110         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10111         server on the current line with nnir.
10112
10113 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10114
10115         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10116         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10117         left edge.
10118         (gnus-article-foldable-buffer): Skip past the prefix when determining
10119         raggedness.
10120
10121         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10122         the raw article, and change `C-u g' to show the article without doing
10123         treatments.
10124
10125         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10126         on to `gnus-treat-article'.
10127         (gnus-inhibit-article-treatments): New variable.
10128
10129         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10130
10131         * gnus-art.el (gnus-treatment-function-alist): Have
10132         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10133         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10134         sections.
10135
10136         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10137         parameter.
10138         (gnus-article-fill-cited-long-lines): New function.
10139         (gnus-article-fill-cited-article): Allow filling only long sections.
10140
10141         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10142         and non-punctuation (like after the apostrophe in "'We").
10143
10144         * gnus-sum.el (gnus-summary-select-article): Make sure
10145         gnus-original-article-buffer is alive.
10146
10147         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10148         reflect the order they're in in the digest.
10149
10150         * gnus.el (gnus-group-startup-message): Move point to the start of the
10151         buffer.
10152
10153         * nnimap.el (nnimap-capability): New function.
10154         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10155         is set.
10156
10157 2010-10-31  David Engster  <dengste@eml.cc>
10158
10159         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10160         conform with changes to gnus-completing-read.
10161
10162 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10163
10164         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10165
10166 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10167
10168         * nnir.el: Move defvar, defcustom around to keep file organized
10169         and keep byte-compiler quiet.
10170         (nnir-read-parms): Accept search-engine as arg.
10171         (nnir-run-query): Pass search-engine as arg.
10172         (nnir-search-engine): Remove.
10173
10174 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10175
10176         * shr.el (shr-generic): The text nodes should be text, not :text.
10177
10178         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10179         later in the file.
10180
10181 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10182
10183         * nnir.el: General clean up.  Allow searching with multiple engines.
10184         Allow separate extra-parameters for each engine.
10185         Batch queries when possible.
10186         (nnir-imap-default-search-key, nnir-method-default-engines):
10187         Add customize interface.
10188         (nnir-run-gmane): New engine.
10189         (nnir-engines): Use it.  Qualify all prompts with engine name.
10190         (nnir-search-engine): Remove global variable.
10191         (nnir-run-hyrex): Restore for now.
10192         (nnir-extra-parms, nnir-search-history): New variables.
10193         (gnus-group-make-nnir-group): Use them.
10194         (nnir-group-server): Remove in favor of gnus-group-server.
10195         (nnir-request-group): Avoid searching twice.
10196         (nnir-sort-groups-by-server): New function.
10197
10198 2010-10-30  Julien Danjou  <julien@danjou.info>
10199
10200         * gnus-group.el: Remove gnus-group-fetch-control.
10201
10202         * gnus-start.el (gnus-find-new-newsgroups):
10203         Remove gnus-check-first-time-used.
10204
10205         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10206
10207 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10208
10209         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10210         set on groups that don't have \* permanentflags.
10211
10212 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10213
10214         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10215         control the background color.
10216         (shr-tag-img): Ignore very small web bug type images.
10217         (shr-put-image): Add help-echo alt texts to the images.
10218         (shr-tag-video): Show the video poster image.
10219
10220 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10221
10222         * shr.el (shr-table-depth): New variable.
10223         (shr-tag-table-1): Only insert the images after the top-level table.
10224
10225         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10226
10227         * gnus-util.el (gnus-list-memq-of-list): New function.
10228
10229         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10230         selected.
10231         (nnimap-unsplittable-articles): New slot.
10232         (nnimap-new-articles): Use it.
10233
10234 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10235
10236         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10237         move to the previous line on `M-g'.
10238
10239 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10240
10241         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10242         *-request-group, which seems unnecessary.
10243
10244         * nnimap.el (nnimap-quote-specials): Function copied over from
10245         imap.el.
10246         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10247         they support that.  Suggested by Tom Regner.
10248
10249 2010-10-29  Julien Danjou  <julien@danjou.info>
10250
10251         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10252         defalias.
10253         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10254
10255         * gnus.el: Remove `gnus-nntp-service' variable.
10256         (gnus-secondary-servers): Make obsolete.
10257         (gnus-nntp-server): Make obsolete.
10258
10259         * gnus-start.el (gnus-1): Remove x-splash calls.
10260
10261         * gnus-ems.el (gnus-x-splash): Remove.
10262
10263         * gnus.el (gnus-group-startup-message): Simplify/update code.
10264
10265         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10266         definition.
10267
10268         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10269         capability before doing anything.
10270         (gnus-group-insert-group-line): Remove useless
10271         gnus-group-remove-excess-properties.
10272
10273 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10276
10277 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10278
10279         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10280         config after reselecting.
10281
10282 2010-10-28  Julien Danjou  <julien@danjou.info>
10283
10284         * shr.el (shr-put-image): Use point even if only inserting text.
10285         (shr-put-image): Save excursion when inserting alt text on non-graphic
10286         display, so the behavior is the same when we are on a graphic display.
10287
10288         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10289
10290 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10293         (gnus-mime-copy-part): Check coding system, not charset.
10294         (gnus-mime-view-part-externally): Never remove part.
10295         (gnus-mime-view-part-internally): Don't remove part here.
10296         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10297         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10298         multipart/alternative.
10299
10300         * mm-decode.el (mm-display-part): Take optional arg `force'.
10301
10302 2010-10-26  Julien Danjou  <julien@danjou.info>
10303
10304         * gnus-group.el (gnus-group-default-list-level): Add this function to
10305         compute the default list level.
10306         (gnus-group-default-list-level): Add possibility to use a function.
10307
10308 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10311
10312         * gnus-group.el (gnus-group-completing-read)
10313         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10314         gnus-replace-in-string.
10315
10316 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * shr.el (shr-tag-div): Add.
10319
10320         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10321
10322 2010-10-25  Julien Danjou  <julien@danjou.info>
10323
10324         * gnus-util.el: Remove `gnus-with-local-quit'.
10325
10326         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10327
10328 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10329
10330         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10331         the original article buffer.
10332
10333 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10334
10335         * nnimap.el (nnimap-request-head): New function.
10336         (nnimap-request-move-article): Try to be slightly faster by not
10337         requesting the entire message when moving.
10338         (nnimap-transform-headers): Don't bug out on bodiless articles.
10339         (nnimap-send-command): Have no outstanding messages if the IMAP server
10340         doesn't support streaming.
10341         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10342
10343 2010-10-24  Julien Danjou  <julien@danjou.info>
10344
10345         * message.el (message-default-headers): Fix type.
10346
10347 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10348
10349         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10350         prefetching images.
10351
10352         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10353         backend for unknown groups.  This is mainly useful for nnimap groups.
10354
10355         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10356         group isn't covered by the agent.
10357
10358 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10359
10360         * nnir.el (nnir-method-default-engines): New variable.
10361         (nnir-run-query): Use it.
10362         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10363         (gnus-summary-nnir-goto-thread): Change group if needed.
10364
10365         * gnus-group.el (gnus-group-group-map): Add key binding for
10366         gnus-group-make-nnir-group.
10367
10368 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10369
10370         * shr.el (shr-tag-object): Add.
10371
10372         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10373         original article buffer live.
10374         (gnus-summary-select-article-buffer):
10375         Mention gnus-widen-article-buffer.
10376
10377 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10378
10379         * shr.el (shr-tag-strong): Add.
10380
10381 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10382
10383         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10384         group names.  They mess up the group buffer badly.
10385
10386         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10387
10388         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10389         instead of the summary one.
10390
10391 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * mml.el (mml-preview): Work properly when editing article.
10394
10395         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10396         gnus-have-read-active-file if it's already been in.
10397
10398 2010-10-22  Tom Tromey  <tromey@redhat.com>
10399
10400         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10401         gnus-group-completing-read.
10402
10403 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10404
10405         * message.el (message-mode-map): Don't bind M-; to comment region, to
10406         allow the global comment-dwim to work.
10407
10408 2010-10-21  Julien Danjou  <julien@danjou.info>
10409
10410         * message.el (message-setup-1): Allow message-default-headers to be a
10411         function.
10412
10413 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * shr.el (shr-tag-table): Simplify.
10416
10417 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10418
10419         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10420         to avoid trying to snarf invalid stuff.
10421
10422         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10423
10424         * gnus.el (gnus-message-archive-group): Quote value.
10425         (gnus-message-archive-group): Mark as changed.
10426
10427         * shr.el (shr-add-font): Don't put the font properties on the newline
10428         or the indentation.
10429
10430         * message.el (message-fix-before-sending): Change options when sending
10431         non-printable characters.
10432
10433         * gnus.el (gnus-message-archive-method): Change the default to
10434         monthly outgoing groups.
10435
10436         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10437         that have gotten new numbers.
10438
10439         * nnimap.el (nnimap-request-replace-article): New function.
10440
10441 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10444         (nnrss-request-article): Don't use special html washing code.
10445
10446 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * shr.el (shr-tag-table): Remove useless nconc.
10449
10450 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10451
10452         * gnus-art.el (article-wash-html): Simplify and remove the charset
10453         stuff.  Use the normal html rendering code instead of the special html
10454         washing code.
10455
10456         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10457         `gnus-w3m' symbols.
10458         (mm-text-html-washer-alist): Remove.
10459
10460         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10461         (mm-inline-media-tests): Remove use.
10462         (mm-text-html-renderer): Change default to the `shr' symbol.
10463
10464         * mm-view.el (mm-inline-text-html): Remove use.
10465
10466         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10467         `gnus-blocked-images' to be a function.
10468         (gnus-article-wash-function): Remove.
10469
10470 2010-10-20  Julien Danjou  <julien@danjou.info>
10471
10472         * spam.el (spam-list-of-processors): Mark as obsolete.
10473
10474         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10475         (nnimap-insert-partial-structure): Fix boundary detection.
10476
10477 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10478
10479         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10480         run file-truename on remote files.  This can be expensive and even
10481         prevent one from editing drafts if some unrelated buffer has a stale
10482         connection.
10483
10484 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10485
10486         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10487         kinsoku-eol regardless of shr-kinsoku-shorten.
10488         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10489         (shr-tag-table): Support caption, thead, and tfoot.
10490
10491 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10492
10493         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10494         lines.
10495         (shr-save-contents): New command and keystroke.
10496
10497         * nndoc.el (nndoc-type-alist): Add git support.
10498         (nndoc-git-type-p): New function.
10499         (nndoc-transform-git-article): Ditto.
10500         (nndoc-transform-git-headers): Ditto.
10501         (nndoc-transform-git-headers): Generate Subject headers.
10502
10503         * shr.el (shr-parse-style): New function.
10504         (shr-tag-span): Ditto.
10505
10506         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10507         to `G G' to avoid collisions.
10508
10509 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * shr.el: Load kinsoku if necessary.
10512         (shr-kinsoku-shorten): New internal variable.
10513         (shr-find-fill-point): Make kinsoku shorten text line if
10514         shr-kinsoku-shorten is bound to non-nil.
10515         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10516         shr-indentation too when testing if table is wider than frame width.
10517         (shr-insert-table): Use `string-width' instead of `length' to measure
10518         text width.
10519         (shr-insert-table-ruler): Make sure indentation is done at bol.
10520
10521 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10522
10523         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10524         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10525         undecoded network data.
10526
10527 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10528
10529         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10530         name in the mode line spec so that the mode line menu works
10531         (bug#2431).
10532
10533         * message.el (message-get-reply-headers): If we're fed `to-address',
10534         then always use that.
10535
10536         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10537         aren't so wide as to need to switch off the edit menu.
10538
10539         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10540         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10541
10542         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10543         `M-g'.
10544         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10545         the permanent marks.
10546
10547 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10548
10549         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10550         Splitting according to references/in-reply-to obeys the ignore-groups
10551         variable, while splitting by sender and subject do not.
10552
10553 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10554
10555         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10556         alist, so that we can look for non-Unicode chars.
10557         (article-translate-strings): Allow both character and string maps.
10558
10559 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * shr.el (shr-insert): Don't insert space behind a wide character
10562         categorized as kinsoku-bol, or between characters both categorized as
10563         nospace.
10564
10565 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10566
10567         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10568         headers to gnus-newsgroup-headers.
10569
10570 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10571
10572         * shr.el (shr-tag-img): Don't align images -- since we're not
10573         rescaling, this often leads to ugly displays.
10574
10575 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10576
10577         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10578         duplicates.
10579
10580 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10581
10582         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10583         call.
10584
10585 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10586
10587         * gnus.el: Autoload gnus-html-show-images.
10588
10589         * nnimap.el: Use nnheader-message throughout.
10590
10591         * shr.el (shr-tag-img): Ignore images with no data.
10592
10593 2010-10-15  Julien Danjou  <julien@danjou.info>
10594
10595         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10596         a possibility to disable format=flow encoding when using hard newlines.
10597
10598 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10599
10600         * shr.el (shr-insert): Remove space inserted before or after a
10601         breakable character or at the beginning or the end of a line.
10602         (shr-find-fill-point): Do kinsoku; find the second best point or give
10603         it up if there's no breakable point.
10604
10605 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10606
10607         * nnimap.el (nnimap-open-connection): Message when opening connection
10608         for debugging purposes.
10609
10610         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10611         on every setup buffer call to allow this to change from article to
10612         article.
10613
10614         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10615         buffers where we have a wide table.
10616
10617 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10618
10619         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10620         uses *-request-thread.
10621
10622 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10623
10624         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10625         incantation, which is no longer valid.
10626
10627 2010-10-14  Julien Danjou  <julien@danjou.info>
10628
10629         * shr.el: Fix defcustom type (char -> character).
10630
10631 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10632
10633         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10634         programs.
10635
10636 2010-10-14  Julien Danjou  <julien@danjou.info>
10637
10638         * shr.el (shr-tag-a): Use url-link as widget type.
10639
10640         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10641         `gnus-group-get-icon'.
10642
10643 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10644
10645         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10646         This should make server editing work better.
10647
10648         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10649
10650         * tls.el (tls-program): Remove spurious %s from openssl.
10651
10652         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10653         (nnimap-parse-flags): Fix regexp.
10654
10655         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10656         probably work for CJVK text, too.
10657
10658         * nnimap.el (nnimap-extend-tls-programs): Remove.
10659         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10660
10661         * tls.el (tls-starttls-switches): Remove starttls hack.
10662         (open-tls-stream): Ditto.
10663         (tls-find-starttls-argument): Ditto.
10664
10665 2010-10-13  Julien Danjou  <julien@danjou.info>
10666
10667         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10668         responses.
10669
10670 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10671
10672         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10673
10674         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10675         anything in Emacs.
10676
10677         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10678
10679 2010-10-13  Julien Danjou  <julien@danjou.info>
10680
10681         * shr.el (shr-width): Make shr-width a defcustom with default to
10682         fill-column.
10683         (shr-tag-img): Use shr-width rather than fill-column.
10684
10685 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * dgnushack.el (byte-optimize-apply):
10688         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10689
10690         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10691         position when (X-)Faces exist.
10692         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10693         avatars when called interactively.
10694
10695 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10696
10697         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10698         gnus-article-x-face-too-ugly is bound.
10699
10700 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10701
10702         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10703
10704         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10705         mailbox that doesn't exist.
10706
10707 2010-10-12  Julien Danjou  <julien@danjou.info>
10708
10709         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10710         (shr-get-image-data): Encode URL properly when fetching from cache.
10711         (shr-tag-img): Use aligned-to spaces to align correctly images.
10712
10713         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10714         before inserting the Gravatar.
10715
10716         * shr.el (shr-tag-img): Add align attribute support for <img>.
10717
10718 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10719
10720         * gnus-gravatar.el (gnus-art): Require.
10721
10722         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10723         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10724         Remove long obsoleted functions.
10725
10726 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10729
10730         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10731
10732         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10733         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10734         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10735         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10736         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10737         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10738         * sieve-manage.el, smime.el, spam.el:
10739         Fix comment for declare-function.
10740
10741 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10742
10743         * nnimap.el (nnimap-request-rename-group): Select group read-only
10744         before renaming it.
10745
10746         * shr.el (shr-insert): Fix up the white space only regexp.
10747
10748         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10749         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10750
10751         * shr.el (shr-current-column): New function.
10752         (shr-find-fill-point): New function.
10753
10754 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10755
10756         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10757         numbers.
10758
10759 2010-10-11  Julien Danjou  <julien@danjou.info>
10760
10761         * shr.el (shr-hr-line): Add.
10762         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10763         display hr lines.
10764         (shr-max-columns): Do not change state to nil if we just inserting
10765         spaces.
10766
10767 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10768
10769         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10770         select the last group.
10771
10772 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10773
10774         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10775
10776 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10777
10778         * dig.el (dig-mode-map): Declare and define in one step.
10779
10780 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10781
10782         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10783         for Gnus.
10784         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10785         (nnimap-update-qresync-info): Mark \Seen articles as read.
10786
10787         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10788         non-variable, too.
10789
10790         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10791         available.
10792         (nnimap-update-info): Rely more on the current active than the param
10793         active to avoid marking articles as read too much.
10794
10795         * auth-source.el (auth-source-create): Use (user-login-name) for the
10796         user name default.
10797
10798         * nnimap.el (nnimap-update-info): If the server doesn't return any
10799         useful info, just use the previous info.
10800         (nnimap-update-info): Prefer old info over start-article.
10801         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10802
10803 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10804
10805         * nnir.el (autoload): Clean up autoloads.
10806         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10807         Use key rather than value.
10808         (nnir-imap-search-other): New variable.
10809         (nnir-read-parm): Use it.
10810         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10811         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10812
10813 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10814
10815         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10816         the process, too.
10817
10818 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10819
10820         * spam.el (gnus-summary-mode-map): Bind to "$".
10821         Suggested by Russ Allbery.
10822
10823         * shr.el: Rework the way things are indented by <li> slightly.
10824
10825         * gnus.el (gnus-group-set-parameter): Fix typo.
10826
10827         * nnimap.el: Start implementing QRESYNC support.
10828
10829 2010-10-09  Julien Danjou  <julien@danjou.info>
10830
10831         * nnir.el (nnir-engines): Fix too many arguments.
10832
10833 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10834
10835         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10836         group is the "last", so that the backends like nnfolder actually save
10837         their folders.
10838
10839         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10840         try to use that for the tls stream.
10841         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10842         UIDVALIDITY and find out which groups are read-only and not.
10843         (nnimap-get-flags): Use the same marks parsing code as the rest of
10844         nnimap.
10845
10846 2010-10-09  Julien Danjou  <julien@danjou.info>
10847
10848         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10849
10850         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10851         retrieving gravatars.
10852
10853         * shr.el (shr-table-corner): Add.
10854         (shr-table-line): Add.
10855         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10856
10857 2010-10-08  Julien Danjou  <julien@danjou.info>
10858
10859         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10860
10861 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10862
10863         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10864
10865         * gnus-sum.el (gnus-mark-article-as-unread)
10866         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10867         (gnus-summary-set-bookmark): Use it.
10868
10869         * gnus-msg.el (gnus-setup-message): Use it.
10870
10871         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10872
10873         * gnus.el (gnus-group-remove-parameter): Use it.
10874
10875         * gnus-group.el (gnus-group-make-web-group): Use it.
10876
10877         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10878
10879         * nnregistry.el: Update docs to mention manual.
10880
10881         * gnus-registry.el: Update docs to mention nnregistry.el.
10882         (gnus-registry-initialize): Don't install nnregistry refer method
10883         automatically.
10884         (gnus-registry-install-nnregistry): Remove it.
10885
10886 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10887
10888         * shr.el (shr-insert): Don't insert double spaces.
10889
10890 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * gnus-gravatar.el (gnus-treat-from-gravatar)
10893         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10894         called interactively.
10895
10896         * gnus-art.el (gnus-mime-view-part-externally)
10897         (gnus-mime-view-part-internally): Make predicate function passed to
10898         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10899         of a mime type.
10900
10901         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10902
10903 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10904
10905         * shr.el (require): Require cl when compiling.
10906         (shr-tag-hr): New function.
10907
10908         * nnimap.el (nnimap-update-info): Remove double setting of high.
10909         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10910         This makes nnimap work properly on Courier again.
10911
10912         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10913         the variable for backwards compatibility.
10914
10915         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10916         the file name before using to avoid setting mm-default-directory to
10917         nil.
10918
10919         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10920         bidning gnus-agent variables.
10921
10922         * shr.el (shr-render-td): Use a cache for the table rendering function
10923         to avoid getting an exponential rendering behavior in nested tables.
10924         (shr-insert): Rework the line-breaking algorithm.
10925         (shr-insert): Don't leave trailing spaces.
10926         (shr-insert-table): Also insert empty TDs.
10927         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10928
10929 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10930
10931         * gnus-sum.el (gnus-number): Rename from `number'.
10932         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10933         (gnus-summary-limit-children): Update uses correspondingly.
10934
10935 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10938         (gnus-gravatar-transform-address): Don't show avatars of people of
10939         which mail addresses match gnus-gravatar-too-ugly.
10940
10941 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10942
10943         * shr.el (shr-table-widths): Expand TD elements to fill available
10944         space.
10945
10946 2010-10-07  Julien Danjou  <julien@danjou.info>
10947
10948         * nnimap.el (nnimap-request-rename-group): Add this method.
10949
10950 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10953         name from XEmacs' function-arglist.
10954
10955         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10956         gravatar under XEmacs.
10957
10958 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10959
10960         * auth-source.el: Update docs with TODO items.
10961
10962         * gnus-sync.el: Update docs to explain state and plans.
10963
10964         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10965         Hooks for mark updates.
10966         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10967
10968         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10969         hooks with arguments, which is needed for mark update hooks.
10970
10971 2010-10-06  Julien Danjou  <julien@danjou.info>
10972
10973         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10974         was matched.
10975
10976         * sieve-manage.el: Update example in `Commentary'.
10977
10978         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10979
10980         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10981         not 2000.
10982         (sieve-manage-authenticate): Re-add function.
10983
10984 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10985
10986         * shr.el (shr-insert): Get 'space transition right.
10987         (shr-render-td): Only delete space at the end of the TD.
10988
10989         * nnimap.el (nnimap-open-connection): Prepare to support
10990         open-gnutls-stream.
10991
10992         * shr.el: Rearrange function order to be more logical.
10993
10994 2010-10-06  Julien Danjou  <julien@danjou.info>
10995
10996         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10997         (nnrss-discover-feed): Remove 404 URL in docstring.
10998
10999         * nnir.el: Fix Swish-E URL.
11000         Fix Namazu URL.
11001
11002         * message.el (message-change-subject): Remove 404 URL in a comment.
11003
11004 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
11007         called interactively.
11008
11009         * gnus-util.el (gnus-remove-if): Allow hash table.
11010         (gnus-remove-if-not): New function.
11011
11012         * gnus-art.el (gnus-mime-view-part-as-type):
11013         * gnus-score.el (gnus-summary-score-effect):
11014         * gnus-sum.el (gnus-read-move-group-name):
11015         Replace remove-if-not with gnus-remove-if-not.
11016
11017         * gnus-group.el (gnus-group-completing-read):
11018         Regard collection as a hash table if it is not a list.
11019
11020 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11021
11022         * shr.el (shr-render-td): Allow blank/missing <TD>s.
11023
11024         * shr.el: Document the table-rendering algorithm.
11025
11026 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
11029         for Emacsen having no `libxml-parse-html-region' support.
11030
11031 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11032
11033         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
11034         invalid URLs.
11035
11036         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
11037         line-broken.
11038         (shr-tag-img): Ignore image fetching errors.
11039         (shr-overlays-in-region): Compute overlay positions correctly.
11040
11041         * mm-decode.el (mm-shr): Require shr.
11042
11043         * gnus-art.el (gnus-blocked-images): Move variable here.
11044
11045         * shr.el (shr-insert-table): Bind free variable.
11046
11047         * mm-decode.el (mm-shr): Bind shr-content-function.
11048
11049         * shr.el (shr-content-function): New variable.
11050
11051         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
11052         added for symmetry.
11053
11054         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
11055
11056         * gnus-group.el (gnus-group-make-group): Doc fix.
11057
11058         * nnimap.el (nnimap-request-newgroups): Return success.
11059
11060         * shr.el (shr-find-elements): New function.
11061         (shr-tag-table): Put all the images after the table.
11062         (shr-tag-table): Really inhibit images inside the table.
11063         (shr-collect-overlays): Copy over overlays from the TD elements to the
11064         main document.
11065
11066         * mm-decode.el (mm-shr): Bind shr-blocked-images to
11067         gnus-blocked-images.
11068
11069 2010-10-05  Julien Danjou  <julien@danjou.info>
11070
11071         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
11072
11073         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
11074         (gnus-html-maximum-image-size): Add this function.
11075         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11076
11077         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
11078         server-value of the capability is nil.
11079
11080 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11081
11082         * shr.el (shr-tag-em): Add <EM> tag.
11083
11084 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
11085
11086         * sieve-manage.el (sieve-manage-default-stream): Make default stream
11087         customizable.
11088
11089         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
11090         handing broken links to browse-url.
11091
11092 2010-10-05  Julien Danjou  <julien@danjou.info>
11093
11094         * gnus-util.el (gnus-emacs-completing-read)
11095         (gnus-iswitchb-completing-read): Use autoload rather than require.
11096
11097 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11100         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11101         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11102         iswitchb-temp-buflist for XEmacs.
11103
11104         * gnus-util.el (gnus-completing-read-function): Exclude
11105         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11106         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11107         XEmacs.
11108
11109         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11110         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11111
11112         * gnus-html.el: Don't require help-fns under XEmacs.
11113         (gnus-html-schedule-image-fetching): Work for XEmacs.
11114
11115         * mm-decode.el (mm-shr): Decode contents by charset.
11116
11117 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11118
11119         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11120         unknown.
11121
11122         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11123         (shr-get-image-data): Ensure against the cache file missing.
11124
11125         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11126         for data.
11127
11128         * spam-report.el (spam-report-url-ping-plain): Don't query about
11129         killing the process.
11130
11131         * shr.el (shr-render-td): Protect against too-wide text.
11132
11133 2010-10-04  Julien Danjou  <julien@danjou.info>
11134
11135         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11136         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11137
11138         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11139         retrieved.
11140
11141 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11142
11143         * shr.el (browse-url): Require.
11144         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11145         lines.
11146         (shr-show-alt-text, shr-browse-image): New commands.
11147         (shr-browse-url, shr-copy-url): New commands.
11148
11149         * gnus-sum.el (gnus-widen-article-window): New variable.
11150         (gnus-summary-select-article-buffer): Use it.
11151
11152         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11153         without @ signs.
11154
11155 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11156
11157         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11158
11159 2010-10-04  Julien Danjou  <julien@danjou.info>
11160
11161         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11162         for XEmacs.
11163
11164 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11165
11166         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11167
11168         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11169         (nnimap-close-server): Implement.
11170
11171         * dgnushack.el (iswitchb): Require to shut up the compiler.
11172
11173         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11174         (shr-insert): Tweak line breaking.
11175         (shr-insert): Handle <pre> better.
11176         (shr-tag-li): Get <li> indentation right.
11177         (shr-tag-li): Get <li> indentation even righter.
11178         (shr-tag-blockquote): Ensure paragraph start.
11179         (shr-make-table): Tweak table generation.
11180         (shr-make-table): Fix typo.
11181
11182         * shr.el: Implement table rendering.
11183
11184 2010-10-04  Julien Danjou  <julien@danjou.info>
11185
11186         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11187
11188 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11189
11190         * shr.el (shr-insert): Use string anchors instead of line anchors.
11191
11192 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11193
11194         * shr.el: Add headings.
11195         (shr-ensure-paragraph): Actually work.
11196         (shr-tag-li): Make <ul> prettier.
11197         (shr-insert): Get white space at the beginning/end of elements right.
11198         (shr-tag-p): Collapse subsequent <p>s.
11199         (shr-ensure-paragraph): Don't insert double line feeds after blank
11200         lines.
11201         (shr-insert): \t is also space.
11202         (shr-tag-s): Fix "s" tag name function.
11203         (shr-tag-s): Fix face prop name.
11204
11205 2010-10-03  Julien Danjou  <julien@danjou.info>
11206
11207         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11208
11209         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11210         gnus-window-inside-pixel-edges.
11211
11212         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11213         gnus-ems.
11214
11215         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11216
11217         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11218         function.
11219
11220         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11221         resize choice.
11222
11223 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11224
11225         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11226         beginning of the buffer.
11227
11228         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11229         article buffer again.
11230
11231         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11232
11233         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11234         when it's at the start of the buffer.
11235
11236         * shr.el (shr-tag-blockquote): Convert name.
11237         (shr-rescale-image): Use the right image-size variant.
11238
11239         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11240         buffer isn't shown, then select the current article first instead of
11241         bugging out.
11242         (gnus-summary-select-article-buffer): Show both the article and summary
11243         buffers again.
11244
11245         * shr.el (shr-fontize-cont): Protect against regions with no text.
11246         Rename tag functions to shr-tag-* for enhanced security.
11247         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11248
11249 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11250
11251         * shr.el (shr-insert):
11252         * pop3.el (pop3-movemail):
11253         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11254         loaded.
11255
11256 2010-10-03  Glenn Morris  <rgm@gnu.org>
11257
11258         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11259
11260         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11261
11262         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11263
11264         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11265
11266         * gnus-util.el (gnus-make-local-hook): Simplify.
11267
11268 2010-10-02  Julien Danjou  <julien@danjou.info>
11269
11270         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11271         (gnus-ido-completing-read): New function.
11272         (gnus-emacs-completing-read): New function.
11273         (gnus-completing-read): Use gnus-completing-read-function.
11274         Add gnus-completing-read-function.
11275
11276 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11277
11278         * shr.el (shr-insert-document): Autoload.
11279         (shr-img): Be silent.
11280         (shr-insert): Add a newline after every picture before text.
11281         (shr-add-font): Use overlays for combining faces.
11282         (shr-insert): Pass upwards the text start point.
11283
11284         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11285         possible.
11286         (mm-shr): New function.
11287
11288 2010-10-02  Julien Danjou  <julien@danjou.info>
11289
11290         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11291         should go backward.
11292
11293 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11294
11295         * shr.el (shr): Fix typo in provide call.
11296
11297 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11298
11299         * shr.el: New file.
11300
11301         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11302
11303         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11304         completing read.
11305
11306 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11307
11308         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11309         we're being queried about.  Suggested by Dan Jacobson.
11310
11311         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11312         Suggested by Jason Eisner.
11313
11314         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11315         table, too.  Suggested by Stefan Wiens.
11316         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11317         the table unnecessary.  Suggested by Stefan Wiens.
11318
11319         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11320         longer needed, and probably doesn't work either, as pointed out by
11321         Stefan Wiens.
11322         (gnus-summary-exit): Remove call to the clearing function.
11323         (gnus-summary-exit-no-update): Ditto.
11324
11325         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11326         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11327         Reported by Stefan Monnier.
11328         (gnus-summary-save-in-rmail): Ditto.
11329
11330         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11331         article buffer, instead of both the article buffer and the summary
11332         buffer.  Sort of suggested by Dan Jacobson.
11333
11334         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11335
11336         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11337         Suggested by Dan Jacobson.
11338
11339         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11340         documentation clearer.
11341
11342         * message.el (message-shorten-references): Comment on the number "21".
11343         Suggested by Stefan Monnier.
11344
11345         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11346         Suggested by Dan Jacobson.
11347
11348         * gnus.el (gnus-large-newsgroup):
11349         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11350
11351         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11352         externalize attachments.  Bug reported by Steve Wen.
11353
11354         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11355         really message anything to the user.
11356
11357         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11358         directly.
11359
11360         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11361         messages in empty groups.
11362
11363 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11364
11365         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11366         non-UIDNEXT group.
11367
11368 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11369
11370         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11371         not the value from the collection.
11372
11373         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11374         values.  This sometimes happens on some groups that have no info.
11375         (nnimap-request-newgroups): New function.
11376
11377 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11378
11379         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11380         check into `gnus-registry-initialize'.
11381         (gnus-registry-initialize): Ditto.
11382         Fix and extend header docs.
11383
11384 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11385
11386         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11387         regexp backtrace overflows.
11388
11389         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11390         for starttls that tls.el implements; i.e. openssl.
11391
11392         * tls.el (tls-starttls-switches): Give up on using starttls with
11393         gnutls-cli.
11394         (tls-program): Add --insecure to be consistent with the defaults from
11395         openssl s_client.  Now all three commands are insecure.
11396
11397 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11398
11399         * lpath.el: Bind completion-styles-alist for XEmacs.
11400
11401         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11402         (gravatar-create-image): New function that's an alias to
11403         gnus-xmas-create-image, gnus-create-image, or create-image.
11404         (gravatar-data->image): Use it.
11405
11406 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11407
11408         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11409         install the nnregistry refer method.
11410         (gnus-registry-install-hooks): Use it.
11411         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11412         unfollowed groups.
11413
11414 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11415
11416         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11417         expanding threads.
11418
11419 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11420
11421         * nnir.el: Use the server names without suffixes (bug#7009).
11422
11423         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11424         unencrypted to STARTTLS, if possible.
11425
11426 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11427
11428         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11429         headers before superseding.
11430
11431 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11432
11433         * nnrss.el (nnrss-use-local): Add documentation.
11434
11435         * nnimap.el (nnimap-extend-tls-programs): New function.
11436         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11437         (nnimap-wait-for-connection): Accept the greeting from the stupid
11438         output from openssl s_client -starttls, too.
11439
11440         * tls.el (tls-starttls-switches): New variable.
11441         (tls-find-starttls-argument): Use it.
11442         (open-tls-stream): Ditto.
11443
11444         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11445         (netrc-machine): Ditto.
11446
11447         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11448         article number.
11449         (nnimap-split-fancy): New variable.
11450         (nnimap-split-incoming-mail): Use it.
11451
11452         * nntp.el (nntp-server-list-active-group): Document.
11453
11454         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11455         SELECT to get the message-id.
11456
11457         * mail-source.el (mail-sources): Remove webmail support.
11458         (defvar): Ditto.
11459         (mail-source-fetcher-alist): Ditto.
11460         (mail-source-fetch-webmail): Remove.
11461
11462         * webmail.el: Remove -- doesn't seem relevant any more.
11463
11464         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11465
11466         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11467         the \r.
11468
11469 2010-09-30  Julien Danjou  <julien@danjou.info>
11470
11471         * gnus-agent.el (gnus-agent-add-group): Fix call to
11472         gnus-completing-read.
11473
11474 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11475
11476         * nndoc.el (nndoc-retrieve-groups): New function.
11477
11478         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11479         `default', use nnmail-split-methods.
11480         (nnimap-request-article): Downcase the NILs so that they are nil.
11481
11482         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11483         symbol.
11484
11485         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11486         code, since if the user has requested network, that's what they ought
11487         to get.
11488         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11489         (nnimap-split-rule): Mark as obsolete.
11490
11491         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11492         New variable.
11493
11494         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11495         correct slot, too.
11496
11497 2010-09-29  Julien Danjou  <julien@danjou.info>
11498
11499         * gnus.el (gnus-local-domain): Declare variable obsolete.
11500
11501         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11502         Fix history computing.
11503         (gnus-ido-completing-read): Require ido.
11504
11505 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11506
11507         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11508         build Gnus.
11509
11510         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11511         when interpreting the structures.
11512         (nnimap-request-accept-article): Add \r\n to the lines to make this
11513         work with Cyrus.
11514
11515         * nndraft.el (nndraft-request-expire-articles): Use the group name
11516         instead if "nndraft".  Fix found by Nils Ackermann.
11517
11518 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11519
11520         * nnregistry.el: Add.
11521
11522 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11523
11524         * nnmail.el (group, group-art-list, group-art):
11525         Remove unneeded directives.
11526
11527 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11530         (mm-mime-charset):
11531         * rfc2047.el (rfc2047-syntax-table):
11532         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11533
11534         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11535         rather than `insert-file-contents' and `eval-region'.
11536
11537         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11538         construction.
11539
11540         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11541
11542         * time-date.el: No need to require cl for Emacs 21.
11543
11544 2010-09-29  Julien Danjou  <julien@danjou.info>
11545
11546         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11547         replacement of `gnus-gravatar-relief' to mimic
11548         `gnus-faces-properties-alist'.
11549         Add :version property.
11550
11551 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * mail-source.el (mail-source-report-new-mail):
11554         * message.el (message-default-mail-headers):
11555         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11556
11557         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11558
11559 2010-09-28  Julien Danjou  <julien@danjou.info>
11560
11561         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11562         mail-address contains the same string as real-name.
11563
11564         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11565         non-blank in header, otherwise it'll get stripped.
11566
11567         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11568         real-name, and then for mail address rather than doing : or , search.
11569
11570 2010-09-27  Julien Danjou  <julien@danjou.info>
11571
11572         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11573         right completing-read function.
11574         (gnus-use-ido): New variable
11575         (gnus-completing-read-with-default): Remove.
11576         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11577         (gnus-agent-add-group):
11578         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11579         * mm-view.el (mm-view-pkcs7-decrypt):
11580         * mm-util.el (mm-codepage-setup):
11581         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11582         * mml-smime.el (mml-smime-openssl-sign-query):
11583         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11584         (mml-insert-multipart):
11585         * gnus-msg.el (gnus-summary-yank-message):
11586         * gnus-int.el (gnus-start-news-server):
11587         * mm-decode.el (mm-interactively-view-part):
11588         * gnus-dired.el (gnus-dired-attach):
11589         * gnus.el (gnus-read-method):
11590         * gnus-bookmark.el (gnus-bookmark-jump):
11591         * gnus-art.el (gnus-mime-view-part-as-type)
11592         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11593         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11594         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11595         * nnmairix.el (nnmairix-create-server-and-default-group)
11596         (nnmairix-update-groups, nnmairix-get-server)
11597         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11598         (nnmairix-get-group-from-file-path):
11599         * nnrss.el (nnrss-find-rss-via-syndic8):
11600         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11601         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11602         (gnus-group-browse-foreign-server):
11603         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11604         (gnus-summary-execute-command, gnus-summary-respool-article)
11605         (gnus-read-move-group-name):
11606         * gnus-score.el (gnus-summary-increase-score)
11607         (gnus-summary-score-effect):
11608         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11609
11610 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11613         x-focus-frame.
11614
11615         * nnimap.el (auth-source-forget-user-or-password)
11616         (auth-source-user-or-password): Autoload.
11617
11618         * message.el (message-from-style, message-interactive)
11619         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11620         (message-yank-prefix, message-indentation-spaces, message-signature)
11621         (message-signature-file): Add comment.
11622
11623 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11624
11625         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11626         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11627         new articles.
11628
11629         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11630         parts.
11631         (nnimap-request-article): Work with the t setting, too.
11632
11633         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11634         that you don't get flashes of other buffers.
11635         (gnus-summary-show-complete-article): Intern before setting.
11636
11637 2010-09-27  David Engster  <dengste@eml.cc>
11638
11639         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11640         well as HEADERS.
11641         (nnmairix-retrieve-headers): Provide new argument for the above.
11642
11643 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11644
11645         * gnus-sum.el (gnus-summary-move-article): Don't alter
11646         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11647         group.
11648
11649         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11650
11651         * message.el (message-cite-prefix-regexp): Revert my last edit.
11652
11653         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11654         variable instead of the Gnus variable.
11655
11656         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11657
11658         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11659
11660         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11661         since some servers don't like it.
11662         (nnimap-open-connection): Forget credentials if the server says the
11663         password was wrong.
11664         (nnimap-parse-line): Protect against invalid data.
11665
11666         * gnus-sum.el (gnus-summary-move-article): Add comment.
11667         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11668         nothing alters it while scanning for new messages.
11669
11670         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11671         which may or may not help.
11672         (nnimap-open-connection): If we're doing a stream connection, and then
11673         discover we're on a STARTTLS-capable server, then open a STARTTLS
11674         connection instead.
11675
11676 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11677
11678         * nnimap.el (utf7): Require.
11679
11680         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11681         prefix.
11682
11683 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11684
11685         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11686
11687 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11688
11689         * nnimap.el (nnimap-request-accept-article): Message the error on
11690         error.
11691
11692 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11695
11696 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11697
11698         * nndoc.el (nndoc-request-list): Return success always.
11699
11700         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11701         `fetch-old' -- we only want to fetch the articles we've requested.
11702         The rest are in the agent, probably.
11703         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11704         disappeared server" to something low.  It's not important.
11705
11706         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11707         arrived before the FETCH data.
11708
11709         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11710         target here, because we don't know the Gnus name of the group.
11711
11712         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11713         for the correct group.
11714
11715         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11716
11717         * gnus.el (gnus): Give a final warning after startup.
11718
11719         * gnus-util.el (gnus-action-message-log): New variable.
11720         (gnus-message): Use it.
11721         (gnus-final-warning): New function.
11722
11723         * nnimap.el (nnimap-open-connection): Record the greeting.
11724         (nnimap): Add greeting.
11725
11726 2010-09-26  Julien Danjou  <julien@danjou.info>
11727
11728         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11729         arguments.
11730         (gnus-html-wash-images): Fix spec computing to include start/end.
11731
11732         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11733
11734 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11735
11736         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11737         deletion.
11738         (nnimap-retrieve-headers): Don't select the group, because that's
11739         already done by nnimap-possibly-change-group.
11740
11741         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11742         (gnus-picon-transform-address): Use it.
11743
11744         * mail-source.el (mail-source-value): Revert previous patch.
11745
11746         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11747         on failure.
11748         (nnimap-open-connection): Look up both virtual and physical server name
11749         credentials.
11750
11751         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11752
11753 2009-02-07  Dave Love  <fx@gnu.org>
11754
11755         * tls.el (open-tls-stream): Don't query killing process.
11756
11757 2009-02-08  Dave Love  <fx@gnu.org>
11758
11759         * gnus-win.el (gnus-window-to-buffer-helper)
11760         (gnus-all-windows-visible-p): Function needn't be a symbol.
11761
11762         * mail-source.el (mail-source-value): Function needn't be a symbol.
11763
11764 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11765
11766         * message.el (message-cite-prefix-regexp): Remove } from the cite
11767         prefix.
11768
11769         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11770         highlight again, so that the highlight is correct.
11771
11772         * gnus-picon.el (gnus-picon): Remove again.
11773         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11774
11775         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11776         doing the header highlightling, so that the background color of the
11777         picon is correct.
11778
11779         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11780         (gnus-picon): Ditto.
11781         (gnus-picon): Reinstate.  The background color for picons is white.
11782         (gnus-picon-insert-glyph): Make the background white.
11783
11784         * nnml.el (nnml-open-nov): Don't return dead buffers.
11785
11786         * auth-source.el (auth-source-create): Query the user for whether to
11787         store the credentials.
11788
11789         * netrc.el (netrc-store-data): New function.
11790
11791         * auth-source.el (auth-source-user-or-password): Use the existing auth
11792         sources, if any, for creation.
11793
11794         * gnus.el (gnus-group-fast-parameter): Return the last matching
11795         parameter instead of the first matching parameter.
11796
11797 2010-09-26  Julien Danjou  <julien@danjou.info>
11798
11799         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11800
11801 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11802
11803         * mml2015.el (mml2015-use): Remove gpg support.
11804
11805         * mml1991.el (mml1991-function-alist): Remove gpg function.
11806         (mml1991-gpg-sign): Remove.
11807
11808 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11809
11810         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11811         (gnus-browse-unsubscribe-current-group): Document it.
11812         (gnus-browse-unsubscribe-group): Use it.
11813
11814 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11815
11816         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11817         address to the To list for easier response.
11818
11819         * gnus.el (gnus-play-startup-jingle): Remove.
11820         (gnus-splash): Don't play jingle.
11821         (gnus): Silence gnus-load message.
11822
11823         * gnus-art.el (gnus-treat-play-sounds): Remove.
11824
11825         * gnus.el (gnus-play-jingle): Remove audio support.
11826
11827         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11828
11829         * earcon.el: Remove -- no users.
11830
11831         * gnus-audio.el: Remove -- no users of this package.
11832
11833         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11834
11835         * gnus-start.el (gnus-setup-news): Remove nocem support.
11836
11837         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11838
11839         * gnus.el (gnus-use-nocem): Remove.
11840
11841         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11842         Remove.
11843
11844         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11845         uses NoCeM any more.
11846
11847         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11848         (gnus-button-ctan-handler): Ditto.
11849         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11850         (gnus-button-ctan-directory-regexp): Ditto.
11851         (gnus-button-handle-ctan): Ditto.
11852         (gnus-button-tex-level): Ditto.
11853         (gnus-button-alist): Remove CTAN stuff.
11854
11855 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11856
11857         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11858         nnimap-streaming test.
11859
11860         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11861         servers twice.
11862
11863         * nnimap.el (nnimap-open-connection): Add more error reporting when
11864         nnimap fails early.
11865
11866         * nnheader.el (nnheader-get-report-string): New function.
11867         (nnheader-get-report): Use it.
11868
11869         * gnus-int.el (gnus-check-server): Say what the error was when opening
11870         failed.
11871
11872         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11873         using streaming.
11874
11875 2010-09-25  Julien Danjou  <julien@danjou.info>
11876
11877         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11878         gnus-window-inside-pixel-edges.
11879
11880 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11881
11882         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11883
11884         * mm-decode.el (mm-save-part): Allow saving to other directories the
11885         normal Emacs way.
11886
11887         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11888         Suggested by Jay Berkenbilt.
11889
11890         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11891         there isn't a single byte.
11892
11893         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11894         just do it.  It doesn't really seem to matter what the user responds
11895         here, I think, so it's just a confusing question.
11896
11897         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11898         non-streaming case.
11899
11900         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11901         (gnus-article-encrypt-body): Use it.
11902
11903         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11904         keystroke.
11905
11906         * nnimap.el (nnimap-find-wanted-parts-1):
11907         Use gnus-fetch-partial-articles.
11908
11909         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11910
11911         * nnimap.el (nnimap-insert-partial-structure): New function.
11912         (nnimap-get-partial-article): New function.
11913         (nnimap-request-article): Use it.
11914         (nnimap-wait-for-response): Return whether the wait was successful.
11915         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11916         retrieval wasn't successful.
11917         (nnimap-retrieve-group-data-early): Allow throttling servers.
11918         (nnimap-streaming): New variable.
11919         (nnimap-fetch-partial-articles): Remove.
11920
11921         * mm-decode.el (mm-with-part): Protect against killed buffers.
11922
11923         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11924         for prettier summary display.
11925
11926 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11927
11928         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11929
11930 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11931
11932         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11933         apparently third-party libraries depend on it.
11934
11935         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11936         before starting negotiation.
11937
11938         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11939         privacy reasons.
11940         (gnus-treat-mail-gravatar): Ditto.
11941
11942         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11943         buffer when inserting images.  Inserting text into the headers, for
11944         instance, can make them invalid.
11945
11946 2010-09-25  Julien Danjou  <julien@danjou.info>
11947
11948         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11949         variables.
11950
11951         * nnheader.el: Remove useless variables news-reply-yank-from and
11952         news-reply-yank-message-id.
11953
11954         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11955         variables.
11956
11957         * mml1991.el: Remove useless mml1991-verbose.
11958
11959         * gnus.el: Remove useless variable gnus-use-generic-from.
11960         Remove obsolete variable gnus-topic-indentation.
11961
11962         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11963
11964         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11965
11966         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11967
11968         * gnus-group.el: Remove useless gnus-group-icon-cache.
11969         Remove useless gnus-ephemeral-group-server.
11970
11971         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11972
11973         * mml2015.el: Remove useless mml2015-verbose.
11974
11975         * mml-smime.el: Remove useless mml-smime-verbose.
11976
11977         * gnus.el: Remove useless gnus-local-domain.
11978
11979         * gnus-gravatar.el (gnus-gravatar-transform-address):
11980         Use gnus-gravatar-size.
11981
11982         * gnus-art.el: Remove useless gnus-treat-translate.
11983
11984 2010-09-24  Julien Danjou  <julien@danjou.info>
11985
11986         * gnus-sum.el: Add support for Gravatars.
11987
11988         * gnus-art.el: Add support for Gravatars.
11989
11990         * gnus-gravatar.el: Add this file.
11991
11992         * gravatar.el: Add this file.
11993
11994 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11995
11996         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11997
11998         * gnus-group.el (gnus-group-fetch-faq): Remove.
11999
12000         * gnus.el (gnus-group-faq-directory): Remove.
12001
12002         * gnus-group.el (gnus-group-fetch-charter): Remove.
12003
12004         * gnus.el (gnus-group-charter-alist): Remove.
12005
12006         * gnus-group.el (gnus-group-archive-directory): Remove.
12007         (gnus-group-recent-archive-directory): Ditto.
12008         (gnus-group-make-archive-group): Remove.
12009
12010         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
12011
12012         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
12013         use the same article number for all the cached articles.
12014
12015         * nnimap.el (nnimap-command): Register the last command time so
12016         that we can use it for idling NOOPs.
12017         (nnimap-open-connection): Start the keeplive timer.
12018         (nnimap-make-process-buffer): Store all the process buffers.
12019         (nnimap-keepalive): New function.
12020
12021         * starttls.el (starttls-open-stream): Add autoload cookie.
12022
12023 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
12024
12025         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
12026         handling.
12027
12028 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12029
12030         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
12031         its data structures.
12032
12033         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
12034         instead of the cl.el copy-list.
12035         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
12036         equalp.
12037
12038 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
12041         and tool-bar-local-item-from-menu.
12042
12043         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
12044         mode-line-highlight face for Emacs.
12045
12046         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
12047         loading gnus-sum.elc; fix comment for canlock-verify.
12048         (gnus-article-jump-to-part): Use read-number.
12049         (gnus-insert-mime-button, gnus-insert-mime-security-button):
12050         Remove Emacs pre-21 compatible code for help-echo.
12051         (gnus-article-next-page-1): No need to adjust the number of lines.
12052         (gnus-article-describe-bindings): Always use help-buffer.
12053
12054         * gnus-audio.el (gnus-audio-inline-sound):
12055         * gnus-cus.el (gnus-custom-mode):
12056         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
12057
12058         * gnus-sum.el (gnus-remove-overlays): Doc fix.
12059
12060         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
12061         compatible code.
12062
12063 2010-09-24  Glenn Morris  <rgm@gnu.org>
12064
12065         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
12066         visiting the fcc file in rmail-mode.
12067
12068         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
12069
12070 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12071
12072         * nnir.el: Silence the byte compiler.
12073
12074         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
12075         alias to browse-url-url-encode-chars if any.
12076         (gnus-html-encode-url): Use it.
12077
12078 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12079
12080         * gnus-start.el (gnus-use-backend-marks): New variable.
12081         (gnus-get-unread-articles-in-group): Use it.
12082
12083         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
12084         makeover.
12085
12086 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12087
12088         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
12089
12090 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12091
12092         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
12093         Remove.
12094         (gnus-setup-news-hook):
12095         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
12096
12097         * gnus-int.el (gnus-request-update-info): Protect against backends not
12098         having the function.
12099
12100         * nnimap.el (nnimap-stream): Mention starttls.
12101         (nnimap-open-connection): Add starttls support.
12102
12103 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12104
12105         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12106
12107 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12108
12109         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12110         BODYSTRUCTUREs.
12111         (nnimap-transform-headers): Unfold quoted {42} headers.
12112
12113         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12114         the info.
12115         (gnus-get-unread-articles): Only call updatep on backends that support
12116         it.
12117
12118         * nnweb.el (nnweb-request-update-info): NOOP.
12119
12120         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12121
12122         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12123         since it only deals with marks.
12124
12125         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12126         gnus-request-marks, and make a new gnus-request-update-info.
12127
12128         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12129         the active instead of the high number, which is usually too low.
12130
12131 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12132
12133         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12134         * encrypt.el: Remove.
12135
12136 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12137
12138         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12139         server in symbolic form.
12140
12141         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12142
12143 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12144
12145         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12146         (nnimap-update-info): Fix up code slightly.
12147
12148         * gnus-int.el (gnus-open-server): Add tracing for performance
12149         debugging.
12150
12151         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12152         (gnus-group-insert-group-line): Pass the real group name so that it
12153         gets the right data.
12154
12155         * gnus-start.el (gnus-get-unread-articles): Don't have
12156         `gnus-get-unread-articles-in-group' update info, since that can be
12157         really slow and doesn't seem to be needed?
12158
12159 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12160
12161         * time-date.el (date-to-time): Try using parse-time-string first before
12162         using the slower timezone-make-date-arpa-standard.
12163
12164 2010-09-22  Julien Danjou  <julien@danjou.info>
12165
12166         * gnus-group.el (gnus-group-insert-group-line):
12167         Call gnus-group-highlight-line.
12168         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12169         default hook list.
12170         (gnus-group-update-eval-form): Add new function.
12171         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12172         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12173
12174 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12175
12176         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12177         immediate, then expire all articles.
12178         (nnimap-update-info): Fix off-by-one errors.
12179         (nnimap-flags-to-marks): Would return no marks lists for group with no
12180         flags.  Instead return the other data.
12181
12182 2010-09-22  Julien Danjou  <julien@danjou.info>
12183
12184         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12185         Only return an icon.
12186         (gnus-group-insert-group-line): Compute icon to return.
12187
12188         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12189         (gnus-html-image-fetched): Only cache if
12190         gnus-html-image-automatic-caching is set.
12191         (gnus-html-image-fetched): Check for errors.
12192
12193 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12194
12195         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12196         once per method on `g'.  This ensures that backends like nnfolder don't
12197         open all their folders.
12198
12199         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12200         (nnimap-request-list): Nix out group in the correct buffer.
12201         (nnimap-parse-flags): Implement by using `read' instead of
12202         hand-parsing.
12203         (nnimap-flags-to-marks): Pass on permanent-flags.
12204         (nnimap-make-process-buffer): Record the server name.
12205         (nnimap-parse-flags): Fix typo.
12206         (nnimap-request-scan): Run split on the server in general, not just a
12207         single group.
12208
12209         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12210         parameter, and propagate this downwards.
12211
12212         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12213         since EXAMINE changes it on the server.
12214
12215         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12216         this command might take a while.
12217
12218 2010-09-22  Julien Danjou  <julien@danjou.info>
12219
12220         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12221         harmful if you have 2 images side-by-side, they can't be properly
12222         update on text deletion.  Using text-property is safer here.
12223         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12224         data.
12225
12226 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12227
12228         * nnimap.el (nnimap-expunge-inbox): Remove.
12229         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12230         (nnimap-expunge): Flip default to t.
12231
12232         * gnus.el (gnus-method-to-server): Don't push things to the cache
12233         unless it's unique.
12234         (gnus-server-to-method): Ditto.
12235
12236 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12237
12238         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12239
12240 2010-09-22  Julien Danjou  <julien@danjou.info>
12241
12242         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12243         get the start of data.
12244         (gnus-html-encode-url): Add this function to encode special chars in
12245         URL.
12246         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12247         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12248
12249         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12250         default.
12251         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12252
12253         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12254         images alt-text.
12255         (gnus-html-put-image): Put alt-text as help-echo.
12256
12257 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12260         * mm-util.el (mm-decompress-buffer):
12261         * nnir.el (nnir-run-find-grep):
12262         * pop3.el (pop3-list): Use 3rd arg of split-string.
12263
12264         * time-date.el (format-seconds): Comment fix.
12265
12266         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12267         and byte-optimize-form-code-walker.
12268         (dgnushack-make-auto-load): Don't advise make-autoload.
12269
12270         * lpath.el: Remove Emacs 21 stuff.
12271
12272 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12273
12274         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12275         outside the active range.  Suggested by Dan Christensen.
12276
12277         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12278         slightly later to avoid double-getting it.
12279
12280         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12281         previous patch.
12282
12283         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12284
12285 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12286
12287         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12288
12289 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12290
12291         * gnus-int.el (gnus-open-server): Give a better error message in the
12292         "go offline" case.
12293
12294         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12295         marks for nnimap, which is seldom the right thing to do.
12296
12297         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12298         (gnus-same-method-different-name): New function.
12299
12300         * nnimap.el (parse-time): Require.
12301
12302         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12303         method in the presence of many similar methods.
12304
12305         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12306
12307         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12308         nnml-inhibit-expiry.
12309
12310         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12311         find out whether methods are equal.
12312
12313         * nnimap.el (nnimap-find-expired-articles): New function.
12314         (nnimap-process-expiry-targets): New function.
12315         (nnimap-request-move-article): Request the article before looking at
12316         what the Message-ID is.  Fix found by Andrew Cohen.
12317         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12318
12319         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12320         for oldness in addition to being a predicate.
12321
12322         * nnimap.el (nnimap-request-group): When we have zero articles, return
12323         the right data to Gnus.
12324         (nnimap-request-expire-articles): Only delete articles immediately if
12325         the target is 'delete.
12326
12327         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12328         method, this would bug out.
12329
12330         * gnus-group.el (gnus-group-expunge-group): Rename from
12331         gnus-group-nnimap-expunge, and implemented as a normal interface
12332         function.
12333
12334         * gnus-int.el (gnus-request-expunge-group): New function.
12335
12336         * nnimap.el (nnimap-request-create-group): Implement.
12337         (nnimap-request-expunge-group): New function.
12338
12339 2010-09-21  Julien Danjou  <julien@danjou.info>
12340
12341         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12342         (gnus-html-cache-expired): Add new function.
12343         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12344         wethever we should display image for fetch it.
12345         Compute alt-text earlier to pass it to the fetching function too.
12346         (gnus-html-schedule-image-fetching): Change function argument to only
12347         get one image at a time, not a list.
12348         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12349         cache.
12350         (gnus-html-get-image-data): New function to retrieve image data from
12351         cache.
12352         (gnus-html-put-image): Change buffer argument to use image data rather
12353         than file, and place image above region rather than inserting a new
12354         one.  Do not take alt-text as argument, since it's useless now: we place
12355         the image above alt-text.
12356         (gnus-html-prune-cache): Remove.
12357         (gnus-html-show-images): Start to fetch image when we find one, do not
12358         push into a temporary list.
12359         (gnus-html-prefetch-images): Only fetch image if they have expired.
12360         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12361         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12362
12363 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12366
12367 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12368
12369         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12370         spec inser "*" if the group isn't active instead of 0.
12371
12372         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12373         opening the server.
12374         (nnimap-request-delete-group): Implement group deletion.
12375         (nnimap-transform-headers): Return the size of the entire message in
12376         the Bytes header, not just the size of the first part.
12377         (nnimap-request-move-article): When moving an article from nnimap,
12378         request the article first so the accepting form has an article to
12379         accept.  Reported by Dan Christensen.
12380         (nnimap-command): Make sure that the error message doesn't error out.
12381
12382 2010-09-20  David Edmondson  <dme@dme.org>
12383
12384         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12385         we haven't requested anything.
12386
12387 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12388
12389         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12390         "".  Fix found by Andrew Cohen.
12391
12392         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12393         instead of -encode-string.
12394
12395 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12398
12399         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12400         by mm-subst-char-in-string.
12401
12402 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12403
12404         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12405         waiting for the connection string.
12406
12407         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12408         arriving.
12409
12410         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12411         bogus characters.  This allows selecting certain Gmail groups.
12412
12413         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12414         (nnimap-fetch-partial-articles): New variable.
12415         (nnimap-open-connection): When looking for credentials, also use the
12416         nnimap-server-port.
12417         (nnimap-request-article): Return the group/article number, so that Gnus
12418         `^' works as expected.
12419         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12420
12421         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12422         comments.
12423         (gnus-methods-sloppily-equal): New function.
12424         (gnus): When using the development version of Gnus, load the gnus-load
12425         file.
12426
12427         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12428         `gnus-open-server' on each method before trying to scan them etc.
12429         This ensures that all the backend parameters are set correctly.
12430
12431         * nnimap.el (nnimap-authenticator): New variable.
12432         (nnimap-open-connection): Allow anonymous login.
12433         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12434         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12435
12436         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12437         patch, found by Knut Anders Hatlen.
12438
12439 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12440
12441         * gnus-agent.el (gnus-agent-batch-confirmation)
12442         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12443         to gnus-message.
12444         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12445         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12446         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12447         * gnus-int.el (gnus-open-server): Likewise.
12448         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12449         (gnus-score-check-syntax): Likewise.
12450         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12451         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12452         Likewise.
12453         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12454
12455 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12456
12457         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12458         calling conventions so that prefetch doesn't bug out.
12459
12460 2010-09-19  Julien Danjou  <julien@danjou.info>
12461
12462         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12463         rather than `subst-char-in-region' in order to be able to replace ASCII
12464         char by UTF-8 ones.
12465
12466         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12467         than curl.
12468         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12469         the right URL and ALT text on images.
12470         (gnus-html-wash-tags): Fix tag case.
12471         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12472         (gnus-article-html): Add -o display_ins_del=2 option.
12473         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12474
12475 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12476
12477         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12478         the extra mail headers, which sometimes seem to happen for unknown
12479         reasons.
12480
12481         * mail-parse.el (mail-header-encode-parameter): Define as
12482         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12483         (or most, perhaps?) mail readers don't understand the latter, but do
12484         understand the former.
12485
12486         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12487         to nil, so that no methods are automatically agentized.  I think this
12488         is probably what most users want.
12489
12490         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12491         from url-retrieve, for instance about invalid URLs.
12492
12493         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12494         groups that have no articles.
12495         (nnimap-request-article): Check that we really got an article when we
12496         requested one.
12497
12498         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12499         doesn't exist.
12500
12501         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12502         nntp buffer so the agent can save it.
12503         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12504         that CRLF doesn't get translated to \n.
12505         (nnimap-open-connection): Don't make 'shell commands only send \n.
12506
12507 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12508
12509         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12510         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12511         Update var name.
12512         (nnml-generate-nov-file): Use dolist.
12513         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12514         Use with-current-buffer.
12515
12516 2010-09-18  Julien Danjou  <julien@danjou.info>
12517
12518         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12519         parallel.
12520
12521 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12522
12523         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12524         the range update right.
12525         (nnimap-request-group): Don't make `M-g' bug out on group with no
12526         marks.
12527         (nnoo): Require, so that other packages can require nnimap.
12528         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12529         command we're looking for.  This helps when the server sends more
12530         responses after we've gotten everything we expected.
12531         (nnimap): Add a `newlinep' field to keep track of end-of-line
12532         conventions.
12533         Don't send CRLF to things that don't want it.
12534         (nnimap-request-accept-article): Ditto.
12535
12536 2010-09-18  Julien Danjou  <julien@danjou.info>
12537
12538         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12539         than curl to retrieve images.
12540
12541 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12542
12543         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12544         the marks.
12545         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12546         (nnimap-wait-for-connection): New function.
12547         (nnimap-open-connection): If we have PREAUTH, don't query for login
12548         credentials.
12549         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12550         when doing a partial update.
12551
12552 2010-09-18  Julien Danjou  <julien@danjou.info>
12553
12554         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12555         tags.
12556
12557 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12558
12559         * nnimap.el (nnimap-credentials): New function.
12560         (nnimap-open-connection): Use the new function to look for credentials
12561         also on the numeric equivalents of "imap" and "imaps".
12562
12563         * gnus-start.el (gnus-activate-group): Send the info to
12564         gnus-request-group.
12565
12566         * nnimap.el (nnimap-request-group): Have the "check" version of the
12567         function parse flags and update the info, so that a `M-g' get a total
12568         resync of all flags from the group.
12569
12570         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12571         to allow backends to alter the info on group selection.  Also alter all
12572         the backend -request-group functions to take the parameter.
12573
12574         * nnimap.el (nnimap-store-info): New function.
12575         (nnimap-update-info): Store the info for later usage.
12576         (nnimap-request-group): Use the stored info for the dont-check case, so
12577         that we don't retrieve all marks when we enter a group.
12578
12579         * nnimap.el: Use deffoo instead of defun for interface functions.
12580
12581         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12582         update the group info.  This makes the nndraft groups, for instance, go
12583         back to their old behavior.
12584
12585         * gnus-sum.el (gnus-select-newsgroup): Indent.
12586
12587         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12588         in.
12589         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12590         nothing.
12591
12592         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12593         from methods that are denied.
12594
12595         * gnus-int.el (gnus-method-denied-p): New function.
12596
12597         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12598         store the password instead of netrc.
12599         (nnimap-open-connection): Don't error out when we can't make a
12600         connections.
12601
12602         * auth-source.el (auth-source-create): In the password prompt, say what
12603         we're querying for.  Also prompt for user name if that hasn't been
12604         given.
12605
12606         * nnimap.el (nnimap-with-process-buffer): Remove.
12607
12608 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12609
12610         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12611         method when we're reading from the agent.
12612
12613         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12614
12615         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12616         that's probably most useful for users.
12617
12618         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12619         "failed" all the time.
12620
12621         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12622         ...)) with (with-current-buffer ... ).
12623
12624         * nntp.el (nntp-open-server): Return whether the open was successful or
12625         not.
12626
12627         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12628         select an unread unseen article first.
12629
12630         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12631         /etc/services, supply some sensible port defaults.
12632
12633         * dgnushack.el: Define netrc-credentials.
12634
12635 2010-09-17  Julien Danjou  <julien@danjou.info>
12636
12637         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12638
12639 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12640
12641         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12642         doesn't have any parameters.
12643
12644 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12645
12646         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12647         only upcased checks.
12648
12649         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12650
12651         * nnimap.el (nnimap-open-shell-stream): New function.
12652         (nnimap-open-connection): Use it.
12653         (nnimap-transform-headers): Get the number of lines in each message.
12654         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12655         number of lines.
12656         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12657         problem.
12658
12659         * utf7.el (utf7-encode): Autoload.
12660
12661         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12662         to allow the mail splitting to not return a default group.  This is
12663         useful for nnimap, which will leave unmatched mail in the inbox.
12664
12665         * nnimap.el: Rewritten.
12666
12667         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12668         nnimap usage.
12669
12670         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12671         if the move is internal, so that nnimap can do fast internal moves.
12672
12673         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12674         data.
12675         (gnus-read-active-for-groups): Support finishing the early retrieval of
12676         data.
12677
12678         * gnus-range.el (gnus-range-nconcat): New function.
12679
12680         * gnus-int.el (gnus-finish-retrieve-group-infos)
12681         (gnus-retrieve-group-data-early): New functions.
12682
12683 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12684
12685         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12686         (nnrss-retrieve-groups):
12687         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12688         (pop3-quit): Use with-current-buffer.
12689
12690 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12693         instead of nnheader-accept-process-output.
12694
12695         * dgnushack.el (dgnushack-compile): Add comment.
12696
12697         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12698
12699         * gnus-html.el (gnus-html-schedule-image-fetching)
12700         (gnus-html-prefetch-images): Replace process-kill-without-query by
12701         gnus-set-process-query-on-exit-flag.
12702
12703 2010-09-16  Romain Francoise  <romain@orebokech.com>
12704
12705         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12706
12707 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12708
12709         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12710         parameter to unintern is mandatory-ish in Emacs 24.
12711
12712         * gnus-html.el (gnus-html-schedule-image-fetching)
12713         (gnus-html-prefetch-images): Check for curl before using it.
12714
12715         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12716         depend on curl, which isn't essential.
12717
12718         * imap.el: Revert back to version
12719         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12720         seem problematic.
12721
12722 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12723
12724         * gnus-registry.el (gnus-registry-install-shortcuts):
12725         Explicitly pass `obarray' to `unintern' to avoid a warning.
12726
12727 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12728
12729         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12730         change.
12731
12732         * nnrss.el (nnrss-request-list): Remove this function and related
12733         functions, including the moreover stuff.
12734
12735 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12736
12737         * nnrss.el (nnrss-retrieve-groups): New function.
12738
12739 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12740
12741         * .dir-locals.el: Add no-byte-compile cookie.
12742
12743 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12744
12745         * time-date.el (format-seconds): Comment fix.
12746
12747         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12748         for back end that doesn't support request-scan.
12749
12750 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12751
12752         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12753         then do request scans from the backends.
12754
12755         * netrc.el (netrc-credentials): New conveniency function.
12756
12757         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12758         avoid running a hook per line, since this takes a lot of time,
12759         profiling shows.
12760         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12761         directly if gnus-visual-p is true.
12762
12763 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12766         groups; replace mapcar with dolist which is a bit faster; pass groups
12767         info to gnus-read-active-file-1.
12768         (gnus-read-active-file-1): Scan only specified groups if the new
12769         optional arg `infos' is given.
12770
12771 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12772
12773         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12774
12775         * pop3.el (pop3-movemail): Remove.
12776         (pop3-streaming-movemail): Rename to pop3-movemail.
12777
12778         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12779         don't restrict end-tag searches to the end of the line.
12780
12781 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12784         articles of every unchecked group to t, which means unknown since the
12785         server has never been opened.
12786
12787 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12788
12789         * gnus-html.el (gnus-html-show-alt-text): New command.
12790         (gnus-html-browse-image): Ditto.
12791         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12792         to browse the image directly.
12793         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12794         better.
12795
12796         * gnus-async.el (gnus-async-article-callback):
12797         Call `gnus-html-prefetch-images' unconditionally.
12798
12799         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12800         before feeding URLs to curl.
12801
12802 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12805         internal images as deletable by `W D D'.
12806
12807         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12808         (gnus-async-article-callback): Fix typo.
12809
12810 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12811
12812         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12813         current line to work around bugs in the output from w3m.
12814
12815         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12816         for groups that want that.
12817
12818         * nntp.el (nntp-wait-for-string): Supply a timeout for
12819         accept-process-output to ensure progress.
12820
12821         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12822         level to get unread articles from, then use that for foreign groups,
12823         too.
12824
12825         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12826         confuses the rest of the function.
12827
12828         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12829         for the methods that support -retrieve-groups, too.
12830
12831         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12832
12833 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12834
12835         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12836         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12837
12838         * pop3.el: Require cl when compiling.
12839         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12840
12841 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12842
12843         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12844         that aren't going to be activated.
12845         (gnus-get-unread-articles): Fix up the last commit.
12846
12847         * gnus-html.el (gnus-article-html): Allow calling without specifying
12848         the handle.  In that case, dissect the buffer first.
12849
12850         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12851
12852         * nnimap.el (nnimap-open-connection): Revert the change that would look
12853         into authinfo for imaps instead of imap.
12854
12855         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12856         say that you don't want to call gnus-request-group with don-check, but
12857         do check the reponse.  This is for virtual groups only.
12858         (gnus-get-unread-articles): Count the archive groups as secondary, so
12859         that they're activated the same way as before.
12860
12861         * imap.el (imap-message-map): Removed optional buffer parameter, since
12862         no callers use it.
12863         (imap-message-get): Ditto.
12864         (imap-message-put): Ditto.
12865         (imap-mailbox-map): Ditto.
12866         (imap-mailbox-put): Ditto.
12867         (imap-mailbox-get): Ditto.
12868         (imap-mailbox-get): Revert last change for this function.
12869
12870         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12871         case-insensitively.
12872         (nnimap-debug): Remove.
12873
12874         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12875         callers to use `imap-fetch' instead.  According to the comments, this
12876         should be safe, since all other IMAP clients use the 1:* syntax.
12877         (imap-enable-exchange-bug-workaround): Remove.
12878         (imap-debug): Remove -- doesn't seem very useful.
12879
12880         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12881         mail from a file, and the file doesn't exist.
12882
12883         * imap.el (imap-log): New convenience function used throughout instead
12884         of repeating the same code all over the place.
12885
12886         * pop3.el (pop3-streaming-movemail): Return t for success.
12887
12888         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12889         .authinfo if we're using ssl connection.
12890
12891         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12892         already have if we're in a main Gnus `g' run.
12893
12894         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12895
12896 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12899
12900         * nnmh.el (nnmh-request-list-1): Bind `file'.
12901
12902         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12903         alias to set-process-query-on-exit-flag or process-kill-without-query.
12904         (pop3-open-server): Use it.
12905
12906 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12907
12908         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12909         box to the Incoming file.  Fixes mistake in previous checkin.
12910
12911         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12912         request loop (for debugging purposes) removed.
12913
12914         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12915         culprit is more visible.
12916         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12917         (nnml-add-incremental-nov): New functions to do "incremental" nov
12918         updates, where we just append to the end of the existing nov files
12919         without reading/writing them in full.
12920
12921         * mail-source.el (mail-source-delete-crash-box): Really only check the
12922         incoming files once in a while.
12923
12924         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12925
12926         * mail-source.el (mail-source-delete-crash-box): Only check the
12927         incoming files for deletion once per day to save a lot of file
12928         accesses.
12929
12930         * pop3.el (pop3-logon): Fix up unbound variable typo.
12931
12932         * mail-source.el (pop3-streaming-movemail): Autoload.
12933
12934         * pop3.el (pop3-streaming-movemail):
12935         Respect pop3-leave-mail-on-server.
12936
12937         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12938         retrieval.
12939
12940         * pop3.el (pop3-process-filter): Remove unused function.
12941         (pop3-streaming-movemail, pop3-send-streaming-command)
12942         (pop3-wait-for-messages, pop3-write-to-file)
12943         (pop3-number-of-responses): New functions for streaming pop3
12944         retrieval.
12945
12946         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12947         come from no known methods.
12948         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12949         list.
12950
12951         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12952         message sizes.
12953         (pop3-movemail): Use erase-buffer instead of looping and deleting
12954         regions, which seems rather odd.
12955
12956         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12957         file once per `g' run.
12958
12959         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12960         directories.  This makes the draft queue directory work.
12961
12962         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12963         data from the backends, so that we only request the list of groups from
12964         each method once.  This should speed things up considerably.
12965
12966         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12967         detect that it's not implemented.
12968
12969         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12970         we actually do recurse down into the tree, but don't stat all leaf
12971         nodes.
12972
12973         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12974         then say so instead of bugging out.
12975
12976         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12977         files exist before trying to read them.
12978
12979         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12980         around <pre_int>.
12981
12982         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12983
12984         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12985
12986 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12987
12988         * mm-util.el (mm-image-load-path): Just return the image directories,
12989         not all directories in the path in addition to the image directories.
12990         (mm-image-load-path): Maintain a cache of the image directories so that
12991         the `g' command in Gnus doesn't have to stat dozens of directories each
12992         time.
12993
12994         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12995         (gnus-html-wash-tags): Add a new `i' command to insert images.
12996         (gnus-html-insert-image): New command and keystroke.
12997         (gnus-html-redisplay-with-images): New command and keystroke.
12998         (gnus-html-show-images): Rename command.
12999         (gnus-html-wash-tags): Remove more white space before <pre_int> image
13000         spacers.
13001         (gnus-html-wash-tags): Decode entities at the end, so that entities
13002         inside the tags don't mess up the rest of the "parsing".
13003
13004         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
13005         so that nnimap methods aren't agentized by default.  There's apparently
13006         many problems related to agent/imap behavior.
13007
13008         * gnus-art.el (gnus-article-copy-string): New command and key binding.
13009
13010         * gnus-html.el: Doc fix.
13011
13012 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
13015         specifier-spec-list for Emacs 21.
13016
13017         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
13018         glyph-width and glyph-height instead of display-graphic-p and
13019         image-size; make avoidance of displaying small images work for XEmacs.
13020
13021         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
13022         for XEmacs.
13023
13024         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
13025         of symbol that holds plist data.
13026         (gnus-process-plist): Remove plist of process after getting it.
13027
13028 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13029
13030         * message.el (message-generate-hashcash): Change default to
13031         'opportunistic if hashcash is installed.
13032
13033         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
13034         (gnus-html-put-image): Only call image-size once, since it's somewhat
13035         time-consuming on remote X servers.
13036
13037 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
13040         type on data, not a file name.
13041
13042         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
13043         window-pixel-edges for Emacs 21.
13044
13045         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
13046         decoded contents.
13047         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
13048
13049 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13050
13051         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13052         group line format, since it isn't very interesting.
13053
13054         * gnus-agent.el (gnus-agent-short-article),
13055         (gnus-agent-long-article): Increase values for these two variables,
13056         since most people are likely to have more network connection and
13057         storage than before.
13058
13059         * gnus.el (gnus-refer-article-method): Change default to 'current.
13060         When referring an article, the common behavior is to refer it from the
13061         current select method, not the native select method.  The chances of
13062         the native select method having the message in question is rather slim
13063         these days.
13064
13065         * gnus-sum.el (gnus-auto-select-subject): Change default to
13066         `unseen-or-unread'.  I think it's likely that most people want to
13067         select an unseen article over a previously seen, but unread one.
13068
13069         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
13070         means that in the article buffer none of the minor mode elements will
13071         be shown, usually, and this is not desirable in most cases.
13072
13073         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
13074         that commands like `d' (and the like) go to the next line in the
13075         buffer, instead of the next unread article.  I think this is the
13076         behavior that is most natural for most users.
13077         (gnus-single-article-buffer): Change default to nil, so that people can
13078         have as many article buffers open as they have summary buffer.  I think
13079         this is the most natural way for the groups to behave.
13080
13081         * message.el (message-generate-new-buffers): Change default to
13082         `unsent', so that all new message buffers start their names with the
13083         string "*unsent", and it's easier to find the buffers if you move from
13084         them.
13085
13086 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13087
13088         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
13089         small.  They're probably tracking images.
13090         (gnus-html-wash-tags): Remove all <pre_int> place holders.
13091         (gnus-html-rescale-image): Yet another try at getting the image sizing
13092         right.
13093
13094         * nntp.el (nntp-request-set-mark): Refuse to do marks if
13095         nntp-marks-file-name is nil.
13096
13097 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13098
13099         * gnus-html.el (gnus-html-wash-tags)
13100         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13101         Better logging.
13102
13103 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13104
13105         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13106
13107         * gnus-html.el (gnus-html-wash-tags): Check the value of
13108         gnus-blocked-images in the summary buffer.
13109
13110 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13111
13112         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13113
13114 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13115
13116         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13117         like "a", it seems like.
13118         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13119         since it needs to be picked from the correct buffer.
13120
13121         * nnwfm.el: Remove.
13122
13123         * nnlistserv.el: Remove.
13124
13125 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13126
13127         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13128         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13129
13130 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13131
13132         * nnkiboze.el: Remove.
13133
13134         * nndb.el: Remove.
13135
13136         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13137         alt text.
13138         (gnus-html-rescale-image): Try to get the rescaling logic right for
13139         images that are just wide and not tall.
13140
13141         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13142         overshadow variable bindings.
13143
13144 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13145
13146         * gnus-html.el (gnus-html-wash-tags)
13147         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13148         Add extra logging.
13149
13150 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13151
13152         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13153         (gnus-max-image-proportion): New variable.
13154         (gnus-html-rescale-image): New function.
13155         (gnus-html-put-image): Rescale images.
13156
13157 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13158
13159         Fix up some byte-compiler warnings.
13160         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13161         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13162         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13163         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13164         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13165         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13166         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13167
13168 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * gnus-html.el (gnus-article-html): Decode contents by charset.
13171
13172 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13175         (gnus-html-frame-width, gnus-blocked-images):
13176         * message.el (message-prune-recipient-rules): Add custom version.
13177         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13178
13179         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13180         functions.
13181
13182         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13183         gnus-process-get.
13184
13185 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13186
13187         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13188         instead of lsub directly.
13189
13190 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13191
13192         * nnwarchive.el: Remove.
13193
13194         * gnus-soup.el: Remove.
13195
13196         * nnsoup.el: Remove.
13197
13198         * nnultimate.el: Remove.
13199
13200         * gnus-html.el (gnus-blocked-images): New variable.
13201
13202         * message.el (message-prune-recipients): New function.
13203         (message-prune-recipient-rules): New variable.
13204
13205         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13206         guess whether a long line is natural text or not.
13207
13208         * gnus-html.el (gnus-html-schedule-image-fetching):
13209         Use gnus-process-plist and friends for compatibility.
13210
13211 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13212
13213         * gnus-html.el: Require packages that define macros used in this file.
13214         (gnus-article-mouse-face): Declare to silence byte-compiler.
13215         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13216         process-get.
13217         (gnus-html-put-image): Use plist-get to avoid getf.
13218         (gnus-html-prefetch-images): Use with-current-buffer.
13219
13220 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * gnus-ems.el: Provide compatibility functions for
13223         gnus-set-process-plist.
13224
13225         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13226         header-line-format for XEmacs 21.4.
13227
13228         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13229         * gnus.el (gnus-valid-select-methods):
13230         * message.el (message-send-mail-partially-limit):
13231         * mm-decode.el (mm-text-html-renderer):
13232         * mml.el (mml-insert-mime-headers-always):
13233         * smiley.el (smiley-regexp-alist): Bump custom version.
13234
13235 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13236
13237         * gnus-html.el: Require mm-url.
13238         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13239         with the url to `url'.
13240         (gnus-html-wash-tags): Support cid: URLs/images.
13241
13242 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13243
13244         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13245         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13246         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13247
13248         * gnus-move.el: Remove file, since it doesn't really work.
13249
13250         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13251         UTF-8.  This seems to fix problems with some German web feeds.
13252
13253         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13254         at the top so that the proper colors are applied.
13255
13256         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13257         don't have dots in their names.
13258
13259         * gnus-art.el (gnus-article-view-part): Doc fix.
13260
13261         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13262         XEmacs-compatible.
13263         (gnus-html-put-image): Don't do images on non-graphic displays.
13264
13265         * nnslashdot.el: Remove this unused backend.
13266
13267         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13268         actions.
13269         (gnus-undo-register-1): Revert last change.
13270
13271         * gnus-group.el (gnus-group-completing-read): Protect against not
13272         having completion-styles bound.
13273
13274         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13275         make broken recipients happier.
13276
13277         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13278
13279         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13280         point parameter.
13281
13282         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13283
13284         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13285         completion-styles for group selection.
13286
13287 2009-02-04  Andreas Schwab  <schwab@suse.de>
13288
13289         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13290         headers and regexp-quote the match if necessary.
13291
13292 2009-03-24  Miles Bader  <miles@gnu.org>
13293
13294         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13295         the blinking smiley.
13296
13297 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13298
13299         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13300         blink smiley.
13301
13302 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13303
13304         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13305         where the dribbel file lives exists.
13306
13307         * message.el (message-send-mail-partially-limit): Change the default to
13308         nil, since most people don't want this.
13309
13310         * mm-url.el (mm-url-decode-entities): Also decode entities like
13311         &#x3212.
13312
13313 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13314
13315         * gnus-sum.el (gnus-summary-idna-message):
13316         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13317         Hyperlink urls in docstrings with URL `...'.
13318
13319 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13320
13321         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13322         functions.
13323
13324 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13325
13326         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13327         say what the mouseover text should be.
13328
13329         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13330         version of the mm-w3m-safe-url-regexp variable to only download images
13331         in the groups where we want that to happen.
13332
13333         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13334
13335         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13336         easier debugging.
13337         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13338         big pictures in the article buffer.
13339
13340         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13341         gnus-article-html.
13342         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13343         w3m.
13344
13345         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13346
13347 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13348
13349         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13350         which doesn't exist.
13351
13352         * message.el (message-inhibit-ecomplete): New variable to allow some
13353         function to inhibit ecomplete address storage.
13354         (message-resend): Disable ecomplete message storage when resending
13355         messages.
13356
13357         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13358
13359 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13362         Save excursion while copying, moving, and deleting articles in order to
13363         prevent the cursor from jumping to unforeseen place.
13364
13365 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * lpath.el: No need to bind bookmark-current-buffer,
13368         bookmark-yank-point and bookmark-make-record-function.
13369
13370 2010-08-17  Glenn Morris  <rgm@gnu.org>
13371
13372         * gnus-sync.el: Require gnus components whose functions are used.
13373
13374         * gnus-art.el (bookmark-make-record-function):
13375         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13376         Declare for compiler.
13377
13378         * mm-url.el (mml-compute-boundary): Autoload.
13379
13380 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13383
13384 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13385
13386         Typo fix "hoo4a" -> "hook".
13387
13388         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13389
13390 2010-08-14  Glenn Morris  <rgm@gnu.org>
13391
13392         * gnus-sync.el (gnus-sync): Fix defgroup version.
13393
13394 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13395
13396         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13397
13398         * gnus-sync.el: Fix docs.
13399         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13400         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13401
13402 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13403
13404         Optimizations for gnus-sync.el.
13405
13406         * gnus-sync.el: Add docs about gnus-sync-backend
13407         possibilities.
13408         (gnus-sync-save): Remove unnecessary message.
13409         (gnus-sync-read): Optimize and show what groups were skipped.
13410
13411 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13412
13413         Minor bug fixes for gnus-sync.el.
13414
13415         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13416         Don't read the sync on get-new-news.
13417
13418         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13419         quiet.
13420
13421         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13422         (fix typo).
13423
13424 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13425
13426         Make saving and restoring of hidden threads work with overlays.
13427         Patch applied by Ted Zlatanov.
13428
13429         * gnus-sum.el (gnus-hidden-threads-configuration)
13430         (gnus-restore-hidden-threads-configuration): Update to deal with text
13431         properties, rather than searching for a magic character.
13432
13433 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13434
13435         New gnus-sync.el library for synchronization of marks.
13436
13437         * gnus-sync.el: New library for synchronization of marks.
13438
13439         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13440         renamed from `gnus-registry-grep-in-list'.
13441
13442         * gnus-registry.el (gnus-registry-follow-group-p):
13443         Use `gnus-grep-in-list'.
13444
13445         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13446
13447 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13450         determining charset of text fails.
13451
13452 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * nnmail.el (nnmail-get-new-mail-1): Revert.
13455
13456         * nnml.el (nnml-active-number): Make sure names of newly created groups
13457         in nnml-group-alist are encoded.
13458
13459 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13460
13461         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13462         containing non-ASCII characters in active file for nnml back end.
13463
13464 2010-07-24  David Engster  <dengste@eml.cc>
13465
13466         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13467         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13468
13469 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13470
13471         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13472         tag (Bug#6654).
13473
13474 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13477         the article buffer, not the summary buffer.
13478
13479 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13482         Emacs 23 as well.
13483
13484 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13487         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13488
13489 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13490
13491         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13492         Patch applied by Karl Fogel.
13493
13494         * gnus-sum.el (gnus-summary-bookmark-make-record):
13495         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13496
13497 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13498
13499         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13500         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13501         C-w still not working correctly from Article buffers; Thierry's
13502         patch to fix that will be applied after this.
13503
13504         * gnus-art.el (bookmark-make-record-function): New local variable.
13505
13506         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13507         article buffer.
13508         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13509
13510 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13511
13512         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13513         on changes in bookmark.el.
13514
13515 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13516
13517         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13518         `no-log' instead of message not to log prompt string.
13519
13520 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13521
13522         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13523         the *other* type of HTML form submission.
13524
13525 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13526
13527         * auth-source.el (auth-source-pick): If choice does not contain a
13528         questioned keyword, set the check to t.
13529
13530 2010-06-12  Romain Francoise  <romain@orebokech.com>
13531
13532         * gnus-util.el (gnus-date-get-time): Move up before first use.
13533
13534 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13535
13536         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13537         (gnus-article-edit-part): Bind it to make last part that is substituted
13538         or deleted visible.
13539         (gnus-mime-display-single): Buttonize part of which id equals to
13540         gnus-mime-buttonized-part-id.
13541
13542 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13543
13544         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13545         (gnus-dd-mmm): Use gnus-date-get-time.
13546         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13547         simplify logic.
13548         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13549         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13550
13551 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13552
13553         * auth-source.el (top): Autoload `secrets-list-collections',
13554         `secrets-create-item', `secrets-delete-item'.
13555         (auth-sources): Fix tag string.
13556         (auth-get-source, auth-source-retrieve, auth-source-create)
13557         (auth-source-delete): New defuns.
13558         (auth-source-pick): Rewrite in order to avoid 2 passes.
13559         (auth-source-forget-user-or-password): New parameter USERNAME.
13560         (auth-source-user-or-password): New parameters CREATE-MISSING and
13561         DELETE-EXISTING.  Retrieve password interactively, if needed.
13562
13563 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13564
13565         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13566         deleting unused directories when gnus-expert-user is t.
13567
13568 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13571         for each temp file when gnus-article-browse-delete-temp is ask.
13572
13573 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13574
13575         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13576         Replace Lisp calls to delete-backward-char by calls to delete-char.
13577
13578 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13579
13580         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13581
13582 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13583
13584         * password-cache.el (password-cache-remove): Fix docstring.
13585
13586 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13589         article unless decoding article to be saved.
13590
13591 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13594         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13595         generated within the mm-with-unibyte-current-buffer macro.
13596
13597 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13600         to nil when we're in a mml-preview buffer and no group is selected.
13601
13602 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13603
13604         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13605         when catching the `C-g'.  Reported by "Leo".
13606
13607 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * message.el (message-forward-make-body-plain)
13610         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13611         multibyte-string-p.
13612
13613         * lpath.el: Revert.
13614
13615 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * message.el (message-forward-make-body-mml): Assume original message
13618         is multibyte string; error on unibyte.
13619         (message-forward-make-body-plain): Ditto; don't add excessive newline
13620         in body end.
13621
13622         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13623
13624 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13625
13626         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13627         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13628
13629 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * mm-extern.el (mm-extern-url): Don't use
13632         mm-with-unibyte-current-buffer.
13633         (mm-extern-cache-contents): Use with-current-buffer instead of
13634         save-excursion + set-buffer.
13635
13636 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * mm-util.el (mm-emacs-mule): Remove.
13639
13640 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13641
13642         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13643         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13644         change.
13645
13646 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13649         bind the default value of enable-multibyte-characters to nil.
13650
13651 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * message.el (message-forward-make-body-plain)
13654         (message-forward-make-body-mml):
13655         Don't use mm-with-unibyte-current-buffer.
13656
13657 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13658
13659         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13660
13661 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13662
13663         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13664         (Bug#5592).
13665
13666 2010-05-07  Julien Danjou  <julien@danjou.info>
13667
13668         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13669         it to mm-pipe-part.
13670
13671         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13672         it is given.
13673
13674 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * binhex.el (binhex-decode-region-internal):
13677         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13678         (dns-query):
13679         * nnweb.el (nnweb-gmane-search):
13680         * pgg-parse.el (pgg-parse-armor):
13681         * pgg.el (pgg-verify-region):
13682         * sha1.el (sha1-string-external):
13683         * uudecode.el (uudecode-decode-region-internal):
13684         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13685         XEmacs.
13686
13687         * gnus-art.el (gnus-article-browse-html-parts):
13688         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13689         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13690         make-temp-file.
13691
13692         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13693         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13694         compiling.
13695
13696         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13697         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13698         XEmacs when compiling.
13699
13700         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13701         gnus-pick-mode-off-hook for XEmacs when compiling.
13702         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13703         gnus-binary-mode-off-hook for XEmacs when compiling.
13704
13705         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13706         Return nil if char-charset is not available.
13707
13708         * imap.el (imap-disable-multibyte)
13709         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13710         macros.
13711
13712         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13713         instead of encode-coding-string.
13714
13715         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13716         'xemacs) instead of mm-emacs-mule to switch function definitions.
13717         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13718
13719         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13720         bind temporary-file-directory for XEmacs;
13721         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13722         timer-set-function for XEmacs 21.4 and SXEmacs;
13723         bind timer-list for XEmacs 21.4 and SXEmacs;
13724         fbind char-charset and find-charset-region for non-Mule XEmacs;
13725         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13726         encode-coding-region and encode-coding-string for XEmacs having no
13727         file-coding feature.
13728
13729 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13730
13731         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13732
13733 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13736         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13737
13738 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13739
13740         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13741         alias `jka-compr-delete-temp-file' no longer exists.
13742
13743 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13744
13745         Use define-minor-mode in Gnus where applicable.
13746         * mml.el (mml-mode): Use define-minor-mode.
13747         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13748         (gnus-undo-mode): Use define-minor-mode.
13749         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13750         (gnus-dead-summary-mode): Use define-minor-mode.
13751         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13752         Initialize in declaration.
13753         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13754         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13755         (gnus-mailing-list-mode): Use define-minor-mode.
13756         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13757         (gnus-draft-mode): Use define-minor-mode.
13758         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13759         (gnus-dired-mode): Use define-minor-mode.
13760
13761 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13762
13763         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13764         handles on recursive mml-to-mime translation and check them for
13765         boundary delimiter collisions.  Reported by Greg Troxel.
13766
13767 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13770
13771 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13772
13773         * mm-util.el (mm-find-buffer-file-coding-system):
13774         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13775
13776 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13777
13778         * message.el (message-generate-headers): Record insertion of optional
13779         headers as well.  Otherwise the check to prevent repeated insertion of
13780         optional headers is a no-op.
13781
13782 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13783
13784         * smime.el: Don't mention CVS.
13785
13786         * nnrss.el (nnrss-fetch): Don't mention CVS.
13787
13788         * nnir.el: Don't mention CVS.
13789
13790 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13791
13792         * gnus-sum.el (gnus-summary-bookmark-make-record):
13793         Add `location' field.
13794
13795 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * lpath.el: Fbind bookmark-default-handler,
13798         bookmark-get-bookmark-record, bookmark-make-record-default,
13799         bookmark-prop-get for Emacs <23 and XEmacs.
13800
13801 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13802
13803         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13804         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13805         Use with-current-buffer to silence the byte-compiler.
13806         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13807         bother to require `gnus'.
13808         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13809
13810 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13811
13812         * gnus-sum.el (gnus-summary-bookmark-make-record)
13813         (gnus-summary-bookmark-jump): New functions.
13814         (gnus-summary-mode): Setup bookmark support.
13815
13816 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13817
13818         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13819         if set.
13820
13821 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13824         gnus-article-browse-html-save-cid-image; make it work recursively for
13825         forwarded messages as well.
13826         (gnus-article-browse-html-parts): Work when prefix arg is given.
13827         (gnus-article-browse-html-article): Doc fix.
13828
13829 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13830
13831         * message.el (message-default-mail-headers)
13832         (message-default-headers): Carry the value mail-default-headers over
13833         into message-default-mail-headers, rather than message-default-headers.
13834
13835 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13836
13837         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13838         charset.
13839
13840         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13841         charset into the <meta> tag when the article is encoded to utf-8.
13842
13843 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * gnus-art.el (gnus-article-browse-delete-temp-files):
13846         Delete directories as well.
13847         (gnus-article-browse-html-parts): Work for images that do not specify
13848         file names; delete temp directory when quitting; insert header at the
13849         right place; use file: scheme for image files.
13850
13851 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13852
13853         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13854         (gnus-article-browse-html-parts): Use it to make temporary cid image
13855         files in addition to html file so that browser may display them.
13856
13857 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13860
13861 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13862
13863         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13864
13865 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13866
13867         * auth-source.el (auth-sources): Change default to be simpler.
13868         Explain about Secret Service API sources.  Improve Customize options.
13869         (auth-source-pick): Change to accept any number of search parameters.
13870         Implement fallbacks iteratively, not recursively.  Add scoring on the
13871         second pass and sort by score.  Call Secret Service API when needed.
13872         (auth-source-user-or-password): Use it.  Call Secret Service API
13873         directly when needed to get the user name and the password.
13874
13875 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13876
13877         * message.el (message-interactive): Doc fix.
13878         (message-qmail-inject-args): Reflow.
13879         (message-kill-to-signature): Fix typo in docstring.
13880
13881         * smiley.el (smiley-buffer): Fix typo in docstring.
13882
13883 2010-03-24  Glenn Morris  <rgm@gnu.org>
13884
13885         * mail-source.el (gnus-message): Declare.
13886         (mail-source-delete-old-incoming): Require gnus-util.
13887
13888 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13891
13892         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13893
13894         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13895         password-cache's default if it is not bound.
13896         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13897         password-cache-expiry's default if it is not bound.
13898
13899         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13900         available in Emacs 21.
13901
13902         * lpath.el: Suppress compiler warnings for:
13903         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13904         XEmacs;
13905         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13906         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13907         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13908
13909 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13910
13911         * auth-source.el (auth-sources): Fix up definition so extra parameters
13912         are always inline.
13913
13914 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13915
13916         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13917         wasn't updated after mismatch.  Clear cached mailbox info correctly
13918         when uidvalidity changes.
13919         (nnimap-group-prefixed-name): New function to avoid some code
13920         duplication.
13921         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13922         (nnimap-request-group): Use it.
13923         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13924         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13925         with many imap folders.  This is done by caching the group status from
13926         the imap server persistently in a group parameter `imap-status'.  (This
13927         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13928         but not persistently, so every Gnus startup was still very slow.)
13929
13930 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13931
13932         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13933         delete the extra newline.  Otherwise editing of :string and :number
13934         types don't work.
13935
13936 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13937
13938         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13939         secrets.el dependency.
13940         (auth-sources): Add optional user name.  Add secrets.el configuration
13941         choice (unused right now).
13942
13943 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13944
13945         * gnus-sum.el (gnus-summary-make-menu-bar):
13946         Let `gnus-registry-install-shortcuts' fill in the functions.
13947
13948         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13949         warnings.
13950         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13951         (gnus-registry-install-shortcuts): Populate and use it in a
13952         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13953
13954 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13955
13956         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13957         In-place substitutions for the group name encoding/decoding.
13958         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13959         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13960         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13961         (nnimap-update-unseen, nnimap-request-list)
13962         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13963         (nnimap-request-set-mark, nnimap-split-to-groups)
13964         (nnimap-split-articles, nnimap-request-newgroups)
13965         (nnimap-request-create-group, nnimap-request-accept-article)
13966         (nnimap-request-delete-group, nnimap-request-rename-group)
13967         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13968         `encoded-mbx' for consistency.
13969         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13970         variable `imap-current-mailbox'.
13971
13972         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13973         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13974
13975 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13976
13977         * pop3.el (pop3-display-message-size-flag): Display message size byte
13978         counts during POP3 download.
13979         (pop3-movemail): Use it.
13980         (pop3-list): Implement listing of available messages.
13981
13982 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13983
13984         * nnir.el (nnir-get-article-nov-override-function): New function to
13985         override the normal NOV retrieval.
13986         (nnir-retrieve-headers): Use it.
13987
13988 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13989
13990         * auth-source.el (netrc-machine-user-or-password): Autoload.
13991
13992 2010-03-19  Glenn Morris  <rgm@gnu.org>
13993
13994         Stop message.el from loading about 40 libraries it doesn't always need.
13995         The general approach is to autoload rather than require, and to
13996         require in the specific functions rather than the file.  (Bug#5642)
13997
13998         * gmm-utils.el: Don't require wid-edit.
13999         (widget-create-child-value, widget-convert, widget-default-get):
14000         Autoload.
14001
14002         * gnus-util.el: Don't require time-date, netrc.
14003         (message-fetch-field, gnus-group-name-decode): Declare rather than
14004         autoloading.
14005         (gnus-fetch-field): Require message.
14006         (gnus-decode-newsgroups): Require gnus-group.
14007
14008         * ietf-drums.el: Don't require time-date.
14009
14010         * message.el: Don't require hashcash, canlock, ecomplete.
14011         Do require mail-utils.  Require nnheader only when compiling.
14012         (smtpmail-default-smtp-server): Remove declaration.
14013         (message-send-mail-function): Check smtpmail-default-smtp-server
14014         is bound rather than requiring smtpmail.
14015         (message-auto-save-directory, message-insert-signature):
14016         Use expand-file-name rather than nnheader-concat.
14017         (nnheader-insert-file-contents): Autoload.
14018         (hashcash-wait-async): Declare.
14019         (message-send-mail): Only call gnus-setup-posting-charset if
14020         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
14021         (message-send-mail-with-sendmail): Require sendmail.
14022         (canlock-password, canlock-password-for-verify): Declare.
14023         (message-canlock-password): Require canlock.
14024         (nnheader-get-report): Autoload.
14025         (gnus-setup-posting-charset): Declare.
14026         (message-send-news): Require gnus-msg.
14027         (message-make-references, message-make-in-reply-to): Use mail-header-id
14028         rather than the alias mail-header-message-id.
14029         (ecomplete-add-item, ecomplete-save): Declare.
14030         (message-put-addresses-in-ecomplete): Require ecomplete.
14031         (ecomplete-display-matches): Autoload.
14032
14033         * mm-decode.el: Don't require mailcap, gnus-util.
14034         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
14035         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
14036         Autoload.
14037         (mailcap-mime-extensions): Declare.
14038
14039         * mm-encode.el: Don't require mailcap.
14040         (mailcap-extension-to-mime): Autoload.
14041
14042         * mml-sec.el: Don't require password-cache.
14043
14044         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
14045         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
14046         (mml-minibuffer-read-type): Require mailcap.
14047         (mml-preview): Require gnus-msg.
14048
14049         * mml1991.el: Require password-cache.
14050         (password-cache-expiry): Remove declaration.
14051
14052         * mml2015.el: Require password-cache.
14053         (password-cache-expiry): Remove declaration.
14054
14055         * nneething.el (mailcap): Require mailcap.
14056
14057         * nnheader.el (declare-function): Add compatibility stub.
14058         (message-remove-header): Declare rather than autoload.
14059         (nnheader-replace-header): Require message.
14060
14061         * nnimap.el (declare-function): Add compatibility stub.
14062         (netrc-parse, netrc-machine-user-or-password): Declare.
14063         (nnimap-open-connection): Require netrc.
14064
14065         * nntp.el (declare-function): Add compatibility stub.
14066         (netrc-parse, netrc-machine, netrc-get): Declare.
14067         (nntp-send-authinfo): Require netrc.
14068
14069         * rfc2047.el: Don't require qp.
14070         (quoted-printable-encode-region, quoted-printable-decode-string):
14071         Autoload.
14072
14073         * sieve-mode.el: Don't require easymenu.
14074         (easy-menu-add-item): Autoload it.
14075
14076         * spam-stat.el (time-to-number-of-days): Autoload it.
14077
14078 2010-03-19  Glenn Morris  <rgm@gnu.org>
14079
14080         * password-cache.el (password-cache, password-cache-expiry): Autoload.
14081
14082 2010-03-18  Glenn Morris  <rgm@gnu.org>
14083
14084         * hashcash.el (declare-function): Remove duplicate definition.
14085
14086 2010-03-17  Kevin Ryde  <user42@zip.com.au>
14087
14088         * mml.el (mml-read-tag): Unquote values with `read' to reverse
14089         prin1 in mml-insert-tag (just stripping the quotes gave wrong
14090         value if any backslash escapes).
14091
14092 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
14095         if it is available.  (bug#5647)
14096
14097         * lpath.el: Suppress compiler warning for coding-system-from-name for
14098         Emacs 21 and XEmacs.
14099
14100 2010-03-14  Juri Linkov  <juri@jurta.org>
14101
14102         * hmac-def.el:
14103         * hmac-md5.el:
14104         * netrc.el: Fix keywords.
14105
14106 2010-02-26  Glenn Morris  <rgm@gnu.org>
14107
14108         * message.el (message-send-mail-function): Change the default, so that
14109         it inherits from a customized send-mail-function.  (Bug#5643)
14110
14111 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14112
14113         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14114         shell-command-to-string signals an error (bug#5299).
14115
14116 2010-02-24  Glenn Morris  <rgm@gnu.org>
14117
14118         * message.el (message-smtpmail-send-it)
14119         (message-send-mail-with-mailclient): Doc fixes.
14120
14121 2010-02-16  Glenn Morris  <rgm@gnu.org>
14122
14123         * message.el (message-default-mail-headers): Change the default value
14124         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14125
14126 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14129         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14130
14131 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14132
14133         * time-date.el (date-to-time): Doc fix (Bug#5408).
14134
14135 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14136
14137         * message.el (message-mail): Just pass yank-action on to message-setup.
14138         (message-setup): Handle (FUN . ARGS) form of yank-action.
14139         (message-with-reply-buffer, message-widen-reply)
14140         (message-yank-original): Handle non-buffer values of
14141         message-reply-buffer (Bug#4080).
14142         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14143
14144 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14145
14146         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14147         Fix typo in docstring.
14148
14149 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14150
14151         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14152         response.
14153
14154 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14157
14158         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14159
14160         * message.el (message-check-news-header-syntax): Protect against a
14161         string that `rfc822-addresses' returns when parsing fails.
14162
14163 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14166         (gnus-previous-char-property-change): New functions.
14167
14168         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14169
14170 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14171
14172         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14173         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14174
14175 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14176
14177         * message.el (message-exchange-point-and-mark): Rework last change to
14178         avoid using optional arg of exchange-point-and-mark, for backward
14179         compatibility.
14180
14181 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14182
14183         * message.el (message-exchange-point-and-mark):
14184         Call exchange-point-and-mark with an argument rather than setting
14185         mark-active by hand (Bug#5175).
14186
14187 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * nntp.el (nntp-service-to-port): Work for service expressed with
14190         numeric string; replace [:digit:] with [0-9] for XEmacs.
14191
14192 2009-12-17  Glenn Morris  <rgm@gnu.org>
14193
14194         * gnus-group.el (gnus-bug-group-download-format-alist):
14195         Change emacs entry to debbugs.gnu.org.  Bump :version.
14196
14197 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14198
14199         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14200
14201 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14202
14203         * message.el (message-info): Explain why we use `Info-goto-node'.
14204
14205 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14208
14209 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14210
14211         * message.el (message-completion-in-region): New compatibility function.
14212         (message-expand-group): Use it.
14213
14214 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14217         with no unread article should be listed if the 2nd arg `predicate' is
14218         given.
14219
14220 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14223
14224 2009-11-29  Juri Linkov  <juri@jurta.org>
14225
14226         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14227         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14228         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14229
14230 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14231
14232         * sha1.el (sha1-string-external): default-directory "/" in case
14233         otherwise non-existent.  process-connection-type pipe for touch of
14234         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14235
14236 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14237
14238         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14239         it's comms related and sgml-mode.el has "comm" on that basis too.
14240
14241 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14244         containing tspecial characters if they have been already quoted.
14245
14246 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14247
14248         * dns-mode.el (auto-mode-alist): Purecopy string.
14249
14250 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14251
14252         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14253
14254 2009-10-24  Glenn Morris  <rgm@gnu.org>
14255
14256         * gnus-art.el (help-xref-stack-item): Define for compiler.
14257
14258 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14259
14260         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14261
14262 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14265
14266 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14269         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14270
14271 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14274         (gnus-overlays-in): New alias to overlays-in.
14275
14276         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14277         gnus-overlay-get, and gnus-delete-overlay.
14278         (gnus-summary-show-thread): Make it work as well for systems in which
14279         next-single-char-property-change is not available.
14280         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14281
14282         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14283         (gnus-overlay-get): New alias to extent-property.
14284         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14285
14286         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14287         SXEmacs.
14288
14289         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14290         SXEmacs.
14291
14292 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14293
14294         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14295
14296 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14297
14298         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14299         and XEmacs that don't have `remove-overlays'.
14300
14301 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14302
14303         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14304         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14305         selective display.  Use overlays instead.
14306
14307 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14308
14309         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14310
14311 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14312
14313         * spam-stat.el (spam-stat-load): Fix typo in message.
14314
14315 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14316
14317         * dig.el (dig-invoke): Fix typo in docstring.
14318         (query-dig): Reflow docstring.
14319
14320 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14321
14322         * gnus-art.el (gnus-article-encrypt-body):
14323         * message.el (message-check-recipients):
14324         * mm-util.el (mm-codepage-setup):
14325         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14326         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14327
14328 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14329
14330         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14331         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14332         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14333         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14334         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14335
14336 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14337
14338         * dig.el: Add "Keywords: comm", as per net-utils.el.
14339
14340 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14341
14342         * dig.el (dig-mode): Use define-derived-mode.
14343
14344 2009-09-19  Glenn Morris  <rgm@gnu.org>
14345
14346         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14347
14348 2009-09-18  Glenn Morris  <rgm@gnu.org>
14349
14350         * gnus-diary.el (gnus-diary-check-message):
14351         * message.el (message-insert-formatted-citation-line):
14352         * nnbabyl.el (top-level):
14353         * nndiary.el (nndiary-schedule):
14354         Fix typos in condition-case handlers.
14355
14356 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14359         configuration that provides the sole article window in a frame;
14360         position point correctly after deleting a part.
14361
14362 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14363
14364         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14365         (spam-resolve-registrations-routine): Use it to unregister articles
14366         that change status.
14367
14368 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14371         with XEmacs.
14372         (parse-time-string-chars): Use it.
14373
14374 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14375
14376         * imap.el (imap-interactive-login): Better messages.
14377         (imap-open): Fix bug with renamed buffer on reconnect.
14378         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14379         for easier debugging and cleaner code.  On successful (guessed based on
14380         server capabilities) secondary authentication, set imap-state
14381         correctly.
14382         (imap-last-authenticator): Define imap-last-authenticator as a variable
14383         to avoid warnings.
14384
14385 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * nnrss.el (nnrss-request-article): Remove binding of
14388         default-enable-multibyte-characters that has gotten needless by
14389         the 2007-07-13 change in rfc2047-encode-message-header.
14390
14391         * mml.el (mml-insert-multipart): Error on the message header.
14392         (mml-insert-part): Error on the message header; position point at
14393         the end of a MIME tag.
14394
14395 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * time-date.el (autoload): Expand define-obsolete-function-alias into
14398         defalias and make-obsolete for old Emacsen that Gnus supports.
14399         (with-no-warnings): Define it for old Emacsen.
14400         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14401         is available.
14402         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14403         float-time is available; suppress compile warning for time-to-seconds.
14404
14405         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14406         (gnus-float-time): Alias to float-time if it exists.
14407
14408         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14409         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14410         float-time is available; suppress compile warning for time-to-seconds.
14411
14412         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14413         XEmacs.
14414
14415 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14416
14417         * imap.el (imap-message-map): Docstring fix.
14418
14419 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14422         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14423         Add the optional argument `encoding' that overrides the default.
14424
14425         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14426         mm-encode-buffer.
14427
14428 2009-09-04  Glenn Morris  <rgm@gnu.org>
14429
14430         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14431         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14432         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14433         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14434         * mm-util.el (mm-with-unibyte-current-buffer)
14435         (mm-find-buffer-file-coding-system):
14436         * yenc.el (yenc-decode-region): Use default-value rather than
14437         default-enable-multibyte-characters.
14438
14439 2009-09-03  Glenn Morris  <rgm@gnu.org>
14440
14441         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14442         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14443         than default-enable-multibyte-characters.
14444
14445 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14446
14447         * gnus-art.el (gnus-article-read-summary-keys):
14448         Fix gnus-buffer-configuration's value temporarily used.
14449
14450 2009-09-02  Glenn Morris  <rgm@gnu.org>
14451
14452         * gnus-util.el (gnus-float-time): New function.
14453         * gnus-delay.el (gnus-delay-article):
14454         * gnus-sum.el (gnus-thread-latest-date):
14455         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14456         * nnspool.el (nnspool-request-newgroups):
14457         Use gnus-float-time rather than time-to-seconds.
14458         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14459
14460         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14461         (gnus-header-subject-face, gnus-header-newsgroups-face)
14462         (gnus-header-name-face, gnus-header-content-face):
14463         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14464         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14465         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14466         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14467         (gnus-cite-face-11):
14468         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14469         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14470         (gnus-server-closed-face, gnus-server-denied-face)
14471         (gnus-server-offline-face):
14472         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14473         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14474         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14475         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14476         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14477         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14478         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14479         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14480         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14481         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14482         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14483         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14484         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14485         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14486         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14487         (gnus-summary-high-undownloaded-face)
14488         (gnus-summary-low-undownloaded-face)
14489         (gnus-summary-normal-undownloaded-face)
14490         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14491         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14492         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14493         (gnus-splash-face):
14494         * message.el (message-header-to-face, message-header-cc-face)
14495         (message-header-subject-face, message-header-newsgroups-face)
14496         (message-header-other-face, message-header-name-face)
14497         (message-header-xheader-face, message-separator-face)
14498         (message-cited-text-face, message-mml-face):
14499         * sieve-mode.el (sieve-control-commands-face)
14500         (sieve-action-commands-face, sieve-test-commands-face)
14501         (sieve-tagged-arguments-face):
14502         * spam.el (spam-face):
14503         Mark face aliases with "-face" in the name as obsolete.
14504
14505 2009-09-01  Glenn Morris  <rgm@gnu.org>
14506
14507         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14508         than goto-line.
14509
14510 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14513         Don't move point if the command is invoked inside the message header.
14514
14515 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14516
14517         * imap.el (imap-send-command): Simplify.
14518         (imap-wait-for-tag): point-max -> buffer-size.
14519
14520 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14521
14522         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14523         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14524         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14525         * nnir.el (nnir-swish-e-index-file):
14526         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14527         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14528         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14529         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14530         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14531         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14532
14533 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14536         Don't save excursion.
14537
14538 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14539
14540         * nnheader.el (nnheader-find-file-noselect):
14541         * mm-util.el (mm-insert-file-contents):
14542         Use (default-value 'major-mode) instead of default-major-mode.
14543
14544 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14545
14546         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14547
14548 2009-08-26  Glenn Morris  <rgm@gnu.org>
14549
14550         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14551         than placing in files.el.
14552
14553 2009-08-25  Glenn Morris  <rgm@gnu.org>
14554
14555         * nnir.el (top-level): Don't require cl at run-time.
14556         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14557         Replace cl-function substitute with gnus-replace-in-string.
14558         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14559         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14560         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14561         simplified expansions.
14562
14563 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14564
14565         * dig.el (dig): Add autoload cookie.
14566
14567 2009-08-22  Glenn Morris  <rgm@gnu.org>
14568
14569         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14570         goto-line.
14571
14572 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14573
14574         * parse-time.el (parse-time-string-chars): Save match data.
14575
14576 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14577
14578         * parse-time.el (parse-time-string-chars): Compute using character
14579         classes, to handle non-ascii characters (Bug#3190).
14580
14581 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14584
14585         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14586         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14587         (gnus-mm-display-part, gnus-mime-display-single)
14588         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14589         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14590
14591         * gnus-sum.el
14592         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14593         (gnus-summary-move-article): Add expirable mark to articles copied or
14594         moved to group that has auto-expire turned on if the option is non-nil.
14595
14596 2009-07-24  Glenn Morris  <rgm@gnu.org>
14597
14598         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14599         Fix typo.  (Bug#3903)
14600
14601 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14602
14603         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14604         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14605         that should not be used for draft articles.
14606         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14607         that has no concern in minor mode keys.
14608         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14609         Abolish.
14610
14611 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14614         article without making inquiry to a user for unknown encoding.
14615
14616         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14617         (nnmaildir--scan): Assume i-node and device number that file-attributes
14618         returns might be cons-cell.
14619
14620         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14621
14622         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14623
14624 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14625
14626         * auth-source.el: Remove docs now in auth.texi.  Don't use
14627         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14628         `auth-source-hide-passwords' and use them.
14629
14630 2009-07-15  Glenn Morris  <rgm@gnu.org>
14631
14632         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14633
14634 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14635
14636         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14637         excessive whitespace from the default values of title and description.
14638
14639 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14642         mail-fetch-field to fetch Content-Description header in order to
14643         exclude newlines.
14644
14645 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14646
14647         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14648         format used by GnuPG 2.0.11.
14649
14650 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14653         to deleted part.
14654
14655 2009-05-30  David Engster  <dengste@eml.cc>
14656
14657         * nnmairix.el: Remove old documentation in the commentary block.
14658         (nnmairix-request-group): Do not update active file for nnml back ends.
14659         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14660         end so that overview files are ignored.
14661         (nnmairix-update-groups): Make updating the groups more robust by using
14662         marks.
14663         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14664         with dollar characters in message-id.
14665
14666 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14667
14668         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14669         2008-12-25 in dns.el.
14670
14671 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14672
14673         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14674         could happen if the text is only composed of spaces and/or tabs.
14675
14676 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14677
14678         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14679         when sending a queued message to avoid extra mml tags.
14680
14681 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14684
14685 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14686
14687         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14688         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14689         rmail-toggle-header for XEmacs;
14690         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14691
14692 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * gnus-dired.el: Remove autoload for gnus-setup-message.
14695         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14696         displaying Gnus logo; always use compose-mail.
14697
14698 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14701
14702 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14705         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14706         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14707         available.
14708         (gnus-nocem-epg-verify): New function.
14709
14710 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14711
14712         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14713
14714 2009-02-15  Glenn Morris  <rgm@gnu.org>
14715
14716         * gnus-util.el (rmail-insert-rmail-file-header)
14717         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14718         autoloads.
14719         (rmail-default-rmail-file): Remove unnecessary declaration.
14720         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14721
14722 2009-02-14  Glenn Morris  <rgm@gnu.org>
14723
14724         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14725         variable (only used in gnus-util, which declares it anyway).
14726         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14727         which was only needed by gnus-art (changed to not use it any more).
14728         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14729         only used in gnus-util, which autoloads it itself.
14730         (rmail-update-summary): Fix autoload.
14731
14732         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14733         rather than rmail-output-to-rmail-file.
14734
14735 2009-02-07  Glenn Morris  <rgm@gnu.org>
14736
14737         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14738         autoload of function that no longer exists.
14739         (rmail-toggle-header): Declare.
14740         (message-forward-rmail-make-body): Handle mbox Rmail.
14741
14742 2009-01-31  Glenn Morris  <rgm@gnu.org>
14743
14744         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14745         2009-01-09 change.
14746
14747 2009-01-31  Dave Love  <fx@gnu.org>
14748
14749         * imap.el (imap-fetch-safe): Bind debug-on-error.
14750         (imap-debug): Add imap-fetch-safe.
14751
14752 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14753
14754         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14755         (auth-source-forget-all-cached): New convenience function.
14756         (auth-source-user-or-password): Accept list of modes or a single mode.
14757
14758         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14759         auth-source modes.
14760
14761         * netrc.el (netrc-machine-user-or-password): Use list of
14762         auth-source modes.
14763
14764         * nnimap.el (nnimap-open-connection): Use list of
14765         auth-source modes.
14766
14767         * nntp.el (nntp-send-authinfo): Use list of
14768         auth-source modes.
14769
14770 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14771
14772         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14773         now.
14774
14775 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14778         coding system in XEmacs; add a workaround for XEmacs.
14779
14780         * lpath.el: Fbind coding-system-aliasee.
14781
14782 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14783
14784         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14785         of current-language-environment.
14786
14787 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14788
14789         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14790         available at runtime.
14791
14792 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14795
14796 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14797
14798         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14799         the greatest positive fixnum value doesn't work under an XEmacs with
14800         bignum support; use the most-positive-fixnum constant instead,
14801         available since Emacs 21.1 with cl and XEmacs 21.1.
14802
14803 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14806         XEmacs gets not to work.
14807
14808 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * mm-util.el (mm-coding-system-priorities): Allow the value like
14811         "Japanese (UTF-8)" of current-language-environment.
14812
14813 2009-01-09  Glenn Morris  <rgm@gnu.org>
14814
14815         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14816         with last-command-event.
14817
14818 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14819
14820         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14821         in the doc string.
14822
14823         * message.el (message-fix-before-sending): Amend comment.
14824
14825 2009-01-08  Dave Love  <fx@gnu.org>
14826
14827         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14828
14829 2009-01-07  David Engster  <dengste@eml.cc>
14830
14831         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14832         simplified server definitions by converting it via
14833         gnus-server-to-method.
14834
14835 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14838         parameter's operands.
14839
14840 2009-01-06  David Engster  <dengste@eml.cc>
14841
14842         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14843         primary select method (for gnus-group-mark-article-as-read).
14844
14845 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14846
14847         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14848         `(gnus)Face', not `(gnus)X-Face'.
14849
14850 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * mm-util.el (mm-ucs-to-char): New function.
14853
14854         * mm-url.el (mm-url-decode-entities): Use it.
14855
14856         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14857         unicode-to-char.
14858
14859 2009-01-05  Dave Love  <fx@gnu.org>
14860
14861         * time-date.el: Require cl for `declare'.
14862
14863 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14864
14865         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14866         Dave Love.
14867
14868 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14869
14870         * message.el (message-fix-before-sending): Add `eight-bit' to
14871         illegible-text check.
14872
14873 2009-01-03  Michael Olson  <mwolson@gnu.org>
14874
14875         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14876         `headers' is nil.  This can occur if the IMAP server does not have
14877         permissions to read messages from a folder, but can write new messages
14878         to the folder.
14879         (nnimap-request-article-part): Do not insert `data' if it is nil.
14880
14881         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14882         characters which will confuse `read', so skip past them.
14883
14884 2009-01-01  Dave Love  <fx@gnu.org>
14885
14886         * imap.el (imap-string-to-integer): Fix typo.
14887         (imap-fetch-safe): New function.
14888         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14889
14890         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14891
14892         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14893         (imap-parse-greeting): Fix doc strings.
14894         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14895         (imap-parse-flag-list): Make messages unique.
14896         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14897
14898         * nnimap.el: Fix author email.
14899         (nnimap-split-rule): Add FIXME comment.
14900         (nnimap-debug): Fix doc string.
14901
14902 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14903
14904         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14905
14906 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14907
14908         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14909         nslookup if resolv.conf isn't available.
14910         (dns-query): Rename from query-dns.
14911         (dns-query-cached): Rename from query-dns-cached.
14912
14913 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14916         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14917         to check if those variables exist (first appeared in Emacs 18.50).
14918
14919 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14920
14921         * mm-util.el (mm-line-number-at-pos): New function.
14922
14923         * spam-report.el (spam-report-process-queue): Use it.
14924
14925 2008-12-24  David Engster  <dengste@eml.cc>
14926
14927         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14928         parameters that haven't existed as variables as buffer-local variables.
14929
14930 2008-12-23  Dave Love  <fx@gnu.org>
14931
14932         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14933         cadar.
14934
14935         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14936         imap-starttls-p.
14937         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14938
14939 2008-12-22  Dave Love  <fx@gnu.org>
14940
14941         * imap.el: Fix author email.  Doc fixes.
14942         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14943         reply.
14944
14945 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14946
14947         * spam-report.el (spam-report-gmane-max-requests): New constant.
14948         (spam-report-gmane-wait): New variable.
14949         (spam-report-gmane-ham, spam-report-gmane-spam)
14950         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14951         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14952         the server.
14953
14954         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14955         Add explanations.
14956
14957         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14958         nnheader-accept-process-output and nnheader-read-timeout if available.
14959         (pop3-movemail): Use it.
14960
14961         * message.el (message-check-news-body-syntax): Fix signature check if
14962         there's an attachment.
14963
14964 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * mm-util.el: Add comments to the mm- emulating functions.
14967
14968 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14969
14970         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14971         Reported by Stephen Berman <stephen.berman@gmx.net>.
14972
14973 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14974
14975         * mm-util.el (mm-substring-no-properties): New function.
14976         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14977         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14978         (mm-string-to-multibyte): Doc fix.
14979
14980         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14981
14982 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14983
14984         * mml.el (mml-attach-file): Strip text properties from file name.
14985         (Bug#1574)
14986
14987 2008-12-16  Glenn Morris  <rgm@gnu.org>
14988
14989         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14990
14991 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14994         knows since the charset specified might be a bogus alias that
14995         mm-charset-synonym-alist provides.
14996
14997 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14998
14999         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
15000         "ISO_8859-1".
15001
15002         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
15003
15004 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * mm-util.el (mm-charset-eval-alist):
15007         Define it before mm-charset-to-coding-system.
15008         (mm-charset-to-coding-system): Add optional argument `silent';
15009         define it before mm-charset-override-alist.
15010         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
15011         default value if it can be used in Emacs currently running;
15012         silence mm-charset-to-coding-system.
15013
15014 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
15017         `allow-override' which says whether to use `mm-charset-override-alist'.
15018         (rfc2047-decode-encoded-words): Use it.
15019
15020         * mm-util.el (mm-charset-override-alist): Fix custom type;
15021         add `(gb2312 . gbk)' to choices.
15022
15023 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15024
15025         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
15026         fast.
15027
15028         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15029
15030         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
15031
15032 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
15033
15034         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
15035         on links.
15036
15037         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15038
15039 2008-12-03  Lute Kamstra  <lute@gnu.org>
15040
15041         * sha1.el: Remove leading * from docstrings of defcustoms,
15042         deffaces, defconsts and defuns.
15043
15044 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15045
15046         * message.el (message-idna-to-ascii-rhs-1): Protect against local
15047         users' addresses that don't have domain parts.
15048         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
15049         rather than message-narrow-to-head since there will be the message
15050         header separator.
15051
15052 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15053
15054         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
15055         since the result is inserted in a unibyte buffer anyway.
15056         (nnimap-demule-use-string-to-multibyte): Remove.
15057         (nnimap-demule): Alias it to mm-string-to-multibyte.
15058
15059 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15060
15061         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
15062         variable for debugging bug#464 and bug#1174.
15063         (nnimap-demule): Use it.
15064
15065 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15066
15067         * gnus-score.el (gnus-score-find-trace): Handle default score in total
15068         score calculation correctly.
15069
15070 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15071
15072         * message.el (message-send-mail): Just set the buffer to unibyte
15073         rather than use mm-with-unibyte-current-buffer which does a lot more.
15074         (message-send-mail-partially): Don't bother with
15075         mm-with-unibyte-current-buffer since it's already been made unibyte by
15076         message-send-mail.
15077
15078 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
15079
15080         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
15081
15082 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
15083
15084         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
15085
15086 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
15089         require itself and to remove `with-no-warnings'.
15090
15091 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
15092
15093         * starttls.el (starttls-any-program-available): Get the name of the
15094         available TLS layer program.
15095         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
15096         well as the host name in the "opening" message.
15097
15098         * auth-source.el (auth-source-cache, auth-source-do-cache)
15099         (auth-source-user-or-password): Cache passwords and logins by default,
15100         allow override with `auth-source-do-cache'.
15101         (auth-source-forget-user-or-password): Allow users to remove cache
15102         entries if needed.
15103
15104 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15105
15106         * md4.el (md4-buffer): Fix typo in docstring.
15107         (md4, md4-64): Doc fixes.
15108         (md4-pack-int32): Reflow docstring.
15109
15110 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15111
15112         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15113         condition-case to only the forward-sexp call.
15114
15115 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15116
15117         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15118         quotes contained.  Make it more robust regardless by an extra
15119         condition-case wrapper.
15120
15121 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15124
15125 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * nnml.el (nnml-request-expire-articles): Check if the function set to
15128         `nnmail-expiry-target' returns the symbol `delete'.
15129
15130         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15131
15132         * nnmail.el (nnmail-expiry-target): Fix custom type.
15133
15134 2008-10-02  Glenn Morris  <rgm@gnu.org>
15135
15136         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15137         Silence compiler warning.
15138
15139 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15140
15141         * tls.el (open-tls-stream): Show the actual command being
15142         executed, instead of the format string.
15143
15144 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15145
15146         * lpath.el: Fbind codepage-setup for Emacs 23.
15147
15148 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15149
15150         * mml.el (mml-menu): Don't assume mml2015 is bound.
15151
15152 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15155         exists.
15156
15157 2008-09-27  Glenn Morris  <rgm@gnu.org>
15158
15159         * gnus-util.el (mail-header-remove-comments): Autoload it.
15160
15161 2008-09-27  Andreas Schwab  <schwab@suse.de>
15162
15163         * gnus-util.el (gnus-split-references): Strip comments.
15164         (gnus-parent-id): Likewise.
15165
15166 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15167
15168         * message.el (message-confirm-send): Fix version.
15169
15170 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * message.el (message-idna-to-ascii-rhs-1): Use
15173         mail-extract-address-components rather than mail-header-parse-addresses
15174         that is an alias by default to ietf-drums-parse-addresses that does not
15175         support non-ASCII names in headers' contents.
15176
15177 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15178
15179         * message.el (message-confirm-send): Fix variable documentation to
15180         avoid the "y/n" wording.
15181
15182 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15183
15184         * message.el (message-set-auto-save-file-name): Save to a different
15185         filename so multiple messages (especially drafts) can be recovered.
15186
15187 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15188
15189         * message.el (message-confirm-send): Add appropriate version.
15190
15191 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15192
15193         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15194         defvar.
15195
15196 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15197
15198         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15199         (mm-pkcs7-enveloped-magic): Ditto.
15200
15201 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15202
15203         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15204         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15205
15206 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15207
15208         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15209         default, it's better.
15210
15211 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15212
15213         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15214         summary line gnus-number property and ignore them (with a warning
15215         message).
15216
15217 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15220         macro caddr in the interactive form since it won't be expanded.
15221
15222 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15225         `charset'; fix name of function called recursively.
15226         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15227
15228 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15231         (gnus-mime-set-charset-parameters): New function.
15232         (gnus-mime-view-part-as-charset): Use it to correctly display part
15233         specifying wrong charset.
15234
15235 2008-09-08  David Engster  <dengste@eml.cc>
15236
15237         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15238         in completing-read for back end server.
15239
15240 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15241
15242         * message.el (message-confirm-send): New variable to confirm sending a
15243         message.
15244         (message-send): Use it.
15245
15246 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15247
15248         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15249
15250 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15251
15252         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15253
15254 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15255
15256         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15257         prevent tracking too many groups.
15258         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15259         Use it.
15260
15261 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15262
15263         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15264         moving point to the bottom of the window in order to avoid recentering.
15265
15266 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15269
15270         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15271         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15272         (gnus-article-beginning-of-window): Fix calculation.
15273
15274 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * gnus-msg.el (gnus-summary-supersede-article)
15277         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15278         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15279         message header.
15280
15281 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15282
15283         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15284         pending output coming after the status change.
15285
15286 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15287
15288         * message.el:
15289         * gnus-start.el:
15290         * gnus-registry.el: Remove VMS support.
15291
15292 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15295         macro.
15296         (rfc2104-hash): Use it.
15297
15298 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15299
15300         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15301         (gnus-summary-sort-by-most-recent-date): New commands.
15302         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15303         and menu entries.
15304
15305 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15308         don't redisplay article for raw contents; remove plural articles stuff.
15309
15310         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15311         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15312         on gnus-summary-save-article; display results properly.
15313
15314 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15315
15316         * lpath.el: No need to fbind ns-focus-frame.
15317
15318 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15321
15322 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15323
15324         * gnus-art.el (gnus-summary-save-in-pipe):
15325         Consider gnus-save-all-headers.
15326
15327 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15328
15329         * gnus-util.el (ns-focus-frame): Remove declaration.
15330         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15331         like x.
15332
15333 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15334
15335         * rfc2104.el (rfc2104-zero): Delete defconst.
15336         (rfc2104-hex-alist): Likewise.
15337         (rfc2104-hex-to-int): Delete func.
15338         (rfc2104-hexstring-to-bitstring): Likewise.
15339         (rfc2104-nybbles): New defconst.
15340         (rfc2104-hash): Rewrite for speed.
15341
15342 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * tls.el (open-tls-stream): Make it work with the 2nd argument
15345         BUFFER that is a string but does not exist as a buffer object, as
15346         mentioned in the doc-string.
15347
15348 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15351         SXEmacs.
15352
15353 2008-07-16  Glenn Morris  <rgm@gnu.org>
15354
15355         * gnus-util.el (ns-focus-frame): Declare for compiler.
15356
15357 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15360         set as a group parameter.
15361         (gnus-summary-save-in-pipe): Work when it is called independently.
15362         (gnus-summary-pipe-to-muttprint): Don't modify
15363         gnus-summary-pipe-output-default-command.
15364
15365 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15366
15367         * message.el (message-send-mail-with-sendmail):
15368         Display the error message.
15369
15370 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * gnus-art.el (gnus-default-article-saver):
15373         Add gnus-summary-save-in-pipe to choices.
15374         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15375         gnus-summary-pipe-output-default-command as the default command.
15376         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15377         instead of gnus-last-shell-command.
15378
15379         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15380         New user option.
15381         (gnus-summary-muttprint-program): Mention the value will be changed.
15382         (gnus-summary-save-article): Force showing of all headers.
15383         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15384
15385 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15386
15387         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15388
15389 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15390
15391         * nnimap.el (nnimap-id):
15392         * sieve-manage.el (sieve-manage-open): Doc fixes.
15393
15394 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15395
15396         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15397         if available.
15398
15399 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15400
15401         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15402
15403         * nnkiboze.el (nnkiboze-generate-group):
15404         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15405
15406         * nnmairix.el: Require CL.
15407
15408 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15409
15410         * dgnushack.el: Autoload get-display-table and put-display-table for
15411         XEmacs 21.5.
15412
15413         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15414         21.4 and SXEmacs.
15415
15416 2008-06-15  David Engster  <dengste@eml.cc>
15417
15418         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15419
15420 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15421
15422         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15423         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15424         runtime choice under XEmacs.
15425
15426         * gnus-sum.el (gnus-summary-set-display-table):
15427         Use `gnus-put-display-table', `gnus-get-display-table',
15428         `gnus-set-display-table' for the display table, instead of `aset'.
15429
15430         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15431         Use `gnus-put-display-table', `gnus-get-display-table',
15432         `gnus-set-display-table' for the display table.
15433
15434 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15435
15436         * nnmairix.el: Add autoloads.
15437
15438 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15439
15440         * nnmairix.el (nnmairix-delete-recreate-group)
15441         (nnmairix-update-and-clear-marks): Fix error messages.
15442
15443 2008-06-14  David Engster  <dengste@eml.cc>
15444
15445         * nnmairix.el: Upgrade to version 0.6.
15446         (nnmairix-group-toggle-propmarks-this-group)
15447         (nnmairix-group-toggle-readmarks-this-group)
15448         (nnmairix-group-delete-recreate-this-group)
15449         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15450         (nnmairix-remove-tick-mark-original-article): New commands.
15451         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15452         (nnmairix-propagate-marks-to-nnmairix-groups)
15453         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15454         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15455         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15456         functions needed for marks propagation and manipulation of read marks.
15457         (nnmairix-update-groups): New function.
15458         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15459         (nnmairix-determine-original-group-from-registry)
15460         (nnmairix-determine-original-group-from-path)
15461         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15462         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15463         New helper functions.
15464         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15465         keystrokes for new commands.
15466         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15467         (nnmairix-request-group): Check allow-fast group parameter.
15468         (nnmairix-request-create-group): Set allow-fast group parameter if
15469         nnmairix-allowfast-default is set.
15470         (nnmairix-close-group): Propagate marks upon closing if needed.
15471         (nnmairix-group-toggle-threads-this-group): Use new.
15472         nnmairix-group-toggle-parameter helper function.
15473         (nnmairix-search): Better check for empty search result.
15474         (nnmairix-goto-original-article): Use new helper functions for
15475         determining original article.
15476         (nnmairix-show-original-article): Make sure message-id is in brackets.
15477         (nnmairix-call-mairix-binary): Change variable name.
15478         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15479         helper function.
15480         (nnmairix-widget-toggle-activate): Fix doc string.
15481
15482 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * nnir.el: Require edmacro when compiling with XEmacs.
15485         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15486         available in Emacs 21.
15487
15488 2008-06-11  Glenn Morris  <rgm@gnu.org>
15489
15490         * gnus-util.el (x-focus-frame):
15491         * gnus.el (image-size):
15492         * mm-decode.el (image-size): Declare.
15493
15494         * gnus-picon.el (declare-function): Add compat definition.
15495         (image-size): Declare.
15496
15497         * gnus-group.el (tool-bar-map):
15498         * gnus-sum.el (tool-bar-map): Define for compiler.
15499
15500         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15501
15502         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15503
15504         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15505         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15506         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15507         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15508         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15509         * sieve-manage.el, spam-report.el, spam.el:
15510         Remove unnecessary eval-and-compile of autoloads.
15511
15512 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15513
15514         * auth-source.el: Precise Tramp doc.
15515
15516 2008-06-07  Glenn Morris  <rgm@gnu.org>
15517
15518         * nnmairix.el: Remove unnecessary eval-when-compile.
15519
15520 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * lpath.el: Fbind propertize for XEmacs 21.4.
15523
15524 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15525
15526         * nnir.el: Move here from ../contrib.
15527
15528 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15529
15530         * gnus-util.el (gnus-read-shell-command): New function.
15531         * mm-decode.el (mm-pipe-part):
15532         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15533
15534 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15535
15536         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15537
15538 2008-06-03  Glenn Morris  <rgm@gnu.org>
15539
15540         * pop3.el (nnheader-accept-process-output): Autoload it.
15541
15542 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15545         are not 2-digit hexadecimal characters that follow `%'s.
15546
15547 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15548
15549         * message.el (message-bogus-recipient-p): Fix type in doc string.
15550         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15551         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15552         Improve custom options.
15553         (message-bogus-recipient-p): Adjust accordingly.
15554
15555 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15556
15557         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15558         long-form month and day names.
15559
15560 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15561
15562         * dgnushack.el: Autoload debug, eudc-expand-inline and
15563         pgg-snarf-keys-region for XEmacs.
15564
15565         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15566
15567         * nnmairix.el: Require edmacro when compiling with XEmacs.
15568
15569 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15570
15571         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15572         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15573
15574 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15575
15576         * auth-source.el: Add more docs.
15577
15578         * netrc.el (netrc-machine): Always match if the port is not given.
15579
15580 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15581
15582         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15583         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15584         retrieval faster in some cases, but might make CPU usage larger.
15585         If this has any bad side effects, we might revert this change.
15586
15587         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15588         seems to make mail retrieval much, much faster.
15589         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15590         unconditionally.
15591
15592         * gnus-draft.el (gnus-group-send-queue):
15593         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15594
15595 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15596
15597         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15598
15599         * message.el (message-bogus-address-regexp): Fix and improve custom
15600         type.
15601         (message-setup-hook): Add message-check-recipients as custom option.
15602
15603 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15604
15605         * message.el (message-cite-function): Remove bogus autoload which crept
15606         in during merge from v5-10.
15607
15608 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15609
15610         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15611
15612         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15613
15614         * auth-source.el: Preliminary Tramp docs.
15615         (auth-sources): Change the default auth-sources to use
15616         EPA .gpg files.
15617
15618 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15619
15620         * nntp.el: Autoload `auth-source-user-or-password'.
15621         (nntp-send-authinfo): Use it.
15622
15623         * nnimap.el: Autoload `auth-source-user-or-password'.
15624         (nnimap-open-connection): Use it.
15625
15626         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15627         for the gnus-message function.
15628         (auth-source-user-or-password): Use it.
15629
15630 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15631
15632         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15633         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15634         (rfc2104-hash): Use it.
15635
15636 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15637
15638         * gnus-art.el (gnus-article-toggle-truncate-lines):
15639         Don't use `iff' in docstring.
15640
15641 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15642
15643         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15644
15645         * gnus-util.el (gnus-extract-address-component-name)
15646         (gnus-extract-address-component-email): Convenience functions around
15647         `gnus-extract-address-components'.
15648
15649         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15650         Use `gnus-extract-address-component-email' to fix bug of comparing full
15651         sender name to `user-mail-address'.
15652
15653 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15654
15655         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15656         catch/throw to optimize.
15657         (gnus-registry-find-keywords): Just use member to find a keyword.
15658
15659 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15660
15661         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15662         is current before calling gnus-server-prepare.
15663         (gnus-server-setup-buffer, gnus-server-update-server)
15664         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15665
15666 2008-05-04  Juri Linkov  <juri@jurta.org>
15667
15668         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15669         (mailcap-file-default-commands): Use mailcap-replace-in-string
15670         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15671         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15672
15673 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15674
15675         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15676
15677 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15678
15679         * gnus.el: Bump version to 0.11.
15680
15681 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15682
15683         * gnus.el: No Gnus v0.10 is released.
15684
15685 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15686
15687         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15688         hooks.
15689         (gnus-update-read-articles): Speed up non-marks-using users.
15690         (gnus-use-marks): Define gnus-use-marks.
15691         (gnus-propagate-marks): Rename variable to something more sensible.
15692
15693 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15694
15695         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15696         (gmm-image-load-path-for-library): Fix typos in docstrings.
15697         (gmm-message): Reflow docstring.
15698
15699 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15700
15701         * mail-source.el (mail-source-set-1, mail-source-bind):
15702         Move auth-source code out of the macro to clean it up and fix bugs.
15703
15704 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15705
15706         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15707         by sender if it's equal to user-mail-address, it's likely to be
15708         useless.
15709
15710         * mail-source.el (mail-source-bind): Don't use user or password if they
15711         are not bound.  Unintern them if they are nil.  Don't use server unless
15712         it's bound, and default it to empty string otherwise.
15713
15714 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15715
15716         * mail-source.el: Load auth-source.el.
15717         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15718         get user name or password, if auth-sources is set up.
15719
15720         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15721         strategy of splitting with parent.
15722         (gnus-registry-split-fancy-with-parent)
15723         (gnus-registry-post-process-groups): Use it and fix prior
15724         bug (returning a list as the split result).
15725
15726         * auth-source.el (auth-sources): Remove server parameter.
15727         (auth-source-pick, auth-source-user-or-password)
15728         (auth-source-user-or-password-imap)
15729         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15730         (auth-source-user-or-password-sftp)
15731         (auth-source-user-or-password-smtp): Remove server parameter.
15732
15733 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15734
15735         * smime.el (smime-sign-region, smime-encrypt-region)
15736         (smime-decrypt-region):
15737         Remove redundant calls to `generate-new-buffer-name'.
15738
15739 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15740
15741         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15742         Don't use QP for message/rfc822.
15743         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15744
15745 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15746
15747         * sieve-manage.el (sieve-string-bytes): Remove.
15748         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15749         correct byte-length only if the process's coding-system is the same as
15750         the one used internally by Emacs to represent strings.
15751
15752 2008-04-22  Juri Linkov  <juri@jurta.org>
15753
15754         * mailcap.el (mailcap-file-default-commands): New function.
15755
15756 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15757
15758         * message.el (message-signature-separator, message-cite-function):
15759         Change custom version.
15760
15761 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15762
15763         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15764         commands.
15765         (tls-checktrust): Ditto.
15766
15767 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15768
15769         * mm-decode.el (mm-display-external): Make temp file read-only.
15770
15771 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15772
15773         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15774         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15775         `C-c C-f d'.
15776
15777 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15778
15779         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15780
15781 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15782
15783         * gnus.el: Bump version to 0.9.
15784
15785 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15786
15787         * gnus.el: No Gnus v0.8 is released.
15788
15789 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15790
15791         * mail-source.el (mail-source-value):
15792         Prefer fboundp to functionp so it works with macros as well.
15793
15794 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15795
15796         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15797         Fix last change in case the element is not even a symbol.
15798
15799 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15800
15801         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15802         Prefer fboundp to functionp so it works with macros as well.
15803
15804 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15805
15806         * auth-source.el: Add docs.
15807         (auth-sources): Modify format to support server.
15808         (auth-source-pick, auth-source-user-or-password)
15809         (auth-source-user-or-password-imap)
15810         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15811         (auth-source-user-or-password-sftp)
15812         (auth-source-user-or-password-smtp): Add server parameter.
15813
15814 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15815
15816         * gnus-registry.el: Initialize the registry when gnus-registry-install
15817         is t.
15818
15819 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15820
15821         * compface.el (uncompface): Make buffer unibyte.
15822
15823 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15824
15825         * mail-source.el (mail-source-value):
15826         Prefer fboundp to functionp so it works with macros as well.
15827
15828 2008-04-05  Glenn Morris  <rgm@gnu.org>
15829
15830         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15831
15832 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15833
15834         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15835         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15836
15837         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15838         multibyteness after rather than before erasing it.
15839
15840         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15841         mm-with-multibyte.
15842         (gnus-request-article-this-buffer): Make sure the proper decoding is
15843         used if gnus-original-article-buffer happens to be unibyte.
15844
15845         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15846         default-enable-multibyte-characters.
15847
15848         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15849         default-enable-multibyte-characters.
15850
15851         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15852
15853         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15854
15855 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15856
15857         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15858         Fix last change in case the element is not even a symbol.
15859
15860 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15861
15862         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15863         (imap-message-copyuid-1): Use it.
15864         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15865         J. Williams in
15866         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15867
15868         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15869         imap-enable-exchange-bug-workaround.
15870         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15871
15872 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15873
15874         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15875         a 100 byte status-checks into a 2-3MB transfer for each group.
15876         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15877         to enable bug workaround or not.
15878         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15879
15880 2008-03-31  Glenn Morris  <rgm@gnu.org>
15881
15882         * message.el (mml2015-use): Declare for compiler.
15883         (message-info): Require mml2015 when appropriate.
15884
15885 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15886
15887         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15888         whitespace.
15889
15890 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15891
15892         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15893         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15894         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15895         (nntp-service-to-port): New function.
15896         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15897         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15898         (nntp-open-netcat-stream): New function.
15899         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15900
15901 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15902
15903         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15904
15905 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15906
15907         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15908
15909 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15910
15911         * dns.el (dns-write): Use set-buffer-multibyte.
15912
15913 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15914
15915         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15916
15917 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15918
15919         * message.el (message-signature-separator): Change default.
15920         Improve custom type.
15921         (message-cite-function): Change default to
15922         message-cite-original-without-signature.
15923
15924         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15925         toggle.
15926
15927         * message.el (message-check-news-body-syntax): Fix signature check.
15928         (message-setup-1): Mark buffer as unmodified _after_ running
15929         message-setup-hook and handling message-alternative-emails.
15930         (message-shorten-references): Be more strict when building list of
15931         valid references to comply with GNKSA.
15932
15933         * gnus-group.el (gnus-read-ephemeral-bug-group)
15934         (gnus-read-ephemeral-debian-bug-group)
15935         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15936
15937         * message.el (message-info): Don't use booleanp which isn't supported
15938         in Emacs 21 and XEmacs.
15939
15940 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15941
15942         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15943         gnus-group-gmane-group-download-format.
15944         (gnus-group-read-ephemeral-gmane-group): Rename from
15945         gnus-group-read-ephemeral-gmane-group.
15946         (gnus-read-ephemeral-gmane-group-url): Rename from
15947         gnus-group-read-ephemeral-gmane-group-url.
15948         (gnus-bug-group-download-format-alist): New variable.
15949         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15950         (gnus-read-ephemeral-emacs-bug-group): New commands.
15951
15952 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15953
15954         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15955         (gnus-visible-headers): Improve custom type.
15956
15957 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15958
15959         * mml.el (mml-menu): Add workarounds for XEmacs.
15960
15961         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15962         X-Boundary header.
15963
15964         * message.el (message-simplify-recipients): Fix previous commit.
15965
15966 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15967
15968         * mm-util.el (mm-set-buffer-multibyte): New function.
15969         * mm-decode.el (mm-copy-to-buffer): Use it.
15970
15971         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15972         Prefer fboundp to functionp so it works with macros as well.
15973
15974 2008-03-19  Glenn Morris  <rgm@gnu.org>
15975
15976         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15977         Accidentally removed in the sync process with Emacs.
15978
15979 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15980
15981         * message.el (message-alter-recipients-discard-bogus-full-name):
15982         New function.
15983         (message-alter-recipients-function): New variable.
15984         (message-get-reply-headers): Use it.
15985         (message-replace-header): New helper function.
15986         (message-recipients-without-full-name): New variable.
15987         (message-simplify-recipients): New command.
15988
15989         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15990
15991         * message.el (message-info): Handle EasyPG manual.
15992
15993         * mml.el (mml-menu): Add entry for EasyPG.
15994
15995 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15996
15997         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15998         parameter.
15999
16000         * message.el (message-disassociate-draft): Specify drafts group name
16001         fully.
16002
16003 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
16004
16005         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16006         Eliminate unnecessary duplicates from the match list.
16007
16008 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16009
16010         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
16011
16012         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
16013
16014         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
16015         args of `how-many' of which the XEmacs version doesn't take; declare
16016         Info-index-next as function.
16017
16018 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16019
16020         * gnus-score.el (gnus-score-headers): Fix handling of
16021         gnus-inhibit-slow-scoring.
16022
16023         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
16024         string.
16025         (gnus-button-url-regexp): Improve handling of parenthesis.
16026         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
16027         (gnus-button-handle-info-keystrokes): Handle index entries.
16028
16029 2008-03-15  Glenn Morris  <rgm@gnu.org>
16030
16031         * parse-time.el (parse-time-string): Simplify.
16032
16033 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16034
16035         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
16036         Incoming* files.
16037
16038 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16039
16040         * auth-source.el (auth-sources): Rename from auth-source-choices.
16041         (auth-source-pick): Use it.
16042
16043 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16044
16045         * binhex.el (binhex-decode-region-internal):
16046         * uudecode.el (uudecode-decode-region-internal):
16047         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16048         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16049         setting default-enable-multibyte-characters.
16050
16051 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16052
16053         * auth-source.el (auth-source-protocols)
16054         (auth-source-protocols-customize, auth-source-choices): Add and
16055         modified variable customizations and defaults.
16056         (auth-source-pick, auth-source-user-or-password)
16057         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
16058         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
16059         (auth-source-user-or-password-sftp)
16060         (auth-source-user-or-password-smtp): Use new variables and provide an
16061         interface to netrc.el.
16062
16063 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
16066         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
16067         Make sure the nntp port to specify is a string.
16068
16069 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16070
16071         * nntp.el: Use with-current-buffer.
16072         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
16073         dubious mm-with-unibyte-current-buffer.
16074         (nntp-with-open-group-function): New function extracted from
16075         nntp-with-open-group macro.
16076         (nntp-with-open-group): Use the function, so it's easier to debug.
16077         Add indentation and debugging info.
16078         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
16079         Recommend the use of the netcat alternatives.
16080
16081         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
16082         Avoid mm-string-as-multibyte as well.
16083
16084         * nnweb.el (nnweb-insert-html):
16085         Remove use of nnheader-string-as-multibyte.
16086
16087         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
16088         (nnheader-string-as-multibyte): Remove.
16089
16090         * mm-view.el: Use inhibit-read-only.
16091         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
16092         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
16093         or unibyte-string.
16094
16095         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
16096         (mm-uu-yenc-extract): Use with-current-buffer.
16097
16098         * gnus-soup.el (gnus-soup-send-packet): Don't use
16099         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16100
16101         * nnmh.el: Use with-current-buffer.
16102         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16103         mm-string-as-multibyte on the output of mm-encode-coding-string.
16104
16105         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16106         (nnimap-request-move-article): Use with-current-buffer.
16107
16108         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16109         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16110         conversion uses string-make-unibyte rather than string-as-unibyte.
16111
16112         * gnus-msg.el: Use with-current-buffer.
16113
16114         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16115
16116 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16117
16118         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16119         string for caching if it is 'PIN.
16120
16121 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * lpath.el: Consider the case without Emacs/W3.
16124
16125 2008-03-08  Glenn Morris  <rgm@gnu.org>
16126
16127         * time-date.el (date-to-time, time-subtract, time-add)
16128         (safe-date-to-time): Doc fixes.
16129
16130 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16131
16132         * mail-source.el (mail-source-delete-old-incoming-confirm):
16133         Change default to nil.
16134         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16135
16136 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * lpath.el: Rearrange.
16139
16140         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16141         (gnus-article-goto-prev-page): Work for articles having ^L's.
16142
16143         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16144
16145         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16146
16147 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16148
16149         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16150         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16151         (gnus-bookmark-jump): Adjust some variable names.
16152
16153 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16154
16155         * auth-source.el: New package.
16156         (auth-source-choices): Add customization entry point variable.
16157
16158         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16159         bug.
16160
16161 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16162
16163         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16164         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16165         (gnus-registry-install-shortcuts): Rename from
16166         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16167         the `gnus-registry-mark-map' keymap dynamically from
16168         `gnus-registry-marks'.  The generated functions update the summary line
16169         when a registry mark is added or deleted, and will call
16170         `gnus-registry-install-p' (see the comments in the code).
16171         (gnus-registry-user-format-function-M): Use concat intelligently.
16172
16173         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16174         the registry mark functions.
16175
16176 2008-03-05  Glenn Morris  <rgm@gnu.org>
16177
16178         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16179         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16180         gnus-art.
16181         (top-level): No need to load own source when compiling.
16182
16183 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16184
16185         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16186         Suggested by <chris.anderton@zetnet.co.uk>.
16187
16188 2008-03-04  Glenn Morris  <rgm@gnu.org>
16189
16190         * gnus-sum.el (top-level): No need to require gnus when compiling,
16191         since unconditionally required near start of file.
16192         (gnus-summary-display-while-building): Move definition before use.
16193
16194 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16195
16196         * gnus-registry.el (gnus-registry-user-format-function-M):
16197         Add formatting function.
16198
16199 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16200
16201         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16202         with plists.
16203         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16204         Use new format.
16205
16206 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16207
16208         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16209         `where-is-internal' that returns a range of key sequences.
16210
16211 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16212
16213         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16214
16215         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16216         (gnus-summary-jump-to-group): Consider windows on other displayed
16217         frames as well.  Similar changes might be needed elsewhere, but that's
16218         the one I've bumped into during my use.
16219
16220         * nndoc.el (nndoc-oe-dbx-type-p):
16221         * gnus-msg.el (gnus-debug):
16222         * gnus-group.el (gnus-update-group-mark-positions):
16223         Use mm-string-to-multibyte.
16224
16225 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16226
16227         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16228         doesn't handle NotDashEscaped.
16229
16230         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16231         (mml-dnd-attach-options): Fix typo in custom choice.
16232
16233         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16234         Change nndoc-article-type to mbox.
16235         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16236
16237         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16238         to nil, instead of html2text.
16239
16240         * imap.el (imap-debug): Add `imap-ping-server'.
16241
16242         * gnus-bookmark.el: Add FIXMEs.
16243
16244         * message.el (message-form-letter-separator)
16245         (message-send-form-letter-delay): New variables.
16246         (message-send-form-letter): Use them.  New command to send form
16247         letters.  Requested by Uwe Siart.
16248         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16249
16250 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16251
16252         * Update copyright years.
16253
16254 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16255
16256         Sync from EMACS_22_BASE.
16257
16258         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16259
16260 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16261
16262         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16263         empty author.
16264
16265 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16266
16267         * gnus-registry.el (gnus-registry-marks): Add variable for
16268         customization of marks and their appearance.
16269         (gnus-registry-read-mark): Use it.
16270         (gnus-registry-do-marks): Add utility function to loop through
16271         `gnus-registry-marks'.
16272         (gnus-registry-install-shortcuts-and-menus): Add function to install
16273         shortcuts and menus.
16274         (gnus-registry-initialize): Use it.
16275         (gnus-registry-default-mark): Clarify documentation.
16276
16277 2008-02-29  Glenn Morris  <rgm@gnu.org>
16278
16279         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16280         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16281         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16282         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16283         Change defcustom :version from 23.0 to 23.1.
16284
16285 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16286
16287         * gnus-registry.el (gnus-registry-follow-group-p)
16288         (gnus-registry-post-process-groups): Add functions to aid registry
16289         splitting and improve logging.  Clarify behavior in function
16290         documentation.
16291         (gnus-registry-split-fancy-with-parent): Use them.
16292
16293 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16294
16295         * gnus-art.el: Use with-current-buffer.
16296
16297 2008-02-27  David Engster  <dengste@eml.cc>
16298
16299         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16300         Express real group name in the response.
16301
16302 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16305         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16306         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16307         autoload gnus-registry-fetch-group when compiling.
16308         (nnmairix-request-group-with-article-number-correction):
16309         Remove unreferenced argument passed to nnmairix-call-backend.
16310
16311 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16312
16313         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16314         (mm-uu-extract): Improve face for low color ttys.
16315         Reported by Sascha Wilde.
16316
16317 2008-02-27  Glenn Morris  <rgm@gnu.org>
16318
16319         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16320         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16321         variables to defconsts.  Convert comments to doc-strings.
16322         (nnmairix-last-server, nnmairix-current-server): Convert from free
16323         variables to defvars.  Convert comments to doc-strings.
16324         (gnus-registry-fetch-group): Autoload.
16325         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16326         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16327         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16328         caddr.
16329         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16330         nnmairix-request-group-with-article-number-correction call.
16331         (nnmairix-fast, nnmairix-group): New, less general names, for free
16332         variables passed from nnmairix-request-group to
16333         nnmairix-request-group-with-article-number-correction.  Declare.
16334         (nnmairix-request-group-with-article-number-correction):
16335         Use nnmairix-fast, nnmairix-group rather than fast, group.
16336
16337 2008-02-26  David Engster  <dengste@eml.cc>
16338
16339         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16340         version 0.5.
16341
16342 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16343
16344         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16345         instead of making an extra function call.  Don't add the current group
16346         to articles only when they have the group.  Use
16347         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16348         Reported by David <de_bb@arcor.de>.
16349
16350 2008-02-24  Miles Bader  <miles@gnu.org>
16351
16352         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16353         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16354         (mm-find-mime-charset-region):
16355         * mm-bodies.el (mm-encode-body):
16356         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16357
16358 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16359
16360         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16361         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16362
16363 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16364
16365         * mail-source.el (mail-source-delete-incoming): Change default.
16366         Supplement doc string.
16367
16368         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16369
16370 2008-02-14  Glenn Morris  <rgm@gnu.org>
16371
16372         * time-date.el (format-seconds): New function.
16373
16374 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16375
16376         * nnmail.el (nnmail-message-id-cache-file): Derive from
16377         `gnus-home-directory'.
16378
16379 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16380
16381         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16382         Document negative prefix.
16383
16384         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16385
16386 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16387
16388         * message.el (message-unsent-separator): Add the Exim bounce
16389         separator.
16390
16391 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16392
16393         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16394         list.
16395         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16396         recipient/signer list.
16397
16398 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * Makefile.in (datarootdir): Define.
16401         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16402         name that might contain whitespace.
16403
16404 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16405
16406         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16407         fbound (Emacs 23 unicode), signal an error.
16408
16409 2008-02-08  Glenn Morris  <rgm@gnu.org>
16410
16411         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16412
16413 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16414
16415         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16416         ports to the calls to `netrc-machine-user-or-password' in addition to
16417         "imap" and "imaps".
16418
16419 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16420
16421         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16422
16423         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16424
16425 2008-02-01  Kenichi Handa  <handa@m17n.org>
16426
16427         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16428         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16429         (rfc2104-hash): Convert the result of concat to unibyte string.
16430
16431 2008-02-01  Dave Love  <fx@gnu.org>
16432
16433         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16434         coding-system-for-read.
16435         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16436
16437 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16438
16439         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16440         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16441         <hanche@math.ntnu.no>.
16442
16443 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16446
16447         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16448
16449 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16450
16451         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16452         * message.el (message-beginning-of-line): Use featurep instead of bound
16453         tests in order to resolve conditionals at compile time.
16454
16455 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16456
16457         * mail-source.el (mail-sources): Add `group' choice.
16458
16459         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16460         parameter `in-group' to control into which group the articles go.
16461         Add treatment of `group' mail-source.
16462
16463 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16466
16467         * mm-decode.el (mm-dissect-buffer): Decode description.
16468
16469         * mml.el (mml-to-mime): Encode message header first.
16470
16471 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16474         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16475
16476         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16477         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16478
16479 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16480
16481         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16482
16483 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16486         prefix keys.
16487         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16488         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16489         gnus-xmas.el.
16490
16491         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16492         (gnus-xmas-article-describe-bindings): New function.
16493         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16494         gnus-xmas-article-describe-bindings.
16495
16496         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16497
16498 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16499
16500         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16501         Add new variables for article mark management.
16502         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16503         list of extra data entries which, when present, will indicate that the
16504         article ID should not be trimmed from the registry.
16505         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16506         functions.
16507         (gnus-registry-read-mark): New function to read a mark name from the
16508         user.
16509         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16510         (gnus-registry-set-article-mark-internal): New functions to add and
16511         remove marks.
16512         (gnus-registry-get-article-marks): New function to show the marks for
16513         an article, or retrieve them for further use.
16514
16515 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16516
16517         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16518         keys when no argument is given.
16519
16520 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16521
16522         * imap.el (imap-ping-server): New variable.
16523         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16524         (imap-ping-server): Minor doc string fixes.
16525
16526 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16527
16528         * imap.el (imap-ping-server): New function.
16529         (imap-opened): Call imap-ping-server.
16530
16531 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16532
16533         * gnus-sum.el (gnus-article-sort-by-random)
16534         (gnus-thread-sort-by-random): Fix doc strings.
16535         Reported by jidanni@jidanni.org.
16536
16537 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16538
16539         * gnus-art.el (gnus-article-describe-bindings): New function.
16540         (gnus-article-read-summary-keys): Use it.
16541         (gnus-article-mode-map): Bind `C-h b' to it.
16542
16543 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16546         XEmacs.
16547         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16548         Protect against non-character events.
16549
16550         * lpath.el: Fbind map-keymap for Emacs 21.
16551
16552 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16553
16554         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16555         New command.
16556         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16557         instead of END.  Change name of the temp file.
16558         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16559         customizable.
16560
16561 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16564         bind `S W' to gnus-article-wide-reply-with-original; set default
16565         binding to gnus-article-read-summary-send-keys.
16566         (gnus-article-read-summary-keys): Fix the order of keys; display
16567         continuation keys correctly in the echo area; describe bindings
16568         correctly when keys end with `C-h'.
16569         (gnus-article-read-summary-send-keys): New function.
16570         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16571         Work for gnus-article-read-summary-send-keys; display continuation keys
16572         correctly in the echo area.
16573         (gnus-article-reply-with-original): Ignore prefix argument.
16574         (gnus-article-wide-reply-with-original): New function.
16575
16576         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16577         Emacs 21.
16578
16579 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16580
16581         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16582         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16583
16584 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16585
16586         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16587         (gnus-group-read-ephemeral-gmane-group): New command.
16588
16589 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16590
16591         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16592
16593 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16594
16595         * message.el (message-send-mail-function): Increase custom version.
16596
16597         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16598         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16599
16600 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16601
16602         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16603         for the cases where imap-authenticate is called with a nil buffer
16604         parameter.
16605
16606 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16607
16608         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16609         html parts correctly; support forwarded messages.
16610         (gnus-article-browse-html-article): Remove work buffers.
16611
16612         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16613         compiling.
16614         (netrc-bound-and-true-p): New macro.
16615         (netrc-parse): Use it instead of bound-and-true-p that is not available
16616         in XEmacs 21.4.
16617
16618 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16619
16620         * gnus-registry.el (gnus-registry-mark-article)
16621         (gnus-registry-article-marks): Add functionality to mark articles
16622         through the Gnus registry.
16623
16624         * encrypt.el: Clarify documentation for the new pgg method.
16625         (encrypt-file-alist): Add PGG option.
16626         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16627         functionality.  Abstract password key and messaging to external
16628         functions.
16629         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16630         (encrypt-message-method-and-cipher): Add new convenience external
16631         functions.
16632         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16633         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16634
16635         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16636         (netrc-parse): Use encrypt-file-alist to determine if
16637         encrypt-find-model or encrypt-insert-file-contents should be used.
16638
16639         * encrypt.el: Clarify documentation.  Load password-cache or
16640         password, whichever one is found first, instead of autoloading.
16641
16642 2007-12-19  Glenn Morris  <rgm@gnu.org>
16643
16644         * mml.el (message-options-set, message-narrow-to-head)
16645         (message-in-body-p, message-mail-p, message-encode-message-body):
16646         Autoload.
16647         (message-remove-header, message-narrow-to-headers-or-head)
16648         (message-subscribed-p, message-make-mail-followup-to)
16649         (message-position-on-field, message-news-p)
16650         (message-options-set-recipient, message-generate-headers)
16651         (message-sort-headers): Declare as functions.
16652
16653 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16656         convention in doc string.
16657
16658 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16659
16660         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16661         title to html parts.
16662         (gnus-article-browse-html-article): Pass message header to it.
16663
16664         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16665
16666 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16667
16668         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16669         or password compatible with XEmacs.
16670
16671 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16672
16673         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16674         format document.
16675         (gnus-mime-delete-part): Don't write description line if empty.
16676         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16677
16678 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16679
16680         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16681         (gnus-summary-mark-read-and-unread-as-read)
16682         (gnus-summary-mark-current-read-and-unread-as-read)
16683         (gnus-summary-mark-unread-as-ticked): Doc fix.
16684         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16685
16686 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16687
16688         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16689         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16690
16691 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16692
16693         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16694         yes-or-no-p.
16695
16696 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * mm-decode.el (mm-add-meta-html-tag): New function.
16699         (mm-save-part-to-file, mm-pipe-part): Use it.
16700
16701         * gnus-art.el (gnus-article-browse-delete-temp-files):
16702         Use gnus-y-or-n-p instead of y-or-n-p.
16703         (gnus-article-browse-html-parts): Work with message/external-body; use
16704         mm-add-meta-html-tag.
16705
16706 2007-12-11  Glenn Morris  <rgm@gnu.org>
16707
16708         * gnus-cache.el: Require gnus-sum not just when compiling.
16709
16710         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16711
16712         * gnus-int.el (gnus-server-opened, gnus-status-message):
16713         Move definitions before use.
16714
16715         * mm-decode.el: Require gnus-util.
16716         (mm-remove-part): Only call delete-annotation on XEmacs.
16717
16718         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16719
16720         * nnmail.el: Require gnus-int.
16721
16722         * spam.el: Move `require's before `eval-when-compile's.
16723
16724         * gnus-ems.el (gnus-alive-p):
16725         * gnus-fun.el (message-goto-eoh):
16726         * gnus-util.el (gnus-group-name-decode):
16727         * mail-source.el (gnus-compress-sequence):
16728         * message.el (Info-goto-node, format-spec):
16729         * mm-bodies.el (message-options-get):
16730         * mm-decode.el (mm-view-pkcs7):
16731         * mm-util.el (gmm-write-region):
16732         * mml-smime.el (mml-compute-boundary)
16733         (gnus-completing-read-with-default):
16734         * mml.el (widget-button-press, gnus-make-hashtable):
16735         * mml1991.el (mm-decode-content-transfer-encoding)
16736         (mm-encode-content-transfer-encoding)
16737         (message-options-get, message-options-set):
16738         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16739         * nnfolder.el (gnus-request-group):
16740         * nnheader.el (ietf-drums-unfold-fws):
16741         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16742         * smime.el (gnus-run-mode-hooks):
16743         * spam-stat.el (gnus-message): Autoload.
16744
16745         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16746         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16747         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16748         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16749         Add declare-function compatibility definition.
16750
16751         * gnus-cache.el (nnvirtual-find-group-art):
16752         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16753         (gnus-add-image, gnus-add-wash-type):
16754         * gnus-group.el (nnkiboze-score-file):
16755         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16756         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16757         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16758         (message-tokenize-header, gnus-get-buffer-create)
16759         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16760         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16761         * gnus.el (gnus-group-decoded-name):
16762         * mail-source.el (imap-capability):
16763         * mm-bodies.el (message-options-set):
16764         * mm-decode.el (gnus-configure-windows):
16765         * mm-extern.el (message-goto-body):
16766         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16767         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16768         (epg-sub-key-validity, message-options-set):
16769         * mml.el (widget-event-point, gnus-configure-windows):
16770         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16771         * mml2015.el (epg-check-configuration, epg-configuration)
16772         (message-options-set):
16773         * nndb.el (nndb-request-article):
16774         * nnfolder.el (gnus-request-create-group):
16775         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16776         * nnmaildir.el (gnus-group-mark-article-read):
16777         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16778         * rfc1843.el (message-fetch-field):
16779         * spam.el (gnus-extract-address-components):
16780         Declare as functions.
16781
16782 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16785
16786         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16787
16788         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16789         bind show-trailing-whitespace for XEmacs.
16790
16791 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16792
16793         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16794         new no-op macro for backward compatibility.
16795
16796         * imap.el (imap-string-to-integer): New function.
16797
16798 2007-12-09  Glenn Morris  <rgm@gnu.org>
16799
16800         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16801
16802         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16803         * message.el, mm-view.el, sieve-manage.el, smime.el:
16804         Add declare-function compatibility definition.
16805
16806         * gnus-art.el (w3-region, w3m-region, Info-menu):
16807         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16808         * gnus-sum.el (gnus-get-predicate):
16809         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16810         * message.el (mail-abbrev-in-expansion-header-p):
16811         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16812         (w3m-detect-meta-charset, w3m-region):
16813         * sieve-manage.el (password-read, password-cache-add)
16814         (password-cache-remove):
16815         * smime.el (password-read-and-add): Declare as functions.
16816
16817 2007-12-08  David Kastrup  <dak@gnu.org>
16818
16819         * gnus-sum.el (gnus-summary-simplify-subject-query):
16820         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16821         `message'.
16822
16823 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16826         it to bind idna-program, installation-directory, defined-colors, and
16827         face-attribute for XEmacs of the version that compiles defcustom forms.
16828
16829 2007-12-07  Glenn Morris  <rgm@gnu.org>
16830
16831         * gnus-art.el (article-make-date-line): Revert previous change.
16832
16833 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16834
16835         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16836
16837 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16838
16839         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16840         Call gnus-add-to-range ranges only once with a prepared article-list.
16841
16842 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16843
16844         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16845         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16846         group names with backslashes.
16847         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16848
16849 2007-12-06  Deepak Goel  <deego3@gmail.com>
16850
16851         * gnus-art.el (article-make-date-line):
16852         * gnus-start.el (gnus-load):
16853         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16854
16855 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * gnus-art.el (gnus-use-idna):
16858         * gnus-start.el (gnus-site-init-file):
16859         * message.el (message-use-idna):
16860         * mm-uu.el (mm-uu-hide-markers):
16861         * smiley.el (smiley-style): Revert changes that suppress warnings.
16862
16863 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16866         specify charset to html source.
16867         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16868
16869 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16870
16871         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16872         idna-program in order to suppress byte compile warning issued by XEmacs
16873         that came to byte compile the default value section of defcustom forms
16874         recently.
16875
16876         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16877         value of installation-directory.
16878
16879         * message.el (message-use-idna): Don't directly refer to the value of
16880         idna-program.
16881
16882         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16883
16884         * smiley.el (smiley-style): Don't directly call face-attribute.
16885
16886 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16887
16888         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16889
16890         * gnus-dired.el: Reduce Gnus dependencies.
16891         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16892         Don't require.  Use autoloads instead.
16893         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16894         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16895         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16896         (gnus-dired-mode): Adjust doc string.
16897         (gnus-dired-mail-mode): New variable.
16898         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16899         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16900         (gnus-dired-mail-buffers): New function.  Return mail or message
16901         composition buffers.
16902         (gnus-dired-attach): Use it.
16903         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16904         NO-DECODE.
16905         (gnus-dired-print): Use `gnus-print-buffer' depending on
16906         `gnus-dired-mail-mode'.
16907
16908 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * rfc2047.el (rfc2047-encoded-word-regexp)
16911         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16912         explaining what regexp patterns are for.
16913
16914 2007-12-04  Glenn Morris  <rgm@gnu.org>
16915
16916         * password.el: Move to password-cache.el.
16917
16918         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16919         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16920         * mml-smime.el (password-read, password-cache-add)
16921         (password-cache-remove):
16922         No need to autoload, since mml-sec requires password.
16923
16924         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16925         * message.el (gnus-extract-address-components):
16926         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16927
16928         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16929         password.
16930
16931 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16932
16933         * mailcap.el: Reduce dependencies.
16934         (mail-header-parse-content-type): Autoload.
16935         (mailcap-delete-duplicates): New alias.
16936         (mailcap-mime-info): Add optional argument NO-DECODE.
16937         (mailcap-mime-types): Use mailcap-delete-duplicates.
16938
16939         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16940
16941 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16942
16943         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16944         (imap-parse-status): Upcase status-att for servers that sends them
16945         lower-case (e.g., MS Exchange 2007).
16946
16947 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16948
16949         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16950         function.
16951
16952         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16953         (gnus-uu-yenc-article): New function.
16954
16955         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16956
16957         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16958
16959 2007-12-02  Glenn Morris  <rgm@gnu.org>
16960
16961         * binhex.el (binhex): New custom group.
16962         (binhex-decoder-program, binhex-decoder-switches)
16963         (binhex-use-external): Move to the binhex custom group.
16964
16965         * uudecode.el (uudecode): New custom group.
16966         (uudecode-decoder-program, uudecode-decoder-switches)
16967         (uudecode-use-external): Move to the uudecode custom group.
16968
16969         * netrc.el (top-level): Don't load `encrypt' features.
16970         (netrc-parse): Don't use encrypt.
16971         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16972
16973         * encrypt.el: Remove file.
16974
16975 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16976
16977         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16978         matches on patches.
16979
16980         * gnus-art.el (gnus-article-browse-html-article):
16981         Mention `mm-text-html-renderer' in the doc string.
16982
16983         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16984         string.  Add comments.
16985
16986         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16987         if rhs is ASCII.
16988
16989 2007-12-01  Glenn Morris  <rgm@gnu.org>
16990
16991         * mail-source.el (top-level): Require format-spec before
16992         eval-when-compile.
16993
16994 2007-11-30  Glenn Morris  <rgm@gnu.org>
16995
16996         * encrypt.el: Require password, rather than autoloading password-read.
16997
16998 2007-11-29  Glenn Morris  <rgm@gnu.org>
16999
17000         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
17001         (sasl-make-client, sasl-next-step, sasl-step-data)
17002         (sasl-step-set-data): Declare as functions.
17003
17004 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
17005
17006         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
17007
17008 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
17009
17010         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
17011         certs should be verified and what is to be done in the event of a
17012         verification failure.
17013
17014         * gnus.el (gnus-method-to-server): Add an optional parameter so the
17015         caller can indicate whether the cache should be disregarded for this
17016         call.  This way the result of the call is reproducible at all times and
17017         can be considered a canonical server name for the supplied method.
17018         (gnus-agent-method-p): Canonicalize server names by pushing their
17019         method through `gnus-method-to-server' using the no-cache argument.
17020
17021         * gnus-srvr.el (gnus-server-insert-server-line):
17022         Call `gnus-method-to-server' with `no-cache' argument.
17023
17024         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
17025         gnus-agent-possibly-synchronize-flags as this should be called when the
17026         server is actually being opened.
17027         (gnus-agent-possibly-synchronize-flags)
17028         (gnus-agent-possibly-synchronize-flags-server): Move check for the
17029         flags file of an agentized server to the latter function.
17030
17031         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
17032         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
17033         after a connection has been established successfully.
17034
17035 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17036
17037         * gnus-art.el (article-display-face): Force to display face if called
17038         interactively; check if gnus-article-x-face-too-ugly matches author.
17039         (article-display-x-face): Display face even if From header is missing
17040         as article-display-face does.
17041
17042 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
17043
17044         * hashcash.el (message-narrow-to-headers-or-head)
17045         (message-fetch-field, message-goto-eoh)
17046         (message-narrow-to-headers): Declare as functions.
17047
17048 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
17049
17050         * mail-source.el (mail-sources): Default to fetch from file for
17051         compatibility with default of nnmail-spool-file.
17052
17053 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17054
17055         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
17056         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
17057         to look for encoded word that should be encoded again.
17058         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
17059         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
17060         encoding pattern.
17061         (rfc2047-decode-region): Switch strict regexp and loose one according
17062         to rfc2047-allow-irregular-q-encoded-words.
17063
17064 2007-11-25  Romain Francoise  <romain@orebokech.com>
17065
17066         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
17067
17068 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17069
17070         * tls.el (tls-program): Provide more custom choices from
17071         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
17072         (tls-process-connection-type, tls-success): Remove "*" in doc string.
17073
17074 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17075
17076         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
17077         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
17078
17079         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
17080         `nnmail-spool-file'.
17081
17082         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
17083         `nnmail-spool-file'.
17084
17085         * gnus-move.el (gnus-change-server): Ditto.
17086
17087         * gnus-kill.el (gnus-batch-score): Ditto.
17088
17089         * gnus-cache.el (gnus-jog-cache): Ditto.
17090
17091         * gnus-msg.el (gnus-summary-reply):
17092         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
17093
17094 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17095
17096         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17097         version.  Minor improvement to doc strings.
17098         (tls-program): Add comment.
17099
17100 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17101
17102         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17103         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17104         mismatch between the hostname provided in the certificate and the name
17105         of the host connnecting to.
17106         (open-tls-stream): Use them.  Check certificates against trusted root
17107         certificates.
17108
17109 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17110
17111         * gnus-cache.el (gnus-cache-generate-nov-databases):
17112         Use nnml-generate-nov-databases-directory instead of
17113         nnml-generate-nov-databases-1.
17114
17115 2007-11-24  Glenn Morris  <rgm@gnu.org>
17116
17117         * message.el (message-tool-bar-retro): Update for rename
17118         mail_send.xpm->mail-send.xpm.
17119
17120 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17121
17122         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17123         `smime-ldap-search' for Emacs 22 and up.
17124
17125 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17126
17127         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17128
17129         * message.el (message-send-mail-function): Fix error convention.
17130         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17131         (message-widen-reply, message-send-mail, message-talkative-question)
17132         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17133         (message-clone-locals, message-send-news): Use with-current-buffer.
17134         (message-insert-or-toggle-importance): Remove unused var `valid'.
17135         (message-make-references): Remove unused var `new-references'.
17136         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17137
17138 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17139
17140         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17141         (spam-split-symbolic-return-positive): Reflow docstring.
17142         (spam-backends, spam-summary-exit-behavior)
17143         (spam-mark-ham-unread-before-move-from-spam-group)
17144         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17145         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17146         (spam-clear-cache, spam-backend-check, spam-install-backend)
17147         (spam-install-statistical-backend, spam-list-of-processors)
17148         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17149         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17150         (spam-check-crm114, spam-initialize, spam-unload-hook):
17151         Fix typos in docstrings.
17152
17153 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17154
17155         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17156         been checked if they have never been read and those group levels are
17157         higher than the one that a user specified.
17158
17159 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17160
17161         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17162         foreign groups unless a group level is specified by a user.
17163         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17164
17165 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17166
17167         * message.el (message-send-mail-function): Require sendmail.
17168
17169 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17170
17171         * message.el (message-send-mail-function): Check for smtpmail too.
17172
17173         * utf7.el (utf7-encode, utf7-decode): Use coding system
17174         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17175
17176         * message.el (message-send-mail-function): New function.
17177         (message-send-mail-function): Set default using
17178         message-send-mail-function.  Adjust doc string.
17179         (message-send-mail-with-mailclient): New function.
17180
17181 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17182
17183         * smime.el (from):
17184         * rfc2047.el (message-posting-charset):
17185         * qp.el (mm-use-ultra-safe-encoding):
17186         * pop3.el (parse-time-months):
17187         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17188         * nnml.el (files):
17189         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17190         (jka-compr-compression-info-list, ange-ftp-path-format)
17191         (efs-path-regexp):
17192         * nndiary.el (files):
17193         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17194         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17195         (epg-digest-algorithm-alist, inhibit-redisplay)
17196         (password-cache-expiry):
17197         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17198         (pgg-output-buffer, password-cache-expiry):
17199         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17200         (efs-path-regexp):
17201         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17202         (inhibit-redisplay):
17203         * mm-uu.el (file-name, start-point, end-point, entry)
17204         (gnus-newsgroup-name, gnus-newsgroup-charset):
17205         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17206         (latin-unity-ucs-list):
17207         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17208         (mm-uu-binhex-decode-function):
17209         * message.el (gnus-message-group-art, gnus-list-identifiers)
17210         (rmail-enable-mime-composing, gnus-local-organization)
17211         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17212         (gnus-read-active-file, facemenu-add-face-function)
17213         (facemenu-remove-face-function, gnus-article-decoded-p)
17214         (tool-bar-mode):
17215         * mail-source.el (display-time-mail-function):
17216         * gnus-util.el (nnmail-pathname-coding-system)
17217         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17218         (gnus-original-article-buffer, gnus-user-agent)
17219         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17220         (xemacs-codename, sxemacs-codename, emacs-program-version):
17221         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17222         * gnus-start.el (gnus-agent-covered-methods)
17223         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17224         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17225         (gnus-newsgroup-headers, gnus-group-list-mode)
17226         (gnus-group-mark-positions, gnus-newsgroup-data)
17227         (gnus-newsgroup-unreads, nnoo-state-alist)
17228         (gnus-current-select-method, mail-sources)
17229         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17230         (nnmail-spool-file, gnus-cache-active-hashtb):
17231         * gnus-mh.el (mh-lib-progs):
17232         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17233         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17234         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17235         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17236         (gnus-group-buffer):
17237         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17238         (font-lock-set-defaults):
17239         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17240         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17241         (gnus-summary-post-menu, total-parts, type, condition, length):
17242         * gnus-agent.el (gnus-agent-read-agentview):
17243         * flow-fill.el (show-trailing-whitespace):
17244         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17245         eval-and-compile wrappers for byte compiler pacifiers.
17246
17247         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17248         (mm-display-inline-fontify): Check for featurep 'xemacs not
17249         extent-list.
17250
17251         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17252         itimer-list.
17253         (mm-create-image-xemacs): Only do something for XEmacs.
17254         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17255
17256         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17257
17258         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17259         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17260
17261 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17262
17263         * nnimap.el (nnimap-split-download-body):
17264         * gnus-demon.el (gnus-demon):
17265         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17266
17267 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17270         New macros.
17271         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17272         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17273         copy data from unibyte buffer to multibyte current buffer.
17274         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17275         to copy data from unibyte current buffer to multibyte buffer.
17276         (nntp-make-process-buffer): Make process buffer unibyte.
17277
17278         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17279
17280 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17281
17282         * pop3.el (pop3-open-server): Accept and process data more robustly at
17283         connection start to avoid spurious "POP SSL connection failed" errors.
17284
17285 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17286
17287         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17288         read group names.
17289
17290 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17291
17292         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17293
17294 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17297         (nnmail-save-active): Use a unibyte buffer when saving active file,
17298         which may contain non-ASCII group names.
17299
17300         * nnml.el (nnml-request-group): Decode group names in messages.
17301
17302 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17303
17304         * message.el (message-citation-line-function)
17305         (message-insert-formatted-citation-line): Fix spelling of
17306         `message-insert-formated-citation-line'.
17307
17308 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17309
17310         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17311
17312 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17313
17314         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17315         nnmail-pathname-coding-system.
17316
17317         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17318         that a user enters; decode group names in messages.
17319
17320         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17321
17322 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17323
17324         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17325
17326         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17327
17328         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17329         risky local variable.
17330
17331         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17332
17333 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17334
17335         * encrypt.el: Improve documentation to fix function name typo.
17336         Reported by Daiki Ueno <ueno@unixuser.org>.
17337
17338 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17339
17340         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17341         even if the point is not in the last page of an article.
17342         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17343         back to the previous page.
17344
17345 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17346
17347         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17348
17349 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17350
17351         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17352
17353 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17354
17355         * message.el (message-check-news-body-syntax):
17356         Avoid mm-string-as-multibyte.
17357         (message-hide-headers): Don't assume (point-min)==1.
17358
17359 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17360
17361         * message.el (message-remove-blank-cited-lines): Fix if remove is
17362         given.
17363         (message-bogus-address-regexp): New variable.
17364         (message-bogus-recipient-p): New function.
17365         (message-check-recipients): New command.
17366         (message-syntax-checks): Add `bogus-recipient'.
17367         (message-fix-before-sending): Add `bogus-recipient'.
17368
17369         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17370         (gnus-treat-body-boundary): Don't test window-system.
17371
17372 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17373
17374         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17375
17376 2007-10-28  Miles Bader  <miles@gnu.org>
17377
17378         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17379         at compile-time too.
17380
17381 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17382
17383         * gnus-msg.el (gnus-message-setup-hook):
17384         Add `message-remove-blank-cited-lines' to options.
17385
17386 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17387
17388         * message.el (message-remove-blank-cited-lines): New function.
17389         Suggested by Karl Plästerer.
17390
17391 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17394         mapc.
17395
17396         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17397         (top-level): Use mapc to set functions to be traced for debugging.
17398
17399         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17400         called for effect with while loop.
17401
17402         * message.el (message-talkative-question): Replace mapcar called for
17403         effect with mapc.
17404
17405         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17406         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17407         called for effect with dolist.
17408
17409         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17410
17411         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17412         gnus-extra-headers and nnmail-extra-headers.
17413
17414         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17415         called for effect with dolist.
17416         (top-level): Use mapc to set functions to be traced for debugging.
17417
17418         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17419         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17420         dolist.
17421
17422         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17423         Replace mapcar called for effect with mapc.
17424         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17425         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17426         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17427         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17428
17429         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17430         remove-if that's a cl function.
17431
17432         * webmail.el (webmail-debug): Replace mapcar called for effect with
17433         dolist.
17434
17435         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17436         with mapc.
17437
17438 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17439
17440         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17441         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17442         with while loop.
17443
17444         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17445         functions from article-* functions.
17446         (gnus-multi-decode-header): Replace mapcar called for effect with
17447         dolist.
17448
17449         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17450         (gnus-bookmark-show-details): Replace mapcar called for effect with
17451         while loop.
17452
17453         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17454         called for effect with while loop.
17455
17456         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17457         with dolist.
17458
17459         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17460         Replace mapcar called for effect with dolist.
17461
17462         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17463
17464         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17465         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17466         Replace mapcar called for effect with dolist.
17467         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17468         mapc.
17469
17470         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17471         Replace mapcar called for effect with dolist.
17472         (gnus-topic-list): Replace mapcar called for effect with mapc.
17473
17474         * gnus.el: Use mapc instead of mapcar to add autoloads.
17475
17476 2007-10-23  Richard Stallman  <rms@gnu.org>
17477
17478         * gnus-group.el (gnus-group-highlight): Mark as risky.
17479
17480 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17481
17482         * gnus.el (gnus-server-to-method): Return method found first in
17483         gnus-newsrc-alist.
17484
17485         * gnus-art.el (gnus-article-highlight-signature)
17486         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17487         button overlay without the front stickiness.
17488
17489 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17490
17491         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17492         overview buffer needed a catch to receive its throw.
17493         (gnus-agent-flush-cache): Declare as interactive to make this function
17494         easier to use.
17495
17496 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17497
17498         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17499         `next-line'.
17500
17501 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17502
17503         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17504         exclude address matching message-dont-reply-to-names.
17505
17506 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17507
17508         * gnus-util.el (gnus-string<): New function.
17509
17510         * gnus-sum.el (gnus-article-sort-by-author)
17511         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17512
17513 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17516         the frame-focus tag is set in gnus-buffer-configuration.
17517
17518 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17519
17520         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17521         the front stickiness.
17522
17523 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17524
17525         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17526         url pattern; remove duplicate one.
17527         (gnus-article-extend-url-button): New function.
17528         (gnus-article-add-buttons): Use it.
17529         (gnus-button-push): Use concatenated url that it makes.
17530
17531 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17532
17533         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17534
17535 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17536
17537         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17538         Don't hardcode point-min==1.
17539
17540 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17541
17542         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17543         Fix comment about "iso8859-1".
17544
17545 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17546
17547         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17548         ones returned from the verify-function.
17549
17550         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17551         Call mml2015-extract-cleartext-signature if extraction failed.
17552
17553 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17554
17555         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17556         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17557         failed.
17558
17559 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17560
17561         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17562
17563 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17564
17565         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17566         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17567         recommends to use EasyPG instead of PGG.
17568
17569         * pgg.el: Revert to revision 6.23.2.16.
17570
17571         * pgg-def.el: Revert to revision 6.6.2.14.
17572
17573         * pgg-gpg.el: Revert to revision 6.23.2.34.
17574
17575 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17576
17577         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17578         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17579         thread for both the null and zero (kill/expire thread) universal prefix
17580         cases.
17581         (gnus-summary-expire-thread): Add new function to expire a thread,
17582         using gnus-summary-kill-thread.
17583         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17584         shortcuts for gnus-summary-expire-thread.
17585         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17586         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17587
17588 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17589
17590         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17591         extras value, so an extras entry can be deleted.
17592         (gnus-registry-delete-extra-entry): Use it.
17593         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17594         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17595         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17596         storage through the gnus-registry, and provide an appropriate API for
17597         it.
17598
17599 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17600
17601         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17602         Suggested by Leo <sdl.web@gmail.com>.
17603
17604         * gnus.el: Do.
17605
17606 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17607
17608         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17609         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17610
17611         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17612
17613         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17614         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17615
17616 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17617
17618         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17619         newline.
17620         (nnmbox-request-accept-article): Don't change article in source buffer;
17621         narrow to header to use message-fetch-field rather than
17622         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17623         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17624         as delimiters; make sure article ends with newline.
17625         (nnmbox-delete-mail): Correct last position of article to be deleted;
17626         ignore X-Gnus-Newsgroup header in article body.
17627         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17628         positions; make sure article ends with newline.
17629
17630         * message.el (message-display-abbrev): Don't infloop when a user
17631         inserts SPC in the beginning of header.
17632
17633         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17634         coding-system-for-read and coding-system-for-write for XEmacs having no
17635         file-coding feature.
17636
17637         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17638
17639 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17640
17641         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17642         list of groups not followed by default.  Fix type to be regexp.
17643         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17644
17645 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17646
17647         * hmac-def.el (define-hmac-function): Switch from old-style to
17648         new-style backquotes.
17649
17650         * md4.el (md4-make-step): Likewise.
17651
17652 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17653
17654         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17655         raw-text coding system when saving .newsrc file, which may contain
17656         non-ASCII group names.
17657
17658 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17659
17660         * gnus-cus.el (gnus-score-extra): New widget.
17661         (gnus-score-extra-convert): New function.
17662         (gnus-score-customize): Use it for Extra.
17663
17664 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17665
17666         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17667         (mml2015-mailcrypt-clear-verify): Use it.
17668         (mml2015-gpg-clear-verify): Use it.
17669         (mml2015-pgg-clear-verify): Use it.
17670         (mml2015-epg-clear-verify): Replace the current part with the output
17671         from GnuPG; don't extract the plaintext by itself.
17672
17673         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17674         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17675         mml2015-clear-verify-function; don't touch the armor headers or
17676         dash-escaped text here.
17677
17678 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17681         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17682         parts, or application/octet-stream as a last resort.
17683         (gnus-mime-view-part-as-type): Don't toggle display.
17684         (gnus-mime-view-part-as-charset): Don't turn off display before
17685         querying charset.
17686
17687         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17688         stuff to undisplayer function in Emacs.
17689         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17690
17691         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17692         text/calendar parts.
17693
17694 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17695
17696         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17697         decoding text/calendar parts.
17698
17699         * message.el (message-forward-make-body-mime): Always mark body as
17700         having no illegible text; remove signed-or-encrypted argument.
17701         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17702
17703         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17704         (mml-generate-mime-1): Don't encode body if it is specified to be in
17705         raw form; don't make buffer be unibyte when inserting multibyte string.
17706
17707 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17708
17709         * sha1.el: Fix up comment style.
17710         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17711         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17712
17713         * hex-util.el: Fix up comment style.
17714         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17715
17716         * gnus-salt.el: Use with-current-buffer.
17717         (gnus-pick-setup-message): Fix long-standing typo.
17718
17719 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17720
17721         * imap.el (imap-logout-timeout): New variable.
17722         (imap-logout, imap-logout-wait): New functions.
17723         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17724
17725         * nnimap.el (nnimap-logout-timeout): New server variable.
17726         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17727         nnimap-logout-timeout.
17728
17729         * gnus-art.el (gnus-article-summary-command-nosave)
17730         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17731
17732 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17733
17734         * gnus.el (gnus-maximum-newsgroup): New variable.
17735
17736         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17737         according to gnus-maximum-newsgroup.
17738
17739         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17740         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17741         Limit the range of articles according to gnus-maximum-newsgroup.
17742
17743 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17744
17745         * gnus-art.el (gnus-sticky-article): Fix problems described in
17746         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17747         Don't perform gnus-configure-windows here; reuse existing sticky
17748         article buffer.
17749
17750         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17751         it doesn't exist in gnus-article-mode.
17752
17753 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17754
17755         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17756         (gnus-agent-decoded-group-name): New function.
17757         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17758         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17759
17760 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17761
17762         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17763         Add binding for gnus-sticky-article.
17764         (gnus-summary-exit): Don't kill sticky article buffers.
17765
17766         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17767         article buffer.
17768         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17769         (gnus-kill-sticky-article-buffers): New commands.
17770
17771 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17772
17773         * nntp.el (nntp-xref-number-is-evil): New server variable.
17774         (nntp-find-group-and-number): If it is non-nil, don't trust article
17775         numbers in the Xref header.
17776
17777 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17778
17779         * gnus-agent.el (gnus-agent-read-group): New function.
17780         (gnus-agent-flush-group, gnus-agent-expire-group)
17781         (gnus-agent-regenerate-group): Use it.
17782         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17783         nnmail-pathname-coding-system.
17784
17785 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17786
17787         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17788
17789         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17790         that are unread as unread, and also as selected so that information of
17791         marks having been changed by a user may be updated when exiting group.
17792
17793 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17794
17795         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17796
17797 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17798
17799         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17800         calculated ignoring signature parts to gnus-treat-article.
17801
17802 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17803
17804         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17805         a point here in order to keep the window start.
17806         (gnus-insert-mime-security-button): Make a button overlay without the
17807         front stickiness.
17808         (gnus-mime-display-security): Goto the end of a button.
17809
17810         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17811
17812 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17815         group-name-at-point.
17816         (gnus-group-completing-read): New function that offers decoded
17817         non-ASCII group names for completion.
17818         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17819         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17820         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17821         (gnus-group-fetch-control): Use it.
17822         (gnus-fetch-group): Use group-name-at-point for the initial value
17823         rather than the default value; use gnus-alive-p.
17824
17825         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17826         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17827         (gnus-summary-post-news): Use gnus-group-completing-read.
17828
17829         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17830         (gnus-read-move-group-name): Decode group name for completion.
17831
17832 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17833
17834         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17835         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17836         Yamaoka slightly modified the code).
17837
17838 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17841         (nnmail-split-incoming): Bind it.
17842
17843         * nnml.el (nnml-group-name-charset): New function.
17844         (nnml-decoded-group-name): Use it; don't decode group name if
17845         nnmail-group-names-not-encoded-p is non-nil.
17846         (nnml-encoded-group-name): New function.
17847         (nnml-group-pathname): Inline nnml-decoded-group-name.
17848         (nnml-request-expire-articles): Decode group name in message.
17849         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17850         nnmail-pathname-coding-system.
17851         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17852         not decoded ones according to nnmail-group-names-not-encoded-p.
17853         (nnml-generate-active-info): Use nnml-encoded-group-name.
17854
17855 2007-08-08  Glenn Morris  <rgm@gnu.org>
17856
17857         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17858         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17859         doc-strings and comments.
17860
17861 2007-07-25  Glenn Morris  <rgm@gnu.org>
17862
17863         * Relicense all FSF files to GPLv3 or later.
17864
17865 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17866
17867         * gnus-sum.el (gnus-summary-move-article):
17868         Make gnus-summary-respool-article work.
17869
17870 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17871
17872         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17873         string.
17874
17875 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17876
17877         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17878         that should be ignored when comparing distant RSS articles with local
17879         ones.
17880         (nnrss-make-hash-index): New function.  Create a hash index according
17881         to the ignored fields.
17882         (nnrss-check-group): Use it.
17883
17884 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17885
17886         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17887
17888         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17889
17890         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17891         the new optional argument ENCODED is non-nil.
17892         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17893         coding system for encoding group name.
17894         (gnus-group-make-rss-group): Pass un-encoded group name to
17895         gnus-group-make-group.
17896         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17897         encoded.
17898
17899         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17900         Encode group name to which articles are moved or copied.
17901         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17902         coding system for encoding Newsgroup, Followup-To and Xref headers.
17903
17904         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17905         marks; use nnheader-file-coding-system to write a file.
17906         (nnagent-retrieve-headers): Bind file-name-coding-system to
17907         nnmail-pathname-coding-system.
17908
17909         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17910
17911         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17912         (nnml-request-article, nnml-request-create-group)
17913         (nnml-request-rename-group, nnml-find-id)
17914         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17915         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17916         (nnml-save-marks): Use nnml-group-pathname instead of
17917         nnmail-group-pathname.
17918
17919         (nnml-request-create-group, nnml-request-expire-articles)
17920         (nnml-request-move-article, nnml-request-delete-group)
17921         (nnml-deletable-article-p, nnml-possibly-create-directory)
17922         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17923         (nnml-open-marks): Bind file-name-coding-system to
17924         nnmail-pathname-coding-system.
17925
17926         (nnml-request-article): Pass server argument to nnml-find-group-number.
17927         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17928         Pass server argument to nnml-possibly-create-directory.
17929         (nnml-request-accept-article): Pass server argument to
17930         nnml-active-number and nnml-save-mail.
17931         (nnml-find-group-number): Pass server argument to nnml-find-id.
17932         (nnml-request-update-info): Pass server argument to
17933         nnml-marks-changed-p.
17934
17935         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17936         (nnml-save-mail, nnml-active-number): Add server argument.
17937
17938         (nnml-request-delete-group): Warn if group is missing.
17939         (nnml-get-nov-buffer): Decode group name.
17940         (nnml-generate-active-info): Encode group name.
17941         (nnml-open-marks): Decode group name in messages.
17942
17943 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17944
17945         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17946         if it is not specified.
17947         (gnus-article-pipe-part, gnus-article-save-part)
17948         (gnus-article-interactively-view-part, gnus-article-copy-part)
17949         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17950         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17951         (gnus-article-replace-part, gnus-article-delete-part)
17952         (gnus-article-view-part-as-type): Pass raw prefix argument to
17953         gnus-article-part-wrapper.
17954
17955 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17956
17957         * gnus-agent.el (gnus-agent-save-active):
17958         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17959
17960         * gnus-cache.el (gnus-cache-save-buffers)
17961         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17962         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17963         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17964         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17965         (gnus-cache-generate-active, gnus-cache-rename-group)
17966         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17967         (gnus-cache-update-overview-total-fetched-for):
17968         Bind file-name-coding-system to nnmail-pathname-coding-system.
17969         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17970         New variables.
17971         (gnus-cache-decoded-group-name): New function.
17972         (gnus-cache-file-name): Use it.
17973         (gnus-cache-generate-active): Use non-decoded group name for active.
17974
17975         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17976         right place.
17977         (gnus-write-active-file): Don't break non-ASCII group names.
17978
17979         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17980         nnmail-pathname-coding-system.
17981
17982         * lpath.el: Bind default-file-name-coding-system,
17983         file-name-coding-system and language-info-alist for XEmacs.
17984
17985         * gnus-uu.el (gnus-uu-decode-save): Typo.
17986
17987 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17988
17989         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17990
17991 2007-07-14  David Kastrup  <dak@gnu.org>
17992
17993         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17994         finishing actions if we did not edit the article.
17995
17996 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17999         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
18000         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
18001         (gnus-agent-flush-group, gnus-agent-flush-cache)
18002         (gnus-agent-fetch-headers, gnus-agent-load-alist)
18003         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
18004         (gnus-agent-retrieve-headers, gnus-agent-request-article)
18005         (gnus-agent-regenerate-group)
18006         (gnus-agent-update-files-total-fetched-for)
18007         (gnus-agent-update-view-total-fetched-for):
18008         Bind file-name-coding-system to nnmail-pathname-coding-system.
18009         (gnus-agent-group-pathname): Don't encode file names by
18010         nnmail-pathname-coding-system.
18011         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
18012         coding-system-for-write instead of buffer-file-coding-system to
18013         gnus-agent-file-coding-system.
18014
18015         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
18016         Decode group name.
18017
18018         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
18019
18020         * gnus-start.el (gnus-update-active-hashtb-from-killed)
18021         (gnus-read-newsrc-el-file): Make group names unibyte.
18022
18023         * nnmail.el (nnmail-group-pathname): Don't encode file names by
18024         nnmail-pathname-coding-system.
18025
18026         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
18027         (nnrss-request-delete-group): Bind file-name-coding-system to
18028         nnmail-pathname-coding-system.
18029         (nnrss-read-server-data, nnrss-read-group-data):
18030         Bind file-name-coding-system correctly.
18031         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
18032
18033         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
18034         (nntp-server-to-method-cache): New variable.
18035         (nntp-group-pathname): New function that decodes non-ASCII group names.
18036         (nntp-possibly-create-directory, nntp-marks-changed-p)
18037         (nntp-save-marks, nntp-open-marks): Use it.
18038         (nntp-possibly-create-directory, nntp-open-marks):
18039         Bind file-name-coding-system to nnmail-pathname-coding-system.
18040         (nntp-open-marks): Decode group names when bootstrapping marks.
18041
18042         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
18043         Newsgroups and Followup-To headers.
18044
18045 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18046
18047         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18048         (gnus-server-closed-face, gnus-server-denied-face)
18049         (gnus-server-offline-face): Remove variable.
18050         (gnus-server-font-lock-keywords): Use faces that are not aliases.
18051
18052         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
18053         of modifying message-stack directly for XEmacs.
18054
18055         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
18056         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
18057         if the coding-system argument is nil for XEmacs.
18058
18059         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
18060         mm-charset-override-alist.
18061
18062         * rfc2047.el: Don't require base64; require rfc2045 for the function
18063         rfc2045-encode-string.
18064         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
18065         to quote the parameter value.
18066
18067 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
18070         form in gnus-group-name-charset-method-alist.
18071
18072         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
18073         overrides the default layout edit-form.
18074
18075         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
18076
18077         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
18078
18079 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18080
18081         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
18082         as unfetched articles.
18083
18084 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
18085
18086         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
18087
18088 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
18091         original back end that keeps marks in the local system.
18092
18093 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18094
18095         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
18096         arg of pop-to-buffer for XEmacs.
18097         (gnus-article-read-summary-keys): Ditto; don't restore window
18098         configuration if summary command ends up with neither article buffer
18099         nor summary buffer; describe bindings if summary keys end with C-h.
18100
18101 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18102
18103         * message.el (message-fix-before-sending): Skip raw message part to be
18104         forwarded while checking illegible text.
18105         (message-forward-make-body-mime, message-forward-make-body):
18106         Mark signed or encrypted raw message as having no illegible text.
18107
18108 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18111         (gnus-message-with-timestamp-1): New macro.
18112         (gnus-message-with-timestamp): New function.
18113         (gnus-message): Use them.
18114
18115         * nnheader.el (nnheader-message): Use them.
18116
18117 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18118
18119         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18120         .newsrc.eld file.
18121
18122 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18123
18124         * gnus-agent.el (gnus-agent-fetch-headers)
18125         (gnus-agent-retrieve-headers):
18126         Bind gnus-decode-encoded-address-function to identity.
18127
18128         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18129         available also when the server returns simply a dot.
18130
18131         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18132
18133 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18134
18135         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18136
18137 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18138
18139         * gnus-ems.el (gnus-x-splash): Make it work.
18140
18141         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18142         from being used.
18143
18144         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18145
18146 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18149         4th and the 5th arguments.
18150
18151         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18152         the front stickiness.
18153         (gnus-article-summary-command-nosave): Correct the order of the
18154         arguments passed to pop-to-buffer.
18155         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18156         summary command ends up with the article buffer.
18157
18158         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18159         the same faces.
18160
18161 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18162
18163         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18164
18165 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18166
18167         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18168         * gnus-sum.el (gnus-summary-highlight):
18169         * pgg.el (pgg-sign-region, pgg-sign):
18170         * mail-source.el (mail-source-delete-old-incoming-confirm):
18171         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18172
18173 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18174
18175         * gnus-art.el (gnus-mime-view-part-externally)
18176         (gnus-mime-view-part-internally): Fix predicate function passed to
18177         completing-read.
18178
18179         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18180
18181         * gnus.el (gnus-update-message-archive-method): Add :version.
18182
18183 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18184
18185         * gnus.el (gnus-update-message-archive-method): New variable.
18186
18187         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18188         according to gnus-message-archive-method if
18189         gnus-update-message-archive-method is non-nil.
18190
18191 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18192
18193         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18194         Suggested by Loic Dachary <loic@dachary.org>.
18195         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18196
18197 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18198
18199         * message.el (message-pop-to-buffer): Add switch-function argument.
18200         (message-mail): Pass switch-function argument to it.
18201
18202 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18203
18204         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18205         Improve doc string.
18206
18207 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18208
18209         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18210         (gnus-header-content):
18211         * gnus-cite.el (gnus-cite-10):
18212         * gnus-srvr.el (gnus-server-closed):
18213         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18214         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18215         (gnus-group-mail-3-empty, gnus-group-mail-low)
18216         (gnus-group-mail-low-empty, gnus-splash):
18217         * message.el (message-header-to, message-header-cc)
18218         (message-header-subject, message-header-other, message-header-name)
18219         (message-header-xheader, message-separator, message-cited-text)
18220         (message-mml): Lighten colors of faces used for dark background.
18221
18222 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18223
18224         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18225         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18226
18227 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18228
18229         * message.el (message-narrow-to-headers-or-head):
18230         Ignore mail-header-separator in the body.
18231
18232 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18235         same as window size.
18236
18237 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18238
18239         * message.el (message-font-lock-keywords): Use message-header-xheader
18240         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18241         ahead of the anything pattern, to get it recognized.
18242
18243 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18244
18245         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18246         spam.el loads uses it in the compiled defadvice form.
18247
18248 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18249
18250         * gnus-sum.el (gnus-articles-to-read)
18251         (gnus-summary-insert-old-articles): Don't truncate group name for
18252         `read-string'.
18253
18254         * gnus-util.el (gnus-limit-string): Delete this function.
18255
18256         * gnus-sum.el (gnus-simplify-subject-fully):
18257         Use `truncate-string-to-width' instead.
18258
18259 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18260
18261         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18262         Tell if, on summary exit, the next group has to be selected.
18263         (gnus-summary-exit): Use it.
18264
18265 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18266
18267         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18268         non-break space.
18269
18270 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18271
18272         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18273         Check if group is not a directory.
18274         (nnfolder-request-expire-articles): Don't delete articles if the target
18275         group is not available.
18276
18277         * nnml.el (nnml-request-create-group): Properly check if group is not a
18278         file.
18279         (nnml-request-expire-articles): Don't delete articles if the target
18280         group is not available.
18281
18282         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18283         Don't quote characters that are within parentheses.
18284
18285 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18288         (gnus-handle-ephemeral-exit): Select article according to it.
18289
18290 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18291
18292         * message.el (message-insert-formated-citation-line): Remove newline.
18293         (message-citation-line-format): Add final \n here so that the user can
18294         avoid a blank line.
18295
18296 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18297
18298         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18299         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18300         Update lanl/arXiv support.
18301
18302 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18303
18304         * gnus.el: Bump version number.
18305
18306 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18307
18308         * gnus.el (gnus-version-number): Bump version.
18309
18310 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18311
18312         * gnus.el: No Gnus v0.6 is released.
18313
18314 2007-04-27  Didier Verna  <didier@xemacs.org>
18315
18316         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18317         * gmm-utils.el (gmm-regexp-concat): ... here.
18318         * message.el: Don't require 'gnus-util.
18319         (message-dont-reply-to-names): Handle name change above.
18320         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18321
18322 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18323
18324         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18325         since the initial value varies according to the system.
18326
18327 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18328
18329         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18330
18331 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18332
18333         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18334
18335 2007-04-24  Didier Verna  <didier@xemacs.org>
18336
18337         Improve the type of gnus-ignored-from-addresses.
18338         * gnus-util.el (gnus-orify-regexp): New function.
18339         * message.el (gnus-util): Require it.
18340         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18341         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18342         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18343
18344 2007-04-24  Didier Verna  <didier@xemacs.org>
18345
18346         * gnus-sum.el:
18347         * gnus-utils.el: Fix some trailing whitespaces.
18348
18349 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18352         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18353         article's Message-ID; refer parent article in summary buffer.
18354
18355         * message.el (message-bounce): Call mime-to-mml.
18356
18357         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18358         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18359         optimize and/or forms properly.
18360
18361 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18362
18363         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18364         URL.
18365
18366 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18367
18368         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18369
18370 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18371
18372         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18373         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18374         displayed of multipart/alternative part if it is invoked from summary
18375         buffer.
18376
18377         * mm-view.el (mm-inline-text-html-render-with-w3m)
18378         (mm-inline-text-html-render-with-w3m-standalone)
18379         (mm-inline-render-with-function): Use mail-parse-charset by default.
18380
18381 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18382
18383         * parse-time.el (parse-time-string-chars): Check if CHAR
18384         is less than the length of parse-time-syntax.
18385
18386 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18387
18388         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18389         from gnus-newsgroup-processable.
18390
18391 2007-04-16  Didier Verna  <didier@xemacs.org>
18392
18393         * gnus-msg.el (gnus-configure-posting-styles):
18394         Handle message-signature-directory properly with :file syntax.
18395         Reported by "Leo".
18396
18397 2007-04-11  Didier Verna  <didier@xemacs.org>
18398
18399         New user option: message-signature-directory.
18400         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18401         * message.el (message-insert-signature): Ditto.
18402         * message.el (message-signature-file): Doc update.
18403         * message.el (message-signature-directory): New.
18404
18405 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18406
18407         * gnus-msg.el (gnus-inews-yank-articles):
18408         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18409
18410 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18411
18412         * message.el (message-yank-original): Make sure cited text ends with
18413         newline; don't exchange point and mark.
18414
18415 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18416
18417         * tls.el (open-tls-stream): Properly handle case where there
18418         is no associated buffer.
18419
18420 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18421
18422         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18423         message-yank-original, make sure (< mark TEXT point).
18424
18425 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18426
18427         * message.el (message-fill-column): New variable.
18428         (message-mode): Use it.  Add comment on a possible new hook.
18429
18430         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18431         (nnmail-get-new-mail): Reformat.
18432
18433         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18434
18435         * gmm-utils.el: Fix Commentary.
18436         (gmm-tool-bar-from-list): Fix typo in doc string.
18437
18438 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18439
18440         * message.el (message-yank-original): Don't switch point and mark
18441         unnecessarily to put point and mark as documented.
18442
18443 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18444
18445         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18446         from the message heads.
18447
18448 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18449
18450         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18451         article buffer does not have a window.  This may not be the best
18452         solution but is certainly better than setting the start of the null,
18453         that is the current, window.
18454
18455 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18456
18457         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18458         (gnus-draft-setup): Run it.
18459
18460         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18461         gnus-score-fast-scoring.  Allow regexp.
18462         (gnus-score-headers): Use it.
18463
18464         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18465         XEmacs.
18466
18467         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18468         string.
18469         (gnus-button-alist): Also catch `<f1> k ...'.
18470         (gnus-treat-display-x-face): Fix doc string.
18471
18472 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18473
18474         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18475         evaluation of gnus-extended-version to ensure correct generation of the
18476         User-Agent header when message-generate-headers-first is used.
18477
18478 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18479
18480         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18481         hashcash-path is nil.  Don't call callback with incorrect number of
18482         parameters if val is 0.
18483
18484 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18485
18486         * message.el (message-required-news-headers):
18487         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18488
18489 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18490
18491         * tls.el (open-tls-stream): In handshake-waiting loop,
18492         don't wait more if there is output available to process.
18493
18494 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18495
18496         * tls.el (tls-program): Doc fix.
18497
18498 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18499
18500         * message.el (message-generate-new-buffers): Change the meaning of the
18501         nil value; add `standard' to the choices; treat t as `unique'; improve
18502         doc string.
18503         (gnus-select-frame-set-input-focus): Autoload.
18504         (message-buffer-name): Search for the existing message buffer if
18505         message-generate-new-buffers is nil or `standard'; treat the value t of
18506         message-generate-new-buffers as `unique'.
18507         (message-pop-to-buffer): Raise the frame already displaying the message
18508         buffer; clear the echo area after querying.
18509         (message-setup): Pass the `continue' argument to compose-mail.
18510         (message-mail): Prefer `switch-function' if it is given; search for the
18511         existing message buffer if the `continue' argument is non-nil; pass
18512         continue and switch-function arguments to compose-mail by way of
18513         message-setup.
18514         (message-mail-other-window): Adjust argument of message-setup.
18515         (message-mail-other-frame): Ditto.
18516
18517 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18518
18519         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18520         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18521         to turn font-lock on when turning gnus-message-citation-mode on.
18522
18523 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18524
18525         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18526         (mml-smime-function-alist): New variable; add epg as the backend.
18527         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18528         mml-smime- functions instead.
18529         * mm-view.el: Require smime.
18530
18531 2007-03-05  Didier Verna  <didier@xemacs.org>
18532
18533         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18534         instead of just inheritance for posting styles.
18535         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18536
18537 2007-02-24  Chris Moore  <dooglus@gmail.com>
18538
18539         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18540         * pgg-pgp.el (pgg-pgp-encrypt-region):
18541         * pgg-gpg.el (pgg-gpg-encrypt-region):
18542         Check pgg-encrypt-for-me if no other recipients.
18543
18544 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18545
18546         * tls.el (tls-certtool-program): Fix custom type.
18547
18548 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18549
18550         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18551         and point-at-eol instead of line-(beginning|end)-position.
18552
18553         * assistant.el (assistant-parse-buffer): Ditto.
18554
18555         * netrc.el (netrc-parse-services): Ditto.
18556
18557 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18558
18559         * mml2015.el (mml2015-epg-find-usable-key): New function.
18560         (mml2015-epg-sign): Use it.
18561         (mml2015-epg-encrypt): Use it.
18562
18563 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18564
18565         * message.el (message-make-in-reply-to): Quote name containing
18566         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18567         if there are special characters.  Reported by NAKAJI Hiroyuki
18568         <nakaji@jp.freebsd.org>.
18569
18570 2007-02-27  Didier Verna  <didier@xemacs.org>
18571
18572         Include the group parameters as well as the topic ones in the
18573         inheritance filter process.
18574         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18575         argument GROUP-PARAMS-LIST.
18576         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18577
18578 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18579
18580         * nntp.el (nntp-never-echoes-commands)
18581         (nntp-open-connection-functions-never-echo-commands): New variables.
18582         (nntp-send-command): Use them.
18583
18584 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18585
18586         * mml2015.el (mml2015-epg-verify): Simplify.
18587
18588 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18589
18590         * mml.el (mml-content-disposition-alist): New user option.
18591         (mml-content-disposition): New function.
18592         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18593         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18594
18595 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18596
18597         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18598         verification.
18599
18600 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18601
18602         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18603         articles posted in the last 24 hours.
18604
18605 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18606
18607         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18608
18609 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18610
18611         * nntp.el (nntp-send-command): Don't wait for echoes when
18612         nntp-open-ssl-stream is used.
18613
18614 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18615
18616         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18617         (gnus-message-add-citation-keywords)
18618         (gnus-message-remove-citation-keywords): Remove.
18619         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18620         directly, make the variables in font-lock-defaults buffer-local, add
18621         gnus-message-citation-keywords to them and then update the value of
18622         font-lock-keywords.
18623
18624 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18625
18626         * message.el (message-cite-original-1): Don't call
18627         gnus-article-highlight-citation.
18628
18629         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18630         citations; fix line count.
18631
18632 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18633
18634         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18635         (gnus-message-add-citation-keywords)
18636         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18637         versions of font-lock-add-keywords and font-lock-remove-keywords to
18638         work with XEmacs correctly.
18639
18640 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18641
18642         * gnus-cite.el (gnus-cite-face-list): Set the values of
18643         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18644         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18645         (gnus-message-cite-prefix-regexp): New variable.
18646         (gnus-message-search-citation-line): Use it; protect against long
18647         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18648         the 0th match data for Emacs.
18649         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18650         (gnus-message-add-citation-keywords): Append keywords rather than
18651         prepending; emulate font-lock-add-keywords if it is not available.
18652         (gnus-message-remove-citation-keywords):
18653         Emulate font-lock-remove-keywords if it is not available.
18654
18655         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18656
18657         * message.el (message-cite-prefix-regexp): Set the value of
18658         gnus-message-cite-prefix-regexp.
18659
18660 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18661
18662         * nnweb.el (nnweb-google-parse-1): Update parser.
18663
18664 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18665
18666         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18667
18668 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18669
18670         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18671         regexp.
18672
18673 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18674
18675         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18676         string-to-multibyte.
18677         (uudecode-decode-region-internal): Use it.
18678
18679         * lpath.el: Fbind string-as-multibyte for XEmacs.
18680
18681 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18682
18683         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18684         Fix custom choice.
18685
18686         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18687
18688 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18689
18690         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18691
18692         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18693         `write-region' to respect `mm-inhibit-file-name-handlers'.
18694
18695 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18696
18697         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18698         Use gnus-home-directory instead of "~/" or "$HOME".
18699
18700 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18701
18702         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18703         to mention filename.
18704         Add comments at beginning regarding usage.
18705         (encrypt-write-file-contents): Change interactive so a string is
18706         acceptable.  If the file has no associated model, show an error instead
18707         of a nonsense prompt.
18708
18709 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18710
18711         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18712         Thanks to Yoshihiko Yamada for kind notification of this typo.
18713
18714 2007-01-12  Kenichi Handa  <handa@m17n.org>
18715
18716         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18717         multibyte buffer.
18718
18719 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18720
18721         * gnus-score.el (gnus-score-fast-scoring): New variable.
18722         (gnus-score-headers): Use it.
18723
18724         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18725
18726         * message.el (message-cite-original-1):
18727         Call gnus-article-highlight-citation if requested.
18728         (message-make-from): Allow name and address as optional arguments.
18729
18730         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18731
18732         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18733         bugs to doc string.
18734         (gnus-button-alist): Add mid\\|message-id.
18735         (gnus-button-fetch-group): Extend for use in
18736         `browse-url-browser-function'.
18737         (gnus-button-url-regexp): Try to catch paired parentheses like in
18738         Wikipedia URLs.
18739
18740         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18741         Suggested by Simon Krahnke <overlord@gmx.li>.
18742
18743 2007-01-13  Romain Francoise  <romain@orebokech.com>
18744
18745         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18746         Update copyright.
18747
18748 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18749
18750         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18751
18752 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18753
18754         * gnus-registry.el (gnus-registry-unfollowed-groups)
18755         (gnus-registry-split-fancy-with-parent): Fix documentation.
18756
18757 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18758
18759         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18760         from nnweb groups.
18761
18762 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18763
18764         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18765         Xref urls.  Erase buffer before requesting head.
18766
18767         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18768
18769 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18770
18771         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18772         customizable.
18773
18774 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18775
18776         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18777         no signing key is found.
18778         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18779         no encrypting and/or signing key is found.
18780
18781 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18782
18783         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18784
18785 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18786
18787         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18788         headers read from disk with the ones newly found in the current search.
18789         This should no longer cause problems, because the article numbers in
18790         Gmane's `nov.php' output are ignored since the previous change.
18791
18792 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18793
18794         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18795
18796 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18797
18798         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18799         replace-regexp-in-string; bind url-version; fbind display-images-p and
18800         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18801         find-face and set-itimer-function for Emacs; bind itimer-list for
18802         Emacs.
18803
18804         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18805
18806 2007-01-01  Romain Francoise  <romain@orebokech.com>
18807
18808         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18809
18810 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18811
18812         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18813         `define-minor-mode' macro definition expanded properly.
18814         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18815         exclude it there.
18816
18817         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18818         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18819         `fboundp' test.
18820         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18821         This is OK to autoload in (S)XEmacs now.
18822
18823 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18824
18825         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18826         keystroke.
18827         (gnus-summary-limit-to-singletons): Fix typo.
18828
18829         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18830         else fails.
18831
18832 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18833
18834         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18835         docstring.
18836
18837         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18838         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18839         (gnus-summary-insert-dormant-articles): Fix typo in message.
18840
18841 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18842
18843         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18844         nil for XEmacs.
18845         (gnus-message-citation-mode): Don't autoload in XEmacs.
18846
18847         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18848
18849 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18850
18851         * nnimap.el (nnimap-expunge-search-string):
18852         Mention nnimap-search-uids-not-since-is-evil in docstring.
18853
18854 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18855
18856         * spam.el: Revert to make-obsolete-variable because
18857         define-obsolete-variable-alias is not supported in Emacs 21.
18858
18859         * spam.el (spam-ifile-path, spam-ifile-database-path)
18860         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18861         make-obsolete-variable.
18862         (spam-bsfilter-path, spam-bsfilter-program)
18863         (spam-spamassassin-path, spam-spamassassin-program)
18864         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18865         Don't use "path" inappropriately.
18866         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18867         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18868         variable names.
18869
18870 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18871
18872         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18873         summary buffer.
18874
18875         * password.el (password-cache-remove): Use clear-string to burn
18876         password, if available.
18877
18878 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18879
18880         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18881
18882         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18883
18884         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18885         (gnus-message-highlight-citation): Move defcustom here from
18886         gnus-cite.el.
18887         (gnus-message-citation-mode): Autoload.
18888
18889         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18890         checks to make it compile with XEmacs.
18891         (gnus-message-citation-mode): New minor mode.
18892         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18893         (gnus-message-highlight-citation): New variables.
18894         (gnus-message-search-citation-line)
18895         (gnus-message-add-citation-keywords)
18896         (gnus-message-remove-citation-keywords)
18897         (turn-on-gnus-message-citation-mode)
18898         (turn-off-gnus-message-citation-mode): New functions.
18899
18900 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18901
18902         * gnus-cite.el: Enable highlighting of different citation levels in
18903         message-mode.
18904
18905 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18906
18907         * message.el (message-make-fqdn): Fix comment.
18908         (message-bogus-system-names): Add ".local".
18909
18910         * spam.el (spam-ifile-path, spam-ifile-program)
18911         (spam-ifile-database-path, spam-ifile-database)
18912         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18913         Don't use "path" inappropriately.
18914         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18915         strings.
18916         (spam-check-ifile, spam-ifile-register-with-ifile)
18917         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18918         Use new variable names.
18919
18920         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18921         (gnus-treat-display-smileys): Simplify using
18922         gnus-image-type-available-p.
18923
18924         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18925         available.
18926
18927         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18928         Use `display-images-p' if available.
18929
18930 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18931
18932         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18933         one after turning on the buffer's multibyteness instead of decoding
18934         them directly in the unibyte buffer that causes unexpected conversion
18935         in Emacs 23 (unicode).
18936
18937 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18938
18939         * message.el (message-generate-hashcash): Fix custom type.
18940
18941 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18942
18943         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18944
18945 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18946
18947         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18948         disconnect icons.  Add help text.
18949
18950 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18951
18952         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18953         negated to be consistent with the others we handle.
18954
18955 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18956
18957         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18958         version of gnus-summary-buffer to something, so that we can use two
18959         article buffers at the same time.
18960
18961 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18962
18963         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18964         trigger all the extra headers.
18965         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18966         sorting.
18967
18968 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18969
18970         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18971         solid groups.
18972
18973 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18974
18975         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18976
18977 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18978
18979         * legacy-gnus-agent.el: Add Copyright notice.
18980
18981 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18982
18983         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18984
18985 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18986
18987         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18988
18989         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18990         to make it work reliably in CVS Emacs.
18991         (gnus-summary-limit-strange-charsets-predicate)
18992         (gnus-summary-limit-to-predicate): New functions.
18993
18994 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18995
18996         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18997         specifying array size.
18998         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18999         array if it is too small.
19000         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
19001         (gnus-sort-threads-loop): New function.
19002
19003 2006-12-06  Chris Moore  <dooglus@gmail.com>
19004
19005         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
19006         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
19007
19008 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
19009
19010         * mm-url.el (mm-url-predefined-programs): Call curl with correct
19011         options.
19012
19013 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19014
19015         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
19016         DOS-ing the recipient.
19017
19018         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
19019         the headers when creating the mapping to avoid mismappings.
19020         (nnweb-gmane-create-mapping): Always nix out old mapping.
19021
19022 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19023
19024         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
19025         and mm-verify-option to never.
19026
19027 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19028
19029         * message.el (message-signed-or-encrypted-p): New function.
19030         (message-forward-make-body): Use it.
19031
19032         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
19033         Replace encode-coding-string with mm-encode-coding-string.
19034
19035 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19036
19037         * nneething.el (nneething-decode-file-name):
19038         Replace decode-coding-string with mm-decode-coding-string.
19039
19040         * gnus-int.el (gnus-open-server): Say failed server's name.
19041
19042 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19043
19044         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
19045         strings to a single string.  Quote `errors-file-name'.
19046         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
19047         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
19048         Adjust calls.  Use `shell-quote-argument'.
19049
19050 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
19051
19052         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
19053         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
19054
19055         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
19056         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
19057         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
19058         (gnus-group-make-directory-group, gnus-group-transpose-groups):
19059         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
19060         (gnus-subscribe-newsgroup, gnus-1):
19061         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
19062         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
19063         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
19064         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
19065
19066 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19067
19068         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
19069         keystroke.
19070         (gnus-summary-limit-to-bodies): Implement headersp.
19071
19072 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19073
19074         * dns.el (query-dns): Protect against "Process dns deleted" strings.
19075
19076 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19077
19078         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
19079
19080 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19081
19082         * message.el (message-generate-hashcash): Expand range of values to
19083         include `opportunistic'.
19084         (message-send-mail): Use it.
19085
19086 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19087
19088         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
19089         and comment it.
19090
19091         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
19092
19093 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
19094
19095         * gnus-util.el (gnus-extract-address-components): Improve comment.
19096
19097 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19098
19099         * gnus-util.el (gnus-extract-address-components): Work with address in
19100         which the name portion contains @.
19101
19102         * lpath.el: Fbind custom-autoload.
19103
19104 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19105
19106         * gnus.el (gnus-start): Move custom group up.
19107         (gnus-select-method): Don't autoload, but make it available for
19108         `customize-variable'.
19109         (gnus-getenv-nntpserver): Don't autoload.
19110
19111 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19112
19113         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19114
19115 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19116
19117         * message.el (message-sendmail-extra-arguments): New variable.
19118         (message-send-mail-with-sendmail): Use it.
19119
19120 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19121
19122         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19123         mm-with-unibyte-current-buffer to make string unibyte.
19124
19125         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19126         mm-string-as-multibyte.
19127
19128 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19129
19130         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19131         Reported by Werner Koch <wk@gnupg.org>.
19132
19133 2006-11-14  Daiki Ueno  <ueno@p360>
19134
19135         * mml2015.el: Autoload epa-select-keys when compiling.
19136
19137 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19138
19139         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19140         message-options.
19141         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19142
19143 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19144
19145         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19146         EasyPG (< 0.0.6).
19147         (mml2015-always-trust): New user option.
19148         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19149         prompt.
19150
19151 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19152
19153         * nntp.el (nntp-authinfo-force): New variable.
19154         (nntp-send-authinfo): Use it.
19155
19156 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19157
19158         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19159         decode encoded words.  Improve prompt.  Add comment about forwarding.
19160         (message-replacement-char): Move up.
19161
19162 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19163
19164         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19165         instead of gnus-intersection because arguments of gnus-sorted-nunion
19166         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19167
19168 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19169
19170         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19171         (message-simplify-subject-functions):
19172         Enable message-strip-subject-encoded-words by default.
19173
19174 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19175
19176         * message.el (message-strip-subject-encoded-words): New function.
19177         (message-simplify-subject-functions): New variable.
19178         (message-simplify-subject): Use it.  Fix typo in doc string.
19179         Support message-strip-subject-encoded-words.
19180
19181 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19182
19183         * gnus-diary.el (gnus-diary-delay-format-function):
19184         * nndiary.el (nndiary-reminders):
19185         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19186
19187 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19188
19189         * gnus-art.el (article-hide-boring-headers): Fetch date from
19190         gnus-original-article-buffer to avoid problems with localized date
19191         strings.
19192
19193 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19194
19195         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19196
19197 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19198
19199         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19200         New variables.
19201         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19202         (mm-charset-synonym-alist): Move some entries to
19203         mm-codepage-iso-8859-list.
19204         (mm-charset-synonym-alist, mm-charset-override-alist):
19205         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19206
19207 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19208
19209         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19210
19211 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19212
19213         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19214         with Emacs 21 and XEmacs.
19215
19216 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19217
19218         * spam.el (spam-parse-address): New function for better parsing,
19219         catching errors, etc.
19220         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19221
19222 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19223
19224         * mm-view.el: Add interactive arg to html2text autoload.
19225
19226 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19227
19228         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19229
19230 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19231
19232         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19233         New variables.
19234         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19235         (mm-charset-synonym-alist): Move some entries to
19236         mm-codepage-iso-8859-list.
19237
19238         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19239
19240 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19241
19242         * message.el (message-citation-line-format)
19243         (message-insert-formated-citation-line): Fix implementation of %E, %N
19244         and %n according to the doc string.
19245
19246 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19247
19248         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19249         Use car-safe to avoid bad parses.
19250
19251 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19252
19253         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19254         names.
19255
19256         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19257
19258 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19259
19260         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19261         header.
19262
19263         * message.el (message-draft-headers): Add Date.
19264         (message-headers-to-generate): Fix typo in docstring.
19265
19266         * nndraft.el (nndraft-required-headers): New variable.
19267         (nndraft-generate-headers): Use it.
19268
19269         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19270
19271 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19272
19273         * gnus-registry.el (gnus-registry-wash-for-keywords)
19274         (gnus-registry-find-keywords): New functions to allow easy searching of
19275         articles that are in the registry.
19276
19277 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19278
19279         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19280         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19281         Reported by Damien Elmes <damien@repose.cx>.
19282
19283 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19284
19285         * gnus.el (gnus-mime): Remove unused custom group.
19286
19287 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19288
19289         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19290         "blank line" when searching for end of armor headers.
19291
19292 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19293
19294         * gmm-utils.el (gmm-write-region): Fix variable name.
19295
19296 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19297
19298         * gmm-utils.el (gmm-write-region): New function based on compatibility
19299         code from `mm-make-temp-file'.
19300
19301         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19302
19303         * nnmaildir.el (nnmaildir--update-nov)
19304         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19305         Use `gmm-write-region'.
19306
19307 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19308
19309         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19310         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19311
19312         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19313
19314         * message.el (message-replacement-char): New variable.
19315         (message-fix-before-sending): Use it.
19316         (message-simplify-subject): New function to remove duplicate code.
19317         (message-reply, message-followup): Use it.
19318
19319         * gnus-sum.el (gnus-summary-make-menu-bar):
19320         Clarify gnus-summary-limit-to-articles.
19321
19322 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19323
19324         * gnus-util.el (gnus-with-local-quit): New macro.
19325
19326         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19327
19328 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19329
19330         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19331         ignore non-string data.
19332
19333 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19334
19335         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19336         non-string data (needs to be done in the registry too).
19337
19338 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19339
19340         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19341         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19342         (gnus-registry-split-fancy-with-parent)
19343         (gnus-registry-fetch-simplified-message-subject-fast)
19344         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19345         Remove text properties on ingress into the registry and when it's saved.
19346         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19347         registry from entries with no groups.
19348
19349 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19350
19351         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19352         function to remove string properties.
19353
19354 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19355
19356         * gmm-utils.el (gmm): Adjust custom version.
19357
19358         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19359         Adjust custom version.
19360
19361         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19362
19363 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19364
19365         * gnus-art.el (gnus-insert-prev-page-button)
19366         (gnus-insert-next-page-button): Simplify.  Reformat.
19367
19368 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19369
19370         * gnus-art.el (gnus-insert-prev-page-button)
19371         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19372
19373 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19374
19375         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19376
19377 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19378
19379         * gnus-art.el (gnus-insert-mime-button)
19380         (gnus-insert-mime-security-button):
19381         Apply gnus-article-button-face to MIME and security buttons.
19382
19383 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19384
19385         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19386         readable.
19387
19388 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19389
19390         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19391
19392 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19393
19394         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19395         `browse-url-of-file' instead of `browse-url'.
19396
19397 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19398
19399         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19400         regexp.  Articles containing quotation were cut prematurely.
19401
19402 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19403
19404         * message.el (message-cite-original-1): Use nobody by default for the
19405         value of From header.
19406         (message-reply): Ditto.
19407
19408 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19409
19410         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19411         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19412         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19413
19414 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19415
19416         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19417         mails in the doc string.  Add some URLs in comment.
19418         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19419
19420 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19421
19422         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19423         backslashes handling and the way to find boundaries of quoted strings.
19424
19425 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19426
19427         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19428         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19429         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19430         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19431
19432 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19433
19434         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19435         doc string.
19436         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19437
19438 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19439
19440         * lpath.el: Fbind epg-check-configuration.
19441
19442 2006-09-06  Simon Josefsson  <jas@extundo.com>
19443
19444         * mml2015.el (mml2015-use): Doc fix, mention epg.
19445
19446 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19447
19448         * mml2015.el (mml2015-use): Default to epg, if available.
19449
19450 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19451
19452         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19453         message-sender.
19454         (mml1991-epg-encrypt): Ditto.
19455         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19456         message-sender.
19457         (mml2015-epg-encrypt): Ditto.
19458
19459 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19460
19461         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19462         several common directories.
19463
19464 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19465
19466         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19467         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19468
19469 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19470
19471         * gnus-art.el (article-decode-encoded-words): Make it fast.
19472
19473 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19474
19475         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19476
19477         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19478         in quoted string into `\'.
19479
19480 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19481
19482         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19483         Use standard-syntax-table.
19484
19485 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19486
19487         * gnus-art.el (gnus-decode-address-function): New variable.
19488         (article-decode-encoded-words): Use it to decode headers which are
19489         assumed to contain addresses.
19490         (gnus-mime-delete-part): Remove useless `or'.
19491
19492         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19493         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19494         (gnus-nov-parse-line): Use it to decode From header.
19495         (gnus-get-newsgroup-headers): Ditto.
19496         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19497
19498         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19499         (mail-decode-encoded-address-string): New alias.
19500
19501         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19502         New function.
19503         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19504         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19505         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19506         (rfc2047-decode-string): Ditto.
19507         (rfc2047-decode-address-region): New function.
19508         (rfc2047-decode-address-string): New function.
19509
19510 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19511
19512         * message.el (message-caesar-buffer-body): Allow rotating headers.
19513
19514         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19515
19516         * message.el (message-insert-formated-citation-line): Fix %f.
19517         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19518
19519 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19520
19521         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19522         (gnus-bookmark-mouse-available-p): New macro.
19523         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19524         (gnus-bookmark-bmenu-show-infos): Use it.
19525         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19526         (gnus-bookmark-bmenu-hide-infos): Ditto.
19527         (gnus-bookmark-remove-properties): New function.
19528         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19529         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19530         (gnus-bookmark-write-file): Bind coding-system-for-write.
19531         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19532         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19533         group before selecting it.
19534         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19535         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19536         quit-window if it is not available; use gnus-mouse-2 and bind it to
19537         gnus-bookmark-bmenu-select-by-mouse.
19538         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19539         (gnus-bookmark-bmenu-select-by-mouse): New function.
19540
19541 2006-08-13  Romain Francoise  <romain@orebokech.com>
19542
19543         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19544         space.
19545
19546 2006-08-10  Romain Francoise  <romain@orebokech.com>
19547
19548         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19549         (dns-mode-soa-auto-increment-serial): New user option.
19550         (dns-mode-soa-maybe-increment-serial): New function.
19551         (dns-mode): Add the latter to `write-contents-functions'.
19552
19553 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19554
19555         * compface.el (uncompface): Use binary rather than raw-text-unix.
19556
19557 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19558
19559         * compface.el (uncompface): Make sure the eol conversion doesn't take
19560         place when communicating with the external programs.
19561         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19562
19563 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19564
19565         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19566
19567 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19568
19569         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19570         Make it more robust by parsing author and date independently.
19571
19572 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19573
19574         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19575
19576 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19577
19578         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19579         first matching secret key.
19580         (mml2015-epg-encrypt): Ditto.
19581
19582         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19583         first matching secret key.
19584         (mml1991-epg-encrypt): Ditto.
19585
19586         * mml2015.el (mml2015-encrypt-to-self): New user option.
19587         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19588         mml2015-epg-encrypt-to-self is set.
19589
19590         * mml1991.el (mml1991-encrypt-to-self): New variable.
19591         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19592         mml1991-epg-encrypt-to-self is set.
19593
19594         * mml2015.el (mml2015-signers): New user option.
19595         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19596         (mml2015-epg-encrypt): Allow to select signing keys.
19597
19598         * mml1991.el (mml1991-signers): New variable.
19599         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19600         (mml1991-epg-encrypt): Allow to select signing keys.
19601
19602 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19603
19604         * nnheader.el (nnheader-insert-head): Make it work even if the file
19605         uses CRLF for the line-break code.
19606
19607 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19608
19609         * mml2015.el: Require mml-sec instead of password.
19610         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19611         (mml2015-cache-passphrase): Inherit the default value from
19612         mml-secure-cache-passphrase.
19613         (mml2015-passphrase-cache-expiry): Inherit the default value from
19614         mml-secure-passphrase-cache-expiry.
19615
19616         * mml1991.el: Require mml-sec instead of password.
19617         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19618         (mml1991-cache-passphrase): Inherit the default value from
19619         mml-secure-cache-passphrase.
19620         (mml1991-passphrase-cache-expiry): Inherit the default value from
19621         mml-secure-passphrase-cache-expiry.
19622
19623         * mml-sec.el: Require password.
19624         (mml-secure-verbose): New user option.
19625         (mml-secure-cache-passphrase): New user option.
19626         (mml-secure-passphrase-cache-expiry): New user option.
19627
19628 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19629             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19630
19631         * pgg-def.el (pgg-truncate-key-identifier):
19632         Truncate the key ID to 8 letters from the end.
19633
19634 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19635
19636         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19637         workaround for the url package included with Emacs.
19638
19639         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19640
19641 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19642
19643         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19644         correctly.  This fixes a bug caused by the 2006-05-12 change.
19645
19646 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19647
19648         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19649         some information about the error when saying that the `bogus' mail
19650         group will be used.
19651
19652 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19653
19654         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19655         string.
19656
19657 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19658
19659         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19660
19661 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19662
19663         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19664
19665 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19666
19667         * mml1991.el (mml1991-function-alist): Add epg.
19668         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19669         (mml1991-epg-encrypt): New functions.
19670
19671 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19672
19673         * mml2015.el (mml2015-verbose): New variable.
19674         (mml2015-cache-passphrase): Ditto.
19675         (mml2015-passphrase-cache-expiry): Ditto.
19676         (mml2015-function-alist): Add epg.
19677         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19678         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19679         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19680         New functions.
19681
19682 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19683
19684         * message.el (message-cite-original-1): Preserve region when removing
19685         quoted text due to X-No-Archive in order to avoid bogus attribution
19686         when citing multiple messages.
19687
19688 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19689
19690         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19691         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19692
19693 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19694
19695         * gnus-diary.el (gnus-user-format-function-d)
19696         (gnus-user-format-function-D): Autoload.
19697
19698         * imap.el (Commentary): Fix typo.
19699
19700         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19701         2006-04-22 contribution.
19702
19703 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19704
19705         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19706         It didn't really fix the bogosity I'm seeing with solid web groups.
19707
19708 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19709
19710         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19711         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19712         created using server names.  If we use the feature without declaring
19713         it, Gnus does not properly manage server and group state.
19714
19715         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19716         bound.
19717
19718 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19719
19720         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19721         looking up the method using GROUP's prefix before inventing a new one.
19722         It is used on killed/unknown groups in various places where returning
19723         an all-new method isn't expected by the caller.
19724
19725         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19726         and match semantics of gnus-group-real-prefix.
19727
19728 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19729
19730         * nnmail.el (nnmail-broken-references-mailers): New variable.
19731         (nnmail-ignore-broken-references): New function generalizing
19732         nnmail-fix-eudora-headers.
19733         (nnmail-fix-eudora-headers): Now obsolete.
19734
19735         * gnus-art.el (gnus-button-handle-custom):
19736         Support `customize-apropos*'.
19737
19738 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19739
19740         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19741
19742         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19743         articles.
19744
19745 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19746
19747         * message.el (message-cite-reply-above): New variable.
19748         (message-yank-original): Use it.
19749
19750 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19751
19752         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19753
19754 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19755
19756         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19757         as read.
19758
19759         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19760
19761 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19762
19763         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19764         (gnus-bookmark-default-file): Use gnus-directory.
19765         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19766         Remove "*" in doc string.
19767         (gnus-bookmark-write-file): Simplify.
19768         (gnus-bookmark-maybe-sort-alist): Use `when'.
19769         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19770         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19771         Add FIXME about Emacs 21 and XEmacs compatibility.
19772         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19773         compatibility.
19774         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19775         compatibility.
19776         (gnus-bookmark-menu-heading): Fix version.
19777
19778 2006-06-19  Bastien Guerry  <bzg@altern.org>
19779
19780         * gnus-bookmark.el: New file.
19781
19782 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19783
19784         * message.el (message-syntax-checks): Doc fix.
19785
19786 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19787
19788         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19789         unsubscribed groups as if they were killed ones.  It causes duplicate
19790         entries in gnus-newsrc-alist.
19791
19792 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19793
19794         * message.el (message-syntax-checks): Doc fix.
19795         (message-send-mail): Add check for continuation headers.
19796         (message-check-news-header-syntax): Fix regexp used to check for
19797         continuation headers.
19798
19799 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19800
19801         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19802
19803 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19804
19805         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19806
19807 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19808
19809         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19810         default-truncate-lines.
19811
19812 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19813
19814         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19815         to fill the utf-8 entry.
19816
19817         * lpath.el: Fbind unicode-precedence-list.
19818
19819 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19820
19821         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19822
19823 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19824
19825         * gnus-agent.el (directory-files-and-attributes): Move all the way
19826         forward (the third and final move).
19827         (gnus-agent-read-agentview): Trap reconstruction errors due to
19828         nonexistent directory.  Handle by returning nil.
19829
19830 2006-05-30  Didier Verna  <didier@xemacs.org>
19831
19832         * message.el (message-dont-reply-to-names): Update the custom type.
19833         * message.el (message-dont-reply-to-names): New defsubst: potentially
19834         convert a list of regexps into a single one.
19835         * message.el (message-get-reply-headers): Use it.
19836         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19837
19838 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19839
19840         * gnus-agent.el (directory-files-and-attributes): Move forward.
19841
19842 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19843
19844         * gnus-ml.el (gnus-mailing-list-subscribe)
19845         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19846         (gnus-mailing-list-message): Fix doc strings.
19847
19848 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19849
19850         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19851         of doing it manually.
19852
19853 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19854
19855         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19856         comment.
19857
19858 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19859
19860         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19861         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19862         (gnus-agent-read-local): All symbols allocated in my-obarray.
19863         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19864         (gnus-agent-regenerate-group): Check numeric names to see if they are
19865         messages or groups.
19866         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19867         better way of do this...)
19868
19869         * gnus-cache.el (gnus-agent-total-fetched-for):
19870         Ignore 'dummy.group' (there should be a better way of do this...)
19871
19872 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19873
19874         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19875         (gnus-saved-headers): Ditto.
19876         (gnus-default-article-saver): Mention functions may have properties.
19877         (gnus-article-save): Override gnus-save-all-headers and
19878         gnus-saved-headers by :headers property which saver function may have.
19879         (gnus-summary-save-in-file): Add :headers property.
19880         (gnus-summary-write-to-file): Ditto.
19881
19882         * gnus-sum.el (gnus-summary-save-article): Bind
19883         gnus-prompt-before-saving to t when saving many articles in a file;
19884         always show all headers.
19885
19886         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19887
19888 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19889
19890         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19891         marks.
19892
19893         * message.el (message-indent-citation): Add optional arguments to allow
19894         using it outside of message buffers.
19895
19896         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19897         (gnus-article-treat-unfold-headers): Use it.
19898         (gnus-article-truncate-lines): New variable.
19899         (gnus-article-mode): Use it.
19900         (gnus-article-toggle-truncate-lines): New function.
19901
19902         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19903         Add gnus-article-toggle-truncate-lines.
19904
19905         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19906         coding system in XEmacs, use binary.
19907
19908 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19909
19910         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19911         after-load-alist.
19912
19913         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19914         this function should save decoded articles.
19915         (gnus-summary-write-to-file): Use property to specify this function
19916         should save decoded articles and specify gnus-summary-save-in-file
19917         should be used to save articles other than the first one when saving
19918         many articles.
19919         (gnus-summary-save-body-in-file): Use property to specify this
19920         function should save decoded articles.
19921         (gnus-summary-write-body-to-file): Use property to specify this
19922         function should save decoded articles and specify
19923         gnus-summary-save-body-in-file should be used to save articles other
19924         than the first one when saving many articles.
19925
19926         * gnus-sum.el (gnus-summary-save-article): Simplify.
19927
19928 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19929
19930         * gnus-art.el (gnus-default-article-saver):
19931         Add gnus-summary-write-body-to-file.
19932         (gnus-article-save-coding-system): Don't use coding system object
19933         in XEmacs.
19934         (gnus-read-save-file-name): Add optional `dir-var' argument which
19935         specifies directory in which files are saved; work even if optional
19936         `variable' argument is not specified.
19937         (gnus-summary-write-to-file): Read file name.
19938         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19939         (gnus-summary-write-body-to-file): New function.
19940
19941         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19942         (gnus-summary-local-variables): Add it.
19943         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19944         (gnus-summary-save-article): Remove optional `decode' argument;
19945         determine whether to decode articles by the value of
19946         gnus-default-article-saver; when saving many files using
19947         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19948         it first and use gnus-summary-save-in-file or
19949         gnus-summary-save-body-in-file thereafter unless
19950         gnus-prompt-before-saving is always; move point to article which
19951         will be saved.
19952         (gnus-summary-save-article-file): Revert.
19953         (gnus-summary-write-article-file): Revert.
19954         (gnus-summary-save-article-body-file): Revert.
19955         (gnus-summary-write-article-body-file): New function.
19956
19957 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19958
19959         * gnus-art.el (gnus-default-article-saver): Doc fix.
19960         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19961         from gnus-summary-save-article-coding-system, and default to a
19962         certain coding system.
19963         (gnus-output-to-file): Add coding cookie and encode text according
19964         to gnus-article-save-coding-system; don't use mm-append-to-file.
19965
19966         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19967         gnus-art.el and rename to gnus-article-save-coding-system.
19968         (gnus-summary-save-article): Require gnus-art; don't show all
19969         headers if it decodes articles; don't add coding cookie here;
19970         don't bind mm-text-coding-system-for-write.
19971         (gnus-summary-save-article-file): Save decoded articles.
19972         (gnus-summary-write-article-file): When saving many files, use
19973         gnus-summary-write-to-file first and gnus-summary-save-in-file
19974         thereafter unless gnus-prompt-before-saving is always.
19975         (gnus-summary-save-article-body-file): Save decoded articles.
19976
19977         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19978
19979 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19980
19981         * nnrss.el (nnrss-check-group): Bind hash-index.
19982
19983 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19984
19985         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19986         its hash index.  Store this hash in `nnrss-group-data'.
19987         (nnrss-read-group-data): Update accordingly.
19988
19989 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19990
19991         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19992         entry.
19993
19994         * gnus-sum.el (gnus-summary-make-menu-bar):
19995         Add gnus-article-browse-html-article.
19996
19997 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19998
19999         * gnus-sum.el (gnus-summary-mime-map):
20000         Add gnus-article-browse-html-article.
20001
20002         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
20003
20004 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20005
20006         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
20007         suitable coding systems in customize.
20008
20009 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
20010
20011         * mail-source.el (mail-sources): Fix custom type.
20012
20013 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20014
20015         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
20016         (gnus-summary-expire-articles-now): Shorten prompt.
20017
20018         * gmm-utils.el (wid-edit): Require.
20019         (defun-gmm): Rename from `gmm-defun-compat'.
20020         (gmm-image-search-load-path): Use it.
20021         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
20022
20023 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20024
20025         * gnus-sum.el (gnus-summary-save-article-coding-system):
20026         New variable.
20027         (gnus-summary-save-article): Add optional `decode' argument.
20028         If it is set and gnus-summary-save-article-coding-system is non-nil,
20029         save decoded article.
20030         (gnus-summary-write-article-file): Save decoded article if
20031         gnus-summary-save-article-coding-system is non-nil.
20032
20033         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
20034         type.
20035
20036 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20037
20038         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
20039
20040 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20041
20042         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
20043         first to test gnus-single-article-buffer which may be buffer-local.
20044
20045         * gnus-sum.el (gnus-summary-setup-buffer):
20046         Make gnus-single-article-buffer buffer-local and nil in ephemeral
20047         group; make gnus-article-buffer, gnus-article-current, and
20048         gnus-original-article-buffer always buffer-local.
20049         (gnus-summary-exit): Kill article buffer belonging to ephemeral
20050         group.
20051         (gnus-handle-ephemeral-exit): Don't move to next summary line.
20052
20053 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
20054
20055         * nnml.el (nnml-request-compact-group): Compressed files might not
20056         have .gz extension.
20057
20058 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20059
20060         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
20061         (mm-copy-to-buffer): Use with-current-buffer.
20062         (mm-display-part): Simplify.
20063         (mm-inlinable-p): Add optional arg `type'.
20064
20065 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20066
20067         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
20068         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
20069         Try harder to show the attachment internally or externally using
20070         gnus-mime-view-part-as-type.
20071
20072 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
20073
20074         * message.el (message-from-style, message-signature-separator)
20075         (message-user-organization-file, message-send-mail-function)
20076         (message-citation-line-function, message-yank-prefix)
20077         (message-indent-citation-function, message-signature)
20078         (message-signature-file, message-signature-insert-empty-line):
20079         Remove autoloads.
20080
20081         * gnus-art.el (gnus-buttonized-mime-types):
20082         Remove "multipart/signed".  Revert 2006-04-26 change.
20083
20084 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20085
20086         * gnus.el (gnus-version-number): Bump version.
20087
20088 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20089
20090         * gnus.el: No Gnus v0.5 is released.
20091
20092 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20093
20094         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
20095         fetching articles by message-id.
20096
20097 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20098
20099         * message.el (hashcash): Require hashcash as normal.
20100
20101         * ecomplete.el (ecomplete-highlight-match-line):
20102         Use point-at-eol.
20103         (ecomplete-highlight-match-line): Use `highlight', because that
20104         face exists in both Emacs and XEmacs.
20105
20106         * message.el (message-display-abbrev): Use point-at-bol.
20107
20108         * mail-source.el: Don't require timer/timer-funcs.
20109
20110         * gnus-async.el: Ditto.
20111
20112         * password.el: Ditto.
20113
20114         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20115
20116         * mm-url.el: Ditto.
20117
20118         * gnus-xmas.el: Don't require timer-funcs.
20119
20120         * mm-util.el: Require timer/timer-funcs.
20121
20122 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20123
20124         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20125         Close.
20126
20127 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20128
20129         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20130         unibyte after clear-decrypt function runs.
20131
20132         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20133         returns as a unibyte string.
20134
20135 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20136
20137         * lpath.el: Revert.
20138
20139         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20140         (pgg-gpg-process-sentinel): Revert.
20141
20142         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20143         (pgg-pgp-lookup-key): Revert.
20144
20145         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20146         (pgg-pgp5-lookup-key): Revert.
20147
20148         * pgg.el (pgg-fetch-key): Revert.
20149
20150 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20151
20152         * lpath.el: Fbind string-as-multibyte for XEmacs.
20153
20154         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20155         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20156         (mml1991-pgg-encrypt): Ditto.
20157
20158         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20159         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20160         a multibyte buffer.
20161
20162         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20163         (pgg-pgp-lookup-key): Ditto.
20164
20165         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20166         (pgg-pgp5-lookup-key): Ditto.
20167
20168         * pgg.el (pgg-fetch-key): Ditto.
20169
20170 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20171
20172         * message.el (message-user-organization-file): Check several
20173         locations of the organization file.
20174
20175         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20176         Add gnus-article-view-part-as-type.
20177
20178         * gnus-art.el (gnus-article-view-part-as-type): New function.
20179
20180         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20181         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20182
20183         * mml.el: Simplify autoload.
20184         (mml-mode): defvar dnd-protocol-alist instead of using
20185         symbol-value.
20186         (mml-default-directory): New variable.
20187         (mml-minibuffer-read-file): Use it.
20188         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20189
20190         * message.el (message-citation-line-format): New variable.
20191         (message-insert-formated-citation-line): New function.
20192         (message-citation-line-function):
20193         Add `message-insert-formated-citation-line' to custom type.
20194
20195         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20196         to doc string.
20197
20198         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20199         depending on mm-verify-option.
20200
20201 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20202
20203         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20204         binding pgg-* variables; reimplement the section which prevents
20205         MIME header from being signed.
20206         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20207         pgg-text-mode; remove a blank line at the top of body.
20208
20209         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20210         lines at the top of body; use gnus-newsgroup-charset if there's no
20211         Charset header.
20212
20213 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20214
20215         * message.el (message-self-insert-commands): Doc fix.
20216
20217         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20218         (mm-uu-pgp-encrypted-test): Ditto.
20219         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20220         between header and body; return application/pgp-encrypted handle
20221         if decryption failed; decode decrypted body by charset.
20222
20223         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20224         element match to application/pgp-*.
20225
20226 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20227
20228         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20229         HTML.
20230
20231 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20232
20233         * mail-source.el (mail-source-call-script): Message the error
20234         string.
20235
20236 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20237
20238         * gnus-util.el (gnus-byte-compile): Use it.
20239
20240 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20241
20242         * gnus-util.el (kill-empty-logs): New function.
20243
20244 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20245
20246         * message.el (message-mail-alias-type): Doc fix.
20247         (message-mail-alias-type-p): New function.
20248         (message-send): Use it.
20249         (message-mode): Ditto.
20250         (message-strip-forbidden-properties): Ditto.
20251
20252         * ecomplete.el (ecomplete-database-file-coding-system):
20253         New variable.
20254         (ecomplete-save): Use it.
20255         (ecomplete-setup): Use it.
20256
20257 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20258
20259         * message.el (message-self-insert-commands): New variable.
20260         (message-strip-forbidden-properties): Use it.
20261
20262 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20263
20264         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20265         that doesn't make XEmacs choke.
20266
20267 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20268
20269         * gnus-util.el (gnus-replace-in-string):
20270         Prefer replace-regexp-in-string over of replace-in-string.
20271
20272 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20273
20274         * gnus-util.el (gnus-select-frame-set-input-focus):
20275         Use select-frame-set-input-focus if it is available in XEmacs; use
20276         definition defined in Emacs 22 for old Emacsen.
20277
20278         * dgnushack.el: Autoload unmorse-region for XEmacs.
20279
20280         * lpath.el: Bind cursor-in-non-selected-windows and
20281         select-frame-set-input-focus for XEmacs.
20282
20283 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20284
20285         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20286
20287 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20288
20289         * gnus-registry.el (gnus-registry-cache-save): Remove text
20290         properties when saving via the temp buffer.
20291
20292 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20293
20294         * message.el (message-generate-hashcash): Honor custom type.
20295
20296 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20297
20298         * message.el (message-generate-hashcash): Default to non-nil when
20299         hashcash is found.
20300
20301         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20302         (gnus-refer-thread-limit): Increase default to 500.
20303
20304         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20305
20306         * flow-fill.el (fill-flowed): Allow delete-space.
20307
20308 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20309
20310         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20311         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20312         Remove autoloads.
20313
20314 2006-04-18  Simon Josefsson  <jas@extundo.com>
20315
20316         * message.el (message-generate-hashcash): Default to.
20317
20318 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20319
20320         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20321         concatenating segments rather than before concatenating them.
20322
20323 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20324
20325         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20326
20327 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20328
20329         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20330
20331         * message.el (message-forward-make-body-plain):
20332         Allow message-forward-ignored-headers to be a list.
20333         (message-remove-ignored-headers): Factor out into function.
20334         (message-forward-make-body-mml): Use it.
20335
20336         * imap.el (imap-quote-specials): New function.
20337         (imap-login-auth): Quote specials.
20338
20339         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20340         (rfc2231-parse-string): Allow concatanation of parameters that
20341         aren't contiguous.  The test case is
20342           (mail-header-parse-content-type "message/external-body;
20343             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20344             access-type=LOCAL-FILE;
20345             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20346
20347 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20348
20349         * nntp.el (nntp-accept-process-output): Return the value of
20350         `nnheader-accept-process-output'.
20351
20352 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20353
20354         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20355         (gnus-button-alist): Recognize more diff formats.
20356         (gnus-button-patch): Strip directory.
20357
20358 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20359
20360         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20361         Emacs 22 when setting focus.
20362
20363 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20364
20365         * gnus-art.el (gnus-article-treat-types): Do treatment of
20366         text/x-verbatim parts.
20367         (gnus-button-patch): New command.
20368
20369         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20370         addresses that contain invalid characters.
20371
20372 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20373
20374         * message.el (message-put-addresses-in-ecomplete):
20375         Use gnus-replace-in-string.
20376         (message-is-yours-p): Use the more correct
20377         mail-header-parse-address instead of
20378         mail-extract-address-components.
20379         (message-put-addresses-in-ecomplete): Fix typo.
20380
20381         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20382         keystroke.
20383
20384         * gnus-art.el (gnus-treatment-function-alist): Change order of
20385         newsgroups/generic header folding to avoid double-folding.
20386
20387         * message.el (message-hidden-headers): Add X-Draft-From.
20388
20389         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20390         New command.
20391         (gnus-summary-repeat-search-article-backward): New command.
20392
20393         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20394         groups in the parent topic.
20395
20396 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20397
20398         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20399         (spam-extra-header-to-number): Return the CRM114 number as a
20400         number instead of a string.
20401
20402 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20403
20404         * gnus-art.el (gnus-face-properties-alist): Move here from
20405         gnus-fun.
20406
20407         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20408
20409 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20410
20411         * message.el (message-strip-forbidden-properties): Only display on
20412         self-insert-command.
20413
20414         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20415         reindent.
20416         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20417
20418 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20419
20420         * smiley.el (smiley-style): Fix typo.
20421
20422 2006-03-23  Kenichi Handa  <handa@m17n.org>
20423
20424         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20425         instead of set-buffer-multibyte.
20426
20427 2006-03-23  Kenichi Handa  <handa@m17n.org>
20428
20429         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20430         buffer and then decode the buffer text if necessary.
20431         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20432         first, and after mm-encode-body, change the buffer to unibyte.
20433
20434 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20435
20436         * hashcash.el (hashcash-insert-payment-async-2):
20437         Use message-goto-eoh instead of doing it manually.
20438         (mail-add-payment): Use message-narrow-to-header instead of trying
20439         to do the same itself.
20440
20441         * message.el (message-hidden-headers): Add Face.
20442
20443         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20444         reparenting code.
20445         (gnus-summary-reparent-children): Refactored out code.
20446         (gnus-summary-thread-map): New keystroke.
20447         (gnus-summary-reparent-children): Make into command.
20448
20449         * smiley.el (smiley-style): Default to `medium' if using a large
20450         font.
20451
20452         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20453         does it itself.
20454
20455         * message.el (message-point-in-header-p): Simplify definition.
20456
20457 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20458
20459         * nnagent.el (nnagent-request-set-mark): Silence log file
20460         writing.
20461         (nnagent-request-set-mark): Use write-region instead of
20462         append-to-file.
20463
20464         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20465         strange select method.
20466
20467         * ecomplete.el (ecomplete-display-matches): Get highlightling
20468         right.
20469         (ecomplete-display-matches): Use literals.
20470         (ecomplete-display-matches): Disable message logging.
20471
20472         * message.el (message-display-abbrev): Small optimization.
20473
20474         * ecomplete.el (ecomplete-display-matches): Allow automatic
20475         display.
20476
20477         * message.el (message-strip-forbidden-properties):
20478         Display abbrevs.
20479         (message-display-abbrev): Get automatic display right.
20480
20481         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20482         keystrokes.
20483
20484 2006-04-13  Romain Francoise  <romain@orebokech.com>
20485
20486         TODO: Backport to v5-10!
20487
20488         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20489         Move here (and rename) from gnus-registry.el.
20490
20491         * gnus-registry.el: Require gnus-util.
20492         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20493
20494 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20495
20496         * gnus-group.el (gnus-group-catchup-current):
20497         Change if-then-else-if-then-else into cond.
20498         (gnus-group-catchup): Indent.
20499         (group-name-at-point): New function.
20500         (gnus-fetch-group): Provide default from thing at point.
20501
20502 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20503
20504         * message.el (message-display-abbrev): Fix regexp.
20505
20506         * ecomplete.el (ecomplete-highlight-match-line):
20507         Reimplement choosing.
20508         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20509         dead variables.
20510
20511         * message.el (message-newline-and-indent): Remove debugging.
20512         (message-display-abbrev): Use new implementation.
20513
20514 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20515
20516         * gnus-art.el (gnus-article-mode):
20517         Set cursor-in-non-selected-windows to nil.
20518
20519         * smiley.el: Revert previous change.
20520         (smiley-data-directory): defvar it before using it in the
20521         defcustom of `smiley-style'.
20522
20523 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20524
20525         * message.el (message-newline-and-indent): New function.
20526
20527         * ecomplete.el: Implement more bits.
20528
20529         * message.el (message-put-addresses-in-ecomplete): Clean up the
20530         string.
20531
20532         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20533
20534         * gnus-sum.el (gnus-summary-save-parts):
20535         Bind gnus-summary-save-parts-counter and use it to make unique file
20536         names.
20537
20538         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20539
20540         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20541         parameter to say whether to actually parse the individual
20542         addresses.
20543
20544         * message.el (message-put-addresses-in-ecomplete): New function.
20545         (ecomplete): Require.
20546         (message-mail-alias-type): Add ecomplete as an option.
20547
20548 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20549
20550         * flow-fill.el (fill-flowed): Remove trailing space from blank
20551         quoted lines.
20552
20553 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20554
20555         * smiley.el (smiley-style): Move definition later to avoid a
20556         compilation warning.
20557
20558 2006-04-12  Kenichi Handa  <handa@m17n.org>
20559
20560         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20561         buffer and then decode the buffer text if necessary.
20562         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20563         first, and after mm-encode-body, change the buffer to unibyte.
20564         Use mm-disable-multibyte instead of set-buffer-multibyte.
20565
20566 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20567
20568         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20569         Content-Type header instead of Content-Disposition header.
20570         (gnus-mime-inline-part): Ditto.
20571         (gnus-mime-view-part-as-charset): Ignore charset that the part
20572         specifies.
20573
20574         * mm-decode.el (mm-display-part): Work with external parts and
20575         usual parts similarly.
20576
20577         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20578         instead of gnus-display-mime.
20579
20580         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20581         instead of with-temp-buffer.
20582
20583         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20584         tag to summarized topics part in order to encode non-ASCII text.
20585
20586 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20587
20588         * smiley.el (smiley-style): New variable.
20589         (smiley-directory): New function.
20590         (smiley-data-directory): Derive from `smiley-style' using
20591         `smiley-directory'.
20592         (smiley-regexp-alist): Add new entries.
20593
20594         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20595         (gnus-article-browse-delete-temp): Add :version.
20596
20597 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20598
20599         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20600         the sieve region.
20601
20602 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20603
20604         * gnus.el (gnus-version-number): Bump version.
20605
20606 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20607
20608         * gnus.el: No Gnus v0.4 is released.
20609
20610 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20611
20612         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20613         layout.
20614
20615         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20616         unknown charset.
20617
20618         * message.el (message-header-synonyms): Add Original-To to the
20619         default.
20620
20621         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20622         optional parameter.
20623
20624 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20625
20626         * gnus-fun.el (gnus): Require it for gnus-directory.
20627
20628 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20629
20630         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20631
20632 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20633
20634         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20635
20636 2006-04-05  Simon Josefsson  <jas@extundo.com>
20637
20638         * password.el (password-reset): New function.
20639
20640 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20641
20642         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20643         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20644
20645 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20646
20647         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20648         Some whitespace was matched into the url, which broke browsing hits
20649         > 100 when mm-url-use-external was nil.
20650
20651 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20652
20653         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20654         Check gnus-extra-headers for 'Newsgroups.
20655
20656         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20657         bound.
20658
20659 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20660
20661         * pgg-gpg.el: Clean up process buffers every time gpg processes
20662         complete.
20663
20664 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20665
20666         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20667         doc string.
20668
20669 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20670
20671         * pgg-gpg.el (pgg-gpg-process-filter)
20672         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20673
20674         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20675         lines, temporary fix.
20676
20677 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20678
20679         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20680
20681 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20682
20683         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20684         default-enable-multibyte-characters.  This reverts the change from
20685         revision 6.17 which is no longer necessary because the passphrase
20686         is sent separately now.  GnuPG messages are unreadable under
20687         multibyte locales with default-enable-multibyte-characters set to
20688         nil.
20689
20690 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20691
20692         * message.el (message-tool-bar-gnome): Move "spell".
20693
20694 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20695
20696         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20697         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20698         instead.
20699
20700 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20701
20702         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20703         Improve newsgroups handling for NNTP overviews which don't include
20704         Newsgroups.
20705
20706 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20707
20708         * message.el (message-resend): Bind message-generate-hashcash to nil.
20709
20710 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20711
20712         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20713         when searching for already-paid recipients.
20714
20715 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20716
20717         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20718         passphrases when it is not needed.
20719         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20720         passphrase stuff from gpg, should only be necessary when you use
20721         gpg with a smartcard.
20722
20723 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20724
20725         * mml.el (mml-insert-mime): Ignore cached contents of
20726         message/external-body part.
20727
20728         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20729         (mm-insert-part): Ditto.
20730
20731 2006-03-23  Simon Josefsson  <jas@extundo.com>
20732
20733         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20734         Reiner.
20735         (pgg-gpg-use-agent-p): Use it again.
20736
20737 2006-03-23  Simon Josefsson  <jas@extundo.com>
20738
20739         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20740         older emacsen.
20741         (pgg-gpg-use-agent-p): Don't use it.
20742
20743 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20744
20745         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20746         if we can.
20747
20748 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20749
20750         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20751         (pgg-gpg-update-agent): New function.
20752         (pgg-gpg-use-agent-p): New function.
20753         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20754         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20755         (pgg-gpg-sign-region): Use it.
20756
20757 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20758
20759         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20760         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20761
20762 2006-03-21  Simon Josefsson  <jas@extundo.com>
20763
20764         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20765         <wilde@sha-bang.de>.
20766         (pgg-gpg-use-agent): New variable.
20767         (pgg-gpg-process-region): Use it.
20768         (pgg-gpg-encrypt-region): Likewise.
20769         (pgg-gpg-encrypt-symmetric-region): Likewise.
20770         (pgg-gpg-decrypt-region): Likewise.
20771         (pgg-gpg-sign-region): Likewise.
20772         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20773
20774 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20775
20776         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20777
20778         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20779         Add comment on version.
20780
20781 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20782
20783         * smiley.el: Add missing test smiley.
20784
20785 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20786
20787         * mm-decode.el (mm-with-part): New macro.
20788         (mm-get-part): Use it; work with message/external-body as well.
20789         (mm-save-part): Treat name and filename equally.
20790
20791         * mm-extern.el (mm-extern-cache-contents): New function.
20792         (mm-inline-external-body): Use it; force the part to be displayed;
20793         move undisplayer added to the cached handle to the parent.
20794
20795         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20796         (gnus-mime-view-part-as-type): Work with message/external-body.
20797
20798         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20799
20800 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20801
20802         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20803         images in image-load-path.  [Sync with image.el, revision 1.60, in
20804         Emacs.]
20805
20806 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20807
20808         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20809         path rather than symbol.  Always return list of directories.
20810         Guarantee that image directory comes first.  [Sync with image.el,
20811         revision 1.59, in Emacs.]
20812
20813         * message.el (message-make-tool-bar): Adjust to new API of
20814         `gmm-image-load-path-for-library'.
20815
20816         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20817
20818         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20819
20820 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20821
20822         * gnus-art.el (gnus-article-only-boring-p):
20823         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20824         intangible text.
20825         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20826
20827 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20828
20829         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20830         Use `defun' instead of `gmm-defun-compat'.
20831
20832 2006-03-14  Simon Josefsson  <jas@extundo.com>
20833
20834         * message.el (message-unique-id): Don't use message-number-base36
20835         if (user-uid) is a float.
20836         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20837
20838 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20839
20840         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20841
20842         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20843         empty line between a part and a message part.
20844
20845 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20846
20847         * smiley.el: Add more test smileys.
20848         (smiley-data-directory, smiley-regexp-alist)
20849         (gnus-smiley-file-types): Fix doc strings.
20850         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20851         adding new elements.
20852         (smiley-mouse-map): Unused code.  Make it a comment.
20853
20854 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20855
20856         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20857         scan latest NoCeM messages instead of old ones.
20858         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20859         delimiters that are recently used.
20860         (gnus-nocem-load-cache): Add autoload cookie.
20861
20862         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20863
20864         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20865         level which is larger than gnus-use-nocem is specified.
20866
20867         * gnus-group.el (gnus-group-get-new-news): Ditto.
20868
20869 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20870
20871         * gnus-util.el (gnus-tool-bar-update): New function.
20872
20873         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20874         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20875
20876         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20877
20878         * gnus-group.el (gnus-group-redraw-when-idle)
20879         (gnus-group-redraw-check): Remove.
20880         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20881
20882 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20883
20884         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20885         if optional last element is specified in splits (FIELD VALUE...).
20886
20887 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20888
20889         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20890         to gmm-image-load-path-for-library.  Call with no-error argument.
20891         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20892
20893         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20894
20895         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20896
20897         * gmm-utils.el (gmm-image-load-path): Remove alias.
20898
20899 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20900
20901         * gmm-utils.el (gmm-image-load-path): Add alias.
20902
20903         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20904         nnml-generate-nov-databases-1.
20905         (nnml-generate-nov-databases): Use it.
20906         (nnml-generate-nov-databases-directory): Document no-active
20907         argument.
20908
20909         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20910         directory if path is t.  Add no-error.
20911
20912         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20913         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20914
20915         * gnus-art.el (gnus-article-browse-delete-temp-files):
20916         Simplify resetting gnus-article-browse-html-temp-list.
20917
20918         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20919         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20920         Add example to docstring.  Rename local variables.  Move error
20921         checks to default case in cond and simplify.
20922
20923 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20924
20925         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20926         handle is multipart when calling it recursively.
20927         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20928
20929 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20930
20931         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20932         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20933
20934 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20935
20936         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20937         is loaded.
20938
20939         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20940         loaded.
20941
20942 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20943
20944         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20945         to "Emacs 23 (unicode)" in doc string.
20946
20947         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20948         "Emacs 23 (unicode)" in comment.
20949
20950 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20951
20952         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20953
20954         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20955         characters 160 through 255 in Emacs 23.
20956
20957 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20958
20959         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20960         gnus-article-browse-html-temp.
20961         (gnus-article-browse-delete-temp): Make it customizable.
20962         Add `file'.  Adjust doc string.
20963         (gnus-article-browse-delete-temp-files): Add argument.
20964         Allow query for each file.  Adjust doc string.
20965         (gnus-article-browse-html-parts):
20966         Add `gnus-article-browse-delete-temp-files' to
20967         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20968
20969 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20970
20971         * gnus-art.el (gnus-article-browse-html-temp)
20972         (gnus-article-browse-delete-temp): New variables.
20973         (gnus-article-browse-delete-temp-files): New function.
20974         (gnus-article-browse-html-parts): Use it.
20975
20976 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20977
20978         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20979
20980         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20981         string.
20982
20983         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20984         gnus-summary-insert-new-articles when unplugged.
20985         Remove gnus-summary-search-article-forward.
20986
20987         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20988         display-visual-class instead of display-color-cells.
20989
20990 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20991
20992         * dgnushack.el: Autoload customize-group for XEmacs.
20993
20994         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20995         message/* containing non-ASCII text properly.
20996
20997 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20998
20999         * message.el: Require gmm-utils, remove autoloads.
21000         (message-tool-bar): Set default based on
21001         gmm-tool-bar-style.
21002         (message-tool-bar-gnome): Add gmm-customize-mode.
21003
21004         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
21005         gmm-tool-bar-style.
21006         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
21007
21008         * gnus-group.el (gnus-group-tool-bar): Set default based on
21009         gmm-tool-bar-style.
21010         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
21011
21012         * gmm-utils.el (gmm-image-directory): Rename variable from
21013         gmm-image-load-path.
21014         (gmm-image-load-path): Use gmm-image-directory.
21015         (gmm-customize-mode): New function.
21016         (gmm-tool-bar-style): New variable.
21017
21018         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
21019         gnus-group-redraw-line-number.
21020         (gnus-group-redraw-check): Simplify.
21021         (gnus-group-tool-bar-update): Remove redraw check.
21022         (gnus-group-make-tool-bar): Add redraw check.
21023
21024 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
21025
21026         * gnus-art.el (gnus-button): Add missing parentheses.
21027
21028 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21029
21030         * lpath.el: Fbind line-number-at-pos.
21031
21032 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21033
21034         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
21035
21036 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21037
21038         * gnus-art.el (gnus-button): New face.
21039         (gnus-article-button-face): Use it.
21040
21041         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21042         Add gnus-summary-next-page.  Re-order.
21043
21044         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
21045         next-node are now included.
21046         (gnus-group-redraw-line-number): New internal variable.
21047         (gnus-group-redraw-check): Helper function for updating the tool
21048         bar.
21049         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
21050
21051         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
21052
21053         * spam.el (spam-spamassassin-score-regexp): New internal variable.
21054         (spam-extra-header-to-number, spam-check-spamassassin-headers):
21055         Use it to match format of Spamassassin 3.0 and later.
21056         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
21057         (spam-check-bogofilter)
21058         (spam-bogofilter-register-with-bogofilter): Fix args of
21059         `gnus-error' calls.
21060
21061 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21062
21063         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
21064         unnecessary interaction when sending queued mails.
21065         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
21066
21067 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
21068
21069         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
21070         first or last are nil.
21071
21072 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
21073
21074         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21075
21076 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21077
21078         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
21079
21080 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21081
21082         * dns.el (query-dns): Protect more against buggy tcp output.
21083
21084 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21085
21086         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
21087         nov.php.
21088
21089 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21090
21091         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
21092         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
21093         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
21094         output on the server side.
21095         (nnweb-google-create-mapping): Update regexps and add some
21096         progress indication.
21097
21098 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21099
21100         * gnus-group.el (gnus-group-tool-bar-gnome):
21101         Fix gnus-agent-toggle-plugged.  Re-order icons.
21102         (gnus-group-tool-bar-gnome):
21103         Add gnus-group-{prev,next}-unread-group.
21104         (gnus-group-tool-bar-gnome): Re-order icons.
21105
21106         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21107         Move gnus-summary-insert-new-articles.
21108
21109         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21110         Fix comments.
21111
21112         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21113         also available in Emacs 21.3.
21114
21115         * message.el (message-fix-before-sending): Change "Emacs 22" to
21116         "Emacs 23 (unicode)" in comment.
21117
21118         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21119         "Emacs 23 (unicode)" in comment.
21120
21121         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21122         comment.
21123         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21124
21125         * mm-view.el (mm-fill-flowed): Add :version.
21126
21127 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21128
21129         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21130         and load-path.
21131
21132 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21133
21134         * message.el: Autoload gmm-image-load-path.
21135         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21136         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21137         consitency.
21138
21139         * gmm-utils.el (gmm-image-load-path): Also search in
21140         "../etc/images".  Don't set gmm-image-load-path if we don't find
21141         the image.
21142
21143 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21144
21145         * gmm-utils.el (gmm-image-load-path): Don't make
21146         `gmm-image-load-path' include subdirectories which the second arg
21147         `image' might specify.
21148
21149         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21150         subdirectory to icon file names.
21151
21152         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21153
21154 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21155
21156         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21157         gmm-image-load-path calls.
21158
21159         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21160
21161         * message.el (message-make-tool-bar): Ditto.
21162
21163         * mml.el (mml-preview): Add comment concerning tool bar icons.
21164
21165         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21166         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21167
21168         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21169         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21170
21171         * message.el (message-tool-bar-gnome): Use new icon names.
21172         (message-make-tool-bar): Use `gmm-image-load-path'.
21173
21174         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21175         New functions from MH-E.
21176         (gmm-image-load-path): New variable from MH-E.
21177         (gmm-image-load-path): New function from MH-E.  Add arguments
21178         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21179         *-image-load-path-called-flag.
21180
21181 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21182
21183         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21184
21185 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21186
21187         * nnimap.el (nnimap-request-move-article): Change folder back to
21188         source group before deleting.
21189
21190 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21191
21192         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21193
21194         * gnus-art.el (mm-url-insert-file-contents-external):
21195         Autoload mm-url.
21196
21197         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21198
21199 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21200
21201         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21202         coding system which mm-charset-to-coding-system returns for a
21203         given charset is valid.
21204
21205 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21206
21207         * html2text.el (html2text-remove-tag-list):
21208         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21209
21210 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21211
21212         * gnus-cus.el: Revert 2005-10-17 change.
21213
21214 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21215
21216         * gnus-art.el (article-strip-banner):
21217         Call article-really-strip-banner only when the regexp match is made.
21218
21219 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21220
21221         * gnus-art.el (article-strip-banner):
21222         Use gnus-extract-address-components instead of
21223         mail-header-parse-addresses to make it work with non-ASCII text;
21224         remove mail-encode-encoded-word-string.
21225
21226         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21227         values which are surrounded with \"...\"; make it never cause a
21228         Lisp error; give up parsing of parameters if it failed in
21229         extracting type.
21230
21231 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21232
21233         * smime.el (smime-cert-by-ldap-1): Fix bug where
21234         `smime-ldap-search' returns results without userCertificates.
21235
21236 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21237
21238         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21239
21240 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21241
21242         * spam.el (spam-check-spamassassin-headers): Adapt format for
21243         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21244         <ari@mbf.ocn.ne.jp>.
21245         (spam-list-of-processors): Add spam-use-gmane.
21246
21247 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21248
21249         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21250         make-temp-file; make it work with XEmacs as well.
21251
21252         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21253         mm-make-temp-file.
21254
21255         * mm-decode.el (mm-display-external): Use the 3rd arg of
21256         mm-make-temp-file.
21257         (mm-create-image-xemacs): Ditto.
21258
21259 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21260
21261         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21262         with message-narrow-to-headers.
21263         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21264         (gnus-draft-check-draft-articles): New function.
21265         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21266
21267 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21268
21269         * gnus-art.el (gnus-article-browse-html-parts):
21270         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21271         Don't use suffix argument for mm-make-temp-file for Emacs 21
21272         compatibility.  Remove useless `format'.
21273
21274 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21275
21276         * nnweb.el (nnweb-google-wash-article): Update regexps.
21277         (nnweb-group-alist): Use defvoo instead of defvar.
21278
21279 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21280
21281         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21282         re-loading nn* modules.
21283
21284 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21285
21286         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21287         for `tool-bar-mode' and don't check it's default-value.
21288
21289         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21290
21291         * message.el (message-make-tool-bar): Ditto.
21292
21293         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21294         `substring'.  Shorten tmp-file name.
21295
21296         * gnus.el: Remove bogus comment.
21297
21298 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21299
21300         * gnus-art.el (gnus-article-browse-html-parts): New function.
21301         (gnus-article-browse-html-article): New function for viewing html
21302         articles with a browser.
21303
21304 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21305
21306         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21307         in elisp.
21308         (pgg-gpg-encrypt-symmetric-region): Ditto.
21309         (pgg-gpg-sign-region): Ditto.
21310
21311         * pgg-def.el (pgg-text-mode): New variable.
21312
21313         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21314         (mml2015-pgg-encrypt): Ditto.
21315
21316         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21317         (mml1991-pgg-encrypt): Ditto.
21318
21319 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21320
21321         * nnfolder.el (nnfolder-insert-newsgroup-line):
21322         Use message-make-date instead of current-time-string.
21323
21324         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21325         to gnus-decoded which mm-uu might set.
21326
21327 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21328
21329         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21330         don't decode quoted parameters; remove misimported Emacs code.
21331         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21332         (rfc2231-decode-encoded-string): Don't use split-string which
21333         behaves differently according to Emacs version; use
21334         mm-decode-coding-region to convert charset to coding-system.
21335         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21336         (rfc2231-encode-string): Remove misimported Emacs code.
21337
21338 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21339
21340         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21341         when calling mail-header-parse-content-type.
21342         (article-de-quoted-unreadable): Ditto.
21343         (article-de-base64-unreadable): Ditto.
21344         (article-wash-html): Ditto.
21345
21346         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21347         calling mail-header-parse-content-type and
21348         mail-header-parse-content-disposition.
21349         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21350         mail-header-parse-content-type.
21351
21352         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21353         insert charset and format parameters; encode description after
21354         inserting it to buffer.
21355         (mml-insert-parameter): Fold lines properly even if a parameter is
21356         segmented into two or more lines; change the max column to 76.
21357
21358         * rfc1843.el (rfc1843-decode-article-body): Don't use
21359         ignore-errors when calling mail-header-parse-content-type.
21360
21361         * rfc2231.el (rfc2231-parse-string): Return at least type if
21362         possible; don't cause an error even if it fails in parsing of
21363         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21364         (rfc2231-encode-string): Don't break lines at the beginning, leave
21365         it to mml-insert-parameter.
21366
21367         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21368         calling mail-header-parse-content-type.
21369
21370 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21371
21372         * spam-report.el (spam-report-gmane-use-article-number):
21373         Improve doc string.
21374         (spam-report-gmane-internal): Check if a suitable header was found
21375         in the article.
21376
21377 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21378
21379         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21380         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21381
21382 2006-02-05  Romain Francoise  <romain@orebokech.com>
21383
21384         Update copyright notices of all files in the gnus directory.
21385
21386 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21387
21388         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21389
21390 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21391
21392         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21393         segmented lines of parameter value to cope with Thunderbird 1.5
21394         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21395         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21396         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21397
21398 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21399
21400         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21401         parts.
21402
21403 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21404
21405         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21406         there's only one active file for all servers.
21407         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21408         solid groups.  Gnus might have used a FAST request to select the group.
21409         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21410         and nnweb-search redundantly in the active file.
21411         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21412         (nnweb-request-create-group): Don't use ARGS.
21413         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21414         initializations.  Let nnoo do the work.
21415
21416 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21417
21418         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21419         Say the part has been decoded.
21420
21421         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21422
21423 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21424
21425         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21426         mailcap-viewer-test-cache when there's no 'test clause, since that
21427         will invert the meaning of a "nil" test previously determined by
21428         mailcap-mailcap-entry-passes-test.
21429
21430 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21431
21432         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21433         compiling.
21434
21435         * gnus-sum.el: Ditto.
21436
21437         * message.el: Don't bind tool-bar-map when compiling.
21438
21439 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21440
21441         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21442
21443 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21444
21445         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21446         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21447         current Google Groups.
21448
21449 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21450
21451         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21452         and tool-bar-mode.
21453
21454         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21455         and tool-bar-mode.
21456
21457         * message.el (message-tool-bar-update): Simplify.
21458         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21459
21460         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21461         gnus-summary-buffer.
21462         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21463         gnus-summary-reply.
21464
21465         * gmm-utils.el (gmm): Add :version.
21466
21467 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21468
21469         * Makefile.in (clean): New rule.
21470         (distclean): Use it.
21471
21472 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21473
21474         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21475         Don't autoload.
21476
21477 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21478
21479         * gmm-utils.el (gmm-verbose): Add :group.
21480
21481 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21482
21483         * message.el: Change some comments WRT tool-bars.
21484
21485         * gnus-sum.el (gnus-summary-tool-bar)
21486         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21487         (gnus-summary-tool-bar-zap-list): New variables.
21488         (gnus-summary-make-tool-bar): Complete rewrite using
21489         `gmm-tool-bar-from-list'.
21490
21491         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21492         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21493         New variables.
21494         (gnus-group-make-tool-bar): Complete rewrite using
21495         `gmm-tool-bar-from-list'.
21496         (gnus-group-tool-bar-update): New function.
21497
21498         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21499
21500 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21501
21502         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21503         is dissected into a single part of which the type is the same as
21504         the given one; decode charset.
21505
21506 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21507
21508         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21509         into alists as symbol not string, since that's what
21510         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21511         look for.
21512
21513 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21514
21515         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21516         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21517
21518         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21519
21520 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21521
21522         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21523         (gnus-xmas-mime-security-button-menu): New function.
21524
21525         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21526         (gnus-mime-security-button-menu): New definition.
21527         (gnus-mime-security-button-map): Use them.
21528         (gnus-mime-security-button-menu): New function.
21529         (gnus-insert-mime-security-button): Addition to help echo.
21530         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21531         (gnus-mime-security-pipe-part): New functions.
21532
21533         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21534         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21535
21536         * mm-decode.el (mm-handle-set-disposition): Remove.
21537         (mm-handle-set-description): Remove.
21538
21539 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21540
21541         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21542         (mm-w3m-standalone-supports-m17n-p): New function.
21543         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21544         w3m usage.
21545
21546         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21547         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21548
21549 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21550
21551         * message.el (message-tool-bar-zap-list):
21552         Use gmm-tool-bar-zap-list as custom type.
21553         (message-tool-bar-update): New function.
21554         (message-tool-bar, message-tool-bar-gnome)
21555         (message-tool-bar-retro): Add message-tool-bar-update.
21556         (message-tool-bar-gnome): Add flyspell-buffer.
21557
21558         * gnus-util.el (gnus-error): Describe `args'.
21559
21560         * gmm-utils.el (gmm-error): Describe `args'.
21561         (gmm-tool-bar-zap-list): New widget.
21562         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21563
21564 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21565
21566         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21567         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21568         the number of recursive calls.
21569
21570         * mm-decode.el (mm-handle-set-disposition): New macro.
21571         (mm-handle-set-description): New macro.
21572
21573 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21574
21575         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21576         encoding.
21577
21578 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21579
21580         * message.el (message-tool-bar-zap-list, message-tool-bar)
21581         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21582         (message-tool-bar-local-item-from-menu): Remove.
21583         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21584         (message-make-tool-bar): New function.
21585         (message-mode): Use `message-make-tool-bar'.
21586
21587         * gmm-utils.el: New file.
21588         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21589         (gmm-lazy): New widget copied from `nnmail.el'.
21590         (gmm-tool-bar-from-list): New function for creating customizable
21591         tool bars.
21592         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21593         output.
21594         (gmm): Add :prefix to defgroup.
21595
21596 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21597
21598         * gmm-utils.el (gmm-widget-p): New function.
21599
21600 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21601
21602         * mml.el (mml-attach-file): Describe `description' in doc string.
21603         (mml-menu): Add Emacs MIME manual and PGG manual.
21604
21605 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21606
21607         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21608
21609 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21610
21611         * nntp.el (nntp-end-of-line): Doc fix.
21612
21613 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21614
21615         * imap.el (imap-open): Handle case where buffer is a buffer
21616         object.
21617
21618 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21619
21620         * gnus-delay.el (gnus-delay): Don't autoload.
21621         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21622         to be re-loaded when customizing the `gnus-delay' group.
21623
21624 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21625
21626         * message.el (message-insert-citation-line): Use newlines.
21627
21628 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21629
21630         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21631         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21632         these routines, so the passphrase can be managed externally and
21633         passed in to the system.
21634         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21635         pgg-add-passphrase-to-cache function.
21636
21637         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21638         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21639         these routines, so the passphrase can be managed externally and
21640         passed in to the system.
21641         (pgg-pgp5-sign-region): Use new name of
21642         pgg-add-passphrase-to-cache function.
21643
21644 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21645
21646         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21647         part of the decoded armor to find the key-identifier.
21648         (pgg-gpg-lookup-key-owner): New function to return the
21649         human-readable identifier of a key owner.
21650         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21651         itself.
21652         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21653         the key value) if we have a key and can match it against a secret
21654         key.  Also, added a note pointing out fact that the prompt only
21655         indicates the first matching key.
21656
21657         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21658         pgg-decrypt-region.
21659         (pgg-add-passphrase-to-cache): Rename from
21660         `pgg-add-passphrase-cache' to reduce confusion (all callers
21661         changed).
21662         (pgg-remove-passphrase-from-cache): Rename from
21663         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21664         changed).
21665         (pgg-read-passphrase, pgg-add-passphrase-cache)
21666         (pgg-remove-passphrase-cache): Add informative docstrings.
21667         (pgg-decrypt): Convey provided passphrase in subordinate call to
21668         pgg-decrypt-region.
21669
21670 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21671
21672         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21673         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21674         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21675         'passphrase' argument, so the passphrase can be managed externally
21676         and then passed in to the system.
21677
21678         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21679         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21680         so the passphrase cache can be used reliably with identifiers
21681         besides a pgp packet's key id.
21682
21683         * pgg-gpg.el (pgg-gpg-encrypt-region)
21684         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21685         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21686         these routines, so the passphrase can be managed externally and
21687         passed in to the system.
21688
21689         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21690         'notruncate' argument, so the passphrase cache can be used
21691         reliably with identifiers besides a pgp packet's key id.
21692
21693 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21694
21695         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21696         symmetric encryption.
21697         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21698         encrypted session key.
21699         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21700         message ask for the passphrase in a proper way.
21701
21702         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21703         New user commands for symmetric encryption.
21704
21705 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21706
21707         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21708
21709         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21710
21711 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21712
21713         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21714
21715 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21716
21717         * mm-decode.el (mm-inlined-types): Add application/pgp.
21718         (mm-automatic-display): Ditto.
21719
21720         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21721         part as text.
21722
21723 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21724
21725         * nnrss.el: Update copyright.
21726         (nnrss-opml-import): Query whether to subscribe to each entry.
21727
21728         * gnus-art.el:
21729         * gnus-sum.el:
21730         * gnus-xmas.el:
21731         * messagexmas.el:
21732         * mm-uu.el:
21733         * mm-view.el: Update copyright.
21734
21735 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21736
21737         * message.el (message-info): New function.
21738         (message-mode-menu): Add it.
21739         Update copyright.
21740
21741         * ChangeLog: Fix and update copyright.
21742
21743 2006-01-13  Romain Francoise  <romain@orebokech.com>
21744
21745         * message.el (message-forward-subject-name-subject): Prefer the
21746         address to 'nowhere' if the sender has no name.
21747         Fix typo.  Update copyright year.
21748
21749 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21750
21751         * gnus-art.el (article-wash-html):
21752         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21753         (gnus-article-wash-html-with-w3m-standalone): New function.
21754
21755         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21756         mm-inline-text-html-render-with-w3m-standalone.
21757         (mm-text-html-washer-alist): Map w3m-standalone to
21758         gnus-article-wash-html-with-w3m-standalone.
21759         (mm-inline-text-html-render-with-w3m-standalone): New function.
21760
21761 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21762
21763         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21764         Improve LaTeX.
21765
21766 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21767
21768         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21769         (nnrss-request-article): Render text/plain parts as HTML.
21770
21771         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21772         the buffer.
21773
21774 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21775
21776         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21777         custom definition of `gnus-posting-styles'.
21778
21779         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21780         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21781
21782 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21783
21784         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21785         Use nntp for bug archive.
21786
21787 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21788
21789         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21790         parts.
21791         (nnrss-normalize-date): New function converts ISO 8601 date into
21792         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21793         (nnrss-check-group): Use it.
21794
21795 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21796
21797         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21798
21799         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21800         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21801         (nnrss-insert-w3): Ditto.
21802
21803 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21804
21805         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21806         the articles to be forwarded including the case where neither a
21807         number of articles nor a region is specified.
21808
21809 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21810
21811         * nnrss.el (nnrss-request-article): Fix last change; fill
21812         text/plain parts.
21813
21814 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21815
21816         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21817         in text/plain part.
21818         (nnrss-check-group): Don't add excessive newline to dc:subject.
21819
21820 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21821
21822         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21823         article.
21824
21825 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21826
21827         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21828         (nnml-use-compressed-files, nnml-save-mail): Support other
21829         comression programs such as bzip2.
21830
21831 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21832
21833         * dns.el (query-dns): Make sure we check the buffer size before
21834         removing tcp headers.
21835
21836 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21837
21838         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21839         remove MIME buttons associated with multipart/alternative parts.
21840         (gnus-mime-display-alternative): Tag buttons using `article-type'
21841         text property.
21842
21843         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21844         associated with multipart/alternative parts.
21845
21846         * gnus-art.el (gnus-signature-separator): Fix custom type.
21847
21848         * mm-decode.el (mm-inlined-types): Fix custom type.
21849         (mm-keep-viewer-alive-types): Ditto.
21850         (mm-automatic-display): Ditto.
21851         (mm-attachment-override-types): Ditto.
21852         (mm-inline-override-types): Ditto.
21853         (mm-automatic-external-display): Ditto.
21854
21855 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21856
21857         * spam-report.el (spam-report-user-mail-address)
21858         (spam-report-user-agent): New variables.
21859         (spam-report-url-ping-plain): Use spam-report-user-agent.
21860
21861 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21862
21863         * gnus-art.el (gnus-button-handle-custom): Do not just use
21864         `customize-apropos' for any "M-x customize-*" button but the
21865         function called for.  Accept both the function name and its
21866         argument in order to achieve this.
21867         (gnus-button-alist): Remove support for "custom:" URL's.
21868         Pass function name to `gnus-button-handle-custom' in case of "M-x
21869         customize-*" buttons.
21870
21871 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21872
21873         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21874         multipart/alternative and add xref to mm-discouraged-alternatives
21875         in doc string.
21876
21877         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21878         gnus-buttonized-mime-types in doc string.
21879
21880 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21881
21882         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21883         Suggest image/.* in the doc string.
21884
21885 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21886
21887         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21888         message-marks (Debian bug#342521).
21889
21890 2005-12-12  Simon Josefsson  <jas@extundo.com>
21891
21892         * password.el (password-read-from-cache): Add.
21893         (password-read): Use it.
21894
21895 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21896
21897         * rfc2047.el (rfc2047-charset-to-coding-system):
21898         Recognize us-ascii as a MIME charset.
21899
21900         * mm-bodies.el (mm-decode-content-transfer-encoding):
21901         Protect against the case where the 2nd arg TYPE is nil.
21902
21903 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21904
21905         * pop3.el (pop3-stream-type): Fix custom version.
21906
21907         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21908
21909 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21910
21911         * mm-decode.el (mm-display-external): Add missing cdr.
21912
21913 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21914
21915         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21916         RFC1524) if it is in mailcap or add a suffix according to
21917         mailcap-mime-extensions when generating a temp filename; postpone
21918         deleting a temp file for 2 seconds for some wrappers, shell
21919         scripts, and so on, which might exit right after having started a
21920         viewer command as a background job.
21921
21922 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21923
21924         * nntp.el (nntp-marks-directory): Fix custom group.
21925
21926         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21927         steps when < 10.
21928
21929         * gnus-start.el (gnus-no-server-1):
21930         Mention `gnus-level-default-subscribed' in doc string.
21931
21932 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21933
21934         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21935         parens.
21936
21937 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21938
21939         * gnus-xmas.el (gnus-use-toolbar): Revert.
21940         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21941         gnus-use-toolbar is default.
21942
21943         * messagexmas.el (message-use-toolbar): Revert.
21944         (message-setup-toolbar): Use global default-toolbar if
21945         message-use-toolbar is default.
21946
21947 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21948
21949         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21950         according to default-toolbar-visible-p.
21951
21952         * messagexmas.el (message-use-toolbar): Ditto.
21953
21954 2005-11-26  Dave Love  <fx@gnu.org>
21955
21956         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21957         (tls-program, tls-success): Provide openssl alternative.
21958
21959         * starttls.el: Doc fixes.
21960         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21961         SERVICE to PORT.
21962
21963         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21964         port null or service name.
21965         (starttls-negotiate): Autoload.
21966
21967 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21968
21969         * message.el (message-kill-to-signature): Fix interactive spec.
21970
21971 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21972
21973         * pop3.el (pop3-open-server): Recognize a string as a service name.
21974
21975 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21976
21977         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21978
21979 2005-11-23  Dave Love  <fx@gnu.org>
21980
21981         Add pop3s, pop3/starttls.
21982
21983         * pop3.el (pop3-authentication-scheme): Clarify doc.
21984         (open-tls-stream, starttls-open-stream): Autoload.
21985         (pop3-stream-type): New.
21986         (pop3-open-server): Use it.
21987
21988         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21989         for POP.
21990         (mail-source-keyword-map): Add :stream for POP.
21991         (mail-source-fetch-pop): Use pop3-stream-type.
21992
21993 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21994
21995         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21996         of current-time-string.
21997
21998 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21999
22000         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
22001         date header.
22002
22003 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22004
22005         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
22006         it can seriously impact performance as it bypasses the agent's
22007         local caches.
22008
22009 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22010
22011         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
22012         must be explicitly online rather than "not explicitly offline" for
22013         its flags to be synchronized.
22014
22015         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
22016         that gnus-uu-unmark-thread will function correctly.
22017
22018         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
22019         1024K is instead displayed as 1M.
22020
22021 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22022
22023         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
22024
22025 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
22026
22027         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
22028
22029 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
22030
22031         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
22032         error message to display actual error condition.
22033         (gnus-agent-save-local): Avoid saving symbols that are bound to
22034         nil as they simply result in a warning message in
22035         gnus-agent-read-local.
22036
22037 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22038
22039         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
22040         rather than make-variable-buffer-local for file-precious-flag.
22041
22042 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22043
22044         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
22045         for duplicates which are removed.  The invalid sort check then
22046         triggers a rescan after the sort as sorting may have moved
22047         duplicate entries such that they can be cheaply detected.
22048
22049 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22050
22051         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
22052
22053 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22054
22055         * gnus-agent.el (gnus-agent-article-alist-save-format):
22056         Change internal variable to a custom variable.  Change default value
22057         from compressed(2) to uncompressed(1).
22058         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
22059         support for uncompressed agentview files.  Taken together, reading
22060         the agentview file should now be 6-7 times faster.
22061
22062 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
22063
22064         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
22065         as a buffer-local variable.  This avoids creating truncated
22066         dribble files as a result of a hang up, eg.
22067
22068 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
22069
22070         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
22071         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
22072         XEmacs.
22073
22074 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22075
22076         * gnus-start.el (gnus-start-draft-setup):
22077         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
22078
22079         * gnus.el (gnus-splash): Change custom group.
22080         (gnus-group-get-parameter, gnus-group-parameter-value):
22081         Describe allow-list argument.
22082
22083         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
22084         string.
22085
22086 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22087
22088         * gnus-art.el (gnus-default-article-saver): Add user-defined
22089         `function' to custom type.
22090
22091 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22092
22093         * imap.el (imap-open): Handle case where buffer is a buffer
22094         object.
22095
22096 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22097
22098         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22099         long lines.
22100         (gnus-cache-delete-group): Wrap doc strings.
22101
22102         * gnus-agent.el (gnus-agent-rename-group)
22103         (gnus-agent-delete-group): Wrap doc strings.
22104
22105 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22106
22107         * messagexmas.el (message-use-toolbar): Change the valid values
22108         into default, top, bottom, left, and right.
22109         (message-toolbar-thickness): New variable.
22110         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22111         well.
22112         (message-setup-toolbar): Make it work.
22113
22114         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22115         (gnus-use-toolbar): Change the valid values into default, top,
22116         bottom, left, and right.
22117         (gnus-toolbar-thickness): New variable.
22118         (gnus-xmas-setup-toolbar): New function.
22119         (gnus-xmas-setup-group-toolbar): Use it.
22120         (gnus-xmas-setup-summary-toolbar): Use it.
22121
22122 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22123
22124         * gnus-start.el (gnus-1): Add "native" to
22125         gnus-predefined-server-alist.
22126
22127         * gnus.el (gnus-method-to-server): Don't add "native" to the
22128         lists here, because that leads to problems when
22129         gnus-select-method is bound.
22130
22131 2005-11-09  Simon Josefsson  <jas@extundo.com>
22132
22133         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22134         use (not sort-by-date) instead.
22135
22136 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22137
22138         * gnus-delay.el (gnus-delay-group): Don't autoload.
22139         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22140         to be re-loaded when customizing the `gnus-delay' group.
22141
22142 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22143
22144         * message.el: Revert last changes.
22145         (message-insert-citation-line): Use newlines.
22146
22147 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22148
22149         * message.el (message-courtesy-message)
22150         (message-mark-insert-begin, message-mark-insert-end)
22151         (message-elide-ellipsis, message-cancel-message)
22152         (message-add-header, message-change-subject)
22153         (message-cross-post-followup-to-header)
22154         (message-cross-post-insert-note, message-reduce-to-to-cc)
22155         (message-widen-reply, message-delete-not-region)
22156         (message-kill-to-signature, message-insert-signature)
22157         (message-insert-importance-high, message-insert-importance-low)
22158         (message-insert-or-toggle-importance)
22159         (message-insert-disposition-notification-to)
22160         (message-indent-citation, message-yank-original)
22161         (message-cite-original-without-signature, message-cite-original)
22162         (message-insert-citation-line, message-position-on-field)
22163         (message-fix-before-sending, message-send-mail-partially)
22164         (message-send-mail, message-send-mail-with-sendmail)
22165         (message-send-mail-with-qmail, message-send-news)
22166         (message-check-news-header-syntax, message-generate-headers)
22167         (message-insert-courtesy-copy, message-fill-address)
22168         (message-fill-header, message-shorten-references)
22169         (message-setup-1, message-cancel-news)
22170         (message-forward-make-body-plain, message-forward-make-body-mime)
22171         (message-forward-make-body-mml, message-encode-message-body)
22172         (message-forward-make-body-digest-plain)
22173         (message-forward-make-body-digest-mime)
22174         (message-use-alternative-email-as-from): Insert `hard-newline'
22175         instead of ordinary newlines.
22176
22177 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22178
22179         * message.el (message-generate-headers): Downcase the argument
22180         given to message-check-element.
22181
22182 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22183
22184         * nntp.el (nntp-authinfo-rejected): New error condition.
22185         (nntp-wait-for): Use new error condition to signal authentication
22186         error.
22187         (nntp-retrieve-data): Rethrow new error condition to break out of
22188         recursive call to nntp-send-authinfo.
22189
22190 2005-11-08  Romain Francoise  <romain@orebokech.com>
22191
22192         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22193         (gnus-summary-exit-map): Bind to `Z p'.
22194         (gnus-summary-make-menu-bar): Add menu item.
22195
22196 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22197
22198         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22199         (gnus-treat-*): Add `first' in all doc strings.
22200
22201         * gnus-group.el (gnus-group-compact-group): Fix typo.
22202
22203 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22204
22205         * gnus.el (gnus-parameters-case-fold-search): New variable.
22206         (gnus-parameters-get-parameter): Use it.
22207
22208         * gnus-score.el (gnus-home-score-file): Doc fix.
22209
22210 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22211
22212         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22213
22214 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22215
22216         * mm-util.el (mm-special-display-p): New function.
22217
22218         * mml.el (mml-preview): Use it; doc fix.
22219
22220 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22221
22222         * imap.el (imap-open): Handle case where buffer is a buffer object.
22223
22224 2005-10-29  Romain Francoise  <romain@orebokech.com>
22225
22226         * message.el (message-fix-before-sending): Fix comment.
22227
22228 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22229
22230         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22231
22232 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22233
22234         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22235         Used in gnus-score.el.
22236
22237 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22238
22239         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22240
22241 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22242
22243         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22244         whitespace removed in revision 7.8.  Use concatenated string to
22245         protect trailing whitespace.
22246
22247 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22248
22249         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22250         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22251         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22252         Courier IMAP ("some version from 2004").  Mostly based on similar
22253         code in the same function.
22254
22255 2005-10-26  Didier Verna  <didier@xemacs.org>
22256
22257         * gnus-group.el (gnus-group-compact-group): Invalidate original
22258         article buffer.
22259         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22260         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22261         NOV database and in article itself.
22262         Invalidate article backlog.
22263
22264 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22265
22266         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22267
22268 2005-10-26  Simon Josefsson  <jas@extundo.com>
22269
22270         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22271         part of 2004-07-25 change.
22272
22273 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22274
22275         * message.el (message-display-completion-list): New function.
22276         (message-expand-group): Use it; make sure the Completions buffer
22277         is modifiable.
22278 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22279
22280         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22281         user-mail-name is an empty string.
22282
22283 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22284
22285         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22286         depending on gnus-score-decay-constant.
22287
22288         * encrypt.el (encrypt-insert-file-contents)
22289         (encrypt-write-file-contents): Don't use `gnus-message'.
22290
22291         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22292         arguments.
22293         (mm-uu-type-alist): Add message-marks and insert-marks.
22294         Pass arguments to mm-uu-verbatim-marks-extract.
22295         (mm-uu-hide-markers): New variable.
22296         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22297
22298         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22299         (gnus-convert-image-to-face-command): Use "convert" by default to
22300         allow other input image formats.
22301         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22302         accordingly.
22303
22304 2005-10-23  Simon Josefsson  <jas@extundo.com>
22305
22306         * imap.el (imap-gssapi-program): Align command line parameters
22307         with latest GNU SASL.
22308         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22309
22310 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22311
22312         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22313         HTML.
22314         (nnslashdot-request-article): Ditto.
22315
22316         * lpath.el (featurep): Add nobreak-char-display.
22317
22318 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22319
22320         * mail-source.el (mail-source-fetch-pop): Require pop3.
22321         (mail-source-check-pop): Ditto.
22322
22323 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22324
22325         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22326         errors.
22327
22328 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22329
22330         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22331         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22332
22333         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22334
22335         * mm-bodies.el (mm-decode-string):
22336         Call `mm-charset-to-coding-system' with allow-override argument.
22337
22338 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22339
22340         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22341         (rfc2047-charset-to-coding-system): New function.
22342         (rfc2047-decode-encoded-words): New function.
22343         (rfc2047-decode-region): Use them.
22344         (rfc2047-decode-cte): Remove.
22345         (rfc2047-parse-and-decode): Remove.
22346         (rfc2047-decode): Remove.
22347
22348 2005-10-15  Kenichi Handa  <handa@m17n.org>
22349
22350         * rfc2047.el (rfc2047-decode-cte): New function.
22351         (rfc2047-decode-region): Change the way to decode successive
22352         encoded-words: decode B- or Q-encoding in each encoded-word,
22353         concatenate them, and decode it as charset.
22354
22355 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22356
22357         * lpath.el: Fbind codepage-setup for XEmacs.
22358
22359 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22360
22361         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22362         widget-move-and-invoke.
22363         (gnus-custom-mode): Use gnus-custom-map.
22364
22365 2005-10-15  Bill Wohler  <wohler@newt.com>
22366
22367         * message.el (message-tool-bar-map): Rename image file from
22368         mail_send to mail/send.
22369
22370 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22371
22372         * message.el (message-expand-group): Pass the common
22373         prefix substring of completion to `display-completion-list'.
22374
22375 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22376
22377         * mml-sec.el (mml-secure-method): New internal variable.
22378         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22379         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22380         New functions using mml-secure-method.
22381
22382         * mml.el (mml-mode-map): Add key bindings for those functions.
22383         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22384         Harder <harder@myrealbox.com>.
22385         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22386         Goto end of message if point is the headers of the message.
22387
22388         * message.el (message-in-body-p): New function.
22389
22390         * assistant.el: Autoload gnus-util and netrc.
22391
22392         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22393         Use `mm-charset-override-alist' only when decoding.
22394
22395         * mm-bodies.el (mm-decode-body):
22396         Call `mm-charset-to-coding-system' with allow-override argument.
22397
22398         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22399         `filename' from Content-Disposition if Content-Type doesn't
22400         provide `name'.
22401         (gnus-mime-view-part-as-type): Set default instead of
22402         initial-input.
22403
22404 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22405
22406         * format-spec.el (format-spec): Propagate text properties of % spec.
22407
22408 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22409
22410         * gnus-art.el (gnus-treat-predicate): Add `first'.
22411
22412 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22413
22414         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22415         (mm-charset-override-alist): New variable.
22416         (mm-charset-to-coding-system): Use it.
22417         (mm-codepage-setup): New helper function.
22418         (mm-charset-eval-alist): New variable.
22419         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22420         Warn about unknown charsets.
22421
22422         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22423
22424 2005-10-04  David Hansen  <david.hansen@gmx.net>
22425
22426         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22427         (nnrss-check-group): Ditto.
22428
22429 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22430
22431         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22432         Rename x-gnus-verbatim to x-verbatim.
22433         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22434
22435         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22436         x-verbatim.
22437
22438         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22439
22440         * gnus-util.el (gnus-remove-duplicates): Remove.
22441
22442         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22443         instead of gnus-remove-duplicates.
22444
22445         * message.el (message-remove-duplicates): Remove.
22446         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22447         message-remove-duplicates.
22448
22449         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22450         available, else use implementation from `delete-dups'.
22451
22452         * message.el (message-insert-expires): New function.
22453         (message-mode-map): Add key binding.
22454         (message-mode-field-menu): Add menu entry.
22455         (message-mode): Document it.
22456         (message-make-expires-date): Use `message-make-date'.
22457
22458 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22459
22460         * message.el (message-make-expires-date): New function.
22461
22462 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22463
22464         * Makefile.in (list-installed-shadows): New entry.
22465         (install): Use it.
22466         (remove-installed-shadows): New entry.
22467
22468         * dgnushack.el (dgnushack-default-load-path): New variable.
22469         (dgnushack-find-lisp-shadows): New function.
22470         (dgnushack-remove-lisp-shadows): New function.
22471
22472 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22473
22474         * Makefile.in (install-el-elc): New entry.
22475         (install): Use it so that .el files are necessarily installed.
22476
22477 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22478
22479         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22480
22481 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22482
22483         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22484         function rather than the diff-mode.el package.
22485         (mm-display-external): Use with-current-buffer.
22486         (mm-viewer-completion-map, mm-viewer-completion-map):
22487         Move initialization inside declaration.
22488
22489 2005-09-29  Simon Josefsson  <jas@extundo.com>
22490
22491         * spam.el: Load hashcash when compiling, to avoid warnings.
22492         Don't autoload mail-check-payment.
22493         (spam-check-hashcash): Define unconditionally, since hashcash.el
22494         is part of Gnus now.  Ignore errors from payment checking.
22495
22496 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22497
22498         * message.el (message-bold-region, message-unbold-region):
22499         Rename from `bold-region' and `unbold-region'.
22500
22501         * message.el: Remove useless autoloads.
22502
22503 2005-09-28  Simon Josefsson  <jas@extundo.com>
22504
22505         * message.el (message-use-idna): Default to t.
22506         (message-use-idna): Test whether encoding works too.  Doc fix.
22507
22508 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22509
22510         * nntp.el (nntp-warn-about-losing-connection): Remove.
22511
22512 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22513
22514         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22515         customizable.  Change default value.
22516         (mm-uu-diff-groups-regexp): Change default value.
22517         (mm-uu-type-alist): Add doc string.
22518         (mm-uu-configure): Add doc string.  Make it interactive.
22519         (mm-uu-tex-groups-regexp): New variable.
22520         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22521         (mm-uu-type-alist): Add LaTeX documents.
22522         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22523         of "text/verbatim".
22524         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22525
22526         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22527         instead of "text/verbatim".
22528
22529         * message.el (message-mark-inserted-region)
22530         (message-mark-insert-file): Use slrn style marks when called with
22531         prefix argument.
22532
22533 2005-09-27  Simon Josefsson  <jas@extundo.com>
22534
22535         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22536
22537 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22538
22539         * message.el (message-remove-duplicates): New function.
22540         Implementation borrowed from `gnus-remove-duplicates'.
22541         (message-idna-to-ascii-rhs): Also encode idna addresses in
22542         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22543         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22544         only ask about the same idna domain once per header and also tell
22545         in what header to replace the idna domain.
22546
22547         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22548         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22549         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22550         a header is decoded and not just the last one.
22551
22552 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22553
22554         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22555         has been decoded.
22556
22557         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22558         (mm-insert-part): Don't modify text if it has been decoded.
22559
22560         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22561         decoded.
22562
22563         * mm-view.el (mm-inline-text): Don't strip text props unless
22564         decoding enriched or richtext parts.
22565
22566 2005-09-25  Romain Francoise  <romain@orebokech.com>
22567
22568         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22569         * gnus-start.el (gnus-subscribe-interactively):
22570         * gnus-uu.el (gnus-uu-grab-articles):
22571         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22572         space.
22573
22574 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22575
22576         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22577         * mm-view.el (mm-view-pkcs7-decrypt):
22578         * gnus-sum.el (gnus-summary-limit-to-extra)
22579         (gnus-summary-respool-article, gnus-read-move-group-name):
22580         * gnus-score.el (gnus-summary-increase-score):
22581         * gnus-util.el (gnus-completing-read-with-default):
22582         * gnus-art.el (gnus-read-save-file-name)
22583         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22584         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22585         * message.el (message-check-news-header-syntax):
22586         Follow convention for reading with the minibuffer.
22587
22588 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22589
22590         * spam-report.el (spam-report-url-ping-plain):
22591         Use gnus-extended-version as User-Agent.
22592
22593         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22594         default value is nil.
22595
22596         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22597         (mm-uu-verbatim-marks-extract): New function.
22598         (mm-uu-extract): New face.
22599         (mm-uu-copy-to-buffer): Use it.
22600
22601         * spam-report.el (spam-report-gmane-ham): Rename from
22602         `spam-report-gmane-unspam'.
22603         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22604         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22605
22606         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22607         Autoload.
22608         (spam-report-gmane-unregister-routine):
22609         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22610
22611 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22612
22613         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22614         (spam-report-gmane-unregister-routine): Add support for gmane
22615         unregistration.
22616
22617         * spam-report.el (spam-report-gmane-unspam)
22618         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22619         (spam-report-gmane): Change to take a single article and do unspam
22620         registration.
22621
22622 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22623
22624         * mm-url.el (mm-url-decode-entities): Fix regexp.
22625
22626 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22627
22628         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22629         default to nil, to be able to use Gnus at all.  If the default
22630         switches to something else, then the function should be fixed not
22631         be exceedingly slow.
22632
22633 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22634
22635         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22636         fail hard.
22637
22638         * spam-report.el: Add better Keywords line.
22639
22640         * spam.el: Add Maintainer and better Keywords line.
22641
22642 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22643
22644         * gnus-art.el (gnus-article-replace-part)
22645         (gnus-mime-replace-part): New functions.
22646         (gnus-mime-action-alist, gnus-mime-button-commands)
22647         (gnus-mime-save-part-and-strip): Add file argument.
22648         (gnus-article-part-wrapper): Add interactive argument.
22649
22650         * gnus-sum.el (gnus-summary-mime-map):
22651         Add `gnus-article-replace-part'.
22652
22653 2005-09-19  Didier Verna  <didier@xemacs.org>
22654
22655         The nnml compaction feature:
22656         * nnml.el (nnml-request-compact-group): New function.
22657         * nnml.el (nnml-request-compact): New function.
22658         * gnus-int.el (gnus-request-compact-group): New function.
22659         * gnus-int.el (gnus-request-compact): New function.
22660         * gnus-group.el (gnus-group-compact-group): New function.
22661         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22662         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22663         * gnus-srvr.el (gnus-server-compact-server): New function.
22664         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22665         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22666
22667 2005-09-18  Deepak Goel  <deego@gnufans.org>
22668
22669         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22670         format spec.
22671
22672 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22673
22674         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22675
22676 2005-09-15  Romain Francoise  <romain@orebokech.com>
22677
22678         * message.el (message-fill-paragraph): Clarify docstring.
22679
22680 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22681
22682         * gnus-art.el (gnus-mime-display-part): Protect against broken
22683         MIME messages.
22684
22685 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22686
22687         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22688         before parsing header.
22689
22690 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22691
22692         * html2text.el (html2text-replace-list): Add new entities.
22693
22694 2005-09-11  Romain Francoise  <romain@orebokech.com>
22695
22696         * message.el (message-alternative-emails): Improve docstring.
22697         (message-setup-1): Call `message-use-alternative-email-as-from'
22698         after `message-setup-hook' to give it precedence over posting
22699         styles, etc.
22700         (message-use-alternative-email-as-from): Add docstring.
22701         Remove the original From header if present.
22702
22703         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22704         (nnml-save-mail): Use it.
22705
22706         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22707         articles.  Add new argument `silent'.
22708         (gnus-uu-mark-all): Report the total number of marked articles.
22709
22710 2005-09-10  Romain Francoise  <romain@orebokech.com>
22711
22712         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22713         (gnus-uu-mark-series): Likewise.
22714
22715 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22716
22717         * spam-report.el (spam-report-gmane): Fix generation of spam
22718         report URL.
22719
22720 2005-09-10  Simon Josefsson  <jas@extundo.com>
22721
22722         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22723         t, based on discussion on the ding list with Robert Epprecht
22724         <epprecht@solnet.ch>.
22725
22726 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22727
22728         * spam-report.el (spam-report-gmane): Make it work without
22729         X-Report-Spam header.  Gmane now only provides Archived-At.
22730         This is only used if `spam-report-gmane-use-article-number' is nil.
22731         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22732
22733         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22734         make `gnus-summary-sort-by-recipient' work with threading.
22735
22736         * nnweb.el (nnweb-google-wash-article): Print a message if article
22737         is not available.
22738
22739 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22740
22741         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22742         change.  Decode text/* parts content before displaying.
22743
22744 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22745
22746         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22747
22748 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22749
22750         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22751
22752         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22753         url-package-name, url-package-version,
22754         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22755         w3m-display-inline-images, and w3m-minor-mode-map.
22756
22757 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22758
22759         * message.el (message-tab-body-function): Fix mismatched custom type.
22760
22761         * gnus.el (gnus-group-change-level-function): Ditto.
22762
22763         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22764
22765         * gnus-art.el (gnus-signature-limit)
22766         (gnus-article-mime-part-function): Ditto.
22767
22768 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22769
22770         * mml.el (mml-mode): Silence the byte compiler.
22771
22772         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22773         using `(sit-for 0)' before moving the point to the specified part;
22774         skip unbuttonized parts.
22775         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22776         return to the summary window if gnus-auto-select-part is non-nil.
22777
22778 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22779
22780         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22781         New variables.
22782         (mml-dnd-attach-file, mml-mode): Use them.
22783
22784         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22785         Make fetching article by MID work again for Google Groups.
22786         Add FIXME concerning gnus-group-make-web-group.
22787
22788         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22789         Don't depend on Gnus by using mail-extract-address-components if
22790         gnus-extract-address-components is not bound.
22791
22792 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22793
22794         * gnus-art.el (gnus-mime-display-security): Don't display the
22795         signature, but only the signed part.
22796
22797 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22798
22799         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22800
22801         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22802         list, not listp.
22803
22804 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22805
22806         * mm-encode.el (mm-encode-content-transfer-encoding):
22807         Likewise when encoding.
22808
22809         * mm-bodies.el (mm-decode-content-transfer-encoding):
22810         De-canonicalize CRLF for all text content types, not just
22811         text/plain.
22812
22813 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22814
22815         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22816         valid article; point arrow and cursor at the MIME button.
22817
22818 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22819
22820         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22821         Suggested by Dan Christensen <jdc@uwo.ca>.
22822
22823         * mm-decode.el (mm-save-part): Enable change of prompt.
22824
22825 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22826
22827         * gnus-msg.el (gnus-inews-add-send-actions):
22828         Make `message-post-method' lambda parameter ARG `&optional'.
22829
22830 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22831
22832         * gnus-sum.el (gnus-summary-mime-map):
22833         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22834         gnus-article-jump-to-part.
22835
22836         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22837         (gnus-article-edit-part): Use it.
22838         (gnus-article-part-wrapper): Add no-handle argument.
22839         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22840         New functions.
22841
22842 2005-08-29  Romain Francoise  <romain@orebokech.com>
22843
22844         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22845         docstring.
22846         (gnus-face-from-file): Likewise.
22847
22848 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22849
22850         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22851         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22852         non-nil.
22853         (gnus-auto-select-part): New variable.
22854         (gnus-article-jump-to-part): New function.
22855         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22856         (gnus-mime-delete-part): Allow selecting specified part after
22857         deleting or stripping parts.
22858         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22859         part if argument is bogus.
22860
22861 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22862
22863         * gnus-art.el (w3m-minor-mode-map):
22864         * gnus-spec.el (gnus-newsrc-file-version):
22865         * gnus-util.el (nnmail-active-file-coding-system)
22866         (gnus-original-article-buffer, gnus-user-agent):
22867         * gnus.el (gnus-ham-process-destinations)
22868         (gnus-parameter-ham-marks-alist)
22869         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22870         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22871         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22872         * mm-decode.el (gnus-current-window-configuration):
22873         * mm-extern.el (gnus-article-mime-handles):
22874         * mm-url.el (url-current-object, url-package-name)
22875         (url-package-version):
22876         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22877         (smime-keys, w3m-cid-retrieve-function-alist)
22878         (w3m-current-buffer, w3m-display-inline-images)
22879         (w3m-minor-mode-map):
22880         * mml-smime.el (gnus-extract-address-components):
22881         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22882         (gnus-newsrc-hashtb, message-default-charset)
22883         (message-deletable-headers, message-options)
22884         (message-posting-charset, message-required-mail-headers)
22885         (message-required-news-headers):
22886         * mml1991.el (mc-pgp-always-sign):
22887         * mml2015.el (mc-pgp-always-sign):
22888         * nnheader.el (nnmail-extra-headers):
22889         * rfc1843.el (gnus-decode-encoded-word-function)
22890         (gnus-decode-header-function, gnus-newsgroup-name):
22891         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22892
22893 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22894
22895         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22896         the end of the date treatments.
22897
22898 2005-08-15  Simon Josefsson  <jas@extundo.com>
22899
22900         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22901         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22902         Capello and Romain Francoise.
22903         (pgg-fetch-key-function): Remove, not used?
22904         (pgg-insert-url-with-w3): Require url, to get
22905         url-insert-file-contents regardless of where it is defined.
22906
22907 2005-08-13  Romain Francoise  <romain@orebokech.com>
22908
22909         * message.el (message-cite-original-1): New function.
22910         (message-cite-original): Use it.
22911         (message-cite-original-without-signature): Ditto.
22912
22913 2005-08-08  Romain Francoise  <romain@orebokech.com>
22914
22915         * message.el (message-yank-empty-prefix): New variable.
22916         (message-indent-citation): Use it.
22917         (message-cite-original-without-signature): Respect X-No-Archive.
22918
22919 2005-08-08  Simon Josefsson  <jas@extundo.com>
22920
22921         * pgg.el: Autoload url-insert-file-contents instead of loading
22922         w3/url.
22923         (pgg-insert-url-with-w3): Don't load url here.
22924
22925 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22926
22927         * message.el (message-kill-to-signature): Don't insert newline at
22928         bol.
22929         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22930
22931 2005-08-06  Romain Francoise  <romain@orebokech.com>
22932
22933         * message.el (message-user-fqdn): Fix typo in docstring.
22934
22935 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22936
22937         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22938
22939         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22940
22941 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22942
22943         * mm-bodies.el (mm-encode-body): Use coding system rather than
22944         charset to encode text.
22945
22946         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22947         number of charsets if utf-8 is available (XEmacs).
22948
22949 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22950
22951         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22952         taken from `gnus-button-mid-or-mail-regexp'.
22953         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22954         (gnus-button-alist): Improve regexp for domain part of the MIDs
22955         for news:localpart@domain buttons.
22956         (gnus-button-ctan-directory-regexp): Update.
22957
22958 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22959
22960         * sieve-manage.el (sieve-manage-interactive-login):
22961         Use make-local-variable rather than make-variable-buffer-local.
22962         (sieve-manage-open): Ditto.
22963         (sieve-manage-authenticate): Ditto.
22964
22965         * mml.el (mml-generate-mime-1): Make the content type default to
22966         text/plain if the filename is not specified.
22967
22968 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22969
22970         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22971         instead of insert-buffer.
22972
22973         * message.el (message-yank-original): Ditto; set the mark at the
22974         end of the yanked message.
22975
22976 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22977
22978         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22979         lines to scroll rather than to stop it.
22980
22981         * mml.el (mml-generate-default-type): Add doc string.
22982         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22983         default to application/octet-stream when determining the content
22984         type if it is not specified for the part or the mml contents; add
22985         a comment about mml-generate-default-type.
22986
22987 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22988
22989         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22990         make it default to application/octet-stream when determining the
22991         content type if it is not specified for the external contents.
22992
22993 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22994
22995         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22996         segmented parameter but also other parameters might be there.
22997
22998 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22999
23000         * mm-decode.el (mm-display-external): Delete temp file, directory
23001         and buffer immediately if the external process is exited.
23002
23003 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23004
23005         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
23006         fewer lines than that of scroll-margin.
23007         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
23008
23009 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23010
23011         * gnus-art.el (gnus-article-next-page): Revert.
23012         (gnus-article-beginning-of-window): New macro.
23013         (gnus-article-next-page-1): Use it.
23014         (gnus-article-prev-page): Ditto.
23015         (gnus-article-edit-part): Use insert-buffer-substring instead of
23016         insert-buffer.
23017         (gnus-article-edit-exit): Ditto.
23018
23019         * gnus-util.el (gnus-beginning-of-window): Remove.
23020         (gnus-end-of-window): Remove.
23021
23022         * lpath.el: Don't bind header-line-format and scroll-margin.
23023
23024 2005-07-25  Simon Josefsson  <jas@extundo.com>
23025
23026         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
23027         to have the url package without w3.  Reported by Daiki Ueno
23028         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
23029
23030 2005-07-20  Didier Verna  <didier@xemacs.org>
23031
23032         * gnus-diary.el: Remove the description comment (nndiary is now
23033         properly documented in the Gnus manual).
23034         Fix the spelling of "Back End".
23035         * nndiary.el: Ditto.
23036         Fix the copyright notice.
23037
23038 2005-07-18  Romain Francoise  <romain@orebokech.com>
23039
23040         * gnus-sum.el (gnus-summary-to-prefix)
23041         (gnus-summary-newsgroup-prefix): New variables.
23042         (gnus-summary-from-or-to-or-newsgroups): Use them.
23043
23044 2005-07-17  Romain Francoise  <romain@orebokech.com>
23045
23046         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
23047         space as it's generally not especially interesting to the user.
23048
23049 2005-07-16  Romain Francoise  <romain@orebokech.com>
23050
23051         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
23052         nil to avoid prompting and file modification if one of the
23053         messages at the top of the nnfolder file contains a copyright
23054         notice.
23055         Update copyright notice.
23056
23057         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
23058         instead of `current-time-string' as the latter creates a time
23059         string that is not RFC 2822 compliant (it lacks the zone).
23060         Update copyright notice.
23061
23062 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23063
23064         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
23065         for text/rtf.  Display default in prompt.  Pass default for M-n.
23066
23067         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
23068
23069 2005-07-16  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-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23076
23077         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
23078         (gnus-article-next-page-1): Use gnus-beginning-of-window.
23079         (gnus-article-prev-page): Ditto.
23080
23081         * gnus-util.el (gnus-beginning-of-window): New function.
23082         (gnus-end-of-window): New function.
23083
23084         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
23085
23086 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
23087
23088         * gnus-score.el (gnus-score-edit-all-score):
23089         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
23090         gnus-message.
23091
23092 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23093
23094         * gnus-msg.el (gnus-button-mailto):
23095         Remove save-selected-window-window hackery because it relies on
23096         save-selected-window internals.
23097
23098 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23099
23100         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23101         add-minor-mode.
23102         (gnus-binary-mode): Ditto.
23103
23104         * gnus-topic.el (gnus-topic-mode): Ditto.
23105
23106 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23107
23108         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23109         (gnus-article-prev-page): Take scroll-margin into consideration.
23110
23111 2005-07-04  Lute Kamstra  <lute@gnu.org>
23112
23113         Update FSF's address in GPL notices.
23114
23115 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23116
23117         * gnus.el (gnus-exit):
23118         * gnus-group.el (gnus-group-icons):
23119         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23120
23121         * gnus-nocem.el (gnus-nocem):
23122         * message.el (message-various, message-buffers, message-sending)
23123         (message-interface, message-forwarding, message-insertion)
23124         (message-headers, message-news, message-mail):
23125         * pgg-gpg.el (pgg-gpg):
23126         * pgg-parse.el (pgg-parse):
23127         * pgg-pgp.el (pgg-pgp):
23128         * pgg-pgp5.el (pgg-pgp5):
23129         * pop3.el (pop3): Finish `defgroup' description with period.
23130
23131 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23132
23133         * gnus-art.el (article-display-face): Improve the efficiency.
23134         (article-display-x-face): Ditto; remove gray x-face stuff.
23135
23136 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23137
23138         * gnus-art.el (article-display-face): Correct the position in
23139         which Faces are inserted.
23140
23141 2005-06-29  Didier Verna  <didier@xemacs.org>
23142
23143         * gnus-art.el (article-display-face): Display faces in correct
23144         order.
23145
23146 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23147
23148         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23149         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23150         (gnus-nocem-check-article): Fetch the Type header.
23151         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23152         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23153         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23154         make sure gnus-nocem-hashtb is initialized.
23155         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23156         (gnus-nocem-unwanted-article-p): Ditto.
23157
23158         * pgg.el (pgg-verify): Return the verification result.
23159
23160 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23161
23162         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23163         is ascii.
23164
23165 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23166
23167         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23168         `show-nonbreak-escape'.
23169
23170 2005-06-23  Lute Kamstra  <lute@gnu.org>
23171
23172         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23173
23174         * dig.el (dig-mode):
23175         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23176
23177 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23178
23179         * nnimap.el (nnimap-split-download-body): Fix spellings.
23180
23181 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23182
23183         * gnus-art.el (gnus-article-encrypt-body):
23184         * gnus-cus.el (gnus-score-customize):
23185         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23186         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23187
23188 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23189
23190         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23191         header by looking for magic "MII" at the beginning.
23192
23193 2005-06-16  Miles Bader  <miles@gnu.org>
23194
23195         * gnus-xmas.el (gnus-xmas-group-startup-message):
23196         Use renamed gnus-splash face.
23197
23198         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23199         (assistant-field-face): New backward-compatibility alias for renamed
23200         face.
23201         (assistant-render-text): Use renamed assistant-field face.
23202
23203         * spam.el (spam): Remove "-face" suffix from face name.
23204         (spam-face): New backward-compatibility alias for renamed face.
23205         (spam-face, spam-initialize): Use renamed spam face.
23206
23207         * message.el (message-header-to, message-header-cc)
23208         (message-header-subject, message-header-newsgroups)
23209         (message-header-other, message-header-name)
23210         (message-header-xheader, message-separator, message-cited-text)
23211         (message-mml): Remove "-face" suffix from face names.
23212         (message-header-to-face, message-header-cc-face)
23213         (message-header-subject-face, message-header-newsgroups-face)
23214         (message-header-other-face, message-header-name-face)
23215         (message-header-xheader-face, message-separator-face)
23216         (message-cited-text-face, message-mml-face):
23217         New backward-compatibility aliases for renamed faces.
23218         (message-font-lock-keywords): Use renamed message faces.
23219
23220         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23221         (sieve-test-commands, sieve-tagged-arguments):
23222         Remove "-face" suffix from face names.
23223         (sieve-control-commands-face, sieve-action-commands-face)
23224         (sieve-test-commands-face, sieve-tagged-arguments-face):
23225         New backward-compatibility aliases for renamed faces.
23226         (sieve-control-commands-face, sieve-action-commands-face)
23227         (sieve-test-commands-face, sieve-tagged-arguments-face):
23228         Use renamed sieve faces.
23229
23230         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23231         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23232         (gnus-group-news-3-empty, gnus-group-news-4)
23233         (gnus-group-news-4-empty, gnus-group-news-5)
23234         (gnus-group-news-5-empty, gnus-group-news-6)
23235         (gnus-group-news-6-empty, gnus-group-news-low)
23236         (gnus-group-news-low-empty, gnus-group-mail-1)
23237         (gnus-group-mail-1-empty, gnus-group-mail-2)
23238         (gnus-group-mail-2-empty, gnus-group-mail-3)
23239         (gnus-group-mail-3-empty, gnus-group-mail-low)
23240         (gnus-group-mail-low-empty, gnus-summary-selected)
23241         (gnus-summary-cancelled, gnus-summary-high-ticked)
23242         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23243         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23244         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23245         (gnus-summary-low-undownloaded)
23246         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23247         (gnus-summary-low-unread, gnus-summary-normal-unread)
23248         (gnus-summary-high-read, gnus-summary-low-read)
23249         (gnus-summary-normal-read, gnus-splash):
23250         Remove "-face" suffix from face names.
23251         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23252         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23253         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23254         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23255         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23256         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23257         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23258         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23259         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23260         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23261         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23262         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23263         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23264         (gnus-summary-normal-ticked-face)
23265         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23266         (gnus-summary-normal-ancient-face)
23267         (gnus-summary-high-undownloaded-face)
23268         (gnus-summary-low-undownloaded-face)
23269         (gnus-summary-normal-undownloaded-face)
23270         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23271         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23272         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23273         (gnus-splash-face):
23274         New backward-compatibility aliases for renamed faces.
23275         (gnus-group-startup-message): Use renamed gnus faces.
23276
23277         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23278         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23279         (gnus-server-agent): Remove "-face" suffix from face names.
23280         (gnus-server-agent-face, gnus-server-opened-face)
23281         (gnus-server-closed-face, gnus-server-denied-face)
23282         (gnus-server-offline-face):
23283         New backward-compatibility aliases for renamed faces.
23284         (gnus-server-agent-face, gnus-server-opened-face)
23285         (gnus-server-closed-face, gnus-server-denied-face)
23286         (gnus-server-offline-face): Use renamed gnus faces.
23287
23288         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23289         Remove "-face" suffix from face names.
23290         (gnus-picon-xbm-face, gnus-picon-face):
23291         New backward-compatibility aliases for renamed faces.
23292
23293         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23294         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23295         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23296         (gnus-cite-11): Remove "-face" suffix from face names.
23297         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23298         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23299         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23300         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23301         New backward-compatibility aliases for renamed faces.
23302         (gnus-cite-attribution-face, gnus-cite-face-list)
23303         (gnus-article-boring-faces): Use renamed gnus faces.
23304
23305         * gnus-art.el (gnus-signature, gnus-header-from)
23306         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23307         (gnus-header-content): Remove "-face" suffix from face names.
23308         (gnus-signature-face, gnus-header-from-face)
23309         (gnus-header-subject-face, gnus-header-newsgroups-face)
23310         (gnus-header-name-face, gnus-header-content-face):
23311         New backward-compatibility aliases for renamed faces.
23312         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23313
23314         * gnus-sum.el (gnus-summary-selected-face)
23315         (gnus-summary-highlight): Use renamed gnus faces.
23316         * gnus-group.el (gnus-group-highlight): Likewise.
23317
23318 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23319
23320         * gnus-sieve.el (gnus-sieve-article-add-rule):
23321         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23322         * spam-stat.el (spam-stat-buffer-change-to-spam)
23323         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23324
23325         * message.el (message-is-yours-p):
23326         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23327
23328 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23329
23330         * mm-view.el (mm-inline-text): Withdraw the last change.
23331
23332 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23333
23334         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23335         executing enriched-decode.
23336
23337 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23338
23339         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23340         charset of tar files.
23341
23342 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23343
23344         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23345
23346 2005-06-04  Lute Kamstra  <lute@gnu.org>
23347
23348         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23349         information is never recorded.
23350
23351 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23352
23353         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23354
23355 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23356
23357         * pop3.el (pop3-apop): Run md5 in the binary mode.
23358
23359         * starttls.el (starttls-set-process-query-on-exit-flag):
23360         Use eval-and-compile.
23361
23362 2005-05-31  Simon Josefsson  <jas@extundo.com>
23363
23364         * smime.el (smime-replace-in-string): Define.
23365         (smime-cert-by-ldap-1): Use it.
23366
23367 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23368
23369         * gnus-art.el (article-display-x-face): Replace
23370         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23371
23372         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23373         set-process-query-on-exit-flag or process-kill-without-query.
23374
23375         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23376         loop instead of replace-regexp.
23377
23378         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23379         instead of process-kill-without-query if it is available.
23380
23381         * lpath.el: Fbind ldap-search-entries.
23382
23383         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23384         instead of find-file-hooks if it is available.
23385
23386         * mml1991.el: Bind pgg-default-user-id when compiling.
23387
23388         * mml2015.el: Bind pgg-default-user-id when compiling.
23389
23390         * nndraft.el (nndraft-request-associate-buffer):
23391         Use write-contents-functions instead of write-contents-hooks if it is
23392         available.
23393
23394         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23395         instead of find-file-hooks if it is available.
23396
23397         * nntp.el (nntp-open-connection): Replace
23398         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23399         (nntp-open-ssl-stream): Ditto.
23400         (nntp-open-tls-stream): Ditto.
23401
23402         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23403         set-process-query-on-exit-flag or process-kill-without-query.
23404         (starttls-open-stream-gnutls): Use it instead of
23405         process-kill-without-query.
23406         (starttls-open-stream): Ditto.
23407
23408 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23409
23410         * smime.el (smime-cert-by-ldap-1): Don't use
23411         replace-regexp-in-string.
23412
23413 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23414
23415         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23416
23417         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23418         in PEM format.  Adjust to the XEmacs compatibility.
23419
23420 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23421
23422         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23423         by `string-to-number'.
23424         * gnus-agent.el (gnus-agent-regenerate-group)
23425         (gnus-agent-fetch-articles): Ditto.
23426         * gnus-art.el (gnus-button-fetch-group): Ditto.
23427         * gnus-cache.el (gnus-cache-generate-active)
23428         (gnus-cache-articles-in-group): Ditto.
23429         * gnus-group.el (gnus-group-set-current-level)
23430         (gnus-group-insert-group-line): Ditto.
23431         * gnus-score.el (gnus-score-set-expunge-below)
23432         (gnus-score-set-mark-below, gnus-summary-score-effect)
23433         (gnus-summary-score-entry): Ditto.
23434         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23435         (gnus-soup-pack): Ditto.
23436         * gnus-spec.el (gnus-xmas-format): Ditto.
23437         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23438         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23439         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23440         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23441         * nndb.el (nndb-get-remote-expire-response): Ditto.
23442         * nndiary.el (nndiary-parse-schedule-value)
23443         (nndiary-string-to-number, nndiary-request-replace-article)
23444         (nndiary-request-article): Ditto.
23445         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23446         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23447         * nneething.el (nneething-make-head): Ditto.
23448         * nnfolder.el (nnfolder-request-article)
23449         (nnfolder-retrieve-headers): Ditto.
23450         * nnheader.el (nnheader-file-to-number): Ditto.
23451         * nnkiboze.el (nnkiboze-request-article): Ditto.
23452         * nnmail.el (nnmail-process-unix-mail-format)
23453         (nnmail-process-babyl-mail-format): Ditto.
23454         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23455         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23456         (nnmh-request-create-group, nnmh-request-list-1)
23457         (nnmh-request-group, nnmh-request-article): Ditto.
23458         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23459         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23460         * nnsoup.el (nnsoup-make-active): Ditto.
23461         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23462         * nntp.el (nntp-find-group-and-number)
23463         (nntp-retrieve-headers-with-xover): Ditto.
23464         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23465         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23466         (pgg-format-key-identifier): Ditto.
23467         * pop3.el (pop3-last, pop3-stat): Ditto.
23468         * qp.el (quoted-printable-decode-region): Ditto.
23469
23470         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23471         of concat.
23472
23473 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23474
23475         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23476
23477         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23478
23479         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23480
23481         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23482
23483         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23484
23485         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23486
23487         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23488         (gnus-carpal-mode): Ditto.
23489
23490         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23491         (gnus-browse-mode): Ditto.
23492
23493         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23494
23495         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23496
23497 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23498
23499         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23500
23501 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23502
23503         * gnus-util.el (gnus-run-mode-hooks): New function.
23504
23505         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23506
23507         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23508         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23509
23510 2005-05-27  Lute Kamstra  <lute@gnu.org>
23511
23512         * dns-mode.el (dns-mode): Specify customization group.
23513
23514 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23515
23516         * gnus-agent.el (gnus-agent-make-mode-line-string):
23517         Use mode-line-highlight as mouse-face.
23518
23519 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23520
23521         * canlock.el (canlock): Change the parent group to news.
23522
23523         * deuglify.el (gnus-outlook-deuglify): Add :group.
23524
23525         * dig.el (dig): Add :group.
23526
23527         * dns-mode.el (dns-mode): Add :group.
23528
23529         * encrypt.el (encrypt): Add :group.
23530
23531         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23532         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23533         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23534         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23535         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23536
23537         * gnus-diary.el (gnus-diary): Add :group.
23538
23539         * gnus.el (gnus-group-news-1-face): Add :group.
23540         (gnus-group-news-1-empty-face): Ditto.
23541         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23542         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23543         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23544         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23545         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23546         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23547         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23548         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23549         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23550         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23551         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23552         (gnus-summary-high-ticked-face): Ditto.
23553         (gnus-summary-low-ticked-face): Ditto.
23554         (gnus-summary-normal-ticked-face): Ditto.
23555         (gnus-summary-high-ancient-face): Ditto.
23556         (gnus-summary-low-ancient-face): Ditto.
23557         (gnus-summary-normal-ancient-face): Ditto.
23558         (gnus-summary-high-undownloaded-face): Ditto.
23559         (gnus-summary-low-undownloaded-face): Ditto.
23560         (gnus-summary-normal-undownloaded-face): Ditto.
23561         (gnus-summary-high-unread-face): Ditto.
23562         (gnus-summary-low-unread-face): Ditto.
23563         (gnus-summary-normal-unread-face): Ditto.
23564         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23565         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23566
23567         * hashcash.el (hashcash): New custom group.
23568         (hashcash-default-payment): Add :group.
23569         (hashcash-payment-alist): Ditto.
23570         (hashcash-default-accept-payment): Ditto.
23571         (hashcash-accept-resources): Ditto.
23572         (hashcash-path): Ditto.
23573         (hashcash-extra-generate-parameters): Ditto.
23574         (hashcash-double-spend-database): Ditto.
23575         (hashcash-in-news): Ditto.
23576
23577         * message.el (message-minibuffer-local-map): Add :group.
23578
23579         * netrc.el (netrc): Add :group.
23580
23581         * sieve-manage.el (sieve-manage-log): Add :group.
23582         (sieve-manage-default-user): Diito.
23583         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23584         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23585         (sieve-manage-authenticators): Ditto.
23586         (sieve-manage-authenticator-alist): Ditto.
23587         (sieve-manage-default-port): Ditto.
23588
23589         * sieve-mode.el (sieve-control-commands-face): Add :group.
23590         (sieve-action-commands-face): Ditto.
23591         (sieve-test-commands-face): Ditto.
23592         (sieve-tagged-arguments-face): Ditto.
23593
23594         * smime.el (smime): Add :group.
23595
23596         * spam-report.el (spam-report): Add :group.
23597
23598         * spam.el (spam, spam-face): Add :group.
23599
23600 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23601
23602         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23603         return \n.\n.\n at the end of articles.  Protect against that.
23604         (nntp-with-open-group): Allow debugging.
23605
23606         * nnheader.el (mail-header-set-extra): Make into a function
23607         because I just could't understand how to quote the list properly.
23608
23609         * dns.el (query-dns-cached): New function.
23610
23611 2005-05-26  Lute Kamstra  <lute@gnu.org>
23612
23613         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23614
23615 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23616
23617         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23618
23619         * gnus-art.el: Don't autoload mail-extract-address-components.
23620
23621         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23622         eval-and-compile to evaluate it.
23623
23624         * hashcash.el: Don't autoload executable-find.
23625
23626         * nndb.el: Don't declare the nndb back end two or more times; don't
23627         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23628
23629         * nntp.el: Autoload format-spec instead of format; use
23630         eval-and-compile to evaluate autoload forms.
23631
23632 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23633
23634         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23635
23636 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23637
23638         * gnus.el (gnus-version-number): Bump version.
23639
23640 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23641
23642         * gnus.el: No Gnus v0.3 is released.
23643
23644 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23645
23646         * lpath.el (featurep): Bind show-nonbreak-escape.
23647
23648 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23649
23650         * gnus-art.el (gnus-article-edit-part): Disable undo.
23651
23652 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23653
23654         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23655         gnus-article-date-lapsed-new-header is t if date timer is active;
23656         skip headers in which the original date value is empty.
23657         (gnus-article-save-original-date): Redefine it as a macro.
23658         (gnus-display-mime): Use it.
23659
23660 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23661
23662         * gnus-art.el (article-date-ut): Support converting date in
23663         forwarded parts as well.
23664         (gnus-article-save-original-date): New function.
23665         (gnus-display-mime): Use it.
23666
23667 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23668
23669         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23670         enclosure element of <item>.
23671
23672 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23673
23674         * message.el (message-kill-buffer-query): Rename from
23675         `message-kill-buffer-query-if-modified'.  Add :version.
23676
23677 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23678
23679         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23680         window layout.
23681
23682 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23683
23684         * mml.el: Autoload dnd when compiling.
23685
23686 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23687
23688         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23689         x-dnd-*.
23690
23691 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23692
23693         * qp.el (quoted-printable-encode-region): Save excursion.
23694
23695 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23696
23697         * message.el (message-kill-buffer-query-if-modified): Add new variable
23698         so the user can kill a modified message buffer quickly.
23699         (message-kill-buffer): Use it.
23700
23701 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23702
23703         * lpath.el: Fbind display-time-event-handler; don't fbind
23704         string-to-multibyte.
23705
23706         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23707
23708 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23709
23710         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23711         contained in text because xml.el decodes entities) with LFs.
23712
23713 2005-04-11  Lute Kamstra  <lute@gnu.org>
23714
23715         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23716         differently.
23717
23718 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23719
23720         * mm-util.el (mm-detect-coding-region): Typo.
23721
23722 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23723
23724         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23725
23726 2005-04-06  Deepak Goel  <deego@gnufans.org>
23727
23728         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23729         user-function allow user modifications of the scores.
23730         (spam-stat-score-buffer-user): New function, to allow
23731         user-computed modifications to the score.
23732         (spam-stat-score-buffer-user-functions): List of additional
23733         scoring functions.
23734         (spam-stat-error-holder): Global temporary error holder.
23735         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23736         variable.
23737
23738 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23739
23740         * gnus-registry.el (gnus-registry-clean-empty-function)
23741         (gnus-registry-trim, gnus-registry-fetch-groups)
23742         (gnus-registry-delete-group): Groups that match
23743         `gnus-registry-ignored-groups' are removed from the registry
23744         entries, not just ignored for splitting.  This helps clean up the
23745         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23746         to get all the groups a message ID is in.
23747
23748         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23749         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23750         (spam-stat-score-buffer-user-functions): Add :number custom type.
23751
23752 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23753
23754         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23755         argument in XEmacs.
23756
23757         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23758         (nnrss-request-group): Decode group name first.
23759         (nnrss-request-article): Make a text/plain article if mml-to-mime
23760         failed.
23761         (nnrss-get-encoding): Return a compatible encoding according to
23762         nnrss-compatible-encoding-alist.
23763         (nnrss-find-el): Use consp instead of listp.
23764         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23765
23766 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23767
23768         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23769         which Emacs 20 doesn't support.
23770         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23771
23772 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23773
23774         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23775         silence the byte compiler inside the defun.
23776
23777         * gnus-demon.el (parse-time-string): Add autoload.
23778
23779         * gnus-delay.el (parse-time-string): Add autoload.
23780
23781         * gnus-art.el (parse-time-string): Add autoload.
23782
23783         * nnultimate.el (parse-time): Require for `parse-time-string'.
23784
23785 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23786
23787         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23788
23789         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23790
23791         * smime.el (smime-ldap-host-list): Add :version.
23792
23793 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23794
23795         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23796         pass it to `gnus-browse-read-group'.
23797         (gnus-browse-read-group): Add NUMBER argument and pass it to
23798         `gnus-group-read-ephemeral-group'.
23799
23800         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23801         argument and pass it to `gnus-group-read-group'.
23802
23803 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23804
23805         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23806         mm-xemacs-find-mime-charset-1 if we have the mule feature
23807         available at runtime.
23808
23809 2005-03-25  Werner Lemberg  <wl@gnu.org>
23810
23811         * nnmaildir.el: Replace `illegal' with `invalid'.
23812
23813 2005-03-23  Lute Kamstra  <lute@gnu.org>
23814
23815         * time-date.el: Add comment on time value formats.
23816         Don't require parse-time.
23817         (with-decoded-time-value): New macro.
23818         (encode-time-value): New function.
23819         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23820         (days-to-time): Return a valid time value when arg is huge.
23821         (time-since): Use time-subtract.
23822         (time-to-number-of-days): Use time-to-seconds.
23823
23824 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23825
23826         * gnus-start.el (gnus-display-time-event-handler):
23827         Check display-time-timer at runtime rather than only at load time
23828         in case display-time-mode is turned off in the mean time.
23829
23830 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23831
23832         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23833         used.
23834
23835         * nneething.el (nneething-map-file-directory): Derive from
23836         `gnus-directory'.
23837
23838         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23839         the To/Cc button.
23840
23841 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23842
23843         * nnmaildir.el (nnmaildir-request-accept-article):
23844         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23845
23846 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23847
23848         * gnus-async.el: Require timer-funcs at compile time when in
23849         XEmacs for `run-with-idle-timer'.
23850
23851 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23852
23853         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23854         autoloaded function.
23855
23856 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23857
23858         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23859
23860 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23861
23862         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23863
23864 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23865
23866         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23867         Add gnus-expert-user to default.
23868
23869 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23870
23871         * nnimap.el (nnimap-open-server): Ditto.
23872
23873         * imap.el (imap-authenticate): Fix typo.
23874
23875 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23876
23877         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23878         buffer (since IMAP server might return FETCH response out of
23879         order, and the nntp buffer must be sorted).
23880
23881 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23882
23883         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23884         comparison on string.
23885
23886         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23887         (gnus-agent-score): Rename category keywords to match gnus-cus.
23888         (gnus-agent-summary-fetch-series): Modify to protect against
23889         gnus-agent-summary-fetch-group clearing processable flags.
23890         (gnus-agent-synchronize-group-flags): Update live group buffer as
23891         synchronization may occur due to the user toggle the plugged
23892         status.
23893         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23894         successfully downloaded.
23895         (gnus-agent-expire-group-1): Avoid using markers when the overview
23896         is in ascending order; greatly improves performance.
23897         (gnus-agent-regenerate-group):
23898         Use gnus-agent-synchronize-group-flags to reset read status in both
23899         gnus and server.
23900         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23901
23902 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23903
23904         * message.el: Don't autoload former message-utils variables.
23905         (message-strip-subject-trailing-was): Change doc string.
23906
23907         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23908         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23909         (nnweb-google-search): Add "hl=en" here.
23910         (nnweb-google-parse-1, nnweb-google-create-mapping):
23911         Don't hardcode URL.
23912
23913 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23914
23915         * message.el (message-get-reply-headers, message-followup):
23916         Mention related variables `message-use-followup-to' and
23917         `message-use-mail-followup-to', in the information buffer.
23918
23919         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23920         of broken groups(-beta).google.com.
23921
23922 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23923
23924         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23925         parameter to invoked gnus-request-move-article; remove the
23926         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23927         all at once instead of once per article.
23928         (gnus-summary-remove-process-mark): Accept a list of articles as
23929         well as a single article for processing.
23930
23931         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23932         parameter.
23933
23934         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23935
23936         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23937
23938         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23939         parameter.
23940
23941         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23942         parameter.
23943
23944         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23945         parameter and remove the gnus-sum-hint-move-is-internal variable.
23946
23947         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23948         parameter.
23949
23950         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23951         parameter.
23952
23953         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23954         parameter.
23955
23956         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23957
23958         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23959         parameter.
23960
23961         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23962         parameter.
23963
23964 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23965
23966         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23967         a more conservative way.
23968
23969 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23970
23971         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23972         buffer, so it moves the window's cursor.
23973
23974 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23975
23976         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23977         `mm-dissect-multipart' and receive the from field as an (optional)
23978         argument from `mm-dissect-multipart'.
23979         (mm-dissect-multipart): Receive the from field as an argument and
23980         pass it on when we call `mm-dissect-buffer' on MIME parts.
23981         Fixes verification/decryption of signed/encrypted MIME parts.
23982
23983 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23984
23985         * gnus-sum.el (gnus-summary-move-article):
23986         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23987         whatever it calls (right now, only nnimap-request-move article
23988         respects it).
23989
23990         * nnimap.el (nnimap-request-move-article):
23991         When gnus-sum-hint-move-is-internal is set, don't do the extra
23992         nnimap-request-article.
23993
23994 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23995
23996         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23997
23998         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23999         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
24000
24001         * gnus-sum.el (gnus-summary-caesar-message):
24002         Apply `gnus-treat-article' after rotation.
24003
24004         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
24005         doc string.
24006
24007 2005-02-22  Simon Josefsson  <jas@extundo.com>
24008
24009         * encrypt.el (encrypt-password-cache-expiry): Remove (use
24010         `password-cache-expiry' instead).  Reported by Arne Jørgensen
24011         <arne@arnested.dk>.
24012         (encrypt): Add password-cache and password-cache-expiry as group
24013         members.
24014
24015 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
24016
24017         * smime.el (smime-ldap-host-list): Doc fix.
24018         (smime-ask-passphrase): Use `password-read-and-add' to read (and
24019         cache) password.
24020         (smime-sign-region): Use it.
24021         (smime-decrypt-region): Use it.
24022         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
24023         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
24024         fails.
24025         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
24026         certificate from DER to PEM format rather than calling openssl.
24027
24028         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
24029
24030         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
24031         for signing/encryption.
24032
24033         * mml.el (mml-parse-1): Use them.
24034
24035 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
24036
24037         * nnrss.el (nnrss-verbose): Remove.
24038         (nnrss-request-group): Use `nnheader-message' instead.
24039
24040 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
24041
24042         * nnrss.el (nnrss-verbose): New variable.
24043         (nnrss-request-group): Make it say nnrss is requesting a group.
24044
24045 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
24046
24047         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
24048         Handle news URL with given port correctly.
24049
24050 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24051
24052         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
24053         containing special characters.
24054
24055         * gnus-sum.el (gnus-summary-edit-article): Ditto.
24056
24057         * mml.el (mime-to-mml): Ditto.
24058
24059         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
24060         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
24061         (rfc2047-decode-region): Quote decoded words containing special
24062         characters when rfc2047-quote-decoded-words-containing-tspecials
24063         is non-nil.
24064
24065 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
24066
24067         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
24068
24069         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
24070
24071 2005-02-15  Simon Josefsson  <jas@extundo.com>
24072
24073         * nnimap.el (nnimap-debug): Doc fix.
24074
24075         * imap.el (imap-debug): Doc fix.
24076
24077 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24078
24079         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
24080
24081 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
24082
24083         * gnus.el (spam-contents): Improve docs for spam-contents
24084         parameter in its variable incarnation.
24085
24086 2005-02-14  Simon Josefsson  <jas@extundo.com>
24087
24088         * smime-ldap.el: Use require instead of load-library for ldap.
24089         (smime-ldap-search): Indent.
24090         (smime-ldap-search-internal): Shorten line.
24091
24092         * smime.el (smime-cert-by-dns): Add doc-string.
24093         (smime-cert-by-ldap-1): Indent.
24094
24095         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
24096         mml-smime-get-dns-ldap.
24097         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24098
24099 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24100
24101         * smime.el: Require smime-ldap.
24102         (smime-ldap-host-list): New variable.
24103         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24104
24105         * mml-smime.el (mml-smime-encrypt-query): New function.
24106         (mml-smime-encrypt-query): Use it.
24107
24108         * smime-ldap.el: New file.
24109
24110 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24111
24112         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24113
24114 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24115
24116         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24117         argument in doc string.  Make query for type more clear.
24118
24119 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24120
24121         * gnus.el (gnus-group-startup-message): Search for gnus images in
24122         etc/images/gnus.
24123         * mm-util.el (mm-image-load-path): Likewise.
24124         * smiley.el (smiley-data-directory): Search for smilies in
24125         etc/images/smilies.
24126
24127 2005-02-09  Kim F. Storm  <storm@cua.dk>
24128
24129         Change Emacs release version from 21.4 to 22.1 throughout.
24130         Change Emacs development version from 21.3.50 to 22.0.50.
24131
24132 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24133
24134         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24135
24136         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24137         non-Mule XEmacs as well.
24138         (mm-decompress-buffer): Signal an error intentionally if it does
24139         not decompress compressed data because auto-compression-mode is
24140         disabled.
24141
24142 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24143
24144         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24145         an ID in the registry even if it has no groups.
24146
24147 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24148
24149         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24150         merge it into mm-decompress-buffer.
24151         (gnus-mime-copy-part): Use the MIME part charset, the value which
24152         a user specified or gnus-newsgroup-charset for decoding, like
24153         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24154         save-buffer what was used.  Suggested by Kevin Ryde
24155         <user42@zip.com.au>.
24156         (gnus-mime-inline-part): Allow the name parameter as well as the
24157         filename parameter; force decompressing of compressed data; always
24158         display contents being not decoded as unibyte.
24159
24160         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24161         as well as the filename parameter.
24162
24163         * mm-util.el (mm-decompress-buffer):
24164         Merge gnus-mime-jka-compr-maybe-uncompress.
24165         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24166         of compressed data.
24167
24168 2005-02-08  Simon Josefsson  <jas@extundo.com>
24169
24170         * imap.el (imap-log): Doc fix.
24171
24172 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24173
24174         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24175         the coding cookies; decompress compressed parts.
24176
24177         * mml.el (mml-generate-mime-1): Add the charset parameter according
24178         to the value which a user specified manually or the coding cookie.
24179
24180         * mm-util.el (mm-string-to-multibyte): New function.
24181         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24182         (mm-coding-system-to-mime-charset): New function.
24183         (mm-decompress-buffer): New function.
24184         (mm-find-buffer-file-coding-system): New function.
24185
24186         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24187         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24188         parts.
24189
24190 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24191
24192         * mm-view.el (mm-display-inline-fontify): Decode a part according
24193         to the charset parameter.
24194
24195 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24196
24197         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24198         prefix arg is neither nil nor a number, as info specifies.
24199
24200 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24201
24202         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24203         timestamps.
24204
24205 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24206
24207         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24208         groups error checking and notify user.
24209
24210 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24211
24212         * message.el (message-send-mail-function): Check existence of
24213         sendmail-program first before using default value
24214         `message-send-mail-with-sendmail'.  Otherwise use more generic
24215         `smtpmail-send-it'.
24216
24217 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24218
24219         * nntp.el (nntp-request-update-info): Always return nil.
24220
24221 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24222
24223         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24224
24225 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24226
24227         * message.el (message-beginning-of-line): Change the behavior when
24228         invoked between BOL and : so that it first moves backward.
24229
24230 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24231
24232         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24233         article buffer when editing of the article is discarded.
24234         (gnus-article-prepare): Revert.
24235
24236 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24237
24238         * gnus-art.el (gnus-article-prepare):
24239         Remove message-strip-forbidden-properties from the local hook.
24240
24241 2005-01-27  Simon Josefsson  <jas@extundo.com>
24242
24243         * password.el (password-cache-add): Only start one timer per key.
24244         Reported by Derek Atkins <warlord@MIT.EDU>.
24245
24246 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24247
24248         * run-at-time.el: Remove.  It is no longer needed as
24249         timer-funcs.el in the xemacs-base package has a working version of
24250         `run-at-time'.
24251
24252         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24253
24254         * password.el: Require timer-funcs instead of run-at-time in
24255         XEmacs.
24256         Remove `password-run-at-time' macro.
24257         (password-cache-add): Use `run-at-time' instead of
24258         `password-run-at-time'.
24259
24260         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24261         Remove `nnheader-cancel-function-timers' alias,
24262         `cancel-function-timers' exists in XEmacs in timer-funcs.
24263
24264         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24265         for `run-with-idle-timer'.
24266
24267         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24268         for `run-at-time'.
24269
24270         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24271         for `with-timeout'.
24272
24273         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24274         the same as for XEmacs 21.4.
24275         No need to ignore `run-with-idle-timer', this function exists in
24276         XEmacs now in timer-funcs.el in the xemacs-base package.
24277         (dgnushack-compile): No need to delete
24278         run-at-time.el from the list of files to compile because it
24279         doesn't exist anymore.
24280
24281 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24282
24283         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24284         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24285
24286 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24287
24288         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24289         sensitively.
24290
24291 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24292
24293         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24294
24295 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24296
24297         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24298         which will be inserted according to the multibyteness of a buffer
24299         rather than the type of contents.  Suggested by ARISAWA Akihiro
24300         <ari@mbf.ocn.ne.jp>.
24301
24302         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24303         of string which old xml.el may return rather than a string.
24304
24305 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24306
24307         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24308
24309 2005-01-16  Simon Josefsson  <jas@extundo.com>
24310
24311         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24312         idn/idna.el isn't available.
24313         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24314         <michael@waxrat.com>.
24315
24316         * hashcash.el: Remove non-FSF copyright header.
24317
24318         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24319         (hashcash-generate-payment): Use it.
24320         (hashcash-generate-payment-async): Use it.
24321
24322 2005-01-15  Simon Josefsson  <jas@extundo.com>
24323
24324         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24325         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24326
24327         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24328         gnus-summary-idna-message.
24329         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24330         (gnus-summary-idna-message): New function.
24331
24332 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24333
24334         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24335         gnus-novice-user.
24336
24337 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24338
24339         * nnrss.el (nnrss-request-delete-group): Delete entries in
24340         nnrss-group-alist as well.
24341         (nnrss-save-server-data): Insert newline.
24342
24343 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24344
24345         * gnus.el (gnus-user-agent): Use list of symbols instead of
24346         symbols.  Display full version number for (S)XEmacs.
24347         Optionally display (S)XEmacs codename.
24348
24349         * gnus-util.el (gnus-emacs-version): Update for new
24350         `gnus-user-agent'.
24351
24352         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24353         Gnus version.
24354
24355 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24356
24357         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24358         which is unreadable in some setups.
24359
24360 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24361
24362         * gnus-spec.el (gnus-update-format-specifications): Flush the
24363         group format spec cache if it doesn't support decoded group names.
24364
24365 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24366
24367         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24368         Allow to apply decay on score files matching a regexp.
24369
24370 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24371
24372         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24373         compatibility in %g and %c.
24374
24375 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24376
24377         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24378         name for only %g and %c.
24379         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24380         of gnus-tmp-group to decoded group name.
24381         (gnus-group-make-rss-group): Exclude `/'s from group names.
24382
24383 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24384
24385         * nnrss.el (nnrss-get-encoding): Fix regexp.
24386
24387 2004-12-27  Simon Josefsson  <jas@extundo.com>
24388
24389         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24390         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24391         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24392
24393 2004-12-17  Kim F. Storm  <storm@cua.dk>
24394
24395         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24396
24397         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24398
24399 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24400
24401         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24402
24403 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24404
24405         * nnrss.el: Require rfc2047 and mml.
24406         (nnrss-file-coding-system): New variable.
24407         (nnrss-format-string): Redefine it as an inline function.
24408         (nnrss-decode-group-name): New function.
24409         (nnrss-string-as-multibyte): Remove.
24410         (nnrss-retrieve-headers): Decode group name; don't use
24411         nnrss-format-string.
24412         (nnrss-request-group): Decode group name.
24413         (nnrss-request-article): Decode group name; allow a Message-ID as
24414         well as an article number; don't use nnrss-format-string; encode a
24415         Message-ID string which may contain non-ASCII characters; use
24416         mml-to-mime to compose a MIME article.
24417         (nnrss-request-expire-articles): Decode group name.
24418         (nnrss-request-delete-group): Decode group name.
24419         (nnrss-fetch): Clarify error message.
24420         (nnrss-read-server-data): Use insert-file-contents instead of load;
24421         bind file-name-coding-system; use multibyte buffer.
24422         (nnrss-save-server-data): Bind coding-system-for-write to the
24423         value of nnrss-file-coding-system; bind file-name-coding-system;
24424         add coding cookie.
24425         (nnrss-read-group-data): Use insert-file-contents instead of load;
24426         bind file-name-coding-system; use multibyte buffer.
24427         (nnrss-save-group-data): Bind coding-system-for-write to the
24428         value of nnrss-file-coding-system; bind file-name-coding-system.
24429         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24430         make it work with non-ASCII text.
24431         (nnrss-find-el): Make it work with old xml.el as well.
24432
24433 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24434
24435         * nnrss.el (nnrss-get-encoding): New function.
24436         (nnrss-fetch): Use unibyte buffer initially; bind
24437         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24438         decode contents according to the encoding attribute.
24439         (nnrss-save-group-data): Add coding cookie.
24440         (nnrss-mime-encode-string): New function.
24441         (nnrss-check-group): Use it to encode subject and author.
24442
24443 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24444
24445         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24446         imaginary variable.
24447
24448 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24449
24450         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24451         correctly even if there are wide characters.
24452
24453 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24454
24455         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24456         downcased symbol names; make a new cache instead of reusing
24457         bbdb-hashtable.
24458
24459 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24460
24461         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24462         concatenating segments rather than before concatenating them.
24463         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24464
24465         * message.el (message-get-reply-headers): Bind `extra'.
24466
24467 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24468
24469         * message.el (message-extra-wide-headers): New variable.
24470         (message-get-reply-headers): Use it.
24471
24472 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24473
24474         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24475         (gnus-agent-group-pathname): Ditto.
24476
24477         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24478
24479         * gnus-group.el (gnus-group-make-group): Decode group name.
24480         (gnus-group-make-rss-group): Register the group data after opening
24481         the nnrss group.
24482
24483 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24484
24485         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24486         by expiry now get marked as read.
24487
24488 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24489
24490         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24491
24492 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24493
24494         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24495         unify Latin characters in XEmacs.
24496         (mm-find-mime-charset-region): Use it.
24497
24498 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24499
24500         * gnus-util.el (gnus-delete-directory): New function.
24501
24502         * gnus-agent.el (gnus-agent-delete-group): Use it.
24503
24504         * gnus-cache.el (gnus-cache-delete-group): Use it.
24505
24506 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24507
24508         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24509         names.
24510
24511 2004-12-16  Simon Josefsson  <jas@extundo.com>
24512
24513         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24514
24515 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24516
24517         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24518
24519         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24520         (gnus-group-set-current-level): Decode group name.
24521
24522 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24523
24524         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24525         failed.
24526
24527 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24528
24529         * gnus-group.el (gnus-group-delete-group): Decode group name.
24530         (gnus-group-make-rss-group): Encode group name.
24531         (gnus-group-catchup-current): Decode group name.
24532         (gnus-group-kill-group): Decode group name.
24533
24534 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24535
24536         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24537
24538 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24539
24540         * gnus-group.el (gnus-group-make-rss-group):
24541         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24542
24543         * gnus-start.el (gnus-setup-news): Honor user's setting to
24544         gnus-message-archive-method.  Suggested by Lute Kamstra
24545         <lute@gnu.org>.
24546
24547 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24548
24549         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24550         global counterparts of the buffer-local variables.
24551
24552 2004-11-16  Romain Francoise  <romain@orebokech.com>
24553
24554         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24555         counterparts of the buffer-local variables.
24556
24557 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24558
24559         * message.el (message-forbidden-properties): Fix typo in doc
24560         string.
24561
24562 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24563
24564         * gnus-util.el (gnus-replace-in-string): Add doc string.
24565
24566         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24567         to avoid problems when splitting mails with many recipients.
24568
24569 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24570
24571         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24572         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24573
24574 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24575
24576         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24577         if there is no hashtable in memory or file modification time is
24578         newer than cached timestamp.
24579
24580 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24581
24582         * gnus-sum.el (gnus-summary-limit-to-recipient):
24583         Implement not-matching option.
24584
24585 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24586
24587         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24588         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24589         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24590         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24591         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24592         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24593
24594 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24595
24596         * message.el (message-forward-make-body-mml): Remove headers
24597         according to message-forward-ignored-headers if a message is decoded.
24598
24599 2004-12-02  Romain Francoise  <romain@orebokech.com>
24600
24601         * message.el (message-forward-make-body-plain): Always remove
24602         headers according to message-forward-ignored-headers.
24603
24604 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24605
24606         * spam.el (spam-summary-prepare-exit): Remove the
24607         gnus-summary-limit pop for now, it has problems with ham marks for
24608         me.
24609
24610 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24611
24612         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24613         correctly.
24614
24615 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24616
24617         * format-spec.el (format-spec): Message the char.
24618
24619 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24620
24621         * gnus-art.el (gnus-split-methods): Reformat comments.
24622
24623         * spam.el (spam-summary-prepare-exit): Remove article limits
24624         before exiting the summary buffer.
24625
24626 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24627
24628         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24629         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24630
24631         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24632         order to silence the byte compiler.
24633
24634         * spam.el: Fix the way to silence the byte compiler, which
24635         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24636         bbdb-search-simple, spam-BBDB-register-routine,
24637         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24638         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24639         spam-stat-buffer-is-spam, spam-stat-load,
24640         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24641         spam-stat-save and spam-stat-split-fancy.
24642
24643 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24644
24645         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24646         which may confuse users.
24647         (canlock-password-for-verify): Ditto.
24648
24649         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24650
24651         * gnus-art.el (gnus-emphasis-alist): Ditto.
24652
24653         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24654
24655         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24656
24657         * gnus-start.el (gnus-save-killed-list): Ditto.
24658
24659         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24660         (gnus-sum-thread-tree-root): Ditto.
24661         (gnus-sum-thread-tree-false-root): Ditto.
24662         (gnus-sum-thread-tree-single-indent): Ditto.
24663
24664         * message.el (message-courtesy-message): Ditto.
24665         (message-archive-note): Ditto.
24666         (message-subscribed-address-file): Ditto.
24667         (message-user-fqdn): Ditto.
24668
24669         * spam-report.el (spam-report-gmane-regex): Ditto.
24670
24671         * spam.el (spam-blackhole-good-server-regex): Ditto.
24672
24673 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24674
24675         * mml.el (mml-preview): Widen the message buffer before copying
24676         the contents to the preview buffer; sort headers before previewing.
24677
24678         * message.el (message-hidden-headers): Fix the way to avoid a bug
24679         in the `repeat' widget in Emacs 21.3 or earlier.
24680
24681 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24682
24683         * message.el (message-hidden-headers): Default to "^References:".
24684         Improve customization type.  Suggested by Reiner Steib
24685         <Reiner.Steib@gmx.de>.
24686
24687 2004-11-25  Romain Francoise  <romain@orebokech.com>
24688
24689         * message.el (message-strip-forbidden-properties): Remove check for
24690         obsolete `message-hidden' text property, hidden headers are not
24691         accessible in the buffer anymore.
24692
24693 2004-11-22  Romain Francoise  <romain@orebokech.com>
24694
24695         * message.el (message-header-format-alist): Add `From' in list
24696         so that it can be sorted.
24697         (message-fix-before-sending): Widen and sort headers before
24698         sending.
24699         (message-hide-headers): Use narrowing to hide headers by moving
24700         them to the top of the buffer and narrowing to the region
24701         underneath.
24702
24703 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24704
24705         * message.el (message-strip-forbidden-properties):
24706         Bind buffer-read-only (etc) to nil.
24707
24708 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24709
24710         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24711         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24712
24713 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24714
24715         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24716
24717 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24718
24719         * dns.el (query-dns): Use sit-for to time instead of
24720         accept-process-output, since that doesn't seem to work on udp
24721         sockets.
24722
24723 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24724
24725         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24726
24727 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24728
24729         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24730         doc string.  Improve doc string.
24731
24732 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24733
24734         * nntp.el (nntp-request-update-info): Return nil if
24735         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24736         may not call gnus-activate-group which uselessly issues the GROUP
24737         commands for all nntp groups and wastes time.  Reported by Romain
24738         Francoise <romain@orebokech.com>.
24739
24740         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24741
24742 2004-11-15  Simon Josefsson  <jas@extundo.com>
24743
24744         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24745         headers separately.
24746         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24747         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24748
24749 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24750
24751         * gnus-start.el (gnus-convert-old-newsrc):
24752         Assign legacy-gnus-agent to 5.10.7.
24753
24754 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24755
24756         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24757         start of the lines.
24758
24759 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24760
24761         * hashcash.el (hashcash-default-payment): Change default to 20.
24762         (hashcash-default-accept-payment): Change default to 20.
24763         (hashcash-process-alist): New variable.
24764         (hashcash-generate-payment-async): Add.
24765         (hashcash-already-paid-p): Add.
24766         (hashcash-insert-payment): Don't generate payments twice.
24767         (hashcash-insert-payment-async): Add.
24768         (hashcash-insert-payment-async-2): Add.
24769         (hashcash-cancel-async): Add.
24770         (hashcash-wait-async): Add.
24771         (hashcash-processes-running-p): Add.
24772         (hashcash-wait-or-cancel): Add.
24773         (mail-add-payment): New optional argument.  Conditionally start
24774         asynchronous calculation.
24775         (mail-add-payment-async): Add.
24776
24777         * message.el (message-send-mail): Wait for asynchronous hashcash
24778         results.  Don't clobber existing X-Hashcash headers.
24779         (message-setup-1): Call mail-add-payment-async when
24780         message-generate-hashcash is non-nil.
24781
24782 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24783
24784         * message.el (message-use-alternative-email-as-from): Examine the
24785         From header as well; use message-make-from in order to include a
24786         user's full name.
24787
24788 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24789
24790         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24791         default; improve customization type.
24792         (gnus-emphasis-custom-with-format): New macro.
24793         (gnus-emphasis-custom-value-to-external): New function.
24794         (gnus-emphasis-custom-value-to-internal): New function.
24795
24796 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24797
24798         * dns.el (query-dns): Resolve reverse addresses.
24799
24800 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24801
24802         * gnus-group.el (gnus-group-get-new-news): Use it.
24803
24804         * gnus-start.el (gnus-check-reasonable-setup): New function.
24805
24806 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24807
24808         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24809         "Args out of range" error.  Reported by Arnaud Giersch
24810         <arnaud.giersch@free.fr>.
24811
24812 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24813
24814         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24815
24816 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24817
24818         * spam.el (spam group): Add :version.
24819
24820         * pgg-def.el (pgg group): Add :version.
24821
24822 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24823
24824         * gnus-art.el (gnus-article-edit-article): Don't associate the
24825         article buffer with a draft file.  This is a temporary measure
24826         against the 2004-08-22 change to gnus-article-edit-mode.
24827
24828 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24829
24830         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24831         (html2text-format-tags): Remove unused variable `attr'.
24832
24833 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24834
24835         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24836
24837         * tls.el (tls-process-connection-type, tls-success)
24838         (tls-certtool-program): Add :version.
24839
24840         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24841         (starttls-extra-arguments, starttls-process-connection-type)
24842         (starttls-connect, starttls-failure, starttls-success): Add :version.
24843
24844         * spam-stat.el (spam-stat): Add :version.
24845
24846         * sieve.el (sieve): Add :version.
24847
24848         * sha1.el (sha1): Add :version.
24849         (sha1-use-external): Remove redundant version.
24850
24851         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24852         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24853         (nnmail-split-fancy-match-partial-words)
24854         (nnmail-split-lowercase-expanded): Add :version.
24855
24856         * nndiary.el (nndiary): Add :version.
24857
24858         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24859
24860         * mml-sec.el (mml-default-sign-method)
24861         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24862         Add :version.
24863
24864         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24865
24866         * mm-url.el (mm-url-use-external, mm-url-program)
24867         (mm-url-arguments): Add :version.
24868
24869         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24870         (mm-attachment-file-modes, mm-decrypt-option)
24871         (mm-w3m-safe-url-regexp): Add :version.
24872
24873         * message.el (message-cite-prefix-regexp)
24874         (message-sendmail-envelope-from, message-minibuffer-local-map)
24875         (message-user-fqdn, message-completion-alist): Add :version.
24876
24877         * gnus-win.el (gnus-configure-windows-hook)
24878         (gnus-use-frames-on-any-display): Add :version.
24879
24880         * gnus-art.el (gnus-article-address-banner-alist)
24881         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24882         (gnus-treat-from-picon, gnus-treat-mail-picon)
24883         (gnus-treat-x-pgp-sig): Add :version.
24884
24885         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24886         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24887         (gnus-summary-article-delete-hook)
24888         (gnus-summary-display-while-building): Add :version.
24889
24890         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24891         (gnus-get-top-new-news-hook): Add :version.
24892
24893         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24894         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24895
24896         * gnus-registry.el (gnus-registry): Add :version.
24897
24898         * gnus-spec.el (gnus-use-correct-string-widths)
24899         (gnus-make-format-preserve-properties): Add :version.
24900
24901         * gnus.el (gnus-group-charter-alist)
24902         (gnus-group-fetch-control-use-browse-url)
24903         (gnus-install-group-spam-parameters): Add :version.
24904
24905         * gnus-diary.el (gnus-diary): Add :version.
24906
24907         * gnus-delay.el (gnus-delay): Add :version.
24908
24909         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24910         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24911         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24912         Add :version.
24913
24914         * gnus-agent.el (gnus-agent-max-fetch-size)
24915         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24916         (gnus-agent-prompt-send-queue): Add :version.
24917
24918         * deuglify.el (gnus-outlook-deuglify): Add :version.
24919
24920         * html2text.el: Beautify code.  Improve doc strings.
24921         Some checkdoc cleanup.
24922         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24923
24924 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24925
24926         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24927
24928 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24929
24930         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24931         when package is loaded.
24932
24933         * spam.el (spam-summary-score-preferred-header): Add global preference
24934         for people who want to override the default SpamAssassin over
24935         Bogofilter preference (when both are set).
24936         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24937         (spam-user-format-function-S):
24938         Check spam-summary-score-preferred-header.
24939         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24940         (spam-user-format-function-S): Format the score correctly.
24941
24942 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24943
24944         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24945         signature file.  Suggested by Manoj Srivastava
24946         <srivasta@golden-gryphon.com>.
24947
24948         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24949         iso-2022-jp even in the Japanese language environment.
24950         Suggested by Jason Rumney <jasonr@gnu.org>.
24951
24952 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24953
24954         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24955         use the same characters as the dummy marks; make it free from
24956         getting affected by the language environment.
24957         (gnus-summary-read-group-1): Update mark positions only when the
24958         format spec is updated.
24959
24960         * gnus-spec.el (gnus-update-format-specifications): Return a list
24961         of updated types.
24962
24963 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24964
24965         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24966         of boundp to check if display-warning is available.
24967
24968 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24969
24970         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24971
24972 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24973
24974         * nnspool.el (nnspool-spool-directory): Use news-path if the
24975         news-directory variable is not bound.
24976
24977         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24978         function instead of display-warning if it is not available.
24979
24980 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24981
24982         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24983         v5-10: Use `point-at-bol'.
24984
24985 2004-10-26  Simon Josefsson  <jas@extundo.com>
24986
24987         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24988         <chenggao@gmail.com>.
24989
24990 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24991
24992         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24993         instead.
24994
24995 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24996
24997         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24998         to remove a server from the nnimap-server-buffer-alist.
24999         (nnimap-open-connection, nnimap-close-server): Use it.
25000
25001         * gnus-encrypt.el: Remove file in favor of encrypt.el.
25002
25003 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25004
25005         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
25006         running the major-mode function.
25007
25008 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25009
25010         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
25011         dummy marks in the right way.
25012
25013 2004-10-18  David Edmondson  <dme@dme.org>
25014
25015         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
25016         excessively.
25017
25018 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
25019
25020         * gnus-util.el (gnus-split-references): Accept a nil references
25021         string and go on blissfully.
25022
25023         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
25024         cases where the references string is non-nil but has no references.
25025
25026         * encrypt.el: Add autoload tags.
25027
25028         * spam.el (spam-resolve-registrations-routine): Remove article
25029         from unregistration list too.  Reported by David Hanak
25030         <dhanak@isis.vanderbilt.edu>
25031
25032 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
25033
25034         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
25035         nil.  Change custom type.
25036
25037 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
25038
25039         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
25040
25041         * gnus-sum.el (gnus-summary-move-article): Use it.
25042
25043 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
25044
25045         * encrypt.el: Add autoload cookies.
25046
25047         * spam.el (spam-backend-article-list-property)
25048         (spam-backend-get-article-todo-list)
25049         (spam-backend-put-article-todo-list)
25050         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
25051         Resolve registrations separately.
25052         (spam-register-routine): Format comments.
25053         (spam-unregister-routine, spam-register-routine): Always call with
25054         specific-articles, no default list.
25055         (spam-summary-prepare-exit): Use the spam-classifications function.
25056
25057         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
25058         gnus-encrypt.el.
25059
25060         * encrypt.el: Copied from gnus-encrypt.el.
25061
25062         * gnus-encrypt.el: Commented that it's obsolete.
25063
25064 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25065
25066         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
25067         (gnus-score-save): Use it.
25068
25069         * message.el (message-bury): Use `window-dedicated-p'.
25070
25071 2004-10-15  Simon Josefsson  <jas@extundo.com>
25072
25073         * pop3.el (top-level): Don't require nnheader.
25074         (pop3-read-timeout): Add.
25075         (pop3-accept-process-output): Add.
25076         (pop3-read-response, pop3-retr): Use it.
25077
25078 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
25079
25080         * spam.el (spam-register-routine): Move comment.
25081         (spam-verify-bogofilter): Use 'unknown for the initial
25082         spam-bogofilter-valid state, not 'never.
25083
25084         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
25085         for netrc-machine.
25086
25087         * nnimap.el (nnimap-open-connection):
25088         Use netrc-machine-user-or-password.
25089
25090 2004-10-17  Richard M. Stallman  <rms@gnu.org>
25091
25092         * gnus-registry.el (gnus-registry-unload-hook):
25093         Set as a variable with add-hook.
25094
25095         * nnspool.el (nnspool-spool-directory): Use news-directory instead
25096         of news-path.
25097
25098         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25099
25100         * spam.el: Delete duplicate `provide'.
25101         (spam-unload-hook): Set as a variable with add-hook.
25102
25103 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25104
25105         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25106         in the doc string.
25107
25108         * message.el (message-ignored-news-headers)
25109         (message-ignored-supersedes-headers)
25110         (message-ignored-resent-headers)
25111         (message-forward-ignored-headers): Improve custom type.
25112
25113 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25114
25115         * message.el (message-tokenize-header): Fix 2004-09-06 change
25116         which used point-min in the wrong place.
25117
25118 2004-10-12  Simon Josefsson  <jas@extundo.com>
25119
25120         * tls.el (tls-certtool-program): New variable.
25121         (tls-certificate-information): New function, based on
25122         ssl-certificate-information.
25123
25124 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25125
25126         * compface.el: Move the version of ELisp-based uncompface program
25127         to the contrib directory because of the copyright problem.
25128
25129 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25130
25131         * message.el (message-kill-buffer): Raise the current frame.
25132
25133 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25134
25135         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25136
25137         * gnus.el (message-y-or-n-p): Autoload.
25138
25139         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25140         (pop3-password-required, pop3-authentication-scheme)
25141         (pop3-leave-mail-on-server): Make customizable.
25142         (pop3): New custom group.
25143         (pop3-retr): Remove `sleep-for' statements.
25144         Suggested by Dave Love <fx@gnu.org>.
25145
25146         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25147         Windows/DOS.
25148
25149         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25150         (imap-parse-body): Fix incorrect use of `assert'.
25151         Suggested by Dave Love <fx@gnu.org>.
25152
25153         * mml.el (mml-minibuffer-read-disposition): Require match.
25154         Suggested by Dave Love <fx@gnu.org>.
25155
25156 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25157
25158         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25159         doc string.
25160
25161 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25162
25163         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25164
25165 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25166
25167         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25168         instead of calling `mm-insert-inline', to decode text/* parts
25169         before displaying them.
25170
25171 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25172
25173         * mm-uu.el (mm-uu-text-plain-type): New variable.
25174         (mm-uu-pgp-signed-extract-1): Use it.
25175         (mm-uu-pgp-encrypted-extract-1): Use it.
25176         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25177         bind mm-uu-text-plain-type with that value.
25178         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25179         mm-uu-dissect.
25180
25181 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25182
25183         * gnus-group.el (gnus-update-group-mark-positions):
25184         * gnus-sum.el (gnus-update-summary-mark-positions):
25185         * message.el (message-check-news-body-syntax):
25186         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25187         of string-as-multibyte.
25188
25189 2004-10-05  Juri Linkov  <juri@jurta.org>
25190
25191         * gnus-group.el (gnus-update-group-mark-positions):
25192         * gnus-sum.el (gnus-update-summary-mark-positions):
25193         * message.el (message-check-news-body-syntax):
25194         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25195         8-bit unibyte values to a multibyte string for search functions.
25196
25197 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25198
25199         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25200         (mm-uu-dissect-text-parts): New function.
25201
25202         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25203         dissect text parts.
25204
25205         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25206         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25207
25208         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25209
25210         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25211         Use gnus-current-topics instead of gnus-current-topic.
25212
25213 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25214
25215         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25216
25217 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25218
25219         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25220         where appropriate.
25221
25222         * nnml.el (nnml-generate-active-info): do.
25223
25224         * nndiary.el (nndiary-generate-active-info): do.
25225
25226         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25227         (gnus-topic-move): do.
25228
25229         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25230         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25231
25232         * gnus-srvr.el (gnus-server-prepare)
25233         (gnus-server-open-all-servers): do.
25234
25235         * gnus-msg.el (gnus-summary-cancel-article)
25236         (gnus-summary-resend-message)
25237         (gnus-summary-mail-crosspost-complaint): do.
25238
25239         * gnus-move.el (gnus-change-server): do.
25240
25241         * gnus-group.el (gnus-group-unmark-all-groups)
25242         (gnus-group-set-current-level): do.
25243
25244 2004-10-04  Simon Josefsson  <jas@extundo.com>
25245
25246         * message.el (message-generate-hashcash): Doc fix.
25247
25248 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25249
25250         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25251         avoid infinite recursion via gnus-get-function.
25252
25253 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25254
25255         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25256
25257         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25258
25259         * nnmail.el (nnmail-split-history): do.
25260
25261         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25262         (nnml-request-delete-group): do.
25263
25264         * nnslashdot.el (nnslashdot-read-groups): do.
25265
25266         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25267         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25268
25269         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25270         (nnspool-sift-nov-with-sed): Use last.
25271         (nnspool-retrieve-headers-with-nov): Use mapc.
25272         (nnspool-request-newgroups): Use dolist.
25273         (nnspool-request-group): Use last.
25274
25275         * nntp.el (nntp-read-server-type): Use dolist.
25276
25277         * nnvirtual.el (nnvirtual-create-mapping)
25278         (nnvirtual-update-read-and-marked): Use dolist.
25279         (nnvirtual-convert-headers): Simplify.
25280
25281 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25282
25283         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25284         Add support for sync'ing tick marks.
25285
25286 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25287
25288         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25289         there's no visible header.
25290
25291 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25292
25293         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25294         When necessary, pass full group name to gnus-request-set-marks.
25295
25296 2004-10-01  Simon Josefsson  <jas@extundo.com>
25297
25298         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25299         acroread.
25300
25301 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25302
25303         * spam-report.el (spam-report-gmane): Fix interactive.
25304
25305         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25306
25307         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25308         when writing file.
25309         (gnus-agent-synchronize-flags): Don't default to being
25310         interactive.
25311
25312 2004-09-30  Simon Josefsson  <jas@extundo.com>
25313
25314         * message.el (message-generate-hashcash): Add.
25315         (message-send-mail): Use it, call mail-add-payment.
25316
25317 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25318
25319         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25320
25321 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25322
25323         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25324         gnus-requst-update-info with explicit code to sync the in-memory
25325         info read flags with the marks being sync'd to the backend.
25326
25327         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25328
25329 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25330
25331         * spam.el (spam-verify-bogofilter): Add new function.
25332         (spam-check-bogofilter)
25333         (spam-bogofilter-register-with-bogofilter): Use it.
25334         (spam-verify-bogofilter): Add small fixes.
25335
25336 2004-09-28  Simon Josefsson  <jas@extundo.com>
25337
25338         * hashcash.el (hashcash-generate-payment): Revert.
25339
25340 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25341
25342         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25343         Use gnus-extract-references instead of gnus-split-references.
25344
25345         * gnus-util.el (gnus-extract-references): Add new function, analogous
25346         to gnus-split-references but extracts only the message-ID without
25347         anything extra.
25348
25349         * hashcash.el (hashcash-generate-payment)
25350         (hashcash-check-payment): Do the right thing if hashcash-path is
25351         nil (because the hashcash program could not be found).
25352
25353         * spam.el (spam-use-hashcash): Remove comment.
25354
25355 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25356
25357         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25358         (gnus-cache-enter-article, gnus-cache-remove-article)
25359         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25360
25361         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25362
25363         * gnus-art.el (article-hide-boring-headers)
25364         (article-translate-strings, article-display-face)
25365         (gnus-article-mime-match-handle-first)
25366         (gnus-article-highlight-headers)
25367         (gnus-article-add-buttons-to-head): do.
25368
25369 2004-09-27  Simon Josefsson  <jas@extundo.com>
25370
25371         * hashcash.el: New version, from
25372         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25373         ../contrib/.
25374
25375 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25376
25377         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25378
25379 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25380
25381         * gnus-dup.el (gnus-dup-open): Use mapc.
25382         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25383
25384         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25385         Reported by Stefan Wiens <s.wi@gmx.net>.
25386
25387         * gnus.el (gnus-shutdown): Use dolist.
25388
25389         * gnus-undo.el (gnus-undo): Use mapc.
25390
25391         * nnrss.el (nnrss-generate-active): do.
25392
25393         * message.el (message-cite-original-without-signature)
25394         (message-cite-original): Use mapc.
25395         (message-do-actions, message-make-forward-subject): Use dolist.
25396
25397 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25398
25399         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25400         deletion to remove entire duplicate line.  Fixes merged article
25401         number bug.
25402
25403 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25404
25405         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25406         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25407         first ask if you want to open a server and then, even when you
25408         responded with no, asking if you want to synchronize the server's
25409         flags.
25410         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25411         multi-line expressions.
25412         (gnus-agent-synchronize-group-flags): New internal function.
25413         Updates marks in memory (in the info structure) AND in the
25414         backend.
25415
25416         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25417
25418         * nnagent.el (nnagent-request-set-mark):
25419         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25420         method, to ensure that synchronization updates marks in the
25421         backend and in the info (in memory) structure.
25422
25423 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25424
25425         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25426         convention fully; don't miss the root article of a thread; make
25427         the X-Draft-From header with correct article numbers.
25428
25429 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25430
25431         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25432         unless plugged.  Disable the agent so that an open failure causes
25433         an error.
25434
25435         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25436         Revert 2004-09-21 change.  The backend must be opened while
25437         synchronizing flags even when the backend stores the flags
25438         locally.
25439
25440 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25441
25442         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25443         in `header' match.  Reported by Svend Tollak Munkejord.
25444
25445         * message.el (message-cite-original): Fix use of
25446         `message-cite-articles-with-x-no-archive'.
25447
25448 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25449
25450         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25451         (gnus-window-to-buffer): Ditto.
25452
25453         * mml.el (mml-preview-buffer): New variable.
25454         (mml-preview): Manage window layout with gnus-buffer-configuration.
25455
25456         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25457         X-Draft-From header even if those articles aren't quoted.
25458
25459 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25460
25461         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25462         (gnus-request-set-mark, gnus-request-update-mark): Use new
25463         g-s-t-u-l-m to decide to use backend even when unplugged.
25464
25465 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25466
25467         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25468         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25469
25470 2004-09-20  Simon Josefsson  <jas@extundo.com>
25471
25472         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25473         "utf-16-le".
25474
25475 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25476
25477         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25478
25479 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25480
25481         * uudecode.el (uudecode-use-external): Add :version.
25482
25483         * smime.el (smime-CA-file, smime-encrypt-cipher)
25484         (smime-dns-server): Add :version.
25485
25486         * smiley.el (gnus-smiley-file-types): Add :version.
25487
25488         * sha1.el (sha1-use-external): Add :version.
25489
25490         * pgg-def.el (pgg-query-keyserver): Add :version.
25491
25492         * nnmail.el (nnmail-fancy-expiry-targets)
25493         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25494         Add :version.
25495
25496         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25497         (nnimap-retrieve-groups-asynchronous): Add :version.
25498         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25499
25500         * mml.el (mml-content-disposition-parameters)
25501         (mml-insert-mime-headers-always): Add :version.
25502
25503         * mm-util.el (mm-coding-system-priorities): Add :version.
25504
25505         * mm-decode.el (mm-inline-text-html-with-images)
25506         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25507         (mm-verify-option): Add :version.
25508         (mm-text-html-renderer): Change :version.
25509
25510         * message.el (message-fcc-externalize-attachments)
25511         (message-required-headers, message-draft-headers)
25512         (message-subject-trailing-was-query)
25513         (message-subject-trailing-was-ask-regexp)
25514         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25515         (message-mark-insert-end, message-archive-header)
25516         (message-archive-note, message-cross-post-default)
25517         (message-cross-post-note, message-followup-to-note)
25518         (message-cross-post-note-function, message-use-mail-followup-to)
25519         (message-subscribed-address-functions)
25520         (message-subscribed-address-file, message-subscribed-addresses)
25521         (message-subscribed-regexps, message-allow-no-recipients)
25522         (message-yank-cited-prefix, message-signature-insert-empty-line)
25523         (message-hidden-headers, message-hierarchical-addresses)
25524         (message-mail-user-agent, message-use-idna)
25525         (message-valid-fqdn-regexp)
25526         (message-strip-special-text-properties, message-header-synonyms)
25527         (message-beginning-of-line, message-tab-body-function): Add :version.
25528         (message-insert-canlock, message-wide-reply-confirm-recipients):
25529         Change :version.
25530
25531         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25532         and :version.
25533         (mail-source-delete-old-incoming-confirm)
25534         (mail-source-movemail-program): Add :version.
25535
25536         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25537         (gnus-agent-cache, gnus-agent): Change :version.
25538
25539         * gnus-util.el (gnus-use-byte-compile): Change :version.
25540
25541         * gnus-sum.el (gnus-summary-make-false-root-always)
25542         (gnus-summary-default-high-score)
25543         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25544         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25545         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25546         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25547         (gnus-sum-thread-tree-single-indent)
25548         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25549         (gnus-sum-thread-tree-leaf-with-other)
25550         (gnus-sum-thread-tree-single-leaf): Add :version.
25551         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25552         (gnus-article-loose-mime): Change :version.
25553
25554         * gnus-start.el (gnus-backup-startup-file)
25555         (gnus-save-startup-file-via-temp-buffer): Add :version.
25556
25557         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25558         (gnus-server-offline-face): Add :version.
25559
25560         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25561
25562         * gnus-msg.el (gnus-gcc-externalize-attachments)
25563         (gnus-debug-files, gnus-debug-exclude-variables)
25564         (gnus-discouraged-post-methods): Change :version.
25565         (gnus-confirm-mail-reply-to-news)
25566         (gnus-confirm-treat-mail-like-news): Add :version.
25567
25568         * gnus-int.el (gnus-server-unopen-status): Add :version.
25569
25570         * gnus-group.el (gnus-group-jump-to-group-prompt)
25571         (gnus-large-ephemeral-newsgroup)
25572         (gnus-fetch-old-ephemeral-headers): Add :version.
25573
25574         * gnus-fun.el (gnus-x-face-directory)
25575         (gnus-convert-pbm-to-x-face-command)
25576         (gnus-convert-image-to-x-face-command)
25577         (gnus-convert-image-to-face-command): Add :version.
25578
25579         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25580
25581         * gnus-cite.el (gnus-cite-blank-line-after-header)
25582         (gnus-article-boring-faces): Add :version.
25583
25584         * gnus-art.el (gnus-buttonized-mime-types)
25585         (gnus-inhibit-mime-unbuttonizing)
25586         (gnus-treat-display-face)
25587         (gnus-treat-body-boundary): Change :version.
25588         (gnus-body-boundary-delimiter, gnus-picon-databases)
25589         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25590         (gnus-treat-date-english, gnus-treat-fold-headers)
25591         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25592         (gnus-treat-mail-picon, gnus-treat-wash-html)
25593         (gnus-article-encrypt-protocol)
25594         (gnus-use-idna, gnus-article-over-scroll)
25595         (gnus-mime-display-multipart-alternative-as-mixed)
25596         (gnus-mime-display-multipart-related-as-mixed)
25597         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25598         (gnus-ctan-url, gnus-button-ctan-handler)
25599         (gnus-button-handle-ctan-bogus-regexp)
25600         (gnus-button-ctan-directory-regexp)
25601         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25602         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25603         (gnus-button-man-level, gnus-button-emacs-level)
25604         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25605
25606         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25607         (gnus-agent-go-online): Change :version.
25608         (gnus-agent-expire-unagentized-dirs)
25609         (gnus-agent-auto-agentize-methods): Add :version.
25610
25611         * flow-fill.el (fill-flowed-display-column)
25612         (fill-flowed-encode-column): Add :version.
25613
25614         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25615         (gnus-outlook-deuglify-unwrap-max)
25616         (gnus-outlook-deuglify-cite-marks)
25617         (gnus-outlook-deuglify-unwrap-stop-chars)
25618         (gnus-outlook-deuglify-no-wrap-chars)
25619         (gnus-outlook-deuglify-attrib-cut-regexp)
25620         (gnus-outlook-deuglify-attrib-verb-regexp)
25621         (gnus-outlook-deuglify-attrib-end-regexp)
25622         (gnus-outlook-display-hook): Add :version.
25623
25624         * binhex.el (binhex-use-external): Add :version.
25625
25626 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25627
25628         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25629         and `invisible'.
25630
25631 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25632
25633         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25634         in gnus-registry-trim.
25635
25636 2004-09-13  Simon Josefsson  <jas@extundo.com>
25637
25638         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25639
25640         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25641
25642         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25643         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25644         <yamaoka@jpl.org>.
25645         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25646         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25647         <yamaoka@jpl.org>.
25648
25649         * sieve.el (sieve-manage-mode): Ditto.
25650
25651 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25652
25653         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25654
25655 2004-09-11  Simon Josefsson  <jas@extundo.com>
25656
25657         * dns-mode.el: Add.
25658
25659         * mm-view.el (mm-display-dns-inline): Add.
25660
25661         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25662         (mm-automatic-display): Ditto.
25663
25664         * mailcap.el (mailcap-mime-data): Add text/dns.
25665         (mailcap-mime-extensions): Map .soa to text/dns.
25666
25667 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25668
25669         * gnus-art.el (article-decode-mime-words, article-babel)
25670         (gnus-article-highlight-signature, gnus-article-add-buttons)
25671         (gnus-signature-toggle): Remove unnecessary bindings of
25672         `inhibit-read-only' inherited from v5.10 merge.
25673
25674 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25675
25676         * nntp.el (nntp): New customization group.
25677         (nntp-authinfo-file): Add customization group.
25678
25679         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25680
25681         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25682
25683         * gnus.el (to-address, to-list, subscribed)
25684         (large-newsgroup-initial): Ditto.
25685
25686         * flow-fill.el (fill-flowed-display-column)
25687         (fill-flowed-encode-column): Ditto.
25688
25689 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25690
25691         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25692         Use point-min rather than 1.
25693         (message-send-mail): Use buffer-size rather than point-max.
25694
25695         * gnus-sum.el (gnus-summary-search-article-forward):
25696         Signal a specific `search-failed' rather than a generic `error'.
25697
25698         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25699         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25700         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25701
25702 2004-09-10  Simon Josefsson  <jas@extundo.com>
25703
25704         * nndb.el (require): Remove tcp and duplicate cl.
25705
25706 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25707
25708         * gnus-agent.el (directory-files-and-attributes): Move forward.
25709
25710 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25711
25712         * gnus-agent.el (directory-files-and-attributes):
25713         Optionally defined to support XEmacs.
25714
25715 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25716
25717         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25718         to avoid run-time CL dependencies.
25719         (gnus-agent-unfetch-articles): New function.
25720         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25721         article numbers even when local .overview file is missing.
25722         (gnus-agent-read-article-number): New function.  Only accepts
25723         27-bit article numbers.
25724         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25725         Use gnus-agent-read-article-number.
25726         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25727         from backend while recognizing that article numbers in .overview
25728         must be valid.
25729         (gnus-agent-update-files-total-fetched-for):
25730         Use directory-files-and-attributes to improve performance.
25731         * gnus-int.el (gnus-request-move-article):
25732         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25733         improve performance.
25734
25735         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25736         some users confused by references to .newsrc when they only have a
25737         .newsrc.eld file.
25738         (gnus-convert-mark-converter-prompt)
25739         (gnus-convert-converter-needs-prompt): Fix use of property list.
25740         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25741         New function.  Used internally to only display 'gnus converting
25742         files' message when actually necessary.
25743
25744         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25745         methods now autoloaded.
25746
25747 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25748
25749         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25750         identifiers.
25751
25752 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25753
25754         * gnus-picon.el: Fix indentation and closing parenthesis.
25755
25756 2004-09-01  Simon Josefsson  <jas@extundo.com>
25757
25758         * message.el (message-canlock-generate): Require sha1, not
25759         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25760         to require within a function.  Sadly, if sha1.el isn't loaded, the
25761         let binding in m-c-g will hide the defcustom definition, which is
25762         bad.)
25763
25764         * canlock.el: Require sha1, not sha1-el.
25765
25766         * message.el: Don't autoload sha1 (there is a autoload cookie in
25767         sha1.el).
25768
25769         * sha1-el.el: Rename to sha1.el.
25770
25771 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25772
25773         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25774
25775 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25776
25777         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25778
25779 2004-08-30  Kim F. Storm  <storm@cua.dk>
25780
25781         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25782
25783         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25784         Add :group 'nnimap.
25785
25786 2004-08-30  Andreas Schwab  <schwab@suse.de>
25787
25788         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25789         ?* and ?\;.
25790
25791         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25792         and ?\' to symbol instead of whitespace.
25793
25794 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25795
25796         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25797
25798         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25799         instead of re-search-forward.
25800
25801         * gnus-uu.el (gnus-uu-save-article): Ditto.
25802         (gnus-uu-post-encode-uuencode): Ditto.
25803
25804         * html2text.el (html2text-clean-list-items): Ditto.
25805         (html2text-clean-dtdd): Ditto.
25806         (html2text-format-tags): Ditto.
25807
25808         * message.el (message-send-mail-with-sendmail): Fix regexp.
25809         (message-fill-field-general): Use search-forward instead of
25810         re-search-forward.
25811         (unbold-region): Ditto.
25812
25813         * nnrss.el (nnrss-request-article): Ditto.
25814
25815         * nnslashdot.el (nnslashdot-request-article): Ditto.
25816
25817         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25818
25819         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25820         "Unrecognized menu descriptor" error in XEmacs.
25821
25822 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25823
25824         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25825         parent article of a sparse article in the thread hashtb.
25826
25827 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25828
25829         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25830         (nnmail-expand-newtext): Lowercase expanded entries if
25831         nnmail-split-lowercase-expanded is non-nil.
25832
25833 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25834
25835         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25836
25837         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25838         of gnus-tmp-news-method into string under XEmacs.  It will be
25839         passed to gnus-correct-length which takes only a string argument.
25840
25841 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25842
25843         * gnus-util.el (gnus-bind-print-variables): New macro.
25844         (gnus-prin1): Use it.
25845         (gnus-prin1-to-string): Use it.
25846         (gnus-pp): New function.
25847         (gnus-pp-to-string): New function.
25848
25849         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25850         Replace pp-to-string with gnus-pp-to-string.
25851         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25852         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25853         * gnus-msg.el (gnus-debug): Ditto.
25854         * gnus-score.el (gnus-score-save): Ditto.
25855         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25856         gnus-pp-to-string.
25857         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25858         with gnus-pp.
25859         * score-mode.el (gnus-score-pretty-print): Ditto.
25860         * webmail.el (webmail-debug): Ditto.
25861
25862 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25863
25864         * gnus-art.el (article-display-face, article-display-x-face):
25865         Use buffer-read-only.
25866
25867 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25868
25869         * gnus-art.el (article-hide-list-identifiers):
25870         Bind inhibit-read-only as t.
25871
25872 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25873
25874         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25875
25876 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25877
25878         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25879         (gnus-narrow-to-page): Don't assume point-min == 1.
25880         (gnus-article-edit-mode): Derive from message-mode.
25881
25882         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25883         point-min == 1.
25884
25885         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25886         Disable incorrect use of `assert'.
25887
25888         * message.el (message-mode): Set comment-start-skip.
25889
25890
25891 2004-08-22  Sam Steingold  <sds@gnu.org>
25892
25893         * pop3.el (pop3-leave-mail-on-server): New user variable.
25894         (pop3-movemail): Delete mail only when it is nil.
25895
25896 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25897
25898         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25899
25900         * mml.el (mml-preview): Use `pop-to-buffer'.
25901
25902         * message.el (message-goto-mail-followup-to): Insert after "To".
25903         (message-carefully-insert-headers): Add comment.
25904
25905         * gnus.el: Remove unused variable `gnus-article-check-size'.
25906
25907         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25908
25909         * gnus-art.el (gnus-button-alist):
25910         Improve `gnus-button-handle-library' entry.
25911
25912 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25913
25914         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25915         Use downcase, since XEmacs capitalizes error messages differently.
25916
25917 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25918
25919         * nntp.el: Add (require 'gnus) due to reference to
25920         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25921
25922 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25923
25924         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25925         Bind `mm-fill-flowed'.
25926
25927         * mm-decode.el (mm-dissect-singlepart): Check it.
25928
25929 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25930
25931         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25932         'imap' for netrc parsing.
25933
25934 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25935
25936         * mailcap.el (mailcap-mime-data): Mark as risky.
25937
25938 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25939
25940         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25941         may be included in the encoded word.
25942         (rfc2047-encode): Don't append a space if the encoded word
25943         includes close parenthesis.
25944
25945 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25946
25947         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25948         of text within parentheses.
25949
25950 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25951
25952         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25953         (gnus-encrypt-write-file-contents): Make the password key the file
25954         name PLUS the cipher, not just the cipher.  Also remove failed
25955         passwords from the cache.
25956
25957 2004-08-06  Simon Josefsson  <jas@extundo.com>
25958
25959         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25960         Doc fix.
25961
25962 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25963
25964         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25965         LWSP.
25966
25967 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25968
25969         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25970         Try to append in-reply-to: data to the references: header.
25971
25972         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25973         (netrc-parse): Use gnus-encrypt.el functions.
25974
25975         * gnus-encrypt.el: Add new file for encryption support; currently
25976         does only a few GPG ciphers and an internal XOR cipher.
25977
25978         * password.el: Add comments on using password-read-and-add.
25979         (password-read-and-add): Add function to read and add the
25980         password to the cache at once.
25981
25982 2004-07-28  Simon Josefsson  <jas@extundo.com>
25983
25984         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25985         parameter (but don't use it, for now).
25986
25987         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25988         instead of hard coding to nil.
25989
25990 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25991
25992         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25993         as mm-inline-image-xemacs does.
25994
25995 2004-07-26  Simon Josefsson  <jas@extundo.com>
25996
25997         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25998         Revert part of 2004-07-17 change below.
25999
26000 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26001
26002         * rfc2047.el (rfc2047-encode-region): Don't infloop.
26003         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26004
26005 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26006
26007         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
26008         quotes that actually start with ">" at the beginning of the
26009         lines.
26010
26011 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26012
26013         * rfc2047.el (rfc2047-encode-region): Fix last change.
26014         (rfc2047-encode-parameter): Remove useless concat.
26015
26016 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26017
26018         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
26019         encode special characters; fix some kind of misconfigured headers;
26020         signal a real error if debug-on-quit or debug-on-error is non-nil.
26021         (rfc2047-encode-max-chars): New variable.
26022         (rfc2047-encode-1): Use it.
26023         (rfc2047-encode-parameter): New function.
26024
26025         * mml.el (mml-insert-parameter): Remove an excessive space.
26026
26027 2004-07-17  Simon Josefsson  <jas@extundo.com>
26028
26029         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
26030         Kai Grossjohann <kai@emptydomain.de>.
26031         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
26032         (gnus-group-make-menu-bar): Ditto.
26033
26034         * gnus-util.el (gnus-group-server): Add.
26035
26036 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
26037
26038         * message.el (message-clone-locals): Clone sendmail and smtp
26039         variables.
26040
26041 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26042
26043         * rfc2047.el (rfc2047-encode-region): Fix last change.
26044
26045 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26046
26047         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
26048         characters as non-special.
26049
26050 2004-07-09  Simon Josefsson  <jas@extundo.com>
26051
26052         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
26053         Users will lose all flag changes made while unplugged with
26054         e.g. nntp unless flag synchronization happens, thus `nil' is not a
26055         good default.  See numerous reports on ding mailing list.
26056
26057 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26058
26059         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
26060         add generate-head-function and generate-article-function to the
26061         rfc822-forward entry.
26062         (nndoc-rfc822-forward-generate-article): New function.
26063         (nndoc-rfc822-forward-generate-head): New function.
26064
26065         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
26066
26067 2004-07-06  Dan Christensen  <jdc@uwo.ca>
26068
26069         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
26070         respect display group parameter and gnus-summary-expunge-below.
26071         (gnus-articles-to-read): Remove unused reference to display group
26072         parameter.
26073
26074 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26075
26076         * nnheader.el (nnheader-uniquify-message-id): New experimental
26077         variable.
26078         (nnheader-nov-read-message-id): Use it.
26079
26080         * spam-report.el (spam-report-gmane): Add interactive.
26081
26082 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26083
26084         * mm-encode.el (mm-content-transfer-encoding-defaults):
26085         Use qp-or-base64 for the application/* types.
26086
26087 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
26088
26089         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
26090
26091 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
26092
26093         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
26094         trim value.
26095
26096 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26097
26098         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26099         New macro and function.
26100         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26101
26102 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26103
26104         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26105         after-load-alist.
26106
26107 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26108
26109         * gnus-group.el (gnus-group-get-new-news-this-group):
26110         Don't update info that isn't there.
26111
26112 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26113
26114         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26115         entry.
26116
26117 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26118
26119         * mm-view.el (mm-inline-render-with-function): Use multibyte
26120         buffer; decode html source by charset.
26121
26122         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26123
26124         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26125         Mule-UCS is loaded under XEmacs.
26126         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26127
26128 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26129
26130         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26131
26132 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26133
26134         * mm-util.el (mm-coding-system-p): Return a coding-system.
26135         (mm-mime-mule-charset-alist): Use shift_jis instead of
26136         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26137         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26138         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26139         instead of japanese-shift-jis and iso-latin-1 respectively in
26140         order to share the default value with both Emacs and XEmacs-mule.
26141         (mm-mule-charset-to-mime-charset):
26142         Make mm-coding-system-priorities effective.
26143         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26144         while predicating of candidates upon the priorities.
26145
26146 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26147
26148         * gnus-sum.el (gnus-summary-make-menu-bar):
26149         Add gnus-uu-invert-processable.
26150
26151         * gnus.el: Autoload gnus-uu-invert-processable.
26152
26153 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26154
26155         * mm-util.el (mm-with-multibyte-buffer): New macro.
26156
26157         * rfc2047.el (rfc2047-encode-string): Use it.
26158         (rfc2047-encode-region): Move point to the end of the region after
26159         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26160
26161 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26162
26163         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26164         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26165
26166 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26167
26168         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26169         (gnus-cite-parse): Ignore quoted envelope From_.
26170         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26171
26172 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26173
26174         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26175         invalid addresses.
26176
26177 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26178
26179         * spam.el: Change section markers, revise TODO list.
26180         (spam-backends): Make new master list of all installed backends.
26181         (spam-summary-exit-behavior): Add new variable to determine how
26182         messages moves are done at summary exit.
26183         (spam-move-spam-nonspam-groups-only)
26184         (spam-process-ham-in-nonham-groups)
26185         (spam-process-ham-in-spam-groups): Remove variables, the
26186         spam-summary-exit-behavior variable should be used to manage this
26187         behavior.
26188         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26189         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26190         and spam-old-spam-articles.
26191         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26192         Add empty variables, placeholders for the backends they represent.
26193         (spam-set-difference): Move, unchanged.
26194         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26195         unless the user has a processor variable.
26196         (spam-classifications, spam-classification-valid-p)
26197         (spam-backend-properties, spam-backend-property-valid-p)
26198         (spam-backend-function-type-valid-p)
26199         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26200         (spam-report-articles-gmane, spam-report-articles-resend):
26201         Remove functions, they are not needed.
26202         (spam-install-backend-super, spam-backend-list)
26203         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26204         (spam-backend-function, spam-backend-ham-registration-function)
26205         (spam-backend-spam-registration-function)
26206         (spam-backend-ham-unregistration-function)
26207         (spam-backend-spam-unregistration-function)
26208         (spam-backend-statistical-p, spam-backend-mover-p)
26209         (spam-install-backend-alias, spam-install-checkonly-backend)
26210         (spam-install-mover-backend, spam-install-nocheck-backend)
26211         (spam-install-backend, spam-install-statistical-backend)
26212         (spam-install-statistical-checkonly-backend): Add backend installation
26213         support.
26214         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26215         (spam-group-processor-p): Use the new backend code and respect the
26216         summary exit behavior.
26217         (spam-mark-spam-as-expired-and-move-routine): Remove.
26218         (spam-summary-prepare): Change to use the new spam-old-articles
26219         variable.
26220         (spam-copy-or-move-routine, spam-copy-spam-routine)
26221         (spam-move-spam-routine, spam-copy-ham-routine)
26222         (spam-move-ham-routine): Add code to copy/move ham or spam.
26223         (spam-fetch-field-fast): Improve doc and code, plus allow the
26224         'number request.
26225         (spam-list-of-checks, spam-list-of-statistical-checks):
26226         Remove variables.
26227         (spam-split, spam-find-spam): Use the new backend code.
26228         (spam-registration-functions): Remove variable.
26229         (spam-unregister-routine): Add convenience wrapper.
26230         (spam-log-undo-registration, spam-register-routine)
26231         (spam-log-processing-to-registry)
26232         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26233         where possible.
26234         (spam-check-gmane-xref, spam-check-regex-headers)
26235         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26236         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26237         (spam-check-bogofilter-headers, spam-check-spamoracle)
26238         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26239         (spam-check-crm114-headers): Use the spam-split-group that
26240         spam-split prepares, no need to determine it every time.
26241
26242         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26243         to the nnheader-parse-naked-head call.
26244
26245         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26246
26247         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26248         the nnheader-nov-read-message-id call.
26249
26250 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26251
26252         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26253         gnus-activate-group twice.  Suggested by Markus Peter
26254         <warp@spin.de>.
26255
26256 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26257
26258         * gnus-art.el (gnus-article-time-format): Exchange the order of
26259         day and month in the default value; fix customization type.
26260         (article-date-ut): Use add-text-properties.
26261         (article-make-date-line): Use message-make-date instead of
26262         current-time-string.
26263
26264         * message.el (message-fetch-field): Don't use set-text-properties.
26265         (message-make-date): Simplify.
26266
26267         * messagexmas.el (message-xmas-make-date): New function.
26268         (message-xmas-redefine): Defalias message-make-date to it.
26269
26270 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26271
26272         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26273         (rfc2047-encode-region): Treat text within parentheses as special;
26274         show the original text when error has occurred.
26275
26276         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26277         already-computed method to gnus-activate-group.
26278
26279         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26280         same select-methods identical Lisp objects.
26281
26282         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26283         object when modifying the info.
26284
26285 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26286
26287         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26288         gnus-opened-servers since it has never been opened with the new
26289         configuration yet.
26290
26291 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26292
26293         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26294         arg to nnheader-generate-fake-message-id.
26295
26296 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26297
26298         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26299         number and build a fake message ID localized to a group and
26300         article number (so it's repeatable from that point on).
26301         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26302         ID format.
26303
26304         * gnus-sum.el (gnus-get-newsgroup-headers):
26305         Call nnheader-generate-fake-message-id with the article number.
26306
26307 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26308
26309         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26310         end-of-buffer.
26311
26312 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26313
26314         * message.el (message-ignored-supersedes-headers): Add Approved.
26315
26316 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26317
26318         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26319         goto-char.
26320         (rfc2047-encode): Fold the line before encoding.
26321
26322 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26323
26324         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26325         folding -- not all headers can be folded, and this should be done
26326         by the message composition mode.  Probably.  I think.
26327
26328 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26329
26330         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26331         fast.
26332
26333         * gnus-ems.el (gnus-remove-image): Don't use
26334         message-text-with-property; remove only the image found first.
26335
26336         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26337         found first.
26338
26339 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26340
26341         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26342
26343 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26344
26345         * message.el (message-text-with-property): Make it fast and accept
26346         optional arguments.
26347         (message-strip-forbidden-properties): Use it.
26348         (message-fix-before-sending): Follow the m-t-w-p change.
26349
26350         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26351
26352 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26353
26354         * gnus-art.el (article-hide-headers): Don't change the buffer
26355         mistakenly when performing mml-preview even if
26356         gnus-single-article-buffer is nil.
26357
26358 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26359
26360         * message.el (message-expand-name-databases): New user option.
26361         (message-expand-name): Use it.
26362
26363 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26364
26365         * spam.el (spam-report-articles-resend)
26366         (spam-report-resend-register-routine): Allow ham reporting.
26367         (spam-report-resend-register-ham-routine): Add wrapper.
26368         (spam-registration-functions): Add ham resending functions.
26369         (spam-list-of-processors): Add ham resend processor.
26370
26371         * gnus.el (ham-resend-to): Add new group parameter.
26372         (spam-process): Add ham resend option.
26373
26374         * spam-report.el (spam-report-resend): Allow reporting ham.
26375         (spam-report-resend-ham): Add wrapper.
26376
26377 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26378
26379         * message.el (message-cite-articles-with-x-no-archive):
26380         New variable.
26381         (message-cite-original): Use it.
26382
26383 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26384
26385         * message.el (message-cite-original): Respect X-No-Archive.
26386
26387 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26388
26389         * gnus-art.el (article-hide-headers): Refer to the values for
26390         gnus-ignored-headers and gnus-visible-headers in the summary
26391         buffer since a user may have set them as group parameters.
26392
26393 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26394
26395         * assistant.el (assistant-node-name): Add convenience function.
26396         (assistant-render-text, assistant-render-node): Add error handling,
26397         plus handle multiple next nodes.
26398         (assistant-find-next-node): Comment out for now.
26399         (assistant-find-next-nodes): Add function, returns list of next
26400         nodes.
26401
26402 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26403
26404         * mail-source.el (mail-source-directory): Fix doc-string.
26405
26406 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26407
26408         * assistant.el (assistant-render-text, assistant-eval): Add :set
26409         widget type, which is different because it takes and returns a
26410         list.  Much hilarity ensues.
26411
26412 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26413
26414         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26415
26416         * gnus-group.el (gnus-group-get-new-news-this-group):
26417         Add doc-string.
26418
26419         * gnus-start.el (gnus-activate-group): Add doc-string.
26420
26421 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26422
26423         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26424
26425 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26426
26427         * assistant.el (assistant-render-text): Try to add a :set
26428         widget, more to come.
26429
26430         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26431         strings.
26432         (spam-report-articles-resend)
26433         (spam-register-routine): Do registration iff any articles warrant
26434         it.
26435         (spam-summary-prepare-exit): Change log message for nil group
26436         destinations.
26437
26438 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26439
26440         * spam.el (spam-report-resend-register-routine):
26441         Allow spam-report-resend-to to be a group parameter or a global value.
26442
26443 2004-05-26  Simon Josefsson  <jas@extundo.com>
26444
26445         * starttls.el: Merge with my GNUTLS based starttls.el.
26446         (starttls-gnutls-program, starttls-use-gnutls)
26447         (starttls-extra-arguments, starttls-process-connection-type)
26448         (starttls-connect, starttls-failure, starttls-success):
26449         New variables.
26450         (starttls-program, starttls-extra-args): Doc fix.
26451         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26452         New functions.
26453         (starttls-negotiate, starttls-open-stream):
26454         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26455         function if it is set.
26456
26457 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26458
26459         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26460         structured fields.
26461
26462 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26463
26464         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26465
26466 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26467
26468         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26469         Add variable.
26470         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26471         assigning the spam-mark to new messages.
26472
26473 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26474
26475         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26476
26477 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26478
26479         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26480
26481         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26482         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26483         default.
26484
26485 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26486
26487         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26488         correct data.
26489
26490 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26491
26492         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26493         (spam-group-processor-p): Fix function.
26494         (spam-group-processor-multiple-p)
26495         (spam-group-spam-processor-report-gmane-p)
26496         (spam-group-spam-processor-report-resend-p)
26497         (spam-group-spam-processor-bogofilter-p)
26498         (spam-group-spam-processor-blacklist-p)
26499         (spam-group-spam-processor-ifile-p)
26500         (spam-group-ham-processor-ifile-p)
26501         (spam-group-spam-processor-spamoracle-p)
26502         (spam-group-spam-processor-crm114-p)
26503         (spam-group-ham-processor-bogofilter-p)
26504         (spam-group-spam-processor-stat-p)
26505         (spam-group-ham-processor-stat-p)
26506         (spam-group-ham-processor-whitelist-p)
26507         (spam-group-ham-processor-BBDB-p)
26508         (spam-group-ham-processor-spamoracle-p)
26509         (spam-group-ham-processor-copy-p): Remove functions with some
26510         prejudice against unneeded code.
26511         (spam-report-articles-resend)
26512         (spam-report-resend-register-routine): Allow the group/topic
26513         spam-resend-to value to override spam-report-resend-to.
26514         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26515         properly now.
26516
26517         * gnus.el (spam-resend-to): Add group/topic parameter.
26518         (spam-process): Move the OBSOLETE processors to the end of the
26519         choices.
26520
26521 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26522
26523         * spam-report.el (spam-report-resend-to, spam-report-resend):
26524         Start with resend-to set to nil, and then ask the user if necessary.
26525         (spam-report-resend): spam-report-resend takes a list of articles, not
26526         separate article numbers.
26527
26528 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26529
26530         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26531         addition to emacs-w3m.
26532
26533 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26534
26535         * assistant.el (assistant-authinfo-data): New function.
26536         (assistant-eval): Eval for entire assistant.
26537
26538         * netrc.el (netrc-services-file): New variable.
26539         (netrc-parse-services): New function.
26540         (netrc-find-service-name): New function.
26541         (netrc-find-service-number): New function.
26542         (netrc-port-equal): New function.
26543         (netrc-machine): Use it.
26544
26545         * nnimap.el (nnimap-open-connection): Use netrc.
26546
26547         * gnus-util.el (gnus-netrc-get): Remove aliases.
26548
26549         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26550
26551         * assistant.el (wid-edit): Fix compilation.
26552
26553         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26554
26555 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26556
26557         * gnus-util.el (gnus-set-file-modes): New function.  (small
26558         patch).
26559
26560 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26561
26562         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26563
26564         * assistant.el (assistant-render-node): Fix up rendering and
26565         read-only text.
26566         (assistant-render-node): Reset.
26567         (assistant-make-read-only): Not sticky.
26568
26569 2004-05-20  Danny Siu  <dsiu@adobe.com>
26570
26571         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26572         centered even when gnus-auto-center-summary is t.
26573
26574 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26575
26576         * dns.el (dns-get-txt-answer): New function.
26577         (dns-read-txt): Ditto.
26578         (query-dns): Use it.
26579
26580 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26581
26582         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26583         active for foreign groups even if the group level is higher than
26584         the specified value.
26585
26586 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26587
26588         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26589         non-active groups.
26590
26591         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26592
26593 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26594
26595         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26596
26597 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26598
26599         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26600         (spam-crm114-header, spam-crm114-spam-switch)
26601         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26602         (spam-crm114-positive-spam-header)
26603         (spam-crm114-database-directory, spam-list-of-processors)
26604         (spam-group-spam-processor-crm114-p)
26605         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26606         (spam-generic-score, spam-list-of-checks)
26607         (spam-list-of-statistical-checks, spam-registration-functions)
26608         (spam-check-crm114-headers, spam-crm114-score)
26609         (spam-check-crm114, spam-crm114-register-with-crm114)
26610         (spam-crm114-register-spam-routine)
26611         (spam-crm114-unregister-spam-routine)
26612         (spam-crm114-register-ham-routine)
26613         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26614
26615 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26616
26617         * gnus.el: Add spam-use-crm114.
26618
26619         * spam.el (spam-list-of-processors, spam-registration-functions):
26620         Add spam-use-resend.
26621         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26622         (spam-report-articles-gmane): Add doc fix.
26623         (spam-report-articles-resend, spam-report-resend-register-routine):
26624         Add wrappers around spam-report-resend-to.
26625
26626         * spam-report.el (spam-report-resend-to, spam-report-resend):
26627         Add support for resending spam.
26628         (spam-report-gmane): Fix line length >80.
26629
26630         * gnus.el (spam-process): Add spam-use-resend.
26631
26632 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26633
26634         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26635         number of processed spam messages.
26636         (spam-ham-copy-or-move-routine): Return the number of processed
26637         ham messages.
26638         (spam-summary-prepare-exit): Use the above values to decide
26639         whether status messages should be displayed.
26640
26641 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26642
26643         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26644         `rfc2047-encoding-function-alist' in order to avoid conflicting
26645         with the old version.
26646         (rfc2047-encode-region): Concatenate words containing non-ASCII
26647         characters in structured fields; don't encode space-delimited
26648         ASCII words even in unstructured fields; don't break words at
26649         char-category boundaries.
26650         (rfc2047-encode-1): New function.
26651         (rfc2047-encode): Use it; encode text so that it occupies the
26652         maximum width within 76-column; work correctly on Q encoding for
26653         iso-2022-* charsets.
26654         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26655         sure not to break a line just after the header name.
26656         (rfc2047-b-encode-region): Remove.
26657         (rfc2047-b-encode-string): New function.
26658         (rfc2047-q-encode-region): Remove.
26659         (rfc2047-q-encode-string): New function.
26660
26661         * mm-util.el (mm-replace-in-string): New function.
26662
26663 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26664
26665         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26666         Really get it right.
26667         (gnus-inews-make-draft): Really.
26668
26669 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26670
26671         * nnmh.el (nnmh-request-list-1): Don't check the link count
26672         before descending.  (small patch)
26673
26674 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26675
26676         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26677         stuff.
26678
26679         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26680         Match on real group name.
26681
26682         * gnus-art.el (gnus-signature-limit): Doc fix.
26683
26684         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26685
26686         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26687
26688 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26689
26690         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26691         isn't a string.
26692
26693 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26694
26695         * gnus-draft.el (gnus-draft-send):
26696         Bind rfc2047-encode-encoded-words.
26697
26698         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26699         (rfc2047-encodable-p): Say that =? needs encoding.
26700         (rfc2047-encode-encoded-words): New variable.
26701
26702         * gnus-group.el (gnus-group-select-group): Doc fix.
26703
26704         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26705
26706         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26707         to nil.
26708
26709         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26710
26711         * nnheader.el (nnheader-get-lines-and-char): New function.
26712
26713 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26714
26715         * gnus-msg.el (gnus-summary-followup-with-original):
26716         Document yanking of region when active.
26717
26718 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26719
26720         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26721         groups if the group level is higher than the specified value.
26722
26723 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26724
26725         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26726         (gnus-group-jump-to-group): Add prefix argument using
26727         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26728         non-active group.
26729
26730         * compface.el (uncompface): Be verbose when changing
26731         `uncompface-use-external'.
26732
26733         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26734         handle manual section.
26735
26736 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26737
26738         * gnus-art.el (gnus-button-alist): Revert previous change.
26739
26740 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26741
26742         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26743
26744 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26745
26746         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26747         whether backend can accept message.
26748
26749         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26750
26751 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26752
26753         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26754         Avoid creating directory when nntp-marks-is-evil is true.
26755         Reported by Reiner Steib.
26756
26757 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26758
26759         * gnus-picon.el (gnus-picon-insert-glyph):
26760         Add optional `nostring' argument.
26761
26762 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26763
26764         * gnus-picon.el (gnus-picon-style): New variable.
26765         (gnus-picon-transform-address): Support `gnus-picon-style'.
26766
26767 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26768
26769         * message.el (message-fill-field): Return point.
26770         (message-generate-headers): Go to end of field.
26771
26772         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26773         stuff for non-living groups.
26774
26775 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26776
26777         * gnus-art.el (gnus-article-followup-with-original)
26778         (gnus-article-reply-with-original): gnus-mark-active-p ->
26779         gnus-region-active-p.
26780
26781 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26782
26783         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26784         only when there is spam or ham to be processed.
26785
26786 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26787
26788         * mail-source.el (mail-source-delete-crash-box): Refactor.
26789         (mail-source-fetch): Use it.
26790         (mail-source-fetch-file): Ditto.
26791         (mail-source-fetch-directory): Run postscript in loop.
26792         (mail-source-fetch-pop): Delete.
26793         (mail-source-fetch-maildir): Ditto.
26794         (mail-source-fetch-imap): Ditto.
26795
26796         * imap.el (imap-authenticators): Comment out sasl.
26797
26798         * message.el (message-skip-to-next-address): New function.
26799         (message-fill-header-address): Refactor.
26800         (message-fill-address): Use it.
26801         (message-delete-address): Use it.
26802         (message-fill-header-general): Refactor.
26803         (message-fill-field-address): Rename.
26804         (message-narrow-to-field): Find the start of the header.
26805         (message-header-format-alist): Don't pre-fill.
26806         (message-fill-header): Remove.
26807         (message-insert-header): New function.
26808         (message-shorten-references): Use it.
26809
26810         * rfc2047.el (rfc2047-field-value): Strip props.
26811
26812         * mail-parse.el (mail-header-make-address): New alias.
26813
26814         * ietf-drums.el (ietf-drums-make-address): New function.
26815
26816         * imap.el: Add compiler directives.
26817
26818         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26819
26820         * gnus-art.el (article-decode-idna-rhs): Don't use
26821         message-idna-inside-rhs-p.
26822
26823 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26824
26825         * message.el (message-idna-inside-rhs-p): Remove.
26826         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26827
26828         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26829         false positives.
26830
26831 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26832
26833         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26834
26835 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26836
26837         * nneething.el (nneething-file-name): Don't create spurious
26838         files.
26839
26840         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26841         (gnus-inews-do-gcc): Remove sleep.
26842
26843         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26844         part under point.
26845
26846         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26847         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26848
26849 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26850
26851         * spam.el (spam-summary-prepare-exit): Fix (length).
26852
26853 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26854
26855         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26856         as expired without moving it" message when there are spam
26857         messages left.
26858
26859 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26860
26861         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26862         header is not nil.
26863
26864 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26865
26866         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26867         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26868         (nntp-marks-changed-p): New arg SERVER.
26869         (nntp-request-update-info): Adjust caller.
26870
26871 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26872
26873         * nntp.el (nntp-save-marks): Pass missing arg.
26874
26875 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26876
26877         * nntp.el: Support marks.
26878         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26879         (nntp-marks-modtime, nntp-marks-directory): New variables.
26880         (nntp-request-set-mark, nntp-request-update-info)
26881         (nntp-possibly-create-directory, nntp-marks-changed-p)
26882         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26883         New functions.
26884
26885 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26886
26887         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26888         (gnus-xmas-redefine): Rename.
26889
26890         * gnus-score.el (gnus-score-insert-help):
26891         Use gnus-select-lowest-window.
26892
26893         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26894         appt-select-lowest-window and rename to gnus-select-lowest-window.
26895
26896         * gnus.el: do.
26897
26898 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26899
26900         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26901         encodings of MIME-encoded words, in order to improve
26902         interoperability with several broken MUAs.
26903
26904 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26905
26906         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26907         tags, only when charsets are not specified in headers.
26908         (mm-inline-text-html-render-with-w3m): Ditto.
26909
26910         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26911         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26912
26913 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26914
26915         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26916         instead of MIME-decoded from fields when checking
26917         `gnus-article-address-banner-alist'.
26918
26919 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26920
26921         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26922         description rather than subject.
26923
26924 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26925
26926         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26927
26928 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26929
26930         * gnus.el (gnus-version-number): Bump.
26931
26932 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26933
26934         * gnus.el: No Gnus v0.2 is released.
26935
26936 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26937
26938         * gnus-agent.el (gnus-agent-read-agentview):
26939         Inline gnus-uncompress-range.
26940
26941 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26942
26943         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26944         `exec-installed-p'.
26945
26946 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26947
26948         * gnus.el (spam-process, spam-autodetect-methods):
26949         Add bsfilter and bsfilter-headers.
26950
26951         * spam.el (spam-bsfilter): New customize group.
26952         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26953         (spam-bsfilter-header, spam-bsfilter-probability-header)
26954         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26955         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26956         (spam-bsfilter-database-directory): New options.
26957         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26958         (spam-list-of-statistical-checks, spam-registration-functions):
26959         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26960         (spam-bsfilter-score): New command.
26961         (spam-check-bsfilter-headers, spam-check-bsfilter)
26962         (spam-bsfilter-register-with-bsfilter)
26963         (spam-bsfilter-register-spam-routine)
26964         (spam-bsfilter-unregister-spam-routine)
26965         (spam-bsfilter-register-ham-routine)
26966         (spam-bsfilter-unregister-ham-routine): New functions.
26967         (spam-generic-score): Support bsfilter; Accept an optional argument
26968         to recalcurate spam score even if scoring header has already been
26969         added.
26970         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26971         optional argument to recalcurate spam score even if scoring header
26972         has already been added.
26973
26974 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26975
26976         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26977         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26978         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26979         link is missing.
26980
26981 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26982
26983         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26984         (html2text-get-attr): Rewrite.
26985
26986         * message.el (message-setup-1): Remove redundant put-text-property
26987         on mail-header-separator.
26988
26989 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26990
26991         * gnus-registry.el (gnus-registry-cache-whitespace)
26992         (gnus-registry-action, gnus-registry-spool-action)
26993         (gnus-registry-split-fancy-with-parent): Change message levels
26994         from 5 to 3 or 7, as needed.
26995
26996         * spam.el (spam-summary-prepare-exit)
26997         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26998         (spam-split, spam-find-spam, spam-log-undo-registration)
26999         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
27000         level from 5 to 6.
27001
27002 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27003
27004         * gnus-ems.el: Autoload appt-select-lowest-window (revert
27005         2004-03-04 change).
27006
27007 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
27008
27009         * sieve-manage.el (sieve-manage-open):
27010         * nnweb.el (nnweb-insert-html):
27011         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
27012         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
27013         * nnspool.el (nnspool-request-group):
27014         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
27015         * nnml.el (nnml-request-update-info):
27016         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
27017         (nnmh-request-create-group, nnmh-update-gnus-unreads):
27018         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
27019         (nnimap-request-set-mark):
27020         * nnfolder.el (nnfolder-request-update-info):
27021         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
27022         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
27023         * gnus-uu.el (gnus-uu-find-articles-matching):
27024         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
27025         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
27026         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
27027         * gnus-nocem.el (gnus-nocem-scan-groups):
27028         * gnus-int.el (gnus-start-news-server):
27029         * gnus-group.el (gnus-group-make-kiboze-group)
27030         (gnus-group-browse-foreign-server):
27031         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
27032         Use mapc when appropriate.
27033
27034 2004-04-22  Dan Christensen  <jdc@uwo.ca>
27035             Adam Sjøgren  <asjo@koldfront.dk>
27036             Wes Hardaker  <wes@hardakers.net>
27037             Michael Shields  <shields@msrl.com>
27038
27039         * spam.el (spam-necessary-extra-headers): Get the extra headers we
27040         may need for spam sorting and scoring.
27041         (spam-user-format-function-S): Add user format function suitable for
27042         general use.
27043         (spam-article-sort-by-spam-status): Add sorting function for summary
27044         sorting.
27045         (spam-extra-header-to-number): Add function to get a score from a
27046         header.
27047         (spam-summary-score): Add function to get a numeric score from the
27048         headers.
27049         (spam-generic-score): Fix function doc, was in wrong place.
27050         (spam-initialize): Take symbols when it's run, and install the
27051         extra headers that spam-necessary-extra-headers thinks we need.
27052
27053 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
27054
27055         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
27056         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27057
27058 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
27059
27060         * gnus-sum.el (gnus-set-global-variables)
27061         (gnus-build-all-threads, gnus-get-newsgroup-headers)
27062         (gnus-article-get-xrefs, gnus-summary-best-group)
27063         (gnus-summary-next-article, gnus-summary-enter-digest-group)
27064         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
27065         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
27066         Use with-current-buffer.
27067
27068 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27069
27070         * spam.el (spam-summary-prepare-exit): Simplify logic.
27071         (spam-fetch-article-header): Read the article header if it's not
27072         available.
27073         (spam-list-articles): Simplify logic.
27074         (spam-filelist-register-routine): Fix bug with unregister-list.
27075
27076         * gnus-registry.el: Fix comments at beginning.
27077
27078 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
27079
27080         * message.el (message-cater-to-broken-inn): Remove.
27081         (message-shorten-references): Make sure the total folded length of
27082         References is shorter than 998 characters to cater to a bug in INN
27083         2.3.  Also, don't pretend that references aren't folded -- this
27084         hasn't worked for a while.
27085
27086 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27087
27088         * gnus-agent.el (gnus-agentize):
27089         gnus-agent-send-mail-real-function no longer set to current value
27090         of message-send-mail-function but rather a lambda that calls
27091         message-send-mail-function.  The change makes the agent real-time
27092         responsive to user changes to message-send-mail-function.
27093
27094 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27095
27096         * legacy-gnus-agent.el
27097         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27098         help from Florian Weimer <fw@deneb.enyo.de>
27099
27100 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27101
27102         * nnmail.el (nnmail-cache-insert): Revert last change.
27103
27104 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27105
27106         * nnmail.el (nnmail-cache-insert): Always check whether
27107         nnmail-cache-ignore-groups matches a group name.
27108
27109 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27110
27111         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27112         (spam-find-spam, spam-log-processing-to-registry)
27113         (spam-log-registered-p, spam-log-unregistration-needed-p)
27114         (spam-log-undo-registration): Use gnus-message instead of
27115         gnus-error, none of these errors are fatal.
27116
27117         * gnus-registry.el (gnus-registry-clean-empty-function)
27118         (gnus-registry-clean-empty): Remove only empty entries without
27119         extra data.
27120
27121 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27122
27123         * spam-stat.el (spam-stat-buffer-change-to-spam)
27124         (spam-stat-buffer-change-to-non-spam): Change (error) to
27125         (gnus-message 8) invocation.
27126
27127 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27128
27129         * nntp.el (nntp-via-netcat-command): New variable.
27130         (nntp-via-netcat-switches): New variable.
27131         (nntp-open-via-rlogin-and-netcat): New function.
27132         (nntp-open-connection-function): Doc fix.
27133         (nntp-telnet-command): Doc fix.
27134         (nntp-end-of-line): Doc fix.
27135         (nntp-via-rlogin-command): Doc fix.
27136         (nntp-via-user-name): Doc fix.
27137         (nntp-via-address): Doc fix.
27138
27139 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27140
27141         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27142         error in Emacs 21.1.
27143
27144 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27145
27146         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27147
27148 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27149
27150         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27151         (gnus-agent-with-refreshed-group): New macro.
27152         (gnus-agent-rename-group): New function.
27153         (gnus-agent-delete-group): New function.
27154         (gnus-agent-save-group-info): Use gnus-command-method when
27155         `method' parameter is nil.  Don't write nil entries into the
27156         active file.
27157         (gnus-agent-get-group-info): New function.
27158         (gnus-agent-fetch-articles):
27159         Use gnus-agent-update-files-total-fetched-for to increment disk space
27160         used.
27161         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27162         Use gnus-agent-update-view-total-fetched-for to increment disk space
27163         used.
27164         (gnus-agent-get-local): Add optional parameters to avoid calling
27165         gnus-group-real-name and gnus-find-method-for-group.
27166         (gnus-agent-set-local): Delete stored entry if either min, or max,
27167         are nil.
27168         (gnus-agent-fetch-session): Reworded error/quit messages.
27169         On quit, use gnus-agent-regenerate-group to record existance of any
27170         articles fetched to disk before the quit occurred.
27171         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27172         gnus-agent-update-view-total-fetched-for, and
27173         gnus-agent-update-files-total-fetched-for to decrement disk space
27174         used.
27175         (gnus-agent-retrieve-headers):
27176         Use gnus-agent-update-view-total-fetched-for to increment disk space
27177         used.
27178         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27179         with gnus-agent-update-files-total-fetched-for to decrement disk
27180         space and fresh group buffer.
27181         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27182         (gnus-agent-need-update-total-fetched-for): New variable.
27183         (gnus-agent-update-files-total-fetched-for): New function.
27184         (gnus-agent-update-view-total-fetched-for): New function.
27185         (gnus-agent-total-fetched-for): New function.
27186
27187         * gnus-cache.el (gnus-cache-save-buffers):
27188         Use gnus-cache-update-overview-total-fetched-for to change disk space
27189         used by this group.
27190         (gnus-cache-possibly-enter-article):
27191         Use gnus-cache-update-file-total-fetched-for to increment disk space
27192         used by this group.
27193         (gnus-cache-possibly-remove-article):
27194         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27195         used by this group.
27196         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27197         (gnus-cache-rename-group): New function.
27198         (gnus-cache-delete-group): New function.
27199         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27200         (gnus-cache-need-update-total-fetched-for): New variable.
27201         (gnus-cache-with-refreshed-group): New macro.
27202         (gnus-cache-update-file-total-fetched-for): New function.
27203         (gnus-cache-update-overview-total-fetched-for): New function.
27204         (gnus-cache-rename-group-total-fetched-for): New function.
27205         (gnus-cache-delete-group-total-fetched-for): New function.
27206         (gnus-cache-total-fetched-for): New function.
27207
27208         * gnus-group.el: Require gnus-sum and autoload functions to
27209         resolve warnings when gnus-group.el compiled alone.
27210         (gnus-group-line-format): Document new %F.
27211         (size of Fetched data) group line format; identifies disk space
27212         used by agent and cache.
27213         (gnus-group-line-format-alist): Define new F format.
27214         (gnus-total-fetched-for): New function.
27215         (gnus-group-delete-group): No longer update
27216         gnus-cache-active-altered as gnus-request-delete-group now keeps
27217         the cache in sync.
27218         (gnus-group-list-active): Let the agent store a server's active
27219         list if currently plugged.
27220
27221         * gnus-int.el (gnus-request-delete-group):
27222         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27223         local disk in sync with the server.
27224         (gnus-request-rename-group):
27225         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27226         local disk in sync with the server.
27227
27228         * gnus-start.el (gnus-get-unread-articles):
27229         Cosmetic simplification to logic.
27230
27231         * gnus-util.el (gnus-rename-file): New function.
27232
27233 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27234
27235         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27236
27237 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27238
27239         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27240         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27241
27242 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27243
27244         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27245         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27246
27247 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27248
27249         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27250
27251 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27252
27253         * spam.el (spam-set-difference): Add function to replace
27254         gnus-set-difference in spam.el.
27255         (spam-summary-prepare-exit): Use spam-set-difference.
27256
27257 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27258
27259         * gnus-registry.el (gnus-registry-cache-file): Update to use
27260         gnus-dribble-directory OR gnus-home-directory OR ~.
27261         (gnus-registry-split-fancy-with-parent): Fix doc.
27262
27263 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27264
27265         * message.el (message-exchange-point-and-mark):
27266         Use message-mark-active-p.  Suggested by Jesper Harder
27267         <harder@ifa.au.dk>.
27268
27269 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27270
27271         * message.el (message-exchange-point-and-mark): Don't activate
27272         region if it was inactive.  Suggested by Hiroshi Fujishima
27273         <pooh@nature.tsukuba.ac.jp>.
27274
27275 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27276
27277         * gnus-art.el (article-display-face): Display Faces in the same
27278         order as X-Faces.
27279
27280 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27281
27282         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27283
27284 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27285
27286         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27287         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27288         (gnus-article-mime-hierarchy): Remove.
27289         (gnus-article-mime-hierarchy-next): Remove.
27290         (gnus-article-mode): Revert 2004-03-19 change.
27291         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27292         (gnus-insert-mime-button): Revert 2004-03-19 change.
27293         (gnus-mime-accumulate-hierarchy): Remove.
27294         (gnus-mime-enter-multipart): Remove.
27295         (gnus-mime-leave-multipart): Remove.
27296         (gnus-mime-display-part): Revert 2004-03-19 change.
27297         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27298
27299         * mml.el (mml-preview): Revert 2004-03-19 change.
27300
27301 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27302
27303         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27304
27305 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27306
27307         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27308         t while entering a file name using the mm-with-multibyte macro.
27309         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27310
27311         * mm-util.el (mm-with-multibyte): New macro.
27312
27313 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27314
27315         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27316         New user option.
27317         (gnus-mime-multipart-functions): Doc and customization fix.
27318         (gnus-article-mime-hierarchy): New variable.
27319         (gnus-article-mime-hierarchy-next): New variable.
27320         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27321         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27322         gnus-article-mime-hierarchy-next to nil.
27323         (gnus-insert-mime-button): Show hierarchy numbers.
27324         (gnus-mime-accumulate-hierarchy): New function.
27325         (gnus-mime-enter-multipart): New function.
27326         (gnus-mime-leave-multipart): New function.
27327         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27328         (gnus-mime-display-alternative): Show hierarchy numbers.
27329
27330         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27331         gnus-article-mime-hierarchy-next to nil.
27332
27333 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27334
27335         * dns.el: Don't require gnus-xmas.
27336
27337 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27338
27339         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27340         inline PGP.
27341         (mml-menu): Disable mml-quote-region if mark is inactive.
27342
27343 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27344
27345         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27346         when the group's active is not available.
27347
27348 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27349
27350         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27351         error.
27352
27353 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27354
27355         * imap.el (imap-store-password): New variable.
27356         (imap-interactive-login): Use it.
27357         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27358
27359 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27360
27361         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27362         window-start and hscroll to summary window.
27363
27364 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27365
27366         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27367         conversion message to newsrc-dribble when an actual conversion is
27368         performed.
27369
27370 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27371
27372         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27373
27374 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27375
27376         * mm-decode.el (mm-complicated-handles): New function reviving
27377         former definition of mm-multiple-handles.
27378
27379         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27380         (gnus-mime-delete-part): Use it.
27381
27382 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27383
27384         * gnus-agent.el (gnus-agent-read-local):
27385         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27386         avoid the implicit assumption that they will always be equal.
27387         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27388         coding-system-for-write, as the with-temp-file macro first prints
27389         to a buffer then saves the buffer.
27390
27391 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27392
27393         * gnus-art.el (gnus-article-edit-part): New function.
27394         (gnus-mime-save-part-and-strip): Use it; do query instead of
27395         signaling an error; don't use mm-multiple-handles.
27396         (gnus-mime-delete-part): Ditto.
27397
27398 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27399
27400         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27401         old file versions.
27402         (gnus-group-prepare-hook): Remove function that converted list
27403         form of gnus-agent-expire-days to group properties.
27404
27405         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27406         (gnus-request-accept-article): Re-indented.
27407
27408         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27409         converters to handle old agent file formats.  Add logic for a
27410         "backup before upgrading warning".
27411         (gnus-convert-mark-converter-prompt): Developers can mark
27412         functions as needing (default), or not needing,
27413         gnus-convert-old-newsrc's "backup before upgrading warning".
27414         (gnus-convert-converter-needs-prompt): Tests whether the user
27415         should be protected from potentially irreversable changes by the
27416         function.
27417
27418         * legacy-gnus-agent.el: New.  Provides converters that are only
27419         loaded when gnus-convert-old-newsrc needs to call them.
27420
27421 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27422
27423         * mail-source.el (mail-source-touch-pop): Doc fix.
27424
27425         * message.el (message-smtpmail-send-it): Doc fix.
27426
27427 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27428
27429         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27430
27431         * nnmail.el (nnmail-split-fancy): do.
27432
27433         * gnus-kill.el (gnus-kill, gnus-execute): do.
27434
27435 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27436
27437         * gnus-sum.el (gnus-widget-reversible-match)
27438         (gnus-widget-reversible-to-internal)
27439         (gnus-widget-reversible-to-external): New functions.
27440         (gnus-widget-reversible): New widget.
27441         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27442
27443 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27444
27445         * gnus-sum.el (gnus-thread-sort-functions)
27446         (gnus-article-sort-functions): Document `(not F)' items.
27447
27448 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27449
27450         * spam.el (spam-use-gmane-xref): Add new backend.
27451         (spam-gmane-xref-spam-group): Add variable to control the name of the
27452         Gmane spam group.
27453         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27454         (spam-regex-headers-spam, spam-regex-headers-ham)
27455         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27456         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27457         backends and checks.
27458         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27459
27460         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27461         an autodetect method.
27462
27463 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27464
27465         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27466         articles are being added to a group.
27467         (gnus-request-replace-article): Inform the agent that articles
27468         need to be uncached as the cached contents are no longer valid.
27469
27470 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27471
27472         * binhex.el: Don't autoload executable-find.
27473
27474         * canlock.el: Don't autoload mail-fetch-field.
27475
27476         * dgnushack.el: Autoload c-mode for XEmacs.
27477
27478         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27479
27480         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27481         rmail-dont-reply-to and rmail-output.
27482
27483         * gnus-score.el: Don't autoload ffap-string-at-point.
27484
27485         * gnus-setup.el: Don't autoload sc-cite-original.
27486
27487         * imap.el: Don't autoload base64-decode-string,
27488         base64-encode-string and md5.
27489
27490         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27491         and rmail-msg-restore-non-pruned-header.
27492
27493         * mm-decode.el: Don't autoload executable-find.
27494
27495         * mm-url.el: Don't autoload executable-find.
27496
27497         * mm-view.el: Don't autoload diff-mode.
27498
27499         * nndb.el: Don't autoload news-reply-mode, news-setup,
27500         cancel-timer and telnet.
27501
27502         * password.el: Don't autoload run-at-time for Emacs.
27503
27504         * sha1-el.el: Don't autoload executable-find.
27505
27506         * sieve-mode.el: Don't autoload c-mode.
27507
27508         * uudecode.el: Don't autoload executable-find.
27509
27510 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27511
27512         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27513         (gnus-agent-possibly-alter-active): Avoid null in numeric
27514         comparison.
27515         (gnus-agent-set-local): Refuse to save null in local object table.
27516         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27517         list of articles that will be marked as unread.
27518
27519 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27520
27521         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27522
27523 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27524
27525         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27526         language tags.
27527
27528 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27529
27530         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27531         Don't bind "obarray".
27532
27533         * gnus-sum.el (gnus-thread-sort-functions):
27534         Add `gnus-thread-sort-by-most-recent-number' and
27535         `gnus-thread-sort-by-most-recent-date'.
27536         Reported by Kai Grossjohann <kai@emptydomain.de>.
27537
27538 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27539
27540         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27541
27542 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27543
27544         * gnus-cus.el (gnus-agent-customize-category):
27545         Remove ignore-errors macro reference that required cl to be loaded at
27546         run-time.
27547
27548         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27549         single-interval range of the form (min . max).  Previously the
27550         range had to look like ((min . max)).  Likewise, return
27551         (min . max) rather than ((min . max)).
27552         (gnus-range-map): Use gnus-range-normalize to accept
27553         single-interval range.
27554
27555         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27556         the cache, but not the agent, now appear with their usual face.
27557
27558         * dgnushack.el (loaddir): New variable that is bound to the
27559         directory containing the dgnushack.el file.  Use loaddir, rather
27560         than srcdir, to update load-path.  Change lets dgnushack compile
27561         code in directories other than GNUS/lisp.
27562
27563 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27564
27565         * lpath.el: Don't bind w3m-safe-url-regexp.
27566
27567         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27568         w3m-safe-url-regexp variable buffer-local.
27569
27570         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27571
27572 2004-02-27  Simon Josefsson  <jas@extundo.com>
27573
27574         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27575         gnus-group-real-prefix.
27576         (gnus-summary-move-article): Use it, instead of
27577         gnus-group-real-prefix.
27578
27579 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27580
27581         * lpath.el: Bind w3m-safe-url-regexp.
27582
27583         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27584         w3m-safe-url-regexp variable buffer-local and set it as the value
27585         of mm-w3m-safe-url-regexp.
27586
27587         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27588
27589         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27590         parsing gnus-posting-styles when the message is not for replying.
27591
27592         * dgnushack.el: Autoload sgml-mode for XEmacs.
27593
27594         * nnrss.el (nnrss-opml-export):
27595         Use mm-set-buffer-file-coding-system instead of
27596         set-buffer-file-coding-system.
27597
27598 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27599
27600         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27601         of checkdoc.el).
27602         * nnrss.el: do.
27603         * gnus-mlspl.el: do.
27604         * gnus-ml.el: do.
27605         * gnus-srvr.el: do.
27606
27607         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27608
27609 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27610
27611         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27612         Corrections to custom-manual links.
27613
27614         * gnus-art.el (gnus-article): Ditto.
27615
27616         * mm-decode.el (mime-display, mime-security): Ditto.
27617
27618 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27619
27620         * flow-fill.el: Typo.
27621
27622 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27623
27624         * spam-wash.el: New file.
27625
27626 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27627
27628         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27629
27630 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27631
27632         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27633         to be run with new-articles as LIST1, not LIST2.
27634         (spam-registration-functions): Add spam-use-ham-copy as a nil
27635         registration backend.
27636
27637 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27638
27639         * spam-stat.el (spam-stat-washing-hook): New option.
27640         (spam-stat-buffer-words): Use it.
27641         (spam-stat-process-directory, spam-stat-test-directory):
27642         Use insert-file-contents-literally.
27643         (spam-stat-coding-system): New variable.
27644         (spam-stat-load, spam-stat-save): Use it.
27645
27646 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27647
27648         * spam-report.el (spam-report-plug-agent):
27649         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27650
27651 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27652
27653         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27654         Allow / in mailto URLs.
27655
27656 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27657
27658         * spam-report.el (spam-report-process-queue): Fix interactive use.
27659         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27660         (spam-report-unplug-agent): Doc fixes.
27661         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27662         (spam-report-agentize, spam-report-deagentize): Autoload.
27663
27664 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27665
27666         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27667
27668         * message.el (message-setup-fill-variables): Add mml tags to
27669         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27670         <ajk@iu.edu>.
27671         (message-mode): Don't modify paragraph-separate there.
27672
27673 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27674
27675         * compface.el (uncompface-use-external): Default to undecided.
27676         (uncompface-use-external-threshold): New variable.
27677         (uncompface-float-time): New macro.
27678         (uncompface): Determine whether to use the external decoder if
27679         uncompface-use-external is undecided.
27680
27681 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27682
27683         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27684         after images.
27685
27686         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27687
27688 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27689
27690         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27691
27692         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27693
27694         * gnus-sum.el (gnus-summary-limit-to-age)
27695         (gnus-summary-limit-children): do.
27696
27697         * gnus-int.el (gnus-request-scan): do.
27698
27699         * gnus-group.el (gnus-group-suspend): do.
27700
27701         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27702
27703         * gnus-cite.el (gnus-cite-parse-attributions): do.
27704
27705         * gnus-agent.el (gnus-summary-set-agent-mark)
27706         (gnus-agent-regenerate-group): do.
27707
27708         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27709
27710         * binhex.el (binhex-decode-region-internal): do.
27711
27712 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27713
27714         * gnus-fun.el (gnus-face-properties-alist): New user option.
27715         (gnus-display-x-face-in-from): Use it.
27716
27717         * gnus-art.el (article-display-face): Ditto.
27718
27719         * compface.el (uncompface-use-external): Default to nil.
27720
27721 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27722
27723         * nntp.el (nntp-erase-buffer): New function.
27724         (nntp-retrieve-data, nntp-send-command)
27725         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27726         (nntp-possibly-change-group): Use it.
27727
27728         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27729         Use with-current-buffer.
27730
27731 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27732
27733         * compface.el: Merge the ELisp-based uncompface program.
27734         (compface): New customization group.
27735         (uncompface-use-external): New user option.
27736         (uncompface): Call uncompface-internal if uncompface-use-external
27737         is nil.
27738         (uncompface-internal): New function.  Note that there are also
27739         some other functions and variables added for this function.
27740
27741 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27742
27743         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27744         if necessary.
27745
27746 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27747
27748         * spam-report.el (spam-report-unplug-agent)
27749         (spam-report-plug-agent, spam-report-deagentize)
27750         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27751         Add support for the Agent in spam-report: when unplugged, report to a
27752         file; when plugged, submit all the requests.
27753
27754         * spam.el (spam-register-routine): Fix message about
27755         registration.
27756
27757 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27758
27759         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27760         dependencies.
27761         (rfc2047-encode): Use it.
27762
27763         * gnus-art.el (gnus-button-marker-list): Move before first
27764         reference.
27765
27766         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27767         (imap-parse-body): Fix format string mismatch.
27768
27769         * gnus-score.el (gnus-summary-increase-score): do.
27770
27771         * nnrss.el (nnrss-close): New function.
27772
27773 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27774
27775         * nnrss.el (nnrss-make-filename): New function.
27776         (nnrss-request-delete-group, nnrss-read-server-data)
27777         (nnrss-save-server-data, nnrss-read-group-data)
27778         (nnrss-save-group-data): Use it.
27779         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27780         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27781         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27782
27783 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27784
27785         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27786
27787 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27788
27789         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27790         files.
27791
27792         * message.el (message-generate-headers-first): Don't quote nil
27793         and t in docstrings.
27794
27795         * imap.el (imap-id): do.
27796
27797         * gnus-agent.el (gnus-agent-consider-all-articles)
27798         (gnus-agent-queue-mail): do.
27799
27800 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27801
27802         * spam-report.el (spam-report-process-queue): New function.
27803         Process requests from `spam-report-requests-file'.
27804         (spam-report-process-queue): Doc fix.
27805
27806 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27807
27808         * spam.el (spam-register-routine)
27809         (spam-log-processing-to-registry, spam-log-registered-p)
27810         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27811         Change "check" to "spam-check" for semi-clarity.
27812
27813 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27814
27815         * pop3.el: Require nnheader.
27816
27817         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27818
27819         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27820
27821         * gnus-picon.el: Require cl.
27822
27823         * gnus-fun.el: Require gnus-ems and gnus-util.
27824
27825         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27826
27827         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27828
27829         * gnus-art.el (gnus-article-edit-mode): Define before first
27830         reference.
27831
27832 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27833
27834         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27835         (gnus-uu-post-encoded): Use point-at-bol.
27836
27837         * gnus-topic.el (gnus-group-active-topic-p): do.
27838
27839         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27840
27841         * gnus-group.el (gnus-group-kill-region): do.
27842
27843         * gnus-art.el (article-date-ut): do.
27844
27845         * message.el (message-fetch-field): Remove redundant
27846         case-fold-search binding.
27847         (message-narrow-to-field): Simplify.
27848
27849 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27850
27851         * spam.el (spam-directory): Derive from `gnus-directory'.
27852
27853         * spam-report.el (spam-report-url-to-file)
27854         (spam-report-requests-file): New function and variable for offline
27855         reporting.
27856         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27857         and user defined function.
27858         (spam-report-url-ping-mm-url): Remove doubled slash.
27859
27860 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27861
27862         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27863
27864 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27865
27866         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27867         Fix format string mismatch.
27868
27869         * sieve.el (sieve-deactivate-all): do.
27870
27871         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27872
27873         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27874
27875         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27876
27877         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27878
27879 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27880
27881         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27882         the list of checks.
27883
27884 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27885
27886         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27887         padding.
27888
27889 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27890
27891         * mm-view.el (mm-fill-flowed): New variable.
27892         (mm-inline-text): Use it.
27893
27894 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27895
27896         * spam.el (spam-spamassassin-register-ham-routine)
27897         (spam-spamassassin-register-spam-routine): Fix function names.
27898
27899 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27900
27901         * gnus.el (gnus-tmp-grouplens): Remove.
27902         (gnus-summary-line-format): Remove grouplens.
27903
27904         * gnus-group.el (gnus-group-line-format): Ditto.
27905
27906         * gnus-spec.el (gnus-format-specs): Ditto.
27907         (gnus-update-format-specifications): Flush the group format spec
27908         cache if there's the grouplens stuff.
27909         (gnus-parse-simple-format): Replace %l with the empty string.
27910
27911 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27912
27913         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27914         omission.
27915
27916 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27917
27918         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27919         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27920
27921 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27922
27923         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27924         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27925         New macros and functions.
27926         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27927         Handle > NLINK_MAX messages.
27928         * nnmaildir.el (nnmaildir-request-set-mark):
27929         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27930
27931 2004-01-25  Alex Schroeder  <alex@gnu.org>
27932
27933         * spam-stat.el (spam-stat-process-directory-age): New option.
27934         (spam-stat-process-directory): Use it.
27935
27936 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27937
27938         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27939         (spam-stat-save): Accept prefix argument.
27940
27941 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27942
27943         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27944         links" error.
27945
27946 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27947
27948         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27949         the rest of the and/or forms.
27950
27951 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27952
27953         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27954         compatibility with old .newsrc.eld files.
27955
27956         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27957
27958         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27959
27960         * gnus-start.el (gnus-1): do.
27961
27962         * gnus-group.el (gnus-group-line-format-alist): do.
27963
27964         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27965
27966         * gnus-gl.el: Remove.
27967
27968 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27969
27970         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27971         marks consisting of a single range {for example, (3 . 5)} rather
27972         than a list of a single range { ((3 . 5)) }.
27973
27974 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27975
27976         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27977         Use with-current-buffer.
27978         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27979         avoid consing a string.
27980
27981         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27982         Remove obsolete entries for big5 and gb2312.
27983
27984 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27985
27986         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27987         uncompressed list.
27988
27989 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27990
27991         * spam-stat.el (spam-stat-strip-xref): New function.
27992         (spam-stat-process-directory): Use it.
27993
27994         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27995         here -- it's done in message-fetch-field.
27996
27997 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27998
27999         * gnus-agent.el (gnus-agent-queue-mail)
28000         (gnus-agent-prompt-send-queue): New variables.
28001         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
28002         * gnus-draft.el (gnus-group-send-queue): Pass the group name
28003         "nndraft:queue" along to gnus-draft-send.
28004         Use gnus-agent-prompt-send-queue.
28005         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
28006         is "nndraft:queue".  Suggested by Gaute Strokkenes
28007         <gs234@srcf.ucam.org>
28008
28009         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
28010         (agent-enable-undownloaded-faces): Add.
28011         (gnus-agent-cat-groups): Use eval-and-compile, not
28012         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
28013         method of gnus-agent-cat-groups even when the buffer has been
28014         evaled.
28015         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
28016         delete gnus-agent-save-active-1.
28017         (gnus-agent-save-groups): Delete.  Identical to
28018         gnus-agent-save-active.
28019         (gnus-agent-write-active): No longer adjust agent's copy of active
28020         file as agent's adjustments are now stored in their own
28021         file.  Remove optional parameter.
28022         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
28023         servers.  Add use of min/max range limits from server's local
28024         file.
28025         (gnus-agent-save-alist): Remove unused optional argument.
28026         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
28027         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
28028         (gnus-agent-set-local): A per-server file that keeps min/max range
28029         limits for articles known to the agent.  Provides a fast mechanism
28030         for altering many active ranges.
28031         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
28032         active file (local makes it unnecessary).
28033         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
28034
28035         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
28036         (agent-enable-undownloaded-faces): Add.
28037
28038         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
28039         disable it when sending to "nndraft:queue".
28040         (gnus-group-send-queue): Add safety check to avoid sending queue
28041         when unplugged.
28042
28043         * gnus-group.el (gnus-group-catchup): Use new
28044         gnus-sequence-of-unread-articles, not
28045         gnus-list-of-unread-articles, to avoid exhausting memory with huge
28046         numbers of articles.  Use gnus-range-map to avoid having to
28047         uncompress the unread list.
28048         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
28049         Fix invalid ange-ftp reference.
28050
28051         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
28052         (gnus-sorted-range-intersection): Intersection of two ranges
28053         without requiring that they first be uncompressed.
28054
28055         * gnus-start.el (gnus-activate-group): Unless blocked by the
28056         caller, possibly expand the active range to include both cached
28057         and agentized articles.
28058         (gnus-convert-old-newsrc): Rewrote in anticipation of having
28059         multiple version-dependent converters.
28060         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
28061         gnus-agent-save-active.
28062         (gnus-save-newsrc-file): Save dirty agent range limits.
28063
28064         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
28065         gnus-agent-possibly-alter-active.
28066         (gnus-adjust-marked-articles): Faster handling of simple lists.
28067
28068 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
28069
28070         * spam-stat.el (spam-stat-test-directory): New optional argument
28071         displays a list of files detected.  Suggested by Andrew Cohen
28072         <cohen@andy.bu.edu>.
28073         (spam-stat-buffer-words-with-scores): Don't narrow and change
28074         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
28075
28076 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
28077
28078         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
28079         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
28080         (spam-spamassassin-arguments)
28081         (spam-spamassassin-spam-flag-header)
28082         (spam-spamassassin-positive-spam-flag-header)
28083         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
28084         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
28085         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
28086         (spam-list-of-processors, spam-list-of-checks)
28087         (spam-list-of-statistical-checks, spam-registration-functions)
28088         (spam-check-spamassassin-headers, spam-check-spamassassin)
28089         (spam-spamassassin-score)
28090         (spam-spamassassin-register-with-sa-learn)
28091         (spam-spamassassin-register-spam-routine)
28092         (spam-spamassassin-register-ham-routine)
28093         (spam-assassin-register-spam-routine)
28094         (spam-assassin-register-ham-routine): Add SpamAssassin support.
28095         (spam-bogofilter-score): Fix to show article before scoring.
28096
28097 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28098
28099         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28100         default scoring function.
28101         (spam-generic-score): Call spam-spamassassin-score if
28102         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28103         spam-bogofilter-score otherwise.
28104
28105         * gnus.el (spam-process, spam-autodetect-methods):
28106         Add spamassassin and spamassassin-headers.
28107
28108 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28109
28110         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28111         Suppress unnecessary messages.
28112
28113 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28114
28115         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28116         make-hash-table.
28117
28118 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28119
28120         * canlock.el (base64-encode-string): Don't autoload it.
28121
28122 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28123
28124         * run-at-time.el: Remove useless (require 'itimer),
28125         eval-and-compile and (featurep 'xemacs).
28126
28127 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28128
28129         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28130         GROUP is a virtual group.
28131
28132 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28133
28134         * gnus.el: Autoload `message-y-or-n-p'.
28135
28136 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28137
28138         * pgg-parse.el: Remove unnecessary (require 'custom).
28139
28140         * pgg-def.el: do.
28141
28142         * nnmail.el: do.
28143
28144         * gnus-undo.el: do.
28145
28146         * gnus-picon.el: do.
28147
28148         * gnus-util.el: do.
28149
28150 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28151
28152         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28153
28154 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28155
28156         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28157         handle, as well as a list.
28158
28159         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28160         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28161         (mm-w3m-cid-retrieve): Simplify.
28162
28163 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28164
28165         * message.el (message-kill-to-signature): Allow prefix arg to
28166         specify number of lines to keep before signature.
28167
28168 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28169
28170         * message.el (message-kill-to-signature): Change docstring.
28171
28172 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28173
28174         * canlock.el: Always require sha1-el.
28175         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28176
28177         * message.el: Autoload sha1 only when compiling.
28178
28179         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28180         eudc-expand-inline for XEmacs.
28181
28182 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28183
28184         * message.el (message-canlock-generate): Require sha1-el.
28185
28186 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28187
28188         * message.el (message-expand-name): Silence the byte compiler.
28189
28190         * lpath.el: Add detect-coding-system.
28191
28192         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28193         cus-edit.
28194
28195 2004-01-13  Simon Josefsson  <jas@extundo.com>
28196
28197         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28198         Invoke gnus-score-mode.
28199         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28200
28201         * gnus-range.el (gnus-compress-sequence): Doc fix.
28202         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28203
28204 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28205
28206         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28207
28208 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28209
28210         * spam.el (spam-get-article-as-string): Update to use
28211         gnus-request-article-this-buffer, much simpler.
28212         (spam-get-article-as-buffer): Remove.
28213
28214 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28215
28216         * message.el (message-expand-name): Use EUDC if the user uses that.
28217
28218 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28219
28220         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28221         character for the encoding to avoid consing a string.
28222
28223         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28224         unnecessarily.
28225
28226         * mm-util.el (mm-replace-chars-in-string): Remove.
28227
28228         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28229         of mm-replace-chars-in-string.
28230
28231 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28232
28233         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28234
28235         * mm-util.el (mm-subst-char-in-string): Support inplace.
28236
28237         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28238         a new string in every iteration.  Use shy groups.
28239
28240 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28241
28242         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28243         * gnus-soup.el (gnus-soup-group-brew):
28244         * gnus-msg.el (gnus-put-message):
28245         * gnus-move.el (gnus-group-move-group-to-server):
28246         * gnus-kill.el (gnus-batch-score):
28247         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28248         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28249         (gnus-group-update-group, gnus-group-read-group)
28250         (gnus-group-make-group, gnus-group-make-help-group)
28251         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28252         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28253         (gnus-group-sort-by-unread, gnus-group-catchup)
28254         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28255         (gnus-group-yank-group, gnus-group-set-info)
28256         (gnus-group-list-groups):
28257         * gnus.el (gnus-generate-new-group-name):
28258         * gnus-delay.el (gnus-delay-send-queue):
28259         * nnvirtual.el (nnvirtual-catchup-group):
28260         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28261         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28262         (gnus-group-prepare-topics, gnus-topic-check-topology):
28263         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28264         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28265         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28266         (gnus-group-make-articles-read):
28267         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28268         (gnus-group-change-level, gnus-kill-newsgroup)
28269         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28270         (gnus-get-unread-articles, gnus-make-articles-unread)
28271         (gnus-make-ascending-articles-unread): Use accessor
28272         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28273         to get group information for improved readability.
28274
28275
28276 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28277
28278         * gnus-art.el (article-decode-mime-words, article-babel)
28279         (gnus-article-highlight-signature, gnus-article-add-buttons)
28280         (gnus-signature-toggle): Use gnus-with-article-buffer.
28281
28282         * gnus-art.el (gnus-article-highlight-headers)
28283         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28284
28285         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28286         (gnus-article-set-globals, gnus-request-article-this-buffer)
28287         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28288         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28289         (gnus-mime-display-alternative): Use with-current-buffer.
28290
28291 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28292
28293         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28294         also under 80 char limit, and call gnus-error if needed.
28295         (spam-fetch-article-header): Fix - it was a
28296         buffer-local variable (gnus-newsgroup-data).
28297         (spam-find-spam): Use spam-generate-fake-headers, forget about
28298         spam-insert-fake-headers.
28299         (spam-insert-fake-headers): Remove.
28300
28301 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28302
28303         * deuglify.el (gnus-article-outlook-unwrap-lines)
28304         (gnus-outlook-rearrange-article)
28305         (gnus-outlook-repair-attribution-outlook)
28306         (gnus-outlook-repair-attribution-block)
28307         (gnus-outlook-repair-attribution-other): Remove redundant
28308         save-excursion.
28309
28310 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28311
28312         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28313         (spam-fetch-field-subject-fast)
28314         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28315         (spam-fetch-article-header): Add functions to deal with Gnus
28316         internals for fast retrieval of article header data.
28317         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28318
28319 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28320
28321         * pop3.el (pop3-md5): Remove.
28322         (pop3-apop): Replace pop3-md5 with md5.
28323
28324         * mm-bodies.el: base64 is always built-in.
28325
28326         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28327         Use with-current-buffer.
28328
28329 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28330
28331         * canlock.el (canlock-insert-header): Remove excessive grouping in
28332         regexp.
28333
28334         * gnus-sum.el (gnus-summary-read-document): Ditto.
28335
28336         * gnus-uu.el (gnus-uu-part-number): Ditto.
28337
28338         * html2text.el (html2text-remove-tags): Ditto.
28339         (html2text-format-tags): Ditto.
28340         (html2text-format-single-elements): Ditto.
28341
28342         * mml.el (mml-parse-1): Ditto.
28343
28344 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28345
28346         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28347
28348         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28349
28350         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28351
28352         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28353
28354 2003-11-15  Simon Josefsson  <jas@extundo.com>
28355
28356         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28357         (pgg-gpg-lookup-key): Use regexp match instead of
28358         split-string (split-string is different between emacs 21.2 and
28359         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28360
28361 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28362
28363         * gnus-art.el (gnus-mime-view-all-parts)
28364         (gnus-article-part-wrapper, gnus-article-view-part):
28365         Use with-current-buffer.
28366
28367 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28368
28369         * spam.el (spam-disable-spam-split-during-ham-respool)
28370         (spam-spamoracle-database, spam-cache-lookups)
28371         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28372         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28373         (spam-group-ham-marks, spam-group-spam-marks)
28374         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28375         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28376         also add spam-use-blackholes to the statistical checks.
28377         (spam-fetch-field-fast): Add interface to fetching fields, may
28378         become a macro.
28379         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28380         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28381         (spam-insert-fake-headers): Fake an article when needed.
28382         (spam-find-spam): Fake article when possible.
28383         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28384         (spam-check-bogofilter-headers): Use message-fetch-field instead
28385         of nnmail-fetch-field.
28386
28387 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28388
28389         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28390
28391 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28392
28393         * spam.el (spam-split): Do not require spam-use-CHECK to be
28394         enabled if that check is passed to spam-split explicitly; also
28395         fix so 'spam doesn't get converted to spam-split-group when
28396         spam-split-symbolic-return is t.
28397         (spam-find-spam): Find registrations of the article and use those
28398         instead of re-running spam-split to find the spam/ham
28399         classification of the article.
28400         (spam-log-processing-to-registry, spam-log-registered-p)
28401         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28402         Use gnus-error instead of gnus-message.
28403         (spam-log-registration-type): Add function to determine the
28404         classification of a message based on registry entries; will
28405         return nil if both 'spam and 'ham are found.
28406         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28407         a reasonably fast local cache without the loading errors.
28408         (spam-cache-lookups): Set to t by default.
28409         (spam-find-spam): Don't try to guess spam-cache-lookups.
28410         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28411         spam-caches entry.
28412         (spam-filelist-build-cache, spam-filelist-check-cache):
28413         Fix caching of whitelist/blacklist entries.
28414         (spam-check-whitelist, spam-check-blacklist):
28415         Invoke spam-from-listed-p with a type, not a cache variable.
28416         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28417
28418 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28419
28420         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28421
28422         * nnmail.el (nnmail-split-fancy): do.
28423
28424         * mml.el (mml-parse): do.
28425
28426         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28427         (gnus-score-adaptive): do.
28428
28429 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28430
28431         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28432         (gnus-mime-button-map): Don't set keymap parent.
28433         (gnus-button-ctan-directory-regexp): Use shy grouping.
28434         (gnus-prev-page-map): Don't set keymap parent.
28435         (gnus-prev-page-map): Remove duplicated one.
28436         (gnus-next-page-map): Don't set keymap parent.
28437         (gnus-mime-security-button-map): Ditto.
28438
28439         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28440         version number.
28441
28442         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28443
28444 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28445
28446         * canlock.el (canlock-sha1-function): Remove.
28447         (canlock-sha1-function-for-verify): Remove.
28448         (canlock-openssl-program): Remove.
28449         (canlock-openssl-args): Remove.
28450         (canlock-ignore-errors): Remove.
28451         (canlock-sha1-with-openssl): Remove.
28452         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28453         (canlock-verify): Don't use canlock-ignore-errors.
28454
28455         * sha1-el.el (sha1-string-external): Make it can return a string
28456         in binary form.
28457         (sha1-region-external): Ditto.
28458         (sha1-string-internal): Ditto.
28459         (sha1-region-internal): Ditto.
28460         (sha1-region): Ditto.
28461         (sha1-string): Ditto.
28462         (sha1): Ditto.
28463
28464 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28465
28466         * spam.el (spam-report-articles-gmane): New command.
28467
28468 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28469
28470         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28471
28472         * run-at-time.el (run-at-time-saved): Remove.
28473         (run-at-time): Doc fix.
28474
28475 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28476
28477         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28478         (gnus-summary-limit-map): Add it.
28479         (gnus-summary-make-menu-bar): do.
28480
28481 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28482
28483         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28484         Make attempt at some caching support (done for BBDB only now).
28485         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28486         addresses to be checked.
28487         (spam-clear-cache-BBDB): Add function, to be invoked by
28488         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28489         (spam-check-BBDB): Check and use the caches, if
28490         spam-cache-lookups is on, remove superfluous (provide).
28491
28492 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28493
28494         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28495
28496 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28497
28498         * run-at-time.el (run-at-time-saved): Move to after the definition
28499         of `run-at-time'.
28500
28501         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28502
28503 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28504
28505         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28506         mm-w3m-local-map-property.
28507
28508         * mm-view.el (mm-w3m-mode-map): Remove.
28509         (mm-w3m-local-map-property): Remove.
28510         (mm-inline-text-html-render-with-w3m): Don't use
28511         mm-w3m-local-map-property.
28512
28513 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28514
28515         * run-at-time.el: New file.
28516
28517         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28518         under Emacs.
28519
28520         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28521         of gnus-set-text-properties.
28522
28523         * gnus-uu.el (gnus-uu-save-article): Ditto.
28524
28525         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28526
28527         * gnus-cite.el (gnus-cite-parse): Ditto.
28528
28529         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28530         of gnus-.
28531
28532         * gnus-xmas.el (run-at-time): Require run-at-time.
28533
28534         * gnus.el: Change calls to nnheader-run-at-time and
28535         password-run-at-time throughout to use run-at-time directly.
28536
28537         * password.el: Remove definition of run-at-time.
28538
28539         * nnheaderxm.el: Remove definition of run-at-time.
28540
28541 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28542
28543         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28544         in prompt.
28545
28546 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28547
28548         * messagexmas.el (message-xmas-redefine): Alias
28549         `message-make-caesar-translation-table' to
28550         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28551         version.
28552
28553         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28554         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28555         `gnus-xmas-set-text-properties'.
28556         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28557         `gnus-xmas-completing-read'.
28558         (gnus-xmas-completing-read): Removed.
28559         (gnus-xmas-open-network-stream): Removed.
28560
28561         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28562         XEmacs version.
28563
28564         * dns.el (dns-make-network-process): Use `open-network-stream'
28565         instead of `gnus-xmas-open-network-stream'.
28566
28567         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28568
28569         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28570
28571 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28572
28573         * gnus-art.el (gnus-mime-display-alternative)
28574         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28575         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28576         Don't use gnus-local-map-property.
28577
28578         * gnus-util.el (gnus-local-map-property): Remove.
28579
28580         * mm-view.el (mm-view-pkcs7-decrypt):
28581         Replace gnus-completing-read-maybe-default with completing-read.
28582
28583         * gnus-util.el (gnus-completing-read): do.
28584         (gnus-completing-read-maybe-default): Remove.
28585
28586 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28587
28588         * password.el: Only autoload `run-at-time' if not XEmacs.
28589         Only autoload the itimer functions if XEmacs.
28590
28591 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28592
28593         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28594         XEmacsen.
28595
28596         * dgnushack.el: Autoload executable-find for XEmacs.
28597
28598 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28599
28600         * gnus-art.el (gnus-read-string): Remove.
28601         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28602         read-string.
28603
28604 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28605
28606         * netrc.el: Autoload password-read.
28607         (netrc): Add configuration group.
28608         (netrc-encoding-method, netrc-openssl-path):
28609         Add variables for encoding and decoding of files with symmetric
28610         ciphers.
28611         (netrc-encode): Add assistant function to encode a file with
28612         netrc-encoding-method.
28613         (netrc-parse): Add interactive parameter, added optional
28614         decoding if netrc-encoding-method is non-nil but otherwise
28615         behavior is standard.
28616         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28617         Do s/encode/encrypt/ everywhere.
28618
28619         * spam.el: Remove executable-find autoload.
28620
28621 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28622
28623         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28624
28625         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28626
28627 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28628
28629         * gnus-art.el (gnus-treat-ansi-sequences)
28630         (article-treat-ansi-sequences): New variable and function.
28631         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28632
28633         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28634         Use it.
28635
28636 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28637
28638         * mm-util.el (mm-quote-arg): Remove.
28639
28640         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28641         shell-quote-argument.
28642
28643         * gnus-uu.el (gnus-uu-command): do.
28644
28645         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28646
28647         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28648         with make-char.
28649
28650         * mm-util.el (mm-make-char): Remove.
28651
28652         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28653         add-minor-mode.
28654
28655         * gnus-undo.el (gnus-undo-mode): do.
28656
28657         * gnus-topic.el (gnus-topic-mode): do.
28658
28659         * gnus-sum.el (gnus-dead-summary-mode): do.
28660
28661         * gnus-start.el (gnus-slave-mode): do.
28662
28663         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28664
28665         * gnus-ml.el (gnus-mailing-list-mode): do.
28666
28667         * gnus-gl.el (gnus-grouplens-mode): do.
28668
28669         * gnus-draft.el (gnus-draft-mode): do.
28670
28671         * gnus-dired.el (gnus-dired-mode): do.
28672
28673         * gnus-ems.el (gnus-add-minor-mode): Remove.
28674
28675         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28676         Replace gnus-char-width with char-width.
28677
28678         * gnus-ems.el (gnus-char-width): Remove.
28679
28680         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28681         Replace gnus-char-width with char-width.
28682
28683         * gnus-ems.el (gnus-char-width): Remove.
28684
28685         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28686         definition.
28687         Remove Emacs 20 hash table compatibility code.
28688
28689         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28690         20 compatibility code.
28691
28692         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28693
28694         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28695
28696         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28697         Replace with point-at-{eol,bol}.
28698
28699         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28700
28701         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28702
28703         * flow-fill.el (fill-flowed-point-at-bol)
28704         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28705
28706         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28707         Replace with point-at-{eol,bol} throughout all files.
28708
28709 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28710
28711         * ntlm.el (ntlm-string-as-unibyte): New macro.
28712         (ntlm-build-auth-response): Use it.
28713
28714         Remove Emacs 20 stuff:
28715         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28716         (butlast, mapc, remove): Remove the compiler macros.
28717         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28718         of delq and copy-sequence.
28719         * gnus-art.el (popup-menu): Remove the compiler macro.
28720         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28721         Emacs 20.
28722
28723 2004-01-05  Simon Josefsson  <jas@extundo.com>
28724
28725         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28726         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28727         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28728         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28729         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28730         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28731         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28732         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28733         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28734         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28735         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28736         string-xor into ntlm-string-xor.
28737         Suggested by Jesper Harder <harder@myrealbox.com>.
28738
28739         * ntlm.el: Don't include poem.
28740
28741         * md4.el (print-int32, print-string-hexa): Remove.
28742         Suggested by Jesper Harder <harder@myrealbox.com>.
28743
28744         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28745
28746         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28747         probably breaks emacs with DL patch, but do we care? Is anyone
28748         still using the DL stuff?)
28749
28750         * sieve-manage.el: Use the password package.
28751         (sieve-manage-read-passwd): Remove.
28752         (sieve-manage-interactive-login): Use password.  Re-add
28753         condition-case around loop.
28754
28755         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28756         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28757         Use the password package.
28758
28759 2003-02-19  Simon Josefsson  <jas@extundo.com>
28760
28761         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28762         token.
28763
28764 2002-08-07  Simon Josefsson  <jas@extundo.com>
28765
28766         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28767         (sieve-manage-authenticators)
28768         (sieve-manage-authenticator-alist): Add some SASL mechs.
28769         (sieve-sasl-auth): New function.
28770         (sieve-manage-cram-md5-auth)
28771         (sieve-manage-plain-auth): Rewrite using SASL library.
28772         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28773         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28774         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28775         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28776
28777 2004-01-05  Simon Josefsson  <jas@extundo.com>
28778
28779         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28780         New files.
28781
28782 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28783
28784         * gnus-group.el (gnus-no-groups-message): Update.
28785
28786         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28787
28788 2003-11-09  Simon Josefsson  <jas@extundo.com>
28789
28790         * imap.el: Support for ID IMAP extension (RFC 2971).
28791         (imap-local-variables): Add imap-id.
28792         (imap-id): New variable.
28793         (imap-id): New function.
28794         (imap-parse-response): Parse untagged ID response.
28795         * nnimap.el (nnimap-id): New variable.
28796         (nnimap-open-connection): Use it.
28797
28798 2003-12-28  Simon Josefsson  <jas@extundo.com>
28799
28800         * gnus-score.el (gnus-score-edit-all-score): New.
28801         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28802
28803 2004-01-04  Simon Josefsson  <jas@extundo.com>
28804
28805         * password.el: Add.
28806
28807 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28808
28809         * dns.el (dns-query-types): Fix typo.
28810         (dns-query-types): New function.
28811         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28812         PTR and SOA replies, see RFC 1035.
28813
28814 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28815
28816         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28817
28818         * Move to Changelog.2.
28819
28820 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28821
28822         * gnus.el (gnus-version-number): Bump version.
28823
28824 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28825
28826         * gnus.el: No Gnus v0.1 is released.
28827
28828 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28829
28830         * gnus.el: No Gnus v0.0 is released.
28831
28832 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28833
28834         * gnus.el (gnus-version-number): Bump.
28835         (gnus-version): No.
28836
28837 See ChangeLog.2 for earlier changes.
28838
28839   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28840
28841   This file is part of GNU Emacs.
28842
28843   GNU Emacs is free software: you can redistribute it and/or modify
28844   it under the terms of the GNU General Public License as published by
28845   the Free Software Foundation, either version 3 of the License, or
28846   (at your option) any later version.
28847
28848   GNU Emacs is distributed in the hope that it will be useful,
28849   but WITHOUT ANY WARRANTY; without even the implied warranty of
28850   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28851   GNU General Public License for more details.
28852
28853   You should have received a copy of the GNU General Public License
28854   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28855
28856 ;; Local Variables:
28857 ;; coding: utf-8
28858 ;; fill-column: 79
28859 ;; add-log-time-zone-rule: t
28860 ;; End: