gnus-topic.el: Silence some warnings
[gnus] / lisp / ChangeLog
1 2015-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2
3         * gnus-topic.el (gnus-topic-prepare-topic): Remove unused var `topic'.
4         (gnus-topic-remove-topic): Mark unused arg `hide'.
5         (gnus-tmp-header): Declare.
6         (gnus-topic-goto-missing-group): Remove unused var `entry'.
7         (gnus-topic-unmark-topic): Mark unused arg `dummy'.
8         (gnus-topic-copy-matching): Mark unused arg `copyp'.
9         Move initialization of `topic' into its declaration.
10
11 2015-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * auth-source.el: Revert.
14
15         * auth-source.el: Add eval-and-compile to autoloads for
16         epg-context-set-passphrase-callback, epg-decrypt-string,
17         epg-encrypt-string, and epg-context-set-armor.
18
19 2015-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * mailcap.el (mailcap-mime-data): Remove fboundp checks.
22         (mailcap-viewer-passes-test): Do it instead.  Thanks to Stefan Monnier.
23
24 2015-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25
26         * mailcap.el (mailcap-mailcap-entry-passes-test): Doc fix.
27
28 2015-10-20  Michael Sperber  <mike@xemacs.org>
29
30         * mailcap.el (mailcap-mime-data): Conditonalize `doc-view-mode', which
31         does not exist on XEmacs.
32
33 2015-10-18  Michael Sperber  <mike@xemacs.org>
34
35         * nnml.el (nnml-retrieve-groups, nnml-request-scan):
36         * nnmail.el (nnmail-get-new-mail-per-group):
37         (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'.
38
39 2015-10-18  Michael Sperber  <mike@xemacs.org>
40
41         * message.el (message-get-reply-headers): In addition to
42         `mail-dont-reply-to-names', bind `rmail-dont-reply-to-names', which is
43         used in XEmacs.
44
45 2015-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * auth-source.el (auth-source-epa-make-gpg-token): Revert.
48
49 2015-10-11  Nicolas Petton  <petton.nicolas@gmail.com>
50
51         * auth-source.el (auth-source-epa-make-gpg-token):
52         Replace an usage of `epg-context-set-armor' with `setf'.
53         (auth-source-do-debug, auth-source-do-trivia)
54         (auth-source-read-char-choice, auth-source-search)
55         (auth-source-pick-first-password, auth-source-netrc-parse)
56         (auth-source-netrc-search, auth-source-secrets-search)
57         (auth-source-macos-keychain-search)
58         (auth-source-macos-keychain-search-items, auth-source-plstore-search)
59         (auth-source-user-or-password): Use sharp-quoting with functions.
60
61 2015-09-30  Wieland Hoffmann  <themineo@gmail.com>
62
63         * auth-source.el (auth-source-search): Clarify :create's meaning.
64
65 2015-09-17  Paul Eggert  <eggert@cs.ucla.edu>
66
67         Backslash cleanup in Elisp source files
68
69         This patch should not change behavior.  It typically omits backslashes
70         where they are redundant (e.g., in the string literal "^\$").
71         In a few places, insert backslashes where they make regular expressions
72         clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which
73         has the same effect as a regular expression.
74         Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
75         and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion
76         with RCS IDs, as that makes it clearer that the backslash is intended.
77         * auth-source.el (auth-source-secrets-search)
78         (auth-source-macos-keychain-search):
79         * gnus-art.el (gnus-mime-action-on-part)
80         (gnus-mime-display-multipart-related-as-mixed)
81         (gnus-button-mid-or-mail-heuristic-alist)
82         (gnus-button-mid-or-mail-heuristic, gnus-article-extend-url-button):
83         * gnus-bookmark.el (gnus-bookmark-bmenu-toggle-infos)
84         (gnus-bookmark-bookmark-inline-details, gnus-bookmark-bookmark-details)
85         (gnus-bookmark-alist, gnus-bookmark-name-from-full-record)
86         (gnus-bookmark-bmenu-mode, gnus-bookmark-delete):
87         * gnus-cus.el (gnus-group-customize):
88         * gnus-group.el (gnus-group-line-format, gnus-group-mode-line-format)
89         (gnus-group-jump-to-group-prompt, gnus-group-name-at-point):
90         * gnus-mlspl.el (gnus-group-split-fancy):
91         * gnus-registry.el (gnus-registry-prune-factor):
92         * gnus-salt.el (gnus-summary-pick-line-format):
93         * gnus-sieve.el (gnus-sieve-update, gnus-sieve-generate)
94         (gnus-sieve-script):
95         * gnus-util.el (gnus-directory-sep-char-regexp):
96         * gnus.el (gnus-message-archive-group, gnus-user-agent):
97         * message.el (message-archive-header, message-reply-headers)
98         (message-send-method-alist):
99         * mm-decode.el (mm-add-meta-html-tag):
100         * nndoc.el (nndoc-generate-lanl-gov-head):
101         * nnheader.el (nnheader-max-head-length):
102         * registry.el (registry-db, registry-prune):
103         * rfc1843.el (rfc1843-hzp-word-regexp)
104         (rfc1843-hzp-word-regexp-strictly):
105         * rfc2047.el (rfc2047-encoded-word-regexp)
106         (rfc2047-encoded-word-regexp-loose):
107
108         Fix several backslash typos in Elisp strings
109         * gnus-art.el (gnus-button-handle-library):
110         * gnus-group.el (gnus-read-ephemeral-gmane-group-url):
111         * nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
112         * spam-report.el (spam-report-gmane-regex):
113         Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
114         For example, to get the regular expression ‘\.’ use the string
115         literal "\\.", not "\." (which is equivalent to ".").
116
117         * auth-source.el (auth-source-read-char-choice):
118         * nnmaildir.el (NOV example):
119         * registry.el (registry-search): Doc fix.
120
121 2015-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
122
123         * gnus-compat.el: Require overlay for XEmacs.
124
125 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
126
127         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
128         t rather than after-change-functions to nil.
129
130 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
131
132         * time-date.el (time-to-seconds, time-less-p):
133         Mark unused vars with underscore.
134
135 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
136
137         * time-date.el (with-decoded-time-value): Fix debug spec.
138
139 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
140
141         * nnmairix.el (nnmairix-widget-create-query):
142         * time-date.el (format-seconds): Prefer grave quoting in source-code
143         strings used to generate help and diagnostics.
144
145 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
146
147         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
148
149 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * ntlm.el (ntlm-unibyte-string): New compatibility function.
152
153 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
154
155         Add support for NTLMv2 authentication.
156         * ntlm.el (ntlm): New customization group.
157         (ntlm-compatibility-level): New defcustom.
158         (ntlm-compute-timestamp): New function.
159         (ntlm-generate-nonce): Likewise.
160         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
161
162 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
163
164         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
165         isn't always passed in, check it's not nil before making it into a
166         list.  The active arg will also be nil if the group is new, check for
167         that.
168
169 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
170
171         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
172
173 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
174
175         * gmm-utils.el (gmm-image-load-path-for-library):
176         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
177         * gnus-registry.el (gnus-registry-split-strategy):
178         * gnus-start.el (gnus-check-new-newsgroups):
179         * gnus-sum.el (gnus-select-group-hook):
180         * gnus-uu.el (gnus-uu-user-archive-rules):
181         * gnus.el (gnus-message-archive-group, gnus-visual):
182         * message.el (message-cite-style):
183         * nnir.el (nnir-swish++-additional-switches)
184         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
185         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
186         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
187         * nntp.el (nntp-server-action-alist):
188         * tls.el (tls-checktrust):
189         Fix some more docstring etc. quoting problems.
190         Mostly these fixes prevent the transliteration of apostrophes
191         that should stay apostrophes.  Also, prefer curved quotes in
192         Bahá’í proper names, as that’s the preferred Bahá’í style and
193         these names are chock-full of non-ASCII characters anyway.
194
195 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
196
197         Escape ` and ' in doc
198         * gnus-art.el (gnus-article-address-banner-alist)
199         (gnus-face-properties-alist):
200         * gnus-sum.el (gnus-newsgroup-variables):
201         * nndiary.el (nndiary-reminders):
202         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
203         Escape apostrophes and grave accents in docstrings if they
204         are supposed to stand for themselves and are not quotes.  Remove
205         apostrophes from docstring examples like ‘'(calendar-nth-named-day
206         -1 0 10 year)’ that confuse source code with data.  Do some other
207         minor docstring fixups as well, e.g., insert a missing close
208         quote.
209
210 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * gnus-util.el (gnus-format-message):
213         * tls.el (tls-format-message): Use defalias at the top level so as to
214         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
215
216         * gnus-sum.el (gnus-summary-search-article):
217         Ensure that the article where the search word is found is displayed
218         and pointed to in the summary buffer.
219
220 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
221
222         * tls.el (tls-format-message):
223         Alias to format-message, or format if not available.
224         (open-tls-stream): Use it.
225
226 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
227
228         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
229         * gnus-art.el (gnus-article-browse-delete-temp-files):
230         * gnus-eform.el (gnus-edit-form):
231         * gnus-fun.el (gnus-display-x-face-in-from):
232         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
233         * gnus-topic.el (gnus-topic-edit-parameters):
234         * mail-source.el (mail-source-delete-old-incoming):
235         * message.el (message-strip-subject-encoded-words)
236         (message-check-recipients, message-send-form-letter):
237         * mm-decode.el (mm-display-part):
238         * mm-uu.el (mm-uu-pgp-signed-extract-1):
239         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
240         * spam-report.el (spam-report-process-queue):
241         * tls.el (open-tls-stream):
242         Respect ‘text-quoting-style’ in diagnostics.
243         * gnus-art.el (article-display-face):
244         * gnus-fun.el (gnus-display-x-face-in-from):
245         Use straight quoting in email.
246         * rfc2231.el (rfc2231-decode-encoded-string):
247         Escape apostrophes in doc strings.
248
249 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
250
251         Go back to grave quoting in Gnus
252
253         * auth-source.el (auth-source-netrc-parse-entries):
254         * gnus-agent.el (gnus-agent-check-overview-buffer)
255         (gnus-agent-fetch-headers):
256         * gnus-int.el (gnus-start-news-server):
257         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
258         (gnus-registry-post-process-groups):
259         * gnus-score.el (gnus-summary-increase-score):
260         * gnus-start.el (gnus-convert-old-newsrc):
261         * gnus-topic.el (gnus-topic-rename):
262         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
263         * spam.el (spam-check-blackholes):
264         Stick with grave quoting in diagnostics strings.  This is more
265         portable to older Emacs, desirable for Gnus.
266
267 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
268
269         Prefer directed to neutral quotes in docstings and diagnostics.
270         In docstrings, escape apostrophes that would otherwise be translated
271         to curved quotes using the newer, simpler rules.
272
273         * auth-source.el (auth-source-netrc-parse-entries):
274         * gnus-agent.el (gnus-agent-check-overview-buffer)
275         (gnus-agent-fetch-headers):
276         * gnus-int.el (gnus-start-news-server):
277         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
278         * gnus-score.el (gnus-summary-increase-score):
279         * gnus-start.el (gnus-convert-old-newsrc):
280         * gnus-topic.el (gnus-topic-rename):
281         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
282         * nnmairix.el (nnmairix-widget-create-query):
283         * spam.el (spam-check-blackholes):
284         Use directed rather than neutral quotes in diagnostics.
285
286         * gnus-util.el (gnus-format-message):
287         Alias to format-message, or format if not available.
288
289 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
290
291         * auth-source.el (auth-sources):
292         Prefer (substitute-command-keys "`\\[foo-command]'")
293         to "`M-x foo-command'" in docstring.
294
295         * time-date.el (format-seconds):
296         Use curved quotes in diagnostic format strings.
297
298         * nnmairix.el (nnmairix-propagate-marks-upon-close):
299         * pop3.el (pop3-authentication-scheme):
300         Don't quote symbols with apostrophes in doc strings.
301         Use asymmetric quotes instead.
302
303 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
304
305         Use overlay functions directly
306
307         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
308         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
309
310         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
311         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
312         (gnus-article-highlight-signature, gnus-article-extend-url-button)
313         (gnus-article-add-button, gnus-insert-prev-page-button)
314         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
315         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
316         * gnus-html.el (gnus-html-wash-tags):
317         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
318         (gnus-highlight-selected-tree):
319         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
320         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
321         * gnus-util.el (gnus-put-overlay-excluding-newlines):
322         * message.el (message-fix-before-sending)
323         (message-toggle-image-thumbnails):
324         * mm-decode.el (mm-convert-shr-links):
325         * sieve.el (sieve-highlight, sieve-insert-scripts):
326         Use overlay functions directly instead of using gnus-overlay-*,
327         message-overlay-*, and sieve-overlay-*.
328
329         * gnus-sum.el (gnus-remove-overlays):
330         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
331         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
332         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
333         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
334         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
335         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
336         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
337         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
338         (gnus-overlays-at, gnus-overlays-in):
339         * message.el (message-delete-overlay, message-make-overlay)
340         (message-overlay-get, message-overlay-put, message-overlays-in):
341         * messagexmas.el (message-delete-overlay, message-make-overlay)
342         (message-overlay-get, message-overlay-put, message-overlays-in):
343         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
344         Remove.
345
346 2015-08-19  Glenn Morris  <rgm@gnu.org>
347
348         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
349
350 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * message.el (message-overlay-put, message-make-overlay)
353         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
354         (message-delete-overlay, message-window-inside-pixel-edges):
355         Declare before using.
356
357 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
358
359         * message.el (message-overlay-get, message-overlays-in)
360         (message-window-inside-pixel-edges):
361         * messagexmas.el (message-overlay-get, message-overlays-in):
362         XEmacs compatible functions.
363
364 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
365
366         * message.el (message-toggle-image-thumbnails): New command.
367
368 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
369
370         * message.el (message-send-form-letter): Change (message (format ...))
371         to (message ...).  This lessens the probability of confusion when
372         the output of `format' contains `%'.
373
374 2015-08-04  David Kastrup  <dak@gnu.org>
375
376         * gnus-art.el (gnus-article-describe-key)
377         (gnus-article-describe-key-briefly):
378         Do not overwrite preexisting contents of unread-command-events.
379
380 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
381
382         * nnimap.el (nnimap-request-move-article)
383         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
384         extension if available.
385
386 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
387
388         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
389         capabilities instead of relying on LOGIN response.
390
391 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
392
393         * nnbabyl.el (nnbabyl-retrieve-headers):
394         * nndiary.el (nndiary-retrieve-headers):
395         * nneething.el (nneething-retrieve-headers):
396         * nnmbox.el (nnmbox-retrieve-headers):
397         * nnmh.el (nnmh-retrieve-headers):
398         * nnml.el (nnml-retrieve-headers):
399         * nnspool.el (nnspool-retrieve-headers):
400         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
401         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
402         progress-report percentages and the like.  This avoids problems
403         if (* 100 NUMERATOR) would overflow.
404
405         * gnus-registry.el (gnus-registry-import-eld):
406         * registry.el (registry-reindex):
407         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
408
409 2015-07-17  Julien Danjou  <jd@abydos>
410
411         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
412         command.
413
414 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
415
416         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
417         of function arguments.
418
419 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
420
421         * nnimap.el: Clean up "unused var" warnings.
422         (auth-source-creation-prompts): Declare.
423         (nnimap-retrieve-headers, nnimap-status-message)
424         (nnimap-request-create-group, nnimap-request-delete-group)
425         (nnimap-close-group, nnimap-request-move-article)
426         (nnimap-request-accept-article, nnimap-request-newgroups)
427         (nnimap-request-post, nnimap-dummy-active-number)
428         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
429         (nnimap-parse-flags): Remove unused var `p'.
430         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
431         (nnimap-flags-to-marks): Remove unused var `totalp'.
432
433 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
434
435         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
436         before RFC822.SIZE.
437
438 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
439
440         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
441         so that a 'plain value for the `nnimap-stream' server variable is
442         handled correctly.
443
444 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
445
446         Remove unused let variables
447         * nnimap.el (nnimap-request-group): Variables are not used.
448
449         Check if group names are already strings
450         * gnus-group.el (gnus-group-group-name):
451         The group name may already be a string.
452         Specifically, in the group list reached from the *Server* buffer,
453         the 'gnus-group text property returns a string.  Everywhere else
454         it returns a symbol.
455
456 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
457
458         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
459         (nnmaildir--update-nov): Remove unused var `numdir'.
460         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
461         (nnmaildir-request-group, nnmaildir-request-create-group)
462         (nnmaildir-request-post, nnmaildir-request-move-article)
463         (nnmaildir-request-accept-article, nnmaildir-active-number):
464         Mark unused args.
465         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
466         Declare.
467         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
468         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
469         `mark', `end', `new-mark', and `mark-sym'.
470         (nnmaildir-retrieve-headers):
471         Remove unused args `srv-dir', `dir', `nlist2'.
472         (nnmaildir-request-expire-articles):
473         Remove unused vars `article', `stop' and `nlist2'.
474         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
475         `end'.  Use nnmaildir--article when dyn-binding is needed.
476         Give the value directly in the `let' for `del-mark', `del-action',
477         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
478         (nnmaildir-close-server):
479         Declare those local vars that need to be dyn-bound.
480
481 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
482
483         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
484
485 2015-05-31  David Engster  <deng@randomsample.de>
486
487         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
488         instead of using `sleep-for', as the latter does not seem to reliably
489         wait (see for instance bug 15990).
490
491 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * gnus-art.el (gnus-button-alist): Re-revert last change.
494         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
495
496 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
497
498         * gnus-art.el (gnus-button-alist): Revert last change.
499         It wasn't that important, and it caused a Gnus build to fail.  See:
500         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
501
502         * gnus-art.el (gnus-button-alist):
503         Also treat "‘" and "’" as quoting chars.
504
505 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
506
507         * gnus-art.el (gnus-treat-strip-list-identifiers)
508         (gnus-article-mode-syntax-table):
509         * gnus-group.el (gnus-group-nnimap-edit-acl):
510         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
511         e.g., missing quote, ``x'' where `x' was meant, etc.
512
513 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
516         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
517         into just c.
518
519 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
522         Normalize characters into numbers in spec keys.
523
524 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * dgnushack.el (declare-function): Redefine it to use autoload.
527         * lpath.el (gnus-html-prefetch-images): Declare.
528
529 2015-05-04  Glenn Morris  <rgm@gnu.org>
530
531         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
532
533         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
534
535         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
536         (gnus-topic-create-topic, gnus-topic-enter-dribble):
537         Declare rather than autoload.
538
539         * mm-archive.el (gnus-recursive-directory-files)
540         (mailcap-extension-to-mime): Autoload at run-time.
541
542         * mm-util.el (latin-unity-massage-name)
543         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
544         (latin-unity-representations-present-region):
545         Declare rather than autoload.
546
547         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
548         Autoload at run-time.
549         (epg-context-set-signers, epg-context-result-for)
550         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
551         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
552         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
553         (epg-configuration, epg-expand-group, epa-select-keys):
554         Declare rather than autoload.
555
556         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
557         Autoload at run-time.
558         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
559         (gnus-registry-get-id-key, gnus-registry-action):
560         Declare rather than autoload.
561
562         * nnmail.el (mail-send-and-exit): Autoload at run-time.
563
564         * spam.el (spam-stat-buffer-change-to-non-spam)
565         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
566         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
567         (spam-stat-split-fancy): Remove pointless autoloads.
568
569         * mm-view.el (epg-decrypt-string): Autoload.
570         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
571         (epg-sub-key-validity): Fix declarations.
572
573 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
574
575         * gnus.el: Ma Gnus v0.13 is released.
576
577 2015-05-01  Glenn Morris  <rgm@gnu.org>
578
579         * gnus-util.el (iswitchb-read-buffer):
580         * mm-decode.el (libxml-parse-html-region):
581         * mml.el (libxml-parse-html-region):
582         * nnrss.el (libxml-parse-html-region): Update declaration.
583
584 2015-04-27  Glenn Morris  <rgm@gnu.org>
585
586         * message.el (gnus-extract-address-components):
587         Remove bogus declaration that was masking previous problem.
588
589 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
590
591         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
592         altering the buffer.
593         (hashcash-insert-payment-async-2): Revert previous change because it
594         still means that the mark is moving around.
595
596 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597
598         * gnus-uu.el (gnus-uu-save-article):
599         Make the save-restriction/widen calls make more sense.
600
601 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * gnus-art.el (gnus-use-idna):
604         * gnus-sum.el (gnus-summary-idna-message):
605         * message.el (message-use-idna):
606         Catch the invalid-operation error that idna.el will issue.
607
608 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
609
610         * gnus-group.el (gnus-group--setup-tool-bar-update):
611         cursor-sensor-functions should be a list of functions.
612
613 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
614
615         * gnus-group.el (gnus-tmp-*): Declare.
616         (gnus-update-group-mark-positions): Remove unused `topic' var.
617         (gnus-group-insert-group-line): Remove unused var `header'.
618         (gnus-group--setup-tool-bar-update): New function.
619         (gnus-group-insert-group-line): Use it.
620         (gnus-group-update-eval-form): Declare local
621         dynamically-bound variables.
622         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
623
624         * gnus-topic.el (gnus-topic-jump-to-topic)
625         (gnus-group-prepare-topics, gnus-topic-update-topic)
626         (gnus-topic-change-level, gnus-topic-catchup-articles)
627         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
628         Use inhibit-read-only.
629         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
630         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
631
632 2015-04-12  João Távora  <joaotavora@gmail.com>
633
634         * message.el (message-mode):
635         Use `set' and `make-local-variable' instead of `setq-local'.
636
637 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
638
639         * gnus-sum.el (gnus-summary-refer-thread):
640         Make sure gnus-newsgroup-unreads remains sorted.
641
642 2015-04-12  João Távora  <joaotavora@gmail.com>
643
644         Improve sexp-based movement in message-mode
645         * message.el (message--syntax-propertize): New function.
646         (message-mode): Set syntax-related vars.d
647         (message-smileys): New variable.
648
649 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
650
651         * gnus-art.el (gnus-hidden-properties): Simplify.
652         (gnus-article-hide-text, gnus-article-unhide-text)
653         (gnus-article-unhide-text-type): Remove special handling of
654         `intangible' since that property is not used any more.
655         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
656
657 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
660         and a runtime function for it, of which the XEmacs version takes only
661         two arguments.
662
663 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
664
665         Use American spelling for 'normalize'
666         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
667         All uses changed.  Add an alias for obsolete usages.
668
669 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
670
671         * gnus-art.el (gnus-article-browse-html-save-cid-content):
672         Always return relative file name.
673         (gnus-article-browse-html-parts):
674         Make external links absolute and cid file names relative.
675
676 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
677
678         * registry.el (registry-prune): Re-use `registry-full' in
679         `registry-prune'.  It's a bit of redundant work, but safer.
680         Also ensure that target-size is an integer.
681
682 2015-03-31  Daiki Ueno  <ueno@gnu.org>
683
684         * plstore.el (plstore--decrypt): Clear entry in
685         `plstore-passphrase-alist' if decryption failed (bug#20030).
686
687 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
688
689         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
690         to "Display" menu.
691
692 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
693
694         * nnimap.el (nnimap-split-incoming-mail): If a message is already
695         in the group it should be split to, don't re-copy it into the group.
696
697 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
698
699         * nnmh.el (nnmh-request-expire-articles):
700         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
701
702 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
703
704         * registry.el (registry-lookup-secondary, registry-full)
705         (registry-prune, registry-collect-prune-candidates):
706         * gnus-registry.el (gnus-registry-load): Use slot names rather than
707         initarg names in `oref' and `oset'.
708
709 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
710
711         * registry.el (registry-prune): Allow registry to reach full size
712         before pruning.
713
714 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
715
716         * registry.el (registry-collect-prune-candidates): Fix call to
717         cl-subseq.
718
719 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
720
721         * registry.el (registry-db): Temporary fix old Emacsen compilation.
722
723 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
724
725         * gnus-registry.el (gnus-registry-handle-action)
726         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
727         (gnus-registry-keywords): Make it do something.
728         (gnus-registry-import-eld): Remove unused var `new-entry'.
729         (gnus-registry-action): Remove unused var `to-name'.
730         (gnus-registry-make-db): Prefer `make-instance' to avoid
731         compiler warnings.
732         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
733
734         * registry.el (registry-db): Don't oset-default an instance-allocated
735         slot.
736
737 2015-03-10  Glenn Morris  <rgm@gnu.org>
738
739         * message.el (message-valid-fqdn-regexp): Bump :version for
740         2014-11-17 change.
741
742 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
743
744         * gnus-notifications.el (gnus-notifications-action): Raise window
745         frame.
746         (gnus-notifications-action): Allow mark as read.
747         (gnus-notifications-notify): Show uption to mark as read.
748
749 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
750
751         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
752         (registry-search, registry-delete, registry-size, registry-insert)
753         (registry-reindex, registry-collect-prune-candidates):
754         * gnus-registry.el (gnus-registry-fixup-registry)
755         (gnus-registry-remove-extra-data): Use slot names rather than initarg
756         names in `oref' and `oset'.
757
758 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
759         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
760         in the group it should be split to, don't re-copy it into the group.
761
762 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
763
764         * message.el (message-insert-formatted-citation-line): Change %F to
765         fall back to email address if no first name could be determined.
766
767 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
768
769         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
770         Fix point motion when removing displayed MIME part.
771         (gnus-article-edit-part): Make jumping to the next part really work
772         when deleting or stripping.
773         (gnus-mime-buttonize-attachments-in-header): Make header attachment
774         buttons identical to the ones in the article body so as to work deleting
775         and stripping.
776
777 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * mm-decode.el (mm-shr)
780         * mm-view.el (mm-inline-text-html-render-with-w3m):
781         Revert my bogus change that made the start marker of a part
782         the "moves after insertion" type.
783
784 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
785
786         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
787         Tools: https://github.com/politza/pdf-tools) for viewing PDF
788         attachments in emacs.
789
790 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
791
792         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
793         instead of sasl-scram-sha-1, as the former is the name that can be
794         required.
795
796         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
797         (sasl-scram-sha-1-client-final-message)
798         (sasl-scram-sha-1-authenticate-server): Move to end of file.
799
800 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
801
802         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
803
804 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
807         (sasl-string-prefix-p): New compatibility functions.
808
809 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
810
811         * gnus-compat.el (process-live-p): Added new compat function for Emacs
812         23.
813
814 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
815
816         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
817         from the server LIST response.
818
819 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
820
821         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
822         during header retrieval, error out instead of interpreting the data in
823         the buffer as the only messages there.  This way, we don't mark
824         articles as read on a server hangup (bug#19035).
825
826         * mm-decode.el (mm-head-p): New function.
827         (mm-display-part): Go to a blank line when inserting parts internally.
828
829 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
830
831         * sasl-scram-rfc.el: New file.
832
833         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
834         Add SCRAM-SHA-1 first.
835         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
836         entry (bug#17636).
837
838 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
839
840         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
841         that we don't get a warning when setting the buffer-local variable
842         (bug#19573).
843
844         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
845         `gnus-request-group'.
846
847 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
848
849         * gnus-art.el (gnus-article-browse-html-save-cid-content)
850         (gnus-article-browse-html-parts): Make cid file names relative if and
851         only if html doesn't specify <base> directory.
852
853 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
854
855         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
856         parts, because that breaks filling (since buttons are in a bold face).
857
858 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
859
860         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
861         use gnus-overlays-at and gnus-overlay-put.
862
863 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
864
865         * mm-decode.el (mm-shr): Only pass the fill column when not using
866         fonts, because limiting the width to what's appropriate for followups
867         doesn't really help when not using proportional fonts.
868
869 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
870
871         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
872         shr, beacause that breaks folding.
873         (mm-shr): Don't shorten the width when using fonts.
874
875 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
876
877         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
878         variable; always check the newrc timestamp.
879         (gnus-save-newsrc-file): Always check timestamp.
880
881 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
882
883         * mail-source.el (mail-source-call-script): If scripts exit with an
884         error, pop up an error buffer.
885
886 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
887
888         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
889         as a default.
890
891         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
892         correct server.
893
894 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
895
896         * nnimap.el (nnimap-request-group-scan): Fix the function name.
897
898         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
899
900 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
901
902         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
903         that nnimap works for non-activated backends.
904
905 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
906
907         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
908         message, since we already get an obsolescence message.  Use `declare'.
909
910 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
911
912         * nnir.el: Revert "Enable non-ASCII IMAP searches".
913
914 2015-01-30  Glenn Morris  <rgm@gnu.org>
915
916         * gnus-registry.el (gnus-registry-max-pruned-entries)
917         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
918         Fix :version.
919         (gnus-registry-default-sort-function): Improve :type.
920
921 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
922
923         * nnimap.el (nnimap-request-group): Allow running this function on
924         groups that don't exist in Gnus yet.
925         (nnimap-request-group): Revert previous patch since that made it
926         impossible to enter nnimap groups.
927
928         * message.el (message-smtpmail-send-it): Remove the mail header
929         separator before sending.
930
931 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
932
933         * nnimap.el (nnimap-find-expired-articles): Fix handling of
934         (expiry-wait . never).
935
936 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
937
938         * nnimap.el (nnimap-request-group): Clear the buffer before returning
939         the data.
940
941 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * gnus-compat.el (string-bytes): Work for XEmacs.
944
945 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
946
947         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
948
949         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
950         IMAP.
951
952 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
953
954         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
955
956         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
957
958         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
959         be added to the backlog.
960
961 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
962
963         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
964         target with a recursive make call.
965
966 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
967
968         * nnimap.el (nnimap-header-parameters): Refactor and request
969         X-GM-LABELS if it's been announced.
970         (nnimap-transform-headers): Gather and output GM-LABELS.
971
972 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
973
974         * mm-decode.el (mm-display-part): Make non-string methods work.
975         Non-string methods are funcalled and work just fine, the test was
976         bogus.
977         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
978         whole frame.
979
980 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
981
982         * nnimap.el (nnimap-request-accept-article): Allow respooling using
983         nnimap.
984
985         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
986         request rescans when being run interactively.
987
988         * nnimap.el (nnimap-request-group): Don't rescan the group here,
989         because that can be very slow in large groups.
990
991         * gnus-int.el (gnus-request-group-scan): New backend function.
992
993         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
994
995 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
996
997         * gnus-group.el (gnus-group-suspend): Close all backends.
998
999 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1000
1001         * dgnushack.el (dgnushack-compile-file): New function.
1002         (dgnushack-compile): Use it (bug#19514).
1003
1004 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005
1006         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
1007
1008 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1009
1010         * registry.el: Don't use <class> as a variable.
1011
1012 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1013
1014         system-name's returned value can vary
1015         Also, the system-name variable is now obsolete.
1016         Fixes Bug#19438.
1017         * message.el (message-make-fqdn):
1018         * nnvirtual.el (nnvirtual-retrieve-headers)
1019         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
1020         and avoid naming locals 'system-name'.
1021
1022 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
1023
1024         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
1025         lines don't get overlong when responding.
1026
1027 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * registry.el (cl-remf, cl-loop, cl-subseq):
1030         Alias to remf, loop, and subseq respectively for old Emacsen.
1031
1032 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
1033
1034         * gnus-group.el (gnus-read-ephemeral-bug-group):
1035         Bind coding-system-for-read and coding-system-for-write only around
1036         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
1037
1038 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1039
1040         * registry.el (registry-db): Set default slot later.
1041         This is because its value is not a literal integer.
1042
1043 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1044
1045         * registry.el (registry-db): Fix default registry-db max-size.
1046
1047 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1048
1049         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
1050         add warning.
1051
1052         * gnus-art.el: Fix up compiler warnings.
1053         (article-display-face, article-display-x-face): Remove unused `face'.
1054         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
1055         (article-date-ut): Remove unused var `first'.
1056         (gnus-article-prepare): Remove unused var `gnus-article'.
1057         (gnus-mime-save-part-and-strip): Remove unused var `param'.
1058         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
1059         `coding-system' along with corresponding dead code.
1060         (gnus-mime-view-part-externally): Remove unused var
1061         `mm-user-display-methods'.
1062         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
1063         (gnus-display-mime): Remove unused var `handle'.
1064         (gnus-mime-display-alternative): Remove unused var `props'.
1065         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
1066         (gnus-article-edit-done): Remove unused var `p'.
1067         (gnus-url-mailto): Remove unused var `to'.
1068         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
1069         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
1070
1071 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
1072
1073         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
1074         slots into a :max-size slot.
1075         (registry-db-version): Add new variable for database version number.
1076         (registry-prune): Use :max-size slot. Accept and use a sort-function
1077         argument.
1078         (registry-collect-prune-candidates): Add new function for finding
1079         non-precious pruning candidates.
1080         (registry-prune-hard-candidates, registry-prune-soft-candidates):
1081         Remove obsolete functions.
1082         (initialize-instance): Upgrade registry version when starting.
1083
1084         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
1085         (gnus-registry-max-pruned-entries): Remove obsolete variable.
1086         (gnus-registry-cache-file): Change default
1087         filename extension to "eieio".
1088         (gnus-registry-read): Add new function, split out from
1089         `gnus-registry-load', that does the actual object reading.
1090         (gnus-registry-load): Use it. Add condition case handler to check for
1091         old filename extension and rename to the new one.
1092         (gnus-registry-default-sort-function): New variable to specify a sort
1093         function to use when pruning.
1094         (gnus-registry-save, gnus-registry-insert): Use it.
1095         (gnus-registry-sort-by-creation-time): Define a default sort function.
1096
1097         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
1098         Adjust test for new object signature.
1099         (gnustest-registry-pruning-test): Add new pruning test.
1100         (gnustest-registry-sort-function): Default sort function for testing.
1101         (gnustest-registry-pruning-sort-test): New test for sorting.
1102
1103 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
1106         function for reuse.
1107         (gnus-mime-buttonize-attachments-in-header): Adjust.
1108
1109 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * message.el (message-change-subject): Really check whether the subject
1112         changed.
1113
1114 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
1117         PDFs.
1118         (mailcap-view-mime): New function.
1119
1120 2014-12-01  Glenn Morris  <rgm@gnu.org>
1121
1122         * gnus-cloud.el (gnus-cloud): Add :version tag.
1123
1124 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1125
1126         * gnus-art.el (gnus-use-idna):
1127         * gnus-sum.el (gnus-summary-idna-message):
1128         * message.el (message-use-idna):
1129         Protect against nil value for idna-program.
1130
1131         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1132
1133 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1134
1135         * auth-source.el (auth-source-macos-keychain-search-items): Return
1136         result of `auth-source-macos-keychain-result-append' (bug#19074).
1137
1138 2014-11-25  Glenn Morris  <rgm@gnu.org>
1139
1140         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1141         Add :version tag.
1142
1143 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1144
1145         * pop3.el (pop3-open-server): Warn unless encrypted.
1146
1147         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1148
1149 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1150
1151         Port new time stamp handling to Emacs 23.2.
1152         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1153         * time-date.el (time-add, time-subtract, time-less-p):
1154         Use eval-and-compile, not eval-when-compile.
1155
1156 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1157
1158         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1159         TLDs.
1160
1161 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1162
1163         Port new time stamp handling to old Emacs and to XEmacs.
1164         This is needed for Gnus, which copies time-date.el and which
1165         runs on older Emacs implementations.
1166         * time-date.el (with-decoded-time-value):
1167         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1168         (encode-time-value, with-decoded-time-value):
1169         Obsolete only if new Emacs.
1170         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1171
1172         Improve time stamp handling, and be more consistent about it.
1173         This implements a suggestion made in:
1174         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1175         Among other things, this means timer.el no longer needs to
1176         autoload the time-date module.
1177         * time-date.el (seconds-to-time, days-to-time, time-since)
1178         (with-decoded-time-value):
1179         Treat 'nil' as current time.  This is mostly for XEmacs.
1180         (encode-time-value, with-decoded-time-value): Obsolete.
1181         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1182         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1183
1184 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1187         discarding changes in ephemeral groups.
1188
1189         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1190         things the user isn't interested in.
1191
1192 2014-11-13  Julien Danjou  <jd@abydos>
1193
1194         * gnus-notifications.el (gnus-notifications-notify): Provide both
1195         app-icon and image-path.
1196
1197 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1198
1199         * mm-url.el (mm-url-encode-multipart-form-data):
1200         Restore to handle "multipart/form-data" by eww.
1201
1202 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1203
1204         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1205         Landscheidt.
1206
1207 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1208
1209         Simplify use of current-time and friends.
1210         * gnus-delay.el (gnus-delay-article):
1211         * gnus-sum.el (gnus-summary-read-document):
1212         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1213         * message.el (message-make-expires-date):
1214         Omit unnecessary call to current-time.
1215         * gnus-util.el (gnus-float-time): Simplify to an alias because
1216         time-to-seconds now behaves like float-time with respect to nil arg.
1217         (gnus-seconds-year): Don't call current-time twice to get the current
1218         time stamp, as this can lead to inconsistent results.
1219         * time-date.el (time-to-seconds) [!float-time]:
1220         Use current time if arg is nil, to be compatible with float-time.
1221         (time-date--day-in-year): New function, with most of the guts of
1222         the old time-to-day-in-year.
1223         (time-to-day-in-year): Use it.
1224         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1225
1226 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1227
1228         * gnus.el (gnus-mode-line-buffer-identification):
1229         Don't add image data for a non-graphic display (bug#18813).
1230
1231 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1234         load-path, it blocks autoloading of find-image (bug#18813).
1235
1236 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1237
1238         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1239         to keep connection open (bug#18728).
1240
1241 2014-10-20  Glenn Morris  <rgm@gnu.org>
1242
1243         * Merge in all changes up to 24.4 release.
1244
1245 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1246
1247         * message.el (message-insert-signature): Use `newline' instead of
1248         inserting explicit "\n".
1249
1250 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1251
1252         * gnus-icalendar.el: Support vcal format timezones.
1253         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1254         compute dates with associated timezone.
1255         (gnus-icalendar-event-from-ical): Compute all timezones.
1256
1257 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1258
1259         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1260         check the newsrc.eld file's timestamp before saving it.
1261         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1262         timestamp has changed to be newer.
1263
1264 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1265
1266         * gnus-icalendar.el (gnus-icalendar-identities):
1267         Include message-alternative-emails.
1268
1269 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1272         New compatibility functions.
1273         (ntlm-build-auth-response): Use them.
1274
1275 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1276
1277         * ntlm.el (ntlm-build-auth-request):
1278         Add NTLM2 Session support.  (Bug#15603)
1279
1280 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1281
1282         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1283         expired messages only when it was built in reverse order.
1284
1285 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1286
1287         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1288         last so it can be used in `message-send-hook'.
1289
1290 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1291
1292         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1293         <#secure> tag (bug#18513).
1294
1295 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * parse-time.el: Require cl when compiling.
1298
1299 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1300
1301         Use cl-lib as much as possible following the 2014-09-26 change
1302         in the Emacs trunk.
1303         * parse-time.el: Try requiring cl-lib.
1304         (parse-time-incf): Alias to cl-incf or incf.
1305         (digit-char-p): Remove.
1306         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1307         (parse-integer): Rename to parse-time-integer.
1308         (parse-time-tokenize, parse-time-rules, parse-time-string)
1309         Use parse-time-incf and parse-time-integer.
1310
1311 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1312
1313         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1314         of ":delete".
1315
1316 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1319         (gnus-article-browse-html-parts):
1320         Revert last change that breaks links other than cid contents.
1321
1322 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1323
1324         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1325         (gnus-article-browse-html-parts): Make cid file names relative.
1326
1327 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1330         temporarily displayed when running a mode function (at least org-mode
1331         requires it).
1332
1333 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1334
1335         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1336         the gnus-summary-article-expire-hook should be told where the function
1337         is going. In particular, the Gnus registry might want to know.
1338
1339 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1340
1341         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1342
1343 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1346
1347 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1348
1349         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1350         the gnus-summary-article-expire-hook should be told where the function
1351         is going. In particular, the Gnus registry might want to know.
1352
1353 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1354
1355         Don't mishandle year-9999 dates (Bug#18176).
1356         * parse-time.el (parse-time-rules):
1357         Allow years up to most-positive-fixnum.
1358         * time-date.el (date-to-time):
1359         Pass "Specified time is not representable" errors through.
1360
1361 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1362
1363         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1364         groups and t.
1365
1366 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * gnus-utils.el (gnus-recursive-directory-files):
1369         Unify hard or symbolic links (bug#18063).
1370
1371 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1372
1373         * gnus-msg.el (gnus-configure-posting-style):
1374         Allow string replacements in values when matching against a header.
1375
1376 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1377
1378         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1379         the dribble buffer even when it is shrunk a lot.
1380         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1381
1382 2014-06-26  Glenn Morris  <rgm@gnu.org>
1383
1384         * mm-util.el (help-function-arglist): Remove outdated declaration.
1385
1386 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1387
1388         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1389         attribute values.  (Bug#17834)
1390
1391 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1392
1393         * gnus-sum.el (gnus-summary-edit-article-done):
1394         Prefer point-marker to copy-marker of point.
1395
1396 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * Makefile.in (install-el, install-el-elc): Compress .el files.
1399         (uninstall): Remove compressed .el files.
1400
1401 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1404         (gnus-article-read-summary-keys):
1405         Don't bug out when there is no article in the summary buffer.
1406         (gnus-mime-buttonize-attachments-in-header):
1407         Improve criterion that finds parts to display.
1408
1409         * gnus-art.el (gnus-mm-display-part):
1410         * mm-decode.el (mm-shr):
1411         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1412         (mm-insert-inline): Revert last changes.
1413
1414 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * gnus-art.el (gnus-mm-display-part):
1417         * mm-decode.el (mm-shr):
1418         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1419         (mm-insert-inline): Set insertion type of end-marker, not only
1420         start-marker, of undisplayer so as to stay after inserted text.
1421
1422 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1423
1424         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1425         attribute. (Bug#17613)
1426
1427 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1428
1429         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1430         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1431
1432 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1435         Don't delete next part button; keep spacing between buttons.
1436
1437 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1440         Work for the last MIME part in an article.
1441         (gnus-mime-display-single): Suppress excessive newlines between parts.
1442
1443         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1444         by leading or trailing newline.
1445
1446 2014-05-12  Sam Steingold  <sds@gnu.org>
1447
1448         * time-date.el (seconds-to-string): New function to pretty print time
1449         delay in seconds.
1450
1451 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1454         while prompting a user for a file name, etc.
1455         (gnus-mime-display-single): Display part with a common appearance no
1456         matter whether MIME button is omitted or not; don't add duplicate entry
1457         to gnus-article-mime-handle-alist.
1458         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1459
1460 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1461
1462         * mml2015.el (mml2015-display-key-image): New variable.
1463
1464 2014-05-08  Glenn Morris  <rgm@gnu.org>
1465
1466         * gnus-fun.el (gnus-grab-cam-face):
1467         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1468         This is CVE-2014-3421.
1469
1470 2014-05-04  Glenn Morris  <rgm@gnu.org>
1471
1472         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1473
1474 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1477         the displaying state of a part.
1478         (gnus-mm-display-part): Don't insert a newline in the beginning of
1479         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1480
1481         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1482         (mm-shr): Make undisplayer unbreakable.
1483
1484         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1485         Don't insert excessive newline.
1486         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1487         (mm-insert-inline): Make undisplayer unbreakable.
1488
1489 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1490
1491         * gnus.el: Ma Gnus v0.11 is released.
1492
1493 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1494
1495         * gnus-art.el (gnus-mm-display-part):
1496         Highlight header attachment buttons.
1497
1498 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1501         a part; redisplay a button (enbugged in 2014-02-05).
1502
1503 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1504
1505         * auth-source.el (auth-source-search, auth-source-search-backends):
1506         Treat :max 0 as an indicator that a boolean return is wanted, as
1507         documented. Reported by Joe Bloggs.
1508
1509 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * gnus-icalendar.el: Require gnus-art.
1512
1513 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1514
1515         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1516         (gnus-icalendar--update-org-event): put event timestamp in
1517         the org entry body instead of the drawer.
1518         (gnus-icalendar-event--get-attendee-names): list of participants should
1519         contain even attendees without common name attribute.
1520         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1521         property tags in org drawers.
1522
1523 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1524
1525         * gmm-utils.el (gmm-format-time-string): New function.
1526
1527         * message.el (message-insert-formatted-citation-line): Use the original
1528         author's time zone to express a date string.
1529
1530 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1531
1532         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1533         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1534         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1535         Silence compiler warnings.
1536         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1537
1538 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1539
1540         * mml.el: Require url when compiling.
1541
1542         * gnus-cloud.el (gnus-cloud-parse-version-1):
1543         Use plist-get rather than CL's getf.
1544         (gnus-activate-group, gnus-subscribe-group): Declare.
1545
1546         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1547
1548 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1551         buttons when toggling the header off.
1552
1553 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1554
1555         * tls.el (tls-program): Reflow docstring.
1556
1557 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1558
1559         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1560         groups work again.
1561
1562 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1563
1564         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1565         999 correctly (i.e. "1,342").
1566
1567 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1568
1569         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1570         out if the directory doesn't exist.
1571
1572 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1573
1574         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1575         commands here; instead, only check if epg-config.el is available.
1576
1577 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1578
1579         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1580         messages with embedded images.
1581         (mml-generate-mime): Don't bug out if you don't have libxml.
1582
1583 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1584
1585         * message.el (message-make-html-message-with-image-files): New command.
1586
1587 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1588
1589         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1590
1591         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1592
1593 2014-02-23  David Engster  <deng@randomsample.de>
1594
1595         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1596         to stay compatible with older Emacsen, so replace `cl-loop' with
1597         `loop'.
1598
1599 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1600
1601         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1602         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1603         instead, build list of patterns.
1604
1605 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1608         Display header attachment buttons by gnus-article-prepare-display
1609         rather than gnus-article-prepare so as to view in mml-preview as well.
1610
1611 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1612
1613         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1614         in `auth-sources' means and link to EPA docs.
1615
1616 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1617
1618         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1619         (bug#12375).
1620
1621 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1622
1623         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1624         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1625
1626 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1627
1628         * message.el (message-tab): Mention what happens on normal tabs
1629         (bug#11297).
1630
1631 2014-02-08  Glenn Morris  <rgm@gnu.org>
1632
1633         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1634
1635 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1638         buttons that are hidden in unselected alternative part as well.
1639         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1640
1641         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1642
1643 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1644
1645         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1646         keystroke.
1647         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1648         types.
1649
1650         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1651         with an empty string.
1652
1653 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1654
1655         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1656         buffer-local in some buffers, so bind it explicitly in the buffer we're
1657         trying to cancel the article in (bug#10808).
1658
1659 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1662         New functions.
1663
1664         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1665         New user option.
1666         (gnus-mime-buttonize-attachments-in-header): New function.
1667         (gnus-article-prepare): Use it.
1668         (gnus-mime-inline-part): Suppress extra newline.
1669         (gnus-mm-display-part): Save excursion;
1670         remove useless deleting and adding of buttons.
1671         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1672
1673         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1674         Add gnus-mime-buttonize-attachments-in-header.
1675
1676 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1677
1678         * nnimap.el (nnimap-request-articles): New command to download several
1679         articles at once.
1680
1681         * gnus.el (gnus-variable-list): Save Cloud variables.
1682
1683         * gnus-int.el (gnus-request-accept-article): Doc fix.
1684
1685 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1686
1687         * parse-time.el (parse-time-iso8601-regexp)
1688         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1689         it more generally.
1690
1691 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1692
1693         * gnus-cloud.el: New file to provide the Emacs Cloud.
1694
1695         * dgnushack.el: Silence XEmacs w3 warning.
1696
1697         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1698         `url-retrieve-synchronously', apparently.
1699
1700         * dgnushack.el: Silence XEmacs dns.el warning.
1701
1702         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1703         instead of in all files.
1704
1705         * dns.el (network-interface-list): Define for XEmacs.
1706
1707         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1708         XEmacs.
1709
1710         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1711
1712 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1713
1714         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1715         `gnus-group-split-fancy'.
1716
1717 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1718
1719         * message.el (message-remove-header): Doc fix.
1720         (message-forward-included-headers): New variable.
1721         (message-remove-ignored-headers): Use it.
1722
1723 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1724
1725         * nnir.el (nnir-request-update-mark): Don't try to update the source
1726         group if we can't find it (bug#16611).
1727
1728 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1729
1730         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1731
1732 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1733
1734         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1735         network interfaces changed.
1736         (dns-query): Use it to flush the data.
1737
1738 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1739
1740         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1741         from random face commands.
1742         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1743         Face.
1744         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1745         (gnus--random-face-with-type): Generic function returning a face-type
1746         as a string.
1747         (gnus--insert-random-face-with-type): Generic function inserting a face
1748         in a message buffer header.
1749         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1750         (gnus-insert-random-x-face-header): Rewritten to use
1751         `gnus--insert-random-face-with-type`.
1752         (gnus-random-face): Return random (png) Face as string.
1753         (nus-insert-random-face-header): Insert random (png) Face in a message
1754         buffer.
1755
1756 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1757
1758         * mm-url.el: Remove all usage of w3.
1759
1760         * nnrss.el: Ditto.
1761
1762         * mm-decode.el: Ditto.
1763
1764         * mm-view.el: Ditto.
1765
1766         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1767         outdated and all Emacsen have url.el built-in.
1768
1769         * gnus-setup.el: Remove outdated file.
1770
1771 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1772
1773         * gnus.el: Ma Gnus v0.9 is released.
1774
1775 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1776
1777         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1778
1779 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1780
1781         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1782         in the summary buffer (bug#13769).
1783
1784 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1785
1786         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1787         name if we're using a single article buffer.  Otherwise, it may point
1788         to a killed buffer (bug#13756).
1789
1790 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1791
1792         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1793         the match data, just save and restore it explicitly (bug#12375).
1794
1795         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1796         that's needed.
1797
1798         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1799         the code once (bug#9069).
1800
1801 2014-01-18  Steinar Bang  <sb@dod.no>
1802
1803         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1804         reading.
1805
1806 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1807
1808         * message.el (message-bury): Call bury-buffer with no argument
1809         in the message-return-action case too.
1810
1811 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1814         (nnimap-split-fancy, nnimap-split-methods): Declare.
1815
1816         * mm-util.el (help-function-arglist): Declare.
1817
1818 2013-12-28  Glenn Morris  <rgm@gnu.org>
1819
1820         * gnus-sieve.el (gnus-sieve-select-method):
1821         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1822         (gravatar-rating, gravatar-size):
1823         * message.el (message-minibuffer-local-map):
1824         * sieve-manage.el (sieve-manage-authenticators)
1825         (sieve-manage-authenticator-alist): Specify custom types.
1826
1827         * hashcash.el (hashcash-program): Rename from hashcash-path.
1828         Update callers.
1829
1830         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1831         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1832         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1833
1834         * auth-source.el (auth-sources):
1835         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1836         Fix custom types.
1837
1838         * tls.el (tls-certtool-program): Fix default value.
1839
1840 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1841
1842         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1843         we get proper traces there, too.
1844
1845 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1846
1847         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1848         value of the parameters if the current article has a Reply-To or From
1849         field.
1850
1851 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1852
1853         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1854
1855 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1856
1857         * gnus-sum.el (gnus-summary-exit): Stop animations.
1858
1859 2013-12-19  Juri Linkov  <juri@jurta.org>
1860
1861         * gnus.el (gnus-suppress-keymap):
1862         * gnus-art.el (gnus-article-mode-map):
1863         * gnus-group.el (gnus-group-mode-map):
1864         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1865         Remove [backspace] key binding because it shadows DEL (bug#16035).
1866
1867         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1868
1869 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1872         Make sure work directory exists.
1873         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1874         rather than tmp directory.
1875         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1876         not necessarily always run, with it.
1877
1878 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1879
1880         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1881         value of gnus-icalendar-additional-identities work without restart.
1882
1883 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * mm-util.el (mm-make-temp-file):
1886         Alias to make-temp-file for modern Emacsen.
1887
1888 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1889
1890         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1891         nnir-article-number and nnir-article-group.
1892
1893 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1894
1895         * message.el (message-send-mail-with-sendmail):
1896         Don't kill error buffer if sending fails.
1897
1898 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1899
1900         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1901         (gnus-icalendar-event->org-entry)
1902         (gnus-icalendar--update-org-event)
1903         (gnus-icalendar-event->gnus-calendar): Distinguish between
1904         required/optional/non-participant attendee status.  Fix bug causing
1905         the first required event participant to be omitted.
1906
1907 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * gnus-art.el (article-de-quoted-unreadable)
1910         (article-de-base64-unreadable, gnus-mime-copy-part)
1911         * gnus-html.el (gnus-article-html)
1912         * mm-view.el (mm-inline-text-html-render-with-w3)
1913         (mm-inline-text-html-render-with-w3m-standalone)
1914         * rfc2231.el (rfc2231-decode-encoded-string):
1915         Allow overriding charset by mm-charset-override-alist.
1916
1917         * gnus-art.el (gnus-article-browse-html-parts):
1918         Replace LWSPs with `&nbsp;'s in header.
1919
1920         Work for broken Chinese articles.
1921
1922         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1923         Exclude broken handles that gnus-summary-enter-digest-group may create.
1924         (gnus-article-browse-html-parts):
1925         Allow overriding charset by mm-charset-override-alist.
1926
1927 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1928
1929         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1930         (gnus-icalendar-identities): Support additional-identities.
1931
1932 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1933
1934         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1935         org-timestamp for events ending at midnight.
1936
1937 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1938
1939         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1940         .log files.
1941
1942 2013-11-20  David Engster  <deng@randomsample.de>
1943
1944         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1945
1946 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1947
1948         * message.el (message-beginning-of-line):
1949         Use beginning-of-visual-line when visual-line-mode is turned on.
1950
1951 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1952
1953         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1954         (gnus-icalendar-event-from-ical)
1955         (gnus-icalendar-event->org-entry)
1956         (gnus-icalendar--update-org-event): Required/optional participation,
1957         list of attendees synced to org.
1958
1959 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1960
1961         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1962         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1963         cancellations to be synced to org if the original appt has an org
1964         outline.
1965
1966 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1967
1968         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1969         (gnus-icalendar-event->org-entry)
1970         (gnus-icalendar--update-org-event)
1971         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1972
1973 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1974
1975         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1976         Fix timezone handling in gnus-icalendar export to org.
1977
1978 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1979
1980         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1981
1982 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1985
1986 2013-10-30  Glenn Morris  <rgm@gnu.org>
1987
1988         * gnus-group.el (gnus-group-browse-foreign-server):
1989         * gnus-int.el (gnus-start-news-server):
1990         Silence compiler obsolescence warning.
1991
1992 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1993
1994         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1995         `nnoo-current-server' first, then for the actual `nnimap-address' to
1996         allow netrc entries for the nnoo server to coexist with netrc entries
1997         for the `nnimap-address'.
1998
1999 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * mm-decode.el (mm-dissect-buffer): Revert last change.
2002         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2003         The problem that motivated those changes was attributed to a broken
2004         mail sender, and has been fixed.
2005
2006 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
2009         token is missing in the Content-Type header.
2010
2011         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2012
2013 2013-09-18  Glenn Morris  <rgm@gnu.org>
2014
2015         * gnus-util.el (image-size): Declare.
2016
2017 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
2020         (gnus-icalendar-event-from-ical)
2021         (gnus-icalendar-event--build-reply-event-body)
2022         (gnus-icalendar-event-reply-from-buffer)
2023         (gnus-icalendar-find-org-event-file)
2024         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
2025         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
2026
2027         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
2028
2029 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2030
2031         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
2032         Use save-current-buffer.
2033         (gnus-tree-mode-map): Initialize in the declaration.
2034         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
2035         (scroll-in-place): Defvar it.
2036         (gnus-tmp-*): Defvar them.
2037         (gnus-get-tree-buffer): Use derived-mode-p.
2038         (gnus--let-eval): New macro.
2039         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
2040         non-prefixed variables.
2041         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
2042
2043         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
2044         vars since it doesn't seem to be available.
2045         (gnus-set-global-variables, gnus-summary-read-group-1)
2046         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
2047         (gnus-summary-display-article, gnus-summary-select-article)
2048         (gnus-summary-next-article, gnus-offer-save-summaries)
2049         (gnus-summary-generic-mark): Use derived-mode-p.
2050         (gnus-summary-read-group-1, gnus-summary-exit)
2051         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
2052         Adjust calls to gnus-tree-close and gnus-tree-open.
2053
2054         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
2055
2056         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
2057         (gnus-agent-mode): Use derived-mode-p.
2058         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
2059         gnus-command-method and *-command-method to nil, but bind
2060         gnus-command-method to *-command-method instead!
2061         (gnus-agent-fetch-articles): Remove unused var `id'.
2062         (gnus-agent-fetch-headers): Remove unused arg `force'.
2063         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
2064         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
2065         (gnus-agent-short-article, gnus-agent-long-article)
2066         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
2067         first use.
2068         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
2069         `score-param'.
2070         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
2071         (gnus-get-predicate): Push in front of the cache, rather than end.
2072         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
2073         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
2074         (gnus-agent-expire-unagentized-dirs): Don't rebind
2075         gnus-agent-expire-current-dirs since the defvar silences the warning.
2076         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
2077         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
2078         (gnus-agent-regenerate): Simplify interactive spec and doc.
2079
2080 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * gnus-int.el (gnus-open-server): Silence compiler.
2083
2084         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2085
2086         * message.el (message-display-completion-list): Abolish.
2087         (message-completion-in-region): Use display-completion-list.
2088
2089 2013-09-17  Glenn Morris  <rgm@gnu.org>
2090
2091         * gnus-util.el (gnus-message-with-timestamp-1):
2092         Use `messages-buffer' function if available.  Ignore read-only.
2093
2094 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2095
2096         * message.el (message-expand-group, message-completion-in-region):
2097         Correct the order of start and end of a region.
2098
2099 2013-09-13  Glenn Morris  <rgm@gnu.org>
2100
2101         * mml2015.el (gnus-create-image): Autoload it.
2102
2103         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
2104
2105         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
2106         (image-size): Declare.
2107
2108 2013-09-12  Glenn Morris  <rgm@gnu.org>
2109
2110         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
2111         Avoid using `find', which i) might not be defined at runtime;
2112         ii) does not work, since its default test is eql, not equal.
2113         (gnus-mime-action-alist): Declare.
2114
2115 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2116
2117         * score-mode.el (gnus-score-mode-map): Move initialization
2118         into declaration.
2119         (gnus-score-mode): Use define-derived-mode.
2120         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
2121         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
2122         into declaration.
2123         (gnus-kill-file-mode): Use define-derived-mode.
2124         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2125         Use derived-mode-p.
2126         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2127         (gnus-group-setup-buffer, gnus-group-name-at-point)
2128         (gnus-group-make-web-group, gnus-group-enter-directory)
2129         (gnus-group-suspend): Use derived-mode-p.
2130         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2131         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2132         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2133         (gnus-article-setup-buffer, gnus-article-prepare)
2134         (gnus-article-prepare-display, gnus-sticky-article)
2135         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2136         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2137         (gnus-article-read-summary-keys): Use derived-mode-p.
2138
2139 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2142
2143 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2146         shift_jis from the default value set for Japanese users.
2147
2148 2013-08-13  Glenn Morris  <rgm@gnu.org>
2149
2150         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2151
2152         * gnus.el (gnus-valid-select-methods): Fix type.
2153
2154         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2155
2156 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * mm-decode.el (mm-display-external): Run a timer for the temp files
2159         deletion after a viewer exits; add a deletion timer for the needsterm
2160         case, too.
2161
2162         * mm-decode.el (mm-display-external): Try to delete temporary files by
2163         using a 1-min. timer.
2164
2165 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2168         New internal variables.
2169         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2170         (mm-display-external): Use it to delete temporary files instead of
2171         using timers.
2172
2173 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174
2175         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2176
2177 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2178
2179         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2180         with cond for backwards compatability.
2181
2182 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * mm-decode.el (mm-display-external): Bind process-connection-type to
2185         nil; don't delete a temp file immediately even if a viewer finishes,
2186         since it may be a shell script, like xdg-open, that launches a real
2187         viewer program belatedly.
2188
2189 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2190
2191         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2192         that we can create nndoc groups that excerpt other groups.
2193
2194 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * gnus-delay.el (gnus-delay-article): Fix typo.
2197
2198         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2199         articles.
2200
2201         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2202         we can get spell-checking etc.
2203
2204 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2207         a single one used for encoding the whole text in a header.
2208
2209 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210
2211         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2212         doesn't work properly on XEmacs.
2213
2214 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215
2216         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2217         before sending.
2218
2219         * dgnushack.el (dgnushack-compile): Add a temporary check for
2220         gnus-icalendar.
2221
2222         * mm-decode.el (mm-command-output): New face.
2223         (mm-display-external): Use it.
2224
2225 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2226
2227         * nnmbox.el (nnmbox-request-article): Don't change point.
2228
2229 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230
2231         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2232         Include `handle' parameter.
2233
2234 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2235
2236         * gnus-icalendar.el: New file.
2237
2238 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2241
2242         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2243         dummy roots, too.
2244
2245 2013-08-01  David Edmondson  <dme@dme.org>
2246
2247         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2248         out on ttys.
2249
2250 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251
2252         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2253         not empty.
2254
2255         * nnrss.el (nnrss-discover-feed): Indent.
2256
2257 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2258
2259         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2260
2261 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2264         dirty to ensure nnimap data being saved.
2265
2266 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2267
2268         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2269         menu entry.
2270
2271         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2272         the current thread's total score instead of the current article's
2273         score.
2274
2275         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2276         (gnus-sort-threads-recursively): Delete defcustom.
2277         (gnus-sort-threads-recursive): Adapt accordingly.
2278
2279 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2280
2281         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2282         (gnus-sort-threads-recursive): Use it.
2283         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2284         again.  Now that determines how to sort subthreads.
2285
2286 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2287
2288         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2289         (gnus-sort-threads): Use it.
2290
2291 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2292
2293         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2294         punctuation characters follow parentheses (bug#14950).
2295
2296 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * gnus.el (gnus-continuum-version):
2299         * gnus-msg.el (gnus-extended-version): Simplify.
2300
2301         * gnus.el (gnus-continuum-version-1): Remove.
2302         * gnus-msg.el (gnus-bug): Revert.
2303
2304         Calculate gnus-version correctly on Cygwin.
2305
2306         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2307         (gnus-continuum-version-1): New function, return a string.
2308
2309         * gnus-msg.el (gnus-extended-version, gnus-bug):
2310         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2311
2312 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2313
2314         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2315         (bug#13384).
2316
2317 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2320         that were only relevant in a development version a long time ago.
2321
2322 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2323
2324         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2325         that the old Emacs 24s bundle.
2326
2327 2013-07-10  David Engster  <deng@randomsample.de>
2328
2329         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2330         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2331         fixes a bug in Emacs trunk where the 'unexist' marks were always
2332         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2333         Gnus v0.03".
2334
2335 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2336
2337         * gnus.el (gnus-summary-line-format): Reference
2338         `gnus-user-date-format-alist' for the &user-date; format, not
2339         `gnus-summary-user-date-format-alist'.
2340
2341 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2344         delete files (bug#13481).
2345
2346 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2347
2348         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2349
2350 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2351
2352         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2353         display images.
2354
2355         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2356
2357         * message.el (message-cancel-news): According to
2358         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2359         preferred over "cmsg cancel" in the Subject.
2360
2361         * nnir.el (nnir-engines): Note that the group specs are regexps
2362         (bug#13238).
2363
2364         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2365         gotten read-only text properties, ensure that those aren't heeded when
2366         copying stuff over (bug#13434).
2367
2368         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2369         (bug#13762).
2370
2371 2013-07-05  David Kastrup  <dak@gnu.org>
2372
2373         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2374         authinfo file again (important for blank passwords).  This had been
2375         broken with 2013-06-15 change.
2376
2377 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2378
2379         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2380         Revert 2013-01-14 change.
2381
2382 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2383
2384         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2385         of 'create-image' for XEmacs compatibility; check errors when decoding
2386         image.  Reported by Uwe Brauer.
2387
2388 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2391         gnus-button-push revised at 2011-01-19.
2392
2393 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2396         now live in the lisp/net Emacs 24 repository.
2397
2398 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * eww.el (eww-update-header-line-format): Quote % characters.
2401
2402 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2403
2404         * eww.el (eww-process-text-input): Display passwords as asterisks.
2405
2406         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2407
2408 2013-06-19  Tom Tromey  <tromey@redhat.com>
2409
2410         * eww.el (eww-top-url): Remove.
2411         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2412         (eww-render): Set new variables.  Don't set eww-top-url.
2413         (eww-handle-link): Handle "prev", "home", and "contents".
2414         Downcase the rel text.
2415         (eww-top-url): Choose best top URL.
2416
2417 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418
2419         * eww.el: Rewrite to implement form elements "by hand" instead of
2420         relying in widget.el.  Using widget.el leads to too many
2421         user interface inconsistencies.
2422         (eww-self-insert): Implement entering commands in text fields.
2423         (eww-process-text-input): New function to make text input field editing
2424         work.
2425         (eww-submit): Rewrite to use the new-style form methods.
2426         (eww-select-display): Display the correct selected item.
2427         (eww-change-select): Implement changing the select value.
2428         (eww-toggle-checkbox): Implement radio/checkboxes.
2429         (eww-update-field): Fix compilation error.
2430         (eww-tag-textarea): Implement <textarea>.
2431
2432         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2433         don't shadow mode-specific bindings.
2434
2435         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2436         nothing to push.
2437
2438         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2439
2440 2013-06-19  Glenn Morris  <rgm@gnu.org>
2441
2442         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2443
2444 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2445
2446         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2447
2448 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * shr.el (shr-make-table-1): Implement <td rowspan>.
2451         (shr-table-horizontal-line): Allow nil as a value, and change the
2452         default.
2453         (shr-insert-table-ruler): Respect the nil value.
2454
2455 2013-06-18  Tom Tromey  <tromey@barimba>
2456
2457         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2458         New defvars.
2459         (eww-open-file): New defun.
2460         (eww-render): Initialize new variables.
2461         (eww-display-html): Handle "link" and "a".
2462         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2463         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2464         (eww-back-url): Rename from eww-previous-url.
2465         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2466         defuns.
2467
2468 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2469
2470         * shr.el (shr-tag-table): Insert the images after the table, so that
2471         they're not covered by the table colourisation, which often looked
2472         awkward.
2473         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2474         <dd>.
2475         (shr-make-table-1): Implement <td colspan=> support.
2476         (shr-insert-document): Use one less than window width if `shr-width' is
2477         nil, since otherwise things may get one character too wide.
2478
2479 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2480
2481         * eww.el (eww-detect-charset): Improve regexp; move backward.
2482
2483 2013-06-18  Glenn Morris  <rgm@gnu.org>
2484
2485         * mm-decode.el (widget-convert-button): Autoload.
2486
2487         * sieve-manage.el (mm-enable-multibyte): Autoload.
2488
2489         * shr.el (libxml-parse-html-region): Declare.
2490         (shr-render-buffer): Explicit error if no libxml2 support.
2491
2492 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2493
2494         * auth-source.el (auth-source-current-line): New function.
2495         (auth-source-netrc-parse-entries): When a data token is "machine",
2496         assume we're in the wrong place and abort parsing the current line.
2497
2498 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2499
2500         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2501         (eww-convert-widgets): Don't bug out if the first widget starts at the
2502         beginning of the buffer.
2503         (eww-convert-widgets): Fix last patch.
2504         (eww-tag-input): Support <input type=image>.
2505
2506         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2507         (shr-tag-base): Protect against base specs that are degenerate.
2508         (shr-ensure-paragraph): Don't delete empty lines that have text
2509         properties, because these may be input fields.
2510
2511         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2512         we can navigate to them.
2513
2514         * shr.el (shr-colorize-region): Put the colours over the entire region.
2515         (shr-inhibit-decoration): New variable.
2516         (shr-add-font): Use it to inhibit text property decorations while doing
2517         preliminary table renderings.  This speeds up typical Wikipedia page
2518         renderings by 15%.
2519         (shr-tag-span): Don't respect the <title>, because that overwrites the
2520         help-echo from links inside the spans.
2521         (shr-next-link): Use `help-echo' for navigation, so that we can
2522         navigate to form elements, too.
2523
2524         * eww.el (eww-button): New face.
2525         (eww-convert-widgets): Use it to make submit buttons more button-like.
2526
2527         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2528         that Gnus commands work.
2529
2530         * shr.el (shr-render-td): Support horizontal alignment.
2531
2532         * eww.el (eww-put-color): Removed.
2533         (eww-colorize-region): Use `add-face-text-property'.
2534
2535         * shr.el (shr-add-font): Append face data, so that we get the correct
2536         precedence: The innermost value (which is applied first) wins.
2537         (shr-make-overlay): Obsolete function.
2538
2539         * mm-decode.el (mm-convert-shr-links): New function to convert
2540         new-style shr URL links into widgets.
2541         (mm-shr): Use it.
2542
2543         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2544         widget commands, since we're no longer using widgets for links.
2545
2546         * shr.el (shr-next-link): New command.
2547         (shr-previous-link): New command.
2548         (shr-urlify): Don't use `widget-convert', because that's slow.
2549         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2550         because collecting the overlays and reapplying them when generating
2551         tables is slow.
2552         (shr-insert-table): Ditto.
2553
2554 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2555
2556         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2557         * shr.el (browse-url): Require `url'.
2558         * eww.el (url): Require format-spec.
2559
2560 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2561
2562         * eww.el (eww-display-html): Default to using the entire window width.
2563         (eww-browse-url): Don't add a User-Agent header (twice), because that
2564         makes Bing refuse connection.
2565
2566         * shr.el (shr-make-table): Cache the table rendering at the table
2567         level, and not the <td> level.  This is a bit faster.
2568
2569         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2570         #id.
2571
2572         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2573         browsers don't.
2574         (shr-expand-url): Respect #anchor links.
2575         (shr-parse-base): Chop off the anchor before using.
2576         (shr-descend): Respect display: none.
2577         (shr-descend): Allow marking elements that have certain IDs.
2578
2579         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2580
2581         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2582
2583         * eww.el (eww-tag-textarea): Support <textarea>.
2584
2585 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2586
2587         * shr.el (shr-dom-to-xml): Fixed function call.
2588
2589         * eww.el (eww): New group.
2590         (eww-header-line-format): New custom variable.
2591         (eww-current-title): New variable.
2592         (eww-display-html): Update header and handle title tag.
2593         (eww-update-header-line-format): New function.
2594         (eww-tag-title): New function.
2595
2596         * shr.el (shr-dom-to-xml): New function.
2597         (shr-tag-svg): Add support for the SVG tag.
2598         (shr-bullet): New custom variable.
2599         (shr-tag-li): Support custom bullet in unordered lists.
2600
2601 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * shr.el (shr-expand-url): Respect // URLs.
2604
2605         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2606         put a background colour onto the entire buffer.
2607         (eww-render): When being redirected, use the redirect URL as the new
2608         base URL.
2609
2610         * shr.el (shr-parse-base): Fix parsing error.
2611
2612         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2613
2614         * shr.el (shr-parse-base): New function.
2615         (shr-expand-url): Use it to expand relative URLs reliably.
2616
2617 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2618
2619         * auth-source.el (auth-source-search-collection): Fix docstring.
2620         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2621         single-quoted strings and multiline entries.
2622         (auth-source-netrc-parse-next-interesting)
2623         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2624         functions to support parser.
2625
2626 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * eww.el (eww-submit): Get submit button logic right when hitting RET
2629         on non-submit buttons.
2630
2631         * shr.el: Remove shr-preliminary-table-render, since that can't really
2632         be used for anything in practice.
2633
2634 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2635
2636         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2637         (sieve-manage-quit).
2638
2639 2013-06-14  Glenn Morris  <rgm@gnu.org>
2640
2641         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2642
2643 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2644
2645         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2646         control the maximum size of photo ID image.
2647         (mml2015-epg-key-image-to-string): Respect it.
2648
2649 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650
2651         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2652         instead of the final one so that we can more easily distinguish them.
2653
2654         * eww.el (eww-submit): Compute the submission URL correctly.
2655
2656 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2657
2658         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2659         Use plist-get rather than CL's getf.
2660         (sieve-manage-parse-capability): Avoid CL's remove-if.
2661
2662 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2663
2664         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2665         (sieve-manage-quit).
2666
2667 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2668
2669         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2670         last slash.
2671
2672         * eww.el (eww-tag-select): Use the first value as the default value.
2673
2674 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2675
2676         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2677         (eww-mode): Use `define-derived-mode'.
2678         (eww-parse-headers): Parse headers from beginning of buffer so that
2679         file:// links work.
2680
2681 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2684
2685 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686
2687         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2688         to handle them at all.
2689
2690 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2691
2692         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2693         work, too.
2694         (eww-tag-select): Implement <select>.
2695
2696 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2697
2698         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2699         stream managing functions by using open-protocol-stream to do most of
2700         the work.  Has the nice benefit of enabling STARTTLS.
2701         Wait for capabilities after STARTTLS: following RFC5804, the server
2702         sends new capabilities after successfully establishing a TLS connection
2703         with the client.  The client should update the cached list of
2704         capabilities, but we just ignore the answer for now.
2705         (sieve-manage-network-p, sieve-manage-network-open)
2706         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2707         (sieve-manage-forward, sieve-manage-streams)
2708         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2709         API, nor called by any other function.
2710         Enable Multibyte for SieveManage buffers: The parser won't properly
2711         handle umlauts and line endings unless multibyte is turned on in the
2712         process buffer.
2713
2714 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715
2716         * eww.el (eww-tag-input): Support password fields.
2717         (eww-submit): Support POST.
2718
2719 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2720
2721         * eww.el (eww-tag-form): Protect against degenerate forms.
2722
2723         * shr.el (shr-expand-url): Expand URLs that start with a slash
2724         correctly.
2725
2726         * eww.el (eww-submit): Get submit button logic right.
2727
2728         * shr.el (shr-final-table-render): New variable to signal when we're
2729         doing the final table rendering so that we can collect more data at
2730         that point.
2731
2732         * eww.el (eww-submit): Make form submission work.
2733         (eww-tag-input): Implement submit buttons.
2734         (eww-click-radio): Implement radio and checkboxes.
2735         (eww-submit): Handle hidden elements.
2736
2737         * shr.el (shr-descend): Allow other packages to override (or provide)
2738         rendering of elements.
2739         (shr-expand-url): Strip query strings from URLs before expanding them.
2740
2741         * eww.el: Don't require cl-lib.
2742         (eww-tag-form): Start form support.
2743
2744         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2745
2746         * eww.el: Start writing a new, tiny web browser.
2747         (eww-previous-url): New command.
2748         (eww-quit): New command.
2749
2750 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2751
2752         * sieve.el: Put point at beginning of buffer when viewing a script.
2753         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2754         number in sieve-buffer's header.  Fixed code to also work with a string
2755         as port specifier.  Properly close the connection on pressing 'q'.  Make
2756         sieve-manage-quit close the connection and process buffer.  Also, remove
2757         duplicate keybinding for 'q'.
2758
2759 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2760
2761         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2762         make it easier to read.
2763         (mm-pkcs7-enveloped-magic): Ditto.
2764
2765 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2766
2767         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2768         before `image-type-available-p' to avoid loading the image libraries
2769         needlessly.
2770
2771 2013-06-05  David Engster  <deng@randomsample.de>
2772
2773         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2774         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2775         to see whether the group was synced before.
2776
2777 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2778
2779         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2780         when opening the connection.
2781         Suggested by João Távora <joaotavora@gmail.com> in
2782         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2783
2784 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2787         assume Date header begins with "Date", that may be customized into
2788         something like "X-Sent" using gnus-article-time-format.
2789         (article-transform-date): Allow multi-line Date header.
2790
2791 2013-06-02  David Engster  <deng@randomsample.de>
2792
2793         * registry.el (initialize-instance, registry-lookup)
2794         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2795         (registry-lookup-secondary-value, registry-search, registry-delete)
2796         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2797         not wrap methods in `eval-and-compile'.  This breaks due to latest
2798         changes in EIEIO (introduction of eieio-core.el).
2799
2800 2013-05-30  Glenn Morris  <rgm@gnu.org>
2801
2802         * nnmail.el (nnmail-fancy-expiry-target):
2803         Also bind mail-dont-reply-to-names.
2804
2805         * spam-stat.el (spam-stat-save):
2806         No need to tweak font-lock in temp buffers.
2807
2808         * shr.el (shr-put-image): Silence compiler.
2809
2810 2013-05-29  Glenn Morris  <rgm@gnu.org>
2811
2812         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2813
2814         * gnus-group.el (gnus-sequence-of-unread-articles)
2815         (gnus-summary-add-mark, gnus-mark-article-as-read)
2816         (gnus-group-make-articles-read): Declare.
2817
2818         * gnus-sum.el (gnus-parameter-list-identifier)
2819         (gnus-article-stop-animations, gnus-stop-downloads)
2820         (gnus-article-only-boring-p, article-goto-body)
2821         (gnus-flush-original-article-buffer, article-narrow-to-head)
2822         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2823         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2824
2825         * gnus.el: No need to eval-and-compile autoloads.
2826
2827         * gravatar.el (help-function-arglist): Autoload.
2828
2829         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2830
2831         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2832
2833         * spam.el: No need to load spam-report when compiling.
2834         No need to eval-and-compile autoloads.
2835         (spam-report-resend-to): Declare.
2836         (spam-report-resend-register-routine): Require 'spam-report.
2837
2838 2013-05-24  Julien Danjou  <julien@danjou.info>
2839
2840         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2841         setup.
2842
2843 2013-05-23  Glenn Morris  <rgm@gnu.org>
2844
2845         * gnus-util.el (rmail-swap-buffers-maybe)
2846         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2847         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2848         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2849
2850         * mm-decode.el: No need to load term when compiling.
2851         (term-mode, term-char-mode): Declare.
2852
2853         * mm-util.el: No need to load jka-compr when compiling.
2854         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2855
2856         * nnmaildir.el: Require is automatically eval-and-compile.
2857         (nnmail): Require at run-time too.
2858
2859         * registry.el (registry-size): Move definition before use.
2860
2861 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2862
2863         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2864         signed data to conform the standard.  (Bug#14232)
2865
2866 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2867
2868         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2869         double angle quotation mark.
2870
2871 2013-05-20  Glenn Morris  <rgm@gnu.org>
2872
2873         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2874
2875 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2876
2877         * message.el (message-insert-formatted-citation-line): handle finding
2878         first/lastname when more than 2 names appear.
2879
2880 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2881
2882         * shr.el (shr-tag-span): New function.
2883
2884 2013-05-18  Glenn Morris  <rgm@gnu.org>
2885
2886         * message.el (message-mode): Use message-mode-abbrev-table,
2887         with text-mode-abbrev-table as parent.  (Bug#14413)
2888
2889 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * message.el (message-expand-group): Decode group names.
2892
2893 2013-05-16  Julien Danjou  <julien@danjou.info>
2894
2895         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2896         app-icon.
2897
2898 2013-05-15  Glenn Morris  <rgm@gnu.org>
2899
2900         * shr-color.el (shr-color-visible-luminance-min)
2901         (shr-color-visible-distance-min): Use shr-color group.
2902
2903 2013-05-11  Glenn Morris  <rgm@gnu.org>
2904
2905         * gnus-vm.el: Make it loadable without VM.
2906         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2907         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2908
2909 2013-05-09  Glenn Morris  <rgm@gnu.org>
2910
2911         * mml1991.el: Make it loadable.  (Bug#13456)
2912
2913         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2914         * gnus-async.el (gnus-async-post-fetch-function):
2915         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2916         * gnus-html.el (gnus-html-image-cache-ttl):
2917         * gnus-notifications.el (gnus-notifications-timeout):
2918         * gnus-picon.el (gnus-picon-properties):
2919         * gnus-util.el (gnus-completion-styles):
2920         * gnus.el (gnus-other-frame-resume-function):
2921         * message.el (message-user-organization-file)
2922         (message-cite-reply-position):
2923         * nnir.el (nnir-summary-line-format)
2924         (nnir-retrieve-headers-override-function):
2925         * shr-color.el (shr-color-visible-luminance-min):
2926         * shr.el (shr-blocked-images):
2927         * spam-report.el (spam-report-resend-to):
2928         * spam.el (spam-summary-exit-behavior): Fix custom types.
2929
2930         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2931
2932 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2935         because of let-binding help-xref-following.  (Bug#14356)
2936
2937 2013-05-06  Glenn Morris  <rgm@gnu.org>
2938
2939         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2940
2941 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2942
2943         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2944         entering into the registry.
2945
2946 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2947
2948         * gnus.el: Ma Gnus v0.7 is released.
2949
2950 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2953         (Bug#14304)
2954
2955 2013-04-27  Glenn Morris  <rgm@gnu.org>
2956
2957         * gnus.el (gnus-list-debbugs):
2958         Use require rather than autoload.  (Bug#14262)
2959
2960 2013-04-27  Julien Danjou  <julien@danjou.info>
2961
2962         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2963         port to "sieve" now that it has an official IANA port assigned.
2964
2965 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2968         Don't set the MAILHOST environment variable permanently (Bug#14271).
2969
2970 2013-04-26  Glenn Morris  <rgm@gnu.org>
2971
2972         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2973
2974 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2975
2976         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2977         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2978
2979 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2980
2981         * nnir.el (nnir-close-group): Make sure we are in the right group.
2982
2983         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2984         dependency table from all newly retrieved headers.
2985
2986 2013-04-16  David Edmondson  <dme@dme.org>
2987
2988         Support <img src="data:...">.
2989
2990         * shr.el (shr-image-from-data): New function.
2991         (shr-tag-img): Use it.
2992
2993 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2994
2995         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2996         group.
2997
2998 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
3001         corresponding to any existing group (Bug#14166).
3002
3003 2013-04-10  Andrew Cohen  <cohen@bu.edu>
3004
3005         * nnir.el (number-sequence): No longer used.
3006         (nnir-request-set-mark): New function.
3007         (nnir-request-update-info): Improve marks updating.
3008         (nnir-request-scan): Don't duplicate marks updating.
3009         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
3010         Use 'assq rather than 'assoc.  Quote anonymous function.
3011         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
3012         Use 'gnus-group-prefixed-p.
3013         (gnus-summary-create-nnir-group): Make sure server for method is open.
3014
3015 2013-04-04  Andrew Cohen  <cohen@bu.edu>
3016
3017         * nnir.el (gnus-nnir-group-p): New function.
3018         (nnir-possibly-change-group): Use it.
3019
3020         * gnus-msg.el (gnus-setup-message): Use it.
3021
3022 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * mml.el (mml-minibuffer-read-description): Use `default' insted of
3025         `initial-input' for the argument name.
3026         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3027
3028 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
3029
3030         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
3031         (used by MH-E).
3032
3033 2013-04-01  Andrew Cohen  <cohen@bu.edu>
3034
3035         * nnir.el (nnir-request-update-mark): Improve mark updating in original
3036         group.
3037
3038         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
3039         fix compilation.
3040
3041 2013-03-31  Andrew Cohen  <cohen@bu.edu>
3042
3043         * nnir.el (nnir-method-default-engines): And another typo.
3044
3045 2013-03-30  Andrew Cohen  <cohen@bu.edu>
3046
3047         * nnir.el (nnir-method-default-engines): Fix typo.
3048
3049 2013-03-29  Andrew Cohen  <cohen@bu.edu>
3050
3051         * nnir.el: Define 'number-sequence for xemacs.
3052         (gnus-summary-create-nnir-group): New function to create an nnir group
3053         from an nnir summary buffer based on the current query.
3054         (nnir-request-create-group): Update to allow nnir group creation based
3055         on the current query.
3056
3057 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * nndraft.el (nndraft-request-expire-articles):
3060         Make expiry target always `delete'.
3061
3062 2013-03-27  Andrew Cohen  <cohen@bu.edu>
3063
3064         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
3065         buffer use the posting-style and gcc of the original article group.
3066         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
3067
3068         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
3069         after other deffoos.
3070
3071 2013-03-25  Andrew Cohen  <cohen@bu.edu>
3072
3073         * nnir.el: Major rewrite.  Cleaner separation between searches and group
3074         management.  Marks are now shown in nnir summary buffers.  Rudimentary
3075         support for real (i.e. not ephemeral) nnir groups.
3076         (gnus-summary-make-nnir-group): New function for initiating searches
3077         from a summary buffer.
3078
3079 2013-03-18  Sam Steingold  <sds@gnu.org>
3080
3081         * message.el (message-bury): Minor cleanup.
3082
3083 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
3084
3085         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
3086
3087 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3088
3089         * nndir.el (nndir-request-list): Remove 2nd argument passed to
3090         nnml-request-list.  (Bug#13873)
3091         (nndir-request-newsgroups): Remove, unused.
3092
3093         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
3094
3095 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3096
3097         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
3098         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
3099         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
3100
3101 2013-03-03  Ted Phelps  <phelps@gnusto.com>
3102
3103         * shr.el: Make all the overlays set the `evaporate' property so that
3104         they're removed properly.
3105
3106 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
3107
3108         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
3109         shell-quote-argument.
3110
3111 2013-02-22  David Engster  <deng@randomsample.de>
3112
3113         * gnus-registry.el (gnus-registry-save): Provide class name when
3114         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
3115         `condition-case' to stay compatible with older EIEIO versions which
3116         only accept one argument.
3117
3118 2013-02-17  Daiki Ueno  <ueno@gnu.org>
3119
3120         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
3121         (epg-user-id-validity): Autoload.
3122         (mml2015-epg-check-user-id): New function.
3123         (mml2015-epg-check-sub-key): New function split from
3124         mml2015-epg-find-usable-key.
3125         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3126         optional name-is-key-id, to handle the case when user-id is unusable.
3127         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3128
3129 2013-02-17  Glenn Morris  <rgm@gnu.org>
3130
3131         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3132
3133 2013-02-16  Glenn Morris  <rgm@gnu.org>
3134
3135         * shr.el (shr-put-image): Only animate images that specify a delay.
3136         This is consistent with the old image-animated-p behavior.
3137
3138 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3141         for XEmacs.
3142
3143 2013-02-13  Juri Linkov  <juri@jurta.org>
3144
3145         * gnus-art.el (gnus-article-mode-map):
3146         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3147         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3148
3149 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3150
3151         * auth-source.el (auth-source-format-prompt): Don't get confused by
3152         any "\" in replacement text.  (Bug#13637)
3153
3154 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3155
3156         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3157         (gnus-backend-trace): Honour gnus-backend-trace.
3158
3159         * mml.el (mml-insert-part): Insert closing tag.
3160
3161         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3162
3163 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164
3165         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3166         able to find the article, which can happen in debbugs groups,
3167         apparently.
3168
3169 2013-01-16  Glenn Morris  <rgm@gnu.org>
3170
3171         * smiley.el (smiley-style): Make the file loadable in batch mode.
3172
3173 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3174
3175         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3176         imap process running.
3177
3178 2013-01-14  Julien Danjou  <julien@danjou.info>
3179
3180         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3181         Compare addresses against addresses, not against the full From field.
3182
3183 2013-01-13  Richard Stallman  <rms@gnu.org>
3184
3185         * message.el (message-forward-make-body-mime): New args BEG, END
3186         specify what part of FORWARD-BUFFER to use.  Do the work directly
3187         instead of calling `mml-insert-buffer'.
3188
3189 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3190
3191         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3192         cross-reference(s).
3193
3194         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3195         cross-reference(s).
3196
3197 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3198
3199         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3200         and point-max-marker.
3201         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3202
3203 2013-01-11  Julien Danjou  <julien@danjou.info>
3204
3205         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3206         max are almost equal.  Also return the correct value for V which is
3207         already between 0 and 1.
3208
3209 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3210
3211         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3212         to mml2015-encrypt-to-self.
3213         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3214
3215 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3216
3217         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3218         mml-smime-epg-find-usable-secret-key.
3219
3220 2013-01-08  Glenn Morris  <rgm@gnu.org>
3221
3222         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3223
3224 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3225
3226         * mml-smime.el: Support signing by sender.
3227         Requested by Uwe Brauer.
3228         (mml-smime-sign-with-sender): New user option analogous
3229         to mml2015-sign-with-sender.
3230         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3231         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3232         mml2015.el.
3233
3234 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3235
3236         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3237         isn't running, because Gnus will probably not know how to handle the
3238         Gcc header (bug#11941).
3239
3240         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3241         articles.
3242
3243 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3244
3245         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3246         (nnfolder-generate-active-file): Make this function work with recursive
3247         folder names.
3248
3249 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3250
3251         * nntp.el (nntp-open-connection): Use HELP as the capability command
3252         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3253         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3254
3255 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3256
3257         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3258         place holder since this gives `Invalid face reference: nil' messages.
3259         Use the `default' face instead.  It has the same effect here, even
3260         though it is not no-op.
3261
3262         * gnus-util.el
3263         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3264
3265 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3266
3267         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3268         non-string posting styles (bug#13285).
3269
3270 2012-12-27  Glenn Morris  <rgm@gnu.org>
3271
3272         * plstore.el (plstore-passphrase-callback-function):
3273         Use plstore-get-file.
3274
3275 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3276
3277         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3278         stderr.
3279
3280 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3281
3282         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3283
3284         * gnus-compat.el (set-buffer-multibyte): Remove.
3285
3286 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3287
3288         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3289         temporary file to get PGP key image.  Pass no-show-photos when
3290         extracting image to avoid having it pop up twice.
3291
3292 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3293
3294         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3295         eligible for treatment.
3296
3297         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3298         lines.  This makes summary commands with hidden threads work more
3299         reliably.
3300
3301         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3302         button to mark the hidden citations (bug#9395).
3303
3304 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3305
3306         * mml2015.el (mml2015-epg-signature-to-string): New function.
3307         (mml2015-epg-verify-result-to-string): New function.
3308         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3309         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3310         instead of epg-verify-result-to-string.
3311         (epg-signature-key-id, epg-signature-to-string): Autoload.
3312         (epg-verify-result-to-string): Remove autoload.
3313
3314 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3315
3316         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3317         ID image from GPG public key.
3318         (mml2015-epg-key-image-to-string): New function.
3319
3320 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3321
3322         * plstore.el (plstore-passphrase-callback-function): Fix error when
3323         error when plstore-cache-passphrase-for-symmetric-encryption is set
3324         (bug#13264).
3325
3326 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3327
3328         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3329         buffer to the article buffer here, because that clobbers multiple
3330         article buffers.
3331
3332         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3333         buffer always points to the right summary buffer.
3334
3335 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3336
3337         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3338         the password (bug#12097).
3339
3340 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3341
3342         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3343         (bug#13263).
3344
3345         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3346         buffer exists before using it (bug#12475).
3347
3348         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3349         offline groups (bug#11937).
3350
3351         * message.el (message-yank-original): When using customize to set the
3352         value of `message-cite-style', the variable it set to a symbol that's
3353         the name of the variable, which must then be dereferenced (bug#12616).
3354
3355 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3356
3357         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3358         the `face' property with a list whose car is the face specified in the
3359         format string and whose cdr is (nil).
3360         * lisp/gnus-util.el
3361         (gnus-put-text-property-excluding-characters-with-faces):
3362         Change accordingly.
3363         (gnus-get-text-property-excluding-characters-with-faces): New function.
3364         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3365         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3366         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3367
3368 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3369
3370         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3371         login methods.
3372         (nnimap-login): Respect the `nnimap-authenticator' variable.
3373
3374         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3375         mark state when moving articles.  Otherwise unticked articles will get
3376         their ticks back after moving.
3377
3378 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3379
3380         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3381
3382         * message.el (message-ignored-news-headers): Always remove
3383         X-Message-SMTP-Method to avoid information leakage if the user
3384         mistakenly inserts the header into news messages.
3385
3386         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3387
3388         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3389         right than four characters, this command would move point to
3390         `point-max'.  Don't do that.
3391
3392         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3393         to nil to allow re-selecting groups that gain articles.
3394         (gnus-bug-group-download-format-alist): Update the URL.
3395
3396 2012-12-23  Andreas Schwab  <schwab@suse.de>
3397
3398         * shr.el (shr-tag-em): Render em as italic, not bold.
3399
3400 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3401
3402         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3403         for reuse.
3404         (gnus-open-server): Use it to add more tracing.
3405         (gnus-finish-retrieve-group-infos): Add backend tracing.
3406         (gnus-backend-trace): Also note the elapsed seconds.
3407
3408 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3409
3410         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3411         Set epa-file-encrypt-to from variable to avoid querying.
3412
3413 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3414
3415         * sieve-mode.el (sieve-font-lock-keywords):
3416         Keywords should be word delimited.  (Bug#13173)
3417
3418 2012-12-13  Andreas Schwab  <schwab@suse.de>
3419
3420         * tls.el (tls-program): Update customize type.
3421
3422 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3423
3424         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3425         instead of <pre> to align message header.
3426
3427 2012-12-12  Sam Steingold  <sds@gnu.org>
3428
3429         * gnus.el (gnus-other-frame-resume-function): Add user option.
3430         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3431
3432 2012-12-06  Sam Steingold  <sds@gnu.org>
3433
3434         * gnus-start.el (gnus-before-resume-hook): Add.
3435         (gnus-1): Run it when Gnus is alive.
3436
3437 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3440         * gnus-art.el (article-unsplit-urls)
3441         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3442         * gnus-registry.el (gnus-registry-get-article-marks)
3443         * message.el (message-goto-body): Use it.
3444         (message-called-interactively-p): Remove.
3445
3446         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3447         (spam-stat-score-buffer): Use it.
3448
3449         * spam.el: Silence the warnings against BBDB functions when compiling.
3450
3451         * gnus-score.el (gnus-score-decode-text-parts):
3452         Use append+mapcar instead of the cl function mapcan.
3453
3454 2012-12-05  Sam Steingold  <sds@gnu.org>
3455
3456         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3457         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3458         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3459
3460 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * gmm-utils.el (gmm-called-interactively-p): Revert.
3463         This seems to cause Emacs to get stuck!
3464         * gnus-art.el (article-unsplit-urls)
3465         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3466         * gnus-registry.el (gnus-registry-get-article-marks)
3467         * message.el (message-goto-body)
3468         (message-called-interactively-p): Revert.
3469
3470         * gmm-utils.el (gmm-called-interactively-p): New function.
3471         * gnus-art.el (article-unsplit-urls)
3472         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3473         * gnus-registry.el (gnus-registry-get-article-marks)
3474         * message.el (message-goto-body): Use it.
3475         (message-called-interactively-p): Remove.
3476
3477         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3478         * gnus-sync.el (gnus-sync-lesync-call)
3479         * message.el (message-read-from-minibuffer): Use it.
3480
3481 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * gmm-utils.el (gmm-flet): Remove.
3484         * gnus-sync.el (gnus-sync-lesync-call)
3485         * message.el (message-read-from-minibuffer): Don't use it.
3486
3487 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3490
3491 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3494
3495         * gnus-sync.el (gnus-sync-lesync-call)
3496         * message.el (message-read-from-minibuffer): Use gmm-flet.
3497
3498         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3499
3500         * gnus-util.el (gnus-macroexpand-all): Remove.
3501
3502 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3503
3504         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3505         to TAB, not [tab].
3506         (gnus-summary-article-map): Likewise.
3507
3508         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3509         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3510
3511 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3512
3513         * time-date.el: Commentary fix.
3514
3515 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3516
3517         * color.el: Don't require cl.
3518         (color-complement): `caddr' -> `nth 2'.
3519
3520         * time-date.el (time-to-seconds): De-obsolete.
3521
3522 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * message.el (message-get-reply-headers):
3525         Make sure the reply goes to the author if it is a wide reply.
3526
3527 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3528
3529         * gnus-score.el (gnus-score-body):
3530         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3531         scoring by body.
3532
3533 2012-11-16  Glenn Morris  <rgm@gnu.org>
3534
3535         * gnus-diary.el (nndiary-request-create-group-functions)
3536         (nndiary-request-update-info-functions)
3537         (gnus-subscribe-newsgroup-functions)
3538         (nndiary-request-accept-article-functions):
3539         Use new names for hooks rather than obsolete aliases.
3540
3541 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3542
3543         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3544
3545 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3548         in meta tag with the one the part specifies in its header.
3549
3550 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3551
3552         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3553         by default.
3554
3555 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3558         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3559
3560 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3563         and a runtime function for it, of which the XEmacs version takes only
3564         two arguments.
3565
3566 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3567
3568         * nndiary.el (nndiary-request-create-group-functions)
3569         (nndiary-request-update-info-functions)
3570         (nndiary-request-accept-article-functions):
3571         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3572         "-hooks" suffix.
3573
3574 2012-10-19  Julien Danjou  <julien@danjou.info>
3575
3576         * gnus-art.el: Require gnus-util because it uses
3577         `gnus-timer--function'.
3578
3579 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3580
3581         * starttls.el (starttls-extra-arguments): Doc fix.
3582
3583 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3584
3585         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3586         it.
3587
3588 2012-10-06  Glenn Morris  <rgm@gnu.org>
3589
3590         * gnus-notifications.el (gnus-notifications):
3591         Add missing group :version tag.
3592         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3593         (gnus-gcc-post-body-encode-hook):
3594         * gnus-sync.el (gnus-sync-lesync-name)
3595         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3596
3597 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3598
3599         * color.el (color-hsl-to-rgb): Fix incorrect results for
3600         small and large hue values.  (Bug#12559)
3601
3602 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3603
3604         New UIDL implementation.
3605
3606         * mail-source.el (mail-sources, mail-source-keyword-map):
3607         Add :leave as a pop3 keyword.
3608         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3609
3610         * pop3.el (pop3-leave-mail-on-server): Allow number.
3611         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3612         (pop3-movemail): Add UIDL support.
3613         (pop3-send-streaming-command): Take a list of mail numbers instead of
3614         the number of mails.
3615         (pop3-write-to-file): Add X-UIDL header.
3616         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3617         (pop3-uidl-add-xheader): New functions.
3618
3619         * message.el (message-ignored-resent-headers):
3620         Add X-Content-Length and X-UIDL headers.
3621
3622 2012-10-05  Glenn Morris  <rgm@gnu.org>
3623
3624         * color.el (color-name-to-rgb, color-rgb-to-hex)
3625         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3626         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3627         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3628         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3629
3630 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3633         a user about whether to delete temp files if once a user answered as n.
3634
3635 2012-09-25  Chong Yidong  <cyd@gnu.org>
3636
3637         * password-cache.el (password-read-and-add): Use a declare form to mark
3638         this function obsolete.
3639
3640 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * lpath.el: Bind mail-encode-mml for old Emacsen.
3643
3644 2012-09-17  Richard Stallman  <rms@gnu.org>
3645
3646         * message.el (message-in-body-p): Don't set mark or modify buffer.
3647
3648         * mml.el (mml-attach-file): Doc fix.
3649         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3650         Set mail-encode-mml when in Mail mode.
3651         Simplify code to set HEAD and move back to HEAD.
3652         (mml-insert-multipart, mml-insert-part):
3653         Set mail-encode-mml when in Mail mode.
3654
3655 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3656
3657         * gnus-util.el (gnus-timer--function): New function.
3658
3659         * gnus-art.el (gnus-article-stop-animations): Use it.
3660
3661 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3662
3663         Fix glitches caused by addition of psec to timers.
3664         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3665         rather than raw access to timer vector.
3666
3667 2012-09-11  Julien Danjou  <julien@danjou.info>
3668
3669         * gnus-notifications.el (gnus-notifications): Check for nil values in
3670         ignored addresses check.
3671
3672 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3673
3674         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3675
3676 2012-09-07  Chong Yidong  <cyd@gnu.org>
3677
3678         * gnus-util.el
3679         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3680
3681         * gnus-salt.el (gnus-tree-highlight-node):
3682         * gnus-sum.el (gnus-summary-highlight-line):
3683         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3684
3685 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3688
3689 2012-09-06  Juri Linkov  <juri@jurta.org>
3690
3691         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3692         scheme for buffer names to be more consistent with other group and
3693         article buffer names in Gnus.
3694
3695 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3696
3697         * gnus-util.el
3698         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3699
3700         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3701         Jenkner.
3702
3703         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3704
3705         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3706
3707         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3708
3709 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3710
3711         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3712         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3713
3714         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3715         string-prefix-p in Emacs >=23.2.
3716
3717         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3718         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3719         instead of string-match-p.
3720         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3721
3722 2012-09-06  Kenichi Handa  <handa@gnu.org>
3723
3724         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3725         lowercase a..f.
3726
3727 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3728
3729         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3730
3731 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3732
3733         * nnimap.el (nnimap-request-move-article): Decode the group name when
3734         doing internal moves to avoid charset issues.
3735
3736         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3737         TIME is set.
3738
3739 2012-09-05  Juri Linkov  <juri@jurta.org>
3740
3741         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3742         than one group at a time (bug#11961).
3743
3744 2012-09-05  Julien Danjou  <julien@danjou.info>
3745
3746         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3747         this hide the real reason with a message giving absolutely no hint.
3748
3749 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3750
3751         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3752         to the backend (bug#11804).
3753
3754         * message.el (message-insert-newsgroups): Don't insert newsgroup
3755         duplicates (bug#12275).
3756
3757 2012-09-05  John Wiegley  <johnw@newartisans.com>
3758
3759         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3760         sieve rules.
3761
3762 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3763
3764         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3765         function.
3766
3767         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3768
3769         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3770
3771 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3772
3773         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3774         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3775         This should make nnmaildir more usable with offlineimap.
3776
3777 2012-09-05  Julien Danjou  <julien@danjou.info>
3778
3779         * nnimap.el (nnimap-request-list): Revert change that made listing
3780         synchronous.
3781         (nnimap-get-responses): Restore.
3782
3783 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3784
3785         * dgnushack.el: XEmacs 21.5 compilation fix.
3786
3787         * gnus-notifications.el (gnus-notifications-notify): Use it.
3788
3789         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3790         warnings on XEmacs.
3791
3792 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3793
3794         Better seeds for (random).
3795         * gnus-sync.el (gnus-sync-lesync-setup):
3796         * message.el (message-canlock-generate, message-unique-id):
3797         Change (random t) to (random), now that the latter is more random.
3798
3799 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3800
3801         * nnimap.el (nnimap-change-group): Document result value
3802
3803         * auth-source.el (auth-sources): Fix macos keychain access.
3804
3805         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3806         allow the backend `request-head' function to determine the group
3807         name on its own.
3808         (gnus-request-expire-articles): Filter out negative article numbers
3809         during expiry (Bug#11980).
3810
3811         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3812         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3813
3814         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3815         you've found the article when you haven't.
3816
3817         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3818         that nnimap-change-group can return t.
3819
3820 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3821
3822         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3823
3824 2012-08-30  Julien Danjou  <julien@danjou.info>
3825
3826         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3827         `gnus-notifications-timeout'.
3828         (gnus-notifications-timeout): Add.
3829         (gnus-notifications-action): New function.
3830         (gnus-notifications-notify): Add :action using
3831         `gnus-notifications-action'.
3832         (gnus-notifications-id-to-msg): New variable.
3833         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3834         notifications id to messages.
3835
3836 2012-08-30  Kenichi Handa  <handa@gnu.org>
3837
3838         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3839         once.
3840
3841 2012-08-29  Julien Danjou  <julien@danjou.info>
3842
3843         * gnus-notifications.el: New file.
3844         (gnus-notifications-notify): New function.
3845         (gnus-notifications): Use `gnus-notifications-notify'.
3846
3847 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3850         transfer encoding first; bind gnus-newsgroup-charset to the charset
3851         that the article specifies (Bug#12209).
3852
3853 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3854
3855         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3856         (gnus-group-customize-done): Encode values posting-style holds.
3857
3858         * gnus-msg.el (gnus-summary-resend-message)
3859         (gnus-configure-posting-styles): Decode values posting-style group
3860         parameter holds.
3861
3862 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3863
3864         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3865         `name' and `address' in Resent-From header.
3866
3867 2012-08-14  Chong Yidong  <cyd@gnu.org>
3868
3869         * gnus-art.el (article-display-face): Handle failure in
3870         gnus-create-image (Bug#11802).
3871
3872 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3873
3874         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3875         Use defsetf.
3876
3877 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3878
3879         * auth-source.el (auth-source-plstore-search)
3880         (auth-source-secrets-search): Ignore :require and :type in search spec.
3881
3882 2012-08-06  Julien Danjou  <julien@danjou.info>
3883
3884         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3885         `nnimap-request-move-article'.
3886
3887         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3888         Remove autoload, already handled by gnus.el.
3889
3890         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3891
3892         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3893         supported by nnimap actually.  Reverts previous change.
3894
3895         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3896         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3897         to-buffer argument that is already supported.
3898
3899 2012-08-05  Julien Danjou  <julien@danjou.info>
3900
3901         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3902         Add autoload.
3903
3904 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3905
3906         * gnus.el (gnus-valid-select-methods): Fix custom type.
3907
3908 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3909
3910         * auth-source.el (auth-sources, auth-source-backend-parse)
3911         (auth-source-macos-keychain-search)
3912         (auth-source-macos-keychain-search-items)
3913         (auth-source-macos-keychain-result-append)
3914         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3915         auth-source.el through the /usr/bin/security utility.
3916         (auth-sources): Fix syntax error.
3917         (auth-source-macos-keychain-result-append): Fix variable name.
3918         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3919
3920 2012-07-27  Julien Danjou  <julien@danjou.info>
3921
3922         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3923         Emacs < 24.1
3924
3925 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * message.el (message-kill-address): Don't kill last newline.
3928         (message-skip-to-next-address): Don't move to the next header.
3929         (message-fill-field-address): Work properly.
3930
3931 2012-07-25  Julien Danjou  <julien@danjou.info>
3932
3933         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3934
3935 2012-07-24  Julien Danjou  <julien@danjou.info>
3936
3937         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3938
3939         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3940         (nntp-async-timer-handler): Remove, unused.
3941
3942         * nnimap.el (nnimap-get-responses): Remove, unused.
3943
3944         * nnheader.el (mail-header-set-extra): Remove, unused.
3945
3946         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3947         unused.
3948
3949         * mm-view.el (mm-view-sound-file): Remove, unused.
3950
3951         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3952         (mm-url-encode-multipart-form-data): Remove, unused.
3953
3954         * message.el (message-remove-signature, message-make-host-name)
3955         (message-fill-address): Remove, unused.
3956
3957         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3958         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3959         unused.
3960
3961         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3962         (gnus-xmas-call-region): Remove, unused.
3963
3964         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3965
3966         * gnus-util.el (gnus-extract-address-component-name)
3967         (gnus-extract-address-component-email, gnus-sortable-date)
3968         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3969         (gnus-process-live-p): Remove, unused.
3970
3971         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3972
3973         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3974         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3975         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3976         function.
3977
3978         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3979
3980         * gnus-score.el (gnus-summary-score-crossposting)
3981         (gnus-score-regexp-bad-p): Remove, unused.
3982
3983         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3984
3985         * gnus-range.el (gnus-sublist-p): Remove, unused.
3986
3987         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3988         unused.
3989
3990         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3991
3992         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3993         (gnus-request-associate-buffer): Remove, unused.
3994
3995         * gnus-group.el (gnus-group-set-method-info)
3996         (gnus-group-set-params-info): Remove, unused.
3997
3998         * gnus-fun.el (gnus-shell-command-to-string)
3999         (gnus-shell-command-on-region): Remove, unused.
4000
4001         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
4002
4003         * gnus-art.el (gnus-article-text-type-exists-p)
4004         (article-translate-characters, gnus-article-hide-text-of-type)
4005         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
4006         Remove, unused.
4007
4008 2012-07-22  Andrew Cohen  <cohen@bu.edu>
4009
4010         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
4011
4012 2012-07-21  Julien Danjou  <julien@danjou.info>
4013
4014         * message.el (message-dont-reply-to-names): Replace deprecated
4015         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
4016         (message-get-reply-headers): Ditto.
4017
4018 2012-07-18  Julien Danjou  <julien@danjou.info>
4019
4020         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
4021         `sieve-upload-and-kill'.
4022
4023         * sieve.el (sieve-bury-buffer): Remove function.
4024         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
4025         (sieve-upload-and-kill): New function, mapped to C-c C-c.
4026
4027 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
4028
4029         * shr.el (shr-expand-url): Handle URL starting with `//'.
4030
4031 2012-07-13  Chong Yidong  <cyd@gnu.org>
4032
4033         * smime.el (smime-certificate-info): Set buffer-read-only directly,
4034         instead of calling toggle-read-only with a (bogus) argument.
4035
4036 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
4037
4038         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
4039         of initial input when reading the author to restrict the summary to.
4040
4041 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * mm-decode.el (mm-shr):
4044         Allow overriding charset by mm-charset-override-alist.
4045
4046 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * gnus-art.el (gnus-article-view-part):
4049         Toggle subparts of multipart/alternative part.
4050
4051 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4052
4053         * shr.el (shr-render-buffer): New command.
4054         (shr-visit-file): Use it.
4055
4056 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
4059         Set no-byte-compile and no-update-autoloads.
4060
4061 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4062
4063         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
4064
4065 2012-06-25  Julien Danjou  <julien@danjou.info>
4066
4067         * nnimap.el (nnimap-request-articles-find-limit): Rename from
4068         `nnimap-request-move-articles-find-limit' since we do not use it only
4069         for move operations.
4070         (nnimap-request-accept-article): Use
4071         `nnimap-request-articles-find-limit' to limit search by message-id.
4072
4073 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4074
4075         Support higher-resolution time stamps (Bug#9000).
4076
4077         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
4078         VARLIST.  It's optional, for backward compatibility.
4079         (encode-time-value): New optional arg PICO.  New type 3.
4080         (time-to-seconds) [!float-time]: Support the new picoseconds
4081         component if it's used.
4082         (seconds-to-time, time-subtract, time-add):
4083         Support ps-resolution time stamps as well.
4084
4085 2012-06-19  Julien Danjou  <julien@danjou.info>
4086
4087         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
4088
4089         * nnimap.el (nnimap-log-buffer): Check that
4090         `window-point-insertion-type' is boundp, since it's not available in
4091         XEmacs.
4092
4093 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4094
4095         * nnimap.el (nnimap-log-buffer): Add this, setting
4096         `window-point-insertion-type' in the buffer to t.
4097         (nnimap-log-command): Use nnimap-log-buffer.
4098
4099 2012-06-19  Julien Danjou  <julien@danjou.info>
4100
4101         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
4102         argument to be able to limit the search.
4103         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
4104         (nnimap-request-move-articles-find-limit): Add this to limit the search
4105         by Message-Id after a message move.
4106         (nnimap): Add defgroup.
4107
4108 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4109
4110         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
4111
4112 2012-06-15  Julien Danjou  <julien@danjou.info>
4113
4114         * nnimap.el (nnimap-find-article-by-message-id): Use
4115         `nnimap-possibly-change-group' rather than its own EXAMINE call.
4116         (nnimap-possibly-change-group): Add read-only argument.
4117         (nnimap-request-list): Use nnimap-possibly-change-group rather than
4118         issuing EXAMINE manually.
4119         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
4120         with read-only argument.
4121         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
4122         cannot possibly change because we need to be sure that it's either
4123         read-write or read-only.
4124
4125 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4126
4127         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4128         being bound to a lambda form.
4129
4130 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4131
4132         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4133         articles when fetch-old is non-nil (bug#11370).
4134
4135 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4136
4137         * gnus-picon.el (gnus-picon-properties): New defcustom.
4138         (gnus-picon-create-glyph): Use it.
4139
4140 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4141
4142         * gnus-group.el (gnus-group-get-new-news): Respect
4143         `gnus-group-use-permanent-levels', as documented (bug#11638).
4144
4145 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4146
4147         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4148         groups (bug#11641).
4149
4150 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4151
4152         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4153         is an integer to avoid later problems.
4154
4155 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156
4157         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4158         locales.
4159
4160         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4161         on a handle.
4162
4163         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4164         address as the default.
4165         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4166
4167         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4168         makes no sense to query the user about internal files.
4169
4170         * gnus-spec.el: Remove all the byte-compilation stuff, since
4171         benchmarking shows that it doesn't help when entering large summary
4172         buffers.
4173
4174         * gnus-xmas.el (gnus-xmas-define): Remove.
4175
4176         * gnus-util.el (gnus-byte-code): Remove.
4177
4178         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4179         grouplens stuff.
4180
4181 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4182
4183         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4184         (bug#11514).
4185
4186 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4187
4188         * message.el (message-buffers): Return all buffers derived from Message
4189         to make `gnus-dired-attach' work with mu4e.
4190
4191 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4192
4193         * nntp.el: Stop the `letf' madness.
4194         (nntp--report-1): New var.
4195         (nntp-report): Merge nntp-report-1 into it.
4196         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4197         the nntp-report function.
4198
4199         * auth-source.el: Fix comment-style to follow the convention.
4200
4201 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4202
4203         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4204         (mm-dissect-singlepart): Don't guess the MIME type of
4205         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4206         set.
4207         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4208         toplevel MIME type is multipart/encrypted.
4209
4210 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4211
4212         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4213         a string so that Gcc works (bug#11514).
4214
4215 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4216
4217         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4218         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4219
4220 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4221
4222         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4223         jumping to *Server* from a dedicated *Group* window.
4224         (gnus-configure-frame): CSE.
4225
4226         * gnus-registry.el: Minor style cleanup.
4227         (gnus-registry--set/remove-mark): New function, extracted from
4228         gnus-registry-install-shortcuts.
4229         (gnus-registry-install-shortcuts): Use it.
4230
4231 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * nnspool.el (news-path): Use eval-and-compile.
4234
4235 2012-05-24  Glenn Morris  <rgm@gnu.org>
4236
4237         * nnspool.el (news-directory, news-path, news-inews-program):
4238         Move here from paths.el.  Don't see a need for these to be autoloaded.
4239
4240         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4241         Merge in doc from paths.el version.  Don't see any need for this to be
4242         autoloaded, or for the warning about users not setting it.
4243
4244 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4245
4246         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4247         format.  In particular, add an optional argument and a docstring.
4248
4249         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4250
4251         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4252         current before calling `gnus-groups-to-gnus-format'.
4253         Note that this was already the case for `gnus-active-to-gnus-format'.
4254
4255 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4256
4257         Fix minor Y10k bug.
4258         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4259
4260 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4261
4262         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4263         message once it's actually open.
4264
4265 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4266
4267         * gnus.el: Ma Gnus v0.5 is released.
4268
4269 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4270
4271         * auth-source.el (auth-source--aput-1, auth-source--aput)
4272         (auth-source--aget): New functions and macros.
4273         Use them instead of aput/aget.
4274
4275 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4276
4277         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4278
4279 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4280
4281         * plstore.el (plstore-called-interactively-p): New compat macro copied
4282         from message.el.
4283         (plstore-mode): Use it.
4284
4285 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4286
4287         * plstore.el: Revive the editing feature.
4288         (plstore-mode): New mode to edit plstore file.
4289         (plstore-mode-toggle-display, plstore-mode-original)
4290         (plstore-mode-decoded): New command.
4291         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4292         (plstore--insert-buffer, plstore--make): New function.
4293         (plstore-open, plstore-save): Simplify by using them.
4294
4295 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4298
4299 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4300
4301         * tls.el (open-tls-stream): Remove unused binding.
4302
4303 2012-04-16  Glenn Morris  <rgm@gnu.org>
4304
4305         * nndraft.el (nndraft-request-list): Fix declaration.
4306
4307 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4308
4309         * mm-decode.el (mm-dissect-buffer): Doc fix.
4310
4311         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4312         don't have a current group.
4313
4314         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4315         buffer if it doesn't exist.
4316
4317         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4318         given, mark the group as ephemeral with the current window conf.
4319
4320         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4321         buffer exists, which it doesn't if we haven't started Gnus.
4322         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4323
4324 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4325
4326         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4327         type is.
4328
4329         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4330         `unexists' entries.
4331         (gnus-clean-old-newsrc): Fix last checkin.
4332
4333         * nnimap.el (nnimap-update-info): None of the articles below the active
4334         low-water mark exist.
4335
4336         * dgnushack.el: Get rid of XEmacs compilation warning.
4337
4338         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4339         would have gotten if we posted to the group, and use that to compare
4340         against the message we want to cancel (bug#10808).
4341
4342         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4343         on XEmacs.
4344
4345 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4346
4347         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4348         `scroll-margin'.
4349
4350 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4351
4352         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4353         citation prefix within a block of cited text should be considered part
4354         of that block *only* if it is a blank line.
4355
4356 2012-04-09  Chong Yidong  <cyd@gnu.org>
4357
4358         * binhex.el, hashcash.el, uudecode.el:
4359         Remove * characters from the front of variable docstrings.
4360
4361 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4364         before kinsoku-bol characters nor within kinsoku-eol characters.
4365
4366 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4369         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4370         (gnus-sync-read): Use mapc instead of mapcar.
4371
4372         * mm-archive.el: Require mm-decode for some macros.
4373         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4374         the byte compiler.
4375         (mm-archive-decoders): New function that returns the value of
4376         the mm-archive-decoders variable.
4377
4378         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4379         instead.
4380         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4381
4382         * nnimap.el (gnus-refer-thread-use-nnir):
4383         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4384
4385 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386
4387         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4388
4389 2012-03-12  Peter Münster  <pmrb@free.fr>
4390
4391         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4392         (gnus-demon-cancel): Ditto.
4393         (gnus-demon-run-callback): When function cannot be called due to low
4394         idleness, call it when idleness reaches the expected value, instead of
4395         waiting another timer period.
4396         (gnus-demon-init): Add `time' to arguments of call-back.
4397
4398 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4399
4400         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4401
4402         * gnus.el: Register gnus-registry functions.
4403
4404         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4405         indent.
4406
4407         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4408         enabled before warping.
4409
4410 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4411
4412         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4413         registry about each article retrieved.
4414
4415         * gnus-int.el (gnus-select-group-with-message-id): New function.
4416         (gnus-try-warping-via-registry): Ditto.
4417         (gnus-warp-to-article): Fall back on the registry.
4418
4419 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4420
4421         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4422         inboxes.
4423
4424 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4425
4426         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4427
4428 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4431         gnus-gcc-self-resent-messages may be a group parameter.
4432         (gnus-summary-resend-message): Don't encode encoded words in header
4433         when Gcc'ing resent message.
4434
4435 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436
4437         * shr.el (shr-insert): Treat non-breaking space just like normal
4438         space.  This seems to produce more pleasing results.
4439         (shr-insert): Only insert a blank line if we're starting from an image.
4440         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4441         (shr-ensure-paragraph): Consider lines with white space to be blank.
4442
4443 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4444
4445         * Makefile.in: Respect DESTDIR.
4446
4447 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4448
4449         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4450         and gnus-gcc-post-body-encode-hook.
4451
4452 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4453
4454         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4455         messages that don't exist.
4456
4457         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4458
4459 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4462         Remove.
4463
4464         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4465
4466         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4467
4468 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4469
4470         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4471         have a group name.
4472
4473         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4474         a multibyte buffer (bug#7410).
4475         (article-wash-html): Parse the original article buffer to get the
4476         unencoded data (bug#7410).
4477
4478         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4479         .newsrc.el files.
4480
4481 2012-04-05  Bastien Guerry  <bzg@altern.org>
4482
4483         * color.el (color-lighten-name): Fix typo.
4484
4485 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4486
4487         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4488         "#" to avoid having them interpreted as comments.
4489
4490 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4491
4492         * shr.el (shr-insert): Update the text state properly to avoid
4493         inserting spurious paragraph starts.
4494
4495 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4496
4497         * shr.el (shr-table-widths): Divide the extra width more fairly over
4498         the TDs (bug#10973).
4499         (shr-render-td): Don't delete too much padding.
4500         (shr-natural-width): Compute the natural width more correctly.
4501         (shr-insert): Allow the natural width to be computed for tables again.
4502         (shr-tag-table-1): Rework how the natural widths are computed by
4503         rendering the table a third time.
4504         (shr-natural-width): Removed.
4505         (shr-buffer-width): New function.
4506         (shr-expand-newlines): Use it.
4507
4508         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4509         using a `gnus-use-full-window' setup (bug#11013).
4510
4511 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4512
4513         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4514         24.1 release.
4515
4516 2012-03-10  David Edmondson  <dme@dme.org>
4517
4518         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4519         'Forwarded Message' header and the start of the message.
4520
4521 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4522
4523         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4524         isn't running (bug#10897).
4525
4526 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4527
4528         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4529         This is inconsistent with all the other stream functions, which leave
4530         the setting up to the higher levels (if so wanted) (bug#10931).
4531
4532 2012-02-28  Glenn Morris  <rgm@gnu.org>
4533
4534         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4535         mm-decode.el: Standardize possessive apostrophe usage.
4536
4537 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4538
4539         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4540
4541 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4542
4543         * parse-time.el (parse-time-string): Allow extractor to return nil.
4544
4545 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4548
4549 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4550
4551         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4552
4553 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4554
4555         * mm-decode.el (mm-shr): Remove "soft hyphens".
4556
4557         * nnimap.el (nnimap-request-list): Return the group names encoded as
4558         utf8.  Otherwise non-European group names don't work.
4559         (nnimap-request-newgroups): Ditto.
4560
4561         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4562         the default in `read-string' (bug#10757).
4563
4564         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4565         topics (bug#10843).
4566
4567         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4568         buffer.  Suggested by Herbert Valerio Riedel.
4569         (nnimap-request-move-article): Delete the message from the correct IMAP
4570         server.
4571
4572 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4573
4574         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4575         Reported by Peter Münster.
4576
4577 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4578
4579         * shr.el (shr-image-fetched): Make sure we really kill the right
4580         buffer.
4581
4582 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4583
4584         * gnus-start.el (gnus-1): Avoid duplicate entries.
4585
4586 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4587
4588         * imap.el: Remove.
4589
4590         * nntp.el (nntp-coding-system-for-read): Remove.
4591         (nntp-coding-system-for-write): Ditto.
4592         (nntp-open-connection): Just use `binary' directly.
4593
4594         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4595         Gnus 0.3.
4596
4597 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4598
4599         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4600         application/octet-stream parts really is.
4601
4602         * gnus-sum.el (gnus-propagate-marks): Remove.
4603
4604 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4605
4606         * shr.el (shr-rescale-image): Undo previous change; see
4607         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4608
4609 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4610
4611         * gnus.el: Ma Gnus v0.3 is released.
4612
4613 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4614
4615         * gnus-sum.el (gnus-summary-local-variables): Make
4616         `gnus-newsgroup-unexist' into a local variable.
4617
4618 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4619
4620         * registry.el (registry-usage-test, registry-persistence-test): Move to
4621         tests/gnustest-registry.el.
4622         (registry-make-testable-db, registry-match-test)
4623         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4624
4625         * gnus-registry.el (gnus-registry-misc-test)
4626         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4627
4628         * tests/gnustest-registry.el: New file with the registry and
4629         gnus-registry ERT tests.
4630
4631 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * gnus-msg.el (gnus-summary-resend-message): Make
4634         gnus-summary-resend-message-insert-gcc be last item in
4635         message-header-setup-hook.
4636
4637 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4638
4639         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4640         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4641         Remove.
4642         (nnfolder-open-server): Don't use marks.
4643         (nnfolder-request-delete-group): Ditto.
4644         (nnfolder-request-rename-group): Ditto.
4645         (nnfolder-request-set-mark, nnfolder-request-marks)
4646         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4647         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4648
4649         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4650         (nnml-marks-modtime): Remove.
4651         (nnml-request-delete-group): Don't use marks.
4652         (nnml-request-rename-group): Ditto.
4653         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4654         (nnml-save-marks, nnml-open-marks): Remove.
4655
4656         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4657         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4658         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4659         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4660         (nntp-server-to-method-cache): Remove.
4661
4662         * shr.el (shr-rescale-image): Fix wrong merge.
4663
4664 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4665
4666         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4667         too-wide lines.
4668
4669 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4670
4671         * nnimap.el (nnimap-record-commands): New variable.
4672         (nnimap-log-command): Use it.
4673         (nnimap-make-process-buffer): Add a space to the process buffer.
4674         (nnimap-transform-headers): Don't bug out on header lines containing
4675         stuff that look like IMAP length encodings.
4676
4677         * shr.el (shr-rescale-image): Allow viewing large images.
4678
4679 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4680
4681         * nnml.el (nnml-request-compact-group): Delete the marks file after
4682         compaction (bug#10800).
4683
4684         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4685         group exit.
4686
4687         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4688         QRESYNC/FETCH output.
4689
4690 2012-02-11  Glenn Morris  <rgm@gnu.org>
4691
4692         * sieve-manage.el (sieve-manage-default-stream):
4693         * shr.el (shr):
4694         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4695         (nnir-retrieve-headers-override-function)
4696         (nnir-imap-default-search-key, nnir-notmuch-program)
4697         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4698         (nnir-method-default-engines):
4699         * message.el (message-cite-reply-position):
4700         * gssapi.el (gssapi-program):
4701         * gravatar.el (gravatar):
4702         * gnus-sum.el (gnus-refer-thread-use-nnir):
4703         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4704         (gnus-registry-max-pruned-entries):
4705         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4706         * gnus-int.el (gnus-after-set-mark-hook)
4707         (gnus-before-update-mark-hook):
4708         * gnus-async.el (gnus-async-post-fetch-function):
4709         * auth-source.el (auth-source-cache-expiry):
4710         Add missing :version tags to new defcustoms and defgroups.
4711
4712 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4713
4714         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4715         `gnus-newsgroup-unexist'.
4716
4717         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4718         marks.
4719         (gnus-article-special-mark-lists): Put the `unexist' in the special
4720         marks list instead.
4721
4722         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4723         articles in the list of articles to be selected.
4724
4725         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4726         articles.
4727         (nnimap-update-info): Keep track of unexisting articles.
4728         (nnimap-update-qresync-info): Ditto.
4729
4730 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4731
4732         * message.el (message-default-send-mail-function): Made into own
4733         function for reuse by emacsbug.el.
4734
4735 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4736
4737         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4738         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4739
4740 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4741
4742         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4743         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4744
4745         * gnus-compat.el: Define `timer-set-function'.
4746
4747         * mm-decode.el (mm-display-external): Output the text from the command
4748         in the buffer after the command finished.  This makes text-based
4749         commands behave better.
4750
4751 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4752
4753         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4754
4755 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4756
4757         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4758         23.1.
4759
4760 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4763
4764 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4765
4766         * message.el (smtpmail-smtp-user): Silence compiler warning.
4767
4768 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4769
4770         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4771         SMTP user name.
4772
4773 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * gnus-sum.el (gnus-summary-show-thread):
4776         next-single-char-property-change may return nil in XEmacs.
4777         (gnus-summary-article-map): Fix typo.
4778
4779 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4780
4781         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4782         running.
4783
4784         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4785
4786         * gnus.el (gnus-server-extend-method): Don't add an -address component
4787         if the method already has one (bug#9676).
4788
4789 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4790
4791         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4792         of an initial-input for consistency (bug#10757).
4793
4794         * dgnushack.el: Fix XEmacs compilation warning.
4795
4796         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4797
4798         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4799
4800 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4801
4802         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4803         lines that are narrower than the window width.  Otherwise background
4804         "blocks" will look less readable.
4805
4806 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4807
4808         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4809         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4810         have newlines within the strings, and where the UID comes after the
4811         BODYSTRUCTURE element (bug#10537).
4812
4813         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4814         (bug#10732).
4815
4816         * shr.el (shr-insert-document): Add doc string.
4817         (shr-visit-file): Ditto.
4818         (shr-remove-trailing-whitespace): New function.
4819         (shr-insert-document): Use it to clean up trailing whitespace as the
4820         final step (bug#10714).
4821
4822 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4823
4824         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4825         buffer if `gnus-kill-summary-on-exit' is nil.
4826
4827 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4828
4829         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4830         when just reading a single group from "without" Gnus.
4831
4832 2012-02-06  Chong Yidong  <cyd@gnu.org>
4833
4834         * gnus-sum.el (gnus-summary-show-thread):
4835         next-single-char-property-change never returns nil (Bug#8657).
4836
4837 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4838
4839         * message.el (message-multi-smtp-send-mail): New function.
4840         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4841         header to implement multi-SMTP functionality.
4842
4843         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4844         (gnus-agentize): Don't set it.
4845         (gnus-agent-send-mail): Don't use it.
4846
4847         * gnus-sum.el (gnus-summary-widget-backward): New function and
4848         keystroke.
4849
4850         * gnus-compat.el: More the compat functions more compatible.
4851
4852         * shr.el (shr-put-image): Remove underlines from sliced images.
4853         (shr-zoom-image): Compute the region to be replaced more correctly.
4854
4855 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4858         (gnus-summary-resend-message-insert-gcc): New function.
4859         (gnus-summary-resend-message): Modify message-header-setup-hook and
4860         message-sent-hook to make it work for Gcc.
4861         (gnus-inews-do-gcc): Update the number of unread articles of groups
4862         that messages are Gcc'd to.
4863
4864         * message.el (message-resend): Run message-sent-hook to do Gcc.
4865
4866 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4867
4868         * lpath.el: Fix an XEmacs compilation warning.
4869
4870         * gnus-compat.el: Require `help-fns' to fix compilation error.
4871
4872         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4873         a higher level to silence compilation.
4874
4875         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4876         parameter to allow controlling the scaling.
4877
4878         * shr.el (shr-zoom-image): New command and keystroke.
4879         (shr-put-image): Take a `size' flag to say how to scale the image.
4880
4881         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4882         deletion unless already defined.
4883
4884         * gnus.el (gnus-compat): Require it.
4885
4886         * gnus-compat.el: New file.
4887
4888         * gnus-start.el (gnus-clean-old-newsrc): New function.
4889         (gnus-read-newsrc-file): Use it.
4890
4891         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4892         Use recursive deletion.
4893         (mm-dissect-archive): Add support for zip files.
4894
4895         * gnus-util.el (gnus-recursive-directory-files): New function.
4896
4897         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4898         (mm-archive-decoders): Add tgz support.
4899
4900         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4901         Otherwise inserting text into the Gnus buffer can look odd.
4902
4903         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4904
4905         * mm-archive.el (mm-archive-decoders): Add support for tar.
4906
4907         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4908
4909         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4910
4911 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4912
4913         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4914
4915         * mm-archive.el: New file.
4916
4917         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4918
4919         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4920
4921         * message.el (message-goto-*): Make all the `message-goto-*' commands
4922         push the mark before moving point.  This makes it easier to go back to
4923         where you came from after editing whatever you jumped to.
4924
4925 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4926
4927         * gnus.el: Ma Gnus v0.1 is released.
4928
4929 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4930
4931         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4932         without reconnecting.
4933         (nnimap-possibly-change-group): Ditto.
4934         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4935         connection has died before being called.
4936
4937 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4938
4939         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4940         an initial sync unless we're really doing one.
4941
4942         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4943         address parameter if one already exists (bug#9676).
4944
4945         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4946         not the prefix, as documented (bug#10689).
4947
4948 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4949
4950         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4951         the "server".
4952
4953         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4954         the real error message with the useless "previously known to be down".
4955         Which isn't even correct.
4956
4957         * nntp.el (nntp-open-connection): Report the error message if the nntp
4958         server can't be reached.
4959
4960         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4961         groups we do a total scan for.
4962         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4963         doing that.
4964
4965 2012-01-31  Jim Meyering  <jim@meyering.net>
4966
4967         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4968         Correct a comment (insert "not") and hide nominally-doubled "to".
4969
4970 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4971
4972         * gnus.el (gnus-version): Change name to "Ma Gnus".
4973
4974 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4975
4976         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4977         section in the manual.
4978
4979 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4980
4981         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4982         words.
4983         (rfc2047-encode-string): Ditto.
4984         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4985         understand folded filename="..." parameters, for instance.
4986
4987         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4988         the message for greater debuggability.
4989
4990 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4991
4992         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4993         instead of setting it locally, since the latter doesn't seem to have
4994         any effect (most of the time).
4995
4996 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4997
4998         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4999         function call.
5000
5001 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
5002
5003         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
5004         seconds, and make the repeat clause with HH:MM specs work as
5005         documented.
5006
5007 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5008
5009         * proto-stream.el (proto-stream-capability-open): Fall back on
5010         :end-of-command if :end-of-capability doesn't exist.
5011
5012 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
5015         bound globally in old Emacsen and XEmacsen.
5016
5017 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5018
5019         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
5020         so that previous errors don't prohibit getting new news.
5021
5022         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
5023
5024         * nntp.el (nntp-retrieve-group-data-early): Ditto.
5025
5026 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
5027
5028         * gnus.el (gnus-group-find-parameter): Check for liveness of the
5029         buffer, not of the string which is its name.
5030
5031 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5032
5033         * proto-stream.el (proto-stream-capability-open): Wait for
5034         :end-of-capability, not :end-of-command.
5035
5036         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
5037         non-server-marks groups.
5038         (gnus-group-make-articles-read): Ditto.
5039
5040         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
5041         methods (bug#9676).
5042
5043         * gnus.el (gnus-method-ephemeral-p): New function.
5044
5045 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5046
5047         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
5048         left-to-right.
5049
5050 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5051
5052         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
5053         warning.
5054
5055 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5056
5057         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
5058         macroexpand the nnir things, since they haven't been defined yet, and
5059         nnir requires gnus-sum.
5060
5061 2012-01-24  Julien Danjou  <julien@danjou.info>
5062
5063         * color.el (color-rgb-to-hsl): Fix value computing.
5064         (color-hue-to-rgb): New function.
5065         (color-hsl-to-rgb): New function.
5066         (color-clamp, color-saturate-hsl, color-saturate-name)
5067         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5068         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5069
5070 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5071
5072         * mm-decode.el (mm-interactively-view-part): Fix prompt.
5073
5074 2012-01-19  Julien Danjou  <julien@danjou.info>
5075
5076         * color.el (color-name-to-rgb): Use the white color to find the max
5077         color component value and return correctly computed values.
5078         (color-name-to-rgb): Add missing float conversion for max value.
5079
5080 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5081
5082         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
5083         logical server name in addition to the actual machine address.
5084
5085         * auth-source.el (auth-source-user-and-password): Add convenience
5086         wrapper to search by just host and optionally user.
5087
5088 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5089
5090         * shr.el (shr-visit-file): Move point to the beginning of the buffer
5091         after rendering.
5092
5093 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5094
5095         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
5096         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
5097         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
5098
5099 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5100
5101         * gnus-sum.el (gnus-summary-read-group): Document more parameters
5102         (bug#9693).
5103         (gnus-summary-setup-buffer): Document return value (bug#9697).
5104
5105         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
5106         since ido doesn't work on symbols (bug#9632).
5107
5108         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
5109         when getting a single value as when getting all the values.  This means
5110         that atoms like `gcc-self' work cumulatively, like variable settings,
5111         instead of getting the value from the last matching clause.
5112         (gnus-group-find-parameter): Protect against the group buffer not
5113         existing (bug#9585).
5114
5115 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5116
5117         * gnus-start.el (gnus-activate-group): Document more parameters
5118         (bug#9694).
5119
5120         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
5121         (bug#9692).
5122
5123         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5124         article was fetched, so that it can be expired later (bug#9958).
5125         (gnus-agent-summary-fetch-series): Add doc string.
5126         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5127         (bug#9517).
5128
5129         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5130         retrieval is happening.
5131
5132         * gnus.el (gnus-parameters): Doc fix.
5133
5134 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5135
5136         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5137         show the thread after expansion.
5138
5139 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5140
5141         * gnus-art.el (article-narrow-to-head): If the head is completely
5142         empty, narrow to the empty region (bug#9764).
5143
5144         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5145         read, and then mark them as unread only when the unread mark is used.
5146         This makes `C-- T k' actually work, even though it's confusing.
5147
5148         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5149         alive before we try to find its window.
5150
5151 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5152
5153         * mm-decode.el (mm-display-external): Use a longer timeout for the
5154         deletion to allow slow programs to display the file.
5155
5156 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157
5158         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5159         prompt to be less confusing.
5160
5161         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5162         argument to `message-reply'.  This broke `special-display-*' frame
5163         pop-uping (bug#10238).
5164
5165 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5166
5167         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5168         systems, since these allegedly don't work there.
5169
5170 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5171
5172         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5173         live buffer.
5174
5175 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176
5177         * nnir.el (nnir-retrieve-headers): Protect against the article not
5178         existing on the server (bug#10335).
5179
5180 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5181
5182         * gnus-agent.el (gnus-agent-load-local): Recompute
5183         gnus-agent-article-local on changing method.
5184
5185 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5186
5187         * gnus.el (gnus-parameters): Note precedence.
5188
5189 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5190
5191         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5192         in the group buffer.
5193
5194 2012-01-04  Julien Danjou  <julien@danjou.info>
5195
5196         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5197         change.
5198
5199 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5200
5201         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5202         too.
5203
5204         * nntp.el (nntp-retrieve-group-data-early): Use it.
5205
5206 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * nntp.el (nntp-retrieval-in-progress): New variable.
5209         (nntp-make-process-buffer): Make it buffer-local.
5210
5211         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5212         2010.
5213         (gnus-demon-init): Use it to compute the time if time is on the form
5214         "04:23".
5215
5216         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5217
5218         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5219         status in the correct buffer.
5220
5221 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5222
5223         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5224         when opening topics (bug#10407).
5225
5226 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5227
5228         * gnus-cus.el (gnus-score-customize):
5229         * gnus-sum.el (gnus-sort-gathered-threads):
5230         * message.el (message-shorten-references):
5231         * nnmairix.el (nnmairix-request-group):
5232         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5233
5234 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5235
5236         * gnus-agent.el (gnus-agent-regenerate-group):
5237         * gnus-int.el (gnus-retrieve-group-data-early):
5238         * mm-util.el (mm-codepage-ibm-list):
5239         * nndiary.el (Commentary, nndiary-get-new-mail):
5240         * nnir.el (nnir):
5241         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5242
5243 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * mm-view.el (mm-display-inline-fontify): Add comment.
5246
5247 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5248
5249         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5250         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5251
5252 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5253
5254         * gnus-art.el (gnus-split-methods):
5255         * gnus-msg.el (gnus-configure-posting-styles):
5256         * gnus-spec.el (gnus-parse-simple-format):
5257         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5258         * message.el (message-do-actions): Spelling fix.
5259
5260 2011-12-15  Juri Linkov  <juri@jurta.org>
5261
5262         * mm-decode.el (mm-inline-media-tests): Add missing
5263         `mm-handle-media-subtype'.
5264
5265 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5266
5267         * gnus-group.el (gnus-group-tool-bar):
5268         * gnus-sum.el (gnus-summary-tool-bar):
5269         * message.el (message-tool-bar):
5270         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5271
5272 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5273
5274         * plstore.el (plstore--insert-buffer): Spelling fix.
5275
5276 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5277
5278         * message.el (message-valid-fqdn-regexp): Update with newly approved
5279         top-level domain names ".tel" and ".asia".
5280
5281 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5284         unconditionally.
5285
5286 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5289         pop-to-buffer-same-window for old Emacsen.
5290
5291 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5292
5293         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5294
5295 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5296
5297         * netrc.el (netrc-credentials): Spelling fix.
5298
5299 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5300
5301         * gnus-fun.el (gnus-fun-ppm-change-string):
5302         * gnus-msg.el (gnus-inews-do-gcc):
5303         * gnus-sum.el (gnus-summary-find-for-reselect):
5304         * gnus.el (gnus-summary-cancelled):
5305         * message.el (message-cancel-hook, message-send-news):
5306         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5307         * nnir.el (nnir-run-hyrex):
5308         * nntp.el (nntp-with-open-group-function):
5309         * pgg.el (pgg-pending-timers): Spelling fix.
5310
5311 2011-12-04  Chong Yidong  <cyd@gnu.org>
5312
5313         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5314         change (Bug#10200).
5315
5316 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * compface.el (uncompface):
5319         * gnus-art.el (gnus-article-x-face-command): Update the header format
5320         of icon data for the most recent icontopbm program.
5321
5322 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * gnus-msg.el (gnus-inews-do-gcc):
5325         * message.el (message-send-mail):
5326         * mml.el (mml-generate-mime): Share the value of the buffer-local
5327         `message-options' variable between a draft buffer and temprary working
5328         buffers.
5329
5330 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5331
5332         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5333
5334 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5337         for Cygwin.
5338
5339 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5340
5341         * gnus-group.el (gnus-group-prepare-flat):
5342         * mm-bodies.el (mm-encode-body):
5343         * mml.el (mml-preview):
5344         * nnml.el (nnml-request-compact-group):
5345         * pop3.el (pop3-stream-type): Spelling fix.
5346
5347 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5348
5349         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5350
5351 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5352
5353         * color.el (color-rgb-to-hsl):
5354         * gmm-utils.el (gmm-tool-bar-style):
5355         * gnus-group.el (gnus-group-prepare-flat):
5356         * gnus-topic.el (gnus-topic-prepare-topic):
5357         * mm-decode.el (mm-discouraged-alternatives):
5358         * rfc2047.el (rfc2047-encode-1):
5359         * starttls.el: Spelling fix.
5360
5361 2011-11-24  Glenn Morris  <rgm@gnu.org>
5362
5363         * binhex.el (binhex-begin-line): Give it basic doc-string.
5364
5365         * starttls.el, tls.el: Fix case of "GnuTLS".
5366
5367 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5368
5369         * gnus-group.el (gnus-group-highlight): Fix typo.
5370
5371 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5372
5373         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5374         value of `delete-file', that returns nil for a local file but returns t
5375         for a remote file using ssh.
5376
5377 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5378
5379         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5380
5381 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382
5383         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5384         avoid later breakage.
5385
5386 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5389         article buffers' name.
5390
5391 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5392
5393         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5394         by Paul Eggert's spellfixes two days ago.
5395
5396 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5397
5398         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5399         doesn't have it.
5400
5401         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5402         buffer-local instead of binding them to avoid warnings.  Also demote
5403         errors (bug#10063).
5404         (font-lock-mode-hook): Shut up byte compiler.
5405
5406 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5407
5408         * mm-util.el (mm-charset-after):
5409         * nnir.el (nnir-run-hyrex):
5410         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5411         (ntlm-get-password-hashes, ntlm-md4hash):
5412         * smime.el: Fix typo.
5413
5414 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5415
5416         * gnus-agent.el (gnus-agent-expire-group-1):
5417         * nndiary.el (nndiary-last-occurence):
5418         * nnimap.el (nnimap-request-set-mark):
5419         * nnmairix.el (nnmairix-only-use-registry):
5420         * gnus-group.el (gnus-group-prepare-flat):
5421         * gnus-sum.el (gnus-decode-encoded-word-methods):
5422         * message.el (message-wash-subject):
5423         * nntp.el (nntp-retrieve-headers-with-xover):
5424         * smime.el (smime-certificate-directory): Spelling fix.
5425
5426 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5427
5428         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5429
5430         * color.el:
5431         * gnus-agent.el (gnus-agent-possibly-alter-active):
5432         * gnus-dired.el (gnus-dired-print):
5433         * mail-parse.el:
5434         * nnmairix.el (nnmairix-request-group):
5435         * shr.el (shr-image-displayer):
5436         * sieve-manage.el:
5437         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5438
5439 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5440
5441         * gnus-sum.el (gnus-auto-select-subject):
5442         * spam-report.el (spam-report-resend): Spelling fix.
5443
5444 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5445
5446         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5447         * gnus-art.el (gnus-default-article-saver):
5448         * gnus-srvr.el (gnus-server-copy-server):
5449         * gnus.el (gnus-sloppily-equal-method-parameters):
5450         * html2text.el (html2text-format-tag-list):
5451         * message.el (message-narrow-to-head):
5452         * nndiary.el:
5453         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5454         * sieve.el: Spelling fix.
5455
5456 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5457
5458         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5459         * gnus-sum.el (gnus-summary-make-menu-bar):
5460         * gnus-uu.el (gnus-uu-decode-postscript)
5461         (gnus-uu-decode-postscript-and-save):
5462         * mailcap.el (mailcap-print-command):
5463         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5464         Fix typos.
5465
5466 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5467
5468         * gnus-art.el (gnus-article-part-wrapper):
5469         * html2text.el (html2text-fix-paragraphs):
5470         * mm-decode.el (mm-image-fit-p):
5471         * rfc2047.el (rfc2047-encode-message-header):
5472         * shr-color.el (shr-color-visible-distance-min)
5473         (shr-color-relative-to-absolute, set-minimum-interval)
5474         (shr-color-visible): Fix typos.
5475
5476 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5477
5478         * gmm-utils.el (gmm-tool-bar-item):
5479         * gnus-art.el (gnus-treat-body-boundary):
5480         * gnus-diary.el (gnus-user-format-function-d):
5481         * gnus-start.el (gnus-get-unread-articles):
5482         * pgg-gpg.el (pgg-gpg-update-agent):
5483         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5484
5485 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5486
5487         * gnus-topic.el (gnus-group-prepare-topics):
5488         * gnus-uu.el (gnus-extract-view):
5489         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5490
5491 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5492
5493         * spam.el: Move BBDB autoloads.
5494         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5495         BBDB 2 and 3.
5496         (spam-check-BBDB): Use it.
5497         (spam-enter-ham-BBDB): Use it.
5498
5499 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5500
5501         * smime.el (smime-draw-buffer): Spelling fix.
5502
5503 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5504
5505         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5506         for scanning exactly one level.
5507         * gnus-start.el (gnus-get-unread-articles): Ditto.
5508
5509 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5510
5511         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5512         slightly clearer.
5513
5514 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         * gnus-sync.el: More commentary about setup.
5517
5518 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5519
5520         * message.el (message-send-and-exit): Document `arg'.
5521
5522 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5523
5524         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5525
5526 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5527
5528         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5529
5530         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5531         we don't use `bound-and-true-p'.
5532
5533 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5534
5535         * gnus-util.el (gnus-bound-and-true-p): Remove.
5536         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5537         * nnir.el: Use it.
5538         * nnmairix.el: Use it.
5539
5540 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5541
5542         * gnus-sync.el: Improve docs about CouchDB admins.
5543
5544         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5545         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5546         for reasons unknown.
5547         * nnir.el: Use it.
5548         * nnmairix.el: Use it.
5549
5550         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5551         * nnir.el: Ditto.
5552         * nnmairix.el: Ditto.
5553
5554         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5555
5556 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5557
5558         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5559         not needed.  Provide xmlplistread list function to produce XML plist
5560         output for non-Gnus LeSync clients.
5561
5562 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5563
5564         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5565
5566         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5567         and save against it.  Group subscriptions, read marks, other marks,
5568         subscription levels, topic names, and topic offsets (the group's
5569         position within the topic) are saved.  This is an experimental backend
5570         and may change significantly.  Load json.el from the gnus-fallback-lib
5571         if it's not available otherwise.
5572         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5573
5574 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5575
5576         * message.el (message-completion-function): Make sure
5577         message-tab-body-function is not attempted if one of
5578         message-completion-alist fails to find a completion (bug#9158).
5579
5580 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5581
5582         * mml.el (mml-quote-region): Quote <#secure> tag.
5583         (mml-generate-mime-1): Unquote <#secure> tag.
5584
5585 2011-10-20  Chong Yidong  <cyd@gnu.org>
5586
5587         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5588         calling a minor mode from Lisp with nil arg enables it, so we have to
5589         make the wording a bit ambiguous here).
5590
5591 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5592
5593         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5594         * nnir.el (nnir-mode): Use it.
5595         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5596         Use it.
5597
5598         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5599         * nnmairix.el (gnus-registry-enabled): Ditto.
5600
5601 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5602
5603         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5604         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5605         only while we need to find out if it should be t or nil.
5606         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5607         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5608         the registry is installed.  Set it to nil when it's unloaded.
5609         (gnus-registry-install-p): Provide user guidance for the initial value
5610         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5611         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5612         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5613         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5614         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5615         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5616         `gnus-registry-install'.
5617
5618 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5619
5620         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5621         previous change.
5622         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5623         primary key is marked as disabled.
5624
5625 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5626
5627         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5628         primary key is marked as disabled.
5629
5630 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5631
5632         * html2text.el (html2text-clean-anchor): Check for quotes around
5633         `href' value.
5634
5635 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5636
5637         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5638         searching.  Drop `bbdb-cache'.
5639
5640 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * message.el (message-signed-or-encrypted-p): Exclude header when
5643         checking if there is signed or encrypted body in text/plain message.
5644
5645 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5646
5647         * html2text.el (html2text-get-attr): Correctly handle attribute values
5648         containing "=".
5649
5650 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5651
5652         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5653         handle bindings.
5654
5655 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5656
5657         * gnus-win.el (gnus-configure-windows): Protect against reading
5658         ephemeral groups outside of Gnus.
5659
5660 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * shr.el (shr-tag-img): Don't get images displayed in tables.
5663
5664 2011-10-03  Glenn Morris  <rgm@gnu.org>
5665
5666         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5667         the "maintainer" version of debbugs.gnu.org reports.
5668
5669 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5670
5671         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5672         make asynchronous adjacent image insertion work better.
5673
5674 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5675
5676         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5677         documentation.
5678
5679 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5680
5681         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5682         `gnus-asynchronous' isn't shadowed.
5683
5684 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5685
5686         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5687
5688         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5689         (nnimap-insert-partial-structure): The charset parameter isn't
5690         case-sensitive.
5691
5692         * nnheader.el (nnheader-message-maybe): New function.
5693
5694         * shr.el (shr-tag-table): Render totally broken tables better.
5695
5696         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5697         computing the boundary.
5698
5699 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5700
5701         * pop3.el (pop3-number-of-responses): Remove.
5702         (pop3-wait-for-messages): Rewrite to take linear time instead of
5703         exponential time.
5704
5705 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5706
5707         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5708         re-fetch images.
5709
5710         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5711         re-fetch images when hitting `g' in Gnus.
5712
5713 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5716         (mml-compute-boundary): Don't check collision if it is non-nil.
5717         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5718         before checking collision.
5719
5720 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5721
5722         * message.el (message-indent-citation): Really make sure there's a
5723         newline at the end.
5724
5725         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5726         Fix suggested by John Wiegley.
5727
5728         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5729
5730         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5731
5732         * message.el (message-default-send-rename-function): Break out into its
5733         own function.
5734
5735         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5736         doesn't work under XEmacs.
5737
5738         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5739         of "imaps" to word around Windows problems.
5740         (nnimap-open-connection-1): Use it.
5741
5742         * message.el (message-indent-citation): Revert last change which made
5743         `F' not work.
5744
5745 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5746
5747         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5748         terminal as well.
5749
5750 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5753         because it displays images using overlays that aren't easy to copy to
5754         the article buffer.
5755
5756 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5757
5758         * message.el (message-indent-citation): Fix empty line removal at the
5759         end of the citation.
5760
5761 2011-09-20  Julien Danjou  <julien@danjou.info>
5762
5763         * auth-source.el (auth-source-netrc-create): Use default value for
5764         password if specified.  Evaluate default.
5765         (auth-source-plstore-create): Ditto.
5766         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5767         value evaluation.
5768         (auth-source-netrc-create): Typo fix.
5769         (auth-source-plstore-create): Ditto.
5770
5771         * password-cache.el (password-cache-remove): Remove entries even if the
5772         value is nil, so that password with a nil value (negative caching) is
5773         possible to invalidate.
5774
5775         * auth-source.el (auth-source-format-cache-entry): New function.
5776
5777 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5780
5781 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5782
5783         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5784
5785 2011-09-19  Julien Danjou  <julien@danjou.info>
5786
5787         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5788         which work with things that are not ASCII.
5789
5790 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791
5792         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5793
5794 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795
5796         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5797         message level.
5798
5799 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5802
5803 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5804
5805         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5806
5807 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5808
5809         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5810         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5811
5812 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5813
5814         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5815         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5816         articles.
5817
5818 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5819
5820         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5821         (message-mail-other-window, message-mail-other-frame)
5822         (message-news-other-window, message-news-other-frame):
5823         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5824         instead of setting buffer display varibles.
5825
5826 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5827
5828         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5829
5830         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5831
5832 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5833
5834         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5835         duplicates" to a higher level.
5836
5837         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5838         most egregious messages.
5839
5840 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5841
5842         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5843
5844 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5845
5846         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5847         up the file (bug#9351).
5848
5849 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5850
5851         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5852         it does with all other backends, but decode the names immediately after
5853         getting them.
5854
5855         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5856         decoding nnimap groups.
5857
5858         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5859         newsrc file.  It doesn't seem like an important optimization any more.
5860
5861 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5862
5863         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5864         overflows.
5865
5866 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5867
5868         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5869         (gnus-interactive-exit): Extend to `quiet'.
5870
5871         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5872
5873         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5874         string.
5875
5876         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5877         renaming function arguments from `this'.
5878
5879         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5880
5881         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5882         has been renamed.
5883         (gnus-lrm-string-p): Include RLM and PDF, too.
5884
5885         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5886         (bug#9225).
5887
5888 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5889
5890         Add autoload cookies for functions used by sendmail.el.
5891         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5892
5893         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5894
5895 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * gnus-art.el (article-date-ut): Work properly even when there are
5898         things like Date header in the body; work for forwarded parts.
5899
5900 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5901
5902         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5903         original-article-buffer.
5904
5905 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5906
5907         * nnir.el (nnir-compose-result): Fix matching of server type.
5908         (nnir-run-swish++): Ditto.
5909         (nnir-run-namazu): Ditto.
5910         (nnir-run-notmuch): Ditto.
5911
5912 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5913
5914         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5915         (bug#9405).
5916
5917         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5918         (bug#9421).
5919
5920         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5921         (bug#9425).
5922
5923         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5924         thing (bug#9426).
5925
5926 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5927
5928         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5929         the error message.
5930
5931 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5932
5933         * message.el (message-setup-1): Return t (Bug#9392).
5934
5935 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5936
5937         * gnus-sum.el: When adding article headers to a summary buffer also
5938         update gnus-newsgroup-articles (bug#9386).
5939
5940 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * auth-source.el: Autoload help-mode.
5943
5944 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5945
5946         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5947         names.
5948
5949 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5950
5951         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5952         mm-replace-in-string for compatibility issues.
5953         * mml2015.el (mml2015-epg-verify): Ditto.
5954
5955 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5958
5959         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5960
5961 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5962
5963         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5964         continue on and do the clean-up phase (bug#9188).
5965
5966         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5967         just ignore groups that can't be opened instead of erroring out
5968         (bug#9225).
5969
5970         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5971         nil since some many people are fuddy-duddies.
5972
5973         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5974         images.
5975
5976         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5977         instead.
5978
5979         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5980
5981         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5982
5983         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5984         processing.
5985
5986         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5987         buffer to avoid warnings.
5988
5989 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5990
5991         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5992         specified to reduce precision.
5993
5994 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5995
5996         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5997         bodystructures (bug#9314).
5998
5999 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
6002         Make button keymap non-sticky after buttons.
6003
6004 2011-08-18  David Engster  <dengste@eml.cc>
6005
6006         * nnmairix.el (nnmairix-request-set-mark)
6007         (nnmairix-goto-original-article): Remove adding of article to registry,
6008         since `gnus-registry-add-group' isn't available anymore.
6009         (nnmairix-determine-original-group-from-registry):
6010         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
6011         available anymore.
6012
6013 2011-08-12  Simon Josefsson  <simon@josefsson.org>
6014
6015         * starttls.el (starttls-any-program-available): Define as obsolete
6016         function.
6017
6018 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019
6020         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
6021         versions which Gnus use when appropriate.
6022
6023         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
6024         a pretty destructive command.
6025
6026         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
6027
6028 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6029
6030         * message.el (message-fix-before-sending): Make a different warning
6031         about NUL characters (bug#9270).
6032
6033         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
6034         from custom (bug#9260).
6035
6036         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
6037         things work in Emacs 22 and XEmacs, too.
6038
6039         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
6040         default From.
6041
6042         * gnus-spec.el (gnus-lrm-string-p): New macro.
6043         (gnus-lrm-string): New constant.
6044         (gnus-summary-line-format-spec): LRM-ify the from.
6045         (gnus-tilde-max-form): LRM-ify string chopping.
6046
6047         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
6048
6049         * message.el (message-is-yours-p): Allow disabling canlock checking
6050         (bug#9295).
6051         (message-shoot-gnksa-feet): Add `canlock-verify'.
6052         (message-auto-save-directory): Use ~/ as the auto-save directory if the
6053         message directory isn't writable (bug#9304).
6054
6055         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
6056         non-world-readable.
6057
6058 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
6061         articles.
6062
6063 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6064
6065         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
6066         copy-list.
6067
6068 2011-08-12  Sam Steingold  <sds@gnu.org>
6069
6070         * gnus-score.el (gnus-score-find-alist): Keep the score files already
6071         in the reverse order to avoid modifying the cache with `nreverse'.
6072         (gnus-all-score-files): Do not modify the value returned by
6073         `gnus-score-find-alist' because it lives in a cache variable.
6074         (gnus-current-home-score-file): No need to `nreverse' the return value
6075         of `gnus-score-find-alist', it is already in the correct order.
6076
6077 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
6078
6079         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
6080         type MESSAGE and subtype RFC822 is slightly different from those of
6081         type TEXT.
6082
6083 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
6084
6085         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
6086         This allows article-referral to work from an nnir group.
6087
6088 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
6089
6090         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
6091
6092 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
6093
6094         * mml1991.el (mml1991-epg-find-usable-key)
6095         (mml1991-epg-find-usable-secret-key): New function.
6096         (mml1991-epg-sign): Check if signing key is usable.
6097         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
6098
6099 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
6100
6101         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
6102         server-variables only.  This should fix a bug introduced with commit
6103         e1889675b7f4adf057833c5513c9374134c4e053.
6104         (nnir-run-query): 'nnir-search-engine should not be set from the global
6105         environment.
6106
6107 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
6108
6109         * nnir.el (nnir-search-thread): Position point on referring article
6110         line.
6111         (nnir-warp-to-article): Clean up summary buffers.
6112
6113         * nnimap.el (nnimap-request-thread): Whitespace fix.
6114
6115 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
6116
6117         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
6118
6119 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6120
6121         * starttls.el (starttls-available-p): Rename from
6122         `starttls-any-program-available' and changed return convention.
6123
6124 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6125
6126         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6127         `unix-sync' unless it's defined.
6128
6129 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6130
6131         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6132         `aref' for XEmacs compatibiltiy.
6133
6134 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6135
6136         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6137
6138 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6139
6140         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6141         closures, quote the form properly (bug#9194).
6142
6143 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6144
6145         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6146         (gnus-summary-insert-new-articles): Protect against servers that are
6147         down.
6148
6149 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6150
6151         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6152         in mm handle if none is specified.
6153
6154 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6155
6156         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6157
6158 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6159
6160         * nnir.el (nnir-search-thread): New function to make an nnir group
6161         based on a thread query.
6162
6163         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6164         of nnir in thread referral.
6165         (gnus-summary-refer-thread): Use it.
6166
6167         * nnimap.el (nnimap-request-thread): Use it.
6168
6169 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6170
6171         * shr.el (shr-tag-comment): Ignore HTML comments.
6172
6173 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6174
6175         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6176         argument.
6177         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6178         Use `nnir-address' to handle server info rather than passing an arg.
6179
6180         * nnimap.el (nnimap-make-thread-query): New utility function to format
6181         an imap thread search query.
6182         (nnimap-request-thread): Use it.
6183
6184         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6185         right select-method if we are not going back to the group buffer.
6186
6187 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6188
6189         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6190         enter invalid buffer configurations into the quit form (bug#9107).
6191         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6192         unplugged/plugged.
6193
6194         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6195         keep track of which ones are unread (bug#9061).
6196
6197         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6198         (bug#9055).
6199
6200         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6201         (bug#9041).
6202
6203         * gnus-html.el (mm-util): Require (bug#9073).
6204
6205         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6206         (gnus-summary-refer-thread): Use it to remove duplicates in the
6207         un-threaded view (bug#9053).
6208         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6209
6210 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6211
6212         * nnir.el (nnir-read-server-parm): Use default value from global
6213         variable.  Without this the default search engine parameters aren't
6214         used at all.
6215
6216 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6217
6218         * message.el (message-unique-id): Don't use the undocumented return
6219         value from (random t) (bug#9118).
6220
6221 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6222
6223         * message.el (message-auto-save-directory): If the ~/Mail directory
6224         doesn't exist, use ~ as the auto-save directory (bug#4432).
6225
6226         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6227         hasn't already been started.
6228
6229 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6230
6231         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6232
6233         * message.el (message-reply): Work around mysterious bug where
6234         `message-mode' seems to overwrite the locally bound `subject' variable.
6235
6236 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6237
6238         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6239         correct group.
6240
6241         * gnus-int.el (gnus-request-thread): Add group argument.
6242
6243         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6244
6245 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6246
6247         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6248
6249         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6250         renamed to `debbugs-gnu-*'.
6251
6252 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6253
6254         * plstore.el: Revert the editing feature since it is not urgent.
6255         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6256         (plstore-mode-decoded): Remove.
6257
6258 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6259
6260         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6261         isn't very interesting any more, and it leaks potentially secret data.
6262         (gnus-debug): Remove.
6263
6264         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6265         use of :custom-show.
6266
6267 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6268
6269         * plstore.el: Add documentation.
6270         (plstore-mode): New mode to edit plstore file.
6271         (plstore-mode-toggle-display, plstore-mode-original)
6272         (plstore-mode-decoded): New command.
6273         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6274         (plstore--insert-buffer, plstore--make): New function.
6275         (plstore-open, plstore-save): Simplify by using them.
6276
6277 2011-07-06  Glenn Morris  <rgm@gnu.org>
6278
6279         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6280
6281 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6282
6283         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6284         no longer is much used.
6285         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6286         Articles".
6287
6288 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6289
6290         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6291         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6292         `notmuch' backend.
6293
6294 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6295
6296         * mm-decode.el (mm-text-html-renderer): Doc fix.
6297
6298         * gnus-msg.el (gnus-bug): Fix the MML tag.
6299
6300         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6301
6302 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6303
6304         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6305         secondary methods if started with `gnus-no-server'.
6306
6307 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6308
6309         * message.el (message-return-action): Fix typo in docstring.
6310
6311 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6312
6313         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6314         bug reports at once.
6315
6316         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6317
6318 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * nndraft.el: Require gnus-group.
6321         (nndraft-request-list): Declare.
6322
6323         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6324         no unread article unless it matches gnus-permanently-visible-groups.
6325
6326         * nndraft.el (nndraft-update-unread-articles): New function.
6327         (nndraft-request-associate-buffer): Use it to update the number of
6328         unread articles for the nndraft groups in the group buffer when saving
6329         or killing a draft message.
6330
6331 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6332
6333         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6334         systems to binary before writing and reading the mbox files.
6335
6336         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6337         instead of trying to list them all (bug#8978).
6338
6339 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6340
6341         * pop3.el (pop3-open-server): Use :end-of-capability.
6342
6343 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6344
6345         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6346         the id is always a number.
6347
6348         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6349
6350         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6351         debbugs mode, if possible.
6352
6353 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6354
6355         * auth-source.el (auth-source-token-passphrase-callback-function):
6356         Reindent.
6357         (epg-context-operation): Remove unnecessary autoload.
6358
6359 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6360
6361         * gnus.el (gnus-list-debbugs): New command.
6362
6363         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6364         mboxstat instead of the maintbox, since the stat seems to be fuller.
6365
6366         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6367         summary buffers.
6368
6369         * message.el (message-get-reply-headers): Delete all duplicates,
6370         instead of the first.
6371         (message-get-reply-headers): Ensure that we have progress while
6372         deleting duplicates.
6373
6374         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6375         gnus-posting-style value from the summary buffer to make it easier to
6376         make that a per-buffer conf.
6377
6378 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6379
6380         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6381         found by setting `shortcut' in 'query.
6382         (nnir-request-article): Use `shortcut' setting when requesting article
6383         by Message-ID.
6384
6385 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6386
6387         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6388         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6389         Bring the pseudo-headers back too.
6390
6391 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6392
6393         * auth-source.el (auth-source-token-passphrase-callback-function):
6394         Simplify and remove EPA dependency.
6395
6396 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6397
6398         * nnir.el (nnir-request-article): Fix error message text.
6399
6400 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6401
6402         * auth-source.el (plstore-delete): Autoload.
6403         (auth-source-plstore-search): Support delete operation.
6404         * plstore.el (plstore-delete): New function.
6405
6406 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6409         mark actually existing articles as unread rather than the ones that
6410         active asserts.
6411
6412 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6413
6414         * nntp.el (nntp-record-command):
6415         * gnus-util.el (gnus-message-with-timestamp-1):
6416         Use format-time-string rather than decoding time stamps by hand.
6417         This is simpler and insulates the code from potential changes to
6418         current-time format.
6419
6420 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6423
6424 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6425
6426         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6427         (plstore-save): Support public key encryption.
6428         (plstore--init-from-buffer): New function.
6429         (plstore-open): Use it; fix error when opening a non-existent file.
6430         (plstore-revert): Use plstore--init-from-buffer.
6431
6432 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6433
6434         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6435
6436 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6439         for old Emacsen.
6440
6441 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6442
6443         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6444         is not fully working.
6445
6446 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6447
6448         * dgnushack.el: Autoload sha1 on XEmacs.
6449
6450         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6451         quit window configuration.
6452
6453         * auth-source.el (epg-context-set-passphrase-callback):
6454         Remove duplicate autoload.
6455
6456 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6457
6458         * nnir.el (nnir-request-article): Allow requesting articles by
6459         Message-ID with nnimap.
6460
6461         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6462         current server.
6463
6464 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6465
6466         * auth-source.el: Autoload EPA/EPG functions.
6467         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6468         changed when EPA/EPG is not available.
6469         (auth-source-backend): Rename "arg" member to "data".
6470         (auth-source-backend-parse, auth-source-plstore-search)
6471         (auth-source-plstore-create): Use it.
6472
6473 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6474
6475         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6476         `gnus-refer-article-methods'.
6477
6478 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6479
6480         * auth-source.el: Require EPA and EPG.
6481         (auth-source-passphrase-alist): New variable.
6482         (auth-source-passphrase-callback-function)
6483         (auth-source-token-passphrase-callback-function): Callbacks for the
6484         netrc field encryption (GPG tokens).
6485         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6486         Symmetric encryption and decryption of the netrc GPG tokens.
6487         (auth-source-netrc-normalize): Use them, simplifying the closure.
6488
6489 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6492         is available.
6493
6494 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6495
6496         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6497         non-nil, and `nnimap-split-methods' is nil, use the former.
6498
6499 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6500
6501         * plstore.el (plstore-revert): New function.
6502         (plstore-open): Use it; hide the buffer from user.
6503
6504 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6505
6506         * auth-source.el (auth-source-backend): New member "arg".
6507         (auth-source-backend-parse): Handle new backend 'plstore.
6508         * plstore.el: New file.
6509
6510 2011-06-30  Glenn Morris  <rgm@gnu.org>
6511
6512         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6513
6514 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6515
6516         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6517         expiring articles to.
6518
6519         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6520         variations as ASCII (bug#5458).
6521
6522 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6525
6526 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6527
6528         * message.el (message-point-in-header-p): Tweak the function to default
6529         to saying that we're not in the headers if there is no separator at
6530         all.  This makes it possible to use the Message version of `M-q' in
6531         buffers with no headers (bug#7987).
6532         (message-point-in-header-p): Fix last checkin to work with an empty
6533         mail-header-separator, too.
6534
6535         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6536         again, save the choice via customize.
6537
6538 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6539
6540         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6541
6542         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6543         ended the connection, bail out before waiting infinitely on a new
6544         connection.
6545
6546 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6547
6548         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6549         reports.
6550
6551         * gnus.el (gnus-bug-package): Use "gnus."
6552         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6553
6554 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6555
6556         * dgnushack.el: Make the timer warning go away on XEmacs.
6557
6558         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6559         animations going on at article exit time.
6560
6561         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6562         since removing it breaks people upgrading.
6563
6564         * shr.el (shr-put-image): Use the new interface for animating images.
6565         (shr-put-image): Animate for 60 seconds.
6566
6567         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6568         avoid compiler warnings.
6569
6570         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6571         error with `find-file-hooks' on Emacs 22.
6572         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6573         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6574         on all architectures.
6575
6576         * spam.el (spam-stat): Require in a normal fashion without binding
6577         `spam-stat-install-hooks' to avoid compilation warnings.
6578
6579         * spam-stat.el (spam-stat-install-hooks): Remove.
6580         (spam-stat-install-hooks): Don't run automatically.
6581
6582 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6583
6584         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6585         and keystroke.
6586
6587 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * auth-source.el (auth-source-netrc-cache): Move forward.
6590
6591 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6592
6593         * proto-stream.el (proto-stream-open-starttls): Use
6594         `gnutls-available-p' to see whether we have built-in support.
6595
6596         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6597         we already know.
6598         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6599         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6600
6601 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6602
6603         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6604         %S format, since that looks odd.
6605         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6606         file, especially when saving.
6607
6608 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6609
6610         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6611         article found.
6612
6613 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6614
6615         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6616         `auth-source-save-secrets' with a more sensitive alist that can be
6617         configured per file.  Experimental, so defaults to 'never.
6618         (auth-source-netrc-create): Use it.  Still experimental code.
6619         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6620         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6621
6622 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6623
6624         * auth-source.el (auth-source-save-secrets): New variable to control if
6625         secret tokens should be saved encrypted.
6626         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6627         to `auth-source-netrc-normalize'.
6628         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6629         on the EPA variables being defined.
6630         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6631         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6632         the lexical-let closure.
6633         (auth-source-netrc-create): Create "gpg:" tokens according to
6634         `auth-source-save-secrets'.
6635
6636 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * gnus-group.el (gnus-group-update-group): Add new argument
6639         `info-unchanged' that stops updating dribble buffer.
6640
6641         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6642         deletes lines matching to it in dribble buffer.
6643
6644         * gnus-agent.el (gnus-agent-fetch-group-1):
6645         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6646         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6647         * gnus-start.el (gnus-group-change-level):
6648         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6649
6650         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6651         if newsgroup info is not changed.
6652
6653         * gnus-group.el (gnus-group-get-new-news-this-group):
6654         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6655         Don't update dribble buffer.
6656
6657 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6658
6659         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6660         remove entries with groups we ignore.
6661
6662 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6663
6664         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6665         the underline comes at the bottom.
6666
6667 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6668
6669         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6670         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6671         (gnus-registry-article-marks-to-names): Rename from
6672         `gnus-registry-user-format-function-M2'.
6673
6674 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6677         ephemeral group.
6678
6679 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6680
6681         * shr.el (shr-browse-image): Copy the URL if called interactively.
6682
6683 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6684
6685         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6686         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6687         done, then unselected articles may be marked as read.
6688
6689         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6690         since not doing this seems to lead to a race condition in pop3-logon.
6691
6692         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6693         so that the call chain it correct when we call "upwards".
6694
6695         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6696         in read-only groups.
6697
6698         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6699
6700         * message.el (message-cite-reply-position): Doc string fix.
6701
6702         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6703         avoid regexp overflow.
6704         (nnimap-transform-split-mail): Ditto.
6705
6706         * pop3.el (pop3-retr): Error out if the server closes the connection.
6707
6708 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6709
6710         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6711         mm-with-unibyte-current-buffer.  The buffer should not contain any
6712         multibyte chars anyway at this stage.
6713
6714 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6715
6716         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6717         at the end of lines.
6718
6719 2011-05-29  Julien Danjou  <julien@danjou.info>
6720
6721         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6722
6723 2011-05-27  Glenn Morris  <rgm@gnu.org>
6724
6725         * gnus-group.el (gnus-bug-group-download-format-alist):
6726         Use the "maintainer" version of debian reports as well.
6727
6728 2011-05-26  Glenn Morris  <rgm@gnu.org>
6729
6730         * gnus-group.el (gnus-bug-group-download-format-alist):
6731         Use the "maintainer" version of debbugs.gnu.org reports.
6732
6733 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6736
6737 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6738
6739         * gnus-cus.el (gnus-agent-customize-category):
6740         * gnus-delay.el (gnus-delay-send-queue):
6741         * gnus.el (gnus-other-frame):
6742         Don't quote lambda expressions with `quote'.
6743
6744 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6745
6746         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6747         the thread moves us backwards and so we loop forever.
6748
6749 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6752         whitespace in base64 data lines.
6753
6754 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6755
6756         * gnus-registry.el (gnus-registry-user-format-function-M):
6757         Use `mapconcat'.
6758         (gnus-registry-user-format-function-M2): Use to see the full text of
6759         the marks.  Make "," the mark text separator.
6760
6761         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6762         authentication with auth-source.
6763
6764 2011-05-17  Glenn Morris  <rgm@gnu.org>
6765
6766         * gnus-group.el (gnus-import-other-newsrc-file):
6767         Use insert-file-contents.
6768
6769 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6770
6771         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6772         1000 iterations.
6773
6774 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * nntp.el (nntp-open-connection): Check if process-type is available.
6777
6778 2011-05-16  Julien Danjou  <julien@danjou.info>
6779
6780         * shr.el (shr-tag-del): Add support for del tag.
6781
6782 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * gnus-html.el (gnus-html-put-image): Register a displayer.
6785
6786         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6787
6788 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6789
6790         * registry.el (prune-factor): New initialization parameter defaulting
6791         to 0.1.
6792         (registry-prune-hard): Use it.
6793
6794         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6795         0.1 expicitly.
6796
6797 2011-05-13  Glenn Morris  <rgm@gnu.org>
6798
6799         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6800         is bound, since this function requires sendmail.
6801
6802 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6803
6804         * registry.el (registry-usage-test): Disable pruning test.
6805
6806 2011-05-11  David Engster  <dengste@eml.cc>
6807
6808         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6809         Bind set-network-process-option for XEmacs.
6810
6811 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6812
6813         * registry.el (registry-prune-hard-candidates)
6814         (registry-prune-soft-candidates): Helper methods for registry pruning.
6815         (registry-prune): Use them.  Make the sort function optional.
6816
6817 2011-05-10  Jim Meyering  <meyering@redhat.com>
6818
6819         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6820
6821 2011-05-10  Julien Danjou  <julien@danjou.info>
6822
6823         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6824         symbol and not a list.
6825
6826 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * gnus-art.el (gnus-article-mode): Move binding of
6829         shr-put-image-function here from gnus-article-prepare-display.
6830
6831         * shr.el (shr-put-image-function): New variable.
6832         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6833         (shr-put-image): Return scaled image.
6834
6835         * gnus-art.el (gnus-shr-put-image): New function.
6836         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6837
6838         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6839         original ones, as deletable.
6840
6841 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6842
6843         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6844
6845 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6846
6847         * registry.el (registry-full): Add convenience method.  Fix logic.
6848         (registry-insert): Use it.  Fix logic here too.
6849
6850         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6851         `registry-prune' if `registry-full' returns t.
6852         (gnus-registry-handle-action)
6853         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6854         (gnus-registry-usage-test): Use it.
6855
6856 2011-05-07  Julien Danjou  <julien@danjou.info>
6857
6858         * shr.el (shr-link): Make shr-link inherit from link by default.
6859
6860 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6861
6862         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6863
6864 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6865
6866         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6867         error out because the face is not a list.
6868
6869 2011-05-05  Glenn Morris  <rgm@gnu.org>
6870
6871         * proto-stream.el (gnutls-negotiate): Fix declarations.
6872
6873         * gnus-start.el (gnus-propagate-marks): Declare.
6874
6875 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6876
6877         * registry.el (registry-reindex): Fix percentage message.
6878
6879         * proto-stream.el (network-stream-open-starttls): Adjust to call
6880         `gnutls-negotiate' with :process and :hostname arguments.
6881
6882 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6883
6884         * shr.el: Add shr-link face for links.
6885         (shr-urlify): Use it.
6886
6887         * registry.el (registry-insert): Make error message more helpful.
6888
6889 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6890
6891         * gnus-html.el (gnus-html-schedule-image-fetching):
6892         Use url-queue-retrieve, if it exists.
6893
6894         * shr.el (shr-tag-img): Ditto.
6895
6896         * gnus.el: Autoload more gnus-agent functions.
6897
6898         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6899         agent if we haven't already (bug#8502).
6900
6901         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6902         into the Agent, too.
6903
6904         * gnus-agent.el (gnus-agent-store-article): New function.
6905
6906         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6907         and moved from that file for reuse.
6908
6909         * pop3.el (pop3-open-server): Error messages are "-ERR".
6910
6911 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6912
6913         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6914         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6915
6916 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6917
6918         * gnus.el: No Gnus v0.17 is released.
6919
6920 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6921
6922         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6923         buffer has moved to a different frame.
6924
6925 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6926
6927         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6928         to get the conversion from unibyte to multibyte buffers to work on
6929         Emacs 22.
6930
6931         * nntp.el (nntp-request-article): Slight clean-up.
6932
6933 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6934
6935         * shr.el (shr-strike-through): New face.
6936         (shr-tag-s): Use it to provide <s> support.
6937         (shr-tag-s): Remove duplicate definition.
6938
6939 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6940
6941         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6942         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6943
6944 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6945
6946         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6947         `gnutls-negotiate'.
6948         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6949
6950 2011-04-23  Glenn Morris  <rgm@gnu.org>
6951
6952         * gnus-sum.el (gnus-extra-headers): Bump :version.
6953
6954 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6955
6956         * shr.el (shr-tag-sup): New function.
6957         (shr-tag-sub): Ditto.
6958
6959 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6960
6961         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6962         for the case where `gnus-registry-ignored-groups' is a list of lists,
6963         and don't call `gnus-parameter-registry-ignore' otherwise.
6964
6965 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6966
6967         * nnimap.el (nnimap-user): New backend variable.
6968         (nnimap-open-connection-1): Use it.
6969         (nnimap-credentials): Accept user parameter so it's explicit what user
6970         name is desired.
6971
6972         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6973         default.
6974
6975         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6976         not gnus-registry.el.
6977
6978         * gnus-registry.el: Mention in comments how to modify
6979         `gnus-extra-headers' for proper recipient tracking and that it may
6980         already have To and Cc recently, which it does as of this commit.
6981         (gnus-registry-ignored-groups): Remove defcustom.
6982         Explain why in comments.
6983         (gnus-registry-action): Fix data-header reference to use the extra
6984         headers.  Explain in package commentary how to add To and Cc headers to
6985         the gnus-extra-headers.
6986         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6987         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6988         parameter list or a string list in `gnus-registry-ignored-groups'.
6989         Fix logic error.
6990
6991 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6992
6993         * shr.el (shr-expand-url): Protect against null urls.
6994
6995 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6996
6997         * shr.el (shr-base): New binding.
6998         (shr-tag-base): Keep track of <base>.
6999         (shr-expand-url): New function used throughout.
7000
7001 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
7002
7003         * gnus-registry.el
7004         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
7005         (gnus-registry-ignored-groups): New variable.
7006         (gnus-registry-ignore-group-p): Use it.
7007         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
7008         set the destination group to nil (same as delete) if it's ignored.
7009
7010 2011-04-20  David Engster  <dengste@eml.cc>
7011
7012         * tests/gnustest-nntp.el: New file for simple NNTP testing.
7013
7014         * Makefile.in (test-nntp): New rule.
7015         (check): Add it.
7016         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
7017
7018 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * gnus-registry.el (gnus-registry-action)
7021         (gnus-registry-fetch-header-fast):
7022         Don't use mail-header that looks an internal function of mailheader.el.
7023
7024 2011-04-19  Glenn Morris  <rgm@gnu.org>
7025
7026         * time-date.el (time-to-days): Remove unused local variables.
7027
7028 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * gnus-registry.el: Eliminate cl functions.
7031         (gnus-registry-sort-addresses): New function that replaces mapcan.
7032         (gnus-registry-action, gnus-registry-spool-action)
7033         (gnus-registry-split-fancy-with-parent)
7034         (gnus-registry-fetch-recipients-fast): Use it.
7035         (gnus-registry-import-eld): Replace delete* with dolist + delq.
7036
7037         * registry.el (initialize-instance, registry-lookup)
7038         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
7039         (registry-lookup-secondary-value, registry-search, registry-delete)
7040         (registry-insert, registry-reindex, registry-size, registry-prune):
7041         Use eval-and-compile.
7042
7043 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7044
7045         * registry.el (registry-reindex): New method to recreate the secondary
7046         registry indices.
7047
7048         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
7049         tracked field changes.
7050         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
7051         (gnus-registry-action, gnus-registry-spool-action)
7052         (gnus-registry-handle-action)
7053         (gnus-registry--split-fancy-with-parent-internal)
7054         (gnus-registry-split-fancy-with-parent)
7055         (gnus-registry-register-message-ids): Add recipient tracking on spool,
7056         move, and delete actions, and for fancy splitting with parent.
7057         (gnus-registry-extract-addresses)
7058         (gnus-registry-fetch-recipients-fast)
7059         (gnus-registry-fetch-header-fast): Convenience functions.
7060         (gnus-registry-misc-test): ERT test of
7061         `gnus-registry-extract-addresses'.
7062
7063 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7064
7065         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7066         Track by subject first, then sender.
7067
7068 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7069
7070         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
7071
7072         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
7073         Lisp.
7074
7075         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
7076         (gnus-draft-send): Use it to avoid popping
7077         up frames from gnus-group-send-queue.
7078
7079 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7080
7081         * gnus-registry.el: Updated gnus-registry docs.
7082
7083 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7084
7085         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7086         Fix logic bug.
7087         (gnus-registry-post-process-groups): Fix logging of no results and
7088         quote sender and subject.
7089
7090 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7091
7092         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
7093         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
7094         gnutls-cli are too slow to be done opportunistically.
7095
7096         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
7097         (gnus-read-active-for-groups): Don't try to finish getting stuff where
7098         we had no early-data returned.
7099         (gnus-get-unread-articles): Add a sanity check so that we don't issue
7100         two async commands to the same server at the same time.
7101
7102 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
7103
7104         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
7105
7106 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7107
7108         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
7109         "warning" level.
7110
7111         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
7112         (mm-url-insert-file-contents): Don't set the package names.
7113
7114 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
7115
7116         * gnus-registry.el (gnus-registry-action): Remove properties and
7117         simplify subject in `gnus-registry-handle-action'.
7118         (gnus-registry-spool-action): Get subject and sender from message if
7119         they are not passed in.
7120         (gnus-registry-handle-action): Remove properties and simplify subject
7121         consistently.
7122
7123 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7124
7125         * registry.el: Require CL before using defmacro*.
7126
7127 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * gnus-art.el (article-treat-date): Assume that
7130         gnus-article-date-headers may be a group parameter.
7131
7132 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7133
7134         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7135
7136         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7137         interactively so the newsrc file can contain foreign groups too.
7138         Useful for debugging but not much for users.
7139
7140 2011-04-07  David Engster  <dengste@eml.cc>
7141
7142         * registry.el (registry-usage-test): Only do
7143         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7144         lexical binding.
7145
7146 2011-04-07  David Engster  <dengste@eml.cc>
7147
7148         * Makefile.in (check, test-registry): New rules for test-suite.
7149
7150 2011-04-06  David Engster  <dengste@eml.cc>
7151
7152         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7153         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7154
7155 2011-04-06  David Engster  <dengste@eml.cc>
7156
7157         * registry.el (initialize-instance): Change :after to :AFTER to be
7158         compatible with old EIEIO version in XEmacs.
7159
7160 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7161
7162         * gnus-registry.el (gnus-registry-post-process-groups)
7163         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7164         and provide better messaging.
7165
7166 2011-04-06  David Engster  <dengste@eml.cc>
7167
7168         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7169         errors.
7170
7171         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7172         dgnushack-compile with error-on-warn enabled, and to signal an error if
7173         clean compilation failed.
7174         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7175         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7176
7177 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7178
7179         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7180         unconditionally anyway, discarding errors.
7181         (gnus-registry-delete-entries): New convenience function.
7182         (gnus-registry-import-eld): Import from old .eld registry.
7183
7184         * registry.el: Don't use ERT if it's not available.  Load it
7185         unconditionally anyway, discarding errors.
7186
7187         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7188         version from the Claudio Bley GnuTLS patch (extra optional parameters
7189         and host name).
7190
7191 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7192
7193         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7194         fixup the parameters that can be customized by the user between
7195         save/read cycles.
7196         (gnus-registry-read): Use it.
7197         (gnus-registry-make-db): Use it.
7198         (gnus-registry-spool-action, gnus-registry-handle-action):
7199         Fix messaging.
7200         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7201         Map references to actual group names with sender and subject tracking.
7202         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7203         (gnus-registry-usage-test): Add subject lookup test.
7204
7205         * registry.el (registry-db, initialize-instance): Set up constructor
7206         instead of :initform arguments for the sake of older Emacsen.
7207         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7208         pre-lexbind merge bug.
7209         (registry-usage-test): Use it.
7210         (initialize-instance, registry-db): Move the non-function initforms
7211         back to the class definition.
7212
7213 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7214
7215         * registry.el: New library to manage gnus-registry-style data.
7216
7217         * gnus-registry.el: Use it (major rewrite).
7218
7219         * nnregistry.el: Use it.
7220
7221         * spam.el: Use it.
7222
7223 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7224
7225         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7226         marks on non-selected articles.
7227
7228 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7229
7230         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7231         parameter to open-protocol-stream.
7232
7233 2011-04-01  Julien Danjou  <julien@danjou.info>
7234
7235         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7236         fundamental-mode.
7237
7238 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7241         servers.
7242
7243 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7244
7245         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7246         made marks not propagate, again.
7247
7248 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7249
7250         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7251         Make this the default type.
7252         (proto-stream-open-plain): Rename from proto-stream-open-default.
7253         (open-protocol-stream, proto-stream-open-starttls)
7254         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7255         with `plain'.
7256
7257         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7258         value.
7259
7260         * nntp.el (nntp-open-connection-function): Document the fact that some
7261         values are not functions but are instead handled specially.
7262         Recognize nntp-open-plain-stream value.
7263         (nntp-open-connection): Recognize that value.
7264
7265 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7266
7267         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7268         where it seems to be needed.
7269
7270 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7271
7272         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7273         stuff.
7274
7275         * gnus-score.el (gnus-score-string): Fix calling convention of
7276         `gnus-simplify-buffer-fuzzy' after last patches.
7277
7278         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7279         server for articles we didn't get any headers for.  This is a sanity
7280         check.
7281
7282 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7283
7284         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7285         new CAPABILITY, use it.
7286
7287 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7288
7289         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7290         downloading anything.
7291
7292         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7293
7294 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7295
7296         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7297         colors.
7298         (gnus-splash-svg-color-symbols): New function.
7299
7300 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301
7302         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7303         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7304         (gnus-simplify-subject-fuzzy): Use the local
7305         gnus-simplify-subject-fuzzy-regex instead of the global one.
7306         This makes using this variable in group parameters work.
7307
7308 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7309
7310         * gnus-registry.el (gnus-registry-unfollowed-groups):
7311         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7312         archive:sent-YYYY-MM-DD groups).
7313         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7314         tracking if there are more than `gnus-registry-max-track-groups'
7315         matches.
7316
7317 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7318
7319         * message.el (message--yank-original-internal): New function to do the
7320         insertion cleanly inside eval in `message-yank-original'.
7321         (message-yank-original): Use it.
7322
7323 2011-03-29  Julien Danjou  <julien@danjou.info>
7324
7325         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7326         local variables disabled rather than `normal-mode'.
7327
7328 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7329
7330         * imap.el (imap-shell-open, imap-process-connection-type):
7331         Use imap-process-connection-type for 'shell' streams as well as
7332         Kerberos, SSL, other subprocesses.
7333
7334 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7335
7336         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7337         with open-network-stream.
7338         (proto-stream-always-use-starttls): Option removed.
7339         (open-protocol-stream): Return a process object by default.  Provide a
7340         new parameter :return-list specifying a list-type return value, which
7341         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7342         :type `network' to `try-starttls', and `network-only' to `default'.
7343         Make `default' the default, for compatibility with open-network-stream.
7344         Handle the no-parameter case exactly as open-network-stream, with no
7345         additional stream processing.  Search plists using plist-get.
7346         Explicitly add :end-of-commend parameter if it is missing.
7347         (proto-stream-open-default): Rename from
7348         proto-stream-open-network-only.  Return 'default as the type.
7349         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7350         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7351         failed.  Always return a list with a (possibly dead) process as the
7352         first element, for compatibility with open-network-stream.
7353         (proto-stream-open-tls): Use plist-get.  Always return a list.
7354         (proto-stream-open-shell): Return `default' as connection type.
7355         (proto-stream-capability-open): Use plist-get.
7356         (proto-stream-eoc): Function deleted.
7357
7358         * nnimap.el (nnimap-stream, nnimap-open-connection)
7359         (nnimap-open-connection-1): Handle renaming of :type parameter for
7360         open-protocol-stream.
7361         (nnimap-open-connection-1): Pass a :return-list parameter
7362         open-protocol-stream to obtain a list return value.  Parse this list
7363         using plist-get.
7364
7365         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7366         for open-protocol-stream.  Accept open-protocol-stream return value
7367         that is a subprocess object instead of a list.  Handle the case of a
7368         dead returned process.
7369
7370 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7371
7372         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7373
7374         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7375
7376 2011-03-21  Julien Danjou  <julien@danjou.info>
7377
7378         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7379         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7380         query.
7381         (mm-inline-text): Render normal text with fontification whenever
7382         possible.
7383
7384         * gnus-sum.el (gnus-summary-save-parts-1):
7385         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7386         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7387         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7388         Use `mm-handle-filename'.
7389
7390         * mm-util.el (mm-handle-filename): New function, return the filename of
7391         an handle.
7392
7393 2011-03-18  Julien Danjou  <julien@danjou.info>
7394
7395         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7396         (gnus-buffer-live-p): Check that buffer is not nil.
7397
7398 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7399
7400         * gnus.el: No Gnus v0.15 is released.
7401
7402 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7403
7404         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7405         avoid warning on XEmacs.
7406
7407         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7408         on XEmacs.
7409
7410         * gnus-art.el: Require mouse, which the build bot seems to say is
7411         needed.
7412
7413         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7414
7415         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7416         XEmacs, since it doesn't have url-retrieve-synchronously.
7417
7418         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7419         since assoc-string doesn't exist in XEmacs.
7420
7421 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7422
7423         * gnus-group.el (gnus-group-list-ticked): New function.
7424         (gnus-group-make-menu-bar): Provide a menu entry for it.
7425         (gnus-group-list-map): Provide a binding for it.
7426
7427 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7428
7429         * shr.el (shr-visit-file): New command.
7430
7431         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7432
7433 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7434
7435         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7436         servers.
7437
7438 2011-03-16  Julien Danjou  <julien@danjou.info>
7439
7440         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7441         inline.
7442
7443         * gnus-art.el (article-hide-list-identifiers):
7444         Use gnus-group-get-list-identifiers.
7445
7446         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7447         (gnus-summary-remove-list-identifiers):
7448         Use gnus-group-get-list-identifiers to get regexp.
7449         (gnus-select-newsgroup, gnus-summary-insert-subject)
7450         (gnus-summary-insert-articles):
7451         Call gnus-summary-remove-list-identifiers unconditionally.
7452
7453 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454
7455         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7456         we're selecting a group with unread articles.
7457
7458         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7459
7460         * gssapi.el: New file separated out from imap.el to provide a general
7461         Kerberos 5 connection facility for Emacs.
7462
7463         * message.el (message-elide-ellipsis): Document the format spec
7464         ellipsis.
7465
7466 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7467
7468         * message.el (message-elide-region): Allow the ellipsis to say how many
7469         lines were removed.
7470
7471 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7472
7473         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7474         window configurations containing buffers that are now dead.
7475
7476         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7477         parsing to avoid integer overflows.
7478         (nnimap-parse-flags): Simplify the last change.
7479         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7480         too large for 32-bit Emacsen.
7481
7482 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7483
7484         * auth-source.el (auth-source-netrc-create):
7485         * message.el (message-yank-original): Fix use of `case'.
7486
7487 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7488
7489         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7490         XEmacs, which was one character too wide.
7491
7492 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7493
7494         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7495         default number of articles to display.
7496         (gnus-articles-to-read): Use pretty names for prompt.
7497
7498 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7499
7500         * gnus-int.el (gnus-open-server): Ditto.
7501
7502         * gnus-start.el (gnus-activate-group): Give a backtrace if
7503         debug-on-quit is set and the user hits `C-g'.
7504         (gnus-read-active-file): Ditto.
7505
7506         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7507
7508 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7509
7510         * message.el (message-yank-original): Use cond instead of CL case.
7511
7512 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7513
7514         * auth-source.el (auth-source-netrc-create): Use usual format for the
7515         default in prompts.
7516
7517 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * lpath.el: Fbind read-char-choice for XEmacs.
7520
7521 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7522
7523         * auth-source.el (auth-source-netrc-create): Show the default in the
7524         prompt when prompting for token creation.
7525
7526 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7527
7528         * auth-source.el (auth-source-format-prompt): Always convert the value
7529         to a string to avoid evaluating non-string arguments.
7530         (auth-source-netrc-create): Offer default properly, not as initial
7531         content in `read-string'.
7532         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7533         of line to determine if we've been run before.  If so, don't run again,
7534         but print a trivial message to indicate the cache was hit instead.
7535
7536 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7537
7538         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7539         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7540         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7541         Gnus.
7542
7543 2011-03-11  Julien Danjou  <julien@danjou.info>
7544
7545         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7546         modified file".
7547
7548 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7549
7550         * auth-source.el (auth-source-read-char-choice): New function to read a
7551         character choice using `dropdown-list', `read-char-choice', or
7552         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7553         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7554         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7555         (auth-source-netrc-saver): Use it.
7556         (auth-source-pick-first-password): New convenience function.
7557
7558 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7559
7560         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7561         parameter in the credentials.
7562         (nnimap-open-connection-1): Use it after a successful login.
7563         (nnimap-credentials): Add IMAP-specific user and password prompt.
7564
7565         * auth-source.el (auth-source-search): Add :require parameter, taking a
7566         list.  Document it and the :save-function return token.  Pass :require
7567         down.  Change the CREATED message from a warning to a debug statement.
7568         (auth-source-search-backends): Pass :require down.
7569         (auth-source-netrc-search): Pass :require down.
7570         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7571         Change save prompt to indicate all modifications saved here are
7572         deletions.
7573         (auth-source-netrc-create): Take user login name as default in user
7574         prompt.  Move all the save functionality to a lexically bound function
7575         under the :save-function token in the returned list.  Set up clearer
7576         default prompts for user, host, port, and secret.
7577         (auth-source-netrc-saver): New function, intended to be wrapped for
7578         :save-function.
7579
7580 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7581
7582         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7583         lines to be spaces instead.
7584
7585 2011-03-07  Julien Danjou  <julien@danjou.info>
7586
7587         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7588         (sieve-sasl-auth): Check that auth-source-search did return something,
7589         or just return an empty string.
7590
7591 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7592
7593         * gnus.el (gnus-interactive): Use read-directory-name.
7594
7595         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7596         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7597         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7598         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7599         Likewise.
7600
7601         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7602
7603 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7604
7605         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7606         onto the list of killed groups, too.  This makes killed nnimap groups,
7607         for instance, more reliably not reappear.
7608
7609         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7610         the parent.
7611
7612         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7613
7614         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7615         really have server-side marks.
7616
7617         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7618         since most backends do not usefully have server-side marks.
7619         (gnus-update-read-articles): Propagate marks to all backends that
7620         really have server-side marks.
7621
7622 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7623
7624         * message.el (message-cite-reply-position, message-cite-style):
7625         New variables.
7626         (message-yank-original): Use the new citation styles.
7627
7628 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7629
7630         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7631         buffer-local issue); don't mark it buffer-local when running under
7632         XEmacs.
7633
7634 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7635
7636         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7637         numbers too big to be `read'.
7638
7639 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7640
7641         * password-cache.el (password-in-cache-p): Add autoload.
7642
7643         * message.el (message-options): Make buffer-local two ways to attempt
7644         to fix a XEmacs bug.
7645
7646 2011-03-02  Julien Danjou  <julien@danjou.info>
7647
7648         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7649
7650 2011-03-01  Julien Danjou  <julien@danjou.info>
7651
7652         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7653         group.
7654         (article-hide-list-identifiers): Use list-identifier group parameter.
7655
7656 2011-02-28  Julien Danjou  <julien@danjou.info>
7657
7658         * sieve.el (sieve-buffer-script-name): New local variable to store
7659         sieve script name.
7660         (sieve-edit-script): Store sieve script name.
7661         (sieve-upload): Use sieve script name when uploading.
7662         (sieve-upload): Use substitute-command-keys.
7663         (sieve-edit-script): Use substitute-command-keys.
7664         (sieve-refresh-scriptlist): Use substitute-command-keys.
7665         (sieve-manage-mode-map): Define keymap properly.
7666         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7667         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7668         Remove commented code about cvs.
7669         (sieve-manage-quit): New function.
7670         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7671
7672 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7673
7674         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7675
7676 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7677
7678         * auth-source.el (auth-source-search): Cache empty result sets.
7679
7680         * password-cache.el (password-in-cache-p): Convenience function to
7681         check if a key is in the cache, even if the value is nil.
7682
7683         * auth-source.el (auth-source-save-behavior): New variable to replace
7684         `auth-source-never-create'.
7685         (auth-source-netrc-create): Use it.
7686         (auth-source-never-save): Remove.
7687
7688 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7689
7690         * nnimap.el (nnimap-stream): Doc fix.
7691         (nnimap-open-connection-1): Reverse the order of the ports to that the
7692         prompted-for port is first.
7693
7694         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7695         retrieval by the no-group selection.
7696
7697         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7698         numerical parameters.
7699
7700 2011-02-25  Julien Danjou  <julien@danjou.info>
7701
7702         * gnus-gravatar.el: Use gnus-with-article-buffer.
7703
7704         * gnus-art.el (gnus-with-article-buffer): Check that the
7705         gnus-article-buffer is alive.
7706
7707 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7708
7709         * auth-source.el (auth-source-creation-prompts): New variable to manage
7710         creation-time prompts.
7711         (auth-source-search): Document it.
7712         (auth-source-format-prompt): Add utility function.
7713         (auth-source-netrc-create): Don't default the user name to
7714         user-login-name.  Use `auth-source-creation-prompts' and some default
7715         prompts for user, host, port, and password (the default generic prompt
7716         remains ugly).
7717         (auth-source-never-save): Add customizable option to never save info.
7718         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7719         mode excursion.
7720
7721 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7724         argument that XEmacs doesn't support.
7725
7726         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7727         compiled for Emacsen having no `libxml-parse-html-region' support.
7728
7729         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7730
7731         * lpath.el: Bind buffer-save-without-query for XEmacs.
7732
7733 2011-02-23  Julien Danjou  <julien@danjou.info>
7734
7735         * gnus-art.el (article-make-date-line): Ignore errors if time is
7736         invalid and not convertible.
7737         (article-make-date-line): Only add lapsed time if time is not nil.
7738
7739 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7740
7741         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7742         `read-char-choice' for backwards compatibility.
7743         (auth-source-netrc-element-or-first): New function to DTRT for
7744         parameter extraction.
7745         (auth-source-netrc-create): Use it and fix multiple parameter print
7746         bug.  Use the default passed from above (given-default) or the
7747         built-in (user-login-name for :user).
7748
7749 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7750
7751         * gnus-start.el (gnus-dribble-read-file):
7752         Set buffer-save-without-query, since we always want to save the dribble
7753         file, probably.
7754
7755         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7756         nnimap.
7757
7758         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7759         -summary- since it's a user-visible variable.
7760
7761         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7762         first time you use the new Gnus.
7763
7764 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7765
7766         * auth-source.el: Don't load netrc.el.
7767         (auth-sources): Search ~/.netrc as well by default.
7768         (auth-source-debug): Add 'trivia option for extra output.
7769         (auth-source-do-trivia): Use it.
7770         (auth-source-search): Simplify logic to use
7771         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7772         appropriate.  Don't keep a running count at this level.  Layer :create
7773         and :delete options appropriately on the first and second passes.
7774         Don't track the backend with the search results.
7775         (auth-source-search-backends): New function to search a list of
7776         backends for a processed spec.
7777         (auth-source-netrc-parse): Cache all netrc files, making
7778         auth-source-netrc-cache an alist keyed by the file name and using the
7779         file mtime as the caching criterion.  Keep the obfuscated data secret
7780         with a lexical bind.
7781         (auth-source-netrc-search): Don't calculate the length of the results
7782         unnecessarily.
7783         (auth-source-search-backends): Fix bug.
7784         (auth-source-netrc-create): Rework prompts.
7785
7786 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7787
7788         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7789         Lower case names of search constraints.
7790         (nnir-run-query): Cache and reuse search constraints for all imap
7791         servers.
7792
7793 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7794
7795         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7796         after exit.
7797         (gnus-setup-message): Define missing variable from last checkin.
7798
7799         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7800         value, show the raw article.
7801
7802 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7803
7804         * gnus.el: No Gnus v0.13 is released.
7805
7806 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7807
7808         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7809         auth-source now accepts numbers.
7810
7811         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7812         spec, too.
7813         (auth-source-ensure-strings): New function.
7814
7815         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7816         (gnus-article-setup-buffer): Always restart the date timer so that user
7817         changes to the frequency is respected.
7818
7819         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7820         port numbers, so make sure it gets that if nnimap-server-port is
7821         explicit.
7822
7823 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7824
7825         * nnimap.el (nnimap-inbox): Doc fix.
7826
7827 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7828
7829         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7830         Autoload.  Add optional arg FRAME, and pass it to color-values.
7831         (color-complement): Caller changed.  Doc fix.
7832         (color-gradient): Rewrite for better clarity and efficiency.
7833
7834 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7835
7836         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7837         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7838         color-lab-to-srgb.
7839
7840 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7841
7842         * color.el: First part of merge from hexrgb.el.
7843         (color-rgb-to-hex): Rename from color-rgb->hex.
7844         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7845         saturation to zero if the value is too small.
7846         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7847         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7848         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7849         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7850         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7851         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7852         (color-cie-de2000): Doc fix.
7853
7854 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7855
7856         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7857         given method as in the group name if we're using an extended method.
7858         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7859         command, if we're using that, instead of waiting for the beginning.
7860
7861         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7862         we're sure to get unique server names, and we don't output two async
7863         commands in the same buffer.  This fixes an NNTP hang for some users.
7864
7865 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7866
7867         * gnus.el: No Gnus v0.11 is released.
7868
7869 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7870
7871         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7872         summary buffer before reading going to the next buffer.  This avoids
7873         putting the point in the group buffer if you `C-g' the command.
7874
7875         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7876         cache (for now) to make ~/.authinfo.gpg files usable.
7877
7878         * nnfolder.el (copyright-update): Define for the compiler.
7879
7880         * auth-source.el (auth-source-search): Fix unbound variable.
7881
7882 2011-02-19  Glenn Morris  <rgm@gnu.org>
7883
7884         * gnus.el (gnus-meta): Doc fix.
7885
7886 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7887
7888         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7889         in case it's not yet loaded.
7890
7891 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7892
7893         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7894         line we're waiting for.
7895
7896 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7897
7898         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7899         face with line-width greater than zero will cause RET in gnus summary
7900         buffer to scroll down article page-wise because auto vscroll happens,
7901         it should be temporally disabled when doing a scroll-up.
7902
7903 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7904
7905         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7906         outputs from the server.
7907
7908 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7909
7910         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7911         later so that bbdb can hook in easier.
7912
7913 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7914
7915         * auth-source.el (auth-source-search): Don't try to create credentials
7916         if the caller doesn't want that.
7917         (auth-source-search): If we don't find a match, don't bug out on
7918         non-bound variables.
7919         (auth-source-search): Only ask a single backend to create the
7920         credentials.
7921
7922         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7923         logging.
7924         (nnimap-credentials): Protect against auth-source-search returning nil.
7925         (nnimap-request-list): Protect against not being able to open the
7926         server.
7927
7928 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7929
7930         * auth-source.el (auth-source-search): Do a two-phase search, one with
7931         no :create to get the responses from all backends.
7932
7933         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7934         when getting credentials.
7935
7936         * gnus-util.el (gnus-delete-duplicates): New function.
7937
7938 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7939
7940         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7941         a creation default, pass the whole port list down.  It will be
7942         completed.
7943
7944         * auth-source.el (auth-source-search): Updated docs to talk about
7945         multiple creation choices.
7946         (auth-source-netrc-create): Accept a list as a value (from the search
7947         parameters) and do completion on that list.  Keep a separate netrc line
7948         with the password obscured for showing the user.
7949
7950         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7951         first choice to `auth-source-search' so it will be used for entry
7952         creation instead of the server's Gnus-specific name.
7953         (nnimap-credentials): Rely on the auth-source library to select which
7954         port is actually wanted in the new netrc entry, so don't override
7955         `auth-source-creation-defaults'.
7956
7957         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7958         :protocol and accept a missing user, host, or port as a wildcard match.
7959         (auth-source-debug): Default to off.
7960
7961         (auth-source-netrc-search, auth-source-netrc-create)
7962         (auth-source-secrets-search, auth-source-secrets-create)
7963         (auth-source-user-or-password, auth-source-backend, auth-sources)
7964         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7965         instead of :protocol.
7966
7967         * nnimap.el (nnimap-credentials): Pass a port default to
7968         `auth-source-search' in case an entry needs to be created.
7969         (nnimap-open-connection-1): Use :port instead of :protocol.
7970
7971 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * auth-source.el: Bind load-path when loading EIEIO from
7974         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7975         21.4 doesn't support, to `require'.
7976         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7977         delete-dups that is not available in XEmacs 21.4.
7978
7979 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7980
7981         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7982         as EIEIO must also be loaded when auth-source.el is being
7983         byte-compiled.
7984
7985 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7986
7987         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7988
7989         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7990
7991         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7992
7993         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7994
7995         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7996
7997         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7998
7999         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
8000
8001         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
8002         necessary.
8003
8004 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
8005
8006         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
8007         nil means that nnimap doesn't get updated.
8008
8009 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8010
8011         * auth-source.el (auth-source-netrc-create): Return a synthetic search
8012         result when the user doesn't want to write to the file.
8013         (auth-source-netrc-search): Expect a synthetic result and proceed
8014         accordingly.
8015         (auth-source-cache-expiry): New variable to override
8016         `password-cache-expiry'.
8017         (auth-source-remember): Use it.
8018
8019         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
8020         parameter.  Create entry if necessary by using :create t.
8021         (nnimap-open-connection-1): Don't pass `inhibit-create'.
8022
8023 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
8024
8025         * auth-source.el (auth-source-debug): Enable by default and don't
8026         mention the obsolete `auth-source-hide-passwords'.
8027         (auth-source-do-warn): New function to debug unconditionally.
8028         (auth-source-do-debug): Use it.
8029         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
8030         and for Secrets API entries when the secrets.el library is not
8031         available.
8032
8033 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8034
8035         * gnus-sum.el (gnus-propagate-marks): Default to nil.
8036         (gnus-summary-exit): Kill the correct article buffer on exit from a
8037         `C-d' group.
8038
8039         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
8040         gnus-propagate-marks.
8041
8042         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
8043         before killing the buffers so that a non-full window conf gets handled
8044         correctly.
8045         (gnus-summary-exit): Ditto.
8046         (gnus-summary-read-group-1): Ditto.
8047
8048         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
8049         async code again so that we can debug it properly.
8050
8051         * message.el (message-reply): Take an optional switch-buffer parameter
8052         so that Gnus window confs are respected better.
8053
8054 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8055
8056         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
8057         `plist-get' to accept non-list parameters (XEmacs issue).
8058         Fix docstring.
8059         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
8060         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8061         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
8062         Login collection is "Login" and not "login".
8063
8064 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8065
8066         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
8067         multiple headers.
8068
8069         * nnimap.el (nnimap-inhibit-logging): New variable.
8070         (nnimap-log-command): Don't log login commands.
8071
8072         * auth-source.el (auth-source-netrc-search): The asserts seem to want
8073         to have more parameters.
8074
8075         * nnimap.el (nnimap-send-command): Mark the command time for each
8076         command, so that we don't get NOOPs stepping on our toes.
8077
8078         * gnus-art.el (article-date-ut): Get the date from the Date header on
8079         `t'.
8080
8081 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * auth-source.el (auth-source-search): Use copy-sequence instead of
8084         the cl.el copy-list.
8085
8086 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8087
8088         * imap.el: Bring it back (revert
8089         84d800cd31de3064f0ed39617d725709a2f8f42f).
8090
8091 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
8092
8093         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
8094         Improve prompt.
8095
8096 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8097
8098         * gnus-art.el (gnus-article-mode-line-format): Remove the article
8099         washing status from the default format.  It isn't very informative.
8100
8101 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
8102
8103         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
8104         Fix Gcc processing on imap.
8105
8106 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8107
8108         * imap.el: Remove file.  All the functionality is in nnimap.el.
8109
8110 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8111
8112         * message.el (message-bury): Don't pop up a new window when selected
8113         window is dedicated.
8114
8115 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8116
8117         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
8118
8119 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
8120
8121         * sieve-manage.el: Autoload `auth-source-search'.
8122         (sieve-sasl-auth): Use it.
8123
8124 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8125
8126         * nnimap.el: Autoload `auth-source-forget+'.
8127         (nnimap-open-connection-1): Use it if the connection fails.
8128
8129         * auth-source.el: Require `password-cache'.
8130         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8131         obsolete.
8132         (auth-source-magic): Marker for `password-cache' keys.
8133         (auth-source-do-cache): Update docstring.
8134         (auth-source-search): Use and check cache.
8135         (auth-source-forget-all-cached, auth-source-remember)
8136         (auth-source-recall, auth-source-forget, auth-source-forget+)
8137         (auth-source-specmatchp): Caching support functions.
8138         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8139         Remove and obsolete.
8140         (auth-source-user-or-password): Remove caching to further discourage
8141         using it.  Always hide passwords.
8142
8143         * password-cache.el (password-cache-remove): Accept secrets that are
8144         not strings.
8145
8146 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8147
8148         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8149         code for now, since it doesn't work for all users.
8150
8151 2011-02-09  Julien Danjou  <julien@danjou.info>
8152
8153         * message.el (message-options): Make message-options really buffer
8154         local.
8155
8156 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8157
8158         * mail-source.el: Autoload `auth-source-search'.
8159         (mail-source-keyword-map): Note order matters.
8160         (mail-source-set-1): Get all the mail-source source values and
8161         defaults and search auth-source on those if needed.  This can all
8162         probably be simplified.
8163
8164         * nnimap.el: Autoload `auth-source-search'.
8165         (nnimap-credentials): Use it.
8166         (nnimap-open-connection-1): Ask for the virtual server and physical
8167         address in one shot.
8168
8169         * nntp.el: Autoload `auth-source-search'.
8170         (nntp-send-authinfo): Use it.  Note TODO.
8171
8172 2011-02-08  Julien Danjou  <julien@danjou.info>
8173
8174         * shr.el (shr-tag-body): Add support for text attribute in body
8175         markups.
8176
8177         * message.el (message-options): Make message-options a local variable.
8178
8179 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8180
8181         * auth-source.el (auth-source-secrets-search)
8182         (auth-source-user-or-password): Use `append' instead of `nconc'.
8183         (auth-source-user-or-password): Build return list better and protect
8184         against nil :secret.
8185
8186 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8187
8188         * nnimap.el (nnimap-update-info): Refactor slightly.
8189         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8190         (nnimap-update-info): Clean up slightly.
8191         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8192         characters.
8193         (nnimap-process-quirk): Rename function to avoid collision.
8194         (nnimap-update-info): Fix macrology bug-out.
8195         (nnimap-update-info): Simplify split history test.
8196
8197 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8198
8199         * auth-source.el (top): Require 'eieio unconditionally.
8200         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8201         (auth-source-secrets-search): Limit search when `max' is greater than
8202         number of results.
8203
8204 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8205
8206         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8207         part not returning any data.
8208
8209         * proto-stream.el (open-protocol-stream): Document the return value.
8210
8211 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8212
8213         * auth-source.el (auth-source-secrets-search): Add examples.
8214
8215 2011-02-06  Julien Danjou  <julien@danjou.info>
8216
8217         * message.el (message-setup-1): Handle message-generate-headers-first
8218         set to t.
8219
8220 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8221
8222         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8223         API with a string "secrets:collection-name" and with 'default.
8224         (auth-source-backend-parse): Parse "secrets:collection-name" and
8225         'default.  Recurse on parses instead of repeating code.  Use the
8226         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8227         message when ignoring a source.
8228         (auth-source-search): List ignored search keys at the top level.
8229         (auth-source-netrc-create): Use `case' instead of `cond'.
8230         (auth-source-secrets-search): Created with TODOs.
8231         (auth-source-secrets-create): Created with TODOs.
8232         (auth-source-retrieve, auth-source-create, auth-source-delete)
8233         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8234         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8235         (auth-source-user-or-password-sftp)
8236         (auth-source-user-or-password-smtp): Remove.
8237         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8238         around `auth-source-search'.  Not tested thoroughly.
8239
8240 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8241
8242         * auth-source.el: Bring in assoc and eioeio libraries.
8243         (secrets-enabled): New variable to track the status of the Secrets API.
8244         (auth-source-backend): New EIOEIO class to represent a backend.
8245         (auth-source-creation-defaults): New variable to set prompt defaults
8246         during token creation (see the `auth-source-search' docstring for
8247         details).
8248         (auth-sources): Simplify to allow a simple string as a netrc backend
8249         spec.
8250         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8251         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8252         (auth-source-search): Main auth-source API entry point.
8253         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8254         (auth-source-search-collection): Helper function for searching.
8255         (auth-source-netrc-parse, auth-source-netrc-normalize)
8256         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8257         Supports search, create, and delete.
8258         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8259         backend stubs.
8260         (auth-source-user-or-password): Call `auth-source-search' but it's not
8261         ready yet.
8262
8263 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8264
8265         * message.el (message-setup-1): Remove the read-only stuff, since it
8266         doesn't work under XEmacs, for some reason.
8267
8268         * gnus-sum.el (gnus-user-date): Rename back from
8269         gnus-summary-user-date since user code refers to it.
8270
8271         * shr.el (shr-render-td): Store the actual background color used.
8272
8273         * message.el (message-setup-1): Don't bind the constant
8274         -forbidden-properties.
8275         (message-setup-1): Revert previous change, since it needs to bind the
8276         props to insert them.
8277         (message-resend): Allow removing the read-only separator line.
8278
8279 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8280
8281         * nnimap.el (nnimap-request-accept-article): Give an error message if
8282         the APPEND wasn't successful.
8283
8284 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8285
8286         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8287         that have no groups.
8288
8289 2011-02-03  Julien Danjou  <julien@danjou.info>
8290
8291         * gnus-draft.el: Remove progn around gnus-draft-setup.
8292
8293 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8294
8295         * gnus-start.el (gnus-read-active-for-groups): This function is never
8296         called with a nil `infos', so clean that up.
8297         (gnus-get-unread-articles): Request active files from primary/secondary
8298         methods that have no groups (yet).
8299
8300 2011-02-03  Julien Danjou  <julien@danjou.info>
8301
8302         * message.el (message-setup-1): Always generate References first.
8303         (message-mail): Return the return value of message-setup, not always t.
8304         (message-setup-1): Insert mail-header-separator with read-only and
8305         intangible properties set.
8306
8307         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8308         user-date in docstring.
8309
8310         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8311
8312         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8313         docstring.
8314
8315         * gnus.el (gnus-user-date-format-alist): Change default value.
8316         Use defcustom, with type and group.  Move from gnus-util.el.
8317         Rename to gnus-summary-user-date-format-alist.
8318
8319 2011-02-03  Glenn Morris  <rgm@gnu.org>
8320
8321         * nnimap.el (gnus-fetch-headers): Declare.
8322
8323         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8324
8325 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8326
8327         * message.el (message-forward-make-body-digest-plain)
8328         (message-followup, message-reply): Clean up things noted by Stefan.
8329
8330         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8331         gnus-article-update-date-headers is nil.
8332         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8333         it didn't really work with defcustom.
8334         (article-update-date-lapsed): Make sure the window start doesn't move,
8335         either.
8336
8337 2011-02-01  Julien Danjou  <julien@danjou.info>
8338
8339         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8340         format.
8341
8342         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8343         standard in Emacs nowadays.
8344
8345         * color.el (color-gradient): Add a color-gradient function.
8346
8347 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8348
8349         * message.el (message-expand-name): Don't trust the return value of
8350         bbdb-complete-name.
8351         (message-check-news-header-syntax): Remove unused var `start'.
8352         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8353         (message-inhibit-body-encoding): Move to before first use.
8354         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8355         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8356         (Organization, Message-ID, Date, mh-previous-window-config):
8357         Defvar the vars using dynamic scoping.
8358
8359 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8360
8361         * shr.el (shr-render-td): Only do colors at the final rendering.
8362         Should be slightly faster.
8363         (shr-insert-table): Fix up TD background colors when doing the
8364         vertical padding.
8365
8366         * gnus-art.el (article-date-ut): Protect against articles with no Date
8367         header.
8368         (article-update-date-lapsed): Don't use current-column to find the
8369         horizontal position.  It's fragile in the presence of \003 characters.
8370
8371         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8372
8373 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8374
8375         * gnus-art.el (article-transform-date): Rewrite to still work when
8376         there are several rfc2822 parts.
8377         (article-transform-date): Fix infinite recursion.
8378         (article-date-ut): Replace infinitely many Date headers with a single
8379         one when called interactively.
8380
8381         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8382         secure manner.
8383
8384         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8385         move around by not using save-window-excursion.  It seems to work...
8386
8387 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-art.el (article-make-date-line): Work for user-defined format.
8390
8391 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8392
8393         * nntp.el (nntp-retrieve-group-data-early)
8394         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8395         fetching functions.
8396
8397         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8398         thoroughly for all backends that have no known groups.  This should
8399         allow new nnml methods to retrieve mail.
8400
8401         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8402         that Gnus doesn't know exists again.
8403
8404         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8405         (gnus-treat-date-ut): Ditto.
8406         (gnus-article-update-date-header): Rename.
8407         (gnus-treat-date-local): Remove.
8408         (gnus-treat-date-english): Remove.
8409         (gnus-treat-date-lapsed): Remove.
8410         (gnus-treat-date-combined-lapsed): Remove.
8411         (gnus-treat-date-original): Remove.
8412         (gnus-treat-date-iso8601): Remove.
8413         (gnus-treat-date-user-defined): Remove.
8414         (gnus-article-date-headers): New variable to control all the date
8415         header options.
8416         (article-date-ut): Rewrite to allow using the new way to format date
8417         headers(s).
8418
8419 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8420
8421         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8422         method.
8423         (nnmail-article-group): A better test for fanciness.
8424
8425         * nnimap.el (nnimap-request-head): Protect against not finding the
8426         article by Message-ID.
8427
8428 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8429
8430         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8431         keep point at the "same place".
8432
8433 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8434
8435         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8436         data if the group is inactive.
8437
8438 2011-01-28  Julien Danjou  <julien@danjou.info>
8439
8440         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8441         (gnus-all-windows-visible-p): Remove old compatibility code.
8442         (gnus-window-top-edge): Add docstring.
8443
8444         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8445
8446 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8447
8448         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8449         older request-update-info.
8450
8451         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8452
8453 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8454
8455         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8456         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8457
8458 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8459
8460         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8461         groups.  This makes the nndraft:queue group pop up if it's not already
8462         there.
8463
8464         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8465         messages" logic, which was reversed.
8466
8467         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8468         the "same place" even if point is on the line being replaced.
8469         (article-update-date-lapsed): Allow updating both the combined lapsed
8470         and the lapsed headers.
8471         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8472         (article-make-date-line): Limit the number of segments dynamically to
8473         avoid too-long lines.
8474
8475 2011-01-27  Julien Danjou  <julien@danjou.info>
8476
8477         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8478         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8479
8480 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8483         Use plist-get instead of the cl function getf.
8484
8485 2011-01-27  Glenn Morris  <rgm@gnu.org>
8486
8487         * gnus-util.el (float-time): Get rid of compiler warning, again.
8488
8489 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8490
8491         * shr.el (shr-put-color): Special-case background colors: Do put them
8492         at the blank parts at the front of the lines.
8493
8494         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8495         exit hook to nix out all data on readedness on group exit.
8496
8497         * gnus-util.el (float-time): If float-time is bound, always use it on
8498         all Emacsen.  It's unclear why the subrp check was there.
8499         (time-date): Require to make some autoload issues on XEmacs go away.
8500
8501         * shr.el (shr-put-color): Don't do the box padding in tables, since
8502         they're already padded.
8503
8504 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8505
8506         * gnus-art.el (gnus-article-next-page): When the last line of the
8507         article is displayed, scroll down once more instead of going to the
8508         next article at once.
8509         (article-lapsed-string): Refactor out and allow specifying how many
8510         segments you want.
8511         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8512         (gnus-article-update-lapsed-header): New variable.
8513
8514         * shr.el: Revert change that made headings use different-sized faces.
8515         The Emacs display engine isn't advanced enough that, for instance,
8516         tables can comfortably use differently-sized faces.
8517
8518 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8519
8520         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8521         used.
8522         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8523         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8524         we're using an encrypted connection.
8525
8526         * proto-stream.el: Alter the interface functions to also return the
8527         actual stream type used: network or tls.
8528
8529 2011-01-25  Julien Danjou  <julien@danjou.info>
8530
8531         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8532         (mm-display-javascript-inline): New function.
8533
8534         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8535         viewing function.
8536
8537 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * shr.el (shr-expand-newlines): Fix variable name.
8540
8541 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8542
8543         * shr.el (shr-expand-newlines): Make nested boxes work.
8544
8545 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8546
8547         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8548         backgrounds.
8549         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8550         in a more sensible manner.
8551
8552 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8553
8554         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8555         if EPG is loaded.
8556
8557 2011-01-24  Julien Danjou  <julien@danjou.info>
8558
8559         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8560         tags.
8561
8562 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8563
8564         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8565         commands.
8566
8567         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8568         in the article buffer.
8569         (gnus-gravatar-insert): Use blank space from the current buffer to
8570         avoid breaking text properties.  This makes X-Sent updating work again.
8571
8572         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8573
8574 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8575
8576         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8577         fix the bug in url-http.el instead.
8578
8579         * shr.el (shr-image-fetched): Ditto.
8580
8581         * shr.el (shr-image-fetched): Avoid having point move in the article
8582         buffer.
8583
8584         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8585         buffer after being called.  It's apparently being killed by url.el, and
8586         killing it made point move to end-of-buffer in a random buffer.
8587
8588         * shr.el (shr-image-fetched): Ditto.
8589
8590 2011-01-23  Julien Danjou  <julien@danjou.info>
8591
8592         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8593
8594         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8595         text/x-org.
8596
8597 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8598
8599         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8600         (i.e., nnimap) returning nil as the article number.
8601
8602 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8603
8604         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8605         "DelSp" parameter in RFC3676.
8606
8607 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8608
8609         * message.el (message-check-recipients): Display the encoded version of
8610         the bogus address if they differ.
8611
8612         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8613         after sending.
8614
8615         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8616
8617         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8618
8619         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8620         group buffer after sending the queue.
8621
8622         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8623
8624 2011-01-22  Julien Danjou  <julien@danjou.info>
8625
8626         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8627
8628 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8629
8630         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8631         nested related parts.
8632
8633         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8634         unexpired articles.  This fixes the regression that led expiry marks to
8635         disappear from nnfolder groups.
8636
8637 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8638
8639         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8640         Don't confuse the "ret" of "retrograde" with RET.
8641
8642 2011-01-21  Julien Danjou  <julien@danjou.info>
8643
8644         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8645         than mm-insert-inline.
8646
8647 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8650         Widen article buffer.
8651
8652 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8653
8654         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8655         the temp buffer.
8656         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8657
8658 2011-01-20  Julien Danjou  <julien@danjou.info>
8659
8660         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8661
8662         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8663         than mm-insert-inline to insert inline part: this respect
8664         mm-inline-media-tests displayers.
8665
8666         * mm-view.el (mm-display-shell-script-inline): New function.
8667
8668         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8669
8670         * mm-uu.el (mm-uu-type-alist): Add org block.
8671         (mm-uu-org-src-code-block-extract): New function.
8672
8673         * mm-view.el (mm-display-org-inline): New function.
8674
8675         * mm-decode.el (mm-automatic-display): Add text/org.
8676
8677         * mailcap.el (mailcap-mime-extensions): Add .org.
8678
8679 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8682         gnus-article-add-buttons.
8683
8684 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8685
8686         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8687         From header with a date and "nobody" as the sender.
8688
8689 2011-01-19  Julien Danjou  <julien@danjou.info>
8690
8691         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8692         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8693         if you have the same regexp several times.
8694         (gnus-button-push): Fix matching when regexp is symbol.
8695
8696 2011-01-15  Glenn Morris  <rgm@gnu.org>
8697
8698         * message.el (message-mail): A compose-mail function should
8699         accept headers as strings.
8700
8701 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8702
8703         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8704         Add :vert-only tags.
8705         (message-mail): New arg RETURN-ACTION.
8706         (message-return-action): New var.
8707         (message-bury): Use it.
8708         (message-mode): Make it buffer-local.
8709         (message-send-and-exit): Always call message-bury.
8710
8711         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8712         message-mail.
8713
8714 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8715
8716         * nnimap.el (nnimap-convert-partial-article): Protect against
8717         zero-length body parts.
8718
8719         * mm-decode.el (mm-preferred-alternative-precedence):
8720         Discourage showing empty parts.
8721
8722         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8723         and stuff if the backend didn't return the article number.  This fixes
8724         an Exchange-related nnimap bug.
8725
8726         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8727         group window, because it does the wrong thing when a separate frame
8728         displays the group buffer.
8729
8730         * proto-stream.el (open-protocol-stream): Protect against the low-level
8731         transport functions returning nil.
8732
8733 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8734
8735         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8736         (mml2015-epg-find-usable-secret-key): New function.
8737         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8738         mml2015-epg-find-usable-key (Bug#7797).
8739         (mml2015-epg-encrypt): Ditto.
8740
8741 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * dgnushack.el (rot13-string): Fix the way to get the argument.
8744
8745 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8746
8747         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8748
8749 2011-01-03  Glenn Morris  <rgm@gnu.org>
8750
8751         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8752
8753         * sieve.el (sieve-open-server): Give a more explicit error if
8754         sieve-manage-open returns nil.  (Bug#7720)
8755
8756 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8757
8758         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8759
8760 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8761
8762         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8763         This avoids sending passwords in plain text over non-encrypted
8764         channels.
8765
8766         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8767
8768         * nnimap.el (nnimap-login): Refactored out into own function, and
8769         implement CRAM-MD5.
8770         (nnimap-wait-for-line): Refactored out.
8771
8772         * mm-view.el (mml-smime): Require.
8773
8774 2010-12-20  David Engster  <deng@eml.cc>
8775
8776         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8777         use EPG to decrypt S/MIME messages instead of openssl.
8778
8779 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8780
8781         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8782
8783         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8784         status is the group clearly is unreachable.
8785
8786         * auth-source.el (auth-source-create): Add the optional second
8787         parameter to `local-variable-p' to be compatible with XEmacs.
8788
8789 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8790
8791         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8792         work when using a compressed nnml folder.
8793
8794 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8795
8796         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8797         backends after sanitising on entry, because this never makes sense:
8798         If the articles have gone missing, then the data no longer exists on
8799         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8800         overwrite anything anyway.
8801
8802         * shr.el (shr-insert-document): Bind shr-width dynamically to
8803         window-width if it's nil.
8804
8805 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8806
8807         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8808         with the meaning of using the full emacs window width for rendering.
8809
8810 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8811
8812         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8813         case when sender is not given.
8814
8815 2010-12-23  Julien Danjou  <julien@danjou.info>
8816
8817         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8818         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8819         the addresses, otherwise we might misplaced the gravatar.
8820
8821 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8822
8823         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8824         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8825         obsolete in Emacs.
8826
8827 2010-12-20  Julien Danjou  <julien@danjou.info>
8828
8829         * gnus-util.el (gnus-rescale-image): Revert last change.
8830
8831 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8832
8833         * binhex.el: Improve commentary (Bug#7482).
8834
8835 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8836
8837         * gnus-group.el (gnus-group-delete-articles): New command.
8838
8839 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8840
8841         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8842
8843 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8844
8845         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8846         here, since it's up to the backends to do CRLF removal if their
8847         protocol has it.
8848
8849         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8850
8851 2010-12-17  Julien Danjou  <julien@danjou.info>
8852
8853         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8854         they are from file.  Can also scale up.
8855
8856 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8857
8858         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8859         Restore gnus-use-agent.
8860         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8861
8862         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8863
8864 2010-12-17  Julien Danjou  <julien@danjou.info>
8865
8866         * gravatar.el (gravatar-retrieve-synchronously): New function.
8867         (gravatar-get-data): Make more robust.
8868
8869 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8872
8873 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8874
8875         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8876         to really consider the last line.
8877
8878 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8879
8880         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8881         list of recipient keys, or use symmetric encryption if not a list.
8882         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8883         EPA override, replacing the call to `netrc-store-data'.
8884
8885 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8886
8887         * gnus-srvr.el: Avoid passing nil regexp argument to
8888         delete-matching-lines.
8889
8890 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8891
8892         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8893         fetching stops when Gnus exits.
8894
8895         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8896         function.
8897         (nnfolder-request-expire-articles): Save all the buffers after doing
8898         expiry.
8899
8900         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8901         the last article", since that led to serious performance regressions
8902         when expiring nnml groups.
8903
8904 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8905
8906         * nnir.el: Improve customizations.
8907
8908 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8909
8910         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8911
8912         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8913         group has been killed.
8914         (gnus-group-yank-group): Ditto.
8915
8916         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8917
8918         * nnimap.el (nnimap-request-update-group-status): New function.
8919
8920         * gnus-int.el (gnus-request-update-group-status): New interface
8921         function.
8922
8923         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8924         copying read-ness to the backends.
8925
8926         * nnimap.el (nnimap-quirk): New function.
8927         (nnimap-retrieve-group-data-early): Use it.
8928         (nnimap-quirks): New alist.
8929
8930 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8933         don't delete it within indentation.
8934
8935 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8936
8937         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8938         previous line.
8939
8940 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8941
8942         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8943         QRESYNC command by deleting a superfluous space which broke Cyrus
8944         servers.  This change will break other servers that are buggy the other
8945         way around.
8946
8947 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8948
8949         * spam.el: Reindent and fix long lines.
8950         (spam-copy-or-move-routine): Exclude invalid move destinations.
8951
8952 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8953
8954         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8955         installed the registry.
8956
8957 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8960
8961 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8962
8963         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8964         groupname doesn't contain "gmane".
8965
8966 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8967
8968         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8969         and netrc-bound-and-true-p bindings.
8970         (netrc-parse): Cache the netrc contents.
8971
8972         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8973         (gnus-1): Don't create the nndrafts group twice.
8974         (gnus-setup-news): There's no need to read the active file here, since
8975         that's done again later on a per-backend basis.
8976         (gnus-start-draft-setup): Make sure that the new group is started out
8977         empty.
8978
8979         * gnus-agent.el (gnus-agentize): Don't create the queue group
8980         automatically on startup.  It'll be created later, if needed.
8981
8982         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8983         of automatically subscribed groups.
8984         (gnus-auto-subscribed-categories): New variable.
8985         (gnus-matches-options-n): Use it.
8986         (gnus-default-subscribed-newsgroups): Remove unused variable.
8987         (gnus-start-draft-setup): Message a bit less.
8988
8989 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8990
8991         * nnir.el (nnir-run-imap): Return article list in order of increasing
8992         UID.
8993
8994 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8995
8996         * gnus-sum.el (gnus-summary-enter-digest-group):
8997         Mention gnus-auto-select-on-ephemeral-exit.
8998
8999         * proto-stream.el (proto-stream-open-network-only): Fix the calling
9000         convention of the network-only option.
9001
9002 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9003
9004         * proto-stream.el (proto-stream-open-network-only): New function to
9005         have a way to specify non-STARTTLS upgrade connections.
9006
9007 2010-12-10  Julien Danjou  <julien@danjou.info>
9008
9009         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
9010         email address is nil.
9011
9012         * message.el (message-bogus-recipient-p): Set address to "" if nil.
9013
9014 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
9015
9016         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
9017         deletion.
9018         (nnir-run-imap): Only need to parse list once.
9019
9020 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9021
9022         * shr.el (shr-tag-script): Ignore <script>.
9023         (shr-tag-label): Add <label> support.
9024
9025 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
9028
9029         * shr.el (shr-image-displayer): Work for images lined side by side.
9030
9031 2010-12-08  Robert Pluim  <rpluim@gmail.com>
9032
9033         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
9034         parameter, since XEmacs doesn't accept t as a parameter.
9035
9036 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
9037
9038         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
9039         ids.
9040         (nnir-run-gmane): Simplify groupspec formatting.
9041         (nnir-request-expire-articles): New function.
9042
9043 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9044
9045         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
9046         overflow, possibly.
9047
9048         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
9049         (shr-render-td): Handle td style="" better.
9050         (shr-tag-table): Use the color from the style sheet.
9051         (shr-render-td): Make sure we copy over all the overlays, too.
9052
9053 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
9054
9055         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
9056         (nnir-request-article): Improve article retrieval.
9057
9058 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * mm-util.el (mm-extra-numeric-entities): New variable.
9061
9062         * mm-url.el (mm-url-decode-entities):
9063         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
9064
9065         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
9066
9067 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9068
9069         * message.el: Use completion-at-point.
9070         (message-completion-function): New fun, extracted from message-tab.
9071         (message-mode): Use it for completion-at-point-functions.
9072         (message-tab): Use it and completion-at-point.
9073
9074 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
9077         character if a non-breakable character follows.
9078
9079 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9080
9081         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
9082         any stream.
9083
9084         * shr.el (shr-tag-font): Colorize the region.
9085         (shr-tag-body): Ditto.
9086         (shr-tag-font): Actually let the styles be inherited instead of
9087         overwriting them.
9088         (shr-tag-font): Get the background color right.
9089         (shr-tag-style): Ignore all <style> tags for the moment.
9090
9091         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9092         a Message-ID to avoid having nnimap depend on gnus-sum.
9093
9094         * shr.el (shr-descend): Only colorize something if we have a node that
9095         sets colors.
9096
9097 2010-12-06  Julien Danjou  <julien@danjou.info>
9098
9099         * shr.el (shr-render-td): Render td content with shr-descend, so style
9100         will be applied to <td> too.
9101         (shr-colorize-region): Colorize region even if we only have a background.
9102         (shr-tag-body): Fix color and background color inheritance.
9103         Do not recolorize after shr-generic.
9104         (shr-tag-font): Let shr-generic colorize via inheritance.
9105
9106 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
9109
9110 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
9111
9112         * nnir.el (nnir-request-move-article): Remove obsolete code.
9113
9114 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
9117
9118 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9119
9120         * gnus-sum.el (gnus-summary-respool-article): The completion function
9121         expects a list instead of an alist.
9122
9123         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9124         string as the parameter.
9125
9126         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9127
9128         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9129         styles.
9130         (shr-colorize-region): New function.
9131         (shr-insert-background-overlay): Remove.
9132         (shr-render-td): Background setting should be taken care of on a higher
9133         level.
9134         (shr-tag-body): Use post-hoc colorizations.
9135         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9136         (shr-put-color-1): Don't overwrite old colors.
9137         (shr-colorize-region): When the background color isn't explicit, use
9138         a fixed background.
9139
9140         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9141         nnmail variables.
9142
9143 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9144
9145         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9146         unless necessary.
9147
9148 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9149
9150         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9151         server.
9152
9153 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9154
9155         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9156         so that TAB works.
9157
9158         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9159         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9160
9161         * shr.el (shr-urlify): Show the URL before the title to avoid
9162         misleading URLs.
9163
9164 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9165
9166         * shr.el (shr-urlify): Display the title in <a> tags.
9167
9168 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9169
9170         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9171
9172 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9173
9174         * nnir.el: Rearrange code to allow macros to be autoloaded by
9175         gnus-sum.el.
9176         (nnir-retrieve-headers-override-function): Make this variable
9177         customizable.
9178         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9179
9180         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9181         from nnir.el.
9182
9183 2010-12-03  Julien Danjou  <julien@danjou.info>
9184
9185         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9186
9187 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9190         allow optional argument `environment'.
9191
9192 2010-12-03  Glenn Morris  <rgm@gnu.org>
9193
9194         * mm-extern.el (message-goto-body): Update declaration.
9195
9196 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * gnus-util.el (gnus-macroexpand-all): New function.
9199
9200         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9201         instead of macroexpand-all that is unavailable in XEmacs.
9202
9203 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9204
9205         * nnir.el (nnir-summary-line-format): New variable.
9206         (nnir-mode): Use it.
9207         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9208         (nnir-article-ids): Reimplement as defsubst.
9209         (nnir-retrieve-headers): Don't mangle the subject header.
9210         (nnir-run-imap): Use 100 as RSV score.
9211         (nnir-run-find-grep): Fix for full server searching.
9212         (nnir-run-gmane): Better restriction to gmane groups.
9213
9214         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9215         summary buffers.
9216
9217 2010-12-02  Julien Danjou  <julien@danjou.info>
9218
9219         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9220
9221         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9222
9223         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9224         support.
9225
9226 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9227
9228         * nnir.el: Update to handle the registry better.
9229         (autoload): Silence byte-compiler.
9230         (nnir-open-server): Add a hook for nnir groups.
9231         (nnir-request-move-article): Don't mangle the header.  Better to use
9232         formatting variables (which will be added in the future).
9233         (nnir-registry-action): Update the registry using the original article
9234         group name.
9235         (nnir-mode): Install nnir-specific hooks for updating the registry.
9236
9237         * gnus-sum.el
9238         (gnus-article-original-subject, gnus-newsgroup-original-name):
9239         Remove obsolete variables.
9240         (gnus-summary-move-article): Remove use of obsolete variables.
9241         (gnus-summary-local-variables): Make move and delete hooks local to
9242         summary buffers.
9243
9244 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9245
9246         * rtree.el: New file.
9247
9248 2010-12-01  Julien Danjou  <julien@danjou.info>
9249
9250         * message.el (message-user-organization): Do not use
9251         gnus-local-organization.
9252
9253         * gnus.el: Remove gnus-local-organization.
9254
9255         * gnus-msg.el: Remove nastygram thing.
9256
9257 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9258
9259         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9260         funcall.
9261
9262 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9265         names.
9266
9267         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9268         characters.
9269
9270         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9271         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9272         Suggested by Štěpán Němec <stepnem@gmail.com>.
9273         (gnus-gravatar-transform-address): Use mail-extract-address-components
9274         that supports non-ASCII names rather than mail-header-parse-addresses.
9275
9276 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9277
9278         * proto-stream.el (open-protocol-stream): All starttls connections are
9279         handled by the network handler.
9280
9281 2010-11-30  Julien Danjou  <julien@danjou.info>
9282
9283         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9284         (nnimap-open-connection-1): Fix PREAUTH.
9285
9286         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9287
9288 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9291         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9292         (shr-insert): Use them.
9293         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9294
9295 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9296
9297         * nnir.el (nnir-request-move-article): Bail out if original group
9298         doesn't support article moves.
9299         (nnir-get-active): Improve active list retrieval.
9300
9301 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9302
9303         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9304
9305 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9306
9307         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9308         seem to accept strings-with-numbers as port numbers.
9309
9310 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9311
9312         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9313         change the registry.
9314
9315 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9318         delete-dups that is not available in XEmacs 21.4.
9319
9320         * mm-util.el (mm-delete-duplicates): Add comment.
9321
9322 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9323
9324         * nnir.el (nnir-ignored-newsgroups): New variable.
9325         (nnir-get-active): Use it.
9326
9327 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9328
9329         * proto-stream.el (proto-stream-open-network): Add some comments.
9330
9331         * nntp.el (nntp-open-connection): Provide a :success condition.
9332
9333         * nnimap.el (nnimap-open-connection-1): Ditto.
9334
9335         * proto-stream.el (proto-stream-open-network): See what the response to
9336         the STARTTLS command is.
9337
9338         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9339         backwards compatibility).
9340         (nnimap-open-connection-1): Really respect nnimap-server-port.
9341
9342         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9343         TLS upgrades we don't really care about the identity of the peer.
9344         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9345         that what we've checked for.
9346         (proto-stream-always-use-starttls): Only default to t if
9347         open-gnutls-stream exists.
9348         (proto-stream-open-network): If STARTTLS failed, then just open a
9349         normal connection.
9350         (proto-stream-open-network): Wait until the greeting before doing
9351         STARTTLS.
9352
9353         * nntp.el (nntp-open-connection): Report what the connection error is.
9354
9355         * proto-stream.el (open-protocol-stream): Rename from
9356         open-proto-stream.
9357
9358 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9359
9360         * nnimap.el (nnimap-stream): Change default to `undecided'.
9361         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9362         first, and then network.
9363         (nnimap-open-connection-1): Respect nnimap-server-port.
9364         (nnimap-open-connection): Be more backwards-compatible.
9365
9366         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9367         (proto-stream-open-starttls): De-duplicate the starttls code.
9368         (proto-stream-open-starttls): Folded back into the main function.
9369         (proto-stream-open-network): Fix typo in the gnutls path.
9370         (proto-stream-command): Refactor out.
9371
9372         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9373
9374         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9375         starttls.el STARTTLS.
9376
9377         * color.el (color-lab->srgb): Fix function call name.
9378
9379         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9380         if we're using tls.el.
9381         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9382         built in, then don't try to establish a STARTTLS connection.
9383
9384         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9385         servers.
9386
9387         * proto-stream.el (open-proto-stream): Use network, not stream.
9388         (open-proto-stream): Add a way to specify what the end of a command is.
9389
9390         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9391         connections types.
9392         (nntp-open-network-stream): Remove.
9393         (nntp-open-ssl-stream): Remove.
9394         (nntp-open-tls-stream): Remove.
9395         (nntp-ssl-program): Remove.
9396
9397         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9398
9399 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9400
9401         * nnir.el: Fix typos.
9402         (nnir-retrieve-headers-override-function): Rename variable to reflect
9403         new semantics.
9404         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9405         macros.
9406         (nnir-request-article, nnir-request-move-article): Use them.
9407         (nnir-categorize): New function.
9408         (nnir-run-query): Use it.
9409         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9410         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9411         sorted.
9412         (nnir-group-full-name): Use gnus-group-full-name instead.
9413         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9414         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9415
9416 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9417
9418         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9419
9420         * proto-stream.el: New library to provide protocol-specific
9421         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9422         protocols.
9423         (open-proto-stream): Complete the documentation.
9424         (proto-stream-open-network): Fix some typos.
9425
9426         * nnimap.el (nnimap-open-connection): Use it.
9427
9428 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9429
9430         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9431         negotiation.
9432
9433 2010-11-26  Julien Danjou  <julien@danjou.info>
9434
9435         * color.el: Rename various rgb functions to srgb.
9436
9437 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9438
9439         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9440         names.
9441
9442 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * shr.el (shr-insert): Revert last change.
9445         (shr-find-fill-point): Never leave point being at bol;
9446         relax the kinsoku limitation when rendering tables.
9447
9448 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9449
9450         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9451         results from -accept-article.
9452
9453         * shr-color.el: Require cl when compiling.
9454
9455         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9456         checkin.
9457
9458         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9459
9460         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9461
9462         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9463         'add and 'delete to set backend marks.
9464
9465         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9466
9467         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9468
9469         * nntp.el (nntp-request-set-mark): Use it.
9470
9471         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9472
9473         * nnml.el (nnml-request-set-mark): Ditto.
9474
9475         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9476         introduces regressions in article selection.
9477         (nnimap-find-uid-response): New function.
9478         (nnimap-request-accept-article): Use the UID returned, if any.
9479         (nnimap-request-move-article): Use the UID returned, if any.
9480         (nnimap-get-groups): Reimplement to work with folded lines.
9481         (nnimap-find-uid-response): The UID is the last element in the list.
9482         (nnimap-request-set-mark): Extend syntax with 'set.
9483
9484         * nnml.el (nnml-request-set-mark): Ditto.
9485
9486         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9487
9488         * nntp.el (nntp-request-set-mark): Ditto.
9489
9490 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * message.el (message-called-interactively-p): A temporary macro.
9493         (message-goto-body): Use it temporarily.
9494
9495 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9496
9497         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9498         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9499         (nnimap-last-response-string): Fix last unfolding fix.
9500
9501 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9502
9503         * shr.el (shr-insert): Fix the way to fold lines.
9504
9505 2010-11-25  Julien Danjou  <julien@danjou.info>
9506
9507         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9508
9509         * color.el: Rename from color-lab.el
9510         (color-rgb->hex): Add.
9511         (color-complement): Add.
9512         (color-complement-hex): Add.
9513
9514         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9515
9516 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9517
9518         * shr-color.el (shr-color-visible): Don't bug out if the color names
9519         don't exist.
9520
9521 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9524         assuming that article displaying or another mml-preview may be
9525         interrupted for an error or for the like.
9526
9527         * shr.el (shr-get-background): Fix argument name.
9528
9529 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9530
9531         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9532
9533         * gnus-sum.el (gnus-summary-include-articles): New function.
9534
9535         * message.el (message-goto-body): called-interactively-p needs a
9536         parameter, so use `any'.
9537
9538         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9539         clear marks before moving, since they're synced from the Gnus side
9540         first.
9541
9542         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9543         (gnus-summary-move-article): Copy over all marks before moving, so that
9544         IMAP doesn't think a new article has arrived.
9545
9546 2010-11-24  Julien Danjou  <julien@danjou.info>
9547
9548         * shr.el (shr-insert-background-overlay): Fix typo.
9549         (shr-render-td): Copy the background before rendering.
9550
9551         * shr-color.el (shr-color-visible): Fix docstring.
9552
9553         * shr.el (shr-tag-table): Add bgcolor support.
9554         (shr-render-td): Add bgcolor support.
9555         (shr-get-background): Add.
9556         (shr-insert-foreground-overlay): Use shr-get-background.
9557
9558         * message.el (message-goto-body): Use called-interactively-p.
9559         (message-in-body-p): message-goto-body returns point.
9560
9561 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9562
9563         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9564         Fixes something or other in Emacs 23, and is backwards compatible.
9565
9566         * message.el (message-goto-body): Remove the <#secure special-casing,
9567         which is too special.
9568
9569         * shr.el (shr-parse-style): Drop !important from styles.
9570
9571 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9572
9573         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9574         this function to return incorrect results when calling it with an
9575         explicit article argument different from
9576         (gnus-summary-article-number).
9577
9578 2010-11-24  Julien Danjou  <julien@danjou.info>
9579
9580         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9581         (shr-tag-body): Add background support.
9582         (shr-descend): Add background support.
9583         (shr-tag-title): Add.
9584
9585         * shr-color.el (shr-color-visible): Really return original background
9586         if fixed.
9587
9588 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9589
9590         * shr.el (shr-color-check): Protect against non-existent color names.
9591
9592 2010-11-24  Julien Danjou  <julien@danjou.info>
9593
9594         * color-lab.el: Require 'cl when compiling.
9595
9596         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9597
9598         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9599         matched part.
9600
9601         * color-lab.el: Fix all expt calls to use float type.
9602
9603 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9606         expression to shr-color-check as is.
9607
9608         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9609
9610         * color-lab.el: Add coding cookie.
9611         (float-pi): Use eval-and-compile.
9612
9613         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9614         compiled for Emacsen having no `libxml-parse-html-region' support.
9615
9616 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9617
9618         * shr.el (shr-insert-color-overlay): Split stuff like
9619         "#444444 !important" to find the real color.
9620         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9621         parse <font color="red"> entries.
9622
9623 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9624
9625         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9626         point when parsing headers.
9627
9628         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9629         is positioned properly when parsing headers.
9630
9631 2010-11-23  Julien Danjou  <julien@danjou.info>
9632
9633         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9634
9635         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9636
9637         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9638
9639         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9640         Use shr-color-hue-to-rgb.
9641         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9642
9643 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644
9645         * shr.el (shr-color->hexadecimal): Autoload.
9646         (shr-descend): Add color to all tags.
9647
9648 2010-11-22  Julien Danjou  <julien@danjou.info>
9649
9650         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9651         shr-color->hexadecimal.
9652
9653         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9654         RGB() or HSL() color representation.
9655
9656         * shr.el (shr-tag-font): Add.
9657         (shr-tag-color-check): New function to get better colors.
9658         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9659         tag-span.
9660
9661         * shr-color.el: New file.
9662
9663         * color-lab.el: New file.
9664
9665         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9666
9667 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9668
9669         * nnir.el: Fix typo in comments.
9670         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9671         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9672
9673 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9674
9675         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9676
9677         * nnimap.el (nnimap-get-capabilities): Refactor out.
9678         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9679
9680 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9681
9682         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9683         appearing when `mm-uu-hide-markers' is nil.
9684
9685 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * nnimap.el (nnimap-unselect-group): Make into its own function.
9688         (nnimap-request-rename-group): Unselect group before renaming.
9689         This had gotten lost somewhere.
9690         (nnimap-request-accept-article): Keep track of examined groups, and
9691         unselect the group before APPENDing to read-only groups.
9692         (nnimap-request-move-article): Clear flags before moving so that they
9693         can be re-set later.
9694
9695 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9698         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9699
9700 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * gnus-art.el (gnus-mime-display-single):
9703         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9704         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9705         parameter.
9706
9707 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9708
9709         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9710         (shr-table-vertical-line): New variable.
9711         (shr-insert-table): Use it.
9712
9713 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * gnus-html.el (gnus-html-wash-images): Don't display images if
9716         gnus-inhibit-images is non-nil; register displayer for cid images.
9717         (gnus-html-display-image): Work for cid image.
9718         (gnus-html-insert-image): Allow arguments.
9719         (gnus-html-put-image): Inhibit read-only.
9720         (gnus-html-prefetch-images): Don't prefetch images if
9721         gnus-inhibit-images is non-nil.
9722
9723 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9724
9725         * shr.el (shr-put-image): Break lines when inserting big pictures.
9726
9727 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9728
9729         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9730         sender, thanks Katsumi Yamaoka.
9731
9732 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9733
9734         * nnir.el (nnir-run-imap): Reverse the article list for each group
9735         rather than the whole list.
9736
9737 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * shr.el (shr-image-displayer): Protect function against non-existent
9740         image source.
9741
9742         * gnus-art.el (gnus-inhibit-images): New user option.
9743         (gnus-mime-display-single): Don't display image if it is non-nil.
9744
9745         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9746         gnus-inhibit-images.
9747
9748         * shr.el (shr-image-displayer): New function.
9749         (shr-tag-img): Use it.
9750
9751 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9752
9753         * mml2015.el (mml2015-epg-sign): Use From header.
9754
9755 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9756
9757         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9758
9759         * gnus-util.el (gnus-find-text-property-region): Return markers.
9760
9761         * shr.el (shr-tag-img): Put a displayer in the text property.
9762
9763         * gnus-util.el (gnus-find-text-property-region): New utility function.
9764
9765         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9766         (gnus-html-show-images): Remove.
9767
9768         * gnus-art.el (gnus-article-show-images): New, more general function.
9769
9770         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9771         image url text properties.
9772
9773         * shr.el: Ditto.
9774
9775         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9776         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9777
9778 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9781         work for two or more articles.
9782
9783 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9786         divide an image that's in an html article to two or more when washing
9787         non-ASCII characters in alt text of it.
9788
9789 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9792         smime-decrypt-region using function argument.
9793         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9794
9795         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9796
9797         * smime.el (smime-decrypt-region): Catch it.
9798
9799 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9800
9801         * smime.el (smime-mode-map): Move initialization into declaration.
9802         (gnus-run-mode-hooks): Don't autoload.
9803         (smime-mode): Use define-derived-mode.
9804
9805 2010-11-11  Glenn Morris  <rgm@gnu.org>
9806
9807         * smime.el (from): Restrict declaration to XEmacs.
9808
9809         * nnir.el (gnus-group-topic-name): Autoload.
9810
9811 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * shr.el (shr-insert): Don't break long line if it is because of
9814         kinsoku-bol characters in the line end.
9815
9816 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9817
9818         * nnir.el (nnir-request-move-article): Fix to provide original group
9819         and subject.
9820         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9821         been retrieved.
9822
9823         * gnus-sum.el (gnus-summary-move-article): Use original group and
9824         subject for virtual articles such as those in an nnir summary buffer.
9825
9826 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9829         least 21.5).
9830
9831         * smime.el (from): Declare it again for XEmacs.
9832
9833 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9834
9835         * message.el (message-resend): Don't disable encoding unless it's
9836         already encoded.
9837
9838         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9839         low-numbered articles.
9840
9841 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * rfc2047.el (rfc2047-syntax-table): Simplify.
9844
9845         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9846
9847         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9848         set-char-table-range for XEmacs.
9849
9850 2010-11-10  Glenn Morris  <rgm@gnu.org>
9851
9852         * time-date.el (time-to-seconds): Always an alias on Emacs,
9853         never a real function.
9854         (with-no-warnings): Remove compat stub, now unused.
9855         (time-less-p): Doc fix.
9856         (time-to-number-of-days): Simplify.
9857
9858         * smime.el (from): Remove unused declaration.
9859
9860         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9861         (gnus-float-time): On Emacs, always an alias.
9862
9863         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9864         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9865
9866 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * dgnushack.el: Don't use ignore-errors in the top level form since it
9869         is unavailable in XEmacs even if cl is loaded.
9870
9871         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9872
9873 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9874
9875         * shr.el (browse-url-mailto): Autoload.
9876
9877         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9878
9879         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9880         regexp doesn't need quoting.
9881
9882 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9883
9884         * message.el (message-subject-trailing-was-ask-regexp)
9885         (message-subject-trailing-was-regexp): Match was: in addition to was.
9886
9887 2010-11-09  Glenn Morris  <rgm@gnu.org>
9888
9889         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9890         (nnbabyl-check-mbox): Use point-at-bol.
9891
9892 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9893
9894         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9895
9896         * message.el (message-mailto): New function.
9897         (message-mailto): Should accept other parameters.
9898         (message-mailto): Remove since it duplicates browse-url-mailto
9899         functionality.
9900
9901 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9902
9903         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9904         methods.
9905         (gnus-read-active-file): Ditto.
9906
9907         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9908         ": " from the prompt.
9909         (gnus-group-make-group): Ditto.
9910
9911 2010-11-07  Glenn Morris  <rgm@gnu.org>
9912
9913         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9914         (gnus-bookmark-kill-line): Use point-at-eol.
9915
9916 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9919         asterisks in From header.
9920
9921 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9922
9923         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9924         string to avoid making the From headers syntactically invalid.
9925
9926         * message.el (message-send-mail): Don't insert courtesy messages if the
9927         message already has List-Post and List-ID messages.
9928
9929 2010-11-06  Glenn Morris  <rgm@gnu.org>
9930
9931         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9932         `condition', `type', `length' a prefix.
9933         (gnus-treat-predicate): Update for above name changes.
9934
9935 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9936
9937         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9938         binding.  Handled by `gnus-summary-refer-thread' instead.
9939         (nnir-warp-to-article): New backend function.
9940
9941         * nnimap.el (nnimap-request-thread): Force dependency updating.
9942
9943         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9944         (gnus-summary-refer-thread): Rework to improve thread-referral.
9945
9946         * gnus-int.el (gnus-warp-to-article): New function.
9947
9948         * gnus-sum.el (gnus-summary-article-map): Bind it.
9949
9950 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9951
9952         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9953         gnus-summary-refer-thread.
9954
9955         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9956         headers.
9957         (gnus-summary-limit-include-thread): Prevent articles in thread from
9958         being cut in gnus-cut-threads.
9959         (gnus-summary-refer-thread): Limit retrieved headers to those in
9960         thread.
9961
9962 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9963
9964         * message.el (message-send-mail): Use the value of
9965         message-courtesy-message from the message buffer.
9966
9967         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9968
9969         * shr.el (shr-browse-url): Implement mailto: URLs.
9970
9971         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9972         "raw".
9973
9974         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9975         if it's already selected.
9976
9977         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9978
9979 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9982         to measure the length and truncate alt text.
9983
9984 2010-11-03  Glenn Morris  <rgm@gnu.org>
9985
9986         * nndiary.el (nndiary-generate-nov-databases-1)
9987         (nndiary-generate-active-info): Rename dynamic variable `files' to
9988         something less generic.
9989
9990 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9991
9992         * nnir.el (nnir-request-move-article): Call the underlying backend to
9993         move articles from nnir.
9994
9995 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9996
9997         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9998
9999 2010-11-02  Julien Danjou  <julien@danjou.info>
10000
10001         * nnir.el: Remove wais support.
10002
10003 2010-11-02  Glenn Morris  <rgm@gnu.org>
10004
10005         * gnus-html.el: Reorder requirements to quieten compiler.
10006
10007 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
10010         properly for XEmacs as well.
10011         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
10012         (gnus-article-natural-long-line-p): Use window-width rather than
10013         frame-width.
10014
10015 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
10016
10017         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
10018         (nnir-read-parms): Don't modify query.
10019         (nnir-run-query): Add ability to search topic on current line.
10020         (nnir-get-active): Clean up.
10021
10022 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10023
10024         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
10025         degenerate articles.
10026
10027         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
10028         (gnus-print-buffer): Just print the buffer as is, without any copying
10029         to a buffer and then re-highlighting.
10030
10031         * nnimap.el (nnimap-request-group): Store the new updated info.
10032         (nnimap-request-group): Select the group when we don't know whether it
10033         exists or not.
10034
10035         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
10036         groups.
10037
10038         * gnus-group.el (gnus-group-find-new-groups): Display all the new
10039         groups.
10040
10041         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
10042         groups.
10043
10044         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
10045         long-lines case by only filling the long lines.
10046
10047         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
10048         (bug#7311).
10049
10050 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * shr.el: No need to declare `declare-function' since shr.el is for
10053         only Emacsen that provide `libxml-parse-html-region'.
10054
10055         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
10056         effective only in a file it is referred to.
10057
10058 2010-11-01  Glenn Morris  <rgm@gnu.org>
10059
10060         * mm-util.el (gnus-completing-read): Autoload.
10061         (mm-read-coding-system): Simplify Emacs definition.
10062
10063         * nnmail.el (gnus-activate-group):
10064         * nnimap.el (gnutls-negotiate):
10065         * nntp.el (netrc-parse): Fix declarations.
10066
10067 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10068
10069         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
10070         string-match-p in Emacs >=23.
10071
10072         * gnus-msg.el (gnus-configure-posting-styles):
10073         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
10074
10075 2010-11-01  Glenn Morris  <rgm@gnu.org>
10076
10077         * nnir.el (declare-function): Add compat stub.
10078         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
10079         (nnir-run-gmane): Require 'mm-url.
10080
10081         * mm-util.el (mm-string-to-multibyte): Simplify.
10082
10083         * shr.el (declare-function): Add compat stub.
10084         (url-cache-create-filename): Declare.
10085         (mm-disable-multibyte, widget-convert-button): Autoload.
10086
10087         * smime.el (ldap-search): Declare.
10088         (smime-cert-by-ldap-1): Require ldap on Emacs.
10089
10090         * nnimap.el: Require nnmail, and gnus-sum when compiling.
10091         (nnimap-keepalive): Use gnus-float-time.
10092
10093         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
10094         (mail-source-delete-crash-box): Use gnus-float-time.
10095
10096         * gnus-dired.el (gnus-completing-read): Autoload.
10097
10098         * mm-view.el (gnus-rescale-image): Autoload.
10099
10100         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
10101
10102         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
10103
10104         * sieve-manage.el: Require 'cl when compiling.
10105
10106         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
10107         (gnus-iswitchb-completing-read): Require iswitchb.
10108         (gnus-select-frame-set-input-focus): Silence compiler.
10109
10110 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10111
10112         * message.el (message-subject-trailing-was-query): Change default to t,
10113         since I think that's what most people want.
10114
10115         * nnimap.el (nnimap-request-accept-article): Erase buffer before
10116         appending for easier debugging.
10117         (nnimap-wait-for-connection): Take a regexp.
10118         (nnimap-request-accept-article): Wait for the continuation line before
10119         sending anything unless we're streaming.
10120
10121         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10122         leave the header washing to take place.
10123
10124 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10125
10126         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10127         regular expression match and replace in posting styles.
10128
10129 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10130
10131         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10132         an entire server.
10133         (nnir-get-active): New function.
10134         (nnir-run-imap): Use it.
10135         (nnir-run-gmane): Who knew, gmane search returns an article score!
10136
10137         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10138         server on the current line with nnir.
10139
10140 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10141
10142         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10143         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10144         left edge.
10145         (gnus-article-foldable-buffer): Skip past the prefix when determining
10146         raggedness.
10147
10148         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10149         the raw article, and change `C-u g' to show the article without doing
10150         treatments.
10151
10152         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10153         on to `gnus-treat-article'.
10154         (gnus-inhibit-article-treatments): New variable.
10155
10156         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10157
10158         * gnus-art.el (gnus-treatment-function-alist): Have
10159         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10160         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10161         sections.
10162
10163         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10164         parameter.
10165         (gnus-article-fill-cited-long-lines): New function.
10166         (gnus-article-fill-cited-article): Allow filling only long sections.
10167
10168         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10169         and non-punctuation (like after the apostrophe in "'We").
10170
10171         * gnus-sum.el (gnus-summary-select-article): Make sure
10172         gnus-original-article-buffer is alive.
10173
10174         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10175         reflect the order they're in in the digest.
10176
10177         * gnus.el (gnus-group-startup-message): Move point to the start of the
10178         buffer.
10179
10180         * nnimap.el (nnimap-capability): New function.
10181         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10182         is set.
10183
10184 2010-10-31  David Engster  <dengste@eml.cc>
10185
10186         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10187         conform with changes to gnus-completing-read.
10188
10189 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10190
10191         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10192
10193 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10194
10195         * nnir.el: Move defvar, defcustom around to keep file organized
10196         and keep byte-compiler quiet.
10197         (nnir-read-parms): Accept search-engine as arg.
10198         (nnir-run-query): Pass search-engine as arg.
10199         (nnir-search-engine): Remove.
10200
10201 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10202
10203         * shr.el (shr-generic): The text nodes should be text, not :text.
10204
10205         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10206         later in the file.
10207
10208 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10209
10210         * nnir.el: General clean up.  Allow searching with multiple engines.
10211         Allow separate extra-parameters for each engine.
10212         Batch queries when possible.
10213         (nnir-imap-default-search-key, nnir-method-default-engines):
10214         Add customize interface.
10215         (nnir-run-gmane): New engine.
10216         (nnir-engines): Use it.  Qualify all prompts with engine name.
10217         (nnir-search-engine): Remove global variable.
10218         (nnir-run-hyrex): Restore for now.
10219         (nnir-extra-parms, nnir-search-history): New variables.
10220         (gnus-group-make-nnir-group): Use them.
10221         (nnir-group-server): Remove in favor of gnus-group-server.
10222         (nnir-request-group): Avoid searching twice.
10223         (nnir-sort-groups-by-server): New function.
10224
10225 2010-10-30  Julien Danjou  <julien@danjou.info>
10226
10227         * gnus-group.el: Remove gnus-group-fetch-control.
10228
10229         * gnus-start.el (gnus-find-new-newsgroups):
10230         Remove gnus-check-first-time-used.
10231
10232         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10233
10234 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10235
10236         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10237         set on groups that don't have \* permanentflags.
10238
10239 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10240
10241         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10242         control the background color.
10243         (shr-tag-img): Ignore very small web bug type images.
10244         (shr-put-image): Add help-echo alt texts to the images.
10245         (shr-tag-video): Show the video poster image.
10246
10247 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10248
10249         * shr.el (shr-table-depth): New variable.
10250         (shr-tag-table-1): Only insert the images after the top-level table.
10251
10252         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10253
10254         * gnus-util.el (gnus-list-memq-of-list): New function.
10255
10256         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10257         selected.
10258         (nnimap-unsplittable-articles): New slot.
10259         (nnimap-new-articles): Use it.
10260
10261 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10262
10263         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10264         move to the previous line on `M-g'.
10265
10266 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10267
10268         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10269         *-request-group, which seems unnecessary.
10270
10271         * nnimap.el (nnimap-quote-specials): Function copied over from
10272         imap.el.
10273         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10274         they support that.  Suggested by Tom Regner.
10275
10276 2010-10-29  Julien Danjou  <julien@danjou.info>
10277
10278         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10279         defalias.
10280         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10281
10282         * gnus.el: Remove `gnus-nntp-service' variable.
10283         (gnus-secondary-servers): Make obsolete.
10284         (gnus-nntp-server): Make obsolete.
10285
10286         * gnus-start.el (gnus-1): Remove x-splash calls.
10287
10288         * gnus-ems.el (gnus-x-splash): Remove.
10289
10290         * gnus.el (gnus-group-startup-message): Simplify/update code.
10291
10292         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10293         definition.
10294
10295         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10296         capability before doing anything.
10297         (gnus-group-insert-group-line): Remove useless
10298         gnus-group-remove-excess-properties.
10299
10300 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10303
10304 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10305
10306         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10307         config after reselecting.
10308
10309 2010-10-28  Julien Danjou  <julien@danjou.info>
10310
10311         * shr.el (shr-put-image): Use point even if only inserting text.
10312         (shr-put-image): Save excursion when inserting alt text on non-graphic
10313         display, so the behavior is the same when we are on a graphic display.
10314
10315         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10316
10317 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10320         (gnus-mime-copy-part): Check coding system, not charset.
10321         (gnus-mime-view-part-externally): Never remove part.
10322         (gnus-mime-view-part-internally): Don't remove part here.
10323         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10324         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10325         multipart/alternative.
10326
10327         * mm-decode.el (mm-display-part): Take optional arg `force'.
10328
10329 2010-10-26  Julien Danjou  <julien@danjou.info>
10330
10331         * gnus-group.el (gnus-group-default-list-level): Add this function to
10332         compute the default list level.
10333         (gnus-group-default-list-level): Add possibility to use a function.
10334
10335 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10336
10337         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10338
10339         * gnus-group.el (gnus-group-completing-read)
10340         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10341         gnus-replace-in-string.
10342
10343 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * shr.el (shr-tag-div): Add.
10346
10347         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10348
10349 2010-10-25  Julien Danjou  <julien@danjou.info>
10350
10351         * gnus-util.el: Remove `gnus-with-local-quit'.
10352
10353         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10354
10355 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10356
10357         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10358         the original article buffer.
10359
10360 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10361
10362         * nnimap.el (nnimap-request-head): New function.
10363         (nnimap-request-move-article): Try to be slightly faster by not
10364         requesting the entire message when moving.
10365         (nnimap-transform-headers): Don't bug out on bodiless articles.
10366         (nnimap-send-command): Have no outstanding messages if the IMAP server
10367         doesn't support streaming.
10368         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10369
10370 2010-10-24  Julien Danjou  <julien@danjou.info>
10371
10372         * message.el (message-default-headers): Fix type.
10373
10374 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10375
10376         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10377         prefetching images.
10378
10379         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10380         backend for unknown groups.  This is mainly useful for nnimap groups.
10381
10382         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10383         group isn't covered by the agent.
10384
10385 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10386
10387         * nnir.el (nnir-method-default-engines): New variable.
10388         (nnir-run-query): Use it.
10389         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10390         (gnus-summary-nnir-goto-thread): Change group if needed.
10391
10392         * gnus-group.el (gnus-group-group-map): Add key binding for
10393         gnus-group-make-nnir-group.
10394
10395 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10396
10397         * shr.el (shr-tag-object): Add.
10398
10399         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10400         original article buffer live.
10401         (gnus-summary-select-article-buffer):
10402         Mention gnus-widen-article-buffer.
10403
10404 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10405
10406         * shr.el (shr-tag-strong): Add.
10407
10408 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10409
10410         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10411         group names.  They mess up the group buffer badly.
10412
10413         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10414
10415         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10416         instead of the summary one.
10417
10418 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * mml.el (mml-preview): Work properly when editing article.
10421
10422         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10423         gnus-have-read-active-file if it's already been in.
10424
10425 2010-10-22  Tom Tromey  <tromey@redhat.com>
10426
10427         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10428         gnus-group-completing-read.
10429
10430 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10431
10432         * message.el (message-mode-map): Don't bind M-; to comment region, to
10433         allow the global comment-dwim to work.
10434
10435 2010-10-21  Julien Danjou  <julien@danjou.info>
10436
10437         * message.el (message-setup-1): Allow message-default-headers to be a
10438         function.
10439
10440 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * shr.el (shr-tag-table): Simplify.
10443
10444 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10445
10446         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10447         to avoid trying to snarf invalid stuff.
10448
10449         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10450
10451         * gnus.el (gnus-message-archive-group): Quote value.
10452         (gnus-message-archive-group): Mark as changed.
10453
10454         * shr.el (shr-add-font): Don't put the font properties on the newline
10455         or the indentation.
10456
10457         * message.el (message-fix-before-sending): Change options when sending
10458         non-printable characters.
10459
10460         * gnus.el (gnus-message-archive-method): Change the default to
10461         monthly outgoing groups.
10462
10463         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10464         that have gotten new numbers.
10465
10466         * nnimap.el (nnimap-request-replace-article): New function.
10467
10468 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10471         (nnrss-request-article): Don't use special html washing code.
10472
10473 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * shr.el (shr-tag-table): Remove useless nconc.
10476
10477 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10478
10479         * gnus-art.el (article-wash-html): Simplify and remove the charset
10480         stuff.  Use the normal html rendering code instead of the special html
10481         washing code.
10482
10483         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10484         `gnus-w3m' symbols.
10485         (mm-text-html-washer-alist): Remove.
10486
10487         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10488         (mm-inline-media-tests): Remove use.
10489         (mm-text-html-renderer): Change default to the `shr' symbol.
10490
10491         * mm-view.el (mm-inline-text-html): Remove use.
10492
10493         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10494         `gnus-blocked-images' to be a function.
10495         (gnus-article-wash-function): Remove.
10496
10497 2010-10-20  Julien Danjou  <julien@danjou.info>
10498
10499         * spam.el (spam-list-of-processors): Mark as obsolete.
10500
10501         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10502         (nnimap-insert-partial-structure): Fix boundary detection.
10503
10504 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10505
10506         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10507         run file-truename on remote files.  This can be expensive and even
10508         prevent one from editing drafts if some unrelated buffer has a stale
10509         connection.
10510
10511 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10514         kinsoku-eol regardless of shr-kinsoku-shorten.
10515         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10516         (shr-tag-table): Support caption, thead, and tfoot.
10517
10518 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10519
10520         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10521         lines.
10522         (shr-save-contents): New command and keystroke.
10523
10524         * nndoc.el (nndoc-type-alist): Add git support.
10525         (nndoc-git-type-p): New function.
10526         (nndoc-transform-git-article): Ditto.
10527         (nndoc-transform-git-headers): Ditto.
10528         (nndoc-transform-git-headers): Generate Subject headers.
10529
10530         * shr.el (shr-parse-style): New function.
10531         (shr-tag-span): Ditto.
10532
10533         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10534         to `G G' to avoid collisions.
10535
10536 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * shr.el: Load kinsoku if necessary.
10539         (shr-kinsoku-shorten): New internal variable.
10540         (shr-find-fill-point): Make kinsoku shorten text line if
10541         shr-kinsoku-shorten is bound to non-nil.
10542         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10543         shr-indentation too when testing if table is wider than frame width.
10544         (shr-insert-table): Use `string-width' instead of `length' to measure
10545         text width.
10546         (shr-insert-table-ruler): Make sure indentation is done at bol.
10547
10548 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10549
10550         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10551         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10552         undecoded network data.
10553
10554 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10555
10556         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10557         name in the mode line spec so that the mode line menu works
10558         (bug#2431).
10559
10560         * message.el (message-get-reply-headers): If we're fed `to-address',
10561         then always use that.
10562
10563         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10564         aren't so wide as to need to switch off the edit menu.
10565
10566         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10567         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10568
10569         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10570         `M-g'.
10571         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10572         the permanent marks.
10573
10574 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10575
10576         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10577         Splitting according to references/in-reply-to obeys the ignore-groups
10578         variable, while splitting by sender and subject do not.
10579
10580 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10581
10582         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10583         alist, so that we can look for non-Unicode chars.
10584         (article-translate-strings): Allow both character and string maps.
10585
10586 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10587
10588         * shr.el (shr-insert): Don't insert space behind a wide character
10589         categorized as kinsoku-bol, or between characters both categorized as
10590         nospace.
10591
10592 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10593
10594         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10595         headers to gnus-newsgroup-headers.
10596
10597 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10598
10599         * shr.el (shr-tag-img): Don't align images -- since we're not
10600         rescaling, this often leads to ugly displays.
10601
10602 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10603
10604         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10605         duplicates.
10606
10607 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10608
10609         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10610         call.
10611
10612 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10613
10614         * gnus.el: Autoload gnus-html-show-images.
10615
10616         * nnimap.el: Use nnheader-message throughout.
10617
10618         * shr.el (shr-tag-img): Ignore images with no data.
10619
10620 2010-10-15  Julien Danjou  <julien@danjou.info>
10621
10622         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10623         a possibility to disable format=flow encoding when using hard newlines.
10624
10625 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * shr.el (shr-insert): Remove space inserted before or after a
10628         breakable character or at the beginning or the end of a line.
10629         (shr-find-fill-point): Do kinsoku; find the second best point or give
10630         it up if there's no breakable point.
10631
10632 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10633
10634         * nnimap.el (nnimap-open-connection): Message when opening connection
10635         for debugging purposes.
10636
10637         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10638         on every setup buffer call to allow this to change from article to
10639         article.
10640
10641         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10642         buffers where we have a wide table.
10643
10644 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10645
10646         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10647         uses *-request-thread.
10648
10649 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10650
10651         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10652         incantation, which is no longer valid.
10653
10654 2010-10-14  Julien Danjou  <julien@danjou.info>
10655
10656         * shr.el: Fix defcustom type (char -> character).
10657
10658 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10659
10660         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10661         programs.
10662
10663 2010-10-14  Julien Danjou  <julien@danjou.info>
10664
10665         * shr.el (shr-tag-a): Use url-link as widget type.
10666
10667         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10668         `gnus-group-get-icon'.
10669
10670 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10671
10672         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10673         This should make server editing work better.
10674
10675         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10676
10677         * tls.el (tls-program): Remove spurious %s from openssl.
10678
10679         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10680         (nnimap-parse-flags): Fix regexp.
10681
10682         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10683         probably work for CJVK text, too.
10684
10685         * nnimap.el (nnimap-extend-tls-programs): Remove.
10686         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10687
10688         * tls.el (tls-starttls-switches): Remove starttls hack.
10689         (open-tls-stream): Ditto.
10690         (tls-find-starttls-argument): Ditto.
10691
10692 2010-10-13  Julien Danjou  <julien@danjou.info>
10693
10694         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10695         responses.
10696
10697 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10698
10699         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10700
10701         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10702         anything in Emacs.
10703
10704         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10705
10706 2010-10-13  Julien Danjou  <julien@danjou.info>
10707
10708         * shr.el (shr-width): Make shr-width a defcustom with default to
10709         fill-column.
10710         (shr-tag-img): Use shr-width rather than fill-column.
10711
10712 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * dgnushack.el (byte-optimize-apply):
10715         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10716
10717         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10718         position when (X-)Faces exist.
10719         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10720         avatars when called interactively.
10721
10722 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10725         gnus-article-x-face-too-ugly is bound.
10726
10727 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728
10729         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10730
10731         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10732         mailbox that doesn't exist.
10733
10734 2010-10-12  Julien Danjou  <julien@danjou.info>
10735
10736         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10737         (shr-get-image-data): Encode URL properly when fetching from cache.
10738         (shr-tag-img): Use aligned-to spaces to align correctly images.
10739
10740         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10741         before inserting the Gravatar.
10742
10743         * shr.el (shr-tag-img): Add align attribute support for <img>.
10744
10745 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10746
10747         * gnus-gravatar.el (gnus-art): Require.
10748
10749         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10750         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10751         Remove long obsoleted functions.
10752
10753 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10756
10757         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10758
10759         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10760         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10761         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10762         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10763         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10764         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10765         * sieve-manage.el, smime.el, spam.el:
10766         Fix comment for declare-function.
10767
10768 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10769
10770         * nnimap.el (nnimap-request-rename-group): Select group read-only
10771         before renaming it.
10772
10773         * shr.el (shr-insert): Fix up the white space only regexp.
10774
10775         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10776         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10777
10778         * shr.el (shr-current-column): New function.
10779         (shr-find-fill-point): New function.
10780
10781 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10782
10783         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10784         numbers.
10785
10786 2010-10-11  Julien Danjou  <julien@danjou.info>
10787
10788         * shr.el (shr-hr-line): Add.
10789         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10790         display hr lines.
10791         (shr-max-columns): Do not change state to nil if we just inserting
10792         spaces.
10793
10794 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10795
10796         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10797         select the last group.
10798
10799 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10800
10801         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10802
10803 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10804
10805         * dig.el (dig-mode-map): Declare and define in one step.
10806
10807 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10808
10809         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10810         for Gnus.
10811         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10812         (nnimap-update-qresync-info): Mark \Seen articles as read.
10813
10814         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10815         non-variable, too.
10816
10817         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10818         available.
10819         (nnimap-update-info): Rely more on the current active than the param
10820         active to avoid marking articles as read too much.
10821
10822         * auth-source.el (auth-source-create): Use (user-login-name) for the
10823         user name default.
10824
10825         * nnimap.el (nnimap-update-info): If the server doesn't return any
10826         useful info, just use the previous info.
10827         (nnimap-update-info): Prefer old info over start-article.
10828         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10829
10830 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10831
10832         * nnir.el (autoload): Clean up autoloads.
10833         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10834         Use key rather than value.
10835         (nnir-imap-search-other): New variable.
10836         (nnir-read-parm): Use it.
10837         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10838         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10839
10840 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10841
10842         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10843         the process, too.
10844
10845 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10846
10847         * spam.el (gnus-summary-mode-map): Bind to "$".
10848         Suggested by Russ Allbery.
10849
10850         * shr.el: Rework the way things are indented by <li> slightly.
10851
10852         * gnus.el (gnus-group-set-parameter): Fix typo.
10853
10854         * nnimap.el: Start implementing QRESYNC support.
10855
10856 2010-10-09  Julien Danjou  <julien@danjou.info>
10857
10858         * nnir.el (nnir-engines): Fix too many arguments.
10859
10860 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10861
10862         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10863         group is the "last", so that the backends like nnfolder actually save
10864         their folders.
10865
10866         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10867         try to use that for the tls stream.
10868         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10869         UIDVALIDITY and find out which groups are read-only and not.
10870         (nnimap-get-flags): Use the same marks parsing code as the rest of
10871         nnimap.
10872
10873 2010-10-09  Julien Danjou  <julien@danjou.info>
10874
10875         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10876
10877         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10878         retrieving gravatars.
10879
10880         * shr.el (shr-table-corner): Add.
10881         (shr-table-line): Add.
10882         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10883
10884 2010-10-08  Julien Danjou  <julien@danjou.info>
10885
10886         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10887
10888 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10889
10890         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10891
10892         * gnus-sum.el (gnus-mark-article-as-unread)
10893         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10894         (gnus-summary-set-bookmark): Use it.
10895
10896         * gnus-msg.el (gnus-setup-message): Use it.
10897
10898         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10899
10900         * gnus.el (gnus-group-remove-parameter): Use it.
10901
10902         * gnus-group.el (gnus-group-make-web-group): Use it.
10903
10904         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10905
10906         * nnregistry.el: Update docs to mention manual.
10907
10908         * gnus-registry.el: Update docs to mention nnregistry.el.
10909         (gnus-registry-initialize): Don't install nnregistry refer method
10910         automatically.
10911         (gnus-registry-install-nnregistry): Remove it.
10912
10913 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10914
10915         * shr.el (shr-insert): Don't insert double spaces.
10916
10917 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10918
10919         * gnus-gravatar.el (gnus-treat-from-gravatar)
10920         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10921         called interactively.
10922
10923         * gnus-art.el (gnus-mime-view-part-externally)
10924         (gnus-mime-view-part-internally): Make predicate function passed to
10925         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10926         of a mime type.
10927
10928         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10929
10930 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10931
10932         * shr.el (require): Require cl when compiling.
10933         (shr-tag-hr): New function.
10934
10935         * nnimap.el (nnimap-update-info): Remove double setting of high.
10936         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10937         This makes nnimap work properly on Courier again.
10938
10939         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10940         the variable for backwards compatibility.
10941
10942         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10943         the file name before using to avoid setting mm-default-directory to
10944         nil.
10945
10946         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10947         bidning gnus-agent variables.
10948
10949         * shr.el (shr-render-td): Use a cache for the table rendering function
10950         to avoid getting an exponential rendering behavior in nested tables.
10951         (shr-insert): Rework the line-breaking algorithm.
10952         (shr-insert): Don't leave trailing spaces.
10953         (shr-insert-table): Also insert empty TDs.
10954         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10955
10956 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10957
10958         * gnus-sum.el (gnus-number): Rename from `number'.
10959         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10960         (gnus-summary-limit-children): Update uses correspondingly.
10961
10962 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10963
10964         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10965         (gnus-gravatar-transform-address): Don't show avatars of people of
10966         which mail addresses match gnus-gravatar-too-ugly.
10967
10968 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10969
10970         * shr.el (shr-table-widths): Expand TD elements to fill available
10971         space.
10972
10973 2010-10-07  Julien Danjou  <julien@danjou.info>
10974
10975         * nnimap.el (nnimap-request-rename-group): Add this method.
10976
10977 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10980         name from XEmacs' function-arglist.
10981
10982         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10983         gravatar under XEmacs.
10984
10985 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10986
10987         * auth-source.el: Update docs with TODO items.
10988
10989         * gnus-sync.el: Update docs to explain state and plans.
10990
10991         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10992         Hooks for mark updates.
10993         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10994
10995         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10996         hooks with arguments, which is needed for mark update hooks.
10997
10998 2010-10-06  Julien Danjou  <julien@danjou.info>
10999
11000         * gnus.el (gnus-expand-group-parameter): Only return and act on what
11001         was matched.
11002
11003         * sieve-manage.el: Update example in `Commentary'.
11004
11005         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
11006
11007         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
11008         not 2000.
11009         (sieve-manage-authenticate): Re-add function.
11010
11011 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11012
11013         * shr.el (shr-insert): Get 'space transition right.
11014         (shr-render-td): Only delete space at the end of the TD.
11015
11016         * nnimap.el (nnimap-open-connection): Prepare to support
11017         open-gnutls-stream.
11018
11019         * shr.el: Rearrange function order to be more logical.
11020
11021 2010-10-06  Julien Danjou  <julien@danjou.info>
11022
11023         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
11024         (nnrss-discover-feed): Remove 404 URL in docstring.
11025
11026         * nnir.el: Fix Swish-E URL.
11027         Fix Namazu URL.
11028
11029         * message.el (message-change-subject): Remove 404 URL in a comment.
11030
11031 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
11034         called interactively.
11035
11036         * gnus-util.el (gnus-remove-if): Allow hash table.
11037         (gnus-remove-if-not): New function.
11038
11039         * gnus-art.el (gnus-mime-view-part-as-type):
11040         * gnus-score.el (gnus-summary-score-effect):
11041         * gnus-sum.el (gnus-read-move-group-name):
11042         Replace remove-if-not with gnus-remove-if-not.
11043
11044         * gnus-group.el (gnus-group-completing-read):
11045         Regard collection as a hash table if it is not a list.
11046
11047 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11048
11049         * shr.el (shr-render-td): Allow blank/missing <TD>s.
11050
11051         * shr.el: Document the table-rendering algorithm.
11052
11053 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
11056         for Emacsen having no `libxml-parse-html-region' support.
11057
11058 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11059
11060         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
11061         invalid URLs.
11062
11063         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
11064         line-broken.
11065         (shr-tag-img): Ignore image fetching errors.
11066         (shr-overlays-in-region): Compute overlay positions correctly.
11067
11068         * mm-decode.el (mm-shr): Require shr.
11069
11070         * gnus-art.el (gnus-blocked-images): Move variable here.
11071
11072         * shr.el (shr-insert-table): Bind free variable.
11073
11074         * mm-decode.el (mm-shr): Bind shr-content-function.
11075
11076         * shr.el (shr-content-function): New variable.
11077
11078         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
11079         added for symmetry.
11080
11081         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
11082
11083         * gnus-group.el (gnus-group-make-group): Doc fix.
11084
11085         * nnimap.el (nnimap-request-newgroups): Return success.
11086
11087         * shr.el (shr-find-elements): New function.
11088         (shr-tag-table): Put all the images after the table.
11089         (shr-tag-table): Really inhibit images inside the table.
11090         (shr-collect-overlays): Copy over overlays from the TD elements to the
11091         main document.
11092
11093         * mm-decode.el (mm-shr): Bind shr-blocked-images to
11094         gnus-blocked-images.
11095
11096 2010-10-05  Julien Danjou  <julien@danjou.info>
11097
11098         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
11099
11100         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
11101         (gnus-html-maximum-image-size): Add this function.
11102         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11103
11104         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
11105         server-value of the capability is nil.
11106
11107 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11108
11109         * shr.el (shr-tag-em): Add <EM> tag.
11110
11111 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
11112
11113         * sieve-manage.el (sieve-manage-default-stream): Make default stream
11114         customizable.
11115
11116         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
11117         handing broken links to browse-url.
11118
11119 2010-10-05  Julien Danjou  <julien@danjou.info>
11120
11121         * gnus-util.el (gnus-emacs-completing-read)
11122         (gnus-iswitchb-completing-read): Use autoload rather than require.
11123
11124 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11127         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11128         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11129         iswitchb-temp-buflist for XEmacs.
11130
11131         * gnus-util.el (gnus-completing-read-function): Exclude
11132         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11133         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11134         XEmacs.
11135
11136         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11137         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11138
11139         * gnus-html.el: Don't require help-fns under XEmacs.
11140         (gnus-html-schedule-image-fetching): Work for XEmacs.
11141
11142         * mm-decode.el (mm-shr): Decode contents by charset.
11143
11144 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11145
11146         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11147         unknown.
11148
11149         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11150         (shr-get-image-data): Ensure against the cache file missing.
11151
11152         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11153         for data.
11154
11155         * spam-report.el (spam-report-url-ping-plain): Don't query about
11156         killing the process.
11157
11158         * shr.el (shr-render-td): Protect against too-wide text.
11159
11160 2010-10-04  Julien Danjou  <julien@danjou.info>
11161
11162         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11163         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11164
11165         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11166         retrieved.
11167
11168 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11169
11170         * shr.el (browse-url): Require.
11171         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11172         lines.
11173         (shr-show-alt-text, shr-browse-image): New commands.
11174         (shr-browse-url, shr-copy-url): New commands.
11175
11176         * gnus-sum.el (gnus-widen-article-window): New variable.
11177         (gnus-summary-select-article-buffer): Use it.
11178
11179         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11180         without @ signs.
11181
11182 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11183
11184         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11185
11186 2010-10-04  Julien Danjou  <julien@danjou.info>
11187
11188         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11189         for XEmacs.
11190
11191 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11192
11193         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11194
11195         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11196         (nnimap-close-server): Implement.
11197
11198         * dgnushack.el (iswitchb): Require to shut up the compiler.
11199
11200         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11201         (shr-insert): Tweak line breaking.
11202         (shr-insert): Handle <pre> better.
11203         (shr-tag-li): Get <li> indentation right.
11204         (shr-tag-li): Get <li> indentation even righter.
11205         (shr-tag-blockquote): Ensure paragraph start.
11206         (shr-make-table): Tweak table generation.
11207         (shr-make-table): Fix typo.
11208
11209         * shr.el: Implement table rendering.
11210
11211 2010-10-04  Julien Danjou  <julien@danjou.info>
11212
11213         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11214
11215 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11216
11217         * shr.el (shr-insert): Use string anchors instead of line anchors.
11218
11219 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11220
11221         * shr.el: Add headings.
11222         (shr-ensure-paragraph): Actually work.
11223         (shr-tag-li): Make <ul> prettier.
11224         (shr-insert): Get white space at the beginning/end of elements right.
11225         (shr-tag-p): Collapse subsequent <p>s.
11226         (shr-ensure-paragraph): Don't insert double line feeds after blank
11227         lines.
11228         (shr-insert): \t is also space.
11229         (shr-tag-s): Fix "s" tag name function.
11230         (shr-tag-s): Fix face prop name.
11231
11232 2010-10-03  Julien Danjou  <julien@danjou.info>
11233
11234         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11235
11236         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11237         gnus-window-inside-pixel-edges.
11238
11239         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11240         gnus-ems.
11241
11242         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11243
11244         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11245         function.
11246
11247         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11248         resize choice.
11249
11250 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11251
11252         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11253         beginning of the buffer.
11254
11255         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11256         article buffer again.
11257
11258         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11259
11260         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11261         when it's at the start of the buffer.
11262
11263         * shr.el (shr-tag-blockquote): Convert name.
11264         (shr-rescale-image): Use the right image-size variant.
11265
11266         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11267         buffer isn't shown, then select the current article first instead of
11268         bugging out.
11269         (gnus-summary-select-article-buffer): Show both the article and summary
11270         buffers again.
11271
11272         * shr.el (shr-fontize-cont): Protect against regions with no text.
11273         Rename tag functions to shr-tag-* for enhanced security.
11274         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11275
11276 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11277
11278         * shr.el (shr-insert):
11279         * pop3.el (pop3-movemail):
11280         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11281         loaded.
11282
11283 2010-10-03  Glenn Morris  <rgm@gnu.org>
11284
11285         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11286
11287         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11288
11289         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11290
11291         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11292
11293         * gnus-util.el (gnus-make-local-hook): Simplify.
11294
11295 2010-10-02  Julien Danjou  <julien@danjou.info>
11296
11297         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11298         (gnus-ido-completing-read): New function.
11299         (gnus-emacs-completing-read): New function.
11300         (gnus-completing-read): Use gnus-completing-read-function.
11301         Add gnus-completing-read-function.
11302
11303 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11304
11305         * shr.el (shr-insert-document): Autoload.
11306         (shr-img): Be silent.
11307         (shr-insert): Add a newline after every picture before text.
11308         (shr-add-font): Use overlays for combining faces.
11309         (shr-insert): Pass upwards the text start point.
11310
11311         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11312         possible.
11313         (mm-shr): New function.
11314
11315 2010-10-02  Julien Danjou  <julien@danjou.info>
11316
11317         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11318         should go backward.
11319
11320 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11321
11322         * shr.el (shr): Fix typo in provide call.
11323
11324 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11325
11326         * shr.el: New file.
11327
11328         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11329
11330         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11331         completing read.
11332
11333 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11334
11335         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11336         we're being queried about.  Suggested by Dan Jacobson.
11337
11338         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11339         Suggested by Jason Eisner.
11340
11341         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11342         table, too.  Suggested by Stefan Wiens.
11343         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11344         the table unnecessary.  Suggested by Stefan Wiens.
11345
11346         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11347         longer needed, and probably doesn't work either, as pointed out by
11348         Stefan Wiens.
11349         (gnus-summary-exit): Remove call to the clearing function.
11350         (gnus-summary-exit-no-update): Ditto.
11351
11352         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11353         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11354         Reported by Stefan Monnier.
11355         (gnus-summary-save-in-rmail): Ditto.
11356
11357         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11358         article buffer, instead of both the article buffer and the summary
11359         buffer.  Sort of suggested by Dan Jacobson.
11360
11361         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11362
11363         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11364         Suggested by Dan Jacobson.
11365
11366         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11367         documentation clearer.
11368
11369         * message.el (message-shorten-references): Comment on the number "21".
11370         Suggested by Stefan Monnier.
11371
11372         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11373         Suggested by Dan Jacobson.
11374
11375         * gnus.el (gnus-large-newsgroup):
11376         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11377
11378         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11379         externalize attachments.  Bug reported by Steve Wen.
11380
11381         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11382         really message anything to the user.
11383
11384         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11385         directly.
11386
11387         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11388         messages in empty groups.
11389
11390 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11391
11392         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11393         non-UIDNEXT group.
11394
11395 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11396
11397         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11398         not the value from the collection.
11399
11400         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11401         values.  This sometimes happens on some groups that have no info.
11402         (nnimap-request-newgroups): New function.
11403
11404 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11405
11406         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11407         check into `gnus-registry-initialize'.
11408         (gnus-registry-initialize): Ditto.
11409         Fix and extend header docs.
11410
11411 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11412
11413         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11414         regexp backtrace overflows.
11415
11416         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11417         for starttls that tls.el implements; i.e. openssl.
11418
11419         * tls.el (tls-starttls-switches): Give up on using starttls with
11420         gnutls-cli.
11421         (tls-program): Add --insecure to be consistent with the defaults from
11422         openssl s_client.  Now all three commands are insecure.
11423
11424 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * lpath.el: Bind completion-styles-alist for XEmacs.
11427
11428         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11429         (gravatar-create-image): New function that's an alias to
11430         gnus-xmas-create-image, gnus-create-image, or create-image.
11431         (gravatar-data->image): Use it.
11432
11433 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11434
11435         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11436         install the nnregistry refer method.
11437         (gnus-registry-install-hooks): Use it.
11438         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11439         unfollowed groups.
11440
11441 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11442
11443         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11444         expanding threads.
11445
11446 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11447
11448         * nnir.el: Use the server names without suffixes (bug#7009).
11449
11450         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11451         unencrypted to STARTTLS, if possible.
11452
11453 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11454
11455         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11456         headers before superseding.
11457
11458 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11459
11460         * nnrss.el (nnrss-use-local): Add documentation.
11461
11462         * nnimap.el (nnimap-extend-tls-programs): New function.
11463         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11464         (nnimap-wait-for-connection): Accept the greeting from the stupid
11465         output from openssl s_client -starttls, too.
11466
11467         * tls.el (tls-starttls-switches): New variable.
11468         (tls-find-starttls-argument): Use it.
11469         (open-tls-stream): Ditto.
11470
11471         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11472         (netrc-machine): Ditto.
11473
11474         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11475         article number.
11476         (nnimap-split-fancy): New variable.
11477         (nnimap-split-incoming-mail): Use it.
11478
11479         * nntp.el (nntp-server-list-active-group): Document.
11480
11481         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11482         SELECT to get the message-id.
11483
11484         * mail-source.el (mail-sources): Remove webmail support.
11485         (defvar): Ditto.
11486         (mail-source-fetcher-alist): Ditto.
11487         (mail-source-fetch-webmail): Remove.
11488
11489         * webmail.el: Remove -- doesn't seem relevant any more.
11490
11491         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11492
11493         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11494         the \r.
11495
11496 2010-09-30  Julien Danjou  <julien@danjou.info>
11497
11498         * gnus-agent.el (gnus-agent-add-group): Fix call to
11499         gnus-completing-read.
11500
11501 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11502
11503         * nndoc.el (nndoc-retrieve-groups): New function.
11504
11505         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11506         `default', use nnmail-split-methods.
11507         (nnimap-request-article): Downcase the NILs so that they are nil.
11508
11509         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11510         symbol.
11511
11512         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11513         code, since if the user has requested network, that's what they ought
11514         to get.
11515         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11516         (nnimap-split-rule): Mark as obsolete.
11517
11518         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11519         New variable.
11520
11521         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11522         correct slot, too.
11523
11524 2010-09-29  Julien Danjou  <julien@danjou.info>
11525
11526         * gnus.el (gnus-local-domain): Declare variable obsolete.
11527
11528         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11529         Fix history computing.
11530         (gnus-ido-completing-read): Require ido.
11531
11532 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11533
11534         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11535         build Gnus.
11536
11537         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11538         when interpreting the structures.
11539         (nnimap-request-accept-article): Add \r\n to the lines to make this
11540         work with Cyrus.
11541
11542         * nndraft.el (nndraft-request-expire-articles): Use the group name
11543         instead if "nndraft".  Fix found by Nils Ackermann.
11544
11545 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11546
11547         * nnregistry.el: Add.
11548
11549 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11550
11551         * nnmail.el (group, group-art-list, group-art):
11552         Remove unneeded directives.
11553
11554 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11557         (mm-mime-charset):
11558         * rfc2047.el (rfc2047-syntax-table):
11559         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11560
11561         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11562         rather than `insert-file-contents' and `eval-region'.
11563
11564         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11565         construction.
11566
11567         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11568
11569         * time-date.el: No need to require cl for Emacs 21.
11570
11571 2010-09-29  Julien Danjou  <julien@danjou.info>
11572
11573         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11574         replacement of `gnus-gravatar-relief' to mimic
11575         `gnus-faces-properties-alist'.
11576         Add :version property.
11577
11578 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * mail-source.el (mail-source-report-new-mail):
11581         * message.el (message-default-mail-headers):
11582         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11583
11584         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11585
11586 2010-09-28  Julien Danjou  <julien@danjou.info>
11587
11588         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11589         mail-address contains the same string as real-name.
11590
11591         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11592         non-blank in header, otherwise it'll get stripped.
11593
11594         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11595         real-name, and then for mail address rather than doing : or , search.
11596
11597 2010-09-27  Julien Danjou  <julien@danjou.info>
11598
11599         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11600         right completing-read function.
11601         (gnus-use-ido): New variable
11602         (gnus-completing-read-with-default): Remove.
11603         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11604         (gnus-agent-add-group):
11605         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11606         * mm-view.el (mm-view-pkcs7-decrypt):
11607         * mm-util.el (mm-codepage-setup):
11608         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11609         * mml-smime.el (mml-smime-openssl-sign-query):
11610         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11611         (mml-insert-multipart):
11612         * gnus-msg.el (gnus-summary-yank-message):
11613         * gnus-int.el (gnus-start-news-server):
11614         * mm-decode.el (mm-interactively-view-part):
11615         * gnus-dired.el (gnus-dired-attach):
11616         * gnus.el (gnus-read-method):
11617         * gnus-bookmark.el (gnus-bookmark-jump):
11618         * gnus-art.el (gnus-mime-view-part-as-type)
11619         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11620         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11621         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11622         * nnmairix.el (nnmairix-create-server-and-default-group)
11623         (nnmairix-update-groups, nnmairix-get-server)
11624         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11625         (nnmairix-get-group-from-file-path):
11626         * nnrss.el (nnrss-find-rss-via-syndic8):
11627         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11628         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11629         (gnus-group-browse-foreign-server):
11630         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11631         (gnus-summary-execute-command, gnus-summary-respool-article)
11632         (gnus-read-move-group-name):
11633         * gnus-score.el (gnus-summary-increase-score)
11634         (gnus-summary-score-effect):
11635         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11636
11637 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11638
11639         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11640         x-focus-frame.
11641
11642         * nnimap.el (auth-source-forget-user-or-password)
11643         (auth-source-user-or-password): Autoload.
11644
11645         * message.el (message-from-style, message-interactive)
11646         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11647         (message-yank-prefix, message-indentation-spaces, message-signature)
11648         (message-signature-file): Add comment.
11649
11650 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11651
11652         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11653         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11654         new articles.
11655
11656         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11657         parts.
11658         (nnimap-request-article): Work with the t setting, too.
11659
11660         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11661         that you don't get flashes of other buffers.
11662         (gnus-summary-show-complete-article): Intern before setting.
11663
11664 2010-09-27  David Engster  <dengste@eml.cc>
11665
11666         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11667         well as HEADERS.
11668         (nnmairix-retrieve-headers): Provide new argument for the above.
11669
11670 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11671
11672         * gnus-sum.el (gnus-summary-move-article): Don't alter
11673         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11674         group.
11675
11676         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11677
11678         * message.el (message-cite-prefix-regexp): Revert my last edit.
11679
11680         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11681         variable instead of the Gnus variable.
11682
11683         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11684
11685         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11686
11687         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11688         since some servers don't like it.
11689         (nnimap-open-connection): Forget credentials if the server says the
11690         password was wrong.
11691         (nnimap-parse-line): Protect against invalid data.
11692
11693         * gnus-sum.el (gnus-summary-move-article): Add comment.
11694         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11695         nothing alters it while scanning for new messages.
11696
11697         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11698         which may or may not help.
11699         (nnimap-open-connection): If we're doing a stream connection, and then
11700         discover we're on a STARTTLS-capable server, then open a STARTTLS
11701         connection instead.
11702
11703 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11704
11705         * nnimap.el (utf7): Require.
11706
11707         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11708         prefix.
11709
11710 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11711
11712         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11713
11714 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11715
11716         * nnimap.el (nnimap-request-accept-article): Message the error on
11717         error.
11718
11719 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11722
11723 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11724
11725         * nndoc.el (nndoc-request-list): Return success always.
11726
11727         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11728         `fetch-old' -- we only want to fetch the articles we've requested.
11729         The rest are in the agent, probably.
11730         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11731         disappeared server" to something low.  It's not important.
11732
11733         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11734         arrived before the FETCH data.
11735
11736         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11737         target here, because we don't know the Gnus name of the group.
11738
11739         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11740         for the correct group.
11741
11742         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11743
11744         * gnus.el (gnus): Give a final warning after startup.
11745
11746         * gnus-util.el (gnus-action-message-log): New variable.
11747         (gnus-message): Use it.
11748         (gnus-final-warning): New function.
11749
11750         * nnimap.el (nnimap-open-connection): Record the greeting.
11751         (nnimap): Add greeting.
11752
11753 2010-09-26  Julien Danjou  <julien@danjou.info>
11754
11755         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11756         arguments.
11757         (gnus-html-wash-images): Fix spec computing to include start/end.
11758
11759         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11760
11761 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11762
11763         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11764         deletion.
11765         (nnimap-retrieve-headers): Don't select the group, because that's
11766         already done by nnimap-possibly-change-group.
11767
11768         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11769         (gnus-picon-transform-address): Use it.
11770
11771         * mail-source.el (mail-source-value): Revert previous patch.
11772
11773         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11774         on failure.
11775         (nnimap-open-connection): Look up both virtual and physical server name
11776         credentials.
11777
11778         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11779
11780 2009-02-07  Dave Love  <fx@gnu.org>
11781
11782         * tls.el (open-tls-stream): Don't query killing process.
11783
11784 2009-02-08  Dave Love  <fx@gnu.org>
11785
11786         * gnus-win.el (gnus-window-to-buffer-helper)
11787         (gnus-all-windows-visible-p): Function needn't be a symbol.
11788
11789         * mail-source.el (mail-source-value): Function needn't be a symbol.
11790
11791 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11792
11793         * message.el (message-cite-prefix-regexp): Remove } from the cite
11794         prefix.
11795
11796         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11797         highlight again, so that the highlight is correct.
11798
11799         * gnus-picon.el (gnus-picon): Remove again.
11800         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11801
11802         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11803         doing the header highlightling, so that the background color of the
11804         picon is correct.
11805
11806         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11807         (gnus-picon): Ditto.
11808         (gnus-picon): Reinstate.  The background color for picons is white.
11809         (gnus-picon-insert-glyph): Make the background white.
11810
11811         * nnml.el (nnml-open-nov): Don't return dead buffers.
11812
11813         * auth-source.el (auth-source-create): Query the user for whether to
11814         store the credentials.
11815
11816         * netrc.el (netrc-store-data): New function.
11817
11818         * auth-source.el (auth-source-user-or-password): Use the existing auth
11819         sources, if any, for creation.
11820
11821         * gnus.el (gnus-group-fast-parameter): Return the last matching
11822         parameter instead of the first matching parameter.
11823
11824 2010-09-26  Julien Danjou  <julien@danjou.info>
11825
11826         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11827
11828 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11829
11830         * mml2015.el (mml2015-use): Remove gpg support.
11831
11832         * mml1991.el (mml1991-function-alist): Remove gpg function.
11833         (mml1991-gpg-sign): Remove.
11834
11835 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11836
11837         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11838         (gnus-browse-unsubscribe-current-group): Document it.
11839         (gnus-browse-unsubscribe-group): Use it.
11840
11841 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11842
11843         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11844         address to the To list for easier response.
11845
11846         * gnus.el (gnus-play-startup-jingle): Remove.
11847         (gnus-splash): Don't play jingle.
11848         (gnus): Silence gnus-load message.
11849
11850         * gnus-art.el (gnus-treat-play-sounds): Remove.
11851
11852         * gnus.el (gnus-play-jingle): Remove audio support.
11853
11854         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11855
11856         * earcon.el: Remove -- no users.
11857
11858         * gnus-audio.el: Remove -- no users of this package.
11859
11860         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11861
11862         * gnus-start.el (gnus-setup-news): Remove nocem support.
11863
11864         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11865
11866         * gnus.el (gnus-use-nocem): Remove.
11867
11868         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11869         Remove.
11870
11871         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11872         uses NoCeM any more.
11873
11874         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11875         (gnus-button-ctan-handler): Ditto.
11876         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11877         (gnus-button-ctan-directory-regexp): Ditto.
11878         (gnus-button-handle-ctan): Ditto.
11879         (gnus-button-tex-level): Ditto.
11880         (gnus-button-alist): Remove CTAN stuff.
11881
11882 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11883
11884         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11885         nnimap-streaming test.
11886
11887         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11888         servers twice.
11889
11890         * nnimap.el (nnimap-open-connection): Add more error reporting when
11891         nnimap fails early.
11892
11893         * nnheader.el (nnheader-get-report-string): New function.
11894         (nnheader-get-report): Use it.
11895
11896         * gnus-int.el (gnus-check-server): Say what the error was when opening
11897         failed.
11898
11899         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11900         using streaming.
11901
11902 2010-09-25  Julien Danjou  <julien@danjou.info>
11903
11904         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11905         gnus-window-inside-pixel-edges.
11906
11907 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11908
11909         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11910
11911         * mm-decode.el (mm-save-part): Allow saving to other directories the
11912         normal Emacs way.
11913
11914         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11915         Suggested by Jay Berkenbilt.
11916
11917         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11918         there isn't a single byte.
11919
11920         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11921         just do it.  It doesn't really seem to matter what the user responds
11922         here, I think, so it's just a confusing question.
11923
11924         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11925         non-streaming case.
11926
11927         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11928         (gnus-article-encrypt-body): Use it.
11929
11930         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11931         keystroke.
11932
11933         * nnimap.el (nnimap-find-wanted-parts-1):
11934         Use gnus-fetch-partial-articles.
11935
11936         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11937
11938         * nnimap.el (nnimap-insert-partial-structure): New function.
11939         (nnimap-get-partial-article): New function.
11940         (nnimap-request-article): Use it.
11941         (nnimap-wait-for-response): Return whether the wait was successful.
11942         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11943         retrieval wasn't successful.
11944         (nnimap-retrieve-group-data-early): Allow throttling servers.
11945         (nnimap-streaming): New variable.
11946         (nnimap-fetch-partial-articles): Remove.
11947
11948         * mm-decode.el (mm-with-part): Protect against killed buffers.
11949
11950         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11951         for prettier summary display.
11952
11953 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11954
11955         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11956
11957 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11958
11959         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11960         apparently third-party libraries depend on it.
11961
11962         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11963         before starting negotiation.
11964
11965         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11966         privacy reasons.
11967         (gnus-treat-mail-gravatar): Ditto.
11968
11969         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11970         buffer when inserting images.  Inserting text into the headers, for
11971         instance, can make them invalid.
11972
11973 2010-09-25  Julien Danjou  <julien@danjou.info>
11974
11975         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11976         variables.
11977
11978         * nnheader.el: Remove useless variables news-reply-yank-from and
11979         news-reply-yank-message-id.
11980
11981         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11982         variables.
11983
11984         * mml1991.el: Remove useless mml1991-verbose.
11985
11986         * gnus.el: Remove useless variable gnus-use-generic-from.
11987         Remove obsolete variable gnus-topic-indentation.
11988
11989         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11990
11991         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11992
11993         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11994
11995         * gnus-group.el: Remove useless gnus-group-icon-cache.
11996         Remove useless gnus-ephemeral-group-server.
11997
11998         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11999
12000         * mml2015.el: Remove useless mml2015-verbose.
12001
12002         * mml-smime.el: Remove useless mml-smime-verbose.
12003
12004         * gnus.el: Remove useless gnus-local-domain.
12005
12006         * gnus-gravatar.el (gnus-gravatar-transform-address):
12007         Use gnus-gravatar-size.
12008
12009         * gnus-art.el: Remove useless gnus-treat-translate.
12010
12011 2010-09-24  Julien Danjou  <julien@danjou.info>
12012
12013         * gnus-sum.el: Add support for Gravatars.
12014
12015         * gnus-art.el: Add support for Gravatars.
12016
12017         * gnus-gravatar.el: Add this file.
12018
12019         * gravatar.el: Add this file.
12020
12021 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12022
12023         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
12024
12025         * gnus-group.el (gnus-group-fetch-faq): Remove.
12026
12027         * gnus.el (gnus-group-faq-directory): Remove.
12028
12029         * gnus-group.el (gnus-group-fetch-charter): Remove.
12030
12031         * gnus.el (gnus-group-charter-alist): Remove.
12032
12033         * gnus-group.el (gnus-group-archive-directory): Remove.
12034         (gnus-group-recent-archive-directory): Ditto.
12035         (gnus-group-make-archive-group): Remove.
12036
12037         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
12038
12039         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
12040         use the same article number for all the cached articles.
12041
12042         * nnimap.el (nnimap-command): Register the last command time so
12043         that we can use it for idling NOOPs.
12044         (nnimap-open-connection): Start the keeplive timer.
12045         (nnimap-make-process-buffer): Store all the process buffers.
12046         (nnimap-keepalive): New function.
12047
12048         * starttls.el (starttls-open-stream): Add autoload cookie.
12049
12050 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
12051
12052         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
12053         handling.
12054
12055 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12056
12057         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
12058         its data structures.
12059
12060         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
12061         instead of the cl.el copy-list.
12062         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
12063         equalp.
12064
12065 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
12068         and tool-bar-local-item-from-menu.
12069
12070         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
12071         mode-line-highlight face for Emacs.
12072
12073         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
12074         loading gnus-sum.elc; fix comment for canlock-verify.
12075         (gnus-article-jump-to-part): Use read-number.
12076         (gnus-insert-mime-button, gnus-insert-mime-security-button):
12077         Remove Emacs pre-21 compatible code for help-echo.
12078         (gnus-article-next-page-1): No need to adjust the number of lines.
12079         (gnus-article-describe-bindings): Always use help-buffer.
12080
12081         * gnus-audio.el (gnus-audio-inline-sound):
12082         * gnus-cus.el (gnus-custom-mode):
12083         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
12084
12085         * gnus-sum.el (gnus-remove-overlays): Doc fix.
12086
12087         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
12088         compatible code.
12089
12090 2010-09-24  Glenn Morris  <rgm@gnu.org>
12091
12092         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
12093         visiting the fcc file in rmail-mode.
12094
12095         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
12096
12097 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * nnir.el: Silence the byte compiler.
12100
12101         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
12102         alias to browse-url-url-encode-chars if any.
12103         (gnus-html-encode-url): Use it.
12104
12105 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12106
12107         * gnus-start.el (gnus-use-backend-marks): New variable.
12108         (gnus-get-unread-articles-in-group): Use it.
12109
12110         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
12111         makeover.
12112
12113 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12114
12115         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
12116
12117 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12118
12119         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
12120         Remove.
12121         (gnus-setup-news-hook):
12122         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
12123
12124         * gnus-int.el (gnus-request-update-info): Protect against backends not
12125         having the function.
12126
12127         * nnimap.el (nnimap-stream): Mention starttls.
12128         (nnimap-open-connection): Add starttls support.
12129
12130 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12131
12132         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12133
12134 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12135
12136         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12137         BODYSTRUCTUREs.
12138         (nnimap-transform-headers): Unfold quoted {42} headers.
12139
12140         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12141         the info.
12142         (gnus-get-unread-articles): Only call updatep on backends that support
12143         it.
12144
12145         * nnweb.el (nnweb-request-update-info): NOOP.
12146
12147         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12148
12149         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12150         since it only deals with marks.
12151
12152         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12153         gnus-request-marks, and make a new gnus-request-update-info.
12154
12155         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12156         the active instead of the high number, which is usually too low.
12157
12158 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12159
12160         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12161         * encrypt.el: Remove.
12162
12163 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12164
12165         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12166         server in symbolic form.
12167
12168         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12169
12170 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12171
12172         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12173         (nnimap-update-info): Fix up code slightly.
12174
12175         * gnus-int.el (gnus-open-server): Add tracing for performance
12176         debugging.
12177
12178         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12179         (gnus-group-insert-group-line): Pass the real group name so that it
12180         gets the right data.
12181
12182         * gnus-start.el (gnus-get-unread-articles): Don't have
12183         `gnus-get-unread-articles-in-group' update info, since that can be
12184         really slow and doesn't seem to be needed?
12185
12186 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12187
12188         * time-date.el (date-to-time): Try using parse-time-string first before
12189         using the slower timezone-make-date-arpa-standard.
12190
12191 2010-09-22  Julien Danjou  <julien@danjou.info>
12192
12193         * gnus-group.el (gnus-group-insert-group-line):
12194         Call gnus-group-highlight-line.
12195         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12196         default hook list.
12197         (gnus-group-update-eval-form): Add new function.
12198         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12199         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12200
12201 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12202
12203         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12204         immediate, then expire all articles.
12205         (nnimap-update-info): Fix off-by-one errors.
12206         (nnimap-flags-to-marks): Would return no marks lists for group with no
12207         flags.  Instead return the other data.
12208
12209 2010-09-22  Julien Danjou  <julien@danjou.info>
12210
12211         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12212         Only return an icon.
12213         (gnus-group-insert-group-line): Compute icon to return.
12214
12215         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12216         (gnus-html-image-fetched): Only cache if
12217         gnus-html-image-automatic-caching is set.
12218         (gnus-html-image-fetched): Check for errors.
12219
12220 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12221
12222         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12223         once per method on `g'.  This ensures that backends like nnfolder don't
12224         open all their folders.
12225
12226         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12227         (nnimap-request-list): Nix out group in the correct buffer.
12228         (nnimap-parse-flags): Implement by using `read' instead of
12229         hand-parsing.
12230         (nnimap-flags-to-marks): Pass on permanent-flags.
12231         (nnimap-make-process-buffer): Record the server name.
12232         (nnimap-parse-flags): Fix typo.
12233         (nnimap-request-scan): Run split on the server in general, not just a
12234         single group.
12235
12236         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12237         parameter, and propagate this downwards.
12238
12239         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12240         since EXAMINE changes it on the server.
12241
12242         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12243         this command might take a while.
12244
12245 2010-09-22  Julien Danjou  <julien@danjou.info>
12246
12247         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12248         harmful if you have 2 images side-by-side, they can't be properly
12249         update on text deletion.  Using text-property is safer here.
12250         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12251         data.
12252
12253 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12254
12255         * nnimap.el (nnimap-expunge-inbox): Remove.
12256         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12257         (nnimap-expunge): Flip default to t.
12258
12259         * gnus.el (gnus-method-to-server): Don't push things to the cache
12260         unless it's unique.
12261         (gnus-server-to-method): Ditto.
12262
12263 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12264
12265         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12266
12267 2010-09-22  Julien Danjou  <julien@danjou.info>
12268
12269         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12270         get the start of data.
12271         (gnus-html-encode-url): Add this function to encode special chars in
12272         URL.
12273         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12274         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12275
12276         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12277         default.
12278         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12279
12280         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12281         images alt-text.
12282         (gnus-html-put-image): Put alt-text as help-echo.
12283
12284 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12285
12286         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12287         * mm-util.el (mm-decompress-buffer):
12288         * nnir.el (nnir-run-find-grep):
12289         * pop3.el (pop3-list): Use 3rd arg of split-string.
12290
12291         * time-date.el (format-seconds): Comment fix.
12292
12293         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12294         and byte-optimize-form-code-walker.
12295         (dgnushack-make-auto-load): Don't advise make-autoload.
12296
12297         * lpath.el: Remove Emacs 21 stuff.
12298
12299 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12300
12301         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12302         outside the active range.  Suggested by Dan Christensen.
12303
12304         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12305         slightly later to avoid double-getting it.
12306
12307         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12308         previous patch.
12309
12310         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12311
12312 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12313
12314         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12315
12316 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12317
12318         * gnus-int.el (gnus-open-server): Give a better error message in the
12319         "go offline" case.
12320
12321         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12322         marks for nnimap, which is seldom the right thing to do.
12323
12324         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12325         (gnus-same-method-different-name): New function.
12326
12327         * nnimap.el (parse-time): Require.
12328
12329         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12330         method in the presence of many similar methods.
12331
12332         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12333
12334         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12335         nnml-inhibit-expiry.
12336
12337         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12338         find out whether methods are equal.
12339
12340         * nnimap.el (nnimap-find-expired-articles): New function.
12341         (nnimap-process-expiry-targets): New function.
12342         (nnimap-request-move-article): Request the article before looking at
12343         what the Message-ID is.  Fix found by Andrew Cohen.
12344         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12345
12346         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12347         for oldness in addition to being a predicate.
12348
12349         * nnimap.el (nnimap-request-group): When we have zero articles, return
12350         the right data to Gnus.
12351         (nnimap-request-expire-articles): Only delete articles immediately if
12352         the target is 'delete.
12353
12354         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12355         method, this would bug out.
12356
12357         * gnus-group.el (gnus-group-expunge-group): Rename from
12358         gnus-group-nnimap-expunge, and implemented as a normal interface
12359         function.
12360
12361         * gnus-int.el (gnus-request-expunge-group): New function.
12362
12363         * nnimap.el (nnimap-request-create-group): Implement.
12364         (nnimap-request-expunge-group): New function.
12365
12366 2010-09-21  Julien Danjou  <julien@danjou.info>
12367
12368         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12369         (gnus-html-cache-expired): Add new function.
12370         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12371         wethever we should display image for fetch it.
12372         Compute alt-text earlier to pass it to the fetching function too.
12373         (gnus-html-schedule-image-fetching): Change function argument to only
12374         get one image at a time, not a list.
12375         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12376         cache.
12377         (gnus-html-get-image-data): New function to retrieve image data from
12378         cache.
12379         (gnus-html-put-image): Change buffer argument to use image data rather
12380         than file, and place image above region rather than inserting a new
12381         one.  Do not take alt-text as argument, since it's useless now: we place
12382         the image above alt-text.
12383         (gnus-html-prune-cache): Remove.
12384         (gnus-html-show-images): Start to fetch image when we find one, do not
12385         push into a temporary list.
12386         (gnus-html-prefetch-images): Only fetch image if they have expired.
12387         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12388         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12389
12390 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12391
12392         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12393
12394 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12395
12396         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12397         spec inser "*" if the group isn't active instead of 0.
12398
12399         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12400         opening the server.
12401         (nnimap-request-delete-group): Implement group deletion.
12402         (nnimap-transform-headers): Return the size of the entire message in
12403         the Bytes header, not just the size of the first part.
12404         (nnimap-request-move-article): When moving an article from nnimap,
12405         request the article first so the accepting form has an article to
12406         accept.  Reported by Dan Christensen.
12407         (nnimap-command): Make sure that the error message doesn't error out.
12408
12409 2010-09-20  David Edmondson  <dme@dme.org>
12410
12411         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12412         we haven't requested anything.
12413
12414 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12415
12416         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12417         "".  Fix found by Andrew Cohen.
12418
12419         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12420         instead of -encode-string.
12421
12422 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12425
12426         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12427         by mm-subst-char-in-string.
12428
12429 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12430
12431         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12432         waiting for the connection string.
12433
12434         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12435         arriving.
12436
12437         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12438         bogus characters.  This allows selecting certain Gmail groups.
12439
12440         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12441         (nnimap-fetch-partial-articles): New variable.
12442         (nnimap-open-connection): When looking for credentials, also use the
12443         nnimap-server-port.
12444         (nnimap-request-article): Return the group/article number, so that Gnus
12445         `^' works as expected.
12446         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12447
12448         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12449         comments.
12450         (gnus-methods-sloppily-equal): New function.
12451         (gnus): When using the development version of Gnus, load the gnus-load
12452         file.
12453
12454         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12455         `gnus-open-server' on each method before trying to scan them etc.
12456         This ensures that all the backend parameters are set correctly.
12457
12458         * nnimap.el (nnimap-authenticator): New variable.
12459         (nnimap-open-connection): Allow anonymous login.
12460         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12461         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12462
12463         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12464         patch, found by Knut Anders Hatlen.
12465
12466 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12467
12468         * gnus-agent.el (gnus-agent-batch-confirmation)
12469         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12470         to gnus-message.
12471         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12472         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12473         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12474         * gnus-int.el (gnus-open-server): Likewise.
12475         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12476         (gnus-score-check-syntax): Likewise.
12477         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12478         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12479         Likewise.
12480         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12481
12482 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12483
12484         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12485         calling conventions so that prefetch doesn't bug out.
12486
12487 2010-09-19  Julien Danjou  <julien@danjou.info>
12488
12489         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12490         rather than `subst-char-in-region' in order to be able to replace ASCII
12491         char by UTF-8 ones.
12492
12493         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12494         than curl.
12495         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12496         the right URL and ALT text on images.
12497         (gnus-html-wash-tags): Fix tag case.
12498         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12499         (gnus-article-html): Add -o display_ins_del=2 option.
12500         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12501
12502 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12503
12504         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12505         the extra mail headers, which sometimes seem to happen for unknown
12506         reasons.
12507
12508         * mail-parse.el (mail-header-encode-parameter): Define as
12509         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12510         (or most, perhaps?) mail readers don't understand the latter, but do
12511         understand the former.
12512
12513         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12514         to nil, so that no methods are automatically agentized.  I think this
12515         is probably what most users want.
12516
12517         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12518         from url-retrieve, for instance about invalid URLs.
12519
12520         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12521         groups that have no articles.
12522         (nnimap-request-article): Check that we really got an article when we
12523         requested one.
12524
12525         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12526         doesn't exist.
12527
12528         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12529         nntp buffer so the agent can save it.
12530         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12531         that CRLF doesn't get translated to \n.
12532         (nnimap-open-connection): Don't make 'shell commands only send \n.
12533
12534 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12535
12536         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12537         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12538         Update var name.
12539         (nnml-generate-nov-file): Use dolist.
12540         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12541         Use with-current-buffer.
12542
12543 2010-09-18  Julien Danjou  <julien@danjou.info>
12544
12545         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12546         parallel.
12547
12548 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12549
12550         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12551         the range update right.
12552         (nnimap-request-group): Don't make `M-g' bug out on group with no
12553         marks.
12554         (nnoo): Require, so that other packages can require nnimap.
12555         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12556         command we're looking for.  This helps when the server sends more
12557         responses after we've gotten everything we expected.
12558         (nnimap): Add a `newlinep' field to keep track of end-of-line
12559         conventions.
12560         Don't send CRLF to things that don't want it.
12561         (nnimap-request-accept-article): Ditto.
12562
12563 2010-09-18  Julien Danjou  <julien@danjou.info>
12564
12565         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12566         than curl to retrieve images.
12567
12568 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12569
12570         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12571         the marks.
12572         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12573         (nnimap-wait-for-connection): New function.
12574         (nnimap-open-connection): If we have PREAUTH, don't query for login
12575         credentials.
12576         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12577         when doing a partial update.
12578
12579 2010-09-18  Julien Danjou  <julien@danjou.info>
12580
12581         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12582         tags.
12583
12584 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12585
12586         * nnimap.el (nnimap-credentials): New function.
12587         (nnimap-open-connection): Use the new function to look for credentials
12588         also on the numeric equivalents of "imap" and "imaps".
12589
12590         * gnus-start.el (gnus-activate-group): Send the info to
12591         gnus-request-group.
12592
12593         * nnimap.el (nnimap-request-group): Have the "check" version of the
12594         function parse flags and update the info, so that a `M-g' get a total
12595         resync of all flags from the group.
12596
12597         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12598         to allow backends to alter the info on group selection.  Also alter all
12599         the backend -request-group functions to take the parameter.
12600
12601         * nnimap.el (nnimap-store-info): New function.
12602         (nnimap-update-info): Store the info for later usage.
12603         (nnimap-request-group): Use the stored info for the dont-check case, so
12604         that we don't retrieve all marks when we enter a group.
12605
12606         * nnimap.el: Use deffoo instead of defun for interface functions.
12607
12608         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12609         update the group info.  This makes the nndraft groups, for instance, go
12610         back to their old behavior.
12611
12612         * gnus-sum.el (gnus-select-newsgroup): Indent.
12613
12614         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12615         in.
12616         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12617         nothing.
12618
12619         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12620         from methods that are denied.
12621
12622         * gnus-int.el (gnus-method-denied-p): New function.
12623
12624         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12625         store the password instead of netrc.
12626         (nnimap-open-connection): Don't error out when we can't make a
12627         connections.
12628
12629         * auth-source.el (auth-source-create): In the password prompt, say what
12630         we're querying for.  Also prompt for user name if that hasn't been
12631         given.
12632
12633         * nnimap.el (nnimap-with-process-buffer): Remove.
12634
12635 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12636
12637         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12638         method when we're reading from the agent.
12639
12640         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12641
12642         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12643         that's probably most useful for users.
12644
12645         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12646         "failed" all the time.
12647
12648         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12649         ...)) with (with-current-buffer ... ).
12650
12651         * nntp.el (nntp-open-server): Return whether the open was successful or
12652         not.
12653
12654         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12655         select an unread unseen article first.
12656
12657         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12658         /etc/services, supply some sensible port defaults.
12659
12660         * dgnushack.el: Define netrc-credentials.
12661
12662 2010-09-17  Julien Danjou  <julien@danjou.info>
12663
12664         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12665
12666 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12667
12668         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12669         doesn't have any parameters.
12670
12671 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12672
12673         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12674         only upcased checks.
12675
12676         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12677
12678         * nnimap.el (nnimap-open-shell-stream): New function.
12679         (nnimap-open-connection): Use it.
12680         (nnimap-transform-headers): Get the number of lines in each message.
12681         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12682         number of lines.
12683         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12684         problem.
12685
12686         * utf7.el (utf7-encode): Autoload.
12687
12688         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12689         to allow the mail splitting to not return a default group.  This is
12690         useful for nnimap, which will leave unmatched mail in the inbox.
12691
12692         * nnimap.el: Rewritten.
12693
12694         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12695         nnimap usage.
12696
12697         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12698         if the move is internal, so that nnimap can do fast internal moves.
12699
12700         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12701         data.
12702         (gnus-read-active-for-groups): Support finishing the early retrieval of
12703         data.
12704
12705         * gnus-range.el (gnus-range-nconcat): New function.
12706
12707         * gnus-int.el (gnus-finish-retrieve-group-infos)
12708         (gnus-retrieve-group-data-early): New functions.
12709
12710 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12711
12712         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12713         (nnrss-retrieve-groups):
12714         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12715         (pop3-quit): Use with-current-buffer.
12716
12717 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12720         instead of nnheader-accept-process-output.
12721
12722         * dgnushack.el (dgnushack-compile): Add comment.
12723
12724         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12725
12726         * gnus-html.el (gnus-html-schedule-image-fetching)
12727         (gnus-html-prefetch-images): Replace process-kill-without-query by
12728         gnus-set-process-query-on-exit-flag.
12729
12730 2010-09-16  Romain Francoise  <romain@orebokech.com>
12731
12732         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12733
12734 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12735
12736         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12737         parameter to unintern is mandatory-ish in Emacs 24.
12738
12739         * gnus-html.el (gnus-html-schedule-image-fetching)
12740         (gnus-html-prefetch-images): Check for curl before using it.
12741
12742         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12743         depend on curl, which isn't essential.
12744
12745         * imap.el: Revert back to version
12746         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12747         seem problematic.
12748
12749 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12750
12751         * gnus-registry.el (gnus-registry-install-shortcuts):
12752         Explicitly pass `obarray' to `unintern' to avoid a warning.
12753
12754 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12755
12756         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12757         change.
12758
12759         * nnrss.el (nnrss-request-list): Remove this function and related
12760         functions, including the moreover stuff.
12761
12762 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12763
12764         * nnrss.el (nnrss-retrieve-groups): New function.
12765
12766 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12767
12768         * .dir-locals.el: Add no-byte-compile cookie.
12769
12770 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * time-date.el (format-seconds): Comment fix.
12773
12774         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12775         for back end that doesn't support request-scan.
12776
12777 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12778
12779         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12780         then do request scans from the backends.
12781
12782         * netrc.el (netrc-credentials): New conveniency function.
12783
12784         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12785         avoid running a hook per line, since this takes a lot of time,
12786         profiling shows.
12787         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12788         directly if gnus-visual-p is true.
12789
12790 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12793         groups; replace mapcar with dolist which is a bit faster; pass groups
12794         info to gnus-read-active-file-1.
12795         (gnus-read-active-file-1): Scan only specified groups if the new
12796         optional arg `infos' is given.
12797
12798 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12799
12800         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12801
12802         * pop3.el (pop3-movemail): Remove.
12803         (pop3-streaming-movemail): Rename to pop3-movemail.
12804
12805         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12806         don't restrict end-tag searches to the end of the line.
12807
12808 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12809
12810         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12811         articles of every unchecked group to t, which means unknown since the
12812         server has never been opened.
12813
12814 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12815
12816         * gnus-html.el (gnus-html-show-alt-text): New command.
12817         (gnus-html-browse-image): Ditto.
12818         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12819         to browse the image directly.
12820         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12821         better.
12822
12823         * gnus-async.el (gnus-async-article-callback):
12824         Call `gnus-html-prefetch-images' unconditionally.
12825
12826         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12827         before feeding URLs to curl.
12828
12829 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12832         internal images as deletable by `W D D'.
12833
12834         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12835         (gnus-async-article-callback): Fix typo.
12836
12837 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12838
12839         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12840         current line to work around bugs in the output from w3m.
12841
12842         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12843         for groups that want that.
12844
12845         * nntp.el (nntp-wait-for-string): Supply a timeout for
12846         accept-process-output to ensure progress.
12847
12848         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12849         level to get unread articles from, then use that for foreign groups,
12850         too.
12851
12852         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12853         confuses the rest of the function.
12854
12855         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12856         for the methods that support -retrieve-groups, too.
12857
12858         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12859
12860 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12863         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12864
12865         * pop3.el: Require cl when compiling.
12866         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12867
12868 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12869
12870         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12871         that aren't going to be activated.
12872         (gnus-get-unread-articles): Fix up the last commit.
12873
12874         * gnus-html.el (gnus-article-html): Allow calling without specifying
12875         the handle.  In that case, dissect the buffer first.
12876
12877         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12878
12879         * nnimap.el (nnimap-open-connection): Revert the change that would look
12880         into authinfo for imaps instead of imap.
12881
12882         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12883         say that you don't want to call gnus-request-group with don-check, but
12884         do check the reponse.  This is for virtual groups only.
12885         (gnus-get-unread-articles): Count the archive groups as secondary, so
12886         that they're activated the same way as before.
12887
12888         * imap.el (imap-message-map): Removed optional buffer parameter, since
12889         no callers use it.
12890         (imap-message-get): Ditto.
12891         (imap-message-put): Ditto.
12892         (imap-mailbox-map): Ditto.
12893         (imap-mailbox-put): Ditto.
12894         (imap-mailbox-get): Ditto.
12895         (imap-mailbox-get): Revert last change for this function.
12896
12897         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12898         case-insensitively.
12899         (nnimap-debug): Remove.
12900
12901         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12902         callers to use `imap-fetch' instead.  According to the comments, this
12903         should be safe, since all other IMAP clients use the 1:* syntax.
12904         (imap-enable-exchange-bug-workaround): Remove.
12905         (imap-debug): Remove -- doesn't seem very useful.
12906
12907         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12908         mail from a file, and the file doesn't exist.
12909
12910         * imap.el (imap-log): New convenience function used throughout instead
12911         of repeating the same code all over the place.
12912
12913         * pop3.el (pop3-streaming-movemail): Return t for success.
12914
12915         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12916         .authinfo if we're using ssl connection.
12917
12918         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12919         already have if we're in a main Gnus `g' run.
12920
12921         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12922
12923 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12926
12927         * nnmh.el (nnmh-request-list-1): Bind `file'.
12928
12929         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12930         alias to set-process-query-on-exit-flag or process-kill-without-query.
12931         (pop3-open-server): Use it.
12932
12933 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12934
12935         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12936         box to the Incoming file.  Fixes mistake in previous checkin.
12937
12938         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12939         request loop (for debugging purposes) removed.
12940
12941         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12942         culprit is more visible.
12943         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12944         (nnml-add-incremental-nov): New functions to do "incremental" nov
12945         updates, where we just append to the end of the existing nov files
12946         without reading/writing them in full.
12947
12948         * mail-source.el (mail-source-delete-crash-box): Really only check the
12949         incoming files once in a while.
12950
12951         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12952
12953         * mail-source.el (mail-source-delete-crash-box): Only check the
12954         incoming files for deletion once per day to save a lot of file
12955         accesses.
12956
12957         * pop3.el (pop3-logon): Fix up unbound variable typo.
12958
12959         * mail-source.el (pop3-streaming-movemail): Autoload.
12960
12961         * pop3.el (pop3-streaming-movemail):
12962         Respect pop3-leave-mail-on-server.
12963
12964         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12965         retrieval.
12966
12967         * pop3.el (pop3-process-filter): Remove unused function.
12968         (pop3-streaming-movemail, pop3-send-streaming-command)
12969         (pop3-wait-for-messages, pop3-write-to-file)
12970         (pop3-number-of-responses): New functions for streaming pop3
12971         retrieval.
12972
12973         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12974         come from no known methods.
12975         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12976         list.
12977
12978         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12979         message sizes.
12980         (pop3-movemail): Use erase-buffer instead of looping and deleting
12981         regions, which seems rather odd.
12982
12983         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12984         file once per `g' run.
12985
12986         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12987         directories.  This makes the draft queue directory work.
12988
12989         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12990         data from the backends, so that we only request the list of groups from
12991         each method once.  This should speed things up considerably.
12992
12993         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12994         detect that it's not implemented.
12995
12996         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12997         we actually do recurse down into the tree, but don't stat all leaf
12998         nodes.
12999
13000         * gnus-html.el (gnus-html-show-images): If there are no images to show,
13001         then say so instead of bugging out.
13002
13003         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
13004         files exist before trying to read them.
13005
13006         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
13007         around <pre_int>.
13008
13009         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
13010
13011         * nnmh.el (nnmh-request-list-1): Optimize for speed.
13012
13013 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13014
13015         * mm-util.el (mm-image-load-path): Just return the image directories,
13016         not all directories in the path in addition to the image directories.
13017         (mm-image-load-path): Maintain a cache of the image directories so that
13018         the `g' command in Gnus doesn't have to stat dozens of directories each
13019         time.
13020
13021         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
13022         (gnus-html-wash-tags): Add a new `i' command to insert images.
13023         (gnus-html-insert-image): New command and keystroke.
13024         (gnus-html-redisplay-with-images): New command and keystroke.
13025         (gnus-html-show-images): Rename command.
13026         (gnus-html-wash-tags): Remove more white space before <pre_int> image
13027         spacers.
13028         (gnus-html-wash-tags): Decode entities at the end, so that entities
13029         inside the tags don't mess up the rest of the "parsing".
13030
13031         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
13032         so that nnimap methods aren't agentized by default.  There's apparently
13033         many problems related to agent/imap behavior.
13034
13035         * gnus-art.el (gnus-article-copy-string): New command and key binding.
13036
13037         * gnus-html.el: Doc fix.
13038
13039 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13040
13041         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
13042         specifier-spec-list for Emacs 21.
13043
13044         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
13045         glyph-width and glyph-height instead of display-graphic-p and
13046         image-size; make avoidance of displaying small images work for XEmacs.
13047
13048         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
13049         for XEmacs.
13050
13051         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
13052         of symbol that holds plist data.
13053         (gnus-process-plist): Remove plist of process after getting it.
13054
13055 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13056
13057         * message.el (message-generate-hashcash): Change default to
13058         'opportunistic if hashcash is installed.
13059
13060         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
13061         (gnus-html-put-image): Only call image-size once, since it's somewhat
13062         time-consuming on remote X servers.
13063
13064 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
13067         type on data, not a file name.
13068
13069         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
13070         window-pixel-edges for Emacs 21.
13071
13072         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
13073         decoded contents.
13074         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
13075
13076 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13077
13078         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13079         group line format, since it isn't very interesting.
13080
13081         * gnus-agent.el (gnus-agent-short-article),
13082         (gnus-agent-long-article): Increase values for these two variables,
13083         since most people are likely to have more network connection and
13084         storage than before.
13085
13086         * gnus.el (gnus-refer-article-method): Change default to 'current.
13087         When referring an article, the common behavior is to refer it from the
13088         current select method, not the native select method.  The chances of
13089         the native select method having the message in question is rather slim
13090         these days.
13091
13092         * gnus-sum.el (gnus-auto-select-subject): Change default to
13093         `unseen-or-unread'.  I think it's likely that most people want to
13094         select an unseen article over a previously seen, but unread one.
13095
13096         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
13097         means that in the article buffer none of the minor mode elements will
13098         be shown, usually, and this is not desirable in most cases.
13099
13100         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
13101         that commands like `d' (and the like) go to the next line in the
13102         buffer, instead of the next unread article.  I think this is the
13103         behavior that is most natural for most users.
13104         (gnus-single-article-buffer): Change default to nil, so that people can
13105         have as many article buffers open as they have summary buffer.  I think
13106         this is the most natural way for the groups to behave.
13107
13108         * message.el (message-generate-new-buffers): Change default to
13109         `unsent', so that all new message buffers start their names with the
13110         string "*unsent", and it's easier to find the buffers if you move from
13111         them.
13112
13113 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13114
13115         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
13116         small.  They're probably tracking images.
13117         (gnus-html-wash-tags): Remove all <pre_int> place holders.
13118         (gnus-html-rescale-image): Yet another try at getting the image sizing
13119         right.
13120
13121         * nntp.el (nntp-request-set-mark): Refuse to do marks if
13122         nntp-marks-file-name is nil.
13123
13124 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13125
13126         * gnus-html.el (gnus-html-wash-tags)
13127         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13128         Better logging.
13129
13130 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13131
13132         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13133
13134         * gnus-html.el (gnus-html-wash-tags): Check the value of
13135         gnus-blocked-images in the summary buffer.
13136
13137 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13138
13139         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13140
13141 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13142
13143         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13144         like "a", it seems like.
13145         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13146         since it needs to be picked from the correct buffer.
13147
13148         * nnwfm.el: Remove.
13149
13150         * nnlistserv.el: Remove.
13151
13152 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13153
13154         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13155         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13156
13157 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13158
13159         * nnkiboze.el: Remove.
13160
13161         * nndb.el: Remove.
13162
13163         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13164         alt text.
13165         (gnus-html-rescale-image): Try to get the rescaling logic right for
13166         images that are just wide and not tall.
13167
13168         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13169         overshadow variable bindings.
13170
13171 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13172
13173         * gnus-html.el (gnus-html-wash-tags)
13174         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13175         Add extra logging.
13176
13177 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13178
13179         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13180         (gnus-max-image-proportion): New variable.
13181         (gnus-html-rescale-image): New function.
13182         (gnus-html-put-image): Rescale images.
13183
13184 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13185
13186         Fix up some byte-compiler warnings.
13187         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13188         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13189         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13190         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13191         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13192         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13193         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13194
13195 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13196
13197         * gnus-html.el (gnus-article-html): Decode contents by charset.
13198
13199 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13202         (gnus-html-frame-width, gnus-blocked-images):
13203         * message.el (message-prune-recipient-rules): Add custom version.
13204         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13205
13206         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13207         functions.
13208
13209         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13210         gnus-process-get.
13211
13212 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13213
13214         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13215         instead of lsub directly.
13216
13217 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13218
13219         * nnwarchive.el: Remove.
13220
13221         * gnus-soup.el: Remove.
13222
13223         * nnsoup.el: Remove.
13224
13225         * nnultimate.el: Remove.
13226
13227         * gnus-html.el (gnus-blocked-images): New variable.
13228
13229         * message.el (message-prune-recipients): New function.
13230         (message-prune-recipient-rules): New variable.
13231
13232         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13233         guess whether a long line is natural text or not.
13234
13235         * gnus-html.el (gnus-html-schedule-image-fetching):
13236         Use gnus-process-plist and friends for compatibility.
13237
13238 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13239
13240         * gnus-html.el: Require packages that define macros used in this file.
13241         (gnus-article-mouse-face): Declare to silence byte-compiler.
13242         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13243         process-get.
13244         (gnus-html-put-image): Use plist-get to avoid getf.
13245         (gnus-html-prefetch-images): Use with-current-buffer.
13246
13247 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * gnus-ems.el: Provide compatibility functions for
13250         gnus-set-process-plist.
13251
13252         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13253         header-line-format for XEmacs 21.4.
13254
13255         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13256         * gnus.el (gnus-valid-select-methods):
13257         * message.el (message-send-mail-partially-limit):
13258         * mm-decode.el (mm-text-html-renderer):
13259         * mml.el (mml-insert-mime-headers-always):
13260         * smiley.el (smiley-regexp-alist): Bump custom version.
13261
13262 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13263
13264         * gnus-html.el: Require mm-url.
13265         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13266         with the url to `url'.
13267         (gnus-html-wash-tags): Support cid: URLs/images.
13268
13269 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13270
13271         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13272         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13273         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13274
13275         * gnus-move.el: Remove file, since it doesn't really work.
13276
13277         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13278         UTF-8.  This seems to fix problems with some German web feeds.
13279
13280         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13281         at the top so that the proper colors are applied.
13282
13283         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13284         don't have dots in their names.
13285
13286         * gnus-art.el (gnus-article-view-part): Doc fix.
13287
13288         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13289         XEmacs-compatible.
13290         (gnus-html-put-image): Don't do images on non-graphic displays.
13291
13292         * nnslashdot.el: Remove this unused backend.
13293
13294         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13295         actions.
13296         (gnus-undo-register-1): Revert last change.
13297
13298         * gnus-group.el (gnus-group-completing-read): Protect against not
13299         having completion-styles bound.
13300
13301         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13302         make broken recipients happier.
13303
13304         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13305
13306         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13307         point parameter.
13308
13309         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13310
13311         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13312         completion-styles for group selection.
13313
13314 2009-02-04  Andreas Schwab  <schwab@suse.de>
13315
13316         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13317         headers and regexp-quote the match if necessary.
13318
13319 2009-03-24  Miles Bader  <miles@gnu.org>
13320
13321         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13322         the blinking smiley.
13323
13324 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13325
13326         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13327         blink smiley.
13328
13329 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13330
13331         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13332         where the dribbel file lives exists.
13333
13334         * message.el (message-send-mail-partially-limit): Change the default to
13335         nil, since most people don't want this.
13336
13337         * mm-url.el (mm-url-decode-entities): Also decode entities like
13338         &#x3212.
13339
13340 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13341
13342         * gnus-sum.el (gnus-summary-idna-message):
13343         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13344         Hyperlink urls in docstrings with URL `...'.
13345
13346 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13347
13348         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13349         functions.
13350
13351 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13352
13353         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13354         say what the mouseover text should be.
13355
13356         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13357         version of the mm-w3m-safe-url-regexp variable to only download images
13358         in the groups where we want that to happen.
13359
13360         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13361
13362         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13363         easier debugging.
13364         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13365         big pictures in the article buffer.
13366
13367         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13368         gnus-article-html.
13369         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13370         w3m.
13371
13372         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13373
13374 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13375
13376         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13377         which doesn't exist.
13378
13379         * message.el (message-inhibit-ecomplete): New variable to allow some
13380         function to inhibit ecomplete address storage.
13381         (message-resend): Disable ecomplete message storage when resending
13382         messages.
13383
13384         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13385
13386 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13389         Save excursion while copying, moving, and deleting articles in order to
13390         prevent the cursor from jumping to unforeseen place.
13391
13392 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * lpath.el: No need to bind bookmark-current-buffer,
13395         bookmark-yank-point and bookmark-make-record-function.
13396
13397 2010-08-17  Glenn Morris  <rgm@gnu.org>
13398
13399         * gnus-sync.el: Require gnus components whose functions are used.
13400
13401         * gnus-art.el (bookmark-make-record-function):
13402         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13403         Declare for compiler.
13404
13405         * mm-url.el (mml-compute-boundary): Autoload.
13406
13407 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13410
13411 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13412
13413         Typo fix "hoo4a" -> "hook".
13414
13415         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13416
13417 2010-08-14  Glenn Morris  <rgm@gnu.org>
13418
13419         * gnus-sync.el (gnus-sync): Fix defgroup version.
13420
13421 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13422
13423         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13424
13425         * gnus-sync.el: Fix docs.
13426         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13427         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13428
13429 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13430
13431         Optimizations for gnus-sync.el.
13432
13433         * gnus-sync.el: Add docs about gnus-sync-backend
13434         possibilities.
13435         (gnus-sync-save): Remove unnecessary message.
13436         (gnus-sync-read): Optimize and show what groups were skipped.
13437
13438 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13439
13440         Minor bug fixes for gnus-sync.el.
13441
13442         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13443         Don't read the sync on get-new-news.
13444
13445         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13446         quiet.
13447
13448         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13449         (fix typo).
13450
13451 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13452
13453         Make saving and restoring of hidden threads work with overlays.
13454         Patch applied by Ted Zlatanov.
13455
13456         * gnus-sum.el (gnus-hidden-threads-configuration)
13457         (gnus-restore-hidden-threads-configuration): Update to deal with text
13458         properties, rather than searching for a magic character.
13459
13460 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13461
13462         New gnus-sync.el library for synchronization of marks.
13463
13464         * gnus-sync.el: New library for synchronization of marks.
13465
13466         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13467         renamed from `gnus-registry-grep-in-list'.
13468
13469         * gnus-registry.el (gnus-registry-follow-group-p):
13470         Use `gnus-grep-in-list'.
13471
13472         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13473
13474 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13477         determining charset of text fails.
13478
13479 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * nnmail.el (nnmail-get-new-mail-1): Revert.
13482
13483         * nnml.el (nnml-active-number): Make sure names of newly created groups
13484         in nnml-group-alist are encoded.
13485
13486 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13487
13488         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13489         containing non-ASCII characters in active file for nnml back end.
13490
13491 2010-07-24  David Engster  <dengste@eml.cc>
13492
13493         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13494         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13495
13496 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13497
13498         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13499         tag (Bug#6654).
13500
13501 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13504         the article buffer, not the summary buffer.
13505
13506 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13509         Emacs 23 as well.
13510
13511 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13514         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13515
13516 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13517
13518         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13519         Patch applied by Karl Fogel.
13520
13521         * gnus-sum.el (gnus-summary-bookmark-make-record):
13522         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13523
13524 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13525
13526         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13527         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13528         C-w still not working correctly from Article buffers; Thierry's
13529         patch to fix that will be applied after this.
13530
13531         * gnus-art.el (bookmark-make-record-function): New local variable.
13532
13533         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13534         article buffer.
13535         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13536
13537 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13538
13539         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13540         on changes in bookmark.el.
13541
13542 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13545         `no-log' instead of message not to log prompt string.
13546
13547 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13548
13549         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13550         the *other* type of HTML form submission.
13551
13552 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13553
13554         * auth-source.el (auth-source-pick): If choice does not contain a
13555         questioned keyword, set the check to t.
13556
13557 2010-06-12  Romain Francoise  <romain@orebokech.com>
13558
13559         * gnus-util.el (gnus-date-get-time): Move up before first use.
13560
13561 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13562
13563         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13564         (gnus-article-edit-part): Bind it to make last part that is substituted
13565         or deleted visible.
13566         (gnus-mime-display-single): Buttonize part of which id equals to
13567         gnus-mime-buttonized-part-id.
13568
13569 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13570
13571         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13572         (gnus-dd-mmm): Use gnus-date-get-time.
13573         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13574         simplify logic.
13575         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13576         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13577
13578 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13579
13580         * auth-source.el (top): Autoload `secrets-list-collections',
13581         `secrets-create-item', `secrets-delete-item'.
13582         (auth-sources): Fix tag string.
13583         (auth-get-source, auth-source-retrieve, auth-source-create)
13584         (auth-source-delete): New defuns.
13585         (auth-source-pick): Rewrite in order to avoid 2 passes.
13586         (auth-source-forget-user-or-password): New parameter USERNAME.
13587         (auth-source-user-or-password): New parameters CREATE-MISSING and
13588         DELETE-EXISTING.  Retrieve password interactively, if needed.
13589
13590 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13591
13592         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13593         deleting unused directories when gnus-expert-user is t.
13594
13595 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13598         for each temp file when gnus-article-browse-delete-temp is ask.
13599
13600 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13601
13602         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13603         Replace Lisp calls to delete-backward-char by calls to delete-char.
13604
13605 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13606
13607         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13608
13609 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13610
13611         * password-cache.el (password-cache-remove): Fix docstring.
13612
13613 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13616         article unless decoding article to be saved.
13617
13618 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13619
13620         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13621         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13622         generated within the mm-with-unibyte-current-buffer macro.
13623
13624 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13627         to nil when we're in a mml-preview buffer and no group is selected.
13628
13629 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13630
13631         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13632         when catching the `C-g'.  Reported by "Leo".
13633
13634 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * message.el (message-forward-make-body-plain)
13637         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13638         multibyte-string-p.
13639
13640         * lpath.el: Revert.
13641
13642 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * message.el (message-forward-make-body-mml): Assume original message
13645         is multibyte string; error on unibyte.
13646         (message-forward-make-body-plain): Ditto; don't add excessive newline
13647         in body end.
13648
13649         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13650
13651 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13652
13653         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13654         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13655
13656 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * mm-extern.el (mm-extern-url): Don't use
13659         mm-with-unibyte-current-buffer.
13660         (mm-extern-cache-contents): Use with-current-buffer instead of
13661         save-excursion + set-buffer.
13662
13663 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * mm-util.el (mm-emacs-mule): Remove.
13666
13667 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13668
13669         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13670         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13671         change.
13672
13673 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13676         bind the default value of enable-multibyte-characters to nil.
13677
13678 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * message.el (message-forward-make-body-plain)
13681         (message-forward-make-body-mml):
13682         Don't use mm-with-unibyte-current-buffer.
13683
13684 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13685
13686         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13687
13688 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13689
13690         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13691         (Bug#5592).
13692
13693 2010-05-07  Julien Danjou  <julien@danjou.info>
13694
13695         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13696         it to mm-pipe-part.
13697
13698         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13699         it is given.
13700
13701 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * binhex.el (binhex-decode-region-internal):
13704         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13705         (dns-query):
13706         * nnweb.el (nnweb-gmane-search):
13707         * pgg-parse.el (pgg-parse-armor):
13708         * pgg.el (pgg-verify-region):
13709         * sha1.el (sha1-string-external):
13710         * uudecode.el (uudecode-decode-region-internal):
13711         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13712         XEmacs.
13713
13714         * gnus-art.el (gnus-article-browse-html-parts):
13715         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13716         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13717         make-temp-file.
13718
13719         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13720         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13721         compiling.
13722
13723         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13724         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13725         XEmacs when compiling.
13726
13727         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13728         gnus-pick-mode-off-hook for XEmacs when compiling.
13729         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13730         gnus-binary-mode-off-hook for XEmacs when compiling.
13731
13732         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13733         Return nil if char-charset is not available.
13734
13735         * imap.el (imap-disable-multibyte)
13736         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13737         macros.
13738
13739         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13740         instead of encode-coding-string.
13741
13742         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13743         'xemacs) instead of mm-emacs-mule to switch function definitions.
13744         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13745
13746         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13747         bind temporary-file-directory for XEmacs;
13748         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13749         timer-set-function for XEmacs 21.4 and SXEmacs;
13750         bind timer-list for XEmacs 21.4 and SXEmacs;
13751         fbind char-charset and find-charset-region for non-Mule XEmacs;
13752         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13753         encode-coding-region and encode-coding-string for XEmacs having no
13754         file-coding feature.
13755
13756 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13757
13758         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13759
13760 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13763         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13764
13765 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13766
13767         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13768         alias `jka-compr-delete-temp-file' no longer exists.
13769
13770 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13771
13772         Use define-minor-mode in Gnus where applicable.
13773         * mml.el (mml-mode): Use define-minor-mode.
13774         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13775         (gnus-undo-mode): Use define-minor-mode.
13776         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13777         (gnus-dead-summary-mode): Use define-minor-mode.
13778         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13779         Initialize in declaration.
13780         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13781         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13782         (gnus-mailing-list-mode): Use define-minor-mode.
13783         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13784         (gnus-draft-mode): Use define-minor-mode.
13785         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13786         (gnus-dired-mode): Use define-minor-mode.
13787
13788 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13789
13790         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13791         handles on recursive mml-to-mime translation and check them for
13792         boundary delimiter collisions.  Reported by Greg Troxel.
13793
13794 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13795
13796         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13797
13798 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13799
13800         * mm-util.el (mm-find-buffer-file-coding-system):
13801         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13802
13803 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13804
13805         * message.el (message-generate-headers): Record insertion of optional
13806         headers as well.  Otherwise the check to prevent repeated insertion of
13807         optional headers is a no-op.
13808
13809 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13810
13811         * smime.el: Don't mention CVS.
13812
13813         * nnrss.el (nnrss-fetch): Don't mention CVS.
13814
13815         * nnir.el: Don't mention CVS.
13816
13817 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13818
13819         * gnus-sum.el (gnus-summary-bookmark-make-record):
13820         Add `location' field.
13821
13822 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * lpath.el: Fbind bookmark-default-handler,
13825         bookmark-get-bookmark-record, bookmark-make-record-default,
13826         bookmark-prop-get for Emacs <23 and XEmacs.
13827
13828 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13829
13830         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13831         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13832         Use with-current-buffer to silence the byte-compiler.
13833         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13834         bother to require `gnus'.
13835         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13836
13837 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13838
13839         * gnus-sum.el (gnus-summary-bookmark-make-record)
13840         (gnus-summary-bookmark-jump): New functions.
13841         (gnus-summary-mode): Setup bookmark support.
13842
13843 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13844
13845         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13846         if set.
13847
13848 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13849
13850         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13851         gnus-article-browse-html-save-cid-image; make it work recursively for
13852         forwarded messages as well.
13853         (gnus-article-browse-html-parts): Work when prefix arg is given.
13854         (gnus-article-browse-html-article): Doc fix.
13855
13856 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13857
13858         * message.el (message-default-mail-headers)
13859         (message-default-headers): Carry the value mail-default-headers over
13860         into message-default-mail-headers, rather than message-default-headers.
13861
13862 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13863
13864         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13865         charset.
13866
13867         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13868         charset into the <meta> tag when the article is encoded to utf-8.
13869
13870 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * gnus-art.el (gnus-article-browse-delete-temp-files):
13873         Delete directories as well.
13874         (gnus-article-browse-html-parts): Work for images that do not specify
13875         file names; delete temp directory when quitting; insert header at the
13876         right place; use file: scheme for image files.
13877
13878 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13879
13880         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13881         (gnus-article-browse-html-parts): Use it to make temporary cid image
13882         files in addition to html file so that browser may display them.
13883
13884 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13887
13888 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13889
13890         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13891
13892 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13893
13894         * auth-source.el (auth-sources): Change default to be simpler.
13895         Explain about Secret Service API sources.  Improve Customize options.
13896         (auth-source-pick): Change to accept any number of search parameters.
13897         Implement fallbacks iteratively, not recursively.  Add scoring on the
13898         second pass and sort by score.  Call Secret Service API when needed.
13899         (auth-source-user-or-password): Use it.  Call Secret Service API
13900         directly when needed to get the user name and the password.
13901
13902 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13903
13904         * message.el (message-interactive): Doc fix.
13905         (message-qmail-inject-args): Reflow.
13906         (message-kill-to-signature): Fix typo in docstring.
13907
13908         * smiley.el (smiley-buffer): Fix typo in docstring.
13909
13910 2010-03-24  Glenn Morris  <rgm@gnu.org>
13911
13912         * mail-source.el (gnus-message): Declare.
13913         (mail-source-delete-old-incoming): Require gnus-util.
13914
13915 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13918
13919         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13920
13921         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13922         password-cache's default if it is not bound.
13923         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13924         password-cache-expiry's default if it is not bound.
13925
13926         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13927         available in Emacs 21.
13928
13929         * lpath.el: Suppress compiler warnings for:
13930         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13931         XEmacs;
13932         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13933         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13934         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13935
13936 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13937
13938         * auth-source.el (auth-sources): Fix up definition so extra parameters
13939         are always inline.
13940
13941 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13942
13943         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13944         wasn't updated after mismatch.  Clear cached mailbox info correctly
13945         when uidvalidity changes.
13946         (nnimap-group-prefixed-name): New function to avoid some code
13947         duplication.
13948         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13949         (nnimap-request-group): Use it.
13950         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13951         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13952         with many imap folders.  This is done by caching the group status from
13953         the imap server persistently in a group parameter `imap-status'.  (This
13954         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13955         but not persistently, so every Gnus startup was still very slow.)
13956
13957 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13958
13959         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13960         delete the extra newline.  Otherwise editing of :string and :number
13961         types don't work.
13962
13963 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13964
13965         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13966         secrets.el dependency.
13967         (auth-sources): Add optional user name.  Add secrets.el configuration
13968         choice (unused right now).
13969
13970 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13971
13972         * gnus-sum.el (gnus-summary-make-menu-bar):
13973         Let `gnus-registry-install-shortcuts' fill in the functions.
13974
13975         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13976         warnings.
13977         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13978         (gnus-registry-install-shortcuts): Populate and use it in a
13979         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13980
13981 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13982
13983         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13984         In-place substitutions for the group name encoding/decoding.
13985         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13986         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13987         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13988         (nnimap-update-unseen, nnimap-request-list)
13989         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13990         (nnimap-request-set-mark, nnimap-split-to-groups)
13991         (nnimap-split-articles, nnimap-request-newgroups)
13992         (nnimap-request-create-group, nnimap-request-accept-article)
13993         (nnimap-request-delete-group, nnimap-request-rename-group)
13994         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13995         `encoded-mbx' for consistency.
13996         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13997         variable `imap-current-mailbox'.
13998
13999         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
14000         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
14001
14002 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
14003
14004         * pop3.el (pop3-display-message-size-flag): Display message size byte
14005         counts during POP3 download.
14006         (pop3-movemail): Use it.
14007         (pop3-list): Implement listing of available messages.
14008
14009 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
14010
14011         * nnir.el (nnir-get-article-nov-override-function): New function to
14012         override the normal NOV retrieval.
14013         (nnir-retrieve-headers): Use it.
14014
14015 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
14016
14017         * auth-source.el (netrc-machine-user-or-password): Autoload.
14018
14019 2010-03-19  Glenn Morris  <rgm@gnu.org>
14020
14021         Stop message.el from loading about 40 libraries it doesn't always need.
14022         The general approach is to autoload rather than require, and to
14023         require in the specific functions rather than the file.  (Bug#5642)
14024
14025         * gmm-utils.el: Don't require wid-edit.
14026         (widget-create-child-value, widget-convert, widget-default-get):
14027         Autoload.
14028
14029         * gnus-util.el: Don't require time-date, netrc.
14030         (message-fetch-field, gnus-group-name-decode): Declare rather than
14031         autoloading.
14032         (gnus-fetch-field): Require message.
14033         (gnus-decode-newsgroups): Require gnus-group.
14034
14035         * ietf-drums.el: Don't require time-date.
14036
14037         * message.el: Don't require hashcash, canlock, ecomplete.
14038         Do require mail-utils.  Require nnheader only when compiling.
14039         (smtpmail-default-smtp-server): Remove declaration.
14040         (message-send-mail-function): Check smtpmail-default-smtp-server
14041         is bound rather than requiring smtpmail.
14042         (message-auto-save-directory, message-insert-signature):
14043         Use expand-file-name rather than nnheader-concat.
14044         (nnheader-insert-file-contents): Autoload.
14045         (hashcash-wait-async): Declare.
14046         (message-send-mail): Only call gnus-setup-posting-charset if
14047         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
14048         (message-send-mail-with-sendmail): Require sendmail.
14049         (canlock-password, canlock-password-for-verify): Declare.
14050         (message-canlock-password): Require canlock.
14051         (nnheader-get-report): Autoload.
14052         (gnus-setup-posting-charset): Declare.
14053         (message-send-news): Require gnus-msg.
14054         (message-make-references, message-make-in-reply-to): Use mail-header-id
14055         rather than the alias mail-header-message-id.
14056         (ecomplete-add-item, ecomplete-save): Declare.
14057         (message-put-addresses-in-ecomplete): Require ecomplete.
14058         (ecomplete-display-matches): Autoload.
14059
14060         * mm-decode.el: Don't require mailcap, gnus-util.
14061         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
14062         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
14063         Autoload.
14064         (mailcap-mime-extensions): Declare.
14065
14066         * mm-encode.el: Don't require mailcap.
14067         (mailcap-extension-to-mime): Autoload.
14068
14069         * mml-sec.el: Don't require password-cache.
14070
14071         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
14072         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
14073         (mml-minibuffer-read-type): Require mailcap.
14074         (mml-preview): Require gnus-msg.
14075
14076         * mml1991.el: Require password-cache.
14077         (password-cache-expiry): Remove declaration.
14078
14079         * mml2015.el: Require password-cache.
14080         (password-cache-expiry): Remove declaration.
14081
14082         * nneething.el (mailcap): Require mailcap.
14083
14084         * nnheader.el (declare-function): Add compatibility stub.
14085         (message-remove-header): Declare rather than autoload.
14086         (nnheader-replace-header): Require message.
14087
14088         * nnimap.el (declare-function): Add compatibility stub.
14089         (netrc-parse, netrc-machine-user-or-password): Declare.
14090         (nnimap-open-connection): Require netrc.
14091
14092         * nntp.el (declare-function): Add compatibility stub.
14093         (netrc-parse, netrc-machine, netrc-get): Declare.
14094         (nntp-send-authinfo): Require netrc.
14095
14096         * rfc2047.el: Don't require qp.
14097         (quoted-printable-encode-region, quoted-printable-decode-string):
14098         Autoload.
14099
14100         * sieve-mode.el: Don't require easymenu.
14101         (easy-menu-add-item): Autoload it.
14102
14103         * spam-stat.el (time-to-number-of-days): Autoload it.
14104
14105 2010-03-19  Glenn Morris  <rgm@gnu.org>
14106
14107         * password-cache.el (password-cache, password-cache-expiry): Autoload.
14108
14109 2010-03-18  Glenn Morris  <rgm@gnu.org>
14110
14111         * hashcash.el (declare-function): Remove duplicate definition.
14112
14113 2010-03-17  Kevin Ryde  <user42@zip.com.au>
14114
14115         * mml.el (mml-read-tag): Unquote values with `read' to reverse
14116         prin1 in mml-insert-tag (just stripping the quotes gave wrong
14117         value if any backslash escapes).
14118
14119 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
14122         if it is available.  (bug#5647)
14123
14124         * lpath.el: Suppress compiler warning for coding-system-from-name for
14125         Emacs 21 and XEmacs.
14126
14127 2010-03-14  Juri Linkov  <juri@jurta.org>
14128
14129         * hmac-def.el:
14130         * hmac-md5.el:
14131         * netrc.el: Fix keywords.
14132
14133 2010-02-26  Glenn Morris  <rgm@gnu.org>
14134
14135         * message.el (message-send-mail-function): Change the default, so that
14136         it inherits from a customized send-mail-function.  (Bug#5643)
14137
14138 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14139
14140         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14141         shell-command-to-string signals an error (bug#5299).
14142
14143 2010-02-24  Glenn Morris  <rgm@gnu.org>
14144
14145         * message.el (message-smtpmail-send-it)
14146         (message-send-mail-with-mailclient): Doc fixes.
14147
14148 2010-02-16  Glenn Morris  <rgm@gnu.org>
14149
14150         * message.el (message-default-mail-headers): Change the default value
14151         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14152
14153 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14156         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14157
14158 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14159
14160         * time-date.el (date-to-time): Doc fix (Bug#5408).
14161
14162 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14163
14164         * message.el (message-mail): Just pass yank-action on to message-setup.
14165         (message-setup): Handle (FUN . ARGS) form of yank-action.
14166         (message-with-reply-buffer, message-widen-reply)
14167         (message-yank-original): Handle non-buffer values of
14168         message-reply-buffer (Bug#4080).
14169         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14170
14171 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14172
14173         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14174         Fix typo in docstring.
14175
14176 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14177
14178         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14179         response.
14180
14181 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14184
14185         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14186
14187         * message.el (message-check-news-header-syntax): Protect against a
14188         string that `rfc822-addresses' returns when parsing fails.
14189
14190 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14193         (gnus-previous-char-property-change): New functions.
14194
14195         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14196
14197 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14198
14199         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14200         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14201
14202 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14203
14204         * message.el (message-exchange-point-and-mark): Rework last change to
14205         avoid using optional arg of exchange-point-and-mark, for backward
14206         compatibility.
14207
14208 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14209
14210         * message.el (message-exchange-point-and-mark):
14211         Call exchange-point-and-mark with an argument rather than setting
14212         mark-active by hand (Bug#5175).
14213
14214 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * nntp.el (nntp-service-to-port): Work for service expressed with
14217         numeric string; replace [:digit:] with [0-9] for XEmacs.
14218
14219 2009-12-17  Glenn Morris  <rgm@gnu.org>
14220
14221         * gnus-group.el (gnus-bug-group-download-format-alist):
14222         Change emacs entry to debbugs.gnu.org.  Bump :version.
14223
14224 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14225
14226         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14227
14228 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14229
14230         * message.el (message-info): Explain why we use `Info-goto-node'.
14231
14232 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14235
14236 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14237
14238         * message.el (message-completion-in-region): New compatibility function.
14239         (message-expand-group): Use it.
14240
14241 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14244         with no unread article should be listed if the 2nd arg `predicate' is
14245         given.
14246
14247 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14250
14251 2009-11-29  Juri Linkov  <juri@jurta.org>
14252
14253         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14254         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14255         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14256
14257 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14258
14259         * sha1.el (sha1-string-external): default-directory "/" in case
14260         otherwise non-existent.  process-connection-type pipe for touch of
14261         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14262
14263 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14264
14265         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14266         it's comms related and sgml-mode.el has "comm" on that basis too.
14267
14268 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14271         containing tspecial characters if they have been already quoted.
14272
14273 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14274
14275         * dns-mode.el (auto-mode-alist): Purecopy string.
14276
14277 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14278
14279         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14280
14281 2009-10-24  Glenn Morris  <rgm@gnu.org>
14282
14283         * gnus-art.el (help-xref-stack-item): Define for compiler.
14284
14285 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14286
14287         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14288
14289 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14290
14291         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14292
14293 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14296         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14297
14298 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14301         (gnus-overlays-in): New alias to overlays-in.
14302
14303         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14304         gnus-overlay-get, and gnus-delete-overlay.
14305         (gnus-summary-show-thread): Make it work as well for systems in which
14306         next-single-char-property-change is not available.
14307         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14308
14309         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14310         (gnus-overlay-get): New alias to extent-property.
14311         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14312
14313         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14314         SXEmacs.
14315
14316         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14317         SXEmacs.
14318
14319 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14320
14321         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14322
14323 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14324
14325         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14326         and XEmacs that don't have `remove-overlays'.
14327
14328 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14329
14330         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14331         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14332         selective display.  Use overlays instead.
14333
14334 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14335
14336         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14337
14338 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14339
14340         * spam-stat.el (spam-stat-load): Fix typo in message.
14341
14342 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14343
14344         * dig.el (dig-invoke): Fix typo in docstring.
14345         (query-dig): Reflow docstring.
14346
14347 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14348
14349         * gnus-art.el (gnus-article-encrypt-body):
14350         * message.el (message-check-recipients):
14351         * mm-util.el (mm-codepage-setup):
14352         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14353         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14354
14355 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14356
14357         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14358         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14359         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14360         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14361         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14362
14363 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14364
14365         * dig.el: Add "Keywords: comm", as per net-utils.el.
14366
14367 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14368
14369         * dig.el (dig-mode): Use define-derived-mode.
14370
14371 2009-09-19  Glenn Morris  <rgm@gnu.org>
14372
14373         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14374
14375 2009-09-18  Glenn Morris  <rgm@gnu.org>
14376
14377         * gnus-diary.el (gnus-diary-check-message):
14378         * message.el (message-insert-formatted-citation-line):
14379         * nnbabyl.el (top-level):
14380         * nndiary.el (nndiary-schedule):
14381         Fix typos in condition-case handlers.
14382
14383 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14386         configuration that provides the sole article window in a frame;
14387         position point correctly after deleting a part.
14388
14389 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14390
14391         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14392         (spam-resolve-registrations-routine): Use it to unregister articles
14393         that change status.
14394
14395 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14398         with XEmacs.
14399         (parse-time-string-chars): Use it.
14400
14401 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14402
14403         * imap.el (imap-interactive-login): Better messages.
14404         (imap-open): Fix bug with renamed buffer on reconnect.
14405         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14406         for easier debugging and cleaner code.  On successful (guessed based on
14407         server capabilities) secondary authentication, set imap-state
14408         correctly.
14409         (imap-last-authenticator): Define imap-last-authenticator as a variable
14410         to avoid warnings.
14411
14412 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * nnrss.el (nnrss-request-article): Remove binding of
14415         default-enable-multibyte-characters that has gotten needless by
14416         the 2007-07-13 change in rfc2047-encode-message-header.
14417
14418         * mml.el (mml-insert-multipart): Error on the message header.
14419         (mml-insert-part): Error on the message header; position point at
14420         the end of a MIME tag.
14421
14422 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * time-date.el (autoload): Expand define-obsolete-function-alias into
14425         defalias and make-obsolete for old Emacsen that Gnus supports.
14426         (with-no-warnings): Define it for old Emacsen.
14427         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14428         is available.
14429         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14430         float-time is available; suppress compile warning for time-to-seconds.
14431
14432         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14433         (gnus-float-time): Alias to float-time if it exists.
14434
14435         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14436         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14437         float-time is available; suppress compile warning for time-to-seconds.
14438
14439         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14440         XEmacs.
14441
14442 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14443
14444         * imap.el (imap-message-map): Docstring fix.
14445
14446 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14449         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14450         Add the optional argument `encoding' that overrides the default.
14451
14452         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14453         mm-encode-buffer.
14454
14455 2009-09-04  Glenn Morris  <rgm@gnu.org>
14456
14457         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14458         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14459         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14460         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14461         * mm-util.el (mm-with-unibyte-current-buffer)
14462         (mm-find-buffer-file-coding-system):
14463         * yenc.el (yenc-decode-region): Use default-value rather than
14464         default-enable-multibyte-characters.
14465
14466 2009-09-03  Glenn Morris  <rgm@gnu.org>
14467
14468         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14469         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14470         than default-enable-multibyte-characters.
14471
14472 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14473
14474         * gnus-art.el (gnus-article-read-summary-keys):
14475         Fix gnus-buffer-configuration's value temporarily used.
14476
14477 2009-09-02  Glenn Morris  <rgm@gnu.org>
14478
14479         * gnus-util.el (gnus-float-time): New function.
14480         * gnus-delay.el (gnus-delay-article):
14481         * gnus-sum.el (gnus-thread-latest-date):
14482         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14483         * nnspool.el (nnspool-request-newgroups):
14484         Use gnus-float-time rather than time-to-seconds.
14485         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14486
14487         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14488         (gnus-header-subject-face, gnus-header-newsgroups-face)
14489         (gnus-header-name-face, gnus-header-content-face):
14490         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14491         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14492         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14493         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14494         (gnus-cite-face-11):
14495         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14496         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14497         (gnus-server-closed-face, gnus-server-denied-face)
14498         (gnus-server-offline-face):
14499         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14500         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14501         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14502         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14503         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14504         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14505         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14506         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14507         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14508         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14509         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14510         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14511         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14512         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14513         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14514         (gnus-summary-high-undownloaded-face)
14515         (gnus-summary-low-undownloaded-face)
14516         (gnus-summary-normal-undownloaded-face)
14517         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14518         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14519         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14520         (gnus-splash-face):
14521         * message.el (message-header-to-face, message-header-cc-face)
14522         (message-header-subject-face, message-header-newsgroups-face)
14523         (message-header-other-face, message-header-name-face)
14524         (message-header-xheader-face, message-separator-face)
14525         (message-cited-text-face, message-mml-face):
14526         * sieve-mode.el (sieve-control-commands-face)
14527         (sieve-action-commands-face, sieve-test-commands-face)
14528         (sieve-tagged-arguments-face):
14529         * spam.el (spam-face):
14530         Mark face aliases with "-face" in the name as obsolete.
14531
14532 2009-09-01  Glenn Morris  <rgm@gnu.org>
14533
14534         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14535         than goto-line.
14536
14537 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14538
14539         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14540         Don't move point if the command is invoked inside the message header.
14541
14542 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14543
14544         * imap.el (imap-send-command): Simplify.
14545         (imap-wait-for-tag): point-max -> buffer-size.
14546
14547 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14548
14549         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14550         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14551         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14552         * nnir.el (nnir-swish-e-index-file):
14553         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14554         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14555         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14556         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14557         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14558         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14559
14560 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14563         Don't save excursion.
14564
14565 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14566
14567         * nnheader.el (nnheader-find-file-noselect):
14568         * mm-util.el (mm-insert-file-contents):
14569         Use (default-value 'major-mode) instead of default-major-mode.
14570
14571 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14572
14573         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14574
14575 2009-08-26  Glenn Morris  <rgm@gnu.org>
14576
14577         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14578         than placing in files.el.
14579
14580 2009-08-25  Glenn Morris  <rgm@gnu.org>
14581
14582         * nnir.el (top-level): Don't require cl at run-time.
14583         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14584         Replace cl-function substitute with gnus-replace-in-string.
14585         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14586         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14587         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14588         simplified expansions.
14589
14590 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14591
14592         * dig.el (dig): Add autoload cookie.
14593
14594 2009-08-22  Glenn Morris  <rgm@gnu.org>
14595
14596         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14597         goto-line.
14598
14599 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14600
14601         * parse-time.el (parse-time-string-chars): Save match data.
14602
14603 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14604
14605         * parse-time.el (parse-time-string-chars): Compute using character
14606         classes, to handle non-ascii characters (Bug#3190).
14607
14608 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14611
14612         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14613         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14614         (gnus-mm-display-part, gnus-mime-display-single)
14615         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14616         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14617
14618         * gnus-sum.el
14619         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14620         (gnus-summary-move-article): Add expirable mark to articles copied or
14621         moved to group that has auto-expire turned on if the option is non-nil.
14622
14623 2009-07-24  Glenn Morris  <rgm@gnu.org>
14624
14625         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14626         Fix typo.  (Bug#3903)
14627
14628 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14629
14630         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14631         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14632         that should not be used for draft articles.
14633         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14634         that has no concern in minor mode keys.
14635         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14636         Abolish.
14637
14638 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14639
14640         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14641         article without making inquiry to a user for unknown encoding.
14642
14643         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14644         (nnmaildir--scan): Assume i-node and device number that file-attributes
14645         returns might be cons-cell.
14646
14647         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14648
14649         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14650
14651 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14652
14653         * auth-source.el: Remove docs now in auth.texi.  Don't use
14654         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14655         `auth-source-hide-passwords' and use them.
14656
14657 2009-07-15  Glenn Morris  <rgm@gnu.org>
14658
14659         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14660
14661 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14664         excessive whitespace from the default values of title and description.
14665
14666 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14669         mail-fetch-field to fetch Content-Description header in order to
14670         exclude newlines.
14671
14672 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14673
14674         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14675         format used by GnuPG 2.0.11.
14676
14677 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14678
14679         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14680         to deleted part.
14681
14682 2009-05-30  David Engster  <dengste@eml.cc>
14683
14684         * nnmairix.el: Remove old documentation in the commentary block.
14685         (nnmairix-request-group): Do not update active file for nnml back ends.
14686         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14687         end so that overview files are ignored.
14688         (nnmairix-update-groups): Make updating the groups more robust by using
14689         marks.
14690         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14691         with dollar characters in message-id.
14692
14693 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14694
14695         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14696         2008-12-25 in dns.el.
14697
14698 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14699
14700         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14701         could happen if the text is only composed of spaces and/or tabs.
14702
14703 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14704
14705         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14706         when sending a queued message to avoid extra mml tags.
14707
14708 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14711
14712 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14715         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14716         rmail-toggle-header for XEmacs;
14717         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14718
14719 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * gnus-dired.el: Remove autoload for gnus-setup-message.
14722         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14723         displaying Gnus logo; always use compose-mail.
14724
14725 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14728
14729 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14732         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14733         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14734         available.
14735         (gnus-nocem-epg-verify): New function.
14736
14737 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14738
14739         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14740
14741 2009-02-15  Glenn Morris  <rgm@gnu.org>
14742
14743         * gnus-util.el (rmail-insert-rmail-file-header)
14744         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14745         autoloads.
14746         (rmail-default-rmail-file): Remove unnecessary declaration.
14747         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14748
14749 2009-02-14  Glenn Morris  <rgm@gnu.org>
14750
14751         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14752         variable (only used in gnus-util, which declares it anyway).
14753         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14754         which was only needed by gnus-art (changed to not use it any more).
14755         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14756         only used in gnus-util, which autoloads it itself.
14757         (rmail-update-summary): Fix autoload.
14758
14759         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14760         rather than rmail-output-to-rmail-file.
14761
14762 2009-02-07  Glenn Morris  <rgm@gnu.org>
14763
14764         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14765         autoload of function that no longer exists.
14766         (rmail-toggle-header): Declare.
14767         (message-forward-rmail-make-body): Handle mbox Rmail.
14768
14769 2009-01-31  Glenn Morris  <rgm@gnu.org>
14770
14771         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14772         2009-01-09 change.
14773
14774 2009-01-31  Dave Love  <fx@gnu.org>
14775
14776         * imap.el (imap-fetch-safe): Bind debug-on-error.
14777         (imap-debug): Add imap-fetch-safe.
14778
14779 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14780
14781         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14782         (auth-source-forget-all-cached): New convenience function.
14783         (auth-source-user-or-password): Accept list of modes or a single mode.
14784
14785         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14786         auth-source modes.
14787
14788         * netrc.el (netrc-machine-user-or-password): Use list of
14789         auth-source modes.
14790
14791         * nnimap.el (nnimap-open-connection): Use list of
14792         auth-source modes.
14793
14794         * nntp.el (nntp-send-authinfo): Use list of
14795         auth-source modes.
14796
14797 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14798
14799         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14800         now.
14801
14802 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14805         coding system in XEmacs; add a workaround for XEmacs.
14806
14807         * lpath.el: Fbind coding-system-aliasee.
14808
14809 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14810
14811         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14812         of current-language-environment.
14813
14814 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14815
14816         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14817         available at runtime.
14818
14819 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14822
14823 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14824
14825         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14826         the greatest positive fixnum value doesn't work under an XEmacs with
14827         bignum support; use the most-positive-fixnum constant instead,
14828         available since Emacs 21.1 with cl and XEmacs 21.1.
14829
14830 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14833         XEmacs gets not to work.
14834
14835 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * mm-util.el (mm-coding-system-priorities): Allow the value like
14838         "Japanese (UTF-8)" of current-language-environment.
14839
14840 2009-01-09  Glenn Morris  <rgm@gnu.org>
14841
14842         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14843         with last-command-event.
14844
14845 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14846
14847         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14848         in the doc string.
14849
14850         * message.el (message-fix-before-sending): Amend comment.
14851
14852 2009-01-08  Dave Love  <fx@gnu.org>
14853
14854         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14855
14856 2009-01-07  David Engster  <dengste@eml.cc>
14857
14858         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14859         simplified server definitions by converting it via
14860         gnus-server-to-method.
14861
14862 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14865         parameter's operands.
14866
14867 2009-01-06  David Engster  <dengste@eml.cc>
14868
14869         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14870         primary select method (for gnus-group-mark-article-as-read).
14871
14872 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14873
14874         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14875         `(gnus)Face', not `(gnus)X-Face'.
14876
14877 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * mm-util.el (mm-ucs-to-char): New function.
14880
14881         * mm-url.el (mm-url-decode-entities): Use it.
14882
14883         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14884         unicode-to-char.
14885
14886 2009-01-05  Dave Love  <fx@gnu.org>
14887
14888         * time-date.el: Require cl for `declare'.
14889
14890 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14891
14892         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14893         Dave Love.
14894
14895 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14896
14897         * message.el (message-fix-before-sending): Add `eight-bit' to
14898         illegible-text check.
14899
14900 2009-01-03  Michael Olson  <mwolson@gnu.org>
14901
14902         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14903         `headers' is nil.  This can occur if the IMAP server does not have
14904         permissions to read messages from a folder, but can write new messages
14905         to the folder.
14906         (nnimap-request-article-part): Do not insert `data' if it is nil.
14907
14908         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14909         characters which will confuse `read', so skip past them.
14910
14911 2009-01-01  Dave Love  <fx@gnu.org>
14912
14913         * imap.el (imap-string-to-integer): Fix typo.
14914         (imap-fetch-safe): New function.
14915         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14916
14917         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14918
14919         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14920         (imap-parse-greeting): Fix doc strings.
14921         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14922         (imap-parse-flag-list): Make messages unique.
14923         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14924
14925         * nnimap.el: Fix author email.
14926         (nnimap-split-rule): Add FIXME comment.
14927         (nnimap-debug): Fix doc string.
14928
14929 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14930
14931         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14932
14933 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14934
14935         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14936         nslookup if resolv.conf isn't available.
14937         (dns-query): Rename from query-dns.
14938         (dns-query-cached): Rename from query-dns-cached.
14939
14940 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14943         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14944         to check if those variables exist (first appeared in Emacs 18.50).
14945
14946 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14947
14948         * mm-util.el (mm-line-number-at-pos): New function.
14949
14950         * spam-report.el (spam-report-process-queue): Use it.
14951
14952 2008-12-24  David Engster  <dengste@eml.cc>
14953
14954         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14955         parameters that haven't existed as variables as buffer-local variables.
14956
14957 2008-12-23  Dave Love  <fx@gnu.org>
14958
14959         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14960         cadar.
14961
14962         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14963         imap-starttls-p.
14964         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14965
14966 2008-12-22  Dave Love  <fx@gnu.org>
14967
14968         * imap.el: Fix author email.  Doc fixes.
14969         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14970         reply.
14971
14972 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14973
14974         * spam-report.el (spam-report-gmane-max-requests): New constant.
14975         (spam-report-gmane-wait): New variable.
14976         (spam-report-gmane-ham, spam-report-gmane-spam)
14977         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14978         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14979         the server.
14980
14981         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14982         Add explanations.
14983
14984         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14985         nnheader-accept-process-output and nnheader-read-timeout if available.
14986         (pop3-movemail): Use it.
14987
14988         * message.el (message-check-news-body-syntax): Fix signature check if
14989         there's an attachment.
14990
14991 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * mm-util.el: Add comments to the mm- emulating functions.
14994
14995 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14996
14997         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14998         Reported by Stephen Berman <stephen.berman@gmx.net>.
14999
15000 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * mm-util.el (mm-substring-no-properties): New function.
15003         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
15004         (mm-special-display-p): Enable those lambda forms to be byte compiled.
15005         (mm-string-to-multibyte): Doc fix.
15006
15007         * mml.el (mml-attach-file): Use mm-substring-no-properties.
15008
15009 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15010
15011         * mml.el (mml-attach-file): Strip text properties from file name.
15012         (Bug#1574)
15013
15014 2008-12-16  Glenn Morris  <rgm@gnu.org>
15015
15016         * mm-util.el (mm-charset-override-alist): Declare for compiler.
15017
15018 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
15021         knows since the charset specified might be a bogus alias that
15022         mm-charset-synonym-alist provides.
15023
15024 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15025
15026         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
15027         "ISO_8859-1".
15028
15029         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
15030
15031 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * mm-util.el (mm-charset-eval-alist):
15034         Define it before mm-charset-to-coding-system.
15035         (mm-charset-to-coding-system): Add optional argument `silent';
15036         define it before mm-charset-override-alist.
15037         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
15038         default value if it can be used in Emacs currently running;
15039         silence mm-charset-to-coding-system.
15040
15041 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
15044         `allow-override' which says whether to use `mm-charset-override-alist'.
15045         (rfc2047-decode-encoded-words): Use it.
15046
15047         * mm-util.el (mm-charset-override-alist): Fix custom type;
15048         add `(gb2312 . gbk)' to choices.
15049
15050 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
15053         fast.
15054
15055         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15056
15057         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
15058
15059 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
15060
15061         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
15062         on links.
15063
15064         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15065
15066 2008-12-03  Lute Kamstra  <lute@gnu.org>
15067
15068         * sha1.el: Remove leading * from docstrings of defcustoms,
15069         deffaces, defconsts and defuns.
15070
15071 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * message.el (message-idna-to-ascii-rhs-1): Protect against local
15074         users' addresses that don't have domain parts.
15075         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
15076         rather than message-narrow-to-head since there will be the message
15077         header separator.
15078
15079 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15080
15081         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
15082         since the result is inserted in a unibyte buffer anyway.
15083         (nnimap-demule-use-string-to-multibyte): Remove.
15084         (nnimap-demule): Alias it to mm-string-to-multibyte.
15085
15086 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15087
15088         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
15089         variable for debugging bug#464 and bug#1174.
15090         (nnimap-demule): Use it.
15091
15092 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15093
15094         * gnus-score.el (gnus-score-find-trace): Handle default score in total
15095         score calculation correctly.
15096
15097 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15098
15099         * message.el (message-send-mail): Just set the buffer to unibyte
15100         rather than use mm-with-unibyte-current-buffer which does a lot more.
15101         (message-send-mail-partially): Don't bother with
15102         mm-with-unibyte-current-buffer since it's already been made unibyte by
15103         message-send-mail.
15104
15105 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
15106
15107         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
15108
15109 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
15110
15111         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
15112
15113 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
15116         require itself and to remove `with-no-warnings'.
15117
15118 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
15119
15120         * starttls.el (starttls-any-program-available): Get the name of the
15121         available TLS layer program.
15122         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
15123         well as the host name in the "opening" message.
15124
15125         * auth-source.el (auth-source-cache, auth-source-do-cache)
15126         (auth-source-user-or-password): Cache passwords and logins by default,
15127         allow override with `auth-source-do-cache'.
15128         (auth-source-forget-user-or-password): Allow users to remove cache
15129         entries if needed.
15130
15131 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15132
15133         * md4.el (md4-buffer): Fix typo in docstring.
15134         (md4, md4-64): Doc fixes.
15135         (md4-pack-int32): Reflow docstring.
15136
15137 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15138
15139         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15140         condition-case to only the forward-sexp call.
15141
15142 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15143
15144         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15145         quotes contained.  Make it more robust regardless by an extra
15146         condition-case wrapper.
15147
15148 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15149
15150         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15151
15152 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * nnml.el (nnml-request-expire-articles): Check if the function set to
15155         `nnmail-expiry-target' returns the symbol `delete'.
15156
15157         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15158
15159         * nnmail.el (nnmail-expiry-target): Fix custom type.
15160
15161 2008-10-02  Glenn Morris  <rgm@gnu.org>
15162
15163         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15164         Silence compiler warning.
15165
15166 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15167
15168         * tls.el (open-tls-stream): Show the actual command being
15169         executed, instead of the format string.
15170
15171 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * lpath.el: Fbind codepage-setup for Emacs 23.
15174
15175 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15176
15177         * mml.el (mml-menu): Don't assume mml2015 is bound.
15178
15179 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15182         exists.
15183
15184 2008-09-27  Glenn Morris  <rgm@gnu.org>
15185
15186         * gnus-util.el (mail-header-remove-comments): Autoload it.
15187
15188 2008-09-27  Andreas Schwab  <schwab@suse.de>
15189
15190         * gnus-util.el (gnus-split-references): Strip comments.
15191         (gnus-parent-id): Likewise.
15192
15193 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15194
15195         * message.el (message-confirm-send): Fix version.
15196
15197 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * message.el (message-idna-to-ascii-rhs-1): Use
15200         mail-extract-address-components rather than mail-header-parse-addresses
15201         that is an alias by default to ietf-drums-parse-addresses that does not
15202         support non-ASCII names in headers' contents.
15203
15204 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15205
15206         * message.el (message-confirm-send): Fix variable documentation to
15207         avoid the "y/n" wording.
15208
15209 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15210
15211         * message.el (message-set-auto-save-file-name): Save to a different
15212         filename so multiple messages (especially drafts) can be recovered.
15213
15214 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15215
15216         * message.el (message-confirm-send): Add appropriate version.
15217
15218 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15219
15220         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15221         defvar.
15222
15223 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15224
15225         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15226         (mm-pkcs7-enveloped-magic): Ditto.
15227
15228 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15229
15230         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15231         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15232
15233 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15234
15235         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15236         default, it's better.
15237
15238 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15239
15240         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15241         summary line gnus-number property and ignore them (with a warning
15242         message).
15243
15244 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15247         macro caddr in the interactive form since it won't be expanded.
15248
15249 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15252         `charset'; fix name of function called recursively.
15253         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15254
15255 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15258         (gnus-mime-set-charset-parameters): New function.
15259         (gnus-mime-view-part-as-charset): Use it to correctly display part
15260         specifying wrong charset.
15261
15262 2008-09-08  David Engster  <dengste@eml.cc>
15263
15264         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15265         in completing-read for back end server.
15266
15267 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15268
15269         * message.el (message-confirm-send): New variable to confirm sending a
15270         message.
15271         (message-send): Use it.
15272
15273 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15274
15275         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15276
15277 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15280
15281 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15282
15283         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15284         prevent tracking too many groups.
15285         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15286         Use it.
15287
15288 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15289
15290         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15291         moving point to the bottom of the window in order to avoid recentering.
15292
15293 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15296
15297         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15298         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15299         (gnus-article-beginning-of-window): Fix calculation.
15300
15301 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * gnus-msg.el (gnus-summary-supersede-article)
15304         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15305         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15306         message header.
15307
15308 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15309
15310         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15311         pending output coming after the status change.
15312
15313 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15314
15315         * message.el:
15316         * gnus-start.el:
15317         * gnus-registry.el: Remove VMS support.
15318
15319 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15320
15321         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15322         macro.
15323         (rfc2104-hash): Use it.
15324
15325 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15326
15327         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15328         (gnus-summary-sort-by-most-recent-date): New commands.
15329         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15330         and menu entries.
15331
15332 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15335         don't redisplay article for raw contents; remove plural articles stuff.
15336
15337         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15338         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15339         on gnus-summary-save-article; display results properly.
15340
15341 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * lpath.el: No need to fbind ns-focus-frame.
15344
15345 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15348
15349 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * gnus-art.el (gnus-summary-save-in-pipe):
15352         Consider gnus-save-all-headers.
15353
15354 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15355
15356         * gnus-util.el (ns-focus-frame): Remove declaration.
15357         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15358         like x.
15359
15360 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15361
15362         * rfc2104.el (rfc2104-zero): Delete defconst.
15363         (rfc2104-hex-alist): Likewise.
15364         (rfc2104-hex-to-int): Delete func.
15365         (rfc2104-hexstring-to-bitstring): Likewise.
15366         (rfc2104-nybbles): New defconst.
15367         (rfc2104-hash): Rewrite for speed.
15368
15369 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * tls.el (open-tls-stream): Make it work with the 2nd argument
15372         BUFFER that is a string but does not exist as a buffer object, as
15373         mentioned in the doc-string.
15374
15375 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15378         SXEmacs.
15379
15380 2008-07-16  Glenn Morris  <rgm@gnu.org>
15381
15382         * gnus-util.el (ns-focus-frame): Declare for compiler.
15383
15384 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15387         set as a group parameter.
15388         (gnus-summary-save-in-pipe): Work when it is called independently.
15389         (gnus-summary-pipe-to-muttprint): Don't modify
15390         gnus-summary-pipe-output-default-command.
15391
15392 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15393
15394         * message.el (message-send-mail-with-sendmail):
15395         Display the error message.
15396
15397 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * gnus-art.el (gnus-default-article-saver):
15400         Add gnus-summary-save-in-pipe to choices.
15401         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15402         gnus-summary-pipe-output-default-command as the default command.
15403         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15404         instead of gnus-last-shell-command.
15405
15406         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15407         New user option.
15408         (gnus-summary-muttprint-program): Mention the value will be changed.
15409         (gnus-summary-save-article): Force showing of all headers.
15410         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15411
15412 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15413
15414         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15415
15416 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15417
15418         * nnimap.el (nnimap-id):
15419         * sieve-manage.el (sieve-manage-open): Doc fixes.
15420
15421 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15422
15423         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15424         if available.
15425
15426 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15427
15428         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15429
15430         * nnkiboze.el (nnkiboze-generate-group):
15431         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15432
15433         * nnmairix.el: Require CL.
15434
15435 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * dgnushack.el: Autoload get-display-table and put-display-table for
15438         XEmacs 21.5.
15439
15440         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15441         21.4 and SXEmacs.
15442
15443 2008-06-15  David Engster  <dengste@eml.cc>
15444
15445         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15446
15447 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15448
15449         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15450         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15451         runtime choice under XEmacs.
15452
15453         * gnus-sum.el (gnus-summary-set-display-table):
15454         Use `gnus-put-display-table', `gnus-get-display-table',
15455         `gnus-set-display-table' for the display table, instead of `aset'.
15456
15457         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15458         Use `gnus-put-display-table', `gnus-get-display-table',
15459         `gnus-set-display-table' for the display table.
15460
15461 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15462
15463         * nnmairix.el: Add autoloads.
15464
15465 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15466
15467         * nnmairix.el (nnmairix-delete-recreate-group)
15468         (nnmairix-update-and-clear-marks): Fix error messages.
15469
15470 2008-06-14  David Engster  <dengste@eml.cc>
15471
15472         * nnmairix.el: Upgrade to version 0.6.
15473         (nnmairix-group-toggle-propmarks-this-group)
15474         (nnmairix-group-toggle-readmarks-this-group)
15475         (nnmairix-group-delete-recreate-this-group)
15476         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15477         (nnmairix-remove-tick-mark-original-article): New commands.
15478         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15479         (nnmairix-propagate-marks-to-nnmairix-groups)
15480         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15481         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15482         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15483         functions needed for marks propagation and manipulation of read marks.
15484         (nnmairix-update-groups): New function.
15485         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15486         (nnmairix-determine-original-group-from-registry)
15487         (nnmairix-determine-original-group-from-path)
15488         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15489         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15490         New helper functions.
15491         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15492         keystrokes for new commands.
15493         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15494         (nnmairix-request-group): Check allow-fast group parameter.
15495         (nnmairix-request-create-group): Set allow-fast group parameter if
15496         nnmairix-allowfast-default is set.
15497         (nnmairix-close-group): Propagate marks upon closing if needed.
15498         (nnmairix-group-toggle-threads-this-group): Use new.
15499         nnmairix-group-toggle-parameter helper function.
15500         (nnmairix-search): Better check for empty search result.
15501         (nnmairix-goto-original-article): Use new helper functions for
15502         determining original article.
15503         (nnmairix-show-original-article): Make sure message-id is in brackets.
15504         (nnmairix-call-mairix-binary): Change variable name.
15505         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15506         helper function.
15507         (nnmairix-widget-toggle-activate): Fix doc string.
15508
15509 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15510
15511         * nnir.el: Require edmacro when compiling with XEmacs.
15512         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15513         available in Emacs 21.
15514
15515 2008-06-11  Glenn Morris  <rgm@gnu.org>
15516
15517         * gnus-util.el (x-focus-frame):
15518         * gnus.el (image-size):
15519         * mm-decode.el (image-size): Declare.
15520
15521         * gnus-picon.el (declare-function): Add compat definition.
15522         (image-size): Declare.
15523
15524         * gnus-group.el (tool-bar-map):
15525         * gnus-sum.el (tool-bar-map): Define for compiler.
15526
15527         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15528
15529         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15530
15531         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15532         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15533         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15534         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15535         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15536         * sieve-manage.el, spam-report.el, spam.el:
15537         Remove unnecessary eval-and-compile of autoloads.
15538
15539 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15540
15541         * auth-source.el: Precise Tramp doc.
15542
15543 2008-06-07  Glenn Morris  <rgm@gnu.org>
15544
15545         * nnmairix.el: Remove unnecessary eval-when-compile.
15546
15547 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15548
15549         * lpath.el: Fbind propertize for XEmacs 21.4.
15550
15551 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15552
15553         * nnir.el: Move here from ../contrib.
15554
15555 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15556
15557         * gnus-util.el (gnus-read-shell-command): New function.
15558         * mm-decode.el (mm-pipe-part):
15559         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15560
15561 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15564
15565 2008-06-03  Glenn Morris  <rgm@gnu.org>
15566
15567         * pop3.el (nnheader-accept-process-output): Autoload it.
15568
15569 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15572         are not 2-digit hexadecimal characters that follow `%'s.
15573
15574 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15575
15576         * message.el (message-bogus-recipient-p): Fix type in doc string.
15577         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15578         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15579         Improve custom options.
15580         (message-bogus-recipient-p): Adjust accordingly.
15581
15582 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15583
15584         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15585         long-form month and day names.
15586
15587 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * dgnushack.el: Autoload debug, eudc-expand-inline and
15590         pgg-snarf-keys-region for XEmacs.
15591
15592         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15593
15594         * nnmairix.el: Require edmacro when compiling with XEmacs.
15595
15596 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15597
15598         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15599         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15600
15601 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15602
15603         * auth-source.el: Add more docs.
15604
15605         * netrc.el (netrc-machine): Always match if the port is not given.
15606
15607 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15608
15609         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15610         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15611         retrieval faster in some cases, but might make CPU usage larger.
15612         If this has any bad side effects, we might revert this change.
15613
15614         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15615         seems to make mail retrieval much, much faster.
15616         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15617         unconditionally.
15618
15619         * gnus-draft.el (gnus-group-send-queue):
15620         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15621
15622 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15625
15626         * message.el (message-bogus-address-regexp): Fix and improve custom
15627         type.
15628         (message-setup-hook): Add message-check-recipients as custom option.
15629
15630 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15631
15632         * message.el (message-cite-function): Remove bogus autoload which crept
15633         in during merge from v5-10.
15634
15635 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15636
15637         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15638
15639         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15640
15641         * auth-source.el: Preliminary Tramp docs.
15642         (auth-sources): Change the default auth-sources to use
15643         EPA .gpg files.
15644
15645 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15646
15647         * nntp.el: Autoload `auth-source-user-or-password'.
15648         (nntp-send-authinfo): Use it.
15649
15650         * nnimap.el: Autoload `auth-source-user-or-password'.
15651         (nnimap-open-connection): Use it.
15652
15653         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15654         for the gnus-message function.
15655         (auth-source-user-or-password): Use it.
15656
15657 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15658
15659         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15660         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15661         (rfc2104-hash): Use it.
15662
15663 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15664
15665         * gnus-art.el (gnus-article-toggle-truncate-lines):
15666         Don't use `iff' in docstring.
15667
15668 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15669
15670         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15671
15672         * gnus-util.el (gnus-extract-address-component-name)
15673         (gnus-extract-address-component-email): Convenience functions around
15674         `gnus-extract-address-components'.
15675
15676         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15677         Use `gnus-extract-address-component-email' to fix bug of comparing full
15678         sender name to `user-mail-address'.
15679
15680 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15681
15682         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15683         catch/throw to optimize.
15684         (gnus-registry-find-keywords): Just use member to find a keyword.
15685
15686 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15687
15688         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15689         is current before calling gnus-server-prepare.
15690         (gnus-server-setup-buffer, gnus-server-update-server)
15691         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15692
15693 2008-05-04  Juri Linkov  <juri@jurta.org>
15694
15695         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15696         (mailcap-file-default-commands): Use mailcap-replace-in-string
15697         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15698         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15699
15700 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15701
15702         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15703
15704 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15705
15706         * gnus.el: Bump version to 0.11.
15707
15708 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15709
15710         * gnus.el: No Gnus v0.10 is released.
15711
15712 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15713
15714         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15715         hooks.
15716         (gnus-update-read-articles): Speed up non-marks-using users.
15717         (gnus-use-marks): Define gnus-use-marks.
15718         (gnus-propagate-marks): Rename variable to something more sensible.
15719
15720 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15721
15722         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15723         (gmm-image-load-path-for-library): Fix typos in docstrings.
15724         (gmm-message): Reflow docstring.
15725
15726 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15727
15728         * mail-source.el (mail-source-set-1, mail-source-bind):
15729         Move auth-source code out of the macro to clean it up and fix bugs.
15730
15731 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15732
15733         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15734         by sender if it's equal to user-mail-address, it's likely to be
15735         useless.
15736
15737         * mail-source.el (mail-source-bind): Don't use user or password if they
15738         are not bound.  Unintern them if they are nil.  Don't use server unless
15739         it's bound, and default it to empty string otherwise.
15740
15741 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15742
15743         * mail-source.el: Load auth-source.el.
15744         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15745         get user name or password, if auth-sources is set up.
15746
15747         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15748         strategy of splitting with parent.
15749         (gnus-registry-split-fancy-with-parent)
15750         (gnus-registry-post-process-groups): Use it and fix prior
15751         bug (returning a list as the split result).
15752
15753         * auth-source.el (auth-sources): Remove server parameter.
15754         (auth-source-pick, auth-source-user-or-password)
15755         (auth-source-user-or-password-imap)
15756         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15757         (auth-source-user-or-password-sftp)
15758         (auth-source-user-or-password-smtp): Remove server parameter.
15759
15760 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15761
15762         * smime.el (smime-sign-region, smime-encrypt-region)
15763         (smime-decrypt-region):
15764         Remove redundant calls to `generate-new-buffer-name'.
15765
15766 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15767
15768         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15769         Don't use QP for message/rfc822.
15770         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15771
15772 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15773
15774         * sieve-manage.el (sieve-string-bytes): Remove.
15775         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15776         correct byte-length only if the process's coding-system is the same as
15777         the one used internally by Emacs to represent strings.
15778
15779 2008-04-22  Juri Linkov  <juri@jurta.org>
15780
15781         * mailcap.el (mailcap-file-default-commands): New function.
15782
15783 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15784
15785         * message.el (message-signature-separator, message-cite-function):
15786         Change custom version.
15787
15788 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15789
15790         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15791         commands.
15792         (tls-checktrust): Ditto.
15793
15794 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15795
15796         * mm-decode.el (mm-display-external): Make temp file read-only.
15797
15798 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15799
15800         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15801         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15802         `C-c C-f d'.
15803
15804 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15805
15806         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15807
15808 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15809
15810         * gnus.el: Bump version to 0.9.
15811
15812 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15813
15814         * gnus.el: No Gnus v0.8 is released.
15815
15816 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15817
15818         * mail-source.el (mail-source-value):
15819         Prefer fboundp to functionp so it works with macros as well.
15820
15821 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15822
15823         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15824         Fix last change in case the element is not even a symbol.
15825
15826 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15827
15828         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15829         Prefer fboundp to functionp so it works with macros as well.
15830
15831 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15832
15833         * auth-source.el: Add docs.
15834         (auth-sources): Modify format to support server.
15835         (auth-source-pick, auth-source-user-or-password)
15836         (auth-source-user-or-password-imap)
15837         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15838         (auth-source-user-or-password-sftp)
15839         (auth-source-user-or-password-smtp): Add server parameter.
15840
15841 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15842
15843         * gnus-registry.el: Initialize the registry when gnus-registry-install
15844         is t.
15845
15846 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * compface.el (uncompface): Make buffer unibyte.
15849
15850 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15851
15852         * mail-source.el (mail-source-value):
15853         Prefer fboundp to functionp so it works with macros as well.
15854
15855 2008-04-05  Glenn Morris  <rgm@gnu.org>
15856
15857         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15858
15859 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15860
15861         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15862         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15863
15864         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15865         multibyteness after rather than before erasing it.
15866
15867         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15868         mm-with-multibyte.
15869         (gnus-request-article-this-buffer): Make sure the proper decoding is
15870         used if gnus-original-article-buffer happens to be unibyte.
15871
15872         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15873         default-enable-multibyte-characters.
15874
15875         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15876         default-enable-multibyte-characters.
15877
15878         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15879
15880         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15881
15882 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15883
15884         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15885         Fix last change in case the element is not even a symbol.
15886
15887 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15888
15889         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15890         (imap-message-copyuid-1): Use it.
15891         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15892         J. Williams in
15893         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15894
15895         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15896         imap-enable-exchange-bug-workaround.
15897         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15898
15899 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15900
15901         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15902         a 100 byte status-checks into a 2-3MB transfer for each group.
15903         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15904         to enable bug workaround or not.
15905         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15906
15907 2008-03-31  Glenn Morris  <rgm@gnu.org>
15908
15909         * message.el (mml2015-use): Declare for compiler.
15910         (message-info): Require mml2015 when appropriate.
15911
15912 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15913
15914         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15915         whitespace.
15916
15917 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15918
15919         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15920         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15921         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15922         (nntp-service-to-port): New function.
15923         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15924         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15925         (nntp-open-netcat-stream): New function.
15926         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15927
15928 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15929
15930         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15931
15932 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15933
15934         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15935
15936 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15937
15938         * dns.el (dns-write): Use set-buffer-multibyte.
15939
15940 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15941
15942         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15943
15944 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15945
15946         * message.el (message-signature-separator): Change default.
15947         Improve custom type.
15948         (message-cite-function): Change default to
15949         message-cite-original-without-signature.
15950
15951         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15952         toggle.
15953
15954         * message.el (message-check-news-body-syntax): Fix signature check.
15955         (message-setup-1): Mark buffer as unmodified _after_ running
15956         message-setup-hook and handling message-alternative-emails.
15957         (message-shorten-references): Be more strict when building list of
15958         valid references to comply with GNKSA.
15959
15960         * gnus-group.el (gnus-read-ephemeral-bug-group)
15961         (gnus-read-ephemeral-debian-bug-group)
15962         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15963
15964         * message.el (message-info): Don't use booleanp which isn't supported
15965         in Emacs 21 and XEmacs.
15966
15967 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15968
15969         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15970         gnus-group-gmane-group-download-format.
15971         (gnus-group-read-ephemeral-gmane-group): Rename from
15972         gnus-group-read-ephemeral-gmane-group.
15973         (gnus-read-ephemeral-gmane-group-url): Rename from
15974         gnus-group-read-ephemeral-gmane-group-url.
15975         (gnus-bug-group-download-format-alist): New variable.
15976         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15977         (gnus-read-ephemeral-emacs-bug-group): New commands.
15978
15979 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15980
15981         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15982         (gnus-visible-headers): Improve custom type.
15983
15984 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15985
15986         * mml.el (mml-menu): Add workarounds for XEmacs.
15987
15988         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15989         X-Boundary header.
15990
15991         * message.el (message-simplify-recipients): Fix previous commit.
15992
15993 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15994
15995         * mm-util.el (mm-set-buffer-multibyte): New function.
15996         * mm-decode.el (mm-copy-to-buffer): Use it.
15997
15998         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15999         Prefer fboundp to functionp so it works with macros as well.
16000
16001 2008-03-19  Glenn Morris  <rgm@gnu.org>
16002
16003         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
16004         Accidentally removed in the sync process with Emacs.
16005
16006 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
16007
16008         * message.el (message-alter-recipients-discard-bogus-full-name):
16009         New function.
16010         (message-alter-recipients-function): New variable.
16011         (message-get-reply-headers): Use it.
16012         (message-replace-header): New helper function.
16013         (message-recipients-without-full-name): New variable.
16014         (message-simplify-recipients): New command.
16015
16016         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
16017
16018         * message.el (message-info): Handle EasyPG manual.
16019
16020         * mml.el (mml-menu): Add entry for EasyPG.
16021
16022 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
16023
16024         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
16025         parameter.
16026
16027         * message.el (message-disassociate-draft): Specify drafts group name
16028         fully.
16029
16030 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
16031
16032         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16033         Eliminate unnecessary duplicates from the match list.
16034
16035 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
16038
16039         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
16040
16041         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
16042         args of `how-many' of which the XEmacs version doesn't take; declare
16043         Info-index-next as function.
16044
16045 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16046
16047         * gnus-score.el (gnus-score-headers): Fix handling of
16048         gnus-inhibit-slow-scoring.
16049
16050         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
16051         string.
16052         (gnus-button-url-regexp): Improve handling of parenthesis.
16053         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
16054         (gnus-button-handle-info-keystrokes): Handle index entries.
16055
16056 2008-03-15  Glenn Morris  <rgm@gnu.org>
16057
16058         * parse-time.el (parse-time-string): Simplify.
16059
16060 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16061
16062         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
16063         Incoming* files.
16064
16065 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16066
16067         * auth-source.el (auth-sources): Rename from auth-source-choices.
16068         (auth-source-pick): Use it.
16069
16070 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16071
16072         * binhex.el (binhex-decode-region-internal):
16073         * uudecode.el (uudecode-decode-region-internal):
16074         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16075         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16076         setting default-enable-multibyte-characters.
16077
16078 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16079
16080         * auth-source.el (auth-source-protocols)
16081         (auth-source-protocols-customize, auth-source-choices): Add and
16082         modified variable customizations and defaults.
16083         (auth-source-pick, auth-source-user-or-password)
16084         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
16085         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
16086         (auth-source-user-or-password-sftp)
16087         (auth-source-user-or-password-smtp): Use new variables and provide an
16088         interface to netrc.el.
16089
16090 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16091
16092         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
16093         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
16094         Make sure the nntp port to specify is a string.
16095
16096 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16097
16098         * nntp.el: Use with-current-buffer.
16099         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
16100         dubious mm-with-unibyte-current-buffer.
16101         (nntp-with-open-group-function): New function extracted from
16102         nntp-with-open-group macro.
16103         (nntp-with-open-group): Use the function, so it's easier to debug.
16104         Add indentation and debugging info.
16105         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
16106         Recommend the use of the netcat alternatives.
16107
16108         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
16109         Avoid mm-string-as-multibyte as well.
16110
16111         * nnweb.el (nnweb-insert-html):
16112         Remove use of nnheader-string-as-multibyte.
16113
16114         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
16115         (nnheader-string-as-multibyte): Remove.
16116
16117         * mm-view.el: Use inhibit-read-only.
16118         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
16119         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
16120         or unibyte-string.
16121
16122         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
16123         (mm-uu-yenc-extract): Use with-current-buffer.
16124
16125         * gnus-soup.el (gnus-soup-send-packet): Don't use
16126         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16127
16128         * nnmh.el: Use with-current-buffer.
16129         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16130         mm-string-as-multibyte on the output of mm-encode-coding-string.
16131
16132         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16133         (nnimap-request-move-article): Use with-current-buffer.
16134
16135         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16136         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16137         conversion uses string-make-unibyte rather than string-as-unibyte.
16138
16139         * gnus-msg.el: Use with-current-buffer.
16140
16141         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16142
16143 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16144
16145         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16146         string for caching if it is 'PIN.
16147
16148 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16149
16150         * lpath.el: Consider the case without Emacs/W3.
16151
16152 2008-03-08  Glenn Morris  <rgm@gnu.org>
16153
16154         * time-date.el (date-to-time, time-subtract, time-add)
16155         (safe-date-to-time): Doc fixes.
16156
16157 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16158
16159         * mail-source.el (mail-source-delete-old-incoming-confirm):
16160         Change default to nil.
16161         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16162
16163 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16164
16165         * lpath.el: Rearrange.
16166
16167         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16168         (gnus-article-goto-prev-page): Work for articles having ^L's.
16169
16170         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16171
16172         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16173
16174 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16175
16176         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16177         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16178         (gnus-bookmark-jump): Adjust some variable names.
16179
16180 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16181
16182         * auth-source.el: New package.
16183         (auth-source-choices): Add customization entry point variable.
16184
16185         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16186         bug.
16187
16188 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16189
16190         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16191         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16192         (gnus-registry-install-shortcuts): Rename from
16193         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16194         the `gnus-registry-mark-map' keymap dynamically from
16195         `gnus-registry-marks'.  The generated functions update the summary line
16196         when a registry mark is added or deleted, and will call
16197         `gnus-registry-install-p' (see the comments in the code).
16198         (gnus-registry-user-format-function-M): Use concat intelligently.
16199
16200         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16201         the registry mark functions.
16202
16203 2008-03-05  Glenn Morris  <rgm@gnu.org>
16204
16205         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16206         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16207         gnus-art.
16208         (top-level): No need to load own source when compiling.
16209
16210 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16211
16212         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16213         Suggested by <chris.anderton@zetnet.co.uk>.
16214
16215 2008-03-04  Glenn Morris  <rgm@gnu.org>
16216
16217         * gnus-sum.el (top-level): No need to require gnus when compiling,
16218         since unconditionally required near start of file.
16219         (gnus-summary-display-while-building): Move definition before use.
16220
16221 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16222
16223         * gnus-registry.el (gnus-registry-user-format-function-M):
16224         Add formatting function.
16225
16226 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16227
16228         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16229         with plists.
16230         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16231         Use new format.
16232
16233 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16236         `where-is-internal' that returns a range of key sequences.
16237
16238 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16239
16240         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16241
16242         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16243         (gnus-summary-jump-to-group): Consider windows on other displayed
16244         frames as well.  Similar changes might be needed elsewhere, but that's
16245         the one I've bumped into during my use.
16246
16247         * nndoc.el (nndoc-oe-dbx-type-p):
16248         * gnus-msg.el (gnus-debug):
16249         * gnus-group.el (gnus-update-group-mark-positions):
16250         Use mm-string-to-multibyte.
16251
16252 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16253
16254         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16255         doesn't handle NotDashEscaped.
16256
16257         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16258         (mml-dnd-attach-options): Fix typo in custom choice.
16259
16260         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16261         Change nndoc-article-type to mbox.
16262         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16263
16264         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16265         to nil, instead of html2text.
16266
16267         * imap.el (imap-debug): Add `imap-ping-server'.
16268
16269         * gnus-bookmark.el: Add FIXMEs.
16270
16271         * message.el (message-form-letter-separator)
16272         (message-send-form-letter-delay): New variables.
16273         (message-send-form-letter): Use them.  New command to send form
16274         letters.  Requested by Uwe Siart.
16275         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16276
16277 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16278
16279         * Update copyright years.
16280
16281 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16282
16283         Sync from EMACS_22_BASE.
16284
16285         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16286
16287 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16288
16289         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16290         empty author.
16291
16292 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16293
16294         * gnus-registry.el (gnus-registry-marks): Add variable for
16295         customization of marks and their appearance.
16296         (gnus-registry-read-mark): Use it.
16297         (gnus-registry-do-marks): Add utility function to loop through
16298         `gnus-registry-marks'.
16299         (gnus-registry-install-shortcuts-and-menus): Add function to install
16300         shortcuts and menus.
16301         (gnus-registry-initialize): Use it.
16302         (gnus-registry-default-mark): Clarify documentation.
16303
16304 2008-02-29  Glenn Morris  <rgm@gnu.org>
16305
16306         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16307         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16308         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16309         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16310         Change defcustom :version from 23.0 to 23.1.
16311
16312 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16313
16314         * gnus-registry.el (gnus-registry-follow-group-p)
16315         (gnus-registry-post-process-groups): Add functions to aid registry
16316         splitting and improve logging.  Clarify behavior in function
16317         documentation.
16318         (gnus-registry-split-fancy-with-parent): Use them.
16319
16320 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16321
16322         * gnus-art.el: Use with-current-buffer.
16323
16324 2008-02-27  David Engster  <dengste@eml.cc>
16325
16326         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16327         Express real group name in the response.
16328
16329 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16332         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16333         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16334         autoload gnus-registry-fetch-group when compiling.
16335         (nnmairix-request-group-with-article-number-correction):
16336         Remove unreferenced argument passed to nnmairix-call-backend.
16337
16338 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16339
16340         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16341         (mm-uu-extract): Improve face for low color ttys.
16342         Reported by Sascha Wilde.
16343
16344 2008-02-27  Glenn Morris  <rgm@gnu.org>
16345
16346         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16347         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16348         variables to defconsts.  Convert comments to doc-strings.
16349         (nnmairix-last-server, nnmairix-current-server): Convert from free
16350         variables to defvars.  Convert comments to doc-strings.
16351         (gnus-registry-fetch-group): Autoload.
16352         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16353         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16354         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16355         caddr.
16356         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16357         nnmairix-request-group-with-article-number-correction call.
16358         (nnmairix-fast, nnmairix-group): New, less general names, for free
16359         variables passed from nnmairix-request-group to
16360         nnmairix-request-group-with-article-number-correction.  Declare.
16361         (nnmairix-request-group-with-article-number-correction):
16362         Use nnmairix-fast, nnmairix-group rather than fast, group.
16363
16364 2008-02-26  David Engster  <dengste@eml.cc>
16365
16366         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16367         version 0.5.
16368
16369 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16370
16371         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16372         instead of making an extra function call.  Don't add the current group
16373         to articles only when they have the group.  Use
16374         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16375         Reported by David <de_bb@arcor.de>.
16376
16377 2008-02-24  Miles Bader  <miles@gnu.org>
16378
16379         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16380         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16381         (mm-find-mime-charset-region):
16382         * mm-bodies.el (mm-encode-body):
16383         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16384
16385 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16386
16387         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16388         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16389
16390 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16391
16392         * mail-source.el (mail-source-delete-incoming): Change default.
16393         Supplement doc string.
16394
16395         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16396
16397 2008-02-14  Glenn Morris  <rgm@gnu.org>
16398
16399         * time-date.el (format-seconds): New function.
16400
16401 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16402
16403         * nnmail.el (nnmail-message-id-cache-file): Derive from
16404         `gnus-home-directory'.
16405
16406 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16407
16408         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16409         Document negative prefix.
16410
16411         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16412
16413 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16414
16415         * message.el (message-unsent-separator): Add the Exim bounce
16416         separator.
16417
16418 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16419
16420         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16421         list.
16422         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16423         recipient/signer list.
16424
16425 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16426
16427         * Makefile.in (datarootdir): Define.
16428         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16429         name that might contain whitespace.
16430
16431 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16432
16433         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16434         fbound (Emacs 23 unicode), signal an error.
16435
16436 2008-02-08  Glenn Morris  <rgm@gnu.org>
16437
16438         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16439
16440 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16441
16442         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16443         ports to the calls to `netrc-machine-user-or-password' in addition to
16444         "imap" and "imaps".
16445
16446 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16447
16448         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16449
16450         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16451
16452 2008-02-01  Kenichi Handa  <handa@m17n.org>
16453
16454         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16455         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16456         (rfc2104-hash): Convert the result of concat to unibyte string.
16457
16458 2008-02-01  Dave Love  <fx@gnu.org>
16459
16460         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16461         coding-system-for-read.
16462         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16463
16464 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16465
16466         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16467         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16468         <hanche@math.ntnu.no>.
16469
16470 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16471
16472         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16473
16474         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16475
16476 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16477
16478         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16479         * message.el (message-beginning-of-line): Use featurep instead of bound
16480         tests in order to resolve conditionals at compile time.
16481
16482 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16483
16484         * mail-source.el (mail-sources): Add `group' choice.
16485
16486         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16487         parameter `in-group' to control into which group the articles go.
16488         Add treatment of `group' mail-source.
16489
16490 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16493
16494         * mm-decode.el (mm-dissect-buffer): Decode description.
16495
16496         * mml.el (mml-to-mime): Encode message header first.
16497
16498 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16501         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16502
16503         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16504         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16505
16506 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16507
16508         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16509
16510 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16513         prefix keys.
16514         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16515         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16516         gnus-xmas.el.
16517
16518         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16519         (gnus-xmas-article-describe-bindings): New function.
16520         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16521         gnus-xmas-article-describe-bindings.
16522
16523         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16524
16525 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16526
16527         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16528         Add new variables for article mark management.
16529         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16530         list of extra data entries which, when present, will indicate that the
16531         article ID should not be trimmed from the registry.
16532         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16533         functions.
16534         (gnus-registry-read-mark): New function to read a mark name from the
16535         user.
16536         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16537         (gnus-registry-set-article-mark-internal): New functions to add and
16538         remove marks.
16539         (gnus-registry-get-article-marks): New function to show the marks for
16540         an article, or retrieve them for further use.
16541
16542 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16545         keys when no argument is given.
16546
16547 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16548
16549         * imap.el (imap-ping-server): New variable.
16550         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16551         (imap-ping-server): Minor doc string fixes.
16552
16553 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16554
16555         * imap.el (imap-ping-server): New function.
16556         (imap-opened): Call imap-ping-server.
16557
16558 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16559
16560         * gnus-sum.el (gnus-article-sort-by-random)
16561         (gnus-thread-sort-by-random): Fix doc strings.
16562         Reported by jidanni@jidanni.org.
16563
16564 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16565
16566         * gnus-art.el (gnus-article-describe-bindings): New function.
16567         (gnus-article-read-summary-keys): Use it.
16568         (gnus-article-mode-map): Bind `C-h b' to it.
16569
16570 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16571
16572         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16573         XEmacs.
16574         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16575         Protect against non-character events.
16576
16577         * lpath.el: Fbind map-keymap for Emacs 21.
16578
16579 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16580
16581         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16582         New command.
16583         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16584         instead of END.  Change name of the temp file.
16585         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16586         customizable.
16587
16588 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16589
16590         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16591         bind `S W' to gnus-article-wide-reply-with-original; set default
16592         binding to gnus-article-read-summary-send-keys.
16593         (gnus-article-read-summary-keys): Fix the order of keys; display
16594         continuation keys correctly in the echo area; describe bindings
16595         correctly when keys end with `C-h'.
16596         (gnus-article-read-summary-send-keys): New function.
16597         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16598         Work for gnus-article-read-summary-send-keys; display continuation keys
16599         correctly in the echo area.
16600         (gnus-article-reply-with-original): Ignore prefix argument.
16601         (gnus-article-wide-reply-with-original): New function.
16602
16603         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16604         Emacs 21.
16605
16606 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16607
16608         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16609         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16610
16611 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16612
16613         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16614         (gnus-group-read-ephemeral-gmane-group): New command.
16615
16616 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16617
16618         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16619
16620 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16621
16622         * message.el (message-send-mail-function): Increase custom version.
16623
16624         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16625         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16626
16627 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16628
16629         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16630         for the cases where imap-authenticate is called with a nil buffer
16631         parameter.
16632
16633 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16636         html parts correctly; support forwarded messages.
16637         (gnus-article-browse-html-article): Remove work buffers.
16638
16639         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16640         compiling.
16641         (netrc-bound-and-true-p): New macro.
16642         (netrc-parse): Use it instead of bound-and-true-p that is not available
16643         in XEmacs 21.4.
16644
16645 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16646
16647         * gnus-registry.el (gnus-registry-mark-article)
16648         (gnus-registry-article-marks): Add functionality to mark articles
16649         through the Gnus registry.
16650
16651         * encrypt.el: Clarify documentation for the new pgg method.
16652         (encrypt-file-alist): Add PGG option.
16653         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16654         functionality.  Abstract password key and messaging to external
16655         functions.
16656         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16657         (encrypt-message-method-and-cipher): Add new convenience external
16658         functions.
16659         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16660         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16661
16662         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16663         (netrc-parse): Use encrypt-file-alist to determine if
16664         encrypt-find-model or encrypt-insert-file-contents should be used.
16665
16666         * encrypt.el: Clarify documentation.  Load password-cache or
16667         password, whichever one is found first, instead of autoloading.
16668
16669 2007-12-19  Glenn Morris  <rgm@gnu.org>
16670
16671         * mml.el (message-options-set, message-narrow-to-head)
16672         (message-in-body-p, message-mail-p, message-encode-message-body):
16673         Autoload.
16674         (message-remove-header, message-narrow-to-headers-or-head)
16675         (message-subscribed-p, message-make-mail-followup-to)
16676         (message-position-on-field, message-news-p)
16677         (message-options-set-recipient, message-generate-headers)
16678         (message-sort-headers): Declare as functions.
16679
16680 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16681
16682         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16683         convention in doc string.
16684
16685 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16688         title to html parts.
16689         (gnus-article-browse-html-article): Pass message header to it.
16690
16691         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16692
16693 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16694
16695         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16696         or password compatible with XEmacs.
16697
16698 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16699
16700         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16701         format document.
16702         (gnus-mime-delete-part): Don't write description line if empty.
16703         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16704
16705 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16706
16707         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16708         (gnus-summary-mark-read-and-unread-as-read)
16709         (gnus-summary-mark-current-read-and-unread-as-read)
16710         (gnus-summary-mark-unread-as-ticked): Doc fix.
16711         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16712
16713 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16714
16715         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16716         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16717
16718 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16719
16720         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16721         yes-or-no-p.
16722
16723 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * mm-decode.el (mm-add-meta-html-tag): New function.
16726         (mm-save-part-to-file, mm-pipe-part): Use it.
16727
16728         * gnus-art.el (gnus-article-browse-delete-temp-files):
16729         Use gnus-y-or-n-p instead of y-or-n-p.
16730         (gnus-article-browse-html-parts): Work with message/external-body; use
16731         mm-add-meta-html-tag.
16732
16733 2007-12-11  Glenn Morris  <rgm@gnu.org>
16734
16735         * gnus-cache.el: Require gnus-sum not just when compiling.
16736
16737         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16738
16739         * gnus-int.el (gnus-server-opened, gnus-status-message):
16740         Move definitions before use.
16741
16742         * mm-decode.el: Require gnus-util.
16743         (mm-remove-part): Only call delete-annotation on XEmacs.
16744
16745         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16746
16747         * nnmail.el: Require gnus-int.
16748
16749         * spam.el: Move `require's before `eval-when-compile's.
16750
16751         * gnus-ems.el (gnus-alive-p):
16752         * gnus-fun.el (message-goto-eoh):
16753         * gnus-util.el (gnus-group-name-decode):
16754         * mail-source.el (gnus-compress-sequence):
16755         * message.el (Info-goto-node, format-spec):
16756         * mm-bodies.el (message-options-get):
16757         * mm-decode.el (mm-view-pkcs7):
16758         * mm-util.el (gmm-write-region):
16759         * mml-smime.el (mml-compute-boundary)
16760         (gnus-completing-read-with-default):
16761         * mml.el (widget-button-press, gnus-make-hashtable):
16762         * mml1991.el (mm-decode-content-transfer-encoding)
16763         (mm-encode-content-transfer-encoding)
16764         (message-options-get, message-options-set):
16765         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16766         * nnfolder.el (gnus-request-group):
16767         * nnheader.el (ietf-drums-unfold-fws):
16768         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16769         * smime.el (gnus-run-mode-hooks):
16770         * spam-stat.el (gnus-message): Autoload.
16771
16772         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16773         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16774         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16775         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16776         Add declare-function compatibility definition.
16777
16778         * gnus-cache.el (nnvirtual-find-group-art):
16779         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16780         (gnus-add-image, gnus-add-wash-type):
16781         * gnus-group.el (nnkiboze-score-file):
16782         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16783         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16784         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16785         (message-tokenize-header, gnus-get-buffer-create)
16786         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16787         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16788         * gnus.el (gnus-group-decoded-name):
16789         * mail-source.el (imap-capability):
16790         * mm-bodies.el (message-options-set):
16791         * mm-decode.el (gnus-configure-windows):
16792         * mm-extern.el (message-goto-body):
16793         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16794         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16795         (epg-sub-key-validity, message-options-set):
16796         * mml.el (widget-event-point, gnus-configure-windows):
16797         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16798         * mml2015.el (epg-check-configuration, epg-configuration)
16799         (message-options-set):
16800         * nndb.el (nndb-request-article):
16801         * nnfolder.el (gnus-request-create-group):
16802         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16803         * nnmaildir.el (gnus-group-mark-article-read):
16804         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16805         * rfc1843.el (message-fetch-field):
16806         * spam.el (gnus-extract-address-components):
16807         Declare as functions.
16808
16809 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16812
16813         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16814
16815         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16816         bind show-trailing-whitespace for XEmacs.
16817
16818 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16819
16820         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16821         new no-op macro for backward compatibility.
16822
16823         * imap.el (imap-string-to-integer): New function.
16824
16825 2007-12-09  Glenn Morris  <rgm@gnu.org>
16826
16827         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16828
16829         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16830         * message.el, mm-view.el, sieve-manage.el, smime.el:
16831         Add declare-function compatibility definition.
16832
16833         * gnus-art.el (w3-region, w3m-region, Info-menu):
16834         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16835         * gnus-sum.el (gnus-get-predicate):
16836         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16837         * message.el (mail-abbrev-in-expansion-header-p):
16838         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16839         (w3m-detect-meta-charset, w3m-region):
16840         * sieve-manage.el (password-read, password-cache-add)
16841         (password-cache-remove):
16842         * smime.el (password-read-and-add): Declare as functions.
16843
16844 2007-12-08  David Kastrup  <dak@gnu.org>
16845
16846         * gnus-sum.el (gnus-summary-simplify-subject-query):
16847         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16848         `message'.
16849
16850 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16853         it to bind idna-program, installation-directory, defined-colors, and
16854         face-attribute for XEmacs of the version that compiles defcustom forms.
16855
16856 2007-12-07  Glenn Morris  <rgm@gnu.org>
16857
16858         * gnus-art.el (article-make-date-line): Revert previous change.
16859
16860 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16861
16862         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16863
16864 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16865
16866         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16867         Call gnus-add-to-range ranges only once with a prepared article-list.
16868
16869 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16870
16871         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16872         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16873         group names with backslashes.
16874         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16875
16876 2007-12-06  Deepak Goel  <deego3@gmail.com>
16877
16878         * gnus-art.el (article-make-date-line):
16879         * gnus-start.el (gnus-load):
16880         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16881
16882 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * gnus-art.el (gnus-use-idna):
16885         * gnus-start.el (gnus-site-init-file):
16886         * message.el (message-use-idna):
16887         * mm-uu.el (mm-uu-hide-markers):
16888         * smiley.el (smiley-style): Revert changes that suppress warnings.
16889
16890 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16893         specify charset to html source.
16894         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16895
16896 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16899         idna-program in order to suppress byte compile warning issued by XEmacs
16900         that came to byte compile the default value section of defcustom forms
16901         recently.
16902
16903         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16904         value of installation-directory.
16905
16906         * message.el (message-use-idna): Don't directly refer to the value of
16907         idna-program.
16908
16909         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16910
16911         * smiley.el (smiley-style): Don't directly call face-attribute.
16912
16913 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16914
16915         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16916
16917         * gnus-dired.el: Reduce Gnus dependencies.
16918         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16919         Don't require.  Use autoloads instead.
16920         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16921         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16922         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16923         (gnus-dired-mode): Adjust doc string.
16924         (gnus-dired-mail-mode): New variable.
16925         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16926         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16927         (gnus-dired-mail-buffers): New function.  Return mail or message
16928         composition buffers.
16929         (gnus-dired-attach): Use it.
16930         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16931         NO-DECODE.
16932         (gnus-dired-print): Use `gnus-print-buffer' depending on
16933         `gnus-dired-mail-mode'.
16934
16935 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16936
16937         * rfc2047.el (rfc2047-encoded-word-regexp)
16938         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16939         explaining what regexp patterns are for.
16940
16941 2007-12-04  Glenn Morris  <rgm@gnu.org>
16942
16943         * password.el: Move to password-cache.el.
16944
16945         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16946         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16947         * mml-smime.el (password-read, password-cache-add)
16948         (password-cache-remove):
16949         No need to autoload, since mml-sec requires password.
16950
16951         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16952         * message.el (gnus-extract-address-components):
16953         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16954
16955         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16956         password.
16957
16958 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16959
16960         * mailcap.el: Reduce dependencies.
16961         (mail-header-parse-content-type): Autoload.
16962         (mailcap-delete-duplicates): New alias.
16963         (mailcap-mime-info): Add optional argument NO-DECODE.
16964         (mailcap-mime-types): Use mailcap-delete-duplicates.
16965
16966         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16967
16968 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16969
16970         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16971         (imap-parse-status): Upcase status-att for servers that sends them
16972         lower-case (e.g., MS Exchange 2007).
16973
16974 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16975
16976         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16977         function.
16978
16979         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16980         (gnus-uu-yenc-article): New function.
16981
16982         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16983
16984         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16985
16986 2007-12-02  Glenn Morris  <rgm@gnu.org>
16987
16988         * binhex.el (binhex): New custom group.
16989         (binhex-decoder-program, binhex-decoder-switches)
16990         (binhex-use-external): Move to the binhex custom group.
16991
16992         * uudecode.el (uudecode): New custom group.
16993         (uudecode-decoder-program, uudecode-decoder-switches)
16994         (uudecode-use-external): Move to the uudecode custom group.
16995
16996         * netrc.el (top-level): Don't load `encrypt' features.
16997         (netrc-parse): Don't use encrypt.
16998         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16999
17000         * encrypt.el: Remove file.
17001
17002 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
17003
17004         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
17005         matches on patches.
17006
17007         * gnus-art.el (gnus-article-browse-html-article):
17008         Mention `mm-text-html-renderer' in the doc string.
17009
17010         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
17011         string.  Add comments.
17012
17013         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
17014         if rhs is ASCII.
17015
17016 2007-12-01  Glenn Morris  <rgm@gnu.org>
17017
17018         * mail-source.el (top-level): Require format-spec before
17019         eval-when-compile.
17020
17021 2007-11-30  Glenn Morris  <rgm@gnu.org>
17022
17023         * encrypt.el: Require password, rather than autoloading password-read.
17024
17025 2007-11-29  Glenn Morris  <rgm@gnu.org>
17026
17027         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
17028         (sasl-make-client, sasl-next-step, sasl-step-data)
17029         (sasl-step-set-data): Declare as functions.
17030
17031 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
17032
17033         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
17034
17035 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
17036
17037         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
17038         certs should be verified and what is to be done in the event of a
17039         verification failure.
17040
17041         * gnus.el (gnus-method-to-server): Add an optional parameter so the
17042         caller can indicate whether the cache should be disregarded for this
17043         call.  This way the result of the call is reproducible at all times and
17044         can be considered a canonical server name for the supplied method.
17045         (gnus-agent-method-p): Canonicalize server names by pushing their
17046         method through `gnus-method-to-server' using the no-cache argument.
17047
17048         * gnus-srvr.el (gnus-server-insert-server-line):
17049         Call `gnus-method-to-server' with `no-cache' argument.
17050
17051         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
17052         gnus-agent-possibly-synchronize-flags as this should be called when the
17053         server is actually being opened.
17054         (gnus-agent-possibly-synchronize-flags)
17055         (gnus-agent-possibly-synchronize-flags-server): Move check for the
17056         flags file of an agentized server to the latter function.
17057
17058         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
17059         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
17060         after a connection has been established successfully.
17061
17062 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * gnus-art.el (article-display-face): Force to display face if called
17065         interactively; check if gnus-article-x-face-too-ugly matches author.
17066         (article-display-x-face): Display face even if From header is missing
17067         as article-display-face does.
17068
17069 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
17070
17071         * hashcash.el (message-narrow-to-headers-or-head)
17072         (message-fetch-field, message-goto-eoh)
17073         (message-narrow-to-headers): Declare as functions.
17074
17075 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
17076
17077         * mail-source.el (mail-sources): Default to fetch from file for
17078         compatibility with default of nnmail-spool-file.
17079
17080 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
17083         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
17084         to look for encoded word that should be encoded again.
17085         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
17086         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
17087         encoding pattern.
17088         (rfc2047-decode-region): Switch strict regexp and loose one according
17089         to rfc2047-allow-irregular-q-encoded-words.
17090
17091 2007-11-25  Romain Francoise  <romain@orebokech.com>
17092
17093         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
17094
17095 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17096
17097         * tls.el (tls-program): Provide more custom choices from
17098         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
17099         (tls-process-connection-type, tls-success): Remove "*" in doc string.
17100
17101 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17102
17103         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
17104         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
17105
17106         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
17107         `nnmail-spool-file'.
17108
17109         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
17110         `nnmail-spool-file'.
17111
17112         * gnus-move.el (gnus-change-server): Ditto.
17113
17114         * gnus-kill.el (gnus-batch-score): Ditto.
17115
17116         * gnus-cache.el (gnus-jog-cache): Ditto.
17117
17118         * gnus-msg.el (gnus-summary-reply):
17119         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
17120
17121 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17122
17123         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17124         version.  Minor improvement to doc strings.
17125         (tls-program): Add comment.
17126
17127 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17128
17129         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17130         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17131         mismatch between the hostname provided in the certificate and the name
17132         of the host connnecting to.
17133         (open-tls-stream): Use them.  Check certificates against trusted root
17134         certificates.
17135
17136 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17137
17138         * gnus-cache.el (gnus-cache-generate-nov-databases):
17139         Use nnml-generate-nov-databases-directory instead of
17140         nnml-generate-nov-databases-1.
17141
17142 2007-11-24  Glenn Morris  <rgm@gnu.org>
17143
17144         * message.el (message-tool-bar-retro): Update for rename
17145         mail_send.xpm->mail-send.xpm.
17146
17147 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17148
17149         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17150         `smime-ldap-search' for Emacs 22 and up.
17151
17152 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17153
17154         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17155
17156         * message.el (message-send-mail-function): Fix error convention.
17157         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17158         (message-widen-reply, message-send-mail, message-talkative-question)
17159         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17160         (message-clone-locals, message-send-news): Use with-current-buffer.
17161         (message-insert-or-toggle-importance): Remove unused var `valid'.
17162         (message-make-references): Remove unused var `new-references'.
17163         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17164
17165 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17166
17167         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17168         (spam-split-symbolic-return-positive): Reflow docstring.
17169         (spam-backends, spam-summary-exit-behavior)
17170         (spam-mark-ham-unread-before-move-from-spam-group)
17171         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17172         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17173         (spam-clear-cache, spam-backend-check, spam-install-backend)
17174         (spam-install-statistical-backend, spam-list-of-processors)
17175         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17176         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17177         (spam-check-crm114, spam-initialize, spam-unload-hook):
17178         Fix typos in docstrings.
17179
17180 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17183         been checked if they have never been read and those group levels are
17184         higher than the one that a user specified.
17185
17186 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17189         foreign groups unless a group level is specified by a user.
17190         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17191
17192 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17193
17194         * message.el (message-send-mail-function): Require sendmail.
17195
17196 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17197
17198         * message.el (message-send-mail-function): Check for smtpmail too.
17199
17200         * utf7.el (utf7-encode, utf7-decode): Use coding system
17201         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17202
17203         * message.el (message-send-mail-function): New function.
17204         (message-send-mail-function): Set default using
17205         message-send-mail-function.  Adjust doc string.
17206         (message-send-mail-with-mailclient): New function.
17207
17208 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17209
17210         * smime.el (from):
17211         * rfc2047.el (message-posting-charset):
17212         * qp.el (mm-use-ultra-safe-encoding):
17213         * pop3.el (parse-time-months):
17214         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17215         * nnml.el (files):
17216         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17217         (jka-compr-compression-info-list, ange-ftp-path-format)
17218         (efs-path-regexp):
17219         * nndiary.el (files):
17220         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17221         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17222         (epg-digest-algorithm-alist, inhibit-redisplay)
17223         (password-cache-expiry):
17224         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17225         (pgg-output-buffer, password-cache-expiry):
17226         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17227         (efs-path-regexp):
17228         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17229         (inhibit-redisplay):
17230         * mm-uu.el (file-name, start-point, end-point, entry)
17231         (gnus-newsgroup-name, gnus-newsgroup-charset):
17232         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17233         (latin-unity-ucs-list):
17234         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17235         (mm-uu-binhex-decode-function):
17236         * message.el (gnus-message-group-art, gnus-list-identifiers)
17237         (rmail-enable-mime-composing, gnus-local-organization)
17238         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17239         (gnus-read-active-file, facemenu-add-face-function)
17240         (facemenu-remove-face-function, gnus-article-decoded-p)
17241         (tool-bar-mode):
17242         * mail-source.el (display-time-mail-function):
17243         * gnus-util.el (nnmail-pathname-coding-system)
17244         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17245         (gnus-original-article-buffer, gnus-user-agent)
17246         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17247         (xemacs-codename, sxemacs-codename, emacs-program-version):
17248         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17249         * gnus-start.el (gnus-agent-covered-methods)
17250         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17251         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17252         (gnus-newsgroup-headers, gnus-group-list-mode)
17253         (gnus-group-mark-positions, gnus-newsgroup-data)
17254         (gnus-newsgroup-unreads, nnoo-state-alist)
17255         (gnus-current-select-method, mail-sources)
17256         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17257         (nnmail-spool-file, gnus-cache-active-hashtb):
17258         * gnus-mh.el (mh-lib-progs):
17259         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17260         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17261         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17262         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17263         (gnus-group-buffer):
17264         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17265         (font-lock-set-defaults):
17266         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17267         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17268         (gnus-summary-post-menu, total-parts, type, condition, length):
17269         * gnus-agent.el (gnus-agent-read-agentview):
17270         * flow-fill.el (show-trailing-whitespace):
17271         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17272         eval-and-compile wrappers for byte compiler pacifiers.
17273
17274         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17275         (mm-display-inline-fontify): Check for featurep 'xemacs not
17276         extent-list.
17277
17278         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17279         itimer-list.
17280         (mm-create-image-xemacs): Only do something for XEmacs.
17281         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17282
17283         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17284
17285         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17286         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17287
17288 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17289
17290         * nnimap.el (nnimap-split-download-body):
17291         * gnus-demon.el (gnus-demon):
17292         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17293
17294 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17297         New macros.
17298         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17299         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17300         copy data from unibyte buffer to multibyte current buffer.
17301         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17302         to copy data from unibyte current buffer to multibyte buffer.
17303         (nntp-make-process-buffer): Make process buffer unibyte.
17304
17305         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17306
17307 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17308
17309         * pop3.el (pop3-open-server): Accept and process data more robustly at
17310         connection start to avoid spurious "POP SSL connection failed" errors.
17311
17312 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17313
17314         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17315         read group names.
17316
17317 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17318
17319         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17320
17321 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17322
17323         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17324         (nnmail-save-active): Use a unibyte buffer when saving active file,
17325         which may contain non-ASCII group names.
17326
17327         * nnml.el (nnml-request-group): Decode group names in messages.
17328
17329 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17330
17331         * message.el (message-citation-line-function)
17332         (message-insert-formatted-citation-line): Fix spelling of
17333         `message-insert-formated-citation-line'.
17334
17335 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17336
17337         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17338
17339 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17340
17341         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17342         nnmail-pathname-coding-system.
17343
17344         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17345         that a user enters; decode group names in messages.
17346
17347         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17348
17349 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17350
17351         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17352
17353         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17354
17355         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17356         risky local variable.
17357
17358         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17359
17360 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17361
17362         * encrypt.el: Improve documentation to fix function name typo.
17363         Reported by Daiki Ueno <ueno@unixuser.org>.
17364
17365 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17366
17367         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17368         even if the point is not in the last page of an article.
17369         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17370         back to the previous page.
17371
17372 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17373
17374         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17375
17376 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17379
17380 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17381
17382         * message.el (message-check-news-body-syntax):
17383         Avoid mm-string-as-multibyte.
17384         (message-hide-headers): Don't assume (point-min)==1.
17385
17386 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17387
17388         * message.el (message-remove-blank-cited-lines): Fix if remove is
17389         given.
17390         (message-bogus-address-regexp): New variable.
17391         (message-bogus-recipient-p): New function.
17392         (message-check-recipients): New command.
17393         (message-syntax-checks): Add `bogus-recipient'.
17394         (message-fix-before-sending): Add `bogus-recipient'.
17395
17396         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17397         (gnus-treat-body-boundary): Don't test window-system.
17398
17399 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17400
17401         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17402
17403 2007-10-28  Miles Bader  <miles@gnu.org>
17404
17405         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17406         at compile-time too.
17407
17408 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17409
17410         * gnus-msg.el (gnus-message-setup-hook):
17411         Add `message-remove-blank-cited-lines' to options.
17412
17413 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17414
17415         * message.el (message-remove-blank-cited-lines): New function.
17416         Suggested by Karl Plästerer.
17417
17418 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17419
17420         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17421         mapc.
17422
17423         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17424         (top-level): Use mapc to set functions to be traced for debugging.
17425
17426         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17427         called for effect with while loop.
17428
17429         * message.el (message-talkative-question): Replace mapcar called for
17430         effect with mapc.
17431
17432         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17433         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17434         called for effect with dolist.
17435
17436         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17437
17438         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17439         gnus-extra-headers and nnmail-extra-headers.
17440
17441         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17442         called for effect with dolist.
17443         (top-level): Use mapc to set functions to be traced for debugging.
17444
17445         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17446         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17447         dolist.
17448
17449         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17450         Replace mapcar called for effect with mapc.
17451         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17452         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17453         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17454         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17455
17456         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17457         remove-if that's a cl function.
17458
17459         * webmail.el (webmail-debug): Replace mapcar called for effect with
17460         dolist.
17461
17462         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17463         with mapc.
17464
17465 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17466
17467         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17468         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17469         with while loop.
17470
17471         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17472         functions from article-* functions.
17473         (gnus-multi-decode-header): Replace mapcar called for effect with
17474         dolist.
17475
17476         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17477         (gnus-bookmark-show-details): Replace mapcar called for effect with
17478         while loop.
17479
17480         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17481         called for effect with while loop.
17482
17483         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17484         with dolist.
17485
17486         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17487         Replace mapcar called for effect with dolist.
17488
17489         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17490
17491         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17492         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17493         Replace mapcar called for effect with dolist.
17494         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17495         mapc.
17496
17497         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17498         Replace mapcar called for effect with dolist.
17499         (gnus-topic-list): Replace mapcar called for effect with mapc.
17500
17501         * gnus.el: Use mapc instead of mapcar to add autoloads.
17502
17503 2007-10-23  Richard Stallman  <rms@gnu.org>
17504
17505         * gnus-group.el (gnus-group-highlight): Mark as risky.
17506
17507 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17508
17509         * gnus.el (gnus-server-to-method): Return method found first in
17510         gnus-newsrc-alist.
17511
17512         * gnus-art.el (gnus-article-highlight-signature)
17513         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17514         button overlay without the front stickiness.
17515
17516 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17517
17518         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17519         overview buffer needed a catch to receive its throw.
17520         (gnus-agent-flush-cache): Declare as interactive to make this function
17521         easier to use.
17522
17523 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17524
17525         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17526         `next-line'.
17527
17528 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17531         exclude address matching message-dont-reply-to-names.
17532
17533 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17534
17535         * gnus-util.el (gnus-string<): New function.
17536
17537         * gnus-sum.el (gnus-article-sort-by-author)
17538         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17539
17540 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17541
17542         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17543         the frame-focus tag is set in gnus-buffer-configuration.
17544
17545 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17546
17547         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17548         the front stickiness.
17549
17550 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17553         url pattern; remove duplicate one.
17554         (gnus-article-extend-url-button): New function.
17555         (gnus-article-add-buttons): Use it.
17556         (gnus-button-push): Use concatenated url that it makes.
17557
17558 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17559
17560         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17561
17562 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17563
17564         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17565         Don't hardcode point-min==1.
17566
17567 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17568
17569         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17570         Fix comment about "iso8859-1".
17571
17572 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17573
17574         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17575         ones returned from the verify-function.
17576
17577         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17578         Call mml2015-extract-cleartext-signature if extraction failed.
17579
17580 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17581
17582         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17583         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17584         failed.
17585
17586 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17587
17588         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17589
17590 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17591
17592         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17593         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17594         recommends to use EasyPG instead of PGG.
17595
17596         * pgg.el: Revert to revision 6.23.2.16.
17597
17598         * pgg-def.el: Revert to revision 6.6.2.14.
17599
17600         * pgg-gpg.el: Revert to revision 6.23.2.34.
17601
17602 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17603
17604         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17605         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17606         thread for both the null and zero (kill/expire thread) universal prefix
17607         cases.
17608         (gnus-summary-expire-thread): Add new function to expire a thread,
17609         using gnus-summary-kill-thread.
17610         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17611         shortcuts for gnus-summary-expire-thread.
17612         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17613         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17614
17615 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17616
17617         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17618         extras value, so an extras entry can be deleted.
17619         (gnus-registry-delete-extra-entry): Use it.
17620         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17621         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17622         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17623         storage through the gnus-registry, and provide an appropriate API for
17624         it.
17625
17626 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17629         Suggested by Leo <sdl.web@gmail.com>.
17630
17631         * gnus.el: Do.
17632
17633 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17634
17635         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17636         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17637
17638         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17639
17640         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17641         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17642
17643 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17646         newline.
17647         (nnmbox-request-accept-article): Don't change article in source buffer;
17648         narrow to header to use message-fetch-field rather than
17649         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17650         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17651         as delimiters; make sure article ends with newline.
17652         (nnmbox-delete-mail): Correct last position of article to be deleted;
17653         ignore X-Gnus-Newsgroup header in article body.
17654         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17655         positions; make sure article ends with newline.
17656
17657         * message.el (message-display-abbrev): Don't infloop when a user
17658         inserts SPC in the beginning of header.
17659
17660         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17661         coding-system-for-read and coding-system-for-write for XEmacs having no
17662         file-coding feature.
17663
17664         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17665
17666 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17667
17668         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17669         list of groups not followed by default.  Fix type to be regexp.
17670         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17671
17672 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17673
17674         * hmac-def.el (define-hmac-function): Switch from old-style to
17675         new-style backquotes.
17676
17677         * md4.el (md4-make-step): Likewise.
17678
17679 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17680
17681         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17682         raw-text coding system when saving .newsrc file, which may contain
17683         non-ASCII group names.
17684
17685 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17686
17687         * gnus-cus.el (gnus-score-extra): New widget.
17688         (gnus-score-extra-convert): New function.
17689         (gnus-score-customize): Use it for Extra.
17690
17691 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17692
17693         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17694         (mml2015-mailcrypt-clear-verify): Use it.
17695         (mml2015-gpg-clear-verify): Use it.
17696         (mml2015-pgg-clear-verify): Use it.
17697         (mml2015-epg-clear-verify): Replace the current part with the output
17698         from GnuPG; don't extract the plaintext by itself.
17699
17700         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17701         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17702         mml2015-clear-verify-function; don't touch the armor headers or
17703         dash-escaped text here.
17704
17705 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17706
17707         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17708         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17709         parts, or application/octet-stream as a last resort.
17710         (gnus-mime-view-part-as-type): Don't toggle display.
17711         (gnus-mime-view-part-as-charset): Don't turn off display before
17712         querying charset.
17713
17714         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17715         stuff to undisplayer function in Emacs.
17716         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17717
17718         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17719         text/calendar parts.
17720
17721 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17722
17723         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17724         decoding text/calendar parts.
17725
17726         * message.el (message-forward-make-body-mime): Always mark body as
17727         having no illegible text; remove signed-or-encrypted argument.
17728         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17729
17730         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17731         (mml-generate-mime-1): Don't encode body if it is specified to be in
17732         raw form; don't make buffer be unibyte when inserting multibyte string.
17733
17734 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17735
17736         * sha1.el: Fix up comment style.
17737         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17738         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17739
17740         * hex-util.el: Fix up comment style.
17741         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17742
17743         * gnus-salt.el: Use with-current-buffer.
17744         (gnus-pick-setup-message): Fix long-standing typo.
17745
17746 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17747
17748         * imap.el (imap-logout-timeout): New variable.
17749         (imap-logout, imap-logout-wait): New functions.
17750         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17751
17752         * nnimap.el (nnimap-logout-timeout): New server variable.
17753         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17754         nnimap-logout-timeout.
17755
17756         * gnus-art.el (gnus-article-summary-command-nosave)
17757         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17758
17759 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17760
17761         * gnus.el (gnus-maximum-newsgroup): New variable.
17762
17763         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17764         according to gnus-maximum-newsgroup.
17765
17766         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17767         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17768         Limit the range of articles according to gnus-maximum-newsgroup.
17769
17770 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17771
17772         * gnus-art.el (gnus-sticky-article): Fix problems described in
17773         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17774         Don't perform gnus-configure-windows here; reuse existing sticky
17775         article buffer.
17776
17777         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17778         it doesn't exist in gnus-article-mode.
17779
17780 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17781
17782         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17783         (gnus-agent-decoded-group-name): New function.
17784         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17785         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17786
17787 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17788
17789         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17790         Add binding for gnus-sticky-article.
17791         (gnus-summary-exit): Don't kill sticky article buffers.
17792
17793         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17794         article buffer.
17795         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17796         (gnus-kill-sticky-article-buffers): New commands.
17797
17798 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * nntp.el (nntp-xref-number-is-evil): New server variable.
17801         (nntp-find-group-and-number): If it is non-nil, don't trust article
17802         numbers in the Xref header.
17803
17804 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17805
17806         * gnus-agent.el (gnus-agent-read-group): New function.
17807         (gnus-agent-flush-group, gnus-agent-expire-group)
17808         (gnus-agent-regenerate-group): Use it.
17809         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17810         nnmail-pathname-coding-system.
17811
17812 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17815
17816         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17817         that are unread as unread, and also as selected so that information of
17818         marks having been changed by a user may be updated when exiting group.
17819
17820 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17821
17822         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17823
17824 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17825
17826         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17827         calculated ignoring signature parts to gnus-treat-article.
17828
17829 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17830
17831         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17832         a point here in order to keep the window start.
17833         (gnus-insert-mime-security-button): Make a button overlay without the
17834         front stickiness.
17835         (gnus-mime-display-security): Goto the end of a button.
17836
17837         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17838
17839 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17840
17841         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17842         group-name-at-point.
17843         (gnus-group-completing-read): New function that offers decoded
17844         non-ASCII group names for completion.
17845         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17846         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17847         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17848         (gnus-group-fetch-control): Use it.
17849         (gnus-fetch-group): Use group-name-at-point for the initial value
17850         rather than the default value; use gnus-alive-p.
17851
17852         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17853         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17854         (gnus-summary-post-news): Use gnus-group-completing-read.
17855
17856         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17857         (gnus-read-move-group-name): Decode group name for completion.
17858
17859 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17860
17861         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17862         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17863         Yamaoka slightly modified the code).
17864
17865 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17866
17867         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17868         (nnmail-split-incoming): Bind it.
17869
17870         * nnml.el (nnml-group-name-charset): New function.
17871         (nnml-decoded-group-name): Use it; don't decode group name if
17872         nnmail-group-names-not-encoded-p is non-nil.
17873         (nnml-encoded-group-name): New function.
17874         (nnml-group-pathname): Inline nnml-decoded-group-name.
17875         (nnml-request-expire-articles): Decode group name in message.
17876         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17877         nnmail-pathname-coding-system.
17878         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17879         not decoded ones according to nnmail-group-names-not-encoded-p.
17880         (nnml-generate-active-info): Use nnml-encoded-group-name.
17881
17882 2007-08-08  Glenn Morris  <rgm@gnu.org>
17883
17884         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17885         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17886         doc-strings and comments.
17887
17888 2007-07-25  Glenn Morris  <rgm@gnu.org>
17889
17890         * Relicense all FSF files to GPLv3 or later.
17891
17892 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17893
17894         * gnus-sum.el (gnus-summary-move-article):
17895         Make gnus-summary-respool-article work.
17896
17897 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17898
17899         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17900         string.
17901
17902 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17903
17904         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17905         that should be ignored when comparing distant RSS articles with local
17906         ones.
17907         (nnrss-make-hash-index): New function.  Create a hash index according
17908         to the ignored fields.
17909         (nnrss-check-group): Use it.
17910
17911 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17914
17915         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17916
17917         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17918         the new optional argument ENCODED is non-nil.
17919         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17920         coding system for encoding group name.
17921         (gnus-group-make-rss-group): Pass un-encoded group name to
17922         gnus-group-make-group.
17923         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17924         encoded.
17925
17926         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17927         Encode group name to which articles are moved or copied.
17928         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17929         coding system for encoding Newsgroup, Followup-To and Xref headers.
17930
17931         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17932         marks; use nnheader-file-coding-system to write a file.
17933         (nnagent-retrieve-headers): Bind file-name-coding-system to
17934         nnmail-pathname-coding-system.
17935
17936         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17937
17938         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17939         (nnml-request-article, nnml-request-create-group)
17940         (nnml-request-rename-group, nnml-find-id)
17941         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17942         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17943         (nnml-save-marks): Use nnml-group-pathname instead of
17944         nnmail-group-pathname.
17945
17946         (nnml-request-create-group, nnml-request-expire-articles)
17947         (nnml-request-move-article, nnml-request-delete-group)
17948         (nnml-deletable-article-p, nnml-possibly-create-directory)
17949         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17950         (nnml-open-marks): Bind file-name-coding-system to
17951         nnmail-pathname-coding-system.
17952
17953         (nnml-request-article): Pass server argument to nnml-find-group-number.
17954         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17955         Pass server argument to nnml-possibly-create-directory.
17956         (nnml-request-accept-article): Pass server argument to
17957         nnml-active-number and nnml-save-mail.
17958         (nnml-find-group-number): Pass server argument to nnml-find-id.
17959         (nnml-request-update-info): Pass server argument to
17960         nnml-marks-changed-p.
17961
17962         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17963         (nnml-save-mail, nnml-active-number): Add server argument.
17964
17965         (nnml-request-delete-group): Warn if group is missing.
17966         (nnml-get-nov-buffer): Decode group name.
17967         (nnml-generate-active-info): Encode group name.
17968         (nnml-open-marks): Decode group name in messages.
17969
17970 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17971
17972         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17973         if it is not specified.
17974         (gnus-article-pipe-part, gnus-article-save-part)
17975         (gnus-article-interactively-view-part, gnus-article-copy-part)
17976         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17977         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17978         (gnus-article-replace-part, gnus-article-delete-part)
17979         (gnus-article-view-part-as-type): Pass raw prefix argument to
17980         gnus-article-part-wrapper.
17981
17982 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17983
17984         * gnus-agent.el (gnus-agent-save-active):
17985         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17986
17987         * gnus-cache.el (gnus-cache-save-buffers)
17988         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17989         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17990         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17991         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17992         (gnus-cache-generate-active, gnus-cache-rename-group)
17993         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17994         (gnus-cache-update-overview-total-fetched-for):
17995         Bind file-name-coding-system to nnmail-pathname-coding-system.
17996         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17997         New variables.
17998         (gnus-cache-decoded-group-name): New function.
17999         (gnus-cache-file-name): Use it.
18000         (gnus-cache-generate-active): Use non-decoded group name for active.
18001
18002         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
18003         right place.
18004         (gnus-write-active-file): Don't break non-ASCII group names.
18005
18006         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
18007         nnmail-pathname-coding-system.
18008
18009         * lpath.el: Bind default-file-name-coding-system,
18010         file-name-coding-system and language-info-alist for XEmacs.
18011
18012         * gnus-uu.el (gnus-uu-decode-save): Typo.
18013
18014 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18015
18016         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
18017
18018 2007-07-14  David Kastrup  <dak@gnu.org>
18019
18020         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
18021         finishing actions if we did not edit the article.
18022
18023 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18024
18025         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
18026         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
18027         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
18028         (gnus-agent-flush-group, gnus-agent-flush-cache)
18029         (gnus-agent-fetch-headers, gnus-agent-load-alist)
18030         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
18031         (gnus-agent-retrieve-headers, gnus-agent-request-article)
18032         (gnus-agent-regenerate-group)
18033         (gnus-agent-update-files-total-fetched-for)
18034         (gnus-agent-update-view-total-fetched-for):
18035         Bind file-name-coding-system to nnmail-pathname-coding-system.
18036         (gnus-agent-group-pathname): Don't encode file names by
18037         nnmail-pathname-coding-system.
18038         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
18039         coding-system-for-write instead of buffer-file-coding-system to
18040         gnus-agent-file-coding-system.
18041
18042         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
18043         Decode group name.
18044
18045         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
18046
18047         * gnus-start.el (gnus-update-active-hashtb-from-killed)
18048         (gnus-read-newsrc-el-file): Make group names unibyte.
18049
18050         * nnmail.el (nnmail-group-pathname): Don't encode file names by
18051         nnmail-pathname-coding-system.
18052
18053         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
18054         (nnrss-request-delete-group): Bind file-name-coding-system to
18055         nnmail-pathname-coding-system.
18056         (nnrss-read-server-data, nnrss-read-group-data):
18057         Bind file-name-coding-system correctly.
18058         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
18059
18060         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
18061         (nntp-server-to-method-cache): New variable.
18062         (nntp-group-pathname): New function that decodes non-ASCII group names.
18063         (nntp-possibly-create-directory, nntp-marks-changed-p)
18064         (nntp-save-marks, nntp-open-marks): Use it.
18065         (nntp-possibly-create-directory, nntp-open-marks):
18066         Bind file-name-coding-system to nnmail-pathname-coding-system.
18067         (nntp-open-marks): Decode group names when bootstrapping marks.
18068
18069         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
18070         Newsgroups and Followup-To headers.
18071
18072 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18073
18074         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18075         (gnus-server-closed-face, gnus-server-denied-face)
18076         (gnus-server-offline-face): Remove variable.
18077         (gnus-server-font-lock-keywords): Use faces that are not aliases.
18078
18079         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
18080         of modifying message-stack directly for XEmacs.
18081
18082         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
18083         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
18084         if the coding-system argument is nil for XEmacs.
18085
18086         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
18087         mm-charset-override-alist.
18088
18089         * rfc2047.el: Don't require base64; require rfc2045 for the function
18090         rfc2045-encode-string.
18091         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
18092         to quote the parameter value.
18093
18094 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18095
18096         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
18097         form in gnus-group-name-charset-method-alist.
18098
18099         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
18100         overrides the default layout edit-form.
18101
18102         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
18103
18104         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
18105
18106 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18107
18108         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
18109         as unfetched articles.
18110
18111 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
18112
18113         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
18114
18115 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18116
18117         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
18118         original back end that keeps marks in the local system.
18119
18120 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18121
18122         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
18123         arg of pop-to-buffer for XEmacs.
18124         (gnus-article-read-summary-keys): Ditto; don't restore window
18125         configuration if summary command ends up with neither article buffer
18126         nor summary buffer; describe bindings if summary keys end with C-h.
18127
18128 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18129
18130         * message.el (message-fix-before-sending): Skip raw message part to be
18131         forwarded while checking illegible text.
18132         (message-forward-make-body-mime, message-forward-make-body):
18133         Mark signed or encrypted raw message as having no illegible text.
18134
18135 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18136
18137         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18138         (gnus-message-with-timestamp-1): New macro.
18139         (gnus-message-with-timestamp): New function.
18140         (gnus-message): Use them.
18141
18142         * nnheader.el (nnheader-message): Use them.
18143
18144 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18145
18146         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18147         .newsrc.eld file.
18148
18149 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18150
18151         * gnus-agent.el (gnus-agent-fetch-headers)
18152         (gnus-agent-retrieve-headers):
18153         Bind gnus-decode-encoded-address-function to identity.
18154
18155         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18156         available also when the server returns simply a dot.
18157
18158         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18159
18160 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18161
18162         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18163
18164 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18165
18166         * gnus-ems.el (gnus-x-splash): Make it work.
18167
18168         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18169         from being used.
18170
18171         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18172
18173 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18174
18175         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18176         4th and the 5th arguments.
18177
18178         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18179         the front stickiness.
18180         (gnus-article-summary-command-nosave): Correct the order of the
18181         arguments passed to pop-to-buffer.
18182         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18183         summary command ends up with the article buffer.
18184
18185         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18186         the same faces.
18187
18188 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18189
18190         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18191
18192 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18193
18194         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18195         * gnus-sum.el (gnus-summary-highlight):
18196         * pgg.el (pgg-sign-region, pgg-sign):
18197         * mail-source.el (mail-source-delete-old-incoming-confirm):
18198         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18199
18200 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * gnus-art.el (gnus-mime-view-part-externally)
18203         (gnus-mime-view-part-internally): Fix predicate function passed to
18204         completing-read.
18205
18206         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18207
18208         * gnus.el (gnus-update-message-archive-method): Add :version.
18209
18210 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18211
18212         * gnus.el (gnus-update-message-archive-method): New variable.
18213
18214         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18215         according to gnus-message-archive-method if
18216         gnus-update-message-archive-method is non-nil.
18217
18218 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18219
18220         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18221         Suggested by Loic Dachary <loic@dachary.org>.
18222         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18223
18224 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18225
18226         * message.el (message-pop-to-buffer): Add switch-function argument.
18227         (message-mail): Pass switch-function argument to it.
18228
18229 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18230
18231         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18232         Improve doc string.
18233
18234 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18235
18236         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18237         (gnus-header-content):
18238         * gnus-cite.el (gnus-cite-10):
18239         * gnus-srvr.el (gnus-server-closed):
18240         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18241         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18242         (gnus-group-mail-3-empty, gnus-group-mail-low)
18243         (gnus-group-mail-low-empty, gnus-splash):
18244         * message.el (message-header-to, message-header-cc)
18245         (message-header-subject, message-header-other, message-header-name)
18246         (message-header-xheader, message-separator, message-cited-text)
18247         (message-mml): Lighten colors of faces used for dark background.
18248
18249 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18250
18251         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18252         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18253
18254 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18255
18256         * message.el (message-narrow-to-headers-or-head):
18257         Ignore mail-header-separator in the body.
18258
18259 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18260
18261         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18262         same as window size.
18263
18264 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18265
18266         * message.el (message-font-lock-keywords): Use message-header-xheader
18267         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18268         ahead of the anything pattern, to get it recognized.
18269
18270 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18271
18272         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18273         spam.el loads uses it in the compiled defadvice form.
18274
18275 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18276
18277         * gnus-sum.el (gnus-articles-to-read)
18278         (gnus-summary-insert-old-articles): Don't truncate group name for
18279         `read-string'.
18280
18281         * gnus-util.el (gnus-limit-string): Delete this function.
18282
18283         * gnus-sum.el (gnus-simplify-subject-fully):
18284         Use `truncate-string-to-width' instead.
18285
18286 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18287
18288         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18289         Tell if, on summary exit, the next group has to be selected.
18290         (gnus-summary-exit): Use it.
18291
18292 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18293
18294         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18295         non-break space.
18296
18297 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18298
18299         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18300         Check if group is not a directory.
18301         (nnfolder-request-expire-articles): Don't delete articles if the target
18302         group is not available.
18303
18304         * nnml.el (nnml-request-create-group): Properly check if group is not a
18305         file.
18306         (nnml-request-expire-articles): Don't delete articles if the target
18307         group is not available.
18308
18309         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18310         Don't quote characters that are within parentheses.
18311
18312 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18313
18314         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18315         (gnus-handle-ephemeral-exit): Select article according to it.
18316
18317 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18318
18319         * message.el (message-insert-formated-citation-line): Remove newline.
18320         (message-citation-line-format): Add final \n here so that the user can
18321         avoid a blank line.
18322
18323 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18324
18325         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18326         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18327         Update lanl/arXiv support.
18328
18329 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18330
18331         * gnus.el: Bump version number.
18332
18333 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18334
18335         * gnus.el (gnus-version-number): Bump version.
18336
18337 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18338
18339         * gnus.el: No Gnus v0.6 is released.
18340
18341 2007-04-27  Didier Verna  <didier@xemacs.org>
18342
18343         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18344         * gmm-utils.el (gmm-regexp-concat): ... here.
18345         * message.el: Don't require 'gnus-util.
18346         (message-dont-reply-to-names): Handle name change above.
18347         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18348
18349 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18352         since the initial value varies according to the system.
18353
18354 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18355
18356         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18357
18358 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18359
18360         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18361
18362 2007-04-24  Didier Verna  <didier@xemacs.org>
18363
18364         Improve the type of gnus-ignored-from-addresses.
18365         * gnus-util.el (gnus-orify-regexp): New function.
18366         * message.el (gnus-util): Require it.
18367         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18368         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18369         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18370
18371 2007-04-24  Didier Verna  <didier@xemacs.org>
18372
18373         * gnus-sum.el:
18374         * gnus-utils.el: Fix some trailing whitespaces.
18375
18376 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18377
18378         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18379         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18380         article's Message-ID; refer parent article in summary buffer.
18381
18382         * message.el (message-bounce): Call mime-to-mml.
18383
18384         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18385         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18386         optimize and/or forms properly.
18387
18388 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18389
18390         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18391         URL.
18392
18393 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18394
18395         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18396
18397 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18398
18399         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18400         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18401         displayed of multipart/alternative part if it is invoked from summary
18402         buffer.
18403
18404         * mm-view.el (mm-inline-text-html-render-with-w3m)
18405         (mm-inline-text-html-render-with-w3m-standalone)
18406         (mm-inline-render-with-function): Use mail-parse-charset by default.
18407
18408 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18409
18410         * parse-time.el (parse-time-string-chars): Check if CHAR
18411         is less than the length of parse-time-syntax.
18412
18413 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18416         from gnus-newsgroup-processable.
18417
18418 2007-04-16  Didier Verna  <didier@xemacs.org>
18419
18420         * gnus-msg.el (gnus-configure-posting-styles):
18421         Handle message-signature-directory properly with :file syntax.
18422         Reported by "Leo".
18423
18424 2007-04-11  Didier Verna  <didier@xemacs.org>
18425
18426         New user option: message-signature-directory.
18427         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18428         * message.el (message-insert-signature): Ditto.
18429         * message.el (message-signature-file): Doc update.
18430         * message.el (message-signature-directory): New.
18431
18432 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18433
18434         * gnus-msg.el (gnus-inews-yank-articles):
18435         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18436
18437 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18438
18439         * message.el (message-yank-original): Make sure cited text ends with
18440         newline; don't exchange point and mark.
18441
18442 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18443
18444         * tls.el (open-tls-stream): Properly handle case where there
18445         is no associated buffer.
18446
18447 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18448
18449         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18450         message-yank-original, make sure (< mark TEXT point).
18451
18452 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18453
18454         * message.el (message-fill-column): New variable.
18455         (message-mode): Use it.  Add comment on a possible new hook.
18456
18457         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18458         (nnmail-get-new-mail): Reformat.
18459
18460         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18461
18462         * gmm-utils.el: Fix Commentary.
18463         (gmm-tool-bar-from-list): Fix typo in doc string.
18464
18465 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18466
18467         * message.el (message-yank-original): Don't switch point and mark
18468         unnecessarily to put point and mark as documented.
18469
18470 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18471
18472         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18473         from the message heads.
18474
18475 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18476
18477         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18478         article buffer does not have a window.  This may not be the best
18479         solution but is certainly better than setting the start of the null,
18480         that is the current, window.
18481
18482 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18483
18484         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18485         (gnus-draft-setup): Run it.
18486
18487         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18488         gnus-score-fast-scoring.  Allow regexp.
18489         (gnus-score-headers): Use it.
18490
18491         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18492         XEmacs.
18493
18494         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18495         string.
18496         (gnus-button-alist): Also catch `<f1> k ...'.
18497         (gnus-treat-display-x-face): Fix doc string.
18498
18499 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18500
18501         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18502         evaluation of gnus-extended-version to ensure correct generation of the
18503         User-Agent header when message-generate-headers-first is used.
18504
18505 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18506
18507         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18508         hashcash-path is nil.  Don't call callback with incorrect number of
18509         parameters if val is 0.
18510
18511 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18512
18513         * message.el (message-required-news-headers):
18514         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18515
18516 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18517
18518         * tls.el (open-tls-stream): In handshake-waiting loop,
18519         don't wait more if there is output available to process.
18520
18521 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18522
18523         * tls.el (tls-program): Doc fix.
18524
18525 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18526
18527         * message.el (message-generate-new-buffers): Change the meaning of the
18528         nil value; add `standard' to the choices; treat t as `unique'; improve
18529         doc string.
18530         (gnus-select-frame-set-input-focus): Autoload.
18531         (message-buffer-name): Search for the existing message buffer if
18532         message-generate-new-buffers is nil or `standard'; treat the value t of
18533         message-generate-new-buffers as `unique'.
18534         (message-pop-to-buffer): Raise the frame already displaying the message
18535         buffer; clear the echo area after querying.
18536         (message-setup): Pass the `continue' argument to compose-mail.
18537         (message-mail): Prefer `switch-function' if it is given; search for the
18538         existing message buffer if the `continue' argument is non-nil; pass
18539         continue and switch-function arguments to compose-mail by way of
18540         message-setup.
18541         (message-mail-other-window): Adjust argument of message-setup.
18542         (message-mail-other-frame): Ditto.
18543
18544 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18545
18546         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18547         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18548         to turn font-lock on when turning gnus-message-citation-mode on.
18549
18550 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18551
18552         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18553         (mml-smime-function-alist): New variable; add epg as the backend.
18554         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18555         mml-smime- functions instead.
18556         * mm-view.el: Require smime.
18557
18558 2007-03-05  Didier Verna  <didier@xemacs.org>
18559
18560         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18561         instead of just inheritance for posting styles.
18562         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18563
18564 2007-02-24  Chris Moore  <dooglus@gmail.com>
18565
18566         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18567         * pgg-pgp.el (pgg-pgp-encrypt-region):
18568         * pgg-gpg.el (pgg-gpg-encrypt-region):
18569         Check pgg-encrypt-for-me if no other recipients.
18570
18571 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18572
18573         * tls.el (tls-certtool-program): Fix custom type.
18574
18575 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18576
18577         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18578         and point-at-eol instead of line-(beginning|end)-position.
18579
18580         * assistant.el (assistant-parse-buffer): Ditto.
18581
18582         * netrc.el (netrc-parse-services): Ditto.
18583
18584 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18585
18586         * mml2015.el (mml2015-epg-find-usable-key): New function.
18587         (mml2015-epg-sign): Use it.
18588         (mml2015-epg-encrypt): Use it.
18589
18590 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18591
18592         * message.el (message-make-in-reply-to): Quote name containing
18593         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18594         if there are special characters.  Reported by NAKAJI Hiroyuki
18595         <nakaji@jp.freebsd.org>.
18596
18597 2007-02-27  Didier Verna  <didier@xemacs.org>
18598
18599         Include the group parameters as well as the topic ones in the
18600         inheritance filter process.
18601         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18602         argument GROUP-PARAMS-LIST.
18603         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18604
18605 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18606
18607         * nntp.el (nntp-never-echoes-commands)
18608         (nntp-open-connection-functions-never-echo-commands): New variables.
18609         (nntp-send-command): Use them.
18610
18611 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18612
18613         * mml2015.el (mml2015-epg-verify): Simplify.
18614
18615 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18616
18617         * mml.el (mml-content-disposition-alist): New user option.
18618         (mml-content-disposition): New function.
18619         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18620         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18621
18622 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18623
18624         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18625         verification.
18626
18627 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18628
18629         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18630         articles posted in the last 24 hours.
18631
18632 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18633
18634         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18635
18636 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18637
18638         * nntp.el (nntp-send-command): Don't wait for echoes when
18639         nntp-open-ssl-stream is used.
18640
18641 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18642
18643         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18644         (gnus-message-add-citation-keywords)
18645         (gnus-message-remove-citation-keywords): Remove.
18646         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18647         directly, make the variables in font-lock-defaults buffer-local, add
18648         gnus-message-citation-keywords to them and then update the value of
18649         font-lock-keywords.
18650
18651 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18652
18653         * message.el (message-cite-original-1): Don't call
18654         gnus-article-highlight-citation.
18655
18656         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18657         citations; fix line count.
18658
18659 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18660
18661         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18662         (gnus-message-add-citation-keywords)
18663         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18664         versions of font-lock-add-keywords and font-lock-remove-keywords to
18665         work with XEmacs correctly.
18666
18667 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18668
18669         * gnus-cite.el (gnus-cite-face-list): Set the values of
18670         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18671         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18672         (gnus-message-cite-prefix-regexp): New variable.
18673         (gnus-message-search-citation-line): Use it; protect against long
18674         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18675         the 0th match data for Emacs.
18676         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18677         (gnus-message-add-citation-keywords): Append keywords rather than
18678         prepending; emulate font-lock-add-keywords if it is not available.
18679         (gnus-message-remove-citation-keywords):
18680         Emulate font-lock-remove-keywords if it is not available.
18681
18682         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18683
18684         * message.el (message-cite-prefix-regexp): Set the value of
18685         gnus-message-cite-prefix-regexp.
18686
18687 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18688
18689         * nnweb.el (nnweb-google-parse-1): Update parser.
18690
18691 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18692
18693         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18694
18695 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18696
18697         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18698         regexp.
18699
18700 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18701
18702         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18703         string-to-multibyte.
18704         (uudecode-decode-region-internal): Use it.
18705
18706         * lpath.el: Fbind string-as-multibyte for XEmacs.
18707
18708 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18709
18710         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18711         Fix custom choice.
18712
18713         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18714
18715 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18716
18717         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18718
18719         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18720         `write-region' to respect `mm-inhibit-file-name-handlers'.
18721
18722 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18723
18724         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18725         Use gnus-home-directory instead of "~/" or "$HOME".
18726
18727 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18728
18729         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18730         to mention filename.
18731         Add comments at beginning regarding usage.
18732         (encrypt-write-file-contents): Change interactive so a string is
18733         acceptable.  If the file has no associated model, show an error instead
18734         of a nonsense prompt.
18735
18736 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18737
18738         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18739         Thanks to Yoshihiko Yamada for kind notification of this typo.
18740
18741 2007-01-12  Kenichi Handa  <handa@m17n.org>
18742
18743         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18744         multibyte buffer.
18745
18746 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18747
18748         * gnus-score.el (gnus-score-fast-scoring): New variable.
18749         (gnus-score-headers): Use it.
18750
18751         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18752
18753         * message.el (message-cite-original-1):
18754         Call gnus-article-highlight-citation if requested.
18755         (message-make-from): Allow name and address as optional arguments.
18756
18757         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18758
18759         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18760         bugs to doc string.
18761         (gnus-button-alist): Add mid\\|message-id.
18762         (gnus-button-fetch-group): Extend for use in
18763         `browse-url-browser-function'.
18764         (gnus-button-url-regexp): Try to catch paired parentheses like in
18765         Wikipedia URLs.
18766
18767         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18768         Suggested by Simon Krahnke <overlord@gmx.li>.
18769
18770 2007-01-13  Romain Francoise  <romain@orebokech.com>
18771
18772         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18773         Update copyright.
18774
18775 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18776
18777         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18778
18779 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18780
18781         * gnus-registry.el (gnus-registry-unfollowed-groups)
18782         (gnus-registry-split-fancy-with-parent): Fix documentation.
18783
18784 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18785
18786         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18787         from nnweb groups.
18788
18789 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18790
18791         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18792         Xref urls.  Erase buffer before requesting head.
18793
18794         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18795
18796 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18797
18798         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18799         customizable.
18800
18801 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18802
18803         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18804         no signing key is found.
18805         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18806         no encrypting and/or signing key is found.
18807
18808 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18809
18810         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18811
18812 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18813
18814         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18815         headers read from disk with the ones newly found in the current search.
18816         This should no longer cause problems, because the article numbers in
18817         Gmane's `nov.php' output are ignored since the previous change.
18818
18819 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18820
18821         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18822
18823 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18824
18825         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18826         replace-regexp-in-string; bind url-version; fbind display-images-p and
18827         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18828         find-face and set-itimer-function for Emacs; bind itimer-list for
18829         Emacs.
18830
18831         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18832
18833 2007-01-01  Romain Francoise  <romain@orebokech.com>
18834
18835         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18836
18837 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18838
18839         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18840         `define-minor-mode' macro definition expanded properly.
18841         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18842         exclude it there.
18843
18844         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18845         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18846         `fboundp' test.
18847         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18848         This is OK to autoload in (S)XEmacs now.
18849
18850 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18851
18852         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18853         keystroke.
18854         (gnus-summary-limit-to-singletons): Fix typo.
18855
18856         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18857         else fails.
18858
18859 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18860
18861         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18862         docstring.
18863
18864         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18865         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18866         (gnus-summary-insert-dormant-articles): Fix typo in message.
18867
18868 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18869
18870         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18871         nil for XEmacs.
18872         (gnus-message-citation-mode): Don't autoload in XEmacs.
18873
18874         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18875
18876 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18877
18878         * nnimap.el (nnimap-expunge-search-string):
18879         Mention nnimap-search-uids-not-since-is-evil in docstring.
18880
18881 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18882
18883         * spam.el: Revert to make-obsolete-variable because
18884         define-obsolete-variable-alias is not supported in Emacs 21.
18885
18886         * spam.el (spam-ifile-path, spam-ifile-database-path)
18887         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18888         make-obsolete-variable.
18889         (spam-bsfilter-path, spam-bsfilter-program)
18890         (spam-spamassassin-path, spam-spamassassin-program)
18891         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18892         Don't use "path" inappropriately.
18893         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18894         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18895         variable names.
18896
18897 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18898
18899         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18900         summary buffer.
18901
18902         * password.el (password-cache-remove): Use clear-string to burn
18903         password, if available.
18904
18905 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18906
18907         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18908
18909         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18910
18911         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18912         (gnus-message-highlight-citation): Move defcustom here from
18913         gnus-cite.el.
18914         (gnus-message-citation-mode): Autoload.
18915
18916         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18917         checks to make it compile with XEmacs.
18918         (gnus-message-citation-mode): New minor mode.
18919         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18920         (gnus-message-highlight-citation): New variables.
18921         (gnus-message-search-citation-line)
18922         (gnus-message-add-citation-keywords)
18923         (gnus-message-remove-citation-keywords)
18924         (turn-on-gnus-message-citation-mode)
18925         (turn-off-gnus-message-citation-mode): New functions.
18926
18927 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18928
18929         * gnus-cite.el: Enable highlighting of different citation levels in
18930         message-mode.
18931
18932 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18933
18934         * message.el (message-make-fqdn): Fix comment.
18935         (message-bogus-system-names): Add ".local".
18936
18937         * spam.el (spam-ifile-path, spam-ifile-program)
18938         (spam-ifile-database-path, spam-ifile-database)
18939         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18940         Don't use "path" inappropriately.
18941         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18942         strings.
18943         (spam-check-ifile, spam-ifile-register-with-ifile)
18944         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18945         Use new variable names.
18946
18947         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18948         (gnus-treat-display-smileys): Simplify using
18949         gnus-image-type-available-p.
18950
18951         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18952         available.
18953
18954         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18955         Use `display-images-p' if available.
18956
18957 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18958
18959         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18960         one after turning on the buffer's multibyteness instead of decoding
18961         them directly in the unibyte buffer that causes unexpected conversion
18962         in Emacs 23 (unicode).
18963
18964 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18965
18966         * message.el (message-generate-hashcash): Fix custom type.
18967
18968 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18969
18970         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18971
18972 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18973
18974         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18975         disconnect icons.  Add help text.
18976
18977 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18978
18979         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18980         negated to be consistent with the others we handle.
18981
18982 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18983
18984         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18985         version of gnus-summary-buffer to something, so that we can use two
18986         article buffers at the same time.
18987
18988 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18989
18990         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18991         trigger all the extra headers.
18992         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18993         sorting.
18994
18995 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18996
18997         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18998         solid groups.
18999
19000 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
19001
19002         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
19003
19004 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
19005
19006         * legacy-gnus-agent.el: Add Copyright notice.
19007
19008 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
19009
19010         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
19011
19012 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19013
19014         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
19015
19016         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
19017         to make it work reliably in CVS Emacs.
19018         (gnus-summary-limit-strange-charsets-predicate)
19019         (gnus-summary-limit-to-predicate): New functions.
19020
19021 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
19022
19023         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
19024         specifying array size.
19025         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
19026         array if it is too small.
19027         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
19028         (gnus-sort-threads-loop): New function.
19029
19030 2006-12-06  Chris Moore  <dooglus@gmail.com>
19031
19032         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
19033         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
19034
19035 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
19036
19037         * mm-url.el (mm-url-predefined-programs): Call curl with correct
19038         options.
19039
19040 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19041
19042         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
19043         DOS-ing the recipient.
19044
19045         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
19046         the headers when creating the mapping to avoid mismappings.
19047         (nnweb-gmane-create-mapping): Always nix out old mapping.
19048
19049 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19050
19051         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
19052         and mm-verify-option to never.
19053
19054 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19055
19056         * message.el (message-signed-or-encrypted-p): New function.
19057         (message-forward-make-body): Use it.
19058
19059         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
19060         Replace encode-coding-string with mm-encode-coding-string.
19061
19062 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19063
19064         * nneething.el (nneething-decode-file-name):
19065         Replace decode-coding-string with mm-decode-coding-string.
19066
19067         * gnus-int.el (gnus-open-server): Say failed server's name.
19068
19069 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19070
19071         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
19072         strings to a single string.  Quote `errors-file-name'.
19073         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
19074         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
19075         Adjust calls.  Use `shell-quote-argument'.
19076
19077 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
19078
19079         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
19080         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
19081
19082         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
19083         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
19084         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
19085         (gnus-group-make-directory-group, gnus-group-transpose-groups):
19086         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
19087         (gnus-subscribe-newsgroup, gnus-1):
19088         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
19089         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
19090         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
19091         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
19092
19093 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19094
19095         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
19096         keystroke.
19097         (gnus-summary-limit-to-bodies): Implement headersp.
19098
19099 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19100
19101         * dns.el (query-dns): Protect against "Process dns deleted" strings.
19102
19103 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19104
19105         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
19106
19107 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19108
19109         * message.el (message-generate-hashcash): Expand range of values to
19110         include `opportunistic'.
19111         (message-send-mail): Use it.
19112
19113 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19114
19115         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
19116         and comment it.
19117
19118         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
19119
19120 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
19121
19122         * gnus-util.el (gnus-extract-address-components): Improve comment.
19123
19124 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19125
19126         * gnus-util.el (gnus-extract-address-components): Work with address in
19127         which the name portion contains @.
19128
19129         * lpath.el: Fbind custom-autoload.
19130
19131 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19132
19133         * gnus.el (gnus-start): Move custom group up.
19134         (gnus-select-method): Don't autoload, but make it available for
19135         `customize-variable'.
19136         (gnus-getenv-nntpserver): Don't autoload.
19137
19138 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19139
19140         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19141
19142 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19143
19144         * message.el (message-sendmail-extra-arguments): New variable.
19145         (message-send-mail-with-sendmail): Use it.
19146
19147 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19148
19149         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19150         mm-with-unibyte-current-buffer to make string unibyte.
19151
19152         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19153         mm-string-as-multibyte.
19154
19155 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19156
19157         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19158         Reported by Werner Koch <wk@gnupg.org>.
19159
19160 2006-11-14  Daiki Ueno  <ueno@p360>
19161
19162         * mml2015.el: Autoload epa-select-keys when compiling.
19163
19164 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19165
19166         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19167         message-options.
19168         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19169
19170 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19171
19172         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19173         EasyPG (< 0.0.6).
19174         (mml2015-always-trust): New user option.
19175         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19176         prompt.
19177
19178 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19179
19180         * nntp.el (nntp-authinfo-force): New variable.
19181         (nntp-send-authinfo): Use it.
19182
19183 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19184
19185         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19186         decode encoded words.  Improve prompt.  Add comment about forwarding.
19187         (message-replacement-char): Move up.
19188
19189 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19190
19191         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19192         instead of gnus-intersection because arguments of gnus-sorted-nunion
19193         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19194
19195 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19196
19197         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19198         (message-simplify-subject-functions):
19199         Enable message-strip-subject-encoded-words by default.
19200
19201 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19202
19203         * message.el (message-strip-subject-encoded-words): New function.
19204         (message-simplify-subject-functions): New variable.
19205         (message-simplify-subject): Use it.  Fix typo in doc string.
19206         Support message-strip-subject-encoded-words.
19207
19208 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19209
19210         * gnus-diary.el (gnus-diary-delay-format-function):
19211         * nndiary.el (nndiary-reminders):
19212         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19213
19214 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19215
19216         * gnus-art.el (article-hide-boring-headers): Fetch date from
19217         gnus-original-article-buffer to avoid problems with localized date
19218         strings.
19219
19220 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19221
19222         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19223
19224 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19225
19226         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19227         New variables.
19228         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19229         (mm-charset-synonym-alist): Move some entries to
19230         mm-codepage-iso-8859-list.
19231         (mm-charset-synonym-alist, mm-charset-override-alist):
19232         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19233
19234 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19235
19236         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19237
19238 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19239
19240         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19241         with Emacs 21 and XEmacs.
19242
19243 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19244
19245         * spam.el (spam-parse-address): New function for better parsing,
19246         catching errors, etc.
19247         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19248
19249 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19250
19251         * mm-view.el: Add interactive arg to html2text autoload.
19252
19253 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19254
19255         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19256
19257 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19258
19259         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19260         New variables.
19261         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19262         (mm-charset-synonym-alist): Move some entries to
19263         mm-codepage-iso-8859-list.
19264
19265         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19266
19267 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19268
19269         * message.el (message-citation-line-format)
19270         (message-insert-formated-citation-line): Fix implementation of %E, %N
19271         and %n according to the doc string.
19272
19273 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19274
19275         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19276         Use car-safe to avoid bad parses.
19277
19278 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19279
19280         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19281         names.
19282
19283         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19284
19285 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19288         header.
19289
19290         * message.el (message-draft-headers): Add Date.
19291         (message-headers-to-generate): Fix typo in docstring.
19292
19293         * nndraft.el (nndraft-required-headers): New variable.
19294         (nndraft-generate-headers): Use it.
19295
19296         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19297
19298 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19299
19300         * gnus-registry.el (gnus-registry-wash-for-keywords)
19301         (gnus-registry-find-keywords): New functions to allow easy searching of
19302         articles that are in the registry.
19303
19304 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19305
19306         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19307         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19308         Reported by Damien Elmes <damien@repose.cx>.
19309
19310 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19311
19312         * gnus.el (gnus-mime): Remove unused custom group.
19313
19314 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19315
19316         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19317         "blank line" when searching for end of armor headers.
19318
19319 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19320
19321         * gmm-utils.el (gmm-write-region): Fix variable name.
19322
19323 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19324
19325         * gmm-utils.el (gmm-write-region): New function based on compatibility
19326         code from `mm-make-temp-file'.
19327
19328         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19329
19330         * nnmaildir.el (nnmaildir--update-nov)
19331         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19332         Use `gmm-write-region'.
19333
19334 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19335
19336         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19337         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19338
19339         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19340
19341         * message.el (message-replacement-char): New variable.
19342         (message-fix-before-sending): Use it.
19343         (message-simplify-subject): New function to remove duplicate code.
19344         (message-reply, message-followup): Use it.
19345
19346         * gnus-sum.el (gnus-summary-make-menu-bar):
19347         Clarify gnus-summary-limit-to-articles.
19348
19349 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19350
19351         * gnus-util.el (gnus-with-local-quit): New macro.
19352
19353         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19354
19355 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19356
19357         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19358         ignore non-string data.
19359
19360 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19361
19362         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19363         non-string data (needs to be done in the registry too).
19364
19365 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19366
19367         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19368         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19369         (gnus-registry-split-fancy-with-parent)
19370         (gnus-registry-fetch-simplified-message-subject-fast)
19371         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19372         Remove text properties on ingress into the registry and when it's saved.
19373         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19374         registry from entries with no groups.
19375
19376 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19377
19378         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19379         function to remove string properties.
19380
19381 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19382
19383         * gmm-utils.el (gmm): Adjust custom version.
19384
19385         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19386         Adjust custom version.
19387
19388         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19389
19390 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19391
19392         * gnus-art.el (gnus-insert-prev-page-button)
19393         (gnus-insert-next-page-button): Simplify.  Reformat.
19394
19395 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19396
19397         * gnus-art.el (gnus-insert-prev-page-button)
19398         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19399
19400 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19401
19402         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19403
19404 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19405
19406         * gnus-art.el (gnus-insert-mime-button)
19407         (gnus-insert-mime-security-button):
19408         Apply gnus-article-button-face to MIME and security buttons.
19409
19410 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19411
19412         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19413         readable.
19414
19415 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19416
19417         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19418
19419 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19420
19421         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19422         `browse-url-of-file' instead of `browse-url'.
19423
19424 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19425
19426         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19427         regexp.  Articles containing quotation were cut prematurely.
19428
19429 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19430
19431         * message.el (message-cite-original-1): Use nobody by default for the
19432         value of From header.
19433         (message-reply): Ditto.
19434
19435 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19436
19437         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19438         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19439         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19440
19441 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19442
19443         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19444         mails in the doc string.  Add some URLs in comment.
19445         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19446
19447 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19448
19449         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19450         backslashes handling and the way to find boundaries of quoted strings.
19451
19452 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19453
19454         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19455         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19456         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19457         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19458
19459 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19460
19461         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19462         doc string.
19463         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19464
19465 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19466
19467         * lpath.el: Fbind epg-check-configuration.
19468
19469 2006-09-06  Simon Josefsson  <jas@extundo.com>
19470
19471         * mml2015.el (mml2015-use): Doc fix, mention epg.
19472
19473 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19474
19475         * mml2015.el (mml2015-use): Default to epg, if available.
19476
19477 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19478
19479         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19480         message-sender.
19481         (mml1991-epg-encrypt): Ditto.
19482         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19483         message-sender.
19484         (mml2015-epg-encrypt): Ditto.
19485
19486 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19487
19488         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19489         several common directories.
19490
19491 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19492
19493         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19494         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19495
19496 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19497
19498         * gnus-art.el (article-decode-encoded-words): Make it fast.
19499
19500 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19501
19502         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19503
19504         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19505         in quoted string into `\'.
19506
19507 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19508
19509         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19510         Use standard-syntax-table.
19511
19512 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19513
19514         * gnus-art.el (gnus-decode-address-function): New variable.
19515         (article-decode-encoded-words): Use it to decode headers which are
19516         assumed to contain addresses.
19517         (gnus-mime-delete-part): Remove useless `or'.
19518
19519         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19520         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19521         (gnus-nov-parse-line): Use it to decode From header.
19522         (gnus-get-newsgroup-headers): Ditto.
19523         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19524
19525         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19526         (mail-decode-encoded-address-string): New alias.
19527
19528         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19529         New function.
19530         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19531         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19532         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19533         (rfc2047-decode-string): Ditto.
19534         (rfc2047-decode-address-region): New function.
19535         (rfc2047-decode-address-string): New function.
19536
19537 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19538
19539         * message.el (message-caesar-buffer-body): Allow rotating headers.
19540
19541         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19542
19543         * message.el (message-insert-formated-citation-line): Fix %f.
19544         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19545
19546 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19547
19548         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19549         (gnus-bookmark-mouse-available-p): New macro.
19550         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19551         (gnus-bookmark-bmenu-show-infos): Use it.
19552         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19553         (gnus-bookmark-bmenu-hide-infos): Ditto.
19554         (gnus-bookmark-remove-properties): New function.
19555         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19556         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19557         (gnus-bookmark-write-file): Bind coding-system-for-write.
19558         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19559         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19560         group before selecting it.
19561         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19562         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19563         quit-window if it is not available; use gnus-mouse-2 and bind it to
19564         gnus-bookmark-bmenu-select-by-mouse.
19565         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19566         (gnus-bookmark-bmenu-select-by-mouse): New function.
19567
19568 2006-08-13  Romain Francoise  <romain@orebokech.com>
19569
19570         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19571         space.
19572
19573 2006-08-10  Romain Francoise  <romain@orebokech.com>
19574
19575         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19576         (dns-mode-soa-auto-increment-serial): New user option.
19577         (dns-mode-soa-maybe-increment-serial): New function.
19578         (dns-mode): Add the latter to `write-contents-functions'.
19579
19580 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19581
19582         * compface.el (uncompface): Use binary rather than raw-text-unix.
19583
19584 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19585
19586         * compface.el (uncompface): Make sure the eol conversion doesn't take
19587         place when communicating with the external programs.
19588         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19589
19590 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19591
19592         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19593
19594 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19595
19596         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19597         Make it more robust by parsing author and date independently.
19598
19599 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19600
19601         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19602
19603 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19604
19605         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19606         first matching secret key.
19607         (mml2015-epg-encrypt): Ditto.
19608
19609         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19610         first matching secret key.
19611         (mml1991-epg-encrypt): Ditto.
19612
19613         * mml2015.el (mml2015-encrypt-to-self): New user option.
19614         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19615         mml2015-epg-encrypt-to-self is set.
19616
19617         * mml1991.el (mml1991-encrypt-to-self): New variable.
19618         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19619         mml1991-epg-encrypt-to-self is set.
19620
19621         * mml2015.el (mml2015-signers): New user option.
19622         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19623         (mml2015-epg-encrypt): Allow to select signing keys.
19624
19625         * mml1991.el (mml1991-signers): New variable.
19626         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19627         (mml1991-epg-encrypt): Allow to select signing keys.
19628
19629 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19630
19631         * nnheader.el (nnheader-insert-head): Make it work even if the file
19632         uses CRLF for the line-break code.
19633
19634 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19635
19636         * mml2015.el: Require mml-sec instead of password.
19637         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19638         (mml2015-cache-passphrase): Inherit the default value from
19639         mml-secure-cache-passphrase.
19640         (mml2015-passphrase-cache-expiry): Inherit the default value from
19641         mml-secure-passphrase-cache-expiry.
19642
19643         * mml1991.el: Require mml-sec instead of password.
19644         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19645         (mml1991-cache-passphrase): Inherit the default value from
19646         mml-secure-cache-passphrase.
19647         (mml1991-passphrase-cache-expiry): Inherit the default value from
19648         mml-secure-passphrase-cache-expiry.
19649
19650         * mml-sec.el: Require password.
19651         (mml-secure-verbose): New user option.
19652         (mml-secure-cache-passphrase): New user option.
19653         (mml-secure-passphrase-cache-expiry): New user option.
19654
19655 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19656             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19657
19658         * pgg-def.el (pgg-truncate-key-identifier):
19659         Truncate the key ID to 8 letters from the end.
19660
19661 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19662
19663         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19664         workaround for the url package included with Emacs.
19665
19666         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19667
19668 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19669
19670         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19671         correctly.  This fixes a bug caused by the 2006-05-12 change.
19672
19673 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19674
19675         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19676         some information about the error when saying that the `bogus' mail
19677         group will be used.
19678
19679 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19680
19681         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19682         string.
19683
19684 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19685
19686         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19687
19688 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19689
19690         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19691
19692 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19693
19694         * mml1991.el (mml1991-function-alist): Add epg.
19695         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19696         (mml1991-epg-encrypt): New functions.
19697
19698 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19699
19700         * mml2015.el (mml2015-verbose): New variable.
19701         (mml2015-cache-passphrase): Ditto.
19702         (mml2015-passphrase-cache-expiry): Ditto.
19703         (mml2015-function-alist): Add epg.
19704         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19705         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19706         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19707         New functions.
19708
19709 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19710
19711         * message.el (message-cite-original-1): Preserve region when removing
19712         quoted text due to X-No-Archive in order to avoid bogus attribution
19713         when citing multiple messages.
19714
19715 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19716
19717         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19718         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19719
19720 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19721
19722         * gnus-diary.el (gnus-user-format-function-d)
19723         (gnus-user-format-function-D): Autoload.
19724
19725         * imap.el (Commentary): Fix typo.
19726
19727         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19728         2006-04-22 contribution.
19729
19730 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19731
19732         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19733         It didn't really fix the bogosity I'm seeing with solid web groups.
19734
19735 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19736
19737         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19738         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19739         created using server names.  If we use the feature without declaring
19740         it, Gnus does not properly manage server and group state.
19741
19742         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19743         bound.
19744
19745 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19746
19747         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19748         looking up the method using GROUP's prefix before inventing a new one.
19749         It is used on killed/unknown groups in various places where returning
19750         an all-new method isn't expected by the caller.
19751
19752         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19753         and match semantics of gnus-group-real-prefix.
19754
19755 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19756
19757         * nnmail.el (nnmail-broken-references-mailers): New variable.
19758         (nnmail-ignore-broken-references): New function generalizing
19759         nnmail-fix-eudora-headers.
19760         (nnmail-fix-eudora-headers): Now obsolete.
19761
19762         * gnus-art.el (gnus-button-handle-custom):
19763         Support `customize-apropos*'.
19764
19765 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19766
19767         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19768
19769         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19770         articles.
19771
19772 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19773
19774         * message.el (message-cite-reply-above): New variable.
19775         (message-yank-original): Use it.
19776
19777 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19778
19779         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19780
19781 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19782
19783         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19784         as read.
19785
19786         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19787
19788 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19789
19790         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19791         (gnus-bookmark-default-file): Use gnus-directory.
19792         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19793         Remove "*" in doc string.
19794         (gnus-bookmark-write-file): Simplify.
19795         (gnus-bookmark-maybe-sort-alist): Use `when'.
19796         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19797         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19798         Add FIXME about Emacs 21 and XEmacs compatibility.
19799         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19800         compatibility.
19801         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19802         compatibility.
19803         (gnus-bookmark-menu-heading): Fix version.
19804
19805 2006-06-19  Bastien Guerry  <bzg@altern.org>
19806
19807         * gnus-bookmark.el: New file.
19808
19809 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19810
19811         * message.el (message-syntax-checks): Doc fix.
19812
19813 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19814
19815         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19816         unsubscribed groups as if they were killed ones.  It causes duplicate
19817         entries in gnus-newsrc-alist.
19818
19819 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19820
19821         * message.el (message-syntax-checks): Doc fix.
19822         (message-send-mail): Add check for continuation headers.
19823         (message-check-news-header-syntax): Fix regexp used to check for
19824         continuation headers.
19825
19826 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19827
19828         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19829
19830 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19831
19832         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19833
19834 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19835
19836         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19837         default-truncate-lines.
19838
19839 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19840
19841         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19842         to fill the utf-8 entry.
19843
19844         * lpath.el: Fbind unicode-precedence-list.
19845
19846 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19847
19848         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19849
19850 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19851
19852         * gnus-agent.el (directory-files-and-attributes): Move all the way
19853         forward (the third and final move).
19854         (gnus-agent-read-agentview): Trap reconstruction errors due to
19855         nonexistent directory.  Handle by returning nil.
19856
19857 2006-05-30  Didier Verna  <didier@xemacs.org>
19858
19859         * message.el (message-dont-reply-to-names): Update the custom type.
19860         * message.el (message-dont-reply-to-names): New defsubst: potentially
19861         convert a list of regexps into a single one.
19862         * message.el (message-get-reply-headers): Use it.
19863         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19864
19865 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19866
19867         * gnus-agent.el (directory-files-and-attributes): Move forward.
19868
19869 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19870
19871         * gnus-ml.el (gnus-mailing-list-subscribe)
19872         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19873         (gnus-mailing-list-message): Fix doc strings.
19874
19875 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19876
19877         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19878         of doing it manually.
19879
19880 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19881
19882         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19883         comment.
19884
19885 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19886
19887         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19888         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19889         (gnus-agent-read-local): All symbols allocated in my-obarray.
19890         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19891         (gnus-agent-regenerate-group): Check numeric names to see if they are
19892         messages or groups.
19893         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19894         better way of do this...)
19895
19896         * gnus-cache.el (gnus-agent-total-fetched-for):
19897         Ignore 'dummy.group' (there should be a better way of do this...)
19898
19899 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19900
19901         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19902         (gnus-saved-headers): Ditto.
19903         (gnus-default-article-saver): Mention functions may have properties.
19904         (gnus-article-save): Override gnus-save-all-headers and
19905         gnus-saved-headers by :headers property which saver function may have.
19906         (gnus-summary-save-in-file): Add :headers property.
19907         (gnus-summary-write-to-file): Ditto.
19908
19909         * gnus-sum.el (gnus-summary-save-article): Bind
19910         gnus-prompt-before-saving to t when saving many articles in a file;
19911         always show all headers.
19912
19913         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19914
19915 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19916
19917         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19918         marks.
19919
19920         * message.el (message-indent-citation): Add optional arguments to allow
19921         using it outside of message buffers.
19922
19923         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19924         (gnus-article-treat-unfold-headers): Use it.
19925         (gnus-article-truncate-lines): New variable.
19926         (gnus-article-mode): Use it.
19927         (gnus-article-toggle-truncate-lines): New function.
19928
19929         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19930         Add gnus-article-toggle-truncate-lines.
19931
19932         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19933         coding system in XEmacs, use binary.
19934
19935 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19936
19937         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19938         after-load-alist.
19939
19940         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19941         this function should save decoded articles.
19942         (gnus-summary-write-to-file): Use property to specify this function
19943         should save decoded articles and specify gnus-summary-save-in-file
19944         should be used to save articles other than the first one when saving
19945         many articles.
19946         (gnus-summary-save-body-in-file): Use property to specify this
19947         function should save decoded articles.
19948         (gnus-summary-write-body-to-file): Use property to specify this
19949         function should save decoded articles and specify
19950         gnus-summary-save-body-in-file should be used to save articles other
19951         than the first one when saving many articles.
19952
19953         * gnus-sum.el (gnus-summary-save-article): Simplify.
19954
19955 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19956
19957         * gnus-art.el (gnus-default-article-saver):
19958         Add gnus-summary-write-body-to-file.
19959         (gnus-article-save-coding-system): Don't use coding system object
19960         in XEmacs.
19961         (gnus-read-save-file-name): Add optional `dir-var' argument which
19962         specifies directory in which files are saved; work even if optional
19963         `variable' argument is not specified.
19964         (gnus-summary-write-to-file): Read file name.
19965         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19966         (gnus-summary-write-body-to-file): New function.
19967
19968         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19969         (gnus-summary-local-variables): Add it.
19970         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19971         (gnus-summary-save-article): Remove optional `decode' argument;
19972         determine whether to decode articles by the value of
19973         gnus-default-article-saver; when saving many files using
19974         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19975         it first and use gnus-summary-save-in-file or
19976         gnus-summary-save-body-in-file thereafter unless
19977         gnus-prompt-before-saving is always; move point to article which
19978         will be saved.
19979         (gnus-summary-save-article-file): Revert.
19980         (gnus-summary-write-article-file): Revert.
19981         (gnus-summary-save-article-body-file): Revert.
19982         (gnus-summary-write-article-body-file): New function.
19983
19984 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19985
19986         * gnus-art.el (gnus-default-article-saver): Doc fix.
19987         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19988         from gnus-summary-save-article-coding-system, and default to a
19989         certain coding system.
19990         (gnus-output-to-file): Add coding cookie and encode text according
19991         to gnus-article-save-coding-system; don't use mm-append-to-file.
19992
19993         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19994         gnus-art.el and rename to gnus-article-save-coding-system.
19995         (gnus-summary-save-article): Require gnus-art; don't show all
19996         headers if it decodes articles; don't add coding cookie here;
19997         don't bind mm-text-coding-system-for-write.
19998         (gnus-summary-save-article-file): Save decoded articles.
19999         (gnus-summary-write-article-file): When saving many files, use
20000         gnus-summary-write-to-file first and gnus-summary-save-in-file
20001         thereafter unless gnus-prompt-before-saving is always.
20002         (gnus-summary-save-article-body-file): Save decoded articles.
20003
20004         * lpath.el: Fbind select-safe-coding-system for XEmacs.
20005
20006 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20007
20008         * nnrss.el (nnrss-check-group): Bind hash-index.
20009
20010 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
20011
20012         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
20013         its hash index.  Store this hash in `nnrss-group-data'.
20014         (nnrss-read-group-data): Update accordingly.
20015
20016 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20017
20018         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
20019         entry.
20020
20021         * gnus-sum.el (gnus-summary-make-menu-bar):
20022         Add gnus-article-browse-html-article.
20023
20024 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
20025
20026         * gnus-sum.el (gnus-summary-mime-map):
20027         Add gnus-article-browse-html-article.
20028
20029         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
20030
20031 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20032
20033         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
20034         suitable coding systems in customize.
20035
20036 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
20037
20038         * mail-source.el (mail-sources): Fix custom type.
20039
20040 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20041
20042         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
20043         (gnus-summary-expire-articles-now): Shorten prompt.
20044
20045         * gmm-utils.el (wid-edit): Require.
20046         (defun-gmm): Rename from `gmm-defun-compat'.
20047         (gmm-image-search-load-path): Use it.
20048         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
20049
20050 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20051
20052         * gnus-sum.el (gnus-summary-save-article-coding-system):
20053         New variable.
20054         (gnus-summary-save-article): Add optional `decode' argument.
20055         If it is set and gnus-summary-save-article-coding-system is non-nil,
20056         save decoded article.
20057         (gnus-summary-write-article-file): Save decoded article if
20058         gnus-summary-save-article-coding-system is non-nil.
20059
20060         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
20061         type.
20062
20063 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20064
20065         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
20066
20067 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20068
20069         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
20070         first to test gnus-single-article-buffer which may be buffer-local.
20071
20072         * gnus-sum.el (gnus-summary-setup-buffer):
20073         Make gnus-single-article-buffer buffer-local and nil in ephemeral
20074         group; make gnus-article-buffer, gnus-article-current, and
20075         gnus-original-article-buffer always buffer-local.
20076         (gnus-summary-exit): Kill article buffer belonging to ephemeral
20077         group.
20078         (gnus-handle-ephemeral-exit): Don't move to next summary line.
20079
20080 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
20081
20082         * nnml.el (nnml-request-compact-group): Compressed files might not
20083         have .gz extension.
20084
20085 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20086
20087         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
20088         (mm-copy-to-buffer): Use with-current-buffer.
20089         (mm-display-part): Simplify.
20090         (mm-inlinable-p): Add optional arg `type'.
20091
20092 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20093
20094         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
20095         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
20096         Try harder to show the attachment internally or externally using
20097         gnus-mime-view-part-as-type.
20098
20099 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
20100
20101         * message.el (message-from-style, message-signature-separator)
20102         (message-user-organization-file, message-send-mail-function)
20103         (message-citation-line-function, message-yank-prefix)
20104         (message-indent-citation-function, message-signature)
20105         (message-signature-file, message-signature-insert-empty-line):
20106         Remove autoloads.
20107
20108         * gnus-art.el (gnus-buttonized-mime-types):
20109         Remove "multipart/signed".  Revert 2006-04-26 change.
20110
20111 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20112
20113         * gnus.el (gnus-version-number): Bump version.
20114
20115 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20116
20117         * gnus.el: No Gnus v0.5 is released.
20118
20119 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20120
20121         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
20122         fetching articles by message-id.
20123
20124 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20125
20126         * message.el (hashcash): Require hashcash as normal.
20127
20128         * ecomplete.el (ecomplete-highlight-match-line):
20129         Use point-at-eol.
20130         (ecomplete-highlight-match-line): Use `highlight', because that
20131         face exists in both Emacs and XEmacs.
20132
20133         * message.el (message-display-abbrev): Use point-at-bol.
20134
20135         * mail-source.el: Don't require timer/timer-funcs.
20136
20137         * gnus-async.el: Ditto.
20138
20139         * password.el: Ditto.
20140
20141         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20142
20143         * mm-url.el: Ditto.
20144
20145         * gnus-xmas.el: Don't require timer-funcs.
20146
20147         * mm-util.el: Require timer/timer-funcs.
20148
20149 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20150
20151         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20152         Close.
20153
20154 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20155
20156         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20157         unibyte after clear-decrypt function runs.
20158
20159         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20160         returns as a unibyte string.
20161
20162 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20163
20164         * lpath.el: Revert.
20165
20166         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20167         (pgg-gpg-process-sentinel): Revert.
20168
20169         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20170         (pgg-pgp-lookup-key): Revert.
20171
20172         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20173         (pgg-pgp5-lookup-key): Revert.
20174
20175         * pgg.el (pgg-fetch-key): Revert.
20176
20177 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20178
20179         * lpath.el: Fbind string-as-multibyte for XEmacs.
20180
20181         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20182         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20183         (mml1991-pgg-encrypt): Ditto.
20184
20185         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20186         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20187         a multibyte buffer.
20188
20189         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20190         (pgg-pgp-lookup-key): Ditto.
20191
20192         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20193         (pgg-pgp5-lookup-key): Ditto.
20194
20195         * pgg.el (pgg-fetch-key): Ditto.
20196
20197 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20198
20199         * message.el (message-user-organization-file): Check several
20200         locations of the organization file.
20201
20202         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20203         Add gnus-article-view-part-as-type.
20204
20205         * gnus-art.el (gnus-article-view-part-as-type): New function.
20206
20207         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20208         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20209
20210         * mml.el: Simplify autoload.
20211         (mml-mode): defvar dnd-protocol-alist instead of using
20212         symbol-value.
20213         (mml-default-directory): New variable.
20214         (mml-minibuffer-read-file): Use it.
20215         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20216
20217         * message.el (message-citation-line-format): New variable.
20218         (message-insert-formated-citation-line): New function.
20219         (message-citation-line-function):
20220         Add `message-insert-formated-citation-line' to custom type.
20221
20222         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20223         to doc string.
20224
20225         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20226         depending on mm-verify-option.
20227
20228 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20229
20230         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20231         binding pgg-* variables; reimplement the section which prevents
20232         MIME header from being signed.
20233         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20234         pgg-text-mode; remove a blank line at the top of body.
20235
20236         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20237         lines at the top of body; use gnus-newsgroup-charset if there's no
20238         Charset header.
20239
20240 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * message.el (message-self-insert-commands): Doc fix.
20243
20244         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20245         (mm-uu-pgp-encrypted-test): Ditto.
20246         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20247         between header and body; return application/pgp-encrypted handle
20248         if decryption failed; decode decrypted body by charset.
20249
20250         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20251         element match to application/pgp-*.
20252
20253 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20254
20255         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20256         HTML.
20257
20258 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20259
20260         * mail-source.el (mail-source-call-script): Message the error
20261         string.
20262
20263 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20264
20265         * gnus-util.el (gnus-byte-compile): Use it.
20266
20267 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20268
20269         * gnus-util.el (kill-empty-logs): New function.
20270
20271 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20272
20273         * message.el (message-mail-alias-type): Doc fix.
20274         (message-mail-alias-type-p): New function.
20275         (message-send): Use it.
20276         (message-mode): Ditto.
20277         (message-strip-forbidden-properties): Ditto.
20278
20279         * ecomplete.el (ecomplete-database-file-coding-system):
20280         New variable.
20281         (ecomplete-save): Use it.
20282         (ecomplete-setup): Use it.
20283
20284 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20285
20286         * message.el (message-self-insert-commands): New variable.
20287         (message-strip-forbidden-properties): Use it.
20288
20289 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20290
20291         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20292         that doesn't make XEmacs choke.
20293
20294 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20295
20296         * gnus-util.el (gnus-replace-in-string):
20297         Prefer replace-regexp-in-string over of replace-in-string.
20298
20299 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20300
20301         * gnus-util.el (gnus-select-frame-set-input-focus):
20302         Use select-frame-set-input-focus if it is available in XEmacs; use
20303         definition defined in Emacs 22 for old Emacsen.
20304
20305         * dgnushack.el: Autoload unmorse-region for XEmacs.
20306
20307         * lpath.el: Bind cursor-in-non-selected-windows and
20308         select-frame-set-input-focus for XEmacs.
20309
20310 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20311
20312         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20313
20314 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20315
20316         * gnus-registry.el (gnus-registry-cache-save): Remove text
20317         properties when saving via the temp buffer.
20318
20319 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20320
20321         * message.el (message-generate-hashcash): Honor custom type.
20322
20323 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20324
20325         * message.el (message-generate-hashcash): Default to non-nil when
20326         hashcash is found.
20327
20328         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20329         (gnus-refer-thread-limit): Increase default to 500.
20330
20331         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20332
20333         * flow-fill.el (fill-flowed): Allow delete-space.
20334
20335 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20336
20337         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20338         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20339         Remove autoloads.
20340
20341 2006-04-18  Simon Josefsson  <jas@extundo.com>
20342
20343         * message.el (message-generate-hashcash): Default to.
20344
20345 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20346
20347         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20348         concatenating segments rather than before concatenating them.
20349
20350 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20351
20352         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20353
20354 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20355
20356         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20357
20358         * message.el (message-forward-make-body-plain):
20359         Allow message-forward-ignored-headers to be a list.
20360         (message-remove-ignored-headers): Factor out into function.
20361         (message-forward-make-body-mml): Use it.
20362
20363         * imap.el (imap-quote-specials): New function.
20364         (imap-login-auth): Quote specials.
20365
20366         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20367         (rfc2231-parse-string): Allow concatanation of parameters that
20368         aren't contiguous.  The test case is
20369           (mail-header-parse-content-type "message/external-body;
20370             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20371             access-type=LOCAL-FILE;
20372             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20373
20374 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20375
20376         * nntp.el (nntp-accept-process-output): Return the value of
20377         `nnheader-accept-process-output'.
20378
20379 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20380
20381         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20382         (gnus-button-alist): Recognize more diff formats.
20383         (gnus-button-patch): Strip directory.
20384
20385 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20386
20387         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20388         Emacs 22 when setting focus.
20389
20390 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20391
20392         * gnus-art.el (gnus-article-treat-types): Do treatment of
20393         text/x-verbatim parts.
20394         (gnus-button-patch): New command.
20395
20396         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20397         addresses that contain invalid characters.
20398
20399 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20400
20401         * message.el (message-put-addresses-in-ecomplete):
20402         Use gnus-replace-in-string.
20403         (message-is-yours-p): Use the more correct
20404         mail-header-parse-address instead of
20405         mail-extract-address-components.
20406         (message-put-addresses-in-ecomplete): Fix typo.
20407
20408         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20409         keystroke.
20410
20411         * gnus-art.el (gnus-treatment-function-alist): Change order of
20412         newsgroups/generic header folding to avoid double-folding.
20413
20414         * message.el (message-hidden-headers): Add X-Draft-From.
20415
20416         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20417         New command.
20418         (gnus-summary-repeat-search-article-backward): New command.
20419
20420         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20421         groups in the parent topic.
20422
20423 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20424
20425         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20426         (spam-extra-header-to-number): Return the CRM114 number as a
20427         number instead of a string.
20428
20429 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20430
20431         * gnus-art.el (gnus-face-properties-alist): Move here from
20432         gnus-fun.
20433
20434         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20435
20436 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20437
20438         * message.el (message-strip-forbidden-properties): Only display on
20439         self-insert-command.
20440
20441         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20442         reindent.
20443         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20444
20445 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20446
20447         * smiley.el (smiley-style): Fix typo.
20448
20449 2006-03-23  Kenichi Handa  <handa@m17n.org>
20450
20451         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20452         instead of set-buffer-multibyte.
20453
20454 2006-03-23  Kenichi Handa  <handa@m17n.org>
20455
20456         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20457         buffer and then decode the buffer text if necessary.
20458         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20459         first, and after mm-encode-body, change the buffer to unibyte.
20460
20461 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20462
20463         * hashcash.el (hashcash-insert-payment-async-2):
20464         Use message-goto-eoh instead of doing it manually.
20465         (mail-add-payment): Use message-narrow-to-header instead of trying
20466         to do the same itself.
20467
20468         * message.el (message-hidden-headers): Add Face.
20469
20470         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20471         reparenting code.
20472         (gnus-summary-reparent-children): Refactored out code.
20473         (gnus-summary-thread-map): New keystroke.
20474         (gnus-summary-reparent-children): Make into command.
20475
20476         * smiley.el (smiley-style): Default to `medium' if using a large
20477         font.
20478
20479         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20480         does it itself.
20481
20482         * message.el (message-point-in-header-p): Simplify definition.
20483
20484 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20485
20486         * nnagent.el (nnagent-request-set-mark): Silence log file
20487         writing.
20488         (nnagent-request-set-mark): Use write-region instead of
20489         append-to-file.
20490
20491         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20492         strange select method.
20493
20494         * ecomplete.el (ecomplete-display-matches): Get highlightling
20495         right.
20496         (ecomplete-display-matches): Use literals.
20497         (ecomplete-display-matches): Disable message logging.
20498
20499         * message.el (message-display-abbrev): Small optimization.
20500
20501         * ecomplete.el (ecomplete-display-matches): Allow automatic
20502         display.
20503
20504         * message.el (message-strip-forbidden-properties):
20505         Display abbrevs.
20506         (message-display-abbrev): Get automatic display right.
20507
20508         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20509         keystrokes.
20510
20511 2006-04-13  Romain Francoise  <romain@orebokech.com>
20512
20513         TODO: Backport to v5-10!
20514
20515         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20516         Move here (and rename) from gnus-registry.el.
20517
20518         * gnus-registry.el: Require gnus-util.
20519         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20520
20521 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20522
20523         * gnus-group.el (gnus-group-catchup-current):
20524         Change if-then-else-if-then-else into cond.
20525         (gnus-group-catchup): Indent.
20526         (group-name-at-point): New function.
20527         (gnus-fetch-group): Provide default from thing at point.
20528
20529 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20530
20531         * message.el (message-display-abbrev): Fix regexp.
20532
20533         * ecomplete.el (ecomplete-highlight-match-line):
20534         Reimplement choosing.
20535         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20536         dead variables.
20537
20538         * message.el (message-newline-and-indent): Remove debugging.
20539         (message-display-abbrev): Use new implementation.
20540
20541 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20542
20543         * gnus-art.el (gnus-article-mode):
20544         Set cursor-in-non-selected-windows to nil.
20545
20546         * smiley.el: Revert previous change.
20547         (smiley-data-directory): defvar it before using it in the
20548         defcustom of `smiley-style'.
20549
20550 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20551
20552         * message.el (message-newline-and-indent): New function.
20553
20554         * ecomplete.el: Implement more bits.
20555
20556         * message.el (message-put-addresses-in-ecomplete): Clean up the
20557         string.
20558
20559         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20560
20561         * gnus-sum.el (gnus-summary-save-parts):
20562         Bind gnus-summary-save-parts-counter and use it to make unique file
20563         names.
20564
20565         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20566
20567         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20568         parameter to say whether to actually parse the individual
20569         addresses.
20570
20571         * message.el (message-put-addresses-in-ecomplete): New function.
20572         (ecomplete): Require.
20573         (message-mail-alias-type): Add ecomplete as an option.
20574
20575 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20576
20577         * flow-fill.el (fill-flowed): Remove trailing space from blank
20578         quoted lines.
20579
20580 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20581
20582         * smiley.el (smiley-style): Move definition later to avoid a
20583         compilation warning.
20584
20585 2006-04-12  Kenichi Handa  <handa@m17n.org>
20586
20587         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20588         buffer and then decode the buffer text if necessary.
20589         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20590         first, and after mm-encode-body, change the buffer to unibyte.
20591         Use mm-disable-multibyte instead of set-buffer-multibyte.
20592
20593 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20594
20595         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20596         Content-Type header instead of Content-Disposition header.
20597         (gnus-mime-inline-part): Ditto.
20598         (gnus-mime-view-part-as-charset): Ignore charset that the part
20599         specifies.
20600
20601         * mm-decode.el (mm-display-part): Work with external parts and
20602         usual parts similarly.
20603
20604         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20605         instead of gnus-display-mime.
20606
20607         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20608         instead of with-temp-buffer.
20609
20610         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20611         tag to summarized topics part in order to encode non-ASCII text.
20612
20613 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20614
20615         * smiley.el (smiley-style): New variable.
20616         (smiley-directory): New function.
20617         (smiley-data-directory): Derive from `smiley-style' using
20618         `smiley-directory'.
20619         (smiley-regexp-alist): Add new entries.
20620
20621         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20622         (gnus-article-browse-delete-temp): Add :version.
20623
20624 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20625
20626         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20627         the sieve region.
20628
20629 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20630
20631         * gnus.el (gnus-version-number): Bump version.
20632
20633 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20634
20635         * gnus.el: No Gnus v0.4 is released.
20636
20637 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20638
20639         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20640         layout.
20641
20642         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20643         unknown charset.
20644
20645         * message.el (message-header-synonyms): Add Original-To to the
20646         default.
20647
20648         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20649         optional parameter.
20650
20651 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20652
20653         * gnus-fun.el (gnus): Require it for gnus-directory.
20654
20655 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20656
20657         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20658
20659 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20660
20661         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20662
20663 2006-04-05  Simon Josefsson  <jas@extundo.com>
20664
20665         * password.el (password-reset): New function.
20666
20667 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20668
20669         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20670         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20671
20672 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20673
20674         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20675         Some whitespace was matched into the url, which broke browsing hits
20676         > 100 when mm-url-use-external was nil.
20677
20678 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20679
20680         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20681         Check gnus-extra-headers for 'Newsgroups.
20682
20683         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20684         bound.
20685
20686 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20687
20688         * pgg-gpg.el: Clean up process buffers every time gpg processes
20689         complete.
20690
20691 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20692
20693         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20694         doc string.
20695
20696 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20697
20698         * pgg-gpg.el (pgg-gpg-process-filter)
20699         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20700
20701         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20702         lines, temporary fix.
20703
20704 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20705
20706         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20707
20708 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20709
20710         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20711         default-enable-multibyte-characters.  This reverts the change from
20712         revision 6.17 which is no longer necessary because the passphrase
20713         is sent separately now.  GnuPG messages are unreadable under
20714         multibyte locales with default-enable-multibyte-characters set to
20715         nil.
20716
20717 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20718
20719         * message.el (message-tool-bar-gnome): Move "spell".
20720
20721 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20722
20723         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20724         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20725         instead.
20726
20727 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20728
20729         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20730         Improve newsgroups handling for NNTP overviews which don't include
20731         Newsgroups.
20732
20733 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20734
20735         * message.el (message-resend): Bind message-generate-hashcash to nil.
20736
20737 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20738
20739         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20740         when searching for already-paid recipients.
20741
20742 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20743
20744         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20745         passphrases when it is not needed.
20746         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20747         passphrase stuff from gpg, should only be necessary when you use
20748         gpg with a smartcard.
20749
20750 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20751
20752         * mml.el (mml-insert-mime): Ignore cached contents of
20753         message/external-body part.
20754
20755         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20756         (mm-insert-part): Ditto.
20757
20758 2006-03-23  Simon Josefsson  <jas@extundo.com>
20759
20760         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20761         Reiner.
20762         (pgg-gpg-use-agent-p): Use it again.
20763
20764 2006-03-23  Simon Josefsson  <jas@extundo.com>
20765
20766         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20767         older emacsen.
20768         (pgg-gpg-use-agent-p): Don't use it.
20769
20770 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20771
20772         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20773         if we can.
20774
20775 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20776
20777         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20778         (pgg-gpg-update-agent): New function.
20779         (pgg-gpg-use-agent-p): New function.
20780         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20781         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20782         (pgg-gpg-sign-region): Use it.
20783
20784 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20785
20786         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20787         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20788
20789 2006-03-21  Simon Josefsson  <jas@extundo.com>
20790
20791         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20792         <wilde@sha-bang.de>.
20793         (pgg-gpg-use-agent): New variable.
20794         (pgg-gpg-process-region): Use it.
20795         (pgg-gpg-encrypt-region): Likewise.
20796         (pgg-gpg-encrypt-symmetric-region): Likewise.
20797         (pgg-gpg-decrypt-region): Likewise.
20798         (pgg-gpg-sign-region): Likewise.
20799         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20800
20801 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20802
20803         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20804
20805         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20806         Add comment on version.
20807
20808 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20809
20810         * smiley.el: Add missing test smiley.
20811
20812 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20813
20814         * mm-decode.el (mm-with-part): New macro.
20815         (mm-get-part): Use it; work with message/external-body as well.
20816         (mm-save-part): Treat name and filename equally.
20817
20818         * mm-extern.el (mm-extern-cache-contents): New function.
20819         (mm-inline-external-body): Use it; force the part to be displayed;
20820         move undisplayer added to the cached handle to the parent.
20821
20822         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20823         (gnus-mime-view-part-as-type): Work with message/external-body.
20824
20825         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20826
20827 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20828
20829         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20830         images in image-load-path.  [Sync with image.el, revision 1.60, in
20831         Emacs.]
20832
20833 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20834
20835         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20836         path rather than symbol.  Always return list of directories.
20837         Guarantee that image directory comes first.  [Sync with image.el,
20838         revision 1.59, in Emacs.]
20839
20840         * message.el (message-make-tool-bar): Adjust to new API of
20841         `gmm-image-load-path-for-library'.
20842
20843         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20844
20845         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20846
20847 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20848
20849         * gnus-art.el (gnus-article-only-boring-p):
20850         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20851         intangible text.
20852         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20853
20854 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20855
20856         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20857         Use `defun' instead of `gmm-defun-compat'.
20858
20859 2006-03-14  Simon Josefsson  <jas@extundo.com>
20860
20861         * message.el (message-unique-id): Don't use message-number-base36
20862         if (user-uid) is a float.
20863         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20864
20865 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20866
20867         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20868
20869         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20870         empty line between a part and a message part.
20871
20872 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20873
20874         * smiley.el: Add more test smileys.
20875         (smiley-data-directory, smiley-regexp-alist)
20876         (gnus-smiley-file-types): Fix doc strings.
20877         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20878         adding new elements.
20879         (smiley-mouse-map): Unused code.  Make it a comment.
20880
20881 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20882
20883         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20884         scan latest NoCeM messages instead of old ones.
20885         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20886         delimiters that are recently used.
20887         (gnus-nocem-load-cache): Add autoload cookie.
20888
20889         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20890
20891         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20892         level which is larger than gnus-use-nocem is specified.
20893
20894         * gnus-group.el (gnus-group-get-new-news): Ditto.
20895
20896 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20897
20898         * gnus-util.el (gnus-tool-bar-update): New function.
20899
20900         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20901         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20902
20903         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20904
20905         * gnus-group.el (gnus-group-redraw-when-idle)
20906         (gnus-group-redraw-check): Remove.
20907         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20908
20909 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20910
20911         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20912         if optional last element is specified in splits (FIELD VALUE...).
20913
20914 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20915
20916         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20917         to gmm-image-load-path-for-library.  Call with no-error argument.
20918         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20919
20920         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20921
20922         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20923
20924         * gmm-utils.el (gmm-image-load-path): Remove alias.
20925
20926 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20927
20928         * gmm-utils.el (gmm-image-load-path): Add alias.
20929
20930         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20931         nnml-generate-nov-databases-1.
20932         (nnml-generate-nov-databases): Use it.
20933         (nnml-generate-nov-databases-directory): Document no-active
20934         argument.
20935
20936         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20937         directory if path is t.  Add no-error.
20938
20939         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20940         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20941
20942         * gnus-art.el (gnus-article-browse-delete-temp-files):
20943         Simplify resetting gnus-article-browse-html-temp-list.
20944
20945         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20946         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20947         Add example to docstring.  Rename local variables.  Move error
20948         checks to default case in cond and simplify.
20949
20950 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20951
20952         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20953         handle is multipart when calling it recursively.
20954         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20955
20956 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20957
20958         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20959         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20960
20961 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20962
20963         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20964         is loaded.
20965
20966         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20967         loaded.
20968
20969 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20970
20971         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20972         to "Emacs 23 (unicode)" in doc string.
20973
20974         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20975         "Emacs 23 (unicode)" in comment.
20976
20977 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20978
20979         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20980
20981         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20982         characters 160 through 255 in Emacs 23.
20983
20984 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20985
20986         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20987         gnus-article-browse-html-temp.
20988         (gnus-article-browse-delete-temp): Make it customizable.
20989         Add `file'.  Adjust doc string.
20990         (gnus-article-browse-delete-temp-files): Add argument.
20991         Allow query for each file.  Adjust doc string.
20992         (gnus-article-browse-html-parts):
20993         Add `gnus-article-browse-delete-temp-files' to
20994         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20995
20996 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20997
20998         * gnus-art.el (gnus-article-browse-html-temp)
20999         (gnus-article-browse-delete-temp): New variables.
21000         (gnus-article-browse-delete-temp-files): New function.
21001         (gnus-article-browse-html-parts): Use it.
21002
21003 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
21004
21005         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
21006
21007         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
21008         string.
21009
21010         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
21011         gnus-summary-insert-new-articles when unplugged.
21012         Remove gnus-summary-search-article-forward.
21013
21014         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
21015         display-visual-class instead of display-color-cells.
21016
21017 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21018
21019         * dgnushack.el: Autoload customize-group for XEmacs.
21020
21021         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
21022         message/* containing non-ASCII text properly.
21023
21024 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
21025
21026         * message.el: Require gmm-utils, remove autoloads.
21027         (message-tool-bar): Set default based on
21028         gmm-tool-bar-style.
21029         (message-tool-bar-gnome): Add gmm-customize-mode.
21030
21031         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
21032         gmm-tool-bar-style.
21033         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
21034
21035         * gnus-group.el (gnus-group-tool-bar): Set default based on
21036         gmm-tool-bar-style.
21037         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
21038
21039         * gmm-utils.el (gmm-image-directory): Rename variable from
21040         gmm-image-load-path.
21041         (gmm-image-load-path): Use gmm-image-directory.
21042         (gmm-customize-mode): New function.
21043         (gmm-tool-bar-style): New variable.
21044
21045         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
21046         gnus-group-redraw-line-number.
21047         (gnus-group-redraw-check): Simplify.
21048         (gnus-group-tool-bar-update): Remove redraw check.
21049         (gnus-group-make-tool-bar): Add redraw check.
21050
21051 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
21052
21053         * gnus-art.el (gnus-button): Add missing parentheses.
21054
21055 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21056
21057         * lpath.el: Fbind line-number-at-pos.
21058
21059 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21060
21061         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
21062
21063 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21064
21065         * gnus-art.el (gnus-button): New face.
21066         (gnus-article-button-face): Use it.
21067
21068         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21069         Add gnus-summary-next-page.  Re-order.
21070
21071         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
21072         next-node are now included.
21073         (gnus-group-redraw-line-number): New internal variable.
21074         (gnus-group-redraw-check): Helper function for updating the tool
21075         bar.
21076         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
21077
21078         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
21079
21080         * spam.el (spam-spamassassin-score-regexp): New internal variable.
21081         (spam-extra-header-to-number, spam-check-spamassassin-headers):
21082         Use it to match format of Spamassassin 3.0 and later.
21083         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
21084         (spam-check-bogofilter)
21085         (spam-bogofilter-register-with-bogofilter): Fix args of
21086         `gnus-error' calls.
21087
21088 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21089
21090         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
21091         unnecessary interaction when sending queued mails.
21092         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
21093
21094 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
21095
21096         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
21097         first or last are nil.
21098
21099 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
21100
21101         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21102
21103 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21104
21105         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
21106
21107 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21108
21109         * dns.el (query-dns): Protect more against buggy tcp output.
21110
21111 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21112
21113         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
21114         nov.php.
21115
21116 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21117
21118         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
21119         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
21120         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
21121         output on the server side.
21122         (nnweb-google-create-mapping): Update regexps and add some
21123         progress indication.
21124
21125 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21126
21127         * gnus-group.el (gnus-group-tool-bar-gnome):
21128         Fix gnus-agent-toggle-plugged.  Re-order icons.
21129         (gnus-group-tool-bar-gnome):
21130         Add gnus-group-{prev,next}-unread-group.
21131         (gnus-group-tool-bar-gnome): Re-order icons.
21132
21133         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21134         Move gnus-summary-insert-new-articles.
21135
21136         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21137         Fix comments.
21138
21139         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21140         also available in Emacs 21.3.
21141
21142         * message.el (message-fix-before-sending): Change "Emacs 22" to
21143         "Emacs 23 (unicode)" in comment.
21144
21145         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21146         "Emacs 23 (unicode)" in comment.
21147
21148         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21149         comment.
21150         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21151
21152         * mm-view.el (mm-fill-flowed): Add :version.
21153
21154 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21155
21156         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21157         and load-path.
21158
21159 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21160
21161         * message.el: Autoload gmm-image-load-path.
21162         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21163         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21164         consitency.
21165
21166         * gmm-utils.el (gmm-image-load-path): Also search in
21167         "../etc/images".  Don't set gmm-image-load-path if we don't find
21168         the image.
21169
21170 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21171
21172         * gmm-utils.el (gmm-image-load-path): Don't make
21173         `gmm-image-load-path' include subdirectories which the second arg
21174         `image' might specify.
21175
21176         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21177         subdirectory to icon file names.
21178
21179         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21180
21181 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21182
21183         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21184         gmm-image-load-path calls.
21185
21186         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21187
21188         * message.el (message-make-tool-bar): Ditto.
21189
21190         * mml.el (mml-preview): Add comment concerning tool bar icons.
21191
21192         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21193         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21194
21195         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21196         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21197
21198         * message.el (message-tool-bar-gnome): Use new icon names.
21199         (message-make-tool-bar): Use `gmm-image-load-path'.
21200
21201         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21202         New functions from MH-E.
21203         (gmm-image-load-path): New variable from MH-E.
21204         (gmm-image-load-path): New function from MH-E.  Add arguments
21205         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21206         *-image-load-path-called-flag.
21207
21208 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21209
21210         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21211
21212 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21213
21214         * nnimap.el (nnimap-request-move-article): Change folder back to
21215         source group before deleting.
21216
21217 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21218
21219         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21220
21221         * gnus-art.el (mm-url-insert-file-contents-external):
21222         Autoload mm-url.
21223
21224         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21225
21226 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21227
21228         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21229         coding system which mm-charset-to-coding-system returns for a
21230         given charset is valid.
21231
21232 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21233
21234         * html2text.el (html2text-remove-tag-list):
21235         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21236
21237 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21238
21239         * gnus-cus.el: Revert 2005-10-17 change.
21240
21241 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21242
21243         * gnus-art.el (article-strip-banner):
21244         Call article-really-strip-banner only when the regexp match is made.
21245
21246 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21247
21248         * gnus-art.el (article-strip-banner):
21249         Use gnus-extract-address-components instead of
21250         mail-header-parse-addresses to make it work with non-ASCII text;
21251         remove mail-encode-encoded-word-string.
21252
21253         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21254         values which are surrounded with \"...\"; make it never cause a
21255         Lisp error; give up parsing of parameters if it failed in
21256         extracting type.
21257
21258 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21259
21260         * smime.el (smime-cert-by-ldap-1): Fix bug where
21261         `smime-ldap-search' returns results without userCertificates.
21262
21263 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21264
21265         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21266
21267 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21268
21269         * spam.el (spam-check-spamassassin-headers): Adapt format for
21270         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21271         <ari@mbf.ocn.ne.jp>.
21272         (spam-list-of-processors): Add spam-use-gmane.
21273
21274 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21275
21276         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21277         make-temp-file; make it work with XEmacs as well.
21278
21279         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21280         mm-make-temp-file.
21281
21282         * mm-decode.el (mm-display-external): Use the 3rd arg of
21283         mm-make-temp-file.
21284         (mm-create-image-xemacs): Ditto.
21285
21286 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21287
21288         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21289         with message-narrow-to-headers.
21290         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21291         (gnus-draft-check-draft-articles): New function.
21292         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21293
21294 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21295
21296         * gnus-art.el (gnus-article-browse-html-parts):
21297         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21298         Don't use suffix argument for mm-make-temp-file for Emacs 21
21299         compatibility.  Remove useless `format'.
21300
21301 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21302
21303         * nnweb.el (nnweb-google-wash-article): Update regexps.
21304         (nnweb-group-alist): Use defvoo instead of defvar.
21305
21306 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21307
21308         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21309         re-loading nn* modules.
21310
21311 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21312
21313         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21314         for `tool-bar-mode' and don't check it's default-value.
21315
21316         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21317
21318         * message.el (message-make-tool-bar): Ditto.
21319
21320         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21321         `substring'.  Shorten tmp-file name.
21322
21323         * gnus.el: Remove bogus comment.
21324
21325 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21326
21327         * gnus-art.el (gnus-article-browse-html-parts): New function.
21328         (gnus-article-browse-html-article): New function for viewing html
21329         articles with a browser.
21330
21331 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21332
21333         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21334         in elisp.
21335         (pgg-gpg-encrypt-symmetric-region): Ditto.
21336         (pgg-gpg-sign-region): Ditto.
21337
21338         * pgg-def.el (pgg-text-mode): New variable.
21339
21340         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21341         (mml2015-pgg-encrypt): Ditto.
21342
21343         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21344         (mml1991-pgg-encrypt): Ditto.
21345
21346 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21347
21348         * nnfolder.el (nnfolder-insert-newsgroup-line):
21349         Use message-make-date instead of current-time-string.
21350
21351         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21352         to gnus-decoded which mm-uu might set.
21353
21354 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21355
21356         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21357         don't decode quoted parameters; remove misimported Emacs code.
21358         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21359         (rfc2231-decode-encoded-string): Don't use split-string which
21360         behaves differently according to Emacs version; use
21361         mm-decode-coding-region to convert charset to coding-system.
21362         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21363         (rfc2231-encode-string): Remove misimported Emacs code.
21364
21365 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21366
21367         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21368         when calling mail-header-parse-content-type.
21369         (article-de-quoted-unreadable): Ditto.
21370         (article-de-base64-unreadable): Ditto.
21371         (article-wash-html): Ditto.
21372
21373         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21374         calling mail-header-parse-content-type and
21375         mail-header-parse-content-disposition.
21376         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21377         mail-header-parse-content-type.
21378
21379         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21380         insert charset and format parameters; encode description after
21381         inserting it to buffer.
21382         (mml-insert-parameter): Fold lines properly even if a parameter is
21383         segmented into two or more lines; change the max column to 76.
21384
21385         * rfc1843.el (rfc1843-decode-article-body): Don't use
21386         ignore-errors when calling mail-header-parse-content-type.
21387
21388         * rfc2231.el (rfc2231-parse-string): Return at least type if
21389         possible; don't cause an error even if it fails in parsing of
21390         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21391         (rfc2231-encode-string): Don't break lines at the beginning, leave
21392         it to mml-insert-parameter.
21393
21394         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21395         calling mail-header-parse-content-type.
21396
21397 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21398
21399         * spam-report.el (spam-report-gmane-use-article-number):
21400         Improve doc string.
21401         (spam-report-gmane-internal): Check if a suitable header was found
21402         in the article.
21403
21404 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21405
21406         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21407         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21408
21409 2006-02-05  Romain Francoise  <romain@orebokech.com>
21410
21411         Update copyright notices of all files in the gnus directory.
21412
21413 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21414
21415         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21416
21417 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21418
21419         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21420         segmented lines of parameter value to cope with Thunderbird 1.5
21421         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21422         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21423         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21424
21425 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21426
21427         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21428         parts.
21429
21430 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21431
21432         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21433         there's only one active file for all servers.
21434         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21435         solid groups.  Gnus might have used a FAST request to select the group.
21436         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21437         and nnweb-search redundantly in the active file.
21438         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21439         (nnweb-request-create-group): Don't use ARGS.
21440         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21441         initializations.  Let nnoo do the work.
21442
21443 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21444
21445         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21446         Say the part has been decoded.
21447
21448         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21449
21450 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21451
21452         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21453         mailcap-viewer-test-cache when there's no 'test clause, since that
21454         will invert the meaning of a "nil" test previously determined by
21455         mailcap-mailcap-entry-passes-test.
21456
21457 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21458
21459         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21460         compiling.
21461
21462         * gnus-sum.el: Ditto.
21463
21464         * message.el: Don't bind tool-bar-map when compiling.
21465
21466 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21467
21468         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21469
21470 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21471
21472         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21473         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21474         current Google Groups.
21475
21476 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21477
21478         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21479         and tool-bar-mode.
21480
21481         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21482         and tool-bar-mode.
21483
21484         * message.el (message-tool-bar-update): Simplify.
21485         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21486
21487         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21488         gnus-summary-buffer.
21489         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21490         gnus-summary-reply.
21491
21492         * gmm-utils.el (gmm): Add :version.
21493
21494 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21495
21496         * Makefile.in (clean): New rule.
21497         (distclean): Use it.
21498
21499 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21500
21501         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21502         Don't autoload.
21503
21504 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21505
21506         * gmm-utils.el (gmm-verbose): Add :group.
21507
21508 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21509
21510         * message.el: Change some comments WRT tool-bars.
21511
21512         * gnus-sum.el (gnus-summary-tool-bar)
21513         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21514         (gnus-summary-tool-bar-zap-list): New variables.
21515         (gnus-summary-make-tool-bar): Complete rewrite using
21516         `gmm-tool-bar-from-list'.
21517
21518         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21519         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21520         New variables.
21521         (gnus-group-make-tool-bar): Complete rewrite using
21522         `gmm-tool-bar-from-list'.
21523         (gnus-group-tool-bar-update): New function.
21524
21525         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21526
21527 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21528
21529         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21530         is dissected into a single part of which the type is the same as
21531         the given one; decode charset.
21532
21533 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21534
21535         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21536         into alists as symbol not string, since that's what
21537         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21538         look for.
21539
21540 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21541
21542         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21543         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21544
21545         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21546
21547 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21548
21549         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21550         (gnus-xmas-mime-security-button-menu): New function.
21551
21552         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21553         (gnus-mime-security-button-menu): New definition.
21554         (gnus-mime-security-button-map): Use them.
21555         (gnus-mime-security-button-menu): New function.
21556         (gnus-insert-mime-security-button): Addition to help echo.
21557         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21558         (gnus-mime-security-pipe-part): New functions.
21559
21560         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21561         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21562
21563         * mm-decode.el (mm-handle-set-disposition): Remove.
21564         (mm-handle-set-description): Remove.
21565
21566 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21567
21568         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21569         (mm-w3m-standalone-supports-m17n-p): New function.
21570         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21571         w3m usage.
21572
21573         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21574         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21575
21576 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21577
21578         * message.el (message-tool-bar-zap-list):
21579         Use gmm-tool-bar-zap-list as custom type.
21580         (message-tool-bar-update): New function.
21581         (message-tool-bar, message-tool-bar-gnome)
21582         (message-tool-bar-retro): Add message-tool-bar-update.
21583         (message-tool-bar-gnome): Add flyspell-buffer.
21584
21585         * gnus-util.el (gnus-error): Describe `args'.
21586
21587         * gmm-utils.el (gmm-error): Describe `args'.
21588         (gmm-tool-bar-zap-list): New widget.
21589         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21590
21591 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21592
21593         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21594         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21595         the number of recursive calls.
21596
21597         * mm-decode.el (mm-handle-set-disposition): New macro.
21598         (mm-handle-set-description): New macro.
21599
21600 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21601
21602         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21603         encoding.
21604
21605 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21606
21607         * message.el (message-tool-bar-zap-list, message-tool-bar)
21608         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21609         (message-tool-bar-local-item-from-menu): Remove.
21610         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21611         (message-make-tool-bar): New function.
21612         (message-mode): Use `message-make-tool-bar'.
21613
21614         * gmm-utils.el: New file.
21615         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21616         (gmm-lazy): New widget copied from `nnmail.el'.
21617         (gmm-tool-bar-from-list): New function for creating customizable
21618         tool bars.
21619         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21620         output.
21621         (gmm): Add :prefix to defgroup.
21622
21623 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21624
21625         * gmm-utils.el (gmm-widget-p): New function.
21626
21627 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21628
21629         * mml.el (mml-attach-file): Describe `description' in doc string.
21630         (mml-menu): Add Emacs MIME manual and PGG manual.
21631
21632 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21633
21634         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21635
21636 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21637
21638         * nntp.el (nntp-end-of-line): Doc fix.
21639
21640 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21641
21642         * imap.el (imap-open): Handle case where buffer is a buffer
21643         object.
21644
21645 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21646
21647         * gnus-delay.el (gnus-delay): Don't autoload.
21648         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21649         to be re-loaded when customizing the `gnus-delay' group.
21650
21651 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21652
21653         * message.el (message-insert-citation-line): Use newlines.
21654
21655 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21656
21657         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21658         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21659         these routines, so the passphrase can be managed externally and
21660         passed in to the system.
21661         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21662         pgg-add-passphrase-to-cache function.
21663
21664         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21665         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21666         these routines, so the passphrase can be managed externally and
21667         passed in to the system.
21668         (pgg-pgp5-sign-region): Use new name of
21669         pgg-add-passphrase-to-cache function.
21670
21671 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21672
21673         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21674         part of the decoded armor to find the key-identifier.
21675         (pgg-gpg-lookup-key-owner): New function to return the
21676         human-readable identifier of a key owner.
21677         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21678         itself.
21679         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21680         the key value) if we have a key and can match it against a secret
21681         key.  Also, added a note pointing out fact that the prompt only
21682         indicates the first matching key.
21683
21684         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21685         pgg-decrypt-region.
21686         (pgg-add-passphrase-to-cache): Rename from
21687         `pgg-add-passphrase-cache' to reduce confusion (all callers
21688         changed).
21689         (pgg-remove-passphrase-from-cache): Rename from
21690         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21691         changed).
21692         (pgg-read-passphrase, pgg-add-passphrase-cache)
21693         (pgg-remove-passphrase-cache): Add informative docstrings.
21694         (pgg-decrypt): Convey provided passphrase in subordinate call to
21695         pgg-decrypt-region.
21696
21697 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21698
21699         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21700         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21701         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21702         'passphrase' argument, so the passphrase can be managed externally
21703         and then passed in to the system.
21704
21705         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21706         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21707         so the passphrase cache can be used reliably with identifiers
21708         besides a pgp packet's key id.
21709
21710         * pgg-gpg.el (pgg-gpg-encrypt-region)
21711         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21712         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21713         these routines, so the passphrase can be managed externally and
21714         passed in to the system.
21715
21716         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21717         'notruncate' argument, so the passphrase cache can be used
21718         reliably with identifiers besides a pgp packet's key id.
21719
21720 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21721
21722         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21723         symmetric encryption.
21724         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21725         encrypted session key.
21726         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21727         message ask for the passphrase in a proper way.
21728
21729         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21730         New user commands for symmetric encryption.
21731
21732 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21733
21734         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21735
21736         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21737
21738 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21739
21740         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21741
21742 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21743
21744         * mm-decode.el (mm-inlined-types): Add application/pgp.
21745         (mm-automatic-display): Ditto.
21746
21747         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21748         part as text.
21749
21750 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21751
21752         * nnrss.el: Update copyright.
21753         (nnrss-opml-import): Query whether to subscribe to each entry.
21754
21755         * gnus-art.el:
21756         * gnus-sum.el:
21757         * gnus-xmas.el:
21758         * messagexmas.el:
21759         * mm-uu.el:
21760         * mm-view.el: Update copyright.
21761
21762 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21763
21764         * message.el (message-info): New function.
21765         (message-mode-menu): Add it.
21766         Update copyright.
21767
21768         * ChangeLog: Fix and update copyright.
21769
21770 2006-01-13  Romain Francoise  <romain@orebokech.com>
21771
21772         * message.el (message-forward-subject-name-subject): Prefer the
21773         address to 'nowhere' if the sender has no name.
21774         Fix typo.  Update copyright year.
21775
21776 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21777
21778         * gnus-art.el (article-wash-html):
21779         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21780         (gnus-article-wash-html-with-w3m-standalone): New function.
21781
21782         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21783         mm-inline-text-html-render-with-w3m-standalone.
21784         (mm-text-html-washer-alist): Map w3m-standalone to
21785         gnus-article-wash-html-with-w3m-standalone.
21786         (mm-inline-text-html-render-with-w3m-standalone): New function.
21787
21788 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21789
21790         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21791         Improve LaTeX.
21792
21793 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21794
21795         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21796         (nnrss-request-article): Render text/plain parts as HTML.
21797
21798         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21799         the buffer.
21800
21801 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21802
21803         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21804         custom definition of `gnus-posting-styles'.
21805
21806         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21807         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21808
21809 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21810
21811         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21812         Use nntp for bug archive.
21813
21814 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21815
21816         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21817         parts.
21818         (nnrss-normalize-date): New function converts ISO 8601 date into
21819         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21820         (nnrss-check-group): Use it.
21821
21822 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21823
21824         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21825
21826         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21827         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21828         (nnrss-insert-w3): Ditto.
21829
21830 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21831
21832         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21833         the articles to be forwarded including the case where neither a
21834         number of articles nor a region is specified.
21835
21836 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21837
21838         * nnrss.el (nnrss-request-article): Fix last change; fill
21839         text/plain parts.
21840
21841 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21842
21843         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21844         in text/plain part.
21845         (nnrss-check-group): Don't add excessive newline to dc:subject.
21846
21847 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21848
21849         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21850         article.
21851
21852 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21853
21854         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21855         (nnml-use-compressed-files, nnml-save-mail): Support other
21856         comression programs such as bzip2.
21857
21858 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21859
21860         * dns.el (query-dns): Make sure we check the buffer size before
21861         removing tcp headers.
21862
21863 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21864
21865         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21866         remove MIME buttons associated with multipart/alternative parts.
21867         (gnus-mime-display-alternative): Tag buttons using `article-type'
21868         text property.
21869
21870         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21871         associated with multipart/alternative parts.
21872
21873         * gnus-art.el (gnus-signature-separator): Fix custom type.
21874
21875         * mm-decode.el (mm-inlined-types): Fix custom type.
21876         (mm-keep-viewer-alive-types): Ditto.
21877         (mm-automatic-display): Ditto.
21878         (mm-attachment-override-types): Ditto.
21879         (mm-inline-override-types): Ditto.
21880         (mm-automatic-external-display): Ditto.
21881
21882 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21883
21884         * spam-report.el (spam-report-user-mail-address)
21885         (spam-report-user-agent): New variables.
21886         (spam-report-url-ping-plain): Use spam-report-user-agent.
21887
21888 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21889
21890         * gnus-art.el (gnus-button-handle-custom): Do not just use
21891         `customize-apropos' for any "M-x customize-*" button but the
21892         function called for.  Accept both the function name and its
21893         argument in order to achieve this.
21894         (gnus-button-alist): Remove support for "custom:" URL's.
21895         Pass function name to `gnus-button-handle-custom' in case of "M-x
21896         customize-*" buttons.
21897
21898 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21899
21900         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21901         multipart/alternative and add xref to mm-discouraged-alternatives
21902         in doc string.
21903
21904         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21905         gnus-buttonized-mime-types in doc string.
21906
21907 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21908
21909         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21910         Suggest image/.* in the doc string.
21911
21912 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21913
21914         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21915         message-marks (Debian bug#342521).
21916
21917 2005-12-12  Simon Josefsson  <jas@extundo.com>
21918
21919         * password.el (password-read-from-cache): Add.
21920         (password-read): Use it.
21921
21922 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21923
21924         * rfc2047.el (rfc2047-charset-to-coding-system):
21925         Recognize us-ascii as a MIME charset.
21926
21927         * mm-bodies.el (mm-decode-content-transfer-encoding):
21928         Protect against the case where the 2nd arg TYPE is nil.
21929
21930 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21931
21932         * pop3.el (pop3-stream-type): Fix custom version.
21933
21934         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21935
21936 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21937
21938         * mm-decode.el (mm-display-external): Add missing cdr.
21939
21940 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21941
21942         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21943         RFC1524) if it is in mailcap or add a suffix according to
21944         mailcap-mime-extensions when generating a temp filename; postpone
21945         deleting a temp file for 2 seconds for some wrappers, shell
21946         scripts, and so on, which might exit right after having started a
21947         viewer command as a background job.
21948
21949 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21950
21951         * nntp.el (nntp-marks-directory): Fix custom group.
21952
21953         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21954         steps when < 10.
21955
21956         * gnus-start.el (gnus-no-server-1):
21957         Mention `gnus-level-default-subscribed' in doc string.
21958
21959 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21960
21961         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21962         parens.
21963
21964 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21965
21966         * gnus-xmas.el (gnus-use-toolbar): Revert.
21967         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21968         gnus-use-toolbar is default.
21969
21970         * messagexmas.el (message-use-toolbar): Revert.
21971         (message-setup-toolbar): Use global default-toolbar if
21972         message-use-toolbar is default.
21973
21974 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21975
21976         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21977         according to default-toolbar-visible-p.
21978
21979         * messagexmas.el (message-use-toolbar): Ditto.
21980
21981 2005-11-26  Dave Love  <fx@gnu.org>
21982
21983         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21984         (tls-program, tls-success): Provide openssl alternative.
21985
21986         * starttls.el: Doc fixes.
21987         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21988         SERVICE to PORT.
21989
21990         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21991         port null or service name.
21992         (starttls-negotiate): Autoload.
21993
21994 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21995
21996         * message.el (message-kill-to-signature): Fix interactive spec.
21997
21998 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21999
22000         * pop3.el (pop3-open-server): Recognize a string as a service name.
22001
22002 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
22003
22004         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
22005
22006 2005-11-23  Dave Love  <fx@gnu.org>
22007
22008         Add pop3s, pop3/starttls.
22009
22010         * pop3.el (pop3-authentication-scheme): Clarify doc.
22011         (open-tls-stream, starttls-open-stream): Autoload.
22012         (pop3-stream-type): New.
22013         (pop3-open-server): Use it.
22014
22015         * mail-source.el (mail-sources): Fix some :types.  Add stream type
22016         for POP.
22017         (mail-source-keyword-map): Add :stream for POP.
22018         (mail-source-fetch-pop): Use pop3-stream-type.
22019
22020 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22021
22022         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
22023         of current-time-string.
22024
22025 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
22026
22027         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
22028         date header.
22029
22030 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22031
22032         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
22033         it can seriously impact performance as it bypasses the agent's
22034         local caches.
22035
22036 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22037
22038         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
22039         must be explicitly online rather than "not explicitly offline" for
22040         its flags to be synchronized.
22041
22042         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
22043         that gnus-uu-unmark-thread will function correctly.
22044
22045         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
22046         1024K is instead displayed as 1M.
22047
22048 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22049
22050         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
22051
22052 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
22053
22054         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
22055
22056 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
22057
22058         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
22059         error message to display actual error condition.
22060         (gnus-agent-save-local): Avoid saving symbols that are bound to
22061         nil as they simply result in a warning message in
22062         gnus-agent-read-local.
22063
22064 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22065
22066         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
22067         rather than make-variable-buffer-local for file-precious-flag.
22068
22069 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22070
22071         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
22072         for duplicates which are removed.  The invalid sort check then
22073         triggers a rescan after the sort as sorting may have moved
22074         duplicate entries such that they can be cheaply detected.
22075
22076 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22077
22078         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
22079
22080 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22081
22082         * gnus-agent.el (gnus-agent-article-alist-save-format):
22083         Change internal variable to a custom variable.  Change default value
22084         from compressed(2) to uncompressed(1).
22085         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
22086         support for uncompressed agentview files.  Taken together, reading
22087         the agentview file should now be 6-7 times faster.
22088
22089 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
22090
22091         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
22092         as a buffer-local variable.  This avoids creating truncated
22093         dribble files as a result of a hang up, eg.
22094
22095 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
22096
22097         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
22098         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
22099         XEmacs.
22100
22101 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22102
22103         * gnus-start.el (gnus-start-draft-setup):
22104         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
22105
22106         * gnus.el (gnus-splash): Change custom group.
22107         (gnus-group-get-parameter, gnus-group-parameter-value):
22108         Describe allow-list argument.
22109
22110         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
22111         string.
22112
22113 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22114
22115         * gnus-art.el (gnus-default-article-saver): Add user-defined
22116         `function' to custom type.
22117
22118 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22119
22120         * imap.el (imap-open): Handle case where buffer is a buffer
22121         object.
22122
22123 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22124
22125         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22126         long lines.
22127         (gnus-cache-delete-group): Wrap doc strings.
22128
22129         * gnus-agent.el (gnus-agent-rename-group)
22130         (gnus-agent-delete-group): Wrap doc strings.
22131
22132 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22133
22134         * messagexmas.el (message-use-toolbar): Change the valid values
22135         into default, top, bottom, left, and right.
22136         (message-toolbar-thickness): New variable.
22137         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22138         well.
22139         (message-setup-toolbar): Make it work.
22140
22141         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22142         (gnus-use-toolbar): Change the valid values into default, top,
22143         bottom, left, and right.
22144         (gnus-toolbar-thickness): New variable.
22145         (gnus-xmas-setup-toolbar): New function.
22146         (gnus-xmas-setup-group-toolbar): Use it.
22147         (gnus-xmas-setup-summary-toolbar): Use it.
22148
22149 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22150
22151         * gnus-start.el (gnus-1): Add "native" to
22152         gnus-predefined-server-alist.
22153
22154         * gnus.el (gnus-method-to-server): Don't add "native" to the
22155         lists here, because that leads to problems when
22156         gnus-select-method is bound.
22157
22158 2005-11-09  Simon Josefsson  <jas@extundo.com>
22159
22160         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22161         use (not sort-by-date) instead.
22162
22163 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22164
22165         * gnus-delay.el (gnus-delay-group): Don't autoload.
22166         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22167         to be re-loaded when customizing the `gnus-delay' group.
22168
22169 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22170
22171         * message.el: Revert last changes.
22172         (message-insert-citation-line): Use newlines.
22173
22174 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22175
22176         * message.el (message-courtesy-message)
22177         (message-mark-insert-begin, message-mark-insert-end)
22178         (message-elide-ellipsis, message-cancel-message)
22179         (message-add-header, message-change-subject)
22180         (message-cross-post-followup-to-header)
22181         (message-cross-post-insert-note, message-reduce-to-to-cc)
22182         (message-widen-reply, message-delete-not-region)
22183         (message-kill-to-signature, message-insert-signature)
22184         (message-insert-importance-high, message-insert-importance-low)
22185         (message-insert-or-toggle-importance)
22186         (message-insert-disposition-notification-to)
22187         (message-indent-citation, message-yank-original)
22188         (message-cite-original-without-signature, message-cite-original)
22189         (message-insert-citation-line, message-position-on-field)
22190         (message-fix-before-sending, message-send-mail-partially)
22191         (message-send-mail, message-send-mail-with-sendmail)
22192         (message-send-mail-with-qmail, message-send-news)
22193         (message-check-news-header-syntax, message-generate-headers)
22194         (message-insert-courtesy-copy, message-fill-address)
22195         (message-fill-header, message-shorten-references)
22196         (message-setup-1, message-cancel-news)
22197         (message-forward-make-body-plain, message-forward-make-body-mime)
22198         (message-forward-make-body-mml, message-encode-message-body)
22199         (message-forward-make-body-digest-plain)
22200         (message-forward-make-body-digest-mime)
22201         (message-use-alternative-email-as-from): Insert `hard-newline'
22202         instead of ordinary newlines.
22203
22204 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22205
22206         * message.el (message-generate-headers): Downcase the argument
22207         given to message-check-element.
22208
22209 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22210
22211         * nntp.el (nntp-authinfo-rejected): New error condition.
22212         (nntp-wait-for): Use new error condition to signal authentication
22213         error.
22214         (nntp-retrieve-data): Rethrow new error condition to break out of
22215         recursive call to nntp-send-authinfo.
22216
22217 2005-11-08  Romain Francoise  <romain@orebokech.com>
22218
22219         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22220         (gnus-summary-exit-map): Bind to `Z p'.
22221         (gnus-summary-make-menu-bar): Add menu item.
22222
22223 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22224
22225         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22226         (gnus-treat-*): Add `first' in all doc strings.
22227
22228         * gnus-group.el (gnus-group-compact-group): Fix typo.
22229
22230 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22231
22232         * gnus.el (gnus-parameters-case-fold-search): New variable.
22233         (gnus-parameters-get-parameter): Use it.
22234
22235         * gnus-score.el (gnus-home-score-file): Doc fix.
22236
22237 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22238
22239         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22240
22241 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22242
22243         * mm-util.el (mm-special-display-p): New function.
22244
22245         * mml.el (mml-preview): Use it; doc fix.
22246
22247 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22248
22249         * imap.el (imap-open): Handle case where buffer is a buffer object.
22250
22251 2005-10-29  Romain Francoise  <romain@orebokech.com>
22252
22253         * message.el (message-fix-before-sending): Fix comment.
22254
22255 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22256
22257         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22258
22259 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22260
22261         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22262         Used in gnus-score.el.
22263
22264 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22265
22266         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22267
22268 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22269
22270         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22271         whitespace removed in revision 7.8.  Use concatenated string to
22272         protect trailing whitespace.
22273
22274 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22275
22276         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22277         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22278         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22279         Courier IMAP ("some version from 2004").  Mostly based on similar
22280         code in the same function.
22281
22282 2005-10-26  Didier Verna  <didier@xemacs.org>
22283
22284         * gnus-group.el (gnus-group-compact-group): Invalidate original
22285         article buffer.
22286         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22287         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22288         NOV database and in article itself.
22289         Invalidate article backlog.
22290
22291 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22292
22293         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22294
22295 2005-10-26  Simon Josefsson  <jas@extundo.com>
22296
22297         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22298         part of 2004-07-25 change.
22299
22300 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22301
22302         * message.el (message-display-completion-list): New function.
22303         (message-expand-group): Use it; make sure the Completions buffer
22304         is modifiable.
22305 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22306
22307         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22308         user-mail-name is an empty string.
22309
22310 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22311
22312         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22313         depending on gnus-score-decay-constant.
22314
22315         * encrypt.el (encrypt-insert-file-contents)
22316         (encrypt-write-file-contents): Don't use `gnus-message'.
22317
22318         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22319         arguments.
22320         (mm-uu-type-alist): Add message-marks and insert-marks.
22321         Pass arguments to mm-uu-verbatim-marks-extract.
22322         (mm-uu-hide-markers): New variable.
22323         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22324
22325         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22326         (gnus-convert-image-to-face-command): Use "convert" by default to
22327         allow other input image formats.
22328         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22329         accordingly.
22330
22331 2005-10-23  Simon Josefsson  <jas@extundo.com>
22332
22333         * imap.el (imap-gssapi-program): Align command line parameters
22334         with latest GNU SASL.
22335         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22336
22337 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22338
22339         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22340         HTML.
22341         (nnslashdot-request-article): Ditto.
22342
22343         * lpath.el (featurep): Add nobreak-char-display.
22344
22345 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22346
22347         * mail-source.el (mail-source-fetch-pop): Require pop3.
22348         (mail-source-check-pop): Ditto.
22349
22350 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22351
22352         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22353         errors.
22354
22355 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22356
22357         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22358         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22359
22360         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22361
22362         * mm-bodies.el (mm-decode-string):
22363         Call `mm-charset-to-coding-system' with allow-override argument.
22364
22365 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22366
22367         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22368         (rfc2047-charset-to-coding-system): New function.
22369         (rfc2047-decode-encoded-words): New function.
22370         (rfc2047-decode-region): Use them.
22371         (rfc2047-decode-cte): Remove.
22372         (rfc2047-parse-and-decode): Remove.
22373         (rfc2047-decode): Remove.
22374
22375 2005-10-15  Kenichi Handa  <handa@m17n.org>
22376
22377         * rfc2047.el (rfc2047-decode-cte): New function.
22378         (rfc2047-decode-region): Change the way to decode successive
22379         encoded-words: decode B- or Q-encoding in each encoded-word,
22380         concatenate them, and decode it as charset.
22381
22382 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22383
22384         * lpath.el: Fbind codepage-setup for XEmacs.
22385
22386 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22387
22388         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22389         widget-move-and-invoke.
22390         (gnus-custom-mode): Use gnus-custom-map.
22391
22392 2005-10-15  Bill Wohler  <wohler@newt.com>
22393
22394         * message.el (message-tool-bar-map): Rename image file from
22395         mail_send to mail/send.
22396
22397 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22398
22399         * message.el (message-expand-group): Pass the common
22400         prefix substring of completion to `display-completion-list'.
22401
22402 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22403
22404         * mml-sec.el (mml-secure-method): New internal variable.
22405         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22406         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22407         New functions using mml-secure-method.
22408
22409         * mml.el (mml-mode-map): Add key bindings for those functions.
22410         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22411         Harder <harder@myrealbox.com>.
22412         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22413         Goto end of message if point is the headers of the message.
22414
22415         * message.el (message-in-body-p): New function.
22416
22417         * assistant.el: Autoload gnus-util and netrc.
22418
22419         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22420         Use `mm-charset-override-alist' only when decoding.
22421
22422         * mm-bodies.el (mm-decode-body):
22423         Call `mm-charset-to-coding-system' with allow-override argument.
22424
22425         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22426         `filename' from Content-Disposition if Content-Type doesn't
22427         provide `name'.
22428         (gnus-mime-view-part-as-type): Set default instead of
22429         initial-input.
22430
22431 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22432
22433         * format-spec.el (format-spec): Propagate text properties of % spec.
22434
22435 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22436
22437         * gnus-art.el (gnus-treat-predicate): Add `first'.
22438
22439 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22440
22441         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22442         (mm-charset-override-alist): New variable.
22443         (mm-charset-to-coding-system): Use it.
22444         (mm-codepage-setup): New helper function.
22445         (mm-charset-eval-alist): New variable.
22446         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22447         Warn about unknown charsets.
22448
22449         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22450
22451 2005-10-04  David Hansen  <david.hansen@gmx.net>
22452
22453         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22454         (nnrss-check-group): Ditto.
22455
22456 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22457
22458         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22459         Rename x-gnus-verbatim to x-verbatim.
22460         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22461
22462         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22463         x-verbatim.
22464
22465         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22466
22467         * gnus-util.el (gnus-remove-duplicates): Remove.
22468
22469         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22470         instead of gnus-remove-duplicates.
22471
22472         * message.el (message-remove-duplicates): Remove.
22473         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22474         message-remove-duplicates.
22475
22476         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22477         available, else use implementation from `delete-dups'.
22478
22479         * message.el (message-insert-expires): New function.
22480         (message-mode-map): Add key binding.
22481         (message-mode-field-menu): Add menu entry.
22482         (message-mode): Document it.
22483         (message-make-expires-date): Use `message-make-date'.
22484
22485 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22486
22487         * message.el (message-make-expires-date): New function.
22488
22489 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22490
22491         * Makefile.in (list-installed-shadows): New entry.
22492         (install): Use it.
22493         (remove-installed-shadows): New entry.
22494
22495         * dgnushack.el (dgnushack-default-load-path): New variable.
22496         (dgnushack-find-lisp-shadows): New function.
22497         (dgnushack-remove-lisp-shadows): New function.
22498
22499 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22500
22501         * Makefile.in (install-el-elc): New entry.
22502         (install): Use it so that .el files are necessarily installed.
22503
22504 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22505
22506         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22507
22508 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22509
22510         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22511         function rather than the diff-mode.el package.
22512         (mm-display-external): Use with-current-buffer.
22513         (mm-viewer-completion-map, mm-viewer-completion-map):
22514         Move initialization inside declaration.
22515
22516 2005-09-29  Simon Josefsson  <jas@extundo.com>
22517
22518         * spam.el: Load hashcash when compiling, to avoid warnings.
22519         Don't autoload mail-check-payment.
22520         (spam-check-hashcash): Define unconditionally, since hashcash.el
22521         is part of Gnus now.  Ignore errors from payment checking.
22522
22523 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22524
22525         * message.el (message-bold-region, message-unbold-region):
22526         Rename from `bold-region' and `unbold-region'.
22527
22528         * message.el: Remove useless autoloads.
22529
22530 2005-09-28  Simon Josefsson  <jas@extundo.com>
22531
22532         * message.el (message-use-idna): Default to t.
22533         (message-use-idna): Test whether encoding works too.  Doc fix.
22534
22535 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22536
22537         * nntp.el (nntp-warn-about-losing-connection): Remove.
22538
22539 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22540
22541         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22542         customizable.  Change default value.
22543         (mm-uu-diff-groups-regexp): Change default value.
22544         (mm-uu-type-alist): Add doc string.
22545         (mm-uu-configure): Add doc string.  Make it interactive.
22546         (mm-uu-tex-groups-regexp): New variable.
22547         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22548         (mm-uu-type-alist): Add LaTeX documents.
22549         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22550         of "text/verbatim".
22551         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22552
22553         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22554         instead of "text/verbatim".
22555
22556         * message.el (message-mark-inserted-region)
22557         (message-mark-insert-file): Use slrn style marks when called with
22558         prefix argument.
22559
22560 2005-09-27  Simon Josefsson  <jas@extundo.com>
22561
22562         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22563
22564 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22565
22566         * message.el (message-remove-duplicates): New function.
22567         Implementation borrowed from `gnus-remove-duplicates'.
22568         (message-idna-to-ascii-rhs): Also encode idna addresses in
22569         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22570         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22571         only ask about the same idna domain once per header and also tell
22572         in what header to replace the idna domain.
22573
22574         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22575         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22576         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22577         a header is decoded and not just the last one.
22578
22579 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22580
22581         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22582         has been decoded.
22583
22584         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22585         (mm-insert-part): Don't modify text if it has been decoded.
22586
22587         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22588         decoded.
22589
22590         * mm-view.el (mm-inline-text): Don't strip text props unless
22591         decoding enriched or richtext parts.
22592
22593 2005-09-25  Romain Francoise  <romain@orebokech.com>
22594
22595         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22596         * gnus-start.el (gnus-subscribe-interactively):
22597         * gnus-uu.el (gnus-uu-grab-articles):
22598         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22599         space.
22600
22601 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22602
22603         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22604         * mm-view.el (mm-view-pkcs7-decrypt):
22605         * gnus-sum.el (gnus-summary-limit-to-extra)
22606         (gnus-summary-respool-article, gnus-read-move-group-name):
22607         * gnus-score.el (gnus-summary-increase-score):
22608         * gnus-util.el (gnus-completing-read-with-default):
22609         * gnus-art.el (gnus-read-save-file-name)
22610         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22611         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22612         * message.el (message-check-news-header-syntax):
22613         Follow convention for reading with the minibuffer.
22614
22615 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22616
22617         * spam-report.el (spam-report-url-ping-plain):
22618         Use gnus-extended-version as User-Agent.
22619
22620         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22621         default value is nil.
22622
22623         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22624         (mm-uu-verbatim-marks-extract): New function.
22625         (mm-uu-extract): New face.
22626         (mm-uu-copy-to-buffer): Use it.
22627
22628         * spam-report.el (spam-report-gmane-ham): Rename from
22629         `spam-report-gmane-unspam'.
22630         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22631         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22632
22633         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22634         Autoload.
22635         (spam-report-gmane-unregister-routine):
22636         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22637
22638 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22639
22640         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22641         (spam-report-gmane-unregister-routine): Add support for gmane
22642         unregistration.
22643
22644         * spam-report.el (spam-report-gmane-unspam)
22645         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22646         (spam-report-gmane): Change to take a single article and do unspam
22647         registration.
22648
22649 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22650
22651         * mm-url.el (mm-url-decode-entities): Fix regexp.
22652
22653 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22654
22655         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22656         default to nil, to be able to use Gnus at all.  If the default
22657         switches to something else, then the function should be fixed not
22658         be exceedingly slow.
22659
22660 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22661
22662         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22663         fail hard.
22664
22665         * spam-report.el: Add better Keywords line.
22666
22667         * spam.el: Add Maintainer and better Keywords line.
22668
22669 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22670
22671         * gnus-art.el (gnus-article-replace-part)
22672         (gnus-mime-replace-part): New functions.
22673         (gnus-mime-action-alist, gnus-mime-button-commands)
22674         (gnus-mime-save-part-and-strip): Add file argument.
22675         (gnus-article-part-wrapper): Add interactive argument.
22676
22677         * gnus-sum.el (gnus-summary-mime-map):
22678         Add `gnus-article-replace-part'.
22679
22680 2005-09-19  Didier Verna  <didier@xemacs.org>
22681
22682         The nnml compaction feature:
22683         * nnml.el (nnml-request-compact-group): New function.
22684         * nnml.el (nnml-request-compact): New function.
22685         * gnus-int.el (gnus-request-compact-group): New function.
22686         * gnus-int.el (gnus-request-compact): New function.
22687         * gnus-group.el (gnus-group-compact-group): New function.
22688         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22689         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22690         * gnus-srvr.el (gnus-server-compact-server): New function.
22691         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22692         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22693
22694 2005-09-18  Deepak Goel  <deego@gnufans.org>
22695
22696         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22697         format spec.
22698
22699 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22700
22701         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22702
22703 2005-09-15  Romain Francoise  <romain@orebokech.com>
22704
22705         * message.el (message-fill-paragraph): Clarify docstring.
22706
22707 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22708
22709         * gnus-art.el (gnus-mime-display-part): Protect against broken
22710         MIME messages.
22711
22712 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22713
22714         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22715         before parsing header.
22716
22717 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22718
22719         * html2text.el (html2text-replace-list): Add new entities.
22720
22721 2005-09-11  Romain Francoise  <romain@orebokech.com>
22722
22723         * message.el (message-alternative-emails): Improve docstring.
22724         (message-setup-1): Call `message-use-alternative-email-as-from'
22725         after `message-setup-hook' to give it precedence over posting
22726         styles, etc.
22727         (message-use-alternative-email-as-from): Add docstring.
22728         Remove the original From header if present.
22729
22730         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22731         (nnml-save-mail): Use it.
22732
22733         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22734         articles.  Add new argument `silent'.
22735         (gnus-uu-mark-all): Report the total number of marked articles.
22736
22737 2005-09-10  Romain Francoise  <romain@orebokech.com>
22738
22739         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22740         (gnus-uu-mark-series): Likewise.
22741
22742 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22743
22744         * spam-report.el (spam-report-gmane): Fix generation of spam
22745         report URL.
22746
22747 2005-09-10  Simon Josefsson  <jas@extundo.com>
22748
22749         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22750         t, based on discussion on the ding list with Robert Epprecht
22751         <epprecht@solnet.ch>.
22752
22753 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22754
22755         * spam-report.el (spam-report-gmane): Make it work without
22756         X-Report-Spam header.  Gmane now only provides Archived-At.
22757         This is only used if `spam-report-gmane-use-article-number' is nil.
22758         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22759
22760         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22761         make `gnus-summary-sort-by-recipient' work with threading.
22762
22763         * nnweb.el (nnweb-google-wash-article): Print a message if article
22764         is not available.
22765
22766 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22767
22768         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22769         change.  Decode text/* parts content before displaying.
22770
22771 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22772
22773         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22774
22775 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22776
22777         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22778
22779         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22780         url-package-name, url-package-version,
22781         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22782         w3m-display-inline-images, and w3m-minor-mode-map.
22783
22784 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22785
22786         * message.el (message-tab-body-function): Fix mismatched custom type.
22787
22788         * gnus.el (gnus-group-change-level-function): Ditto.
22789
22790         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22791
22792         * gnus-art.el (gnus-signature-limit)
22793         (gnus-article-mime-part-function): Ditto.
22794
22795 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22796
22797         * mml.el (mml-mode): Silence the byte compiler.
22798
22799         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22800         using `(sit-for 0)' before moving the point to the specified part;
22801         skip unbuttonized parts.
22802         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22803         return to the summary window if gnus-auto-select-part is non-nil.
22804
22805 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22806
22807         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22808         New variables.
22809         (mml-dnd-attach-file, mml-mode): Use them.
22810
22811         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22812         Make fetching article by MID work again for Google Groups.
22813         Add FIXME concerning gnus-group-make-web-group.
22814
22815         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22816         Don't depend on Gnus by using mail-extract-address-components if
22817         gnus-extract-address-components is not bound.
22818
22819 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22820
22821         * gnus-art.el (gnus-mime-display-security): Don't display the
22822         signature, but only the signed part.
22823
22824 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22825
22826         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22827
22828         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22829         list, not listp.
22830
22831 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22832
22833         * mm-encode.el (mm-encode-content-transfer-encoding):
22834         Likewise when encoding.
22835
22836         * mm-bodies.el (mm-decode-content-transfer-encoding):
22837         De-canonicalize CRLF for all text content types, not just
22838         text/plain.
22839
22840 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22841
22842         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22843         valid article; point arrow and cursor at the MIME button.
22844
22845 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22846
22847         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22848         Suggested by Dan Christensen <jdc@uwo.ca>.
22849
22850         * mm-decode.el (mm-save-part): Enable change of prompt.
22851
22852 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22853
22854         * gnus-msg.el (gnus-inews-add-send-actions):
22855         Make `message-post-method' lambda parameter ARG `&optional'.
22856
22857 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22858
22859         * gnus-sum.el (gnus-summary-mime-map):
22860         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22861         gnus-article-jump-to-part.
22862
22863         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22864         (gnus-article-edit-part): Use it.
22865         (gnus-article-part-wrapper): Add no-handle argument.
22866         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22867         New functions.
22868
22869 2005-08-29  Romain Francoise  <romain@orebokech.com>
22870
22871         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22872         docstring.
22873         (gnus-face-from-file): Likewise.
22874
22875 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22876
22877         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22878         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22879         non-nil.
22880         (gnus-auto-select-part): New variable.
22881         (gnus-article-jump-to-part): New function.
22882         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22883         (gnus-mime-delete-part): Allow selecting specified part after
22884         deleting or stripping parts.
22885         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22886         part if argument is bogus.
22887
22888 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22889
22890         * gnus-art.el (w3m-minor-mode-map):
22891         * gnus-spec.el (gnus-newsrc-file-version):
22892         * gnus-util.el (nnmail-active-file-coding-system)
22893         (gnus-original-article-buffer, gnus-user-agent):
22894         * gnus.el (gnus-ham-process-destinations)
22895         (gnus-parameter-ham-marks-alist)
22896         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22897         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22898         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22899         * mm-decode.el (gnus-current-window-configuration):
22900         * mm-extern.el (gnus-article-mime-handles):
22901         * mm-url.el (url-current-object, url-package-name)
22902         (url-package-version):
22903         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22904         (smime-keys, w3m-cid-retrieve-function-alist)
22905         (w3m-current-buffer, w3m-display-inline-images)
22906         (w3m-minor-mode-map):
22907         * mml-smime.el (gnus-extract-address-components):
22908         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22909         (gnus-newsrc-hashtb, message-default-charset)
22910         (message-deletable-headers, message-options)
22911         (message-posting-charset, message-required-mail-headers)
22912         (message-required-news-headers):
22913         * mml1991.el (mc-pgp-always-sign):
22914         * mml2015.el (mc-pgp-always-sign):
22915         * nnheader.el (nnmail-extra-headers):
22916         * rfc1843.el (gnus-decode-encoded-word-function)
22917         (gnus-decode-header-function, gnus-newsgroup-name):
22918         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22919
22920 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22921
22922         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22923         the end of the date treatments.
22924
22925 2005-08-15  Simon Josefsson  <jas@extundo.com>
22926
22927         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22928         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22929         Capello and Romain Francoise.
22930         (pgg-fetch-key-function): Remove, not used?
22931         (pgg-insert-url-with-w3): Require url, to get
22932         url-insert-file-contents regardless of where it is defined.
22933
22934 2005-08-13  Romain Francoise  <romain@orebokech.com>
22935
22936         * message.el (message-cite-original-1): New function.
22937         (message-cite-original): Use it.
22938         (message-cite-original-without-signature): Ditto.
22939
22940 2005-08-08  Romain Francoise  <romain@orebokech.com>
22941
22942         * message.el (message-yank-empty-prefix): New variable.
22943         (message-indent-citation): Use it.
22944         (message-cite-original-without-signature): Respect X-No-Archive.
22945
22946 2005-08-08  Simon Josefsson  <jas@extundo.com>
22947
22948         * pgg.el: Autoload url-insert-file-contents instead of loading
22949         w3/url.
22950         (pgg-insert-url-with-w3): Don't load url here.
22951
22952 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22953
22954         * message.el (message-kill-to-signature): Don't insert newline at
22955         bol.
22956         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22957
22958 2005-08-06  Romain Francoise  <romain@orebokech.com>
22959
22960         * message.el (message-user-fqdn): Fix typo in docstring.
22961
22962 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22963
22964         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22965
22966         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22967
22968 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22969
22970         * mm-bodies.el (mm-encode-body): Use coding system rather than
22971         charset to encode text.
22972
22973         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22974         number of charsets if utf-8 is available (XEmacs).
22975
22976 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22977
22978         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22979         taken from `gnus-button-mid-or-mail-regexp'.
22980         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22981         (gnus-button-alist): Improve regexp for domain part of the MIDs
22982         for news:localpart@domain buttons.
22983         (gnus-button-ctan-directory-regexp): Update.
22984
22985 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22986
22987         * sieve-manage.el (sieve-manage-interactive-login):
22988         Use make-local-variable rather than make-variable-buffer-local.
22989         (sieve-manage-open): Ditto.
22990         (sieve-manage-authenticate): Ditto.
22991
22992         * mml.el (mml-generate-mime-1): Make the content type default to
22993         text/plain if the filename is not specified.
22994
22995 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22996
22997         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22998         instead of insert-buffer.
22999
23000         * message.el (message-yank-original): Ditto; set the mark at the
23001         end of the yanked message.
23002
23003 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23004
23005         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
23006         lines to scroll rather than to stop it.
23007
23008         * mml.el (mml-generate-default-type): Add doc string.
23009         (mml-generate-mime-1): Use mm-default-file-encoding or make it
23010         default to application/octet-stream when determining the content
23011         type if it is not specified for the part or the mml contents; add
23012         a comment about mml-generate-default-type.
23013
23014 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
23015
23016         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
23017         make it default to application/octet-stream when determining the
23018         content type if it is not specified for the external contents.
23019
23020 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23021
23022         * rfc2231.el (rfc2231-parse-string): Take care that not only a
23023         segmented parameter but also other parameters might be there.
23024
23025 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23026
23027         * mm-decode.el (mm-display-external): Delete temp file, directory
23028         and buffer immediately if the external process is exited.
23029
23030 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23031
23032         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
23033         fewer lines than that of scroll-margin.
23034         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
23035
23036 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23037
23038         * gnus-art.el (gnus-article-next-page): Revert.
23039         (gnus-article-beginning-of-window): New macro.
23040         (gnus-article-next-page-1): Use it.
23041         (gnus-article-prev-page): Ditto.
23042         (gnus-article-edit-part): Use insert-buffer-substring instead of
23043         insert-buffer.
23044         (gnus-article-edit-exit): Ditto.
23045
23046         * gnus-util.el (gnus-beginning-of-window): Remove.
23047         (gnus-end-of-window): Remove.
23048
23049         * lpath.el: Don't bind header-line-format and scroll-margin.
23050
23051 2005-07-25  Simon Josefsson  <jas@extundo.com>
23052
23053         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
23054         to have the url package without w3.  Reported by Daiki Ueno
23055         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
23056
23057 2005-07-20  Didier Verna  <didier@xemacs.org>
23058
23059         * gnus-diary.el: Remove the description comment (nndiary is now
23060         properly documented in the Gnus manual).
23061         Fix the spelling of "Back End".
23062         * nndiary.el: Ditto.
23063         Fix the copyright notice.
23064
23065 2005-07-18  Romain Francoise  <romain@orebokech.com>
23066
23067         * gnus-sum.el (gnus-summary-to-prefix)
23068         (gnus-summary-newsgroup-prefix): New variables.
23069         (gnus-summary-from-or-to-or-newsgroups): Use them.
23070
23071 2005-07-17  Romain Francoise  <romain@orebokech.com>
23072
23073         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
23074         space as it's generally not especially interesting to the user.
23075
23076 2005-07-16  Romain Francoise  <romain@orebokech.com>
23077
23078         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
23079         nil to avoid prompting and file modification if one of the
23080         messages at the top of the nnfolder file contains a copyright
23081         notice.
23082         Update copyright notice.
23083
23084         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
23085         instead of `current-time-string' as the latter creates a time
23086         string that is not RFC 2822 compliant (it lacks the zone).
23087         Update copyright notice.
23088
23089 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23090
23091         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
23092         for text/rtf.  Display default in prompt.  Pass default for M-n.
23093
23094         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
23095
23096 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23097
23098         * gnus-msg.el (gnus-button-mailto):
23099         Remove save-selected-window-window hackery because it relies on
23100         save-selected-window internals.
23101
23102 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23103
23104         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
23105         (gnus-article-next-page-1): Use gnus-beginning-of-window.
23106         (gnus-article-prev-page): Ditto.
23107
23108         * gnus-util.el (gnus-beginning-of-window): New function.
23109         (gnus-end-of-window): New function.
23110
23111         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
23112
23113 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
23114
23115         * gnus-score.el (gnus-score-edit-all-score):
23116         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
23117         gnus-message.
23118
23119 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23120
23121         * gnus-msg.el (gnus-button-mailto):
23122         Remove save-selected-window-window hackery because it relies on
23123         save-selected-window internals.
23124
23125 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23126
23127         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23128         add-minor-mode.
23129         (gnus-binary-mode): Ditto.
23130
23131         * gnus-topic.el (gnus-topic-mode): Ditto.
23132
23133 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23134
23135         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23136         (gnus-article-prev-page): Take scroll-margin into consideration.
23137
23138 2005-07-04  Lute Kamstra  <lute@gnu.org>
23139
23140         Update FSF's address in GPL notices.
23141
23142 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23143
23144         * gnus.el (gnus-exit):
23145         * gnus-group.el (gnus-group-icons):
23146         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23147
23148         * gnus-nocem.el (gnus-nocem):
23149         * message.el (message-various, message-buffers, message-sending)
23150         (message-interface, message-forwarding, message-insertion)
23151         (message-headers, message-news, message-mail):
23152         * pgg-gpg.el (pgg-gpg):
23153         * pgg-parse.el (pgg-parse):
23154         * pgg-pgp.el (pgg-pgp):
23155         * pgg-pgp5.el (pgg-pgp5):
23156         * pop3.el (pop3): Finish `defgroup' description with period.
23157
23158 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23159
23160         * gnus-art.el (article-display-face): Improve the efficiency.
23161         (article-display-x-face): Ditto; remove gray x-face stuff.
23162
23163 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23164
23165         * gnus-art.el (article-display-face): Correct the position in
23166         which Faces are inserted.
23167
23168 2005-06-29  Didier Verna  <didier@xemacs.org>
23169
23170         * gnus-art.el (article-display-face): Display faces in correct
23171         order.
23172
23173 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23174
23175         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23176         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23177         (gnus-nocem-check-article): Fetch the Type header.
23178         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23179         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23180         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23181         make sure gnus-nocem-hashtb is initialized.
23182         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23183         (gnus-nocem-unwanted-article-p): Ditto.
23184
23185         * pgg.el (pgg-verify): Return the verification result.
23186
23187 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23188
23189         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23190         is ascii.
23191
23192 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23193
23194         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23195         `show-nonbreak-escape'.
23196
23197 2005-06-23  Lute Kamstra  <lute@gnu.org>
23198
23199         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23200
23201         * dig.el (dig-mode):
23202         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23203
23204 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23205
23206         * nnimap.el (nnimap-split-download-body): Fix spellings.
23207
23208 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23209
23210         * gnus-art.el (gnus-article-encrypt-body):
23211         * gnus-cus.el (gnus-score-customize):
23212         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23213         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23214
23215 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23216
23217         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23218         header by looking for magic "MII" at the beginning.
23219
23220 2005-06-16  Miles Bader  <miles@gnu.org>
23221
23222         * gnus-xmas.el (gnus-xmas-group-startup-message):
23223         Use renamed gnus-splash face.
23224
23225         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23226         (assistant-field-face): New backward-compatibility alias for renamed
23227         face.
23228         (assistant-render-text): Use renamed assistant-field face.
23229
23230         * spam.el (spam): Remove "-face" suffix from face name.
23231         (spam-face): New backward-compatibility alias for renamed face.
23232         (spam-face, spam-initialize): Use renamed spam face.
23233
23234         * message.el (message-header-to, message-header-cc)
23235         (message-header-subject, message-header-newsgroups)
23236         (message-header-other, message-header-name)
23237         (message-header-xheader, message-separator, message-cited-text)
23238         (message-mml): Remove "-face" suffix from face names.
23239         (message-header-to-face, message-header-cc-face)
23240         (message-header-subject-face, message-header-newsgroups-face)
23241         (message-header-other-face, message-header-name-face)
23242         (message-header-xheader-face, message-separator-face)
23243         (message-cited-text-face, message-mml-face):
23244         New backward-compatibility aliases for renamed faces.
23245         (message-font-lock-keywords): Use renamed message faces.
23246
23247         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23248         (sieve-test-commands, sieve-tagged-arguments):
23249         Remove "-face" suffix from face names.
23250         (sieve-control-commands-face, sieve-action-commands-face)
23251         (sieve-test-commands-face, sieve-tagged-arguments-face):
23252         New backward-compatibility aliases for renamed faces.
23253         (sieve-control-commands-face, sieve-action-commands-face)
23254         (sieve-test-commands-face, sieve-tagged-arguments-face):
23255         Use renamed sieve faces.
23256
23257         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23258         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23259         (gnus-group-news-3-empty, gnus-group-news-4)
23260         (gnus-group-news-4-empty, gnus-group-news-5)
23261         (gnus-group-news-5-empty, gnus-group-news-6)
23262         (gnus-group-news-6-empty, gnus-group-news-low)
23263         (gnus-group-news-low-empty, gnus-group-mail-1)
23264         (gnus-group-mail-1-empty, gnus-group-mail-2)
23265         (gnus-group-mail-2-empty, gnus-group-mail-3)
23266         (gnus-group-mail-3-empty, gnus-group-mail-low)
23267         (gnus-group-mail-low-empty, gnus-summary-selected)
23268         (gnus-summary-cancelled, gnus-summary-high-ticked)
23269         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23270         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23271         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23272         (gnus-summary-low-undownloaded)
23273         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23274         (gnus-summary-low-unread, gnus-summary-normal-unread)
23275         (gnus-summary-high-read, gnus-summary-low-read)
23276         (gnus-summary-normal-read, gnus-splash):
23277         Remove "-face" suffix from face names.
23278         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23279         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23280         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23281         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23282         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23283         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23284         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23285         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23286         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23287         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23288         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23289         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23290         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23291         (gnus-summary-normal-ticked-face)
23292         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23293         (gnus-summary-normal-ancient-face)
23294         (gnus-summary-high-undownloaded-face)
23295         (gnus-summary-low-undownloaded-face)
23296         (gnus-summary-normal-undownloaded-face)
23297         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23298         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23299         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23300         (gnus-splash-face):
23301         New backward-compatibility aliases for renamed faces.
23302         (gnus-group-startup-message): Use renamed gnus faces.
23303
23304         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23305         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23306         (gnus-server-agent): Remove "-face" suffix from face names.
23307         (gnus-server-agent-face, gnus-server-opened-face)
23308         (gnus-server-closed-face, gnus-server-denied-face)
23309         (gnus-server-offline-face):
23310         New backward-compatibility aliases for renamed faces.
23311         (gnus-server-agent-face, gnus-server-opened-face)
23312         (gnus-server-closed-face, gnus-server-denied-face)
23313         (gnus-server-offline-face): Use renamed gnus faces.
23314
23315         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23316         Remove "-face" suffix from face names.
23317         (gnus-picon-xbm-face, gnus-picon-face):
23318         New backward-compatibility aliases for renamed faces.
23319
23320         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23321         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23322         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23323         (gnus-cite-11): Remove "-face" suffix from face names.
23324         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23325         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23326         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23327         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23328         New backward-compatibility aliases for renamed faces.
23329         (gnus-cite-attribution-face, gnus-cite-face-list)
23330         (gnus-article-boring-faces): Use renamed gnus faces.
23331
23332         * gnus-art.el (gnus-signature, gnus-header-from)
23333         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23334         (gnus-header-content): Remove "-face" suffix from face names.
23335         (gnus-signature-face, gnus-header-from-face)
23336         (gnus-header-subject-face, gnus-header-newsgroups-face)
23337         (gnus-header-name-face, gnus-header-content-face):
23338         New backward-compatibility aliases for renamed faces.
23339         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23340
23341         * gnus-sum.el (gnus-summary-selected-face)
23342         (gnus-summary-highlight): Use renamed gnus faces.
23343         * gnus-group.el (gnus-group-highlight): Likewise.
23344
23345 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23346
23347         * gnus-sieve.el (gnus-sieve-article-add-rule):
23348         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23349         * spam-stat.el (spam-stat-buffer-change-to-spam)
23350         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23351
23352         * message.el (message-is-yours-p):
23353         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23354
23355 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23356
23357         * mm-view.el (mm-inline-text): Withdraw the last change.
23358
23359 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23360
23361         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23362         executing enriched-decode.
23363
23364 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23365
23366         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23367         charset of tar files.
23368
23369 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23370
23371         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23372
23373 2005-06-04  Lute Kamstra  <lute@gnu.org>
23374
23375         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23376         information is never recorded.
23377
23378 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23379
23380         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23381
23382 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23383
23384         * pop3.el (pop3-apop): Run md5 in the binary mode.
23385
23386         * starttls.el (starttls-set-process-query-on-exit-flag):
23387         Use eval-and-compile.
23388
23389 2005-05-31  Simon Josefsson  <jas@extundo.com>
23390
23391         * smime.el (smime-replace-in-string): Define.
23392         (smime-cert-by-ldap-1): Use it.
23393
23394 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23395
23396         * gnus-art.el (article-display-x-face): Replace
23397         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23398
23399         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23400         set-process-query-on-exit-flag or process-kill-without-query.
23401
23402         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23403         loop instead of replace-regexp.
23404
23405         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23406         instead of process-kill-without-query if it is available.
23407
23408         * lpath.el: Fbind ldap-search-entries.
23409
23410         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23411         instead of find-file-hooks if it is available.
23412
23413         * mml1991.el: Bind pgg-default-user-id when compiling.
23414
23415         * mml2015.el: Bind pgg-default-user-id when compiling.
23416
23417         * nndraft.el (nndraft-request-associate-buffer):
23418         Use write-contents-functions instead of write-contents-hooks if it is
23419         available.
23420
23421         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23422         instead of find-file-hooks if it is available.
23423
23424         * nntp.el (nntp-open-connection): Replace
23425         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23426         (nntp-open-ssl-stream): Ditto.
23427         (nntp-open-tls-stream): Ditto.
23428
23429         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23430         set-process-query-on-exit-flag or process-kill-without-query.
23431         (starttls-open-stream-gnutls): Use it instead of
23432         process-kill-without-query.
23433         (starttls-open-stream): Ditto.
23434
23435 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23436
23437         * smime.el (smime-cert-by-ldap-1): Don't use
23438         replace-regexp-in-string.
23439
23440 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23441
23442         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23443
23444         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23445         in PEM format.  Adjust to the XEmacs compatibility.
23446
23447 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23448
23449         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23450         by `string-to-number'.
23451         * gnus-agent.el (gnus-agent-regenerate-group)
23452         (gnus-agent-fetch-articles): Ditto.
23453         * gnus-art.el (gnus-button-fetch-group): Ditto.
23454         * gnus-cache.el (gnus-cache-generate-active)
23455         (gnus-cache-articles-in-group): Ditto.
23456         * gnus-group.el (gnus-group-set-current-level)
23457         (gnus-group-insert-group-line): Ditto.
23458         * gnus-score.el (gnus-score-set-expunge-below)
23459         (gnus-score-set-mark-below, gnus-summary-score-effect)
23460         (gnus-summary-score-entry): Ditto.
23461         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23462         (gnus-soup-pack): Ditto.
23463         * gnus-spec.el (gnus-xmas-format): Ditto.
23464         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23465         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23466         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23467         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23468         * nndb.el (nndb-get-remote-expire-response): Ditto.
23469         * nndiary.el (nndiary-parse-schedule-value)
23470         (nndiary-string-to-number, nndiary-request-replace-article)
23471         (nndiary-request-article): Ditto.
23472         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23473         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23474         * nneething.el (nneething-make-head): Ditto.
23475         * nnfolder.el (nnfolder-request-article)
23476         (nnfolder-retrieve-headers): Ditto.
23477         * nnheader.el (nnheader-file-to-number): Ditto.
23478         * nnkiboze.el (nnkiboze-request-article): Ditto.
23479         * nnmail.el (nnmail-process-unix-mail-format)
23480         (nnmail-process-babyl-mail-format): Ditto.
23481         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23482         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23483         (nnmh-request-create-group, nnmh-request-list-1)
23484         (nnmh-request-group, nnmh-request-article): Ditto.
23485         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23486         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23487         * nnsoup.el (nnsoup-make-active): Ditto.
23488         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23489         * nntp.el (nntp-find-group-and-number)
23490         (nntp-retrieve-headers-with-xover): Ditto.
23491         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23492         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23493         (pgg-format-key-identifier): Ditto.
23494         * pop3.el (pop3-last, pop3-stat): Ditto.
23495         * qp.el (quoted-printable-decode-region): Ditto.
23496
23497         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23498         of concat.
23499
23500 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23501
23502         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23503
23504         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23505
23506         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23507
23508         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23509
23510         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23511
23512         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23513
23514         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23515         (gnus-carpal-mode): Ditto.
23516
23517         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23518         (gnus-browse-mode): Ditto.
23519
23520         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23521
23522         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23523
23524 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23525
23526         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23527
23528 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23529
23530         * gnus-util.el (gnus-run-mode-hooks): New function.
23531
23532         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23533
23534         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23535         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23536
23537 2005-05-27  Lute Kamstra  <lute@gnu.org>
23538
23539         * dns-mode.el (dns-mode): Specify customization group.
23540
23541 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23542
23543         * gnus-agent.el (gnus-agent-make-mode-line-string):
23544         Use mode-line-highlight as mouse-face.
23545
23546 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23547
23548         * canlock.el (canlock): Change the parent group to news.
23549
23550         * deuglify.el (gnus-outlook-deuglify): Add :group.
23551
23552         * dig.el (dig): Add :group.
23553
23554         * dns-mode.el (dns-mode): Add :group.
23555
23556         * encrypt.el (encrypt): Add :group.
23557
23558         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23559         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23560         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23561         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23562         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23563
23564         * gnus-diary.el (gnus-diary): Add :group.
23565
23566         * gnus.el (gnus-group-news-1-face): Add :group.
23567         (gnus-group-news-1-empty-face): Ditto.
23568         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23569         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23570         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23571         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23572         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23573         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23574         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23575         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23576         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23577         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23578         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23579         (gnus-summary-high-ticked-face): Ditto.
23580         (gnus-summary-low-ticked-face): Ditto.
23581         (gnus-summary-normal-ticked-face): Ditto.
23582         (gnus-summary-high-ancient-face): Ditto.
23583         (gnus-summary-low-ancient-face): Ditto.
23584         (gnus-summary-normal-ancient-face): Ditto.
23585         (gnus-summary-high-undownloaded-face): Ditto.
23586         (gnus-summary-low-undownloaded-face): Ditto.
23587         (gnus-summary-normal-undownloaded-face): Ditto.
23588         (gnus-summary-high-unread-face): Ditto.
23589         (gnus-summary-low-unread-face): Ditto.
23590         (gnus-summary-normal-unread-face): Ditto.
23591         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23592         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23593
23594         * hashcash.el (hashcash): New custom group.
23595         (hashcash-default-payment): Add :group.
23596         (hashcash-payment-alist): Ditto.
23597         (hashcash-default-accept-payment): Ditto.
23598         (hashcash-accept-resources): Ditto.
23599         (hashcash-path): Ditto.
23600         (hashcash-extra-generate-parameters): Ditto.
23601         (hashcash-double-spend-database): Ditto.
23602         (hashcash-in-news): Ditto.
23603
23604         * message.el (message-minibuffer-local-map): Add :group.
23605
23606         * netrc.el (netrc): Add :group.
23607
23608         * sieve-manage.el (sieve-manage-log): Add :group.
23609         (sieve-manage-default-user): Diito.
23610         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23611         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23612         (sieve-manage-authenticators): Ditto.
23613         (sieve-manage-authenticator-alist): Ditto.
23614         (sieve-manage-default-port): Ditto.
23615
23616         * sieve-mode.el (sieve-control-commands-face): Add :group.
23617         (sieve-action-commands-face): Ditto.
23618         (sieve-test-commands-face): Ditto.
23619         (sieve-tagged-arguments-face): Ditto.
23620
23621         * smime.el (smime): Add :group.
23622
23623         * spam-report.el (spam-report): Add :group.
23624
23625         * spam.el (spam, spam-face): Add :group.
23626
23627 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23628
23629         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23630         return \n.\n.\n at the end of articles.  Protect against that.
23631         (nntp-with-open-group): Allow debugging.
23632
23633         * nnheader.el (mail-header-set-extra): Make into a function
23634         because I just could't understand how to quote the list properly.
23635
23636         * dns.el (query-dns-cached): New function.
23637
23638 2005-05-26  Lute Kamstra  <lute@gnu.org>
23639
23640         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23641
23642 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23643
23644         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23645
23646         * gnus-art.el: Don't autoload mail-extract-address-components.
23647
23648         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23649         eval-and-compile to evaluate it.
23650
23651         * hashcash.el: Don't autoload executable-find.
23652
23653         * nndb.el: Don't declare the nndb back end two or more times; don't
23654         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23655
23656         * nntp.el: Autoload format-spec instead of format; use
23657         eval-and-compile to evaluate autoload forms.
23658
23659 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23660
23661         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23662
23663 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23664
23665         * gnus.el (gnus-version-number): Bump version.
23666
23667 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23668
23669         * gnus.el: No Gnus v0.3 is released.
23670
23671 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23672
23673         * lpath.el (featurep): Bind show-nonbreak-escape.
23674
23675 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23676
23677         * gnus-art.el (gnus-article-edit-part): Disable undo.
23678
23679 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23680
23681         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23682         gnus-article-date-lapsed-new-header is t if date timer is active;
23683         skip headers in which the original date value is empty.
23684         (gnus-article-save-original-date): Redefine it as a macro.
23685         (gnus-display-mime): Use it.
23686
23687 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23688
23689         * gnus-art.el (article-date-ut): Support converting date in
23690         forwarded parts as well.
23691         (gnus-article-save-original-date): New function.
23692         (gnus-display-mime): Use it.
23693
23694 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23695
23696         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23697         enclosure element of <item>.
23698
23699 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23700
23701         * message.el (message-kill-buffer-query): Rename from
23702         `message-kill-buffer-query-if-modified'.  Add :version.
23703
23704 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23705
23706         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23707         window layout.
23708
23709 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23710
23711         * mml.el: Autoload dnd when compiling.
23712
23713 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23714
23715         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23716         x-dnd-*.
23717
23718 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23719
23720         * qp.el (quoted-printable-encode-region): Save excursion.
23721
23722 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23723
23724         * message.el (message-kill-buffer-query-if-modified): Add new variable
23725         so the user can kill a modified message buffer quickly.
23726         (message-kill-buffer): Use it.
23727
23728 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23729
23730         * lpath.el: Fbind display-time-event-handler; don't fbind
23731         string-to-multibyte.
23732
23733         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23734
23735 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23736
23737         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23738         contained in text because xml.el decodes entities) with LFs.
23739
23740 2005-04-11  Lute Kamstra  <lute@gnu.org>
23741
23742         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23743         differently.
23744
23745 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23746
23747         * mm-util.el (mm-detect-coding-region): Typo.
23748
23749 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23750
23751         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23752
23753 2005-04-06  Deepak Goel  <deego@gnufans.org>
23754
23755         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23756         user-function allow user modifications of the scores.
23757         (spam-stat-score-buffer-user): New function, to allow
23758         user-computed modifications to the score.
23759         (spam-stat-score-buffer-user-functions): List of additional
23760         scoring functions.
23761         (spam-stat-error-holder): Global temporary error holder.
23762         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23763         variable.
23764
23765 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23766
23767         * gnus-registry.el (gnus-registry-clean-empty-function)
23768         (gnus-registry-trim, gnus-registry-fetch-groups)
23769         (gnus-registry-delete-group): Groups that match
23770         `gnus-registry-ignored-groups' are removed from the registry
23771         entries, not just ignored for splitting.  This helps clean up the
23772         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23773         to get all the groups a message ID is in.
23774
23775         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23776         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23777         (spam-stat-score-buffer-user-functions): Add :number custom type.
23778
23779 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23780
23781         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23782         argument in XEmacs.
23783
23784         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23785         (nnrss-request-group): Decode group name first.
23786         (nnrss-request-article): Make a text/plain article if mml-to-mime
23787         failed.
23788         (nnrss-get-encoding): Return a compatible encoding according to
23789         nnrss-compatible-encoding-alist.
23790         (nnrss-find-el): Use consp instead of listp.
23791         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23792
23793 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23794
23795         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23796         which Emacs 20 doesn't support.
23797         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23798
23799 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23800
23801         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23802         silence the byte compiler inside the defun.
23803
23804         * gnus-demon.el (parse-time-string): Add autoload.
23805
23806         * gnus-delay.el (parse-time-string): Add autoload.
23807
23808         * gnus-art.el (parse-time-string): Add autoload.
23809
23810         * nnultimate.el (parse-time): Require for `parse-time-string'.
23811
23812 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23813
23814         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23815
23816         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23817
23818         * smime.el (smime-ldap-host-list): Add :version.
23819
23820 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23821
23822         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23823         pass it to `gnus-browse-read-group'.
23824         (gnus-browse-read-group): Add NUMBER argument and pass it to
23825         `gnus-group-read-ephemeral-group'.
23826
23827         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23828         argument and pass it to `gnus-group-read-group'.
23829
23830 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23831
23832         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23833         mm-xemacs-find-mime-charset-1 if we have the mule feature
23834         available at runtime.
23835
23836 2005-03-25  Werner Lemberg  <wl@gnu.org>
23837
23838         * nnmaildir.el: Replace `illegal' with `invalid'.
23839
23840 2005-03-23  Lute Kamstra  <lute@gnu.org>
23841
23842         * time-date.el: Add comment on time value formats.
23843         Don't require parse-time.
23844         (with-decoded-time-value): New macro.
23845         (encode-time-value): New function.
23846         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23847         (days-to-time): Return a valid time value when arg is huge.
23848         (time-since): Use time-subtract.
23849         (time-to-number-of-days): Use time-to-seconds.
23850
23851 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23852
23853         * gnus-start.el (gnus-display-time-event-handler):
23854         Check display-time-timer at runtime rather than only at load time
23855         in case display-time-mode is turned off in the mean time.
23856
23857 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23858
23859         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23860         used.
23861
23862         * nneething.el (nneething-map-file-directory): Derive from
23863         `gnus-directory'.
23864
23865         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23866         the To/Cc button.
23867
23868 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23869
23870         * nnmaildir.el (nnmaildir-request-accept-article):
23871         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23872
23873 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23874
23875         * gnus-async.el: Require timer-funcs at compile time when in
23876         XEmacs for `run-with-idle-timer'.
23877
23878 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23879
23880         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23881         autoloaded function.
23882
23883 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23884
23885         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23886
23887 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23888
23889         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23890
23891 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23892
23893         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23894         Add gnus-expert-user to default.
23895
23896 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23897
23898         * nnimap.el (nnimap-open-server): Ditto.
23899
23900         * imap.el (imap-authenticate): Fix typo.
23901
23902 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23903
23904         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23905         buffer (since IMAP server might return FETCH response out of
23906         order, and the nntp buffer must be sorted).
23907
23908 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23909
23910         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23911         comparison on string.
23912
23913         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23914         (gnus-agent-score): Rename category keywords to match gnus-cus.
23915         (gnus-agent-summary-fetch-series): Modify to protect against
23916         gnus-agent-summary-fetch-group clearing processable flags.
23917         (gnus-agent-synchronize-group-flags): Update live group buffer as
23918         synchronization may occur due to the user toggle the plugged
23919         status.
23920         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23921         successfully downloaded.
23922         (gnus-agent-expire-group-1): Avoid using markers when the overview
23923         is in ascending order; greatly improves performance.
23924         (gnus-agent-regenerate-group):
23925         Use gnus-agent-synchronize-group-flags to reset read status in both
23926         gnus and server.
23927         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23928
23929 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23930
23931         * message.el: Don't autoload former message-utils variables.
23932         (message-strip-subject-trailing-was): Change doc string.
23933
23934         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23935         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23936         (nnweb-google-search): Add "hl=en" here.
23937         (nnweb-google-parse-1, nnweb-google-create-mapping):
23938         Don't hardcode URL.
23939
23940 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23941
23942         * message.el (message-get-reply-headers, message-followup):
23943         Mention related variables `message-use-followup-to' and
23944         `message-use-mail-followup-to', in the information buffer.
23945
23946         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23947         of broken groups(-beta).google.com.
23948
23949 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23950
23951         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23952         parameter to invoked gnus-request-move-article; remove the
23953         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23954         all at once instead of once per article.
23955         (gnus-summary-remove-process-mark): Accept a list of articles as
23956         well as a single article for processing.
23957
23958         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23959         parameter.
23960
23961         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23962
23963         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23964
23965         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23966         parameter.
23967
23968         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23969         parameter.
23970
23971         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23972         parameter and remove the gnus-sum-hint-move-is-internal variable.
23973
23974         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23975         parameter.
23976
23977         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23978         parameter.
23979
23980         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23981         parameter.
23982
23983         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23984
23985         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23986         parameter.
23987
23988         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23989         parameter.
23990
23991 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23992
23993         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23994         a more conservative way.
23995
23996 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23997
23998         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23999         buffer, so it moves the window's cursor.
24000
24001 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
24002
24003         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
24004         `mm-dissect-multipart' and receive the from field as an (optional)
24005         argument from `mm-dissect-multipart'.
24006         (mm-dissect-multipart): Receive the from field as an argument and
24007         pass it on when we call `mm-dissect-buffer' on MIME parts.
24008         Fixes verification/decryption of signed/encrypted MIME parts.
24009
24010 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
24011
24012         * gnus-sum.el (gnus-summary-move-article):
24013         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
24014         whatever it calls (right now, only nnimap-request-move article
24015         respects it).
24016
24017         * nnimap.el (nnimap-request-move-article):
24018         When gnus-sum-hint-move-is-internal is set, don't do the extra
24019         nnimap-request-article.
24020
24021 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24022
24023         * nnheader.el (nnheader-find-file-noselect): Add doc string.
24024
24025         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
24026         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
24027
24028         * gnus-sum.el (gnus-summary-caesar-message):
24029         Apply `gnus-treat-article' after rotation.
24030
24031         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
24032         doc string.
24033
24034 2005-02-22  Simon Josefsson  <jas@extundo.com>
24035
24036         * encrypt.el (encrypt-password-cache-expiry): Remove (use
24037         `password-cache-expiry' instead).  Reported by Arne Jørgensen
24038         <arne@arnested.dk>.
24039         (encrypt): Add password-cache and password-cache-expiry as group
24040         members.
24041
24042 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
24043
24044         * smime.el (smime-ldap-host-list): Doc fix.
24045         (smime-ask-passphrase): Use `password-read-and-add' to read (and
24046         cache) password.
24047         (smime-sign-region): Use it.
24048         (smime-decrypt-region): Use it.
24049         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
24050         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
24051         fails.
24052         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
24053         certificate from DER to PEM format rather than calling openssl.
24054
24055         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
24056
24057         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
24058         for signing/encryption.
24059
24060         * mml.el (mml-parse-1): Use them.
24061
24062 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
24063
24064         * nnrss.el (nnrss-verbose): Remove.
24065         (nnrss-request-group): Use `nnheader-message' instead.
24066
24067 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
24068
24069         * nnrss.el (nnrss-verbose): New variable.
24070         (nnrss-request-group): Make it say nnrss is requesting a group.
24071
24072 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
24073
24074         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
24075         Handle news URL with given port correctly.
24076
24077 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24078
24079         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
24080         containing special characters.
24081
24082         * gnus-sum.el (gnus-summary-edit-article): Ditto.
24083
24084         * mml.el (mime-to-mml): Ditto.
24085
24086         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
24087         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
24088         (rfc2047-decode-region): Quote decoded words containing special
24089         characters when rfc2047-quote-decoded-words-containing-tspecials
24090         is non-nil.
24091
24092 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
24093
24094         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
24095
24096         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
24097
24098 2005-02-15  Simon Josefsson  <jas@extundo.com>
24099
24100         * nnimap.el (nnimap-debug): Doc fix.
24101
24102         * imap.el (imap-debug): Doc fix.
24103
24104 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24105
24106         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
24107
24108 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
24109
24110         * gnus.el (spam-contents): Improve docs for spam-contents
24111         parameter in its variable incarnation.
24112
24113 2005-02-14  Simon Josefsson  <jas@extundo.com>
24114
24115         * smime-ldap.el: Use require instead of load-library for ldap.
24116         (smime-ldap-search): Indent.
24117         (smime-ldap-search-internal): Shorten line.
24118
24119         * smime.el (smime-cert-by-dns): Add doc-string.
24120         (smime-cert-by-ldap-1): Indent.
24121
24122         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
24123         mml-smime-get-dns-ldap.
24124         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24125
24126 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24127
24128         * smime.el: Require smime-ldap.
24129         (smime-ldap-host-list): New variable.
24130         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24131
24132         * mml-smime.el (mml-smime-encrypt-query): New function.
24133         (mml-smime-encrypt-query): Use it.
24134
24135         * smime-ldap.el: New file.
24136
24137 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24138
24139         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24140
24141 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24142
24143         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24144         argument in doc string.  Make query for type more clear.
24145
24146 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24147
24148         * gnus.el (gnus-group-startup-message): Search for gnus images in
24149         etc/images/gnus.
24150         * mm-util.el (mm-image-load-path): Likewise.
24151         * smiley.el (smiley-data-directory): Search for smilies in
24152         etc/images/smilies.
24153
24154 2005-02-09  Kim F. Storm  <storm@cua.dk>
24155
24156         Change Emacs release version from 21.4 to 22.1 throughout.
24157         Change Emacs development version from 21.3.50 to 22.0.50.
24158
24159 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24160
24161         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24162
24163         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24164         non-Mule XEmacs as well.
24165         (mm-decompress-buffer): Signal an error intentionally if it does
24166         not decompress compressed data because auto-compression-mode is
24167         disabled.
24168
24169 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24170
24171         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24172         an ID in the registry even if it has no groups.
24173
24174 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24175
24176         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24177         merge it into mm-decompress-buffer.
24178         (gnus-mime-copy-part): Use the MIME part charset, the value which
24179         a user specified or gnus-newsgroup-charset for decoding, like
24180         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24181         save-buffer what was used.  Suggested by Kevin Ryde
24182         <user42@zip.com.au>.
24183         (gnus-mime-inline-part): Allow the name parameter as well as the
24184         filename parameter; force decompressing of compressed data; always
24185         display contents being not decoded as unibyte.
24186
24187         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24188         as well as the filename parameter.
24189
24190         * mm-util.el (mm-decompress-buffer):
24191         Merge gnus-mime-jka-compr-maybe-uncompress.
24192         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24193         of compressed data.
24194
24195 2005-02-08  Simon Josefsson  <jas@extundo.com>
24196
24197         * imap.el (imap-log): Doc fix.
24198
24199 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24200
24201         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24202         the coding cookies; decompress compressed parts.
24203
24204         * mml.el (mml-generate-mime-1): Add the charset parameter according
24205         to the value which a user specified manually or the coding cookie.
24206
24207         * mm-util.el (mm-string-to-multibyte): New function.
24208         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24209         (mm-coding-system-to-mime-charset): New function.
24210         (mm-decompress-buffer): New function.
24211         (mm-find-buffer-file-coding-system): New function.
24212
24213         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24214         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24215         parts.
24216
24217 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24218
24219         * mm-view.el (mm-display-inline-fontify): Decode a part according
24220         to the charset parameter.
24221
24222 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24223
24224         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24225         prefix arg is neither nil nor a number, as info specifies.
24226
24227 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24228
24229         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24230         timestamps.
24231
24232 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24233
24234         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24235         groups error checking and notify user.
24236
24237 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24238
24239         * message.el (message-send-mail-function): Check existence of
24240         sendmail-program first before using default value
24241         `message-send-mail-with-sendmail'.  Otherwise use more generic
24242         `smtpmail-send-it'.
24243
24244 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24245
24246         * nntp.el (nntp-request-update-info): Always return nil.
24247
24248 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24249
24250         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24251
24252 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24253
24254         * message.el (message-beginning-of-line): Change the behavior when
24255         invoked between BOL and : so that it first moves backward.
24256
24257 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24258
24259         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24260         article buffer when editing of the article is discarded.
24261         (gnus-article-prepare): Revert.
24262
24263 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24264
24265         * gnus-art.el (gnus-article-prepare):
24266         Remove message-strip-forbidden-properties from the local hook.
24267
24268 2005-01-27  Simon Josefsson  <jas@extundo.com>
24269
24270         * password.el (password-cache-add): Only start one timer per key.
24271         Reported by Derek Atkins <warlord@MIT.EDU>.
24272
24273 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24274
24275         * run-at-time.el: Remove.  It is no longer needed as
24276         timer-funcs.el in the xemacs-base package has a working version of
24277         `run-at-time'.
24278
24279         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24280
24281         * password.el: Require timer-funcs instead of run-at-time in
24282         XEmacs.
24283         Remove `password-run-at-time' macro.
24284         (password-cache-add): Use `run-at-time' instead of
24285         `password-run-at-time'.
24286
24287         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24288         Remove `nnheader-cancel-function-timers' alias,
24289         `cancel-function-timers' exists in XEmacs in timer-funcs.
24290
24291         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24292         for `run-with-idle-timer'.
24293
24294         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24295         for `run-at-time'.
24296
24297         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24298         for `with-timeout'.
24299
24300         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24301         the same as for XEmacs 21.4.
24302         No need to ignore `run-with-idle-timer', this function exists in
24303         XEmacs now in timer-funcs.el in the xemacs-base package.
24304         (dgnushack-compile): No need to delete
24305         run-at-time.el from the list of files to compile because it
24306         doesn't exist anymore.
24307
24308 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24309
24310         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24311         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24312
24313 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24314
24315         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24316         sensitively.
24317
24318 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24319
24320         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24321
24322 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24323
24324         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24325         which will be inserted according to the multibyteness of a buffer
24326         rather than the type of contents.  Suggested by ARISAWA Akihiro
24327         <ari@mbf.ocn.ne.jp>.
24328
24329         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24330         of string which old xml.el may return rather than a string.
24331
24332 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24333
24334         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24335
24336 2005-01-16  Simon Josefsson  <jas@extundo.com>
24337
24338         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24339         idn/idna.el isn't available.
24340         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24341         <michael@waxrat.com>.
24342
24343         * hashcash.el: Remove non-FSF copyright header.
24344
24345         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24346         (hashcash-generate-payment): Use it.
24347         (hashcash-generate-payment-async): Use it.
24348
24349 2005-01-15  Simon Josefsson  <jas@extundo.com>
24350
24351         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24352         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24353
24354         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24355         gnus-summary-idna-message.
24356         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24357         (gnus-summary-idna-message): New function.
24358
24359 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24360
24361         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24362         gnus-novice-user.
24363
24364 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24365
24366         * nnrss.el (nnrss-request-delete-group): Delete entries in
24367         nnrss-group-alist as well.
24368         (nnrss-save-server-data): Insert newline.
24369
24370 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24371
24372         * gnus.el (gnus-user-agent): Use list of symbols instead of
24373         symbols.  Display full version number for (S)XEmacs.
24374         Optionally display (S)XEmacs codename.
24375
24376         * gnus-util.el (gnus-emacs-version): Update for new
24377         `gnus-user-agent'.
24378
24379         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24380         Gnus version.
24381
24382 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24383
24384         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24385         which is unreadable in some setups.
24386
24387 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24388
24389         * gnus-spec.el (gnus-update-format-specifications): Flush the
24390         group format spec cache if it doesn't support decoded group names.
24391
24392 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24393
24394         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24395         Allow to apply decay on score files matching a regexp.
24396
24397 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24398
24399         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24400         compatibility in %g and %c.
24401
24402 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24403
24404         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24405         name for only %g and %c.
24406         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24407         of gnus-tmp-group to decoded group name.
24408         (gnus-group-make-rss-group): Exclude `/'s from group names.
24409
24410 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24411
24412         * nnrss.el (nnrss-get-encoding): Fix regexp.
24413
24414 2004-12-27  Simon Josefsson  <jas@extundo.com>
24415
24416         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24417         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24418         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24419
24420 2004-12-17  Kim F. Storm  <storm@cua.dk>
24421
24422         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24423
24424         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24425
24426 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24427
24428         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24429
24430 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24431
24432         * nnrss.el: Require rfc2047 and mml.
24433         (nnrss-file-coding-system): New variable.
24434         (nnrss-format-string): Redefine it as an inline function.
24435         (nnrss-decode-group-name): New function.
24436         (nnrss-string-as-multibyte): Remove.
24437         (nnrss-retrieve-headers): Decode group name; don't use
24438         nnrss-format-string.
24439         (nnrss-request-group): Decode group name.
24440         (nnrss-request-article): Decode group name; allow a Message-ID as
24441         well as an article number; don't use nnrss-format-string; encode a
24442         Message-ID string which may contain non-ASCII characters; use
24443         mml-to-mime to compose a MIME article.
24444         (nnrss-request-expire-articles): Decode group name.
24445         (nnrss-request-delete-group): Decode group name.
24446         (nnrss-fetch): Clarify error message.
24447         (nnrss-read-server-data): Use insert-file-contents instead of load;
24448         bind file-name-coding-system; use multibyte buffer.
24449         (nnrss-save-server-data): Bind coding-system-for-write to the
24450         value of nnrss-file-coding-system; bind file-name-coding-system;
24451         add coding cookie.
24452         (nnrss-read-group-data): Use insert-file-contents instead of load;
24453         bind file-name-coding-system; use multibyte buffer.
24454         (nnrss-save-group-data): Bind coding-system-for-write to the
24455         value of nnrss-file-coding-system; bind file-name-coding-system.
24456         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24457         make it work with non-ASCII text.
24458         (nnrss-find-el): Make it work with old xml.el as well.
24459
24460 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24461
24462         * nnrss.el (nnrss-get-encoding): New function.
24463         (nnrss-fetch): Use unibyte buffer initially; bind
24464         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24465         decode contents according to the encoding attribute.
24466         (nnrss-save-group-data): Add coding cookie.
24467         (nnrss-mime-encode-string): New function.
24468         (nnrss-check-group): Use it to encode subject and author.
24469
24470 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24471
24472         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24473         imaginary variable.
24474
24475 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24476
24477         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24478         correctly even if there are wide characters.
24479
24480 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24481
24482         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24483         downcased symbol names; make a new cache instead of reusing
24484         bbdb-hashtable.
24485
24486 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24487
24488         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24489         concatenating segments rather than before concatenating them.
24490         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24491
24492         * message.el (message-get-reply-headers): Bind `extra'.
24493
24494 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24495
24496         * message.el (message-extra-wide-headers): New variable.
24497         (message-get-reply-headers): Use it.
24498
24499 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24500
24501         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24502         (gnus-agent-group-pathname): Ditto.
24503
24504         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24505
24506         * gnus-group.el (gnus-group-make-group): Decode group name.
24507         (gnus-group-make-rss-group): Register the group data after opening
24508         the nnrss group.
24509
24510 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24511
24512         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24513         by expiry now get marked as read.
24514
24515 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24516
24517         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24518
24519 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24520
24521         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24522         unify Latin characters in XEmacs.
24523         (mm-find-mime-charset-region): Use it.
24524
24525 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24526
24527         * gnus-util.el (gnus-delete-directory): New function.
24528
24529         * gnus-agent.el (gnus-agent-delete-group): Use it.
24530
24531         * gnus-cache.el (gnus-cache-delete-group): Use it.
24532
24533 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24534
24535         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24536         names.
24537
24538 2004-12-16  Simon Josefsson  <jas@extundo.com>
24539
24540         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24541
24542 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24543
24544         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24545
24546         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24547         (gnus-group-set-current-level): Decode group name.
24548
24549 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24550
24551         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24552         failed.
24553
24554 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24555
24556         * gnus-group.el (gnus-group-delete-group): Decode group name.
24557         (gnus-group-make-rss-group): Encode group name.
24558         (gnus-group-catchup-current): Decode group name.
24559         (gnus-group-kill-group): Decode group name.
24560
24561 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24562
24563         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24564
24565 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24566
24567         * gnus-group.el (gnus-group-make-rss-group):
24568         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24569
24570         * gnus-start.el (gnus-setup-news): Honor user's setting to
24571         gnus-message-archive-method.  Suggested by Lute Kamstra
24572         <lute@gnu.org>.
24573
24574 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24575
24576         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24577         global counterparts of the buffer-local variables.
24578
24579 2004-11-16  Romain Francoise  <romain@orebokech.com>
24580
24581         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24582         counterparts of the buffer-local variables.
24583
24584 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24585
24586         * message.el (message-forbidden-properties): Fix typo in doc
24587         string.
24588
24589 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24590
24591         * gnus-util.el (gnus-replace-in-string): Add doc string.
24592
24593         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24594         to avoid problems when splitting mails with many recipients.
24595
24596 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24597
24598         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24599         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24600
24601 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24602
24603         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24604         if there is no hashtable in memory or file modification time is
24605         newer than cached timestamp.
24606
24607 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24608
24609         * gnus-sum.el (gnus-summary-limit-to-recipient):
24610         Implement not-matching option.
24611
24612 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24613
24614         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24615         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24616         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24617         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24618         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24619         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24620
24621 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24622
24623         * message.el (message-forward-make-body-mml): Remove headers
24624         according to message-forward-ignored-headers if a message is decoded.
24625
24626 2004-12-02  Romain Francoise  <romain@orebokech.com>
24627
24628         * message.el (message-forward-make-body-plain): Always remove
24629         headers according to message-forward-ignored-headers.
24630
24631 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24632
24633         * spam.el (spam-summary-prepare-exit): Remove the
24634         gnus-summary-limit pop for now, it has problems with ham marks for
24635         me.
24636
24637 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24638
24639         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24640         correctly.
24641
24642 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24643
24644         * format-spec.el (format-spec): Message the char.
24645
24646 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24647
24648         * gnus-art.el (gnus-split-methods): Reformat comments.
24649
24650         * spam.el (spam-summary-prepare-exit): Remove article limits
24651         before exiting the summary buffer.
24652
24653 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24654
24655         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24656         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24657
24658         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24659         order to silence the byte compiler.
24660
24661         * spam.el: Fix the way to silence the byte compiler, which
24662         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24663         bbdb-search-simple, spam-BBDB-register-routine,
24664         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24665         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24666         spam-stat-buffer-is-spam, spam-stat-load,
24667         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24668         spam-stat-save and spam-stat-split-fancy.
24669
24670 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24671
24672         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24673         which may confuse users.
24674         (canlock-password-for-verify): Ditto.
24675
24676         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24677
24678         * gnus-art.el (gnus-emphasis-alist): Ditto.
24679
24680         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24681
24682         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24683
24684         * gnus-start.el (gnus-save-killed-list): Ditto.
24685
24686         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24687         (gnus-sum-thread-tree-root): Ditto.
24688         (gnus-sum-thread-tree-false-root): Ditto.
24689         (gnus-sum-thread-tree-single-indent): Ditto.
24690
24691         * message.el (message-courtesy-message): Ditto.
24692         (message-archive-note): Ditto.
24693         (message-subscribed-address-file): Ditto.
24694         (message-user-fqdn): Ditto.
24695
24696         * spam-report.el (spam-report-gmane-regex): Ditto.
24697
24698         * spam.el (spam-blackhole-good-server-regex): Ditto.
24699
24700 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24701
24702         * mml.el (mml-preview): Widen the message buffer before copying
24703         the contents to the preview buffer; sort headers before previewing.
24704
24705         * message.el (message-hidden-headers): Fix the way to avoid a bug
24706         in the `repeat' widget in Emacs 21.3 or earlier.
24707
24708 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24709
24710         * message.el (message-hidden-headers): Default to "^References:".
24711         Improve customization type.  Suggested by Reiner Steib
24712         <Reiner.Steib@gmx.de>.
24713
24714 2004-11-25  Romain Francoise  <romain@orebokech.com>
24715
24716         * message.el (message-strip-forbidden-properties): Remove check for
24717         obsolete `message-hidden' text property, hidden headers are not
24718         accessible in the buffer anymore.
24719
24720 2004-11-22  Romain Francoise  <romain@orebokech.com>
24721
24722         * message.el (message-header-format-alist): Add `From' in list
24723         so that it can be sorted.
24724         (message-fix-before-sending): Widen and sort headers before
24725         sending.
24726         (message-hide-headers): Use narrowing to hide headers by moving
24727         them to the top of the buffer and narrowing to the region
24728         underneath.
24729
24730 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24731
24732         * message.el (message-strip-forbidden-properties):
24733         Bind buffer-read-only (etc) to nil.
24734
24735 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24736
24737         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24738         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24739
24740 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24741
24742         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24743
24744 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24745
24746         * dns.el (query-dns): Use sit-for to time instead of
24747         accept-process-output, since that doesn't seem to work on udp
24748         sockets.
24749
24750 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24751
24752         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24753
24754 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24755
24756         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24757         doc string.  Improve doc string.
24758
24759 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24760
24761         * nntp.el (nntp-request-update-info): Return nil if
24762         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24763         may not call gnus-activate-group which uselessly issues the GROUP
24764         commands for all nntp groups and wastes time.  Reported by Romain
24765         Francoise <romain@orebokech.com>.
24766
24767         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24768
24769 2004-11-15  Simon Josefsson  <jas@extundo.com>
24770
24771         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24772         headers separately.
24773         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24774         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24775
24776 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24777
24778         * gnus-start.el (gnus-convert-old-newsrc):
24779         Assign legacy-gnus-agent to 5.10.7.
24780
24781 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24782
24783         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24784         start of the lines.
24785
24786 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24787
24788         * hashcash.el (hashcash-default-payment): Change default to 20.
24789         (hashcash-default-accept-payment): Change default to 20.
24790         (hashcash-process-alist): New variable.
24791         (hashcash-generate-payment-async): Add.
24792         (hashcash-already-paid-p): Add.
24793         (hashcash-insert-payment): Don't generate payments twice.
24794         (hashcash-insert-payment-async): Add.
24795         (hashcash-insert-payment-async-2): Add.
24796         (hashcash-cancel-async): Add.
24797         (hashcash-wait-async): Add.
24798         (hashcash-processes-running-p): Add.
24799         (hashcash-wait-or-cancel): Add.
24800         (mail-add-payment): New optional argument.  Conditionally start
24801         asynchronous calculation.
24802         (mail-add-payment-async): Add.
24803
24804         * message.el (message-send-mail): Wait for asynchronous hashcash
24805         results.  Don't clobber existing X-Hashcash headers.
24806         (message-setup-1): Call mail-add-payment-async when
24807         message-generate-hashcash is non-nil.
24808
24809 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24810
24811         * message.el (message-use-alternative-email-as-from): Examine the
24812         From header as well; use message-make-from in order to include a
24813         user's full name.
24814
24815 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24816
24817         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24818         default; improve customization type.
24819         (gnus-emphasis-custom-with-format): New macro.
24820         (gnus-emphasis-custom-value-to-external): New function.
24821         (gnus-emphasis-custom-value-to-internal): New function.
24822
24823 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24824
24825         * dns.el (query-dns): Resolve reverse addresses.
24826
24827 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24828
24829         * gnus-group.el (gnus-group-get-new-news): Use it.
24830
24831         * gnus-start.el (gnus-check-reasonable-setup): New function.
24832
24833 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24834
24835         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24836         "Args out of range" error.  Reported by Arnaud Giersch
24837         <arnaud.giersch@free.fr>.
24838
24839 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24840
24841         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24842
24843 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24844
24845         * spam.el (spam group): Add :version.
24846
24847         * pgg-def.el (pgg group): Add :version.
24848
24849 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24850
24851         * gnus-art.el (gnus-article-edit-article): Don't associate the
24852         article buffer with a draft file.  This is a temporary measure
24853         against the 2004-08-22 change to gnus-article-edit-mode.
24854
24855 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24856
24857         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24858         (html2text-format-tags): Remove unused variable `attr'.
24859
24860 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24861
24862         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24863
24864         * tls.el (tls-process-connection-type, tls-success)
24865         (tls-certtool-program): Add :version.
24866
24867         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24868         (starttls-extra-arguments, starttls-process-connection-type)
24869         (starttls-connect, starttls-failure, starttls-success): Add :version.
24870
24871         * spam-stat.el (spam-stat): Add :version.
24872
24873         * sieve.el (sieve): Add :version.
24874
24875         * sha1.el (sha1): Add :version.
24876         (sha1-use-external): Remove redundant version.
24877
24878         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24879         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24880         (nnmail-split-fancy-match-partial-words)
24881         (nnmail-split-lowercase-expanded): Add :version.
24882
24883         * nndiary.el (nndiary): Add :version.
24884
24885         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24886
24887         * mml-sec.el (mml-default-sign-method)
24888         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24889         Add :version.
24890
24891         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24892
24893         * mm-url.el (mm-url-use-external, mm-url-program)
24894         (mm-url-arguments): Add :version.
24895
24896         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24897         (mm-attachment-file-modes, mm-decrypt-option)
24898         (mm-w3m-safe-url-regexp): Add :version.
24899
24900         * message.el (message-cite-prefix-regexp)
24901         (message-sendmail-envelope-from, message-minibuffer-local-map)
24902         (message-user-fqdn, message-completion-alist): Add :version.
24903
24904         * gnus-win.el (gnus-configure-windows-hook)
24905         (gnus-use-frames-on-any-display): Add :version.
24906
24907         * gnus-art.el (gnus-article-address-banner-alist)
24908         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24909         (gnus-treat-from-picon, gnus-treat-mail-picon)
24910         (gnus-treat-x-pgp-sig): Add :version.
24911
24912         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24913         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24914         (gnus-summary-article-delete-hook)
24915         (gnus-summary-display-while-building): Add :version.
24916
24917         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24918         (gnus-get-top-new-news-hook): Add :version.
24919
24920         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24921         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24922
24923         * gnus-registry.el (gnus-registry): Add :version.
24924
24925         * gnus-spec.el (gnus-use-correct-string-widths)
24926         (gnus-make-format-preserve-properties): Add :version.
24927
24928         * gnus.el (gnus-group-charter-alist)
24929         (gnus-group-fetch-control-use-browse-url)
24930         (gnus-install-group-spam-parameters): Add :version.
24931
24932         * gnus-diary.el (gnus-diary): Add :version.
24933
24934         * gnus-delay.el (gnus-delay): Add :version.
24935
24936         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24937         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24938         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24939         Add :version.
24940
24941         * gnus-agent.el (gnus-agent-max-fetch-size)
24942         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24943         (gnus-agent-prompt-send-queue): Add :version.
24944
24945         * deuglify.el (gnus-outlook-deuglify): Add :version.
24946
24947         * html2text.el: Beautify code.  Improve doc strings.
24948         Some checkdoc cleanup.
24949         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24950
24951 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24952
24953         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24954
24955 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24956
24957         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24958         when package is loaded.
24959
24960         * spam.el (spam-summary-score-preferred-header): Add global preference
24961         for people who want to override the default SpamAssassin over
24962         Bogofilter preference (when both are set).
24963         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24964         (spam-user-format-function-S):
24965         Check spam-summary-score-preferred-header.
24966         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24967         (spam-user-format-function-S): Format the score correctly.
24968
24969 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24970
24971         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24972         signature file.  Suggested by Manoj Srivastava
24973         <srivasta@golden-gryphon.com>.
24974
24975         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24976         iso-2022-jp even in the Japanese language environment.
24977         Suggested by Jason Rumney <jasonr@gnu.org>.
24978
24979 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24980
24981         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24982         use the same characters as the dummy marks; make it free from
24983         getting affected by the language environment.
24984         (gnus-summary-read-group-1): Update mark positions only when the
24985         format spec is updated.
24986
24987         * gnus-spec.el (gnus-update-format-specifications): Return a list
24988         of updated types.
24989
24990 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24991
24992         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24993         of boundp to check if display-warning is available.
24994
24995 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24996
24997         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24998
24999 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25000
25001         * nnspool.el (nnspool-spool-directory): Use news-path if the
25002         news-directory variable is not bound.
25003
25004         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
25005         function instead of display-warning if it is not available.
25006
25007 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
25008
25009         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
25010         v5-10: Use `point-at-bol'.
25011
25012 2004-10-26  Simon Josefsson  <jas@extundo.com>
25013
25014         * hashcash.el: Fix URL in comment, reported by Cheng Gao
25015         <chenggao@gmail.com>.
25016
25017 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
25018
25019         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
25020         instead.
25021
25022 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
25023
25024         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
25025         to remove a server from the nnimap-server-buffer-alist.
25026         (nnimap-open-connection, nnimap-close-server): Use it.
25027
25028         * gnus-encrypt.el: Remove file in favor of encrypt.el.
25029
25030 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25031
25032         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
25033         running the major-mode function.
25034
25035 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25036
25037         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
25038         dummy marks in the right way.
25039
25040 2004-10-18  David Edmondson  <dme@dme.org>
25041
25042         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
25043         excessively.
25044
25045 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
25046
25047         * gnus-util.el (gnus-split-references): Accept a nil references
25048         string and go on blissfully.
25049
25050         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
25051         cases where the references string is non-nil but has no references.
25052
25053         * encrypt.el: Add autoload tags.
25054
25055         * spam.el (spam-resolve-registrations-routine): Remove article
25056         from unregistration list too.  Reported by David Hanak
25057         <dhanak@isis.vanderbilt.edu>
25058
25059 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
25060
25061         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
25062         nil.  Change custom type.
25063
25064 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
25065
25066         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
25067
25068         * gnus-sum.el (gnus-summary-move-article): Use it.
25069
25070 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
25071
25072         * encrypt.el: Add autoload cookies.
25073
25074         * spam.el (spam-backend-article-list-property)
25075         (spam-backend-get-article-todo-list)
25076         (spam-backend-put-article-todo-list)
25077         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
25078         Resolve registrations separately.
25079         (spam-register-routine): Format comments.
25080         (spam-unregister-routine, spam-register-routine): Always call with
25081         specific-articles, no default list.
25082         (spam-summary-prepare-exit): Use the spam-classifications function.
25083
25084         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
25085         gnus-encrypt.el.
25086
25087         * encrypt.el: Copied from gnus-encrypt.el.
25088
25089         * gnus-encrypt.el: Commented that it's obsolete.
25090
25091 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25092
25093         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
25094         (gnus-score-save): Use it.
25095
25096         * message.el (message-bury): Use `window-dedicated-p'.
25097
25098 2004-10-15  Simon Josefsson  <jas@extundo.com>
25099
25100         * pop3.el (top-level): Don't require nnheader.
25101         (pop3-read-timeout): Add.
25102         (pop3-accept-process-output): Add.
25103         (pop3-read-response, pop3-retr): Use it.
25104
25105 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
25106
25107         * spam.el (spam-register-routine): Move comment.
25108         (spam-verify-bogofilter): Use 'unknown for the initial
25109         spam-bogofilter-valid state, not 'never.
25110
25111         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
25112         for netrc-machine.
25113
25114         * nnimap.el (nnimap-open-connection):
25115         Use netrc-machine-user-or-password.
25116
25117 2004-10-17  Richard M. Stallman  <rms@gnu.org>
25118
25119         * gnus-registry.el (gnus-registry-unload-hook):
25120         Set as a variable with add-hook.
25121
25122         * nnspool.el (nnspool-spool-directory): Use news-directory instead
25123         of news-path.
25124
25125         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25126
25127         * spam.el: Delete duplicate `provide'.
25128         (spam-unload-hook): Set as a variable with add-hook.
25129
25130 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25131
25132         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25133         in the doc string.
25134
25135         * message.el (message-ignored-news-headers)
25136         (message-ignored-supersedes-headers)
25137         (message-ignored-resent-headers)
25138         (message-forward-ignored-headers): Improve custom type.
25139
25140 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25141
25142         * message.el (message-tokenize-header): Fix 2004-09-06 change
25143         which used point-min in the wrong place.
25144
25145 2004-10-12  Simon Josefsson  <jas@extundo.com>
25146
25147         * tls.el (tls-certtool-program): New variable.
25148         (tls-certificate-information): New function, based on
25149         ssl-certificate-information.
25150
25151 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25152
25153         * compface.el: Move the version of ELisp-based uncompface program
25154         to the contrib directory because of the copyright problem.
25155
25156 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25157
25158         * message.el (message-kill-buffer): Raise the current frame.
25159
25160 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25161
25162         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25163
25164         * gnus.el (message-y-or-n-p): Autoload.
25165
25166         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25167         (pop3-password-required, pop3-authentication-scheme)
25168         (pop3-leave-mail-on-server): Make customizable.
25169         (pop3): New custom group.
25170         (pop3-retr): Remove `sleep-for' statements.
25171         Suggested by Dave Love <fx@gnu.org>.
25172
25173         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25174         Windows/DOS.
25175
25176         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25177         (imap-parse-body): Fix incorrect use of `assert'.
25178         Suggested by Dave Love <fx@gnu.org>.
25179
25180         * mml.el (mml-minibuffer-read-disposition): Require match.
25181         Suggested by Dave Love <fx@gnu.org>.
25182
25183 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25184
25185         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25186         doc string.
25187
25188 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25189
25190         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25191
25192 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25193
25194         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25195         instead of calling `mm-insert-inline', to decode text/* parts
25196         before displaying them.
25197
25198 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25199
25200         * mm-uu.el (mm-uu-text-plain-type): New variable.
25201         (mm-uu-pgp-signed-extract-1): Use it.
25202         (mm-uu-pgp-encrypted-extract-1): Use it.
25203         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25204         bind mm-uu-text-plain-type with that value.
25205         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25206         mm-uu-dissect.
25207
25208 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25209
25210         * gnus-group.el (gnus-update-group-mark-positions):
25211         * gnus-sum.el (gnus-update-summary-mark-positions):
25212         * message.el (message-check-news-body-syntax):
25213         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25214         of string-as-multibyte.
25215
25216 2004-10-05  Juri Linkov  <juri@jurta.org>
25217
25218         * gnus-group.el (gnus-update-group-mark-positions):
25219         * gnus-sum.el (gnus-update-summary-mark-positions):
25220         * message.el (message-check-news-body-syntax):
25221         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25222         8-bit unibyte values to a multibyte string for search functions.
25223
25224 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25225
25226         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25227         (mm-uu-dissect-text-parts): New function.
25228
25229         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25230         dissect text parts.
25231
25232         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25233         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25234
25235         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25236
25237         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25238         Use gnus-current-topics instead of gnus-current-topic.
25239
25240 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25241
25242         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25243
25244 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25245
25246         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25247         where appropriate.
25248
25249         * nnml.el (nnml-generate-active-info): do.
25250
25251         * nndiary.el (nndiary-generate-active-info): do.
25252
25253         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25254         (gnus-topic-move): do.
25255
25256         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25257         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25258
25259         * gnus-srvr.el (gnus-server-prepare)
25260         (gnus-server-open-all-servers): do.
25261
25262         * gnus-msg.el (gnus-summary-cancel-article)
25263         (gnus-summary-resend-message)
25264         (gnus-summary-mail-crosspost-complaint): do.
25265
25266         * gnus-move.el (gnus-change-server): do.
25267
25268         * gnus-group.el (gnus-group-unmark-all-groups)
25269         (gnus-group-set-current-level): do.
25270
25271 2004-10-04  Simon Josefsson  <jas@extundo.com>
25272
25273         * message.el (message-generate-hashcash): Doc fix.
25274
25275 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25276
25277         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25278         avoid infinite recursion via gnus-get-function.
25279
25280 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25281
25282         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25283
25284         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25285
25286         * nnmail.el (nnmail-split-history): do.
25287
25288         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25289         (nnml-request-delete-group): do.
25290
25291         * nnslashdot.el (nnslashdot-read-groups): do.
25292
25293         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25294         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25295
25296         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25297         (nnspool-sift-nov-with-sed): Use last.
25298         (nnspool-retrieve-headers-with-nov): Use mapc.
25299         (nnspool-request-newgroups): Use dolist.
25300         (nnspool-request-group): Use last.
25301
25302         * nntp.el (nntp-read-server-type): Use dolist.
25303
25304         * nnvirtual.el (nnvirtual-create-mapping)
25305         (nnvirtual-update-read-and-marked): Use dolist.
25306         (nnvirtual-convert-headers): Simplify.
25307
25308 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25309
25310         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25311         Add support for sync'ing tick marks.
25312
25313 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25314
25315         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25316         there's no visible header.
25317
25318 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25319
25320         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25321         When necessary, pass full group name to gnus-request-set-marks.
25322
25323 2004-10-01  Simon Josefsson  <jas@extundo.com>
25324
25325         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25326         acroread.
25327
25328 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25329
25330         * spam-report.el (spam-report-gmane): Fix interactive.
25331
25332         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25333
25334         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25335         when writing file.
25336         (gnus-agent-synchronize-flags): Don't default to being
25337         interactive.
25338
25339 2004-09-30  Simon Josefsson  <jas@extundo.com>
25340
25341         * message.el (message-generate-hashcash): Add.
25342         (message-send-mail): Use it, call mail-add-payment.
25343
25344 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25345
25346         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25347
25348 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25349
25350         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25351         gnus-requst-update-info with explicit code to sync the in-memory
25352         info read flags with the marks being sync'd to the backend.
25353
25354         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25355
25356 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25357
25358         * spam.el (spam-verify-bogofilter): Add new function.
25359         (spam-check-bogofilter)
25360         (spam-bogofilter-register-with-bogofilter): Use it.
25361         (spam-verify-bogofilter): Add small fixes.
25362
25363 2004-09-28  Simon Josefsson  <jas@extundo.com>
25364
25365         * hashcash.el (hashcash-generate-payment): Revert.
25366
25367 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25368
25369         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25370         Use gnus-extract-references instead of gnus-split-references.
25371
25372         * gnus-util.el (gnus-extract-references): Add new function, analogous
25373         to gnus-split-references but extracts only the message-ID without
25374         anything extra.
25375
25376         * hashcash.el (hashcash-generate-payment)
25377         (hashcash-check-payment): Do the right thing if hashcash-path is
25378         nil (because the hashcash program could not be found).
25379
25380         * spam.el (spam-use-hashcash): Remove comment.
25381
25382 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25383
25384         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25385         (gnus-cache-enter-article, gnus-cache-remove-article)
25386         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25387
25388         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25389
25390         * gnus-art.el (article-hide-boring-headers)
25391         (article-translate-strings, article-display-face)
25392         (gnus-article-mime-match-handle-first)
25393         (gnus-article-highlight-headers)
25394         (gnus-article-add-buttons-to-head): do.
25395
25396 2004-09-27  Simon Josefsson  <jas@extundo.com>
25397
25398         * hashcash.el: New version, from
25399         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25400         ../contrib/.
25401
25402 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25403
25404         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25405
25406 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25407
25408         * gnus-dup.el (gnus-dup-open): Use mapc.
25409         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25410
25411         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25412         Reported by Stefan Wiens <s.wi@gmx.net>.
25413
25414         * gnus.el (gnus-shutdown): Use dolist.
25415
25416         * gnus-undo.el (gnus-undo): Use mapc.
25417
25418         * nnrss.el (nnrss-generate-active): do.
25419
25420         * message.el (message-cite-original-without-signature)
25421         (message-cite-original): Use mapc.
25422         (message-do-actions, message-make-forward-subject): Use dolist.
25423
25424 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25425
25426         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25427         deletion to remove entire duplicate line.  Fixes merged article
25428         number bug.
25429
25430 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25431
25432         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25433         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25434         first ask if you want to open a server and then, even when you
25435         responded with no, asking if you want to synchronize the server's
25436         flags.
25437         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25438         multi-line expressions.
25439         (gnus-agent-synchronize-group-flags): New internal function.
25440         Updates marks in memory (in the info structure) AND in the
25441         backend.
25442
25443         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25444
25445         * nnagent.el (nnagent-request-set-mark):
25446         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25447         method, to ensure that synchronization updates marks in the
25448         backend and in the info (in memory) structure.
25449
25450 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25451
25452         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25453         convention fully; don't miss the root article of a thread; make
25454         the X-Draft-From header with correct article numbers.
25455
25456 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25457
25458         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25459         unless plugged.  Disable the agent so that an open failure causes
25460         an error.
25461
25462         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25463         Revert 2004-09-21 change.  The backend must be opened while
25464         synchronizing flags even when the backend stores the flags
25465         locally.
25466
25467 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25468
25469         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25470         in `header' match.  Reported by Svend Tollak Munkejord.
25471
25472         * message.el (message-cite-original): Fix use of
25473         `message-cite-articles-with-x-no-archive'.
25474
25475 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25476
25477         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25478         (gnus-window-to-buffer): Ditto.
25479
25480         * mml.el (mml-preview-buffer): New variable.
25481         (mml-preview): Manage window layout with gnus-buffer-configuration.
25482
25483         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25484         X-Draft-From header even if those articles aren't quoted.
25485
25486 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25487
25488         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25489         (gnus-request-set-mark, gnus-request-update-mark): Use new
25490         g-s-t-u-l-m to decide to use backend even when unplugged.
25491
25492 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25493
25494         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25495         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25496
25497 2004-09-20  Simon Josefsson  <jas@extundo.com>
25498
25499         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25500         "utf-16-le".
25501
25502 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25503
25504         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25505
25506 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25507
25508         * uudecode.el (uudecode-use-external): Add :version.
25509
25510         * smime.el (smime-CA-file, smime-encrypt-cipher)
25511         (smime-dns-server): Add :version.
25512
25513         * smiley.el (gnus-smiley-file-types): Add :version.
25514
25515         * sha1.el (sha1-use-external): Add :version.
25516
25517         * pgg-def.el (pgg-query-keyserver): Add :version.
25518
25519         * nnmail.el (nnmail-fancy-expiry-targets)
25520         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25521         Add :version.
25522
25523         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25524         (nnimap-retrieve-groups-asynchronous): Add :version.
25525         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25526
25527         * mml.el (mml-content-disposition-parameters)
25528         (mml-insert-mime-headers-always): Add :version.
25529
25530         * mm-util.el (mm-coding-system-priorities): Add :version.
25531
25532         * mm-decode.el (mm-inline-text-html-with-images)
25533         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25534         (mm-verify-option): Add :version.
25535         (mm-text-html-renderer): Change :version.
25536
25537         * message.el (message-fcc-externalize-attachments)
25538         (message-required-headers, message-draft-headers)
25539         (message-subject-trailing-was-query)
25540         (message-subject-trailing-was-ask-regexp)
25541         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25542         (message-mark-insert-end, message-archive-header)
25543         (message-archive-note, message-cross-post-default)
25544         (message-cross-post-note, message-followup-to-note)
25545         (message-cross-post-note-function, message-use-mail-followup-to)
25546         (message-subscribed-address-functions)
25547         (message-subscribed-address-file, message-subscribed-addresses)
25548         (message-subscribed-regexps, message-allow-no-recipients)
25549         (message-yank-cited-prefix, message-signature-insert-empty-line)
25550         (message-hidden-headers, message-hierarchical-addresses)
25551         (message-mail-user-agent, message-use-idna)
25552         (message-valid-fqdn-regexp)
25553         (message-strip-special-text-properties, message-header-synonyms)
25554         (message-beginning-of-line, message-tab-body-function): Add :version.
25555         (message-insert-canlock, message-wide-reply-confirm-recipients):
25556         Change :version.
25557
25558         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25559         and :version.
25560         (mail-source-delete-old-incoming-confirm)
25561         (mail-source-movemail-program): Add :version.
25562
25563         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25564         (gnus-agent-cache, gnus-agent): Change :version.
25565
25566         * gnus-util.el (gnus-use-byte-compile): Change :version.
25567
25568         * gnus-sum.el (gnus-summary-make-false-root-always)
25569         (gnus-summary-default-high-score)
25570         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25571         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25572         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25573         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25574         (gnus-sum-thread-tree-single-indent)
25575         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25576         (gnus-sum-thread-tree-leaf-with-other)
25577         (gnus-sum-thread-tree-single-leaf): Add :version.
25578         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25579         (gnus-article-loose-mime): Change :version.
25580
25581         * gnus-start.el (gnus-backup-startup-file)
25582         (gnus-save-startup-file-via-temp-buffer): Add :version.
25583
25584         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25585         (gnus-server-offline-face): Add :version.
25586
25587         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25588
25589         * gnus-msg.el (gnus-gcc-externalize-attachments)
25590         (gnus-debug-files, gnus-debug-exclude-variables)
25591         (gnus-discouraged-post-methods): Change :version.
25592         (gnus-confirm-mail-reply-to-news)
25593         (gnus-confirm-treat-mail-like-news): Add :version.
25594
25595         * gnus-int.el (gnus-server-unopen-status): Add :version.
25596
25597         * gnus-group.el (gnus-group-jump-to-group-prompt)
25598         (gnus-large-ephemeral-newsgroup)
25599         (gnus-fetch-old-ephemeral-headers): Add :version.
25600
25601         * gnus-fun.el (gnus-x-face-directory)
25602         (gnus-convert-pbm-to-x-face-command)
25603         (gnus-convert-image-to-x-face-command)
25604         (gnus-convert-image-to-face-command): Add :version.
25605
25606         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25607
25608         * gnus-cite.el (gnus-cite-blank-line-after-header)
25609         (gnus-article-boring-faces): Add :version.
25610
25611         * gnus-art.el (gnus-buttonized-mime-types)
25612         (gnus-inhibit-mime-unbuttonizing)
25613         (gnus-treat-display-face)
25614         (gnus-treat-body-boundary): Change :version.
25615         (gnus-body-boundary-delimiter, gnus-picon-databases)
25616         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25617         (gnus-treat-date-english, gnus-treat-fold-headers)
25618         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25619         (gnus-treat-mail-picon, gnus-treat-wash-html)
25620         (gnus-article-encrypt-protocol)
25621         (gnus-use-idna, gnus-article-over-scroll)
25622         (gnus-mime-display-multipart-alternative-as-mixed)
25623         (gnus-mime-display-multipart-related-as-mixed)
25624         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25625         (gnus-ctan-url, gnus-button-ctan-handler)
25626         (gnus-button-handle-ctan-bogus-regexp)
25627         (gnus-button-ctan-directory-regexp)
25628         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25629         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25630         (gnus-button-man-level, gnus-button-emacs-level)
25631         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25632
25633         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25634         (gnus-agent-go-online): Change :version.
25635         (gnus-agent-expire-unagentized-dirs)
25636         (gnus-agent-auto-agentize-methods): Add :version.
25637
25638         * flow-fill.el (fill-flowed-display-column)
25639         (fill-flowed-encode-column): Add :version.
25640
25641         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25642         (gnus-outlook-deuglify-unwrap-max)
25643         (gnus-outlook-deuglify-cite-marks)
25644         (gnus-outlook-deuglify-unwrap-stop-chars)
25645         (gnus-outlook-deuglify-no-wrap-chars)
25646         (gnus-outlook-deuglify-attrib-cut-regexp)
25647         (gnus-outlook-deuglify-attrib-verb-regexp)
25648         (gnus-outlook-deuglify-attrib-end-regexp)
25649         (gnus-outlook-display-hook): Add :version.
25650
25651         * binhex.el (binhex-use-external): Add :version.
25652
25653 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25654
25655         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25656         and `invisible'.
25657
25658 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25659
25660         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25661         in gnus-registry-trim.
25662
25663 2004-09-13  Simon Josefsson  <jas@extundo.com>
25664
25665         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25666
25667         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25668
25669         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25670         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25671         <yamaoka@jpl.org>.
25672         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25673         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25674         <yamaoka@jpl.org>.
25675
25676         * sieve.el (sieve-manage-mode): Ditto.
25677
25678 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25679
25680         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25681
25682 2004-09-11  Simon Josefsson  <jas@extundo.com>
25683
25684         * dns-mode.el: Add.
25685
25686         * mm-view.el (mm-display-dns-inline): Add.
25687
25688         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25689         (mm-automatic-display): Ditto.
25690
25691         * mailcap.el (mailcap-mime-data): Add text/dns.
25692         (mailcap-mime-extensions): Map .soa to text/dns.
25693
25694 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25695
25696         * gnus-art.el (article-decode-mime-words, article-babel)
25697         (gnus-article-highlight-signature, gnus-article-add-buttons)
25698         (gnus-signature-toggle): Remove unnecessary bindings of
25699         `inhibit-read-only' inherited from v5.10 merge.
25700
25701 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25702
25703         * nntp.el (nntp): New customization group.
25704         (nntp-authinfo-file): Add customization group.
25705
25706         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25707
25708         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25709
25710         * gnus.el (to-address, to-list, subscribed)
25711         (large-newsgroup-initial): Ditto.
25712
25713         * flow-fill.el (fill-flowed-display-column)
25714         (fill-flowed-encode-column): Ditto.
25715
25716 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25717
25718         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25719         Use point-min rather than 1.
25720         (message-send-mail): Use buffer-size rather than point-max.
25721
25722         * gnus-sum.el (gnus-summary-search-article-forward):
25723         Signal a specific `search-failed' rather than a generic `error'.
25724
25725         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25726         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25727         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25728
25729 2004-09-10  Simon Josefsson  <jas@extundo.com>
25730
25731         * nndb.el (require): Remove tcp and duplicate cl.
25732
25733 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25734
25735         * gnus-agent.el (directory-files-and-attributes): Move forward.
25736
25737 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25738
25739         * gnus-agent.el (directory-files-and-attributes):
25740         Optionally defined to support XEmacs.
25741
25742 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25743
25744         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25745         to avoid run-time CL dependencies.
25746         (gnus-agent-unfetch-articles): New function.
25747         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25748         article numbers even when local .overview file is missing.
25749         (gnus-agent-read-article-number): New function.  Only accepts
25750         27-bit article numbers.
25751         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25752         Use gnus-agent-read-article-number.
25753         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25754         from backend while recognizing that article numbers in .overview
25755         must be valid.
25756         (gnus-agent-update-files-total-fetched-for):
25757         Use directory-files-and-attributes to improve performance.
25758         * gnus-int.el (gnus-request-move-article):
25759         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25760         improve performance.
25761
25762         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25763         some users confused by references to .newsrc when they only have a
25764         .newsrc.eld file.
25765         (gnus-convert-mark-converter-prompt)
25766         (gnus-convert-converter-needs-prompt): Fix use of property list.
25767         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25768         New function.  Used internally to only display 'gnus converting
25769         files' message when actually necessary.
25770
25771         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25772         methods now autoloaded.
25773
25774 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25775
25776         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25777         identifiers.
25778
25779 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25780
25781         * gnus-picon.el: Fix indentation and closing parenthesis.
25782
25783 2004-09-01  Simon Josefsson  <jas@extundo.com>
25784
25785         * message.el (message-canlock-generate): Require sha1, not
25786         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25787         to require within a function.  Sadly, if sha1.el isn't loaded, the
25788         let binding in m-c-g will hide the defcustom definition, which is
25789         bad.)
25790
25791         * canlock.el: Require sha1, not sha1-el.
25792
25793         * message.el: Don't autoload sha1 (there is a autoload cookie in
25794         sha1.el).
25795
25796         * sha1-el.el: Rename to sha1.el.
25797
25798 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25799
25800         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25801
25802 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25803
25804         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25805
25806 2004-08-30  Kim F. Storm  <storm@cua.dk>
25807
25808         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25809
25810         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25811         Add :group 'nnimap.
25812
25813 2004-08-30  Andreas Schwab  <schwab@suse.de>
25814
25815         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25816         ?* and ?\;.
25817
25818         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25819         and ?\' to symbol instead of whitespace.
25820
25821 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25822
25823         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25824
25825         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25826         instead of re-search-forward.
25827
25828         * gnus-uu.el (gnus-uu-save-article): Ditto.
25829         (gnus-uu-post-encode-uuencode): Ditto.
25830
25831         * html2text.el (html2text-clean-list-items): Ditto.
25832         (html2text-clean-dtdd): Ditto.
25833         (html2text-format-tags): Ditto.
25834
25835         * message.el (message-send-mail-with-sendmail): Fix regexp.
25836         (message-fill-field-general): Use search-forward instead of
25837         re-search-forward.
25838         (unbold-region): Ditto.
25839
25840         * nnrss.el (nnrss-request-article): Ditto.
25841
25842         * nnslashdot.el (nnslashdot-request-article): Ditto.
25843
25844         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25845
25846         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25847         "Unrecognized menu descriptor" error in XEmacs.
25848
25849 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25850
25851         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25852         parent article of a sparse article in the thread hashtb.
25853
25854 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25855
25856         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25857         (nnmail-expand-newtext): Lowercase expanded entries if
25858         nnmail-split-lowercase-expanded is non-nil.
25859
25860 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25861
25862         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25863
25864         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25865         of gnus-tmp-news-method into string under XEmacs.  It will be
25866         passed to gnus-correct-length which takes only a string argument.
25867
25868 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25869
25870         * gnus-util.el (gnus-bind-print-variables): New macro.
25871         (gnus-prin1): Use it.
25872         (gnus-prin1-to-string): Use it.
25873         (gnus-pp): New function.
25874         (gnus-pp-to-string): New function.
25875
25876         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25877         Replace pp-to-string with gnus-pp-to-string.
25878         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25879         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25880         * gnus-msg.el (gnus-debug): Ditto.
25881         * gnus-score.el (gnus-score-save): Ditto.
25882         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25883         gnus-pp-to-string.
25884         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25885         with gnus-pp.
25886         * score-mode.el (gnus-score-pretty-print): Ditto.
25887         * webmail.el (webmail-debug): Ditto.
25888
25889 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25890
25891         * gnus-art.el (article-display-face, article-display-x-face):
25892         Use buffer-read-only.
25893
25894 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25895
25896         * gnus-art.el (article-hide-list-identifiers):
25897         Bind inhibit-read-only as t.
25898
25899 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25900
25901         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25902
25903 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25904
25905         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25906         (gnus-narrow-to-page): Don't assume point-min == 1.
25907         (gnus-article-edit-mode): Derive from message-mode.
25908
25909         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25910         point-min == 1.
25911
25912         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25913         Disable incorrect use of `assert'.
25914
25915         * message.el (message-mode): Set comment-start-skip.
25916
25917
25918 2004-08-22  Sam Steingold  <sds@gnu.org>
25919
25920         * pop3.el (pop3-leave-mail-on-server): New user variable.
25921         (pop3-movemail): Delete mail only when it is nil.
25922
25923 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25924
25925         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25926
25927         * mml.el (mml-preview): Use `pop-to-buffer'.
25928
25929         * message.el (message-goto-mail-followup-to): Insert after "To".
25930         (message-carefully-insert-headers): Add comment.
25931
25932         * gnus.el: Remove unused variable `gnus-article-check-size'.
25933
25934         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25935
25936         * gnus-art.el (gnus-button-alist):
25937         Improve `gnus-button-handle-library' entry.
25938
25939 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25940
25941         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25942         Use downcase, since XEmacs capitalizes error messages differently.
25943
25944 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25945
25946         * nntp.el: Add (require 'gnus) due to reference to
25947         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25948
25949 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25950
25951         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25952         Bind `mm-fill-flowed'.
25953
25954         * mm-decode.el (mm-dissect-singlepart): Check it.
25955
25956 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25957
25958         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25959         'imap' for netrc parsing.
25960
25961 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25962
25963         * mailcap.el (mailcap-mime-data): Mark as risky.
25964
25965 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25966
25967         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25968         may be included in the encoded word.
25969         (rfc2047-encode): Don't append a space if the encoded word
25970         includes close parenthesis.
25971
25972 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25973
25974         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25975         of text within parentheses.
25976
25977 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25978
25979         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25980         (gnus-encrypt-write-file-contents): Make the password key the file
25981         name PLUS the cipher, not just the cipher.  Also remove failed
25982         passwords from the cache.
25983
25984 2004-08-06  Simon Josefsson  <jas@extundo.com>
25985
25986         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25987         Doc fix.
25988
25989 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25990
25991         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25992         LWSP.
25993
25994 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25995
25996         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25997         Try to append in-reply-to: data to the references: header.
25998
25999         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
26000         (netrc-parse): Use gnus-encrypt.el functions.
26001
26002         * gnus-encrypt.el: Add new file for encryption support; currently
26003         does only a few GPG ciphers and an internal XOR cipher.
26004
26005         * password.el: Add comments on using password-read-and-add.
26006         (password-read-and-add): Add function to read and add the
26007         password to the cache at once.
26008
26009 2004-07-28  Simon Josefsson  <jas@extundo.com>
26010
26011         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
26012         parameter (but don't use it, for now).
26013
26014         * imap.el (imap-ssl-open): Use imap-process-connection-type,
26015         instead of hard coding to nil.
26016
26017 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26018
26019         * mm-view.el (mm-inline-image-emacs): Open lines under an image
26020         as mm-inline-image-xemacs does.
26021
26022 2004-07-26  Simon Josefsson  <jas@extundo.com>
26023
26024         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
26025         Revert part of 2004-07-17 change below.
26026
26027 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26028
26029         * rfc2047.el (rfc2047-encode-region): Don't infloop.
26030         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26031
26032 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26033
26034         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
26035         quotes that actually start with ">" at the beginning of the
26036         lines.
26037
26038 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26039
26040         * rfc2047.el (rfc2047-encode-region): Fix last change.
26041         (rfc2047-encode-parameter): Remove useless concat.
26042
26043 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26044
26045         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
26046         encode special characters; fix some kind of misconfigured headers;
26047         signal a real error if debug-on-quit or debug-on-error is non-nil.
26048         (rfc2047-encode-max-chars): New variable.
26049         (rfc2047-encode-1): Use it.
26050         (rfc2047-encode-parameter): New function.
26051
26052         * mml.el (mml-insert-parameter): Remove an excessive space.
26053
26054 2004-07-17  Simon Josefsson  <jas@extundo.com>
26055
26056         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
26057         Kai Grossjohann <kai@emptydomain.de>.
26058         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
26059         (gnus-group-make-menu-bar): Ditto.
26060
26061         * gnus-util.el (gnus-group-server): Add.
26062
26063 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
26064
26065         * message.el (message-clone-locals): Clone sendmail and smtp
26066         variables.
26067
26068 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26069
26070         * rfc2047.el (rfc2047-encode-region): Fix last change.
26071
26072 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26073
26074         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
26075         characters as non-special.
26076
26077 2004-07-09  Simon Josefsson  <jas@extundo.com>
26078
26079         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
26080         Users will lose all flag changes made while unplugged with
26081         e.g. nntp unless flag synchronization happens, thus `nil' is not a
26082         good default.  See numerous reports on ding mailing list.
26083
26084 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26085
26086         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
26087         add generate-head-function and generate-article-function to the
26088         rfc822-forward entry.
26089         (nndoc-rfc822-forward-generate-article): New function.
26090         (nndoc-rfc822-forward-generate-head): New function.
26091
26092         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
26093
26094 2004-07-06  Dan Christensen  <jdc@uwo.ca>
26095
26096         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
26097         respect display group parameter and gnus-summary-expunge-below.
26098         (gnus-articles-to-read): Remove unused reference to display group
26099         parameter.
26100
26101 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26102
26103         * nnheader.el (nnheader-uniquify-message-id): New experimental
26104         variable.
26105         (nnheader-nov-read-message-id): Use it.
26106
26107         * spam-report.el (spam-report-gmane): Add interactive.
26108
26109 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26110
26111         * mm-encode.el (mm-content-transfer-encoding-defaults):
26112         Use qp-or-base64 for the application/* types.
26113
26114 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
26115
26116         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
26117
26118 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
26119
26120         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
26121         trim value.
26122
26123 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26124
26125         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26126         New macro and function.
26127         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26128
26129 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26130
26131         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26132         after-load-alist.
26133
26134 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26135
26136         * gnus-group.el (gnus-group-get-new-news-this-group):
26137         Don't update info that isn't there.
26138
26139 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26140
26141         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26142         entry.
26143
26144 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26145
26146         * mm-view.el (mm-inline-render-with-function): Use multibyte
26147         buffer; decode html source by charset.
26148
26149         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26150
26151         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26152         Mule-UCS is loaded under XEmacs.
26153         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26154
26155 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26156
26157         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26158
26159 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26160
26161         * mm-util.el (mm-coding-system-p): Return a coding-system.
26162         (mm-mime-mule-charset-alist): Use shift_jis instead of
26163         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26164         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26165         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26166         instead of japanese-shift-jis and iso-latin-1 respectively in
26167         order to share the default value with both Emacs and XEmacs-mule.
26168         (mm-mule-charset-to-mime-charset):
26169         Make mm-coding-system-priorities effective.
26170         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26171         while predicating of candidates upon the priorities.
26172
26173 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26174
26175         * gnus-sum.el (gnus-summary-make-menu-bar):
26176         Add gnus-uu-invert-processable.
26177
26178         * gnus.el: Autoload gnus-uu-invert-processable.
26179
26180 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26181
26182         * mm-util.el (mm-with-multibyte-buffer): New macro.
26183
26184         * rfc2047.el (rfc2047-encode-string): Use it.
26185         (rfc2047-encode-region): Move point to the end of the region after
26186         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26187
26188 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26189
26190         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26191         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26192
26193 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26194
26195         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26196         (gnus-cite-parse): Ignore quoted envelope From_.
26197         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26198
26199 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26200
26201         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26202         invalid addresses.
26203
26204 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26205
26206         * spam.el: Change section markers, revise TODO list.
26207         (spam-backends): Make new master list of all installed backends.
26208         (spam-summary-exit-behavior): Add new variable to determine how
26209         messages moves are done at summary exit.
26210         (spam-move-spam-nonspam-groups-only)
26211         (spam-process-ham-in-nonham-groups)
26212         (spam-process-ham-in-spam-groups): Remove variables, the
26213         spam-summary-exit-behavior variable should be used to manage this
26214         behavior.
26215         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26216         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26217         and spam-old-spam-articles.
26218         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26219         Add empty variables, placeholders for the backends they represent.
26220         (spam-set-difference): Move, unchanged.
26221         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26222         unless the user has a processor variable.
26223         (spam-classifications, spam-classification-valid-p)
26224         (spam-backend-properties, spam-backend-property-valid-p)
26225         (spam-backend-function-type-valid-p)
26226         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26227         (spam-report-articles-gmane, spam-report-articles-resend):
26228         Remove functions, they are not needed.
26229         (spam-install-backend-super, spam-backend-list)
26230         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26231         (spam-backend-function, spam-backend-ham-registration-function)
26232         (spam-backend-spam-registration-function)
26233         (spam-backend-ham-unregistration-function)
26234         (spam-backend-spam-unregistration-function)
26235         (spam-backend-statistical-p, spam-backend-mover-p)
26236         (spam-install-backend-alias, spam-install-checkonly-backend)
26237         (spam-install-mover-backend, spam-install-nocheck-backend)
26238         (spam-install-backend, spam-install-statistical-backend)
26239         (spam-install-statistical-checkonly-backend): Add backend installation
26240         support.
26241         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26242         (spam-group-processor-p): Use the new backend code and respect the
26243         summary exit behavior.
26244         (spam-mark-spam-as-expired-and-move-routine): Remove.
26245         (spam-summary-prepare): Change to use the new spam-old-articles
26246         variable.
26247         (spam-copy-or-move-routine, spam-copy-spam-routine)
26248         (spam-move-spam-routine, spam-copy-ham-routine)
26249         (spam-move-ham-routine): Add code to copy/move ham or spam.
26250         (spam-fetch-field-fast): Improve doc and code, plus allow the
26251         'number request.
26252         (spam-list-of-checks, spam-list-of-statistical-checks):
26253         Remove variables.
26254         (spam-split, spam-find-spam): Use the new backend code.
26255         (spam-registration-functions): Remove variable.
26256         (spam-unregister-routine): Add convenience wrapper.
26257         (spam-log-undo-registration, spam-register-routine)
26258         (spam-log-processing-to-registry)
26259         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26260         where possible.
26261         (spam-check-gmane-xref, spam-check-regex-headers)
26262         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26263         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26264         (spam-check-bogofilter-headers, spam-check-spamoracle)
26265         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26266         (spam-check-crm114-headers): Use the spam-split-group that
26267         spam-split prepares, no need to determine it every time.
26268
26269         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26270         to the nnheader-parse-naked-head call.
26271
26272         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26273
26274         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26275         the nnheader-nov-read-message-id call.
26276
26277 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26278
26279         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26280         gnus-activate-group twice.  Suggested by Markus Peter
26281         <warp@spin.de>.
26282
26283 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26284
26285         * gnus-art.el (gnus-article-time-format): Exchange the order of
26286         day and month in the default value; fix customization type.
26287         (article-date-ut): Use add-text-properties.
26288         (article-make-date-line): Use message-make-date instead of
26289         current-time-string.
26290
26291         * message.el (message-fetch-field): Don't use set-text-properties.
26292         (message-make-date): Simplify.
26293
26294         * messagexmas.el (message-xmas-make-date): New function.
26295         (message-xmas-redefine): Defalias message-make-date to it.
26296
26297 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26298
26299         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26300         (rfc2047-encode-region): Treat text within parentheses as special;
26301         show the original text when error has occurred.
26302
26303         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26304         already-computed method to gnus-activate-group.
26305
26306         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26307         same select-methods identical Lisp objects.
26308
26309         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26310         object when modifying the info.
26311
26312 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26313
26314         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26315         gnus-opened-servers since it has never been opened with the new
26316         configuration yet.
26317
26318 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26319
26320         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26321         arg to nnheader-generate-fake-message-id.
26322
26323 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26324
26325         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26326         number and build a fake message ID localized to a group and
26327         article number (so it's repeatable from that point on).
26328         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26329         ID format.
26330
26331         * gnus-sum.el (gnus-get-newsgroup-headers):
26332         Call nnheader-generate-fake-message-id with the article number.
26333
26334 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26335
26336         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26337         end-of-buffer.
26338
26339 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26340
26341         * message.el (message-ignored-supersedes-headers): Add Approved.
26342
26343 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26344
26345         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26346         goto-char.
26347         (rfc2047-encode): Fold the line before encoding.
26348
26349 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26350
26351         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26352         folding -- not all headers can be folded, and this should be done
26353         by the message composition mode.  Probably.  I think.
26354
26355 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26356
26357         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26358         fast.
26359
26360         * gnus-ems.el (gnus-remove-image): Don't use
26361         message-text-with-property; remove only the image found first.
26362
26363         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26364         found first.
26365
26366 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26367
26368         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26369
26370 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26371
26372         * message.el (message-text-with-property): Make it fast and accept
26373         optional arguments.
26374         (message-strip-forbidden-properties): Use it.
26375         (message-fix-before-sending): Follow the m-t-w-p change.
26376
26377         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26378
26379 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26380
26381         * gnus-art.el (article-hide-headers): Don't change the buffer
26382         mistakenly when performing mml-preview even if
26383         gnus-single-article-buffer is nil.
26384
26385 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26386
26387         * message.el (message-expand-name-databases): New user option.
26388         (message-expand-name): Use it.
26389
26390 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26391
26392         * spam.el (spam-report-articles-resend)
26393         (spam-report-resend-register-routine): Allow ham reporting.
26394         (spam-report-resend-register-ham-routine): Add wrapper.
26395         (spam-registration-functions): Add ham resending functions.
26396         (spam-list-of-processors): Add ham resend processor.
26397
26398         * gnus.el (ham-resend-to): Add new group parameter.
26399         (spam-process): Add ham resend option.
26400
26401         * spam-report.el (spam-report-resend): Allow reporting ham.
26402         (spam-report-resend-ham): Add wrapper.
26403
26404 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26405
26406         * message.el (message-cite-articles-with-x-no-archive):
26407         New variable.
26408         (message-cite-original): Use it.
26409
26410 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26411
26412         * message.el (message-cite-original): Respect X-No-Archive.
26413
26414 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26415
26416         * gnus-art.el (article-hide-headers): Refer to the values for
26417         gnus-ignored-headers and gnus-visible-headers in the summary
26418         buffer since a user may have set them as group parameters.
26419
26420 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26421
26422         * assistant.el (assistant-node-name): Add convenience function.
26423         (assistant-render-text, assistant-render-node): Add error handling,
26424         plus handle multiple next nodes.
26425         (assistant-find-next-node): Comment out for now.
26426         (assistant-find-next-nodes): Add function, returns list of next
26427         nodes.
26428
26429 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26430
26431         * mail-source.el (mail-source-directory): Fix doc-string.
26432
26433 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26434
26435         * assistant.el (assistant-render-text, assistant-eval): Add :set
26436         widget type, which is different because it takes and returns a
26437         list.  Much hilarity ensues.
26438
26439 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26440
26441         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26442
26443         * gnus-group.el (gnus-group-get-new-news-this-group):
26444         Add doc-string.
26445
26446         * gnus-start.el (gnus-activate-group): Add doc-string.
26447
26448 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26449
26450         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26451
26452 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26453
26454         * assistant.el (assistant-render-text): Try to add a :set
26455         widget, more to come.
26456
26457         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26458         strings.
26459         (spam-report-articles-resend)
26460         (spam-register-routine): Do registration iff any articles warrant
26461         it.
26462         (spam-summary-prepare-exit): Change log message for nil group
26463         destinations.
26464
26465 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26466
26467         * spam.el (spam-report-resend-register-routine):
26468         Allow spam-report-resend-to to be a group parameter or a global value.
26469
26470 2004-05-26  Simon Josefsson  <jas@extundo.com>
26471
26472         * starttls.el: Merge with my GNUTLS based starttls.el.
26473         (starttls-gnutls-program, starttls-use-gnutls)
26474         (starttls-extra-arguments, starttls-process-connection-type)
26475         (starttls-connect, starttls-failure, starttls-success):
26476         New variables.
26477         (starttls-program, starttls-extra-args): Doc fix.
26478         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26479         New functions.
26480         (starttls-negotiate, starttls-open-stream):
26481         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26482         function if it is set.
26483
26484 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26485
26486         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26487         structured fields.
26488
26489 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26490
26491         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26492
26493 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26494
26495         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26496         Add variable.
26497         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26498         assigning the spam-mark to new messages.
26499
26500 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26501
26502         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26503
26504 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26505
26506         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26507
26508         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26509         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26510         default.
26511
26512 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26513
26514         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26515         correct data.
26516
26517 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26518
26519         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26520         (spam-group-processor-p): Fix function.
26521         (spam-group-processor-multiple-p)
26522         (spam-group-spam-processor-report-gmane-p)
26523         (spam-group-spam-processor-report-resend-p)
26524         (spam-group-spam-processor-bogofilter-p)
26525         (spam-group-spam-processor-blacklist-p)
26526         (spam-group-spam-processor-ifile-p)
26527         (spam-group-ham-processor-ifile-p)
26528         (spam-group-spam-processor-spamoracle-p)
26529         (spam-group-spam-processor-crm114-p)
26530         (spam-group-ham-processor-bogofilter-p)
26531         (spam-group-spam-processor-stat-p)
26532         (spam-group-ham-processor-stat-p)
26533         (spam-group-ham-processor-whitelist-p)
26534         (spam-group-ham-processor-BBDB-p)
26535         (spam-group-ham-processor-spamoracle-p)
26536         (spam-group-ham-processor-copy-p): Remove functions with some
26537         prejudice against unneeded code.
26538         (spam-report-articles-resend)
26539         (spam-report-resend-register-routine): Allow the group/topic
26540         spam-resend-to value to override spam-report-resend-to.
26541         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26542         properly now.
26543
26544         * gnus.el (spam-resend-to): Add group/topic parameter.
26545         (spam-process): Move the OBSOLETE processors to the end of the
26546         choices.
26547
26548 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26549
26550         * spam-report.el (spam-report-resend-to, spam-report-resend):
26551         Start with resend-to set to nil, and then ask the user if necessary.
26552         (spam-report-resend): spam-report-resend takes a list of articles, not
26553         separate article numbers.
26554
26555 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26556
26557         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26558         addition to emacs-w3m.
26559
26560 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26561
26562         * assistant.el (assistant-authinfo-data): New function.
26563         (assistant-eval): Eval for entire assistant.
26564
26565         * netrc.el (netrc-services-file): New variable.
26566         (netrc-parse-services): New function.
26567         (netrc-find-service-name): New function.
26568         (netrc-find-service-number): New function.
26569         (netrc-port-equal): New function.
26570         (netrc-machine): Use it.
26571
26572         * nnimap.el (nnimap-open-connection): Use netrc.
26573
26574         * gnus-util.el (gnus-netrc-get): Remove aliases.
26575
26576         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26577
26578         * assistant.el (wid-edit): Fix compilation.
26579
26580         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26581
26582 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26583
26584         * gnus-util.el (gnus-set-file-modes): New function.  (small
26585         patch).
26586
26587 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26588
26589         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26590
26591         * assistant.el (assistant-render-node): Fix up rendering and
26592         read-only text.
26593         (assistant-render-node): Reset.
26594         (assistant-make-read-only): Not sticky.
26595
26596 2004-05-20  Danny Siu  <dsiu@adobe.com>
26597
26598         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26599         centered even when gnus-auto-center-summary is t.
26600
26601 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26602
26603         * dns.el (dns-get-txt-answer): New function.
26604         (dns-read-txt): Ditto.
26605         (query-dns): Use it.
26606
26607 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26608
26609         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26610         active for foreign groups even if the group level is higher than
26611         the specified value.
26612
26613 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26614
26615         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26616         non-active groups.
26617
26618         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26619
26620 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26621
26622         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26623
26624 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26625
26626         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26627         (spam-crm114-header, spam-crm114-spam-switch)
26628         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26629         (spam-crm114-positive-spam-header)
26630         (spam-crm114-database-directory, spam-list-of-processors)
26631         (spam-group-spam-processor-crm114-p)
26632         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26633         (spam-generic-score, spam-list-of-checks)
26634         (spam-list-of-statistical-checks, spam-registration-functions)
26635         (spam-check-crm114-headers, spam-crm114-score)
26636         (spam-check-crm114, spam-crm114-register-with-crm114)
26637         (spam-crm114-register-spam-routine)
26638         (spam-crm114-unregister-spam-routine)
26639         (spam-crm114-register-ham-routine)
26640         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26641
26642 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26643
26644         * gnus.el: Add spam-use-crm114.
26645
26646         * spam.el (spam-list-of-processors, spam-registration-functions):
26647         Add spam-use-resend.
26648         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26649         (spam-report-articles-gmane): Add doc fix.
26650         (spam-report-articles-resend, spam-report-resend-register-routine):
26651         Add wrappers around spam-report-resend-to.
26652
26653         * spam-report.el (spam-report-resend-to, spam-report-resend):
26654         Add support for resending spam.
26655         (spam-report-gmane): Fix line length >80.
26656
26657         * gnus.el (spam-process): Add spam-use-resend.
26658
26659 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26660
26661         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26662         number of processed spam messages.
26663         (spam-ham-copy-or-move-routine): Return the number of processed
26664         ham messages.
26665         (spam-summary-prepare-exit): Use the above values to decide
26666         whether status messages should be displayed.
26667
26668 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26669
26670         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26671         `rfc2047-encoding-function-alist' in order to avoid conflicting
26672         with the old version.
26673         (rfc2047-encode-region): Concatenate words containing non-ASCII
26674         characters in structured fields; don't encode space-delimited
26675         ASCII words even in unstructured fields; don't break words at
26676         char-category boundaries.
26677         (rfc2047-encode-1): New function.
26678         (rfc2047-encode): Use it; encode text so that it occupies the
26679         maximum width within 76-column; work correctly on Q encoding for
26680         iso-2022-* charsets.
26681         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26682         sure not to break a line just after the header name.
26683         (rfc2047-b-encode-region): Remove.
26684         (rfc2047-b-encode-string): New function.
26685         (rfc2047-q-encode-region): Remove.
26686         (rfc2047-q-encode-string): New function.
26687
26688         * mm-util.el (mm-replace-in-string): New function.
26689
26690 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26691
26692         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26693         Really get it right.
26694         (gnus-inews-make-draft): Really.
26695
26696 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26697
26698         * nnmh.el (nnmh-request-list-1): Don't check the link count
26699         before descending.  (small patch)
26700
26701 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26702
26703         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26704         stuff.
26705
26706         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26707         Match on real group name.
26708
26709         * gnus-art.el (gnus-signature-limit): Doc fix.
26710
26711         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26712
26713         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26714
26715 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26716
26717         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26718         isn't a string.
26719
26720 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26721
26722         * gnus-draft.el (gnus-draft-send):
26723         Bind rfc2047-encode-encoded-words.
26724
26725         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26726         (rfc2047-encodable-p): Say that =? needs encoding.
26727         (rfc2047-encode-encoded-words): New variable.
26728
26729         * gnus-group.el (gnus-group-select-group): Doc fix.
26730
26731         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26732
26733         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26734         to nil.
26735
26736         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26737
26738         * nnheader.el (nnheader-get-lines-and-char): New function.
26739
26740 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26741
26742         * gnus-msg.el (gnus-summary-followup-with-original):
26743         Document yanking of region when active.
26744
26745 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26746
26747         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26748         groups if the group level is higher than the specified value.
26749
26750 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26751
26752         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26753         (gnus-group-jump-to-group): Add prefix argument using
26754         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26755         non-active group.
26756
26757         * compface.el (uncompface): Be verbose when changing
26758         `uncompface-use-external'.
26759
26760         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26761         handle manual section.
26762
26763 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26764
26765         * gnus-art.el (gnus-button-alist): Revert previous change.
26766
26767 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26768
26769         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26770
26771 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26772
26773         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26774         whether backend can accept message.
26775
26776         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26777
26778 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26779
26780         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26781         Avoid creating directory when nntp-marks-is-evil is true.
26782         Reported by Reiner Steib.
26783
26784 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26785
26786         * gnus-picon.el (gnus-picon-insert-glyph):
26787         Add optional `nostring' argument.
26788
26789 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26790
26791         * gnus-picon.el (gnus-picon-style): New variable.
26792         (gnus-picon-transform-address): Support `gnus-picon-style'.
26793
26794 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26795
26796         * message.el (message-fill-field): Return point.
26797         (message-generate-headers): Go to end of field.
26798
26799         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26800         stuff for non-living groups.
26801
26802 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26803
26804         * gnus-art.el (gnus-article-followup-with-original)
26805         (gnus-article-reply-with-original): gnus-mark-active-p ->
26806         gnus-region-active-p.
26807
26808 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26809
26810         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26811         only when there is spam or ham to be processed.
26812
26813 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26814
26815         * mail-source.el (mail-source-delete-crash-box): Refactor.
26816         (mail-source-fetch): Use it.
26817         (mail-source-fetch-file): Ditto.
26818         (mail-source-fetch-directory): Run postscript in loop.
26819         (mail-source-fetch-pop): Delete.
26820         (mail-source-fetch-maildir): Ditto.
26821         (mail-source-fetch-imap): Ditto.
26822
26823         * imap.el (imap-authenticators): Comment out sasl.
26824
26825         * message.el (message-skip-to-next-address): New function.
26826         (message-fill-header-address): Refactor.
26827         (message-fill-address): Use it.
26828         (message-delete-address): Use it.
26829         (message-fill-header-general): Refactor.
26830         (message-fill-field-address): Rename.
26831         (message-narrow-to-field): Find the start of the header.
26832         (message-header-format-alist): Don't pre-fill.
26833         (message-fill-header): Remove.
26834         (message-insert-header): New function.
26835         (message-shorten-references): Use it.
26836
26837         * rfc2047.el (rfc2047-field-value): Strip props.
26838
26839         * mail-parse.el (mail-header-make-address): New alias.
26840
26841         * ietf-drums.el (ietf-drums-make-address): New function.
26842
26843         * imap.el: Add compiler directives.
26844
26845         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26846
26847         * gnus-art.el (article-decode-idna-rhs): Don't use
26848         message-idna-inside-rhs-p.
26849
26850 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26851
26852         * message.el (message-idna-inside-rhs-p): Remove.
26853         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26854
26855         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26856         false positives.
26857
26858 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26859
26860         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26861
26862 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26863
26864         * nneething.el (nneething-file-name): Don't create spurious
26865         files.
26866
26867         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26868         (gnus-inews-do-gcc): Remove sleep.
26869
26870         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26871         part under point.
26872
26873         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26874         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26875
26876 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26877
26878         * spam.el (spam-summary-prepare-exit): Fix (length).
26879
26880 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26881
26882         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26883         as expired without moving it" message when there are spam
26884         messages left.
26885
26886 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26887
26888         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26889         header is not nil.
26890
26891 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26892
26893         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26894         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26895         (nntp-marks-changed-p): New arg SERVER.
26896         (nntp-request-update-info): Adjust caller.
26897
26898 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26899
26900         * nntp.el (nntp-save-marks): Pass missing arg.
26901
26902 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26903
26904         * nntp.el: Support marks.
26905         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26906         (nntp-marks-modtime, nntp-marks-directory): New variables.
26907         (nntp-request-set-mark, nntp-request-update-info)
26908         (nntp-possibly-create-directory, nntp-marks-changed-p)
26909         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26910         New functions.
26911
26912 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26913
26914         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26915         (gnus-xmas-redefine): Rename.
26916
26917         * gnus-score.el (gnus-score-insert-help):
26918         Use gnus-select-lowest-window.
26919
26920         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26921         appt-select-lowest-window and rename to gnus-select-lowest-window.
26922
26923         * gnus.el: do.
26924
26925 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26926
26927         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26928         encodings of MIME-encoded words, in order to improve
26929         interoperability with several broken MUAs.
26930
26931 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26932
26933         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26934         tags, only when charsets are not specified in headers.
26935         (mm-inline-text-html-render-with-w3m): Ditto.
26936
26937         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26938         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26939
26940 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26941
26942         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26943         instead of MIME-decoded from fields when checking
26944         `gnus-article-address-banner-alist'.
26945
26946 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26947
26948         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26949         description rather than subject.
26950
26951 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26952
26953         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26954
26955 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26956
26957         * gnus.el (gnus-version-number): Bump.
26958
26959 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26960
26961         * gnus.el: No Gnus v0.2 is released.
26962
26963 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26964
26965         * gnus-agent.el (gnus-agent-read-agentview):
26966         Inline gnus-uncompress-range.
26967
26968 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26969
26970         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26971         `exec-installed-p'.
26972
26973 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26974
26975         * gnus.el (spam-process, spam-autodetect-methods):
26976         Add bsfilter and bsfilter-headers.
26977
26978         * spam.el (spam-bsfilter): New customize group.
26979         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26980         (spam-bsfilter-header, spam-bsfilter-probability-header)
26981         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26982         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26983         (spam-bsfilter-database-directory): New options.
26984         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26985         (spam-list-of-statistical-checks, spam-registration-functions):
26986         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26987         (spam-bsfilter-score): New command.
26988         (spam-check-bsfilter-headers, spam-check-bsfilter)
26989         (spam-bsfilter-register-with-bsfilter)
26990         (spam-bsfilter-register-spam-routine)
26991         (spam-bsfilter-unregister-spam-routine)
26992         (spam-bsfilter-register-ham-routine)
26993         (spam-bsfilter-unregister-ham-routine): New functions.
26994         (spam-generic-score): Support bsfilter; Accept an optional argument
26995         to recalcurate spam score even if scoring header has already been
26996         added.
26997         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26998         optional argument to recalcurate spam score even if scoring header
26999         has already been added.
27000
27001 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
27002
27003         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
27004         strings!  Reported by David D. Smith <davidsmith@acm.org>.
27005         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
27006         link is missing.
27007
27008 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
27009
27010         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
27011         (html2text-get-attr): Rewrite.
27012
27013         * message.el (message-setup-1): Remove redundant put-text-property
27014         on mail-header-separator.
27015
27016 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
27017
27018         * gnus-registry.el (gnus-registry-cache-whitespace)
27019         (gnus-registry-action, gnus-registry-spool-action)
27020         (gnus-registry-split-fancy-with-parent): Change message levels
27021         from 5 to 3 or 7, as needed.
27022
27023         * spam.el (spam-summary-prepare-exit)
27024         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
27025         (spam-split, spam-find-spam, spam-log-undo-registration)
27026         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
27027         level from 5 to 6.
27028
27029 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27030
27031         * gnus-ems.el: Autoload appt-select-lowest-window (revert
27032         2004-03-04 change).
27033
27034 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
27035
27036         * sieve-manage.el (sieve-manage-open):
27037         * nnweb.el (nnweb-insert-html):
27038         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
27039         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
27040         * nnspool.el (nnspool-request-group):
27041         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
27042         * nnml.el (nnml-request-update-info):
27043         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
27044         (nnmh-request-create-group, nnmh-update-gnus-unreads):
27045         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
27046         (nnimap-request-set-mark):
27047         * nnfolder.el (nnfolder-request-update-info):
27048         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
27049         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
27050         * gnus-uu.el (gnus-uu-find-articles-matching):
27051         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
27052         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
27053         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
27054         * gnus-nocem.el (gnus-nocem-scan-groups):
27055         * gnus-int.el (gnus-start-news-server):
27056         * gnus-group.el (gnus-group-make-kiboze-group)
27057         (gnus-group-browse-foreign-server):
27058         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
27059         Use mapc when appropriate.
27060
27061 2004-04-22  Dan Christensen  <jdc@uwo.ca>
27062             Adam Sjøgren  <asjo@koldfront.dk>
27063             Wes Hardaker  <wes@hardakers.net>
27064             Michael Shields  <shields@msrl.com>
27065
27066         * spam.el (spam-necessary-extra-headers): Get the extra headers we
27067         may need for spam sorting and scoring.
27068         (spam-user-format-function-S): Add user format function suitable for
27069         general use.
27070         (spam-article-sort-by-spam-status): Add sorting function for summary
27071         sorting.
27072         (spam-extra-header-to-number): Add function to get a score from a
27073         header.
27074         (spam-summary-score): Add function to get a numeric score from the
27075         headers.
27076         (spam-generic-score): Fix function doc, was in wrong place.
27077         (spam-initialize): Take symbols when it's run, and install the
27078         extra headers that spam-necessary-extra-headers thinks we need.
27079
27080 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
27081
27082         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
27083         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27084
27085 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
27086
27087         * gnus-sum.el (gnus-set-global-variables)
27088         (gnus-build-all-threads, gnus-get-newsgroup-headers)
27089         (gnus-article-get-xrefs, gnus-summary-best-group)
27090         (gnus-summary-next-article, gnus-summary-enter-digest-group)
27091         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
27092         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
27093         Use with-current-buffer.
27094
27095 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27096
27097         * spam.el (spam-summary-prepare-exit): Simplify logic.
27098         (spam-fetch-article-header): Read the article header if it's not
27099         available.
27100         (spam-list-articles): Simplify logic.
27101         (spam-filelist-register-routine): Fix bug with unregister-list.
27102
27103         * gnus-registry.el: Fix comments at beginning.
27104
27105 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
27106
27107         * message.el (message-cater-to-broken-inn): Remove.
27108         (message-shorten-references): Make sure the total folded length of
27109         References is shorter than 998 characters to cater to a bug in INN
27110         2.3.  Also, don't pretend that references aren't folded -- this
27111         hasn't worked for a while.
27112
27113 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27114
27115         * gnus-agent.el (gnus-agentize):
27116         gnus-agent-send-mail-real-function no longer set to current value
27117         of message-send-mail-function but rather a lambda that calls
27118         message-send-mail-function.  The change makes the agent real-time
27119         responsive to user changes to message-send-mail-function.
27120
27121 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27122
27123         * legacy-gnus-agent.el
27124         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27125         help from Florian Weimer <fw@deneb.enyo.de>
27126
27127 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27128
27129         * nnmail.el (nnmail-cache-insert): Revert last change.
27130
27131 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27132
27133         * nnmail.el (nnmail-cache-insert): Always check whether
27134         nnmail-cache-ignore-groups matches a group name.
27135
27136 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27137
27138         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27139         (spam-find-spam, spam-log-processing-to-registry)
27140         (spam-log-registered-p, spam-log-unregistration-needed-p)
27141         (spam-log-undo-registration): Use gnus-message instead of
27142         gnus-error, none of these errors are fatal.
27143
27144         * gnus-registry.el (gnus-registry-clean-empty-function)
27145         (gnus-registry-clean-empty): Remove only empty entries without
27146         extra data.
27147
27148 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27149
27150         * spam-stat.el (spam-stat-buffer-change-to-spam)
27151         (spam-stat-buffer-change-to-non-spam): Change (error) to
27152         (gnus-message 8) invocation.
27153
27154 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27155
27156         * nntp.el (nntp-via-netcat-command): New variable.
27157         (nntp-via-netcat-switches): New variable.
27158         (nntp-open-via-rlogin-and-netcat): New function.
27159         (nntp-open-connection-function): Doc fix.
27160         (nntp-telnet-command): Doc fix.
27161         (nntp-end-of-line): Doc fix.
27162         (nntp-via-rlogin-command): Doc fix.
27163         (nntp-via-user-name): Doc fix.
27164         (nntp-via-address): Doc fix.
27165
27166 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27167
27168         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27169         error in Emacs 21.1.
27170
27171 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27172
27173         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27174
27175 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27176
27177         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27178         (gnus-agent-with-refreshed-group): New macro.
27179         (gnus-agent-rename-group): New function.
27180         (gnus-agent-delete-group): New function.
27181         (gnus-agent-save-group-info): Use gnus-command-method when
27182         `method' parameter is nil.  Don't write nil entries into the
27183         active file.
27184         (gnus-agent-get-group-info): New function.
27185         (gnus-agent-fetch-articles):
27186         Use gnus-agent-update-files-total-fetched-for to increment disk space
27187         used.
27188         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27189         Use gnus-agent-update-view-total-fetched-for to increment disk space
27190         used.
27191         (gnus-agent-get-local): Add optional parameters to avoid calling
27192         gnus-group-real-name and gnus-find-method-for-group.
27193         (gnus-agent-set-local): Delete stored entry if either min, or max,
27194         are nil.
27195         (gnus-agent-fetch-session): Reworded error/quit messages.
27196         On quit, use gnus-agent-regenerate-group to record existance of any
27197         articles fetched to disk before the quit occurred.
27198         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27199         gnus-agent-update-view-total-fetched-for, and
27200         gnus-agent-update-files-total-fetched-for to decrement disk space
27201         used.
27202         (gnus-agent-retrieve-headers):
27203         Use gnus-agent-update-view-total-fetched-for to increment disk space
27204         used.
27205         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27206         with gnus-agent-update-files-total-fetched-for to decrement disk
27207         space and fresh group buffer.
27208         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27209         (gnus-agent-need-update-total-fetched-for): New variable.
27210         (gnus-agent-update-files-total-fetched-for): New function.
27211         (gnus-agent-update-view-total-fetched-for): New function.
27212         (gnus-agent-total-fetched-for): New function.
27213
27214         * gnus-cache.el (gnus-cache-save-buffers):
27215         Use gnus-cache-update-overview-total-fetched-for to change disk space
27216         used by this group.
27217         (gnus-cache-possibly-enter-article):
27218         Use gnus-cache-update-file-total-fetched-for to increment disk space
27219         used by this group.
27220         (gnus-cache-possibly-remove-article):
27221         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27222         used by this group.
27223         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27224         (gnus-cache-rename-group): New function.
27225         (gnus-cache-delete-group): New function.
27226         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27227         (gnus-cache-need-update-total-fetched-for): New variable.
27228         (gnus-cache-with-refreshed-group): New macro.
27229         (gnus-cache-update-file-total-fetched-for): New function.
27230         (gnus-cache-update-overview-total-fetched-for): New function.
27231         (gnus-cache-rename-group-total-fetched-for): New function.
27232         (gnus-cache-delete-group-total-fetched-for): New function.
27233         (gnus-cache-total-fetched-for): New function.
27234
27235         * gnus-group.el: Require gnus-sum and autoload functions to
27236         resolve warnings when gnus-group.el compiled alone.
27237         (gnus-group-line-format): Document new %F.
27238         (size of Fetched data) group line format; identifies disk space
27239         used by agent and cache.
27240         (gnus-group-line-format-alist): Define new F format.
27241         (gnus-total-fetched-for): New function.
27242         (gnus-group-delete-group): No longer update
27243         gnus-cache-active-altered as gnus-request-delete-group now keeps
27244         the cache in sync.
27245         (gnus-group-list-active): Let the agent store a server's active
27246         list if currently plugged.
27247
27248         * gnus-int.el (gnus-request-delete-group):
27249         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27250         local disk in sync with the server.
27251         (gnus-request-rename-group):
27252         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27253         local disk in sync with the server.
27254
27255         * gnus-start.el (gnus-get-unread-articles):
27256         Cosmetic simplification to logic.
27257
27258         * gnus-util.el (gnus-rename-file): New function.
27259
27260 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27261
27262         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27263
27264 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27265
27266         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27267         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27268
27269 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27270
27271         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27272         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27273
27274 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27275
27276         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27277
27278 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27279
27280         * spam.el (spam-set-difference): Add function to replace
27281         gnus-set-difference in spam.el.
27282         (spam-summary-prepare-exit): Use spam-set-difference.
27283
27284 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27285
27286         * gnus-registry.el (gnus-registry-cache-file): Update to use
27287         gnus-dribble-directory OR gnus-home-directory OR ~.
27288         (gnus-registry-split-fancy-with-parent): Fix doc.
27289
27290 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27291
27292         * message.el (message-exchange-point-and-mark):
27293         Use message-mark-active-p.  Suggested by Jesper Harder
27294         <harder@ifa.au.dk>.
27295
27296 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27297
27298         * message.el (message-exchange-point-and-mark): Don't activate
27299         region if it was inactive.  Suggested by Hiroshi Fujishima
27300         <pooh@nature.tsukuba.ac.jp>.
27301
27302 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27303
27304         * gnus-art.el (article-display-face): Display Faces in the same
27305         order as X-Faces.
27306
27307 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27308
27309         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27310
27311 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27312
27313         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27314         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27315         (gnus-article-mime-hierarchy): Remove.
27316         (gnus-article-mime-hierarchy-next): Remove.
27317         (gnus-article-mode): Revert 2004-03-19 change.
27318         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27319         (gnus-insert-mime-button): Revert 2004-03-19 change.
27320         (gnus-mime-accumulate-hierarchy): Remove.
27321         (gnus-mime-enter-multipart): Remove.
27322         (gnus-mime-leave-multipart): Remove.
27323         (gnus-mime-display-part): Revert 2004-03-19 change.
27324         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27325
27326         * mml.el (mml-preview): Revert 2004-03-19 change.
27327
27328 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27329
27330         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27331
27332 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27333
27334         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27335         t while entering a file name using the mm-with-multibyte macro.
27336         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27337
27338         * mm-util.el (mm-with-multibyte): New macro.
27339
27340 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27341
27342         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27343         New user option.
27344         (gnus-mime-multipart-functions): Doc and customization fix.
27345         (gnus-article-mime-hierarchy): New variable.
27346         (gnus-article-mime-hierarchy-next): New variable.
27347         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27348         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27349         gnus-article-mime-hierarchy-next to nil.
27350         (gnus-insert-mime-button): Show hierarchy numbers.
27351         (gnus-mime-accumulate-hierarchy): New function.
27352         (gnus-mime-enter-multipart): New function.
27353         (gnus-mime-leave-multipart): New function.
27354         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27355         (gnus-mime-display-alternative): Show hierarchy numbers.
27356
27357         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27358         gnus-article-mime-hierarchy-next to nil.
27359
27360 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27361
27362         * dns.el: Don't require gnus-xmas.
27363
27364 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27365
27366         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27367         inline PGP.
27368         (mml-menu): Disable mml-quote-region if mark is inactive.
27369
27370 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27371
27372         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27373         when the group's active is not available.
27374
27375 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27376
27377         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27378         error.
27379
27380 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27381
27382         * imap.el (imap-store-password): New variable.
27383         (imap-interactive-login): Use it.
27384         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27385
27386 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27387
27388         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27389         window-start and hscroll to summary window.
27390
27391 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27392
27393         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27394         conversion message to newsrc-dribble when an actual conversion is
27395         performed.
27396
27397 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27398
27399         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27400
27401 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27402
27403         * mm-decode.el (mm-complicated-handles): New function reviving
27404         former definition of mm-multiple-handles.
27405
27406         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27407         (gnus-mime-delete-part): Use it.
27408
27409 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27410
27411         * gnus-agent.el (gnus-agent-read-local):
27412         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27413         avoid the implicit assumption that they will always be equal.
27414         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27415         coding-system-for-write, as the with-temp-file macro first prints
27416         to a buffer then saves the buffer.
27417
27418 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27419
27420         * gnus-art.el (gnus-article-edit-part): New function.
27421         (gnus-mime-save-part-and-strip): Use it; do query instead of
27422         signaling an error; don't use mm-multiple-handles.
27423         (gnus-mime-delete-part): Ditto.
27424
27425 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27426
27427         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27428         old file versions.
27429         (gnus-group-prepare-hook): Remove function that converted list
27430         form of gnus-agent-expire-days to group properties.
27431
27432         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27433         (gnus-request-accept-article): Re-indented.
27434
27435         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27436         converters to handle old agent file formats.  Add logic for a
27437         "backup before upgrading warning".
27438         (gnus-convert-mark-converter-prompt): Developers can mark
27439         functions as needing (default), or not needing,
27440         gnus-convert-old-newsrc's "backup before upgrading warning".
27441         (gnus-convert-converter-needs-prompt): Tests whether the user
27442         should be protected from potentially irreversable changes by the
27443         function.
27444
27445         * legacy-gnus-agent.el: New.  Provides converters that are only
27446         loaded when gnus-convert-old-newsrc needs to call them.
27447
27448 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27449
27450         * mail-source.el (mail-source-touch-pop): Doc fix.
27451
27452         * message.el (message-smtpmail-send-it): Doc fix.
27453
27454 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27455
27456         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27457
27458         * nnmail.el (nnmail-split-fancy): do.
27459
27460         * gnus-kill.el (gnus-kill, gnus-execute): do.
27461
27462 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27463
27464         * gnus-sum.el (gnus-widget-reversible-match)
27465         (gnus-widget-reversible-to-internal)
27466         (gnus-widget-reversible-to-external): New functions.
27467         (gnus-widget-reversible): New widget.
27468         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27469
27470 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27471
27472         * gnus-sum.el (gnus-thread-sort-functions)
27473         (gnus-article-sort-functions): Document `(not F)' items.
27474
27475 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27476
27477         * spam.el (spam-use-gmane-xref): Add new backend.
27478         (spam-gmane-xref-spam-group): Add variable to control the name of the
27479         Gmane spam group.
27480         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27481         (spam-regex-headers-spam, spam-regex-headers-ham)
27482         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27483         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27484         backends and checks.
27485         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27486
27487         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27488         an autodetect method.
27489
27490 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27491
27492         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27493         articles are being added to a group.
27494         (gnus-request-replace-article): Inform the agent that articles
27495         need to be uncached as the cached contents are no longer valid.
27496
27497 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27498
27499         * binhex.el: Don't autoload executable-find.
27500
27501         * canlock.el: Don't autoload mail-fetch-field.
27502
27503         * dgnushack.el: Autoload c-mode for XEmacs.
27504
27505         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27506
27507         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27508         rmail-dont-reply-to and rmail-output.
27509
27510         * gnus-score.el: Don't autoload ffap-string-at-point.
27511
27512         * gnus-setup.el: Don't autoload sc-cite-original.
27513
27514         * imap.el: Don't autoload base64-decode-string,
27515         base64-encode-string and md5.
27516
27517         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27518         and rmail-msg-restore-non-pruned-header.
27519
27520         * mm-decode.el: Don't autoload executable-find.
27521
27522         * mm-url.el: Don't autoload executable-find.
27523
27524         * mm-view.el: Don't autoload diff-mode.
27525
27526         * nndb.el: Don't autoload news-reply-mode, news-setup,
27527         cancel-timer and telnet.
27528
27529         * password.el: Don't autoload run-at-time for Emacs.
27530
27531         * sha1-el.el: Don't autoload executable-find.
27532
27533         * sieve-mode.el: Don't autoload c-mode.
27534
27535         * uudecode.el: Don't autoload executable-find.
27536
27537 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27538
27539         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27540         (gnus-agent-possibly-alter-active): Avoid null in numeric
27541         comparison.
27542         (gnus-agent-set-local): Refuse to save null in local object table.
27543         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27544         list of articles that will be marked as unread.
27545
27546 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27547
27548         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27549
27550 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27551
27552         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27553         language tags.
27554
27555 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27556
27557         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27558         Don't bind "obarray".
27559
27560         * gnus-sum.el (gnus-thread-sort-functions):
27561         Add `gnus-thread-sort-by-most-recent-number' and
27562         `gnus-thread-sort-by-most-recent-date'.
27563         Reported by Kai Grossjohann <kai@emptydomain.de>.
27564
27565 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27566
27567         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27568
27569 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27570
27571         * gnus-cus.el (gnus-agent-customize-category):
27572         Remove ignore-errors macro reference that required cl to be loaded at
27573         run-time.
27574
27575         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27576         single-interval range of the form (min . max).  Previously the
27577         range had to look like ((min . max)).  Likewise, return
27578         (min . max) rather than ((min . max)).
27579         (gnus-range-map): Use gnus-range-normalize to accept
27580         single-interval range.
27581
27582         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27583         the cache, but not the agent, now appear with their usual face.
27584
27585         * dgnushack.el (loaddir): New variable that is bound to the
27586         directory containing the dgnushack.el file.  Use loaddir, rather
27587         than srcdir, to update load-path.  Change lets dgnushack compile
27588         code in directories other than GNUS/lisp.
27589
27590 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27591
27592         * lpath.el: Don't bind w3m-safe-url-regexp.
27593
27594         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27595         w3m-safe-url-regexp variable buffer-local.
27596
27597         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27598
27599 2004-02-27  Simon Josefsson  <jas@extundo.com>
27600
27601         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27602         gnus-group-real-prefix.
27603         (gnus-summary-move-article): Use it, instead of
27604         gnus-group-real-prefix.
27605
27606 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27607
27608         * lpath.el: Bind w3m-safe-url-regexp.
27609
27610         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27611         w3m-safe-url-regexp variable buffer-local and set it as the value
27612         of mm-w3m-safe-url-regexp.
27613
27614         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27615
27616         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27617         parsing gnus-posting-styles when the message is not for replying.
27618
27619         * dgnushack.el: Autoload sgml-mode for XEmacs.
27620
27621         * nnrss.el (nnrss-opml-export):
27622         Use mm-set-buffer-file-coding-system instead of
27623         set-buffer-file-coding-system.
27624
27625 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27626
27627         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27628         of checkdoc.el).
27629         * nnrss.el: do.
27630         * gnus-mlspl.el: do.
27631         * gnus-ml.el: do.
27632         * gnus-srvr.el: do.
27633
27634         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27635
27636 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27637
27638         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27639         Corrections to custom-manual links.
27640
27641         * gnus-art.el (gnus-article): Ditto.
27642
27643         * mm-decode.el (mime-display, mime-security): Ditto.
27644
27645 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27646
27647         * flow-fill.el: Typo.
27648
27649 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27650
27651         * spam-wash.el: New file.
27652
27653 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27654
27655         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27656
27657 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27658
27659         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27660         to be run with new-articles as LIST1, not LIST2.
27661         (spam-registration-functions): Add spam-use-ham-copy as a nil
27662         registration backend.
27663
27664 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27665
27666         * spam-stat.el (spam-stat-washing-hook): New option.
27667         (spam-stat-buffer-words): Use it.
27668         (spam-stat-process-directory, spam-stat-test-directory):
27669         Use insert-file-contents-literally.
27670         (spam-stat-coding-system): New variable.
27671         (spam-stat-load, spam-stat-save): Use it.
27672
27673 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27674
27675         * spam-report.el (spam-report-plug-agent):
27676         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27677
27678 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27679
27680         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27681         Allow / in mailto URLs.
27682
27683 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27684
27685         * spam-report.el (spam-report-process-queue): Fix interactive use.
27686         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27687         (spam-report-unplug-agent): Doc fixes.
27688         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27689         (spam-report-agentize, spam-report-deagentize): Autoload.
27690
27691 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27692
27693         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27694
27695         * message.el (message-setup-fill-variables): Add mml tags to
27696         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27697         <ajk@iu.edu>.
27698         (message-mode): Don't modify paragraph-separate there.
27699
27700 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27701
27702         * compface.el (uncompface-use-external): Default to undecided.
27703         (uncompface-use-external-threshold): New variable.
27704         (uncompface-float-time): New macro.
27705         (uncompface): Determine whether to use the external decoder if
27706         uncompface-use-external is undecided.
27707
27708 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27709
27710         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27711         after images.
27712
27713         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27714
27715 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27716
27717         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27718
27719         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27720
27721         * gnus-sum.el (gnus-summary-limit-to-age)
27722         (gnus-summary-limit-children): do.
27723
27724         * gnus-int.el (gnus-request-scan): do.
27725
27726         * gnus-group.el (gnus-group-suspend): do.
27727
27728         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27729
27730         * gnus-cite.el (gnus-cite-parse-attributions): do.
27731
27732         * gnus-agent.el (gnus-summary-set-agent-mark)
27733         (gnus-agent-regenerate-group): do.
27734
27735         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27736
27737         * binhex.el (binhex-decode-region-internal): do.
27738
27739 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27740
27741         * gnus-fun.el (gnus-face-properties-alist): New user option.
27742         (gnus-display-x-face-in-from): Use it.
27743
27744         * gnus-art.el (article-display-face): Ditto.
27745
27746         * compface.el (uncompface-use-external): Default to nil.
27747
27748 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27749
27750         * nntp.el (nntp-erase-buffer): New function.
27751         (nntp-retrieve-data, nntp-send-command)
27752         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27753         (nntp-possibly-change-group): Use it.
27754
27755         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27756         Use with-current-buffer.
27757
27758 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27759
27760         * compface.el: Merge the ELisp-based uncompface program.
27761         (compface): New customization group.
27762         (uncompface-use-external): New user option.
27763         (uncompface): Call uncompface-internal if uncompface-use-external
27764         is nil.
27765         (uncompface-internal): New function.  Note that there are also
27766         some other functions and variables added for this function.
27767
27768 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27769
27770         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27771         if necessary.
27772
27773 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27774
27775         * spam-report.el (spam-report-unplug-agent)
27776         (spam-report-plug-agent, spam-report-deagentize)
27777         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27778         Add support for the Agent in spam-report: when unplugged, report to a
27779         file; when plugged, submit all the requests.
27780
27781         * spam.el (spam-register-routine): Fix message about
27782         registration.
27783
27784 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27785
27786         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27787         dependencies.
27788         (rfc2047-encode): Use it.
27789
27790         * gnus-art.el (gnus-button-marker-list): Move before first
27791         reference.
27792
27793         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27794         (imap-parse-body): Fix format string mismatch.
27795
27796         * gnus-score.el (gnus-summary-increase-score): do.
27797
27798         * nnrss.el (nnrss-close): New function.
27799
27800 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27801
27802         * nnrss.el (nnrss-make-filename): New function.
27803         (nnrss-request-delete-group, nnrss-read-server-data)
27804         (nnrss-save-server-data, nnrss-read-group-data)
27805         (nnrss-save-group-data): Use it.
27806         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27807         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27808         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27809
27810 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27811
27812         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27813
27814 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27815
27816         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27817         files.
27818
27819         * message.el (message-generate-headers-first): Don't quote nil
27820         and t in docstrings.
27821
27822         * imap.el (imap-id): do.
27823
27824         * gnus-agent.el (gnus-agent-consider-all-articles)
27825         (gnus-agent-queue-mail): do.
27826
27827 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27828
27829         * spam-report.el (spam-report-process-queue): New function.
27830         Process requests from `spam-report-requests-file'.
27831         (spam-report-process-queue): Doc fix.
27832
27833 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27834
27835         * spam.el (spam-register-routine)
27836         (spam-log-processing-to-registry, spam-log-registered-p)
27837         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27838         Change "check" to "spam-check" for semi-clarity.
27839
27840 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27841
27842         * pop3.el: Require nnheader.
27843
27844         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27845
27846         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27847
27848         * gnus-picon.el: Require cl.
27849
27850         * gnus-fun.el: Require gnus-ems and gnus-util.
27851
27852         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27853
27854         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27855
27856         * gnus-art.el (gnus-article-edit-mode): Define before first
27857         reference.
27858
27859 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27860
27861         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27862         (gnus-uu-post-encoded): Use point-at-bol.
27863
27864         * gnus-topic.el (gnus-group-active-topic-p): do.
27865
27866         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27867
27868         * gnus-group.el (gnus-group-kill-region): do.
27869
27870         * gnus-art.el (article-date-ut): do.
27871
27872         * message.el (message-fetch-field): Remove redundant
27873         case-fold-search binding.
27874         (message-narrow-to-field): Simplify.
27875
27876 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27877
27878         * spam.el (spam-directory): Derive from `gnus-directory'.
27879
27880         * spam-report.el (spam-report-url-to-file)
27881         (spam-report-requests-file): New function and variable for offline
27882         reporting.
27883         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27884         and user defined function.
27885         (spam-report-url-ping-mm-url): Remove doubled slash.
27886
27887 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27888
27889         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27890
27891 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27892
27893         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27894         Fix format string mismatch.
27895
27896         * sieve.el (sieve-deactivate-all): do.
27897
27898         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27899
27900         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27901
27902         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27903
27904         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27905
27906 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27907
27908         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27909         the list of checks.
27910
27911 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27912
27913         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27914         padding.
27915
27916 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27917
27918         * mm-view.el (mm-fill-flowed): New variable.
27919         (mm-inline-text): Use it.
27920
27921 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27922
27923         * spam.el (spam-spamassassin-register-ham-routine)
27924         (spam-spamassassin-register-spam-routine): Fix function names.
27925
27926 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27927
27928         * gnus.el (gnus-tmp-grouplens): Remove.
27929         (gnus-summary-line-format): Remove grouplens.
27930
27931         * gnus-group.el (gnus-group-line-format): Ditto.
27932
27933         * gnus-spec.el (gnus-format-specs): Ditto.
27934         (gnus-update-format-specifications): Flush the group format spec
27935         cache if there's the grouplens stuff.
27936         (gnus-parse-simple-format): Replace %l with the empty string.
27937
27938 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27939
27940         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27941         omission.
27942
27943 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27944
27945         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27946         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27947
27948 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27949
27950         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27951         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27952         New macros and functions.
27953         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27954         Handle > NLINK_MAX messages.
27955         * nnmaildir.el (nnmaildir-request-set-mark):
27956         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27957
27958 2004-01-25  Alex Schroeder  <alex@gnu.org>
27959
27960         * spam-stat.el (spam-stat-process-directory-age): New option.
27961         (spam-stat-process-directory): Use it.
27962
27963 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27964
27965         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27966         (spam-stat-save): Accept prefix argument.
27967
27968 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27969
27970         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27971         links" error.
27972
27973 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27974
27975         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27976         the rest of the and/or forms.
27977
27978 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27979
27980         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27981         compatibility with old .newsrc.eld files.
27982
27983         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27984
27985         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27986
27987         * gnus-start.el (gnus-1): do.
27988
27989         * gnus-group.el (gnus-group-line-format-alist): do.
27990
27991         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27992
27993         * gnus-gl.el: Remove.
27994
27995 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27996
27997         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27998         marks consisting of a single range {for example, (3 . 5)} rather
27999         than a list of a single range { ((3 . 5)) }.
28000
28001 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
28002
28003         * spam-stat.el (spam-stat-store-gnus-article-buffer):
28004         Use with-current-buffer.
28005         (spam-stat-store-current-buffer): Use insert-buffer-substring to
28006         avoid consing a string.
28007
28008         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
28009         Remove obsolete entries for big5 and gb2312.
28010
28011 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28012
28013         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
28014         uncompressed list.
28015
28016 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
28017
28018         * spam-stat.el (spam-stat-strip-xref): New function.
28019         (spam-stat-process-directory): Use it.
28020
28021         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
28022         here -- it's done in message-fetch-field.
28023
28024 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28025
28026         * gnus-agent.el (gnus-agent-queue-mail)
28027         (gnus-agent-prompt-send-queue): New variables.
28028         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
28029         * gnus-draft.el (gnus-group-send-queue): Pass the group name
28030         "nndraft:queue" along to gnus-draft-send.
28031         Use gnus-agent-prompt-send-queue.
28032         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
28033         is "nndraft:queue".  Suggested by Gaute Strokkenes
28034         <gs234@srcf.ucam.org>
28035
28036         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
28037         (agent-enable-undownloaded-faces): Add.
28038         (gnus-agent-cat-groups): Use eval-and-compile, not
28039         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
28040         method of gnus-agent-cat-groups even when the buffer has been
28041         evaled.
28042         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
28043         delete gnus-agent-save-active-1.
28044         (gnus-agent-save-groups): Delete.  Identical to
28045         gnus-agent-save-active.
28046         (gnus-agent-write-active): No longer adjust agent's copy of active
28047         file as agent's adjustments are now stored in their own
28048         file.  Remove optional parameter.
28049         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
28050         servers.  Add use of min/max range limits from server's local
28051         file.
28052         (gnus-agent-save-alist): Remove unused optional argument.
28053         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
28054         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
28055         (gnus-agent-set-local): A per-server file that keeps min/max range
28056         limits for articles known to the agent.  Provides a fast mechanism
28057         for altering many active ranges.
28058         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
28059         active file (local makes it unnecessary).
28060         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
28061
28062         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
28063         (agent-enable-undownloaded-faces): Add.
28064
28065         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
28066         disable it when sending to "nndraft:queue".
28067         (gnus-group-send-queue): Add safety check to avoid sending queue
28068         when unplugged.
28069
28070         * gnus-group.el (gnus-group-catchup): Use new
28071         gnus-sequence-of-unread-articles, not
28072         gnus-list-of-unread-articles, to avoid exhausting memory with huge
28073         numbers of articles.  Use gnus-range-map to avoid having to
28074         uncompress the unread list.
28075         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
28076         Fix invalid ange-ftp reference.
28077
28078         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
28079         (gnus-sorted-range-intersection): Intersection of two ranges
28080         without requiring that they first be uncompressed.
28081
28082         * gnus-start.el (gnus-activate-group): Unless blocked by the
28083         caller, possibly expand the active range to include both cached
28084         and agentized articles.
28085         (gnus-convert-old-newsrc): Rewrote in anticipation of having
28086         multiple version-dependent converters.
28087         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
28088         gnus-agent-save-active.
28089         (gnus-save-newsrc-file): Save dirty agent range limits.
28090
28091         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
28092         gnus-agent-possibly-alter-active.
28093         (gnus-adjust-marked-articles): Faster handling of simple lists.
28094
28095 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
28096
28097         * spam-stat.el (spam-stat-test-directory): New optional argument
28098         displays a list of files detected.  Suggested by Andrew Cohen
28099         <cohen@andy.bu.edu>.
28100         (spam-stat-buffer-words-with-scores): Don't narrow and change
28101         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
28102
28103 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
28104
28105         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
28106         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
28107         (spam-spamassassin-arguments)
28108         (spam-spamassassin-spam-flag-header)
28109         (spam-spamassassin-positive-spam-flag-header)
28110         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
28111         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
28112         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
28113         (spam-list-of-processors, spam-list-of-checks)
28114         (spam-list-of-statistical-checks, spam-registration-functions)
28115         (spam-check-spamassassin-headers, spam-check-spamassassin)
28116         (spam-spamassassin-score)
28117         (spam-spamassassin-register-with-sa-learn)
28118         (spam-spamassassin-register-spam-routine)
28119         (spam-spamassassin-register-ham-routine)
28120         (spam-assassin-register-spam-routine)
28121         (spam-assassin-register-ham-routine): Add SpamAssassin support.
28122         (spam-bogofilter-score): Fix to show article before scoring.
28123
28124 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28125
28126         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28127         default scoring function.
28128         (spam-generic-score): Call spam-spamassassin-score if
28129         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28130         spam-bogofilter-score otherwise.
28131
28132         * gnus.el (spam-process, spam-autodetect-methods):
28133         Add spamassassin and spamassassin-headers.
28134
28135 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28136
28137         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28138         Suppress unnecessary messages.
28139
28140 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28141
28142         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28143         make-hash-table.
28144
28145 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28146
28147         * canlock.el (base64-encode-string): Don't autoload it.
28148
28149 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28150
28151         * run-at-time.el: Remove useless (require 'itimer),
28152         eval-and-compile and (featurep 'xemacs).
28153
28154 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28155
28156         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28157         GROUP is a virtual group.
28158
28159 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28160
28161         * gnus.el: Autoload `message-y-or-n-p'.
28162
28163 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28164
28165         * pgg-parse.el: Remove unnecessary (require 'custom).
28166
28167         * pgg-def.el: do.
28168
28169         * nnmail.el: do.
28170
28171         * gnus-undo.el: do.
28172
28173         * gnus-picon.el: do.
28174
28175         * gnus-util.el: do.
28176
28177 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28178
28179         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28180
28181 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28182
28183         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28184         handle, as well as a list.
28185
28186         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28187         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28188         (mm-w3m-cid-retrieve): Simplify.
28189
28190 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28191
28192         * message.el (message-kill-to-signature): Allow prefix arg to
28193         specify number of lines to keep before signature.
28194
28195 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28196
28197         * message.el (message-kill-to-signature): Change docstring.
28198
28199 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28200
28201         * canlock.el: Always require sha1-el.
28202         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28203
28204         * message.el: Autoload sha1 only when compiling.
28205
28206         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28207         eudc-expand-inline for XEmacs.
28208
28209 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28210
28211         * message.el (message-canlock-generate): Require sha1-el.
28212
28213 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28214
28215         * message.el (message-expand-name): Silence the byte compiler.
28216
28217         * lpath.el: Add detect-coding-system.
28218
28219         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28220         cus-edit.
28221
28222 2004-01-13  Simon Josefsson  <jas@extundo.com>
28223
28224         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28225         Invoke gnus-score-mode.
28226         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28227
28228         * gnus-range.el (gnus-compress-sequence): Doc fix.
28229         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28230
28231 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28232
28233         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28234
28235 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28236
28237         * spam.el (spam-get-article-as-string): Update to use
28238         gnus-request-article-this-buffer, much simpler.
28239         (spam-get-article-as-buffer): Remove.
28240
28241 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28242
28243         * message.el (message-expand-name): Use EUDC if the user uses that.
28244
28245 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28246
28247         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28248         character for the encoding to avoid consing a string.
28249
28250         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28251         unnecessarily.
28252
28253         * mm-util.el (mm-replace-chars-in-string): Remove.
28254
28255         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28256         of mm-replace-chars-in-string.
28257
28258 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28259
28260         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28261
28262         * mm-util.el (mm-subst-char-in-string): Support inplace.
28263
28264         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28265         a new string in every iteration.  Use shy groups.
28266
28267 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28268
28269         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28270         * gnus-soup.el (gnus-soup-group-brew):
28271         * gnus-msg.el (gnus-put-message):
28272         * gnus-move.el (gnus-group-move-group-to-server):
28273         * gnus-kill.el (gnus-batch-score):
28274         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28275         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28276         (gnus-group-update-group, gnus-group-read-group)
28277         (gnus-group-make-group, gnus-group-make-help-group)
28278         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28279         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28280         (gnus-group-sort-by-unread, gnus-group-catchup)
28281         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28282         (gnus-group-yank-group, gnus-group-set-info)
28283         (gnus-group-list-groups):
28284         * gnus.el (gnus-generate-new-group-name):
28285         * gnus-delay.el (gnus-delay-send-queue):
28286         * nnvirtual.el (nnvirtual-catchup-group):
28287         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28288         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28289         (gnus-group-prepare-topics, gnus-topic-check-topology):
28290         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28291         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28292         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28293         (gnus-group-make-articles-read):
28294         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28295         (gnus-group-change-level, gnus-kill-newsgroup)
28296         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28297         (gnus-get-unread-articles, gnus-make-articles-unread)
28298         (gnus-make-ascending-articles-unread): Use accessor
28299         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28300         to get group information for improved readability.
28301
28302
28303 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28304
28305         * gnus-art.el (article-decode-mime-words, article-babel)
28306         (gnus-article-highlight-signature, gnus-article-add-buttons)
28307         (gnus-signature-toggle): Use gnus-with-article-buffer.
28308
28309         * gnus-art.el (gnus-article-highlight-headers)
28310         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28311
28312         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28313         (gnus-article-set-globals, gnus-request-article-this-buffer)
28314         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28315         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28316         (gnus-mime-display-alternative): Use with-current-buffer.
28317
28318 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28319
28320         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28321         also under 80 char limit, and call gnus-error if needed.
28322         (spam-fetch-article-header): Fix - it was a
28323         buffer-local variable (gnus-newsgroup-data).
28324         (spam-find-spam): Use spam-generate-fake-headers, forget about
28325         spam-insert-fake-headers.
28326         (spam-insert-fake-headers): Remove.
28327
28328 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28329
28330         * deuglify.el (gnus-article-outlook-unwrap-lines)
28331         (gnus-outlook-rearrange-article)
28332         (gnus-outlook-repair-attribution-outlook)
28333         (gnus-outlook-repair-attribution-block)
28334         (gnus-outlook-repair-attribution-other): Remove redundant
28335         save-excursion.
28336
28337 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28338
28339         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28340         (spam-fetch-field-subject-fast)
28341         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28342         (spam-fetch-article-header): Add functions to deal with Gnus
28343         internals for fast retrieval of article header data.
28344         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28345
28346 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28347
28348         * pop3.el (pop3-md5): Remove.
28349         (pop3-apop): Replace pop3-md5 with md5.
28350
28351         * mm-bodies.el: base64 is always built-in.
28352
28353         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28354         Use with-current-buffer.
28355
28356 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28357
28358         * canlock.el (canlock-insert-header): Remove excessive grouping in
28359         regexp.
28360
28361         * gnus-sum.el (gnus-summary-read-document): Ditto.
28362
28363         * gnus-uu.el (gnus-uu-part-number): Ditto.
28364
28365         * html2text.el (html2text-remove-tags): Ditto.
28366         (html2text-format-tags): Ditto.
28367         (html2text-format-single-elements): Ditto.
28368
28369         * mml.el (mml-parse-1): Ditto.
28370
28371 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28372
28373         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28374
28375         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28376
28377         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28378
28379         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28380
28381 2003-11-15  Simon Josefsson  <jas@extundo.com>
28382
28383         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28384         (pgg-gpg-lookup-key): Use regexp match instead of
28385         split-string (split-string is different between emacs 21.2 and
28386         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28387
28388 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28389
28390         * gnus-art.el (gnus-mime-view-all-parts)
28391         (gnus-article-part-wrapper, gnus-article-view-part):
28392         Use with-current-buffer.
28393
28394 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28395
28396         * spam.el (spam-disable-spam-split-during-ham-respool)
28397         (spam-spamoracle-database, spam-cache-lookups)
28398         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28399         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28400         (spam-group-ham-marks, spam-group-spam-marks)
28401         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28402         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28403         also add spam-use-blackholes to the statistical checks.
28404         (spam-fetch-field-fast): Add interface to fetching fields, may
28405         become a macro.
28406         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28407         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28408         (spam-insert-fake-headers): Fake an article when needed.
28409         (spam-find-spam): Fake article when possible.
28410         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28411         (spam-check-bogofilter-headers): Use message-fetch-field instead
28412         of nnmail-fetch-field.
28413
28414 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28415
28416         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28417
28418 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28419
28420         * spam.el (spam-split): Do not require spam-use-CHECK to be
28421         enabled if that check is passed to spam-split explicitly; also
28422         fix so 'spam doesn't get converted to spam-split-group when
28423         spam-split-symbolic-return is t.
28424         (spam-find-spam): Find registrations of the article and use those
28425         instead of re-running spam-split to find the spam/ham
28426         classification of the article.
28427         (spam-log-processing-to-registry, spam-log-registered-p)
28428         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28429         Use gnus-error instead of gnus-message.
28430         (spam-log-registration-type): Add function to determine the
28431         classification of a message based on registry entries; will
28432         return nil if both 'spam and 'ham are found.
28433         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28434         a reasonably fast local cache without the loading errors.
28435         (spam-cache-lookups): Set to t by default.
28436         (spam-find-spam): Don't try to guess spam-cache-lookups.
28437         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28438         spam-caches entry.
28439         (spam-filelist-build-cache, spam-filelist-check-cache):
28440         Fix caching of whitelist/blacklist entries.
28441         (spam-check-whitelist, spam-check-blacklist):
28442         Invoke spam-from-listed-p with a type, not a cache variable.
28443         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28444
28445 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28446
28447         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28448
28449         * nnmail.el (nnmail-split-fancy): do.
28450
28451         * mml.el (mml-parse): do.
28452
28453         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28454         (gnus-score-adaptive): do.
28455
28456 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28457
28458         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28459         (gnus-mime-button-map): Don't set keymap parent.
28460         (gnus-button-ctan-directory-regexp): Use shy grouping.
28461         (gnus-prev-page-map): Don't set keymap parent.
28462         (gnus-prev-page-map): Remove duplicated one.
28463         (gnus-next-page-map): Don't set keymap parent.
28464         (gnus-mime-security-button-map): Ditto.
28465
28466         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28467         version number.
28468
28469         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28470
28471 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28472
28473         * canlock.el (canlock-sha1-function): Remove.
28474         (canlock-sha1-function-for-verify): Remove.
28475         (canlock-openssl-program): Remove.
28476         (canlock-openssl-args): Remove.
28477         (canlock-ignore-errors): Remove.
28478         (canlock-sha1-with-openssl): Remove.
28479         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28480         (canlock-verify): Don't use canlock-ignore-errors.
28481
28482         * sha1-el.el (sha1-string-external): Make it can return a string
28483         in binary form.
28484         (sha1-region-external): Ditto.
28485         (sha1-string-internal): Ditto.
28486         (sha1-region-internal): Ditto.
28487         (sha1-region): Ditto.
28488         (sha1-string): Ditto.
28489         (sha1): Ditto.
28490
28491 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28492
28493         * spam.el (spam-report-articles-gmane): New command.
28494
28495 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28496
28497         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28498
28499         * run-at-time.el (run-at-time-saved): Remove.
28500         (run-at-time): Doc fix.
28501
28502 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28503
28504         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28505         (gnus-summary-limit-map): Add it.
28506         (gnus-summary-make-menu-bar): do.
28507
28508 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28509
28510         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28511         Make attempt at some caching support (done for BBDB only now).
28512         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28513         addresses to be checked.
28514         (spam-clear-cache-BBDB): Add function, to be invoked by
28515         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28516         (spam-check-BBDB): Check and use the caches, if
28517         spam-cache-lookups is on, remove superfluous (provide).
28518
28519 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28520
28521         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28522
28523 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28524
28525         * run-at-time.el (run-at-time-saved): Move to after the definition
28526         of `run-at-time'.
28527
28528         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28529
28530 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28531
28532         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28533         mm-w3m-local-map-property.
28534
28535         * mm-view.el (mm-w3m-mode-map): Remove.
28536         (mm-w3m-local-map-property): Remove.
28537         (mm-inline-text-html-render-with-w3m): Don't use
28538         mm-w3m-local-map-property.
28539
28540 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28541
28542         * run-at-time.el: New file.
28543
28544         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28545         under Emacs.
28546
28547         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28548         of gnus-set-text-properties.
28549
28550         * gnus-uu.el (gnus-uu-save-article): Ditto.
28551
28552         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28553
28554         * gnus-cite.el (gnus-cite-parse): Ditto.
28555
28556         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28557         of gnus-.
28558
28559         * gnus-xmas.el (run-at-time): Require run-at-time.
28560
28561         * gnus.el: Change calls to nnheader-run-at-time and
28562         password-run-at-time throughout to use run-at-time directly.
28563
28564         * password.el: Remove definition of run-at-time.
28565
28566         * nnheaderxm.el: Remove definition of run-at-time.
28567
28568 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28569
28570         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28571         in prompt.
28572
28573 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28574
28575         * messagexmas.el (message-xmas-redefine): Alias
28576         `message-make-caesar-translation-table' to
28577         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28578         version.
28579
28580         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28581         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28582         `gnus-xmas-set-text-properties'.
28583         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28584         `gnus-xmas-completing-read'.
28585         (gnus-xmas-completing-read): Removed.
28586         (gnus-xmas-open-network-stream): Removed.
28587
28588         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28589         XEmacs version.
28590
28591         * dns.el (dns-make-network-process): Use `open-network-stream'
28592         instead of `gnus-xmas-open-network-stream'.
28593
28594         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28595
28596         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28597
28598 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28599
28600         * gnus-art.el (gnus-mime-display-alternative)
28601         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28602         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28603         Don't use gnus-local-map-property.
28604
28605         * gnus-util.el (gnus-local-map-property): Remove.
28606
28607         * mm-view.el (mm-view-pkcs7-decrypt):
28608         Replace gnus-completing-read-maybe-default with completing-read.
28609
28610         * gnus-util.el (gnus-completing-read): do.
28611         (gnus-completing-read-maybe-default): Remove.
28612
28613 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28614
28615         * password.el: Only autoload `run-at-time' if not XEmacs.
28616         Only autoload the itimer functions if XEmacs.
28617
28618 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28619
28620         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28621         XEmacsen.
28622
28623         * dgnushack.el: Autoload executable-find for XEmacs.
28624
28625 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28626
28627         * gnus-art.el (gnus-read-string): Remove.
28628         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28629         read-string.
28630
28631 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28632
28633         * netrc.el: Autoload password-read.
28634         (netrc): Add configuration group.
28635         (netrc-encoding-method, netrc-openssl-path):
28636         Add variables for encoding and decoding of files with symmetric
28637         ciphers.
28638         (netrc-encode): Add assistant function to encode a file with
28639         netrc-encoding-method.
28640         (netrc-parse): Add interactive parameter, added optional
28641         decoding if netrc-encoding-method is non-nil but otherwise
28642         behavior is standard.
28643         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28644         Do s/encode/encrypt/ everywhere.
28645
28646         * spam.el: Remove executable-find autoload.
28647
28648 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28649
28650         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28651
28652         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28653
28654 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28655
28656         * gnus-art.el (gnus-treat-ansi-sequences)
28657         (article-treat-ansi-sequences): New variable and function.
28658         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28659
28660         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28661         Use it.
28662
28663 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28664
28665         * mm-util.el (mm-quote-arg): Remove.
28666
28667         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28668         shell-quote-argument.
28669
28670         * gnus-uu.el (gnus-uu-command): do.
28671
28672         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28673
28674         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28675         with make-char.
28676
28677         * mm-util.el (mm-make-char): Remove.
28678
28679         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28680         add-minor-mode.
28681
28682         * gnus-undo.el (gnus-undo-mode): do.
28683
28684         * gnus-topic.el (gnus-topic-mode): do.
28685
28686         * gnus-sum.el (gnus-dead-summary-mode): do.
28687
28688         * gnus-start.el (gnus-slave-mode): do.
28689
28690         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28691
28692         * gnus-ml.el (gnus-mailing-list-mode): do.
28693
28694         * gnus-gl.el (gnus-grouplens-mode): do.
28695
28696         * gnus-draft.el (gnus-draft-mode): do.
28697
28698         * gnus-dired.el (gnus-dired-mode): do.
28699
28700         * gnus-ems.el (gnus-add-minor-mode): Remove.
28701
28702         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28703         Replace gnus-char-width with char-width.
28704
28705         * gnus-ems.el (gnus-char-width): Remove.
28706
28707         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28708         Replace gnus-char-width with char-width.
28709
28710         * gnus-ems.el (gnus-char-width): Remove.
28711
28712         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28713         definition.
28714         Remove Emacs 20 hash table compatibility code.
28715
28716         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28717         20 compatibility code.
28718
28719         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28720
28721         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28722
28723         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28724         Replace with point-at-{eol,bol}.
28725
28726         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28727
28728         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28729
28730         * flow-fill.el (fill-flowed-point-at-bol)
28731         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28732
28733         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28734         Replace with point-at-{eol,bol} throughout all files.
28735
28736 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28737
28738         * ntlm.el (ntlm-string-as-unibyte): New macro.
28739         (ntlm-build-auth-response): Use it.
28740
28741         Remove Emacs 20 stuff:
28742         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28743         (butlast, mapc, remove): Remove the compiler macros.
28744         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28745         of delq and copy-sequence.
28746         * gnus-art.el (popup-menu): Remove the compiler macro.
28747         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28748         Emacs 20.
28749
28750 2004-01-05  Simon Josefsson  <jas@extundo.com>
28751
28752         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28753         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28754         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28755         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28756         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28757         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28758         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28759         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28760         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28761         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28762         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28763         string-xor into ntlm-string-xor.
28764         Suggested by Jesper Harder <harder@myrealbox.com>.
28765
28766         * ntlm.el: Don't include poem.
28767
28768         * md4.el (print-int32, print-string-hexa): Remove.
28769         Suggested by Jesper Harder <harder@myrealbox.com>.
28770
28771         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28772
28773         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28774         probably breaks emacs with DL patch, but do we care? Is anyone
28775         still using the DL stuff?)
28776
28777         * sieve-manage.el: Use the password package.
28778         (sieve-manage-read-passwd): Remove.
28779         (sieve-manage-interactive-login): Use password.  Re-add
28780         condition-case around loop.
28781
28782         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28783         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28784         Use the password package.
28785
28786 2003-02-19  Simon Josefsson  <jas@extundo.com>
28787
28788         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28789         token.
28790
28791 2002-08-07  Simon Josefsson  <jas@extundo.com>
28792
28793         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28794         (sieve-manage-authenticators)
28795         (sieve-manage-authenticator-alist): Add some SASL mechs.
28796         (sieve-sasl-auth): New function.
28797         (sieve-manage-cram-md5-auth)
28798         (sieve-manage-plain-auth): Rewrite using SASL library.
28799         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28800         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28801         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28802         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28803
28804 2004-01-05  Simon Josefsson  <jas@extundo.com>
28805
28806         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28807         New files.
28808
28809 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28810
28811         * gnus-group.el (gnus-no-groups-message): Update.
28812
28813         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28814
28815 2003-11-09  Simon Josefsson  <jas@extundo.com>
28816
28817         * imap.el: Support for ID IMAP extension (RFC 2971).
28818         (imap-local-variables): Add imap-id.
28819         (imap-id): New variable.
28820         (imap-id): New function.
28821         (imap-parse-response): Parse untagged ID response.
28822         * nnimap.el (nnimap-id): New variable.
28823         (nnimap-open-connection): Use it.
28824
28825 2003-12-28  Simon Josefsson  <jas@extundo.com>
28826
28827         * gnus-score.el (gnus-score-edit-all-score): New.
28828         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28829
28830 2004-01-04  Simon Josefsson  <jas@extundo.com>
28831
28832         * password.el: Add.
28833
28834 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28835
28836         * dns.el (dns-query-types): Fix typo.
28837         (dns-query-types): New function.
28838         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28839         PTR and SOA replies, see RFC 1035.
28840
28841 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28842
28843         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28844
28845         * Move to Changelog.2.
28846
28847 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28848
28849         * gnus.el (gnus-version-number): Bump version.
28850
28851 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28852
28853         * gnus.el: No Gnus v0.1 is released.
28854
28855 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28856
28857         * gnus.el: No Gnus v0.0 is released.
28858
28859 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28860
28861         * gnus.el (gnus-version-number): Bump.
28862         (gnus-version): No.
28863
28864 See ChangeLog.2 for earlier changes.
28865
28866   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28867
28868   This file is part of GNU Emacs.
28869
28870   GNU Emacs is free software: you can redistribute it and/or modify
28871   it under the terms of the GNU General Public License as published by
28872   the Free Software Foundation, either version 3 of the License, or
28873   (at your option) any later version.
28874
28875   GNU Emacs is distributed in the hope that it will be useful,
28876   but WITHOUT ANY WARRANTY; without even the implied warranty of
28877   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28878   GNU General Public License for more details.
28879
28880   You should have received a copy of the GNU General Public License
28881   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28882
28883 ;; Local Variables:
28884 ;; coding: utf-8
28885 ;; fill-column: 79
28886 ;; add-log-time-zone-rule: t
28887 ;; End: