Bind `rmail-dont-reply-to-names'
[gnus] / lisp / ChangeLog
1 2015-10-18  Michael Sperber  <mike@xemacs.org>
2
3         * nnml.el (nnml-retrieve-groups, nnml-request-scan):
4         * nnmail.el (nnmail-get-new-mail-per-group):
5         (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'.
6
7 2015-10-18  Michael Sperber  <mike@xemacs.org>
8
9         * message.el (message-get-reply-headers): In addition to
10         `mail-dont-reply-to-names', bind `rmail-dont-reply-to-names', which is
11         used in XEmacs.
12
13 2015-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14
15         * auth-source.el (auth-source-epa-make-gpg-token): Revert.
16
17 2015-10-11  Nicolas Petton  <petton.nicolas@gmail.com>
18
19         * auth-source.el (auth-source-epa-make-gpg-token):
20         Replace an usage of `epg-context-set-armor' with `setf'.
21         (auth-source-do-debug, auth-source-do-trivia)
22         (auth-source-read-char-choice, auth-source-search)
23         (auth-source-pick-first-password, auth-source-netrc-parse)
24         (auth-source-netrc-search, auth-source-secrets-search)
25         (auth-source-macos-keychain-search)
26         (auth-source-macos-keychain-search-items, auth-source-plstore-search)
27         (auth-source-user-or-password): Use sharp-quoting with functions.
28
29 2015-09-30  Wieland Hoffmann  <themineo@gmail.com>
30
31         * auth-source.el (auth-source-search): Clarify :create's meaning.
32
33 2015-09-17  Paul Eggert  <eggert@cs.ucla.edu>
34
35         Backslash cleanup in Elisp source files
36
37         This patch should not change behavior.  It typically omits backslashes
38         where they are redundant (e.g., in the string literal "^\$").
39         In a few places, insert backslashes where they make regular expressions
40         clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which
41         has the same effect as a regular expression.
42         Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
43         and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion
44         with RCS IDs, as that makes it clearer that the backslash is intended.
45         * auth-source.el (auth-source-secrets-search)
46         (auth-source-macos-keychain-search):
47         * gnus-art.el (gnus-mime-action-on-part)
48         (gnus-mime-display-multipart-related-as-mixed)
49         (gnus-button-mid-or-mail-heuristic-alist)
50         (gnus-button-mid-or-mail-heuristic, gnus-article-extend-url-button):
51         * gnus-bookmark.el (gnus-bookmark-bmenu-toggle-infos)
52         (gnus-bookmark-bookmark-inline-details, gnus-bookmark-bookmark-details)
53         (gnus-bookmark-alist, gnus-bookmark-name-from-full-record)
54         (gnus-bookmark-bmenu-mode, gnus-bookmark-delete):
55         * gnus-cus.el (gnus-group-customize):
56         * gnus-group.el (gnus-group-line-format, gnus-group-mode-line-format)
57         (gnus-group-jump-to-group-prompt, gnus-group-name-at-point):
58         * gnus-mlspl.el (gnus-group-split-fancy):
59         * gnus-registry.el (gnus-registry-prune-factor):
60         * gnus-salt.el (gnus-summary-pick-line-format):
61         * gnus-sieve.el (gnus-sieve-update, gnus-sieve-generate)
62         (gnus-sieve-script):
63         * gnus-util.el (gnus-directory-sep-char-regexp):
64         * gnus.el (gnus-message-archive-group, gnus-user-agent):
65         * message.el (message-archive-header, message-reply-headers)
66         (message-send-method-alist):
67         * mm-decode.el (mm-add-meta-html-tag):
68         * nndoc.el (nndoc-generate-lanl-gov-head):
69         * nnheader.el (nnheader-max-head-length):
70         * registry.el (registry-db, registry-prune):
71         * rfc1843.el (rfc1843-hzp-word-regexp)
72         (rfc1843-hzp-word-regexp-strictly):
73         * rfc2047.el (rfc2047-encoded-word-regexp)
74         (rfc2047-encoded-word-regexp-loose):
75
76         Fix several backslash typos in Elisp strings
77         * gnus-art.el (gnus-button-handle-library):
78         * gnus-group.el (gnus-read-ephemeral-gmane-group-url):
79         * nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
80         * spam-report.el (spam-report-gmane-regex):
81         Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
82         For example, to get the regular expression ‘\.’ use the string
83         literal "\\.", not "\." (which is equivalent to ".").
84
85         * auth-source.el (auth-source-read-char-choice):
86         * nnmaildir.el (NOV example):
87         * registry.el (registry-search): Doc fix.
88
89 2015-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * gnus-compat.el: Require overlay for XEmacs.
92
93 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
94
95         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
96         t rather than after-change-functions to nil.
97
98 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
99
100         * time-date.el (time-to-seconds, time-less-p):
101         Mark unused vars with underscore.
102
103 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
104
105         * time-date.el (with-decoded-time-value): Fix debug spec.
106
107 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
108
109         * nnmairix.el (nnmairix-widget-create-query):
110         * time-date.el (format-seconds): Prefer grave quoting in source-code
111         strings used to generate help and diagnostics.
112
113 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
114
115         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
116
117 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
118
119         * ntlm.el (ntlm-unibyte-string): New compatibility function.
120
121 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
122
123         Add support for NTLMv2 authentication.
124         * ntlm.el (ntlm): New customization group.
125         (ntlm-compatibility-level): New defcustom.
126         (ntlm-compute-timestamp): New function.
127         (ntlm-generate-nonce): Likewise.
128         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
129
130 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
131
132         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
133         isn't always passed in, check it's not nil before making it into a
134         list.  The active arg will also be nil if the group is new, check for
135         that.
136
137 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
138
139         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
140
141 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
142
143         * gmm-utils.el (gmm-image-load-path-for-library):
144         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
145         * gnus-registry.el (gnus-registry-split-strategy):
146         * gnus-start.el (gnus-check-new-newsgroups):
147         * gnus-sum.el (gnus-select-group-hook):
148         * gnus-uu.el (gnus-uu-user-archive-rules):
149         * gnus.el (gnus-message-archive-group, gnus-visual):
150         * message.el (message-cite-style):
151         * nnir.el (nnir-swish++-additional-switches)
152         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
153         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
154         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
155         * nntp.el (nntp-server-action-alist):
156         * tls.el (tls-checktrust):
157         Fix some more docstring etc. quoting problems.
158         Mostly these fixes prevent the transliteration of apostrophes
159         that should stay apostrophes.  Also, prefer curved quotes in
160         Bahá’í proper names, as that’s the preferred Bahá’í style and
161         these names are chock-full of non-ASCII characters anyway.
162
163 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
164
165         Escape ` and ' in doc
166         * gnus-art.el (gnus-article-address-banner-alist)
167         (gnus-face-properties-alist):
168         * gnus-sum.el (gnus-newsgroup-variables):
169         * nndiary.el (nndiary-reminders):
170         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
171         Escape apostrophes and grave accents in docstrings if they
172         are supposed to stand for themselves and are not quotes.  Remove
173         apostrophes from docstring examples like ‘'(calendar-nth-named-day
174         -1 0 10 year)’ that confuse source code with data.  Do some other
175         minor docstring fixups as well, e.g., insert a missing close
176         quote.
177
178 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * gnus-util.el (gnus-format-message):
181         * tls.el (tls-format-message): Use defalias at the top level so as to
182         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
183
184         * gnus-sum.el (gnus-summary-search-article):
185         Ensure that the article where the search word is found is displayed
186         and pointed to in the summary buffer.
187
188 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * tls.el (tls-format-message):
191         Alias to format-message, or format if not available.
192         (open-tls-stream): Use it.
193
194 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
195
196         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
197         * gnus-art.el (gnus-article-browse-delete-temp-files):
198         * gnus-eform.el (gnus-edit-form):
199         * gnus-fun.el (gnus-display-x-face-in-from):
200         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
201         * gnus-topic.el (gnus-topic-edit-parameters):
202         * mail-source.el (mail-source-delete-old-incoming):
203         * message.el (message-strip-subject-encoded-words)
204         (message-check-recipients, message-send-form-letter):
205         * mm-decode.el (mm-display-part):
206         * mm-uu.el (mm-uu-pgp-signed-extract-1):
207         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
208         * spam-report.el (spam-report-process-queue):
209         * tls.el (open-tls-stream):
210         Respect ‘text-quoting-style’ in diagnostics.
211         * gnus-art.el (article-display-face):
212         * gnus-fun.el (gnus-display-x-face-in-from):
213         Use straight quoting in email.
214         * rfc2231.el (rfc2231-decode-encoded-string):
215         Escape apostrophes in doc strings.
216
217 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
218
219         Go back to grave quoting in Gnus
220
221         * auth-source.el (auth-source-netrc-parse-entries):
222         * gnus-agent.el (gnus-agent-check-overview-buffer)
223         (gnus-agent-fetch-headers):
224         * gnus-int.el (gnus-start-news-server):
225         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
226         (gnus-registry-post-process-groups):
227         * gnus-score.el (gnus-summary-increase-score):
228         * gnus-start.el (gnus-convert-old-newsrc):
229         * gnus-topic.el (gnus-topic-rename):
230         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
231         * spam.el (spam-check-blackholes):
232         Stick with grave quoting in diagnostics strings.  This is more
233         portable to older Emacs, desirable for Gnus.
234
235 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
236
237         Prefer directed to neutral quotes in docstings and diagnostics.
238         In docstrings, escape apostrophes that would otherwise be translated
239         to curved quotes using the newer, simpler rules.
240
241         * auth-source.el (auth-source-netrc-parse-entries):
242         * gnus-agent.el (gnus-agent-check-overview-buffer)
243         (gnus-agent-fetch-headers):
244         * gnus-int.el (gnus-start-news-server):
245         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
246         * gnus-score.el (gnus-summary-increase-score):
247         * gnus-start.el (gnus-convert-old-newsrc):
248         * gnus-topic.el (gnus-topic-rename):
249         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
250         * nnmairix.el (nnmairix-widget-create-query):
251         * spam.el (spam-check-blackholes):
252         Use directed rather than neutral quotes in diagnostics.
253
254         * gnus-util.el (gnus-format-message):
255         Alias to format-message, or format if not available.
256
257 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
258
259         * auth-source.el (auth-sources):
260         Prefer (substitute-command-keys "`\\[foo-command]'")
261         to "`M-x foo-command'" in docstring.
262
263         * time-date.el (format-seconds):
264         Use curved quotes in diagnostic format strings.
265
266         * nnmairix.el (nnmairix-propagate-marks-upon-close):
267         * pop3.el (pop3-authentication-scheme):
268         Don't quote symbols with apostrophes in doc strings.
269         Use asymmetric quotes instead.
270
271 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         Use overlay functions directly
274
275         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
276         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
277
278         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
279         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
280         (gnus-article-highlight-signature, gnus-article-extend-url-button)
281         (gnus-article-add-button, gnus-insert-prev-page-button)
282         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
283         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
284         * gnus-html.el (gnus-html-wash-tags):
285         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
286         (gnus-highlight-selected-tree):
287         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
288         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
289         * gnus-util.el (gnus-put-overlay-excluding-newlines):
290         * message.el (message-fix-before-sending)
291         (message-toggle-image-thumbnails):
292         * mm-decode.el (mm-convert-shr-links):
293         * sieve.el (sieve-highlight, sieve-insert-scripts):
294         Use overlay functions directly instead of using gnus-overlay-*,
295         message-overlay-*, and sieve-overlay-*.
296
297         * gnus-sum.el (gnus-remove-overlays):
298         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
299         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
300         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
301         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
302         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
303         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
304         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
305         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
306         (gnus-overlays-at, gnus-overlays-in):
307         * message.el (message-delete-overlay, message-make-overlay)
308         (message-overlay-get, message-overlay-put, message-overlays-in):
309         * messagexmas.el (message-delete-overlay, message-make-overlay)
310         (message-overlay-get, message-overlay-put, message-overlays-in):
311         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
312         Remove.
313
314 2015-08-19  Glenn Morris  <rgm@gnu.org>
315
316         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
317
318 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
319
320         * message.el (message-overlay-put, message-make-overlay)
321         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
322         (message-delete-overlay, message-window-inside-pixel-edges):
323         Declare before using.
324
325 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
326
327         * message.el (message-overlay-get, message-overlays-in)
328         (message-window-inside-pixel-edges):
329         * messagexmas.el (message-overlay-get, message-overlays-in):
330         XEmacs compatible functions.
331
332 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * message.el (message-toggle-image-thumbnails): New command.
335
336 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
337
338         * message.el (message-send-form-letter): Change (message (format ...))
339         to (message ...).  This lessens the probability of confusion when
340         the output of `format' contains `%'.
341
342 2015-08-04  David Kastrup  <dak@gnu.org>
343
344         * gnus-art.el (gnus-article-describe-key)
345         (gnus-article-describe-key-briefly):
346         Do not overwrite preexisting contents of unread-command-events.
347
348 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
349
350         * nnimap.el (nnimap-request-move-article)
351         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
352         extension if available.
353
354 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
355
356         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
357         capabilities instead of relying on LOGIN response.
358
359 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
360
361         * nnbabyl.el (nnbabyl-retrieve-headers):
362         * nndiary.el (nndiary-retrieve-headers):
363         * nneething.el (nneething-retrieve-headers):
364         * nnmbox.el (nnmbox-retrieve-headers):
365         * nnmh.el (nnmh-retrieve-headers):
366         * nnml.el (nnml-retrieve-headers):
367         * nnspool.el (nnspool-retrieve-headers):
368         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
369         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
370         progress-report percentages and the like.  This avoids problems
371         if (* 100 NUMERATOR) would overflow.
372
373         * gnus-registry.el (gnus-registry-import-eld):
374         * registry.el (registry-reindex):
375         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
376
377 2015-07-17  Julien Danjou  <jd@abydos>
378
379         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
380         command.
381
382 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
383
384         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
385         of function arguments.
386
387 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
388
389         * nnimap.el: Clean up "unused var" warnings.
390         (auth-source-creation-prompts): Declare.
391         (nnimap-retrieve-headers, nnimap-status-message)
392         (nnimap-request-create-group, nnimap-request-delete-group)
393         (nnimap-close-group, nnimap-request-move-article)
394         (nnimap-request-accept-article, nnimap-request-newgroups)
395         (nnimap-request-post, nnimap-dummy-active-number)
396         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
397         (nnimap-parse-flags): Remove unused var `p'.
398         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
399         (nnimap-flags-to-marks): Remove unused var `totalp'.
400
401 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
402
403         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
404         before RFC822.SIZE.
405
406 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
407
408         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
409         so that a 'plain value for the `nnimap-stream' server variable is
410         handled correctly.
411
412 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
413
414         Remove unused let variables
415         * nnimap.el (nnimap-request-group): Variables are not used.
416
417         Check if group names are already strings
418         * gnus-group.el (gnus-group-group-name):
419         The group name may already be a string.
420         Specifically, in the group list reached from the *Server* buffer,
421         the 'gnus-group text property returns a string.  Everywhere else
422         it returns a symbol.
423
424 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
425
426         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
427         (nnmaildir--update-nov): Remove unused var `numdir'.
428         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
429         (nnmaildir-request-group, nnmaildir-request-create-group)
430         (nnmaildir-request-post, nnmaildir-request-move-article)
431         (nnmaildir-request-accept-article, nnmaildir-active-number):
432         Mark unused args.
433         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
434         Declare.
435         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
436         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
437         `mark', `end', `new-mark', and `mark-sym'.
438         (nnmaildir-retrieve-headers):
439         Remove unused args `srv-dir', `dir', `nlist2'.
440         (nnmaildir-request-expire-articles):
441         Remove unused vars `article', `stop' and `nlist2'.
442         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
443         `end'.  Use nnmaildir--article when dyn-binding is needed.
444         Give the value directly in the `let' for `del-mark', `del-action',
445         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
446         (nnmaildir-close-server):
447         Declare those local vars that need to be dyn-bound.
448
449 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
450
451         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
452
453 2015-05-31  David Engster  <deng@randomsample.de>
454
455         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
456         instead of using `sleep-for', as the latter does not seem to reliably
457         wait (see for instance bug 15990).
458
459 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * gnus-art.el (gnus-button-alist): Re-revert last change.
462         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
463
464 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
465
466         * gnus-art.el (gnus-button-alist): Revert last change.
467         It wasn't that important, and it caused a Gnus build to fail.  See:
468         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
469
470         * gnus-art.el (gnus-button-alist):
471         Also treat "‘" and "’" as quoting chars.
472
473 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
474
475         * gnus-art.el (gnus-treat-strip-list-identifiers)
476         (gnus-article-mode-syntax-table):
477         * gnus-group.el (gnus-group-nnimap-edit-acl):
478         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
479         e.g., missing quote, ``x'' where `x' was meant, etc.
480
481 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
482
483         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
484         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
485         into just c.
486
487 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
488
489         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
490         Normalize characters into numbers in spec keys.
491
492 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * dgnushack.el (declare-function): Redefine it to use autoload.
495         * lpath.el (gnus-html-prefetch-images): Declare.
496
497 2015-05-04  Glenn Morris  <rgm@gnu.org>
498
499         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
500
501         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
502
503         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
504         (gnus-topic-create-topic, gnus-topic-enter-dribble):
505         Declare rather than autoload.
506
507         * mm-archive.el (gnus-recursive-directory-files)
508         (mailcap-extension-to-mime): Autoload at run-time.
509
510         * mm-util.el (latin-unity-massage-name)
511         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
512         (latin-unity-representations-present-region):
513         Declare rather than autoload.
514
515         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
516         Autoload at run-time.
517         (epg-context-set-signers, epg-context-result-for)
518         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
519         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
520         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
521         (epg-configuration, epg-expand-group, epa-select-keys):
522         Declare rather than autoload.
523
524         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
525         Autoload at run-time.
526         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
527         (gnus-registry-get-id-key, gnus-registry-action):
528         Declare rather than autoload.
529
530         * nnmail.el (mail-send-and-exit): Autoload at run-time.
531
532         * spam.el (spam-stat-buffer-change-to-non-spam)
533         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
534         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
535         (spam-stat-split-fancy): Remove pointless autoloads.
536
537         * mm-view.el (epg-decrypt-string): Autoload.
538         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
539         (epg-sub-key-validity): Fix declarations.
540
541 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
542
543         * gnus.el: Ma Gnus v0.13 is released.
544
545 2015-05-01  Glenn Morris  <rgm@gnu.org>
546
547         * gnus-util.el (iswitchb-read-buffer):
548         * mm-decode.el (libxml-parse-html-region):
549         * mml.el (libxml-parse-html-region):
550         * nnrss.el (libxml-parse-html-region): Update declaration.
551
552 2015-04-27  Glenn Morris  <rgm@gnu.org>
553
554         * message.el (gnus-extract-address-components):
555         Remove bogus declaration that was masking previous problem.
556
557 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558
559         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
560         altering the buffer.
561         (hashcash-insert-payment-async-2): Revert previous change because it
562         still means that the mark is moving around.
563
564 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
565
566         * gnus-uu.el (gnus-uu-save-article):
567         Make the save-restriction/widen calls make more sense.
568
569 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
570
571         * gnus-art.el (gnus-use-idna):
572         * gnus-sum.el (gnus-summary-idna-message):
573         * message.el (message-use-idna):
574         Catch the invalid-operation error that idna.el will issue.
575
576 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
577
578         * gnus-group.el (gnus-group--setup-tool-bar-update):
579         cursor-sensor-functions should be a list of functions.
580
581 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
582
583         * gnus-group.el (gnus-tmp-*): Declare.
584         (gnus-update-group-mark-positions): Remove unused `topic' var.
585         (gnus-group-insert-group-line): Remove unused var `header'.
586         (gnus-group--setup-tool-bar-update): New function.
587         (gnus-group-insert-group-line): Use it.
588         (gnus-group-update-eval-form): Declare local
589         dynamically-bound variables.
590         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
591
592         * gnus-topic.el (gnus-topic-jump-to-topic)
593         (gnus-group-prepare-topics, gnus-topic-update-topic)
594         (gnus-topic-change-level, gnus-topic-catchup-articles)
595         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
596         Use inhibit-read-only.
597         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
598         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
599
600 2015-04-12  João Távora  <joaotavora@gmail.com>
601
602         * message.el (message-mode):
603         Use `set' and `make-local-variable' instead of `setq-local'.
604
605 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
606
607         * gnus-sum.el (gnus-summary-refer-thread):
608         Make sure gnus-newsgroup-unreads remains sorted.
609
610 2015-04-12  João Távora  <joaotavora@gmail.com>
611
612         Improve sexp-based movement in message-mode
613         * message.el (message--syntax-propertize): New function.
614         (message-mode): Set syntax-related vars.d
615         (message-smileys): New variable.
616
617 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
618
619         * gnus-art.el (gnus-hidden-properties): Simplify.
620         (gnus-article-hide-text, gnus-article-unhide-text)
621         (gnus-article-unhide-text-type): Remove special handling of
622         `intangible' since that property is not used any more.
623         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
624
625 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
628         and a runtime function for it, of which the XEmacs version takes only
629         two arguments.
630
631 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
632
633         Use American spelling for 'normalize'
634         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
635         All uses changed.  Add an alias for obsolete usages.
636
637 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * gnus-art.el (gnus-article-browse-html-save-cid-content):
640         Always return relative file name.
641         (gnus-article-browse-html-parts):
642         Make external links absolute and cid file names relative.
643
644 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
645
646         * registry.el (registry-prune): Re-use `registry-full' in
647         `registry-prune'.  It's a bit of redundant work, but safer.
648         Also ensure that target-size is an integer.
649
650 2015-03-31  Daiki Ueno  <ueno@gnu.org>
651
652         * plstore.el (plstore--decrypt): Clear entry in
653         `plstore-passphrase-alist' if decryption failed (bug#20030).
654
655 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
656
657         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
658         to "Display" menu.
659
660 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
661
662         * nnimap.el (nnimap-split-incoming-mail): If a message is already
663         in the group it should be split to, don't re-copy it into the group.
664
665 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
666
667         * nnmh.el (nnmh-request-expire-articles):
668         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
669
670 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
671
672         * registry.el (registry-lookup-secondary, registry-full)
673         (registry-prune, registry-collect-prune-candidates):
674         * gnus-registry.el (gnus-registry-load): Use slot names rather than
675         initarg names in `oref' and `oset'.
676
677 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
678
679         * registry.el (registry-prune): Allow registry to reach full size
680         before pruning.
681
682 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
683
684         * registry.el (registry-collect-prune-candidates): Fix call to
685         cl-subseq.
686
687 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
688
689         * registry.el (registry-db): Temporary fix old Emacsen compilation.
690
691 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
692
693         * gnus-registry.el (gnus-registry-handle-action)
694         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
695         (gnus-registry-keywords): Make it do something.
696         (gnus-registry-import-eld): Remove unused var `new-entry'.
697         (gnus-registry-action): Remove unused var `to-name'.
698         (gnus-registry-make-db): Prefer `make-instance' to avoid
699         compiler warnings.
700         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
701
702         * registry.el (registry-db): Don't oset-default an instance-allocated
703         slot.
704
705 2015-03-10  Glenn Morris  <rgm@gnu.org>
706
707         * message.el (message-valid-fqdn-regexp): Bump :version for
708         2014-11-17 change.
709
710 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
711
712         * gnus-notifications.el (gnus-notifications-action): Raise window
713         frame.
714         (gnus-notifications-action): Allow mark as read.
715         (gnus-notifications-notify): Show uption to mark as read.
716
717 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
718
719         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
720         (registry-search, registry-delete, registry-size, registry-insert)
721         (registry-reindex, registry-collect-prune-candidates):
722         * gnus-registry.el (gnus-registry-fixup-registry)
723         (gnus-registry-remove-extra-data): Use slot names rather than initarg
724         names in `oref' and `oset'.
725
726 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
727         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
728         in the group it should be split to, don't re-copy it into the group.
729
730 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
731
732         * message.el (message-insert-formatted-citation-line): Change %F to
733         fall back to email address if no first name could be determined.
734
735 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
736
737         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
738         Fix point motion when removing displayed MIME part.
739         (gnus-article-edit-part): Make jumping to the next part really work
740         when deleting or stripping.
741         (gnus-mime-buttonize-attachments-in-header): Make header attachment
742         buttons identical to the ones in the article body so as to work deleting
743         and stripping.
744
745 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * mm-decode.el (mm-shr)
748         * mm-view.el (mm-inline-text-html-render-with-w3m):
749         Revert my bogus change that made the start marker of a part
750         the "moves after insertion" type.
751
752 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
753
754         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
755         Tools: https://github.com/politza/pdf-tools) for viewing PDF
756         attachments in emacs.
757
758 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
759
760         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
761         instead of sasl-scram-sha-1, as the former is the name that can be
762         required.
763
764         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
765         (sasl-scram-sha-1-client-final-message)
766         (sasl-scram-sha-1-authenticate-server): Move to end of file.
767
768 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
771
772 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
775         (sasl-string-prefix-p): New compatibility functions.
776
777 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
778
779         * gnus-compat.el (process-live-p): Added new compat function for Emacs
780         23.
781
782 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
783
784         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
785         from the server LIST response.
786
787 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
788
789         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
790         during header retrieval, error out instead of interpreting the data in
791         the buffer as the only messages there.  This way, we don't mark
792         articles as read on a server hangup (bug#19035).
793
794         * mm-decode.el (mm-head-p): New function.
795         (mm-display-part): Go to a blank line when inserting parts internally.
796
797 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
798
799         * sasl-scram-rfc.el: New file.
800
801         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
802         Add SCRAM-SHA-1 first.
803         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
804         entry (bug#17636).
805
806 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
807
808         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
809         that we don't get a warning when setting the buffer-local variable
810         (bug#19573).
811
812         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
813         `gnus-request-group'.
814
815 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
816
817         * gnus-art.el (gnus-article-browse-html-save-cid-content)
818         (gnus-article-browse-html-parts): Make cid file names relative if and
819         only if html doesn't specify <base> directory.
820
821 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
822
823         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
824         parts, because that breaks filling (since buttons are in a bold face).
825
826 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
829         use gnus-overlays-at and gnus-overlay-put.
830
831 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
832
833         * mm-decode.el (mm-shr): Only pass the fill column when not using
834         fonts, because limiting the width to what's appropriate for followups
835         doesn't really help when not using proportional fonts.
836
837 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
838
839         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
840         shr, beacause that breaks folding.
841         (mm-shr): Don't shorten the width when using fonts.
842
843 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
844
845         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
846         variable; always check the newrc timestamp.
847         (gnus-save-newsrc-file): Always check timestamp.
848
849 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
850
851         * mail-source.el (mail-source-call-script): If scripts exit with an
852         error, pop up an error buffer.
853
854 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
855
856         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
857         as a default.
858
859         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
860         correct server.
861
862 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
863
864         * nnimap.el (nnimap-request-group-scan): Fix the function name.
865
866         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
867
868 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
869
870         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
871         that nnimap works for non-activated backends.
872
873 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
874
875         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
876         message, since we already get an obsolescence message.  Use `declare'.
877
878 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
879
880         * nnir.el: Revert "Enable non-ASCII IMAP searches".
881
882 2015-01-30  Glenn Morris  <rgm@gnu.org>
883
884         * gnus-registry.el (gnus-registry-max-pruned-entries)
885         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
886         Fix :version.
887         (gnus-registry-default-sort-function): Improve :type.
888
889 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
890
891         * nnimap.el (nnimap-request-group): Allow running this function on
892         groups that don't exist in Gnus yet.
893         (nnimap-request-group): Revert previous patch since that made it
894         impossible to enter nnimap groups.
895
896         * message.el (message-smtpmail-send-it): Remove the mail header
897         separator before sending.
898
899 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
900
901         * nnimap.el (nnimap-find-expired-articles): Fix handling of
902         (expiry-wait . never).
903
904 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
905
906         * nnimap.el (nnimap-request-group): Clear the buffer before returning
907         the data.
908
909 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * gnus-compat.el (string-bytes): Work for XEmacs.
912
913 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
914
915         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
916
917         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
918         IMAP.
919
920 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
921
922         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
923
924         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
925
926         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
927         be added to the backlog.
928
929 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
930
931         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
932         target with a recursive make call.
933
934 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
935
936         * nnimap.el (nnimap-header-parameters): Refactor and request
937         X-GM-LABELS if it's been announced.
938         (nnimap-transform-headers): Gather and output GM-LABELS.
939
940 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
941
942         * mm-decode.el (mm-display-part): Make non-string methods work.
943         Non-string methods are funcalled and work just fine, the test was
944         bogus.
945         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
946         whole frame.
947
948 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
949
950         * nnimap.el (nnimap-request-accept-article): Allow respooling using
951         nnimap.
952
953         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
954         request rescans when being run interactively.
955
956         * nnimap.el (nnimap-request-group): Don't rescan the group here,
957         because that can be very slow in large groups.
958
959         * gnus-int.el (gnus-request-group-scan): New backend function.
960
961         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
962
963 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
964
965         * gnus-group.el (gnus-group-suspend): Close all backends.
966
967 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
968
969         * dgnushack.el (dgnushack-compile-file): New function.
970         (dgnushack-compile): Use it (bug#19514).
971
972 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
975
976 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
977
978         * registry.el: Don't use <class> as a variable.
979
980 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
981
982         system-name's returned value can vary
983         Also, the system-name variable is now obsolete.
984         Fixes Bug#19438.
985         * message.el (message-make-fqdn):
986         * nnvirtual.el (nnvirtual-retrieve-headers)
987         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
988         and avoid naming locals 'system-name'.
989
990 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
991
992         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
993         lines don't get overlong when responding.
994
995 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * registry.el (cl-remf, cl-loop, cl-subseq):
998         Alias to remf, loop, and subseq respectively for old Emacsen.
999
1000 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
1001
1002         * gnus-group.el (gnus-read-ephemeral-bug-group):
1003         Bind coding-system-for-read and coding-system-for-write only around
1004         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
1005
1006 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1007
1008         * registry.el (registry-db): Set default slot later.
1009         This is because its value is not a literal integer.
1010
1011 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1012
1013         * registry.el (registry-db): Fix default registry-db max-size.
1014
1015 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1016
1017         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
1018         add warning.
1019
1020         * gnus-art.el: Fix up compiler warnings.
1021         (article-display-face, article-display-x-face): Remove unused `face'.
1022         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
1023         (article-date-ut): Remove unused var `first'.
1024         (gnus-article-prepare): Remove unused var `gnus-article'.
1025         (gnus-mime-save-part-and-strip): Remove unused var `param'.
1026         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
1027         `coding-system' along with corresponding dead code.
1028         (gnus-mime-view-part-externally): Remove unused var
1029         `mm-user-display-methods'.
1030         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
1031         (gnus-display-mime): Remove unused var `handle'.
1032         (gnus-mime-display-alternative): Remove unused var `props'.
1033         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
1034         (gnus-article-edit-done): Remove unused var `p'.
1035         (gnus-url-mailto): Remove unused var `to'.
1036         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
1037         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
1038
1039 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
1040
1041         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
1042         slots into a :max-size slot.
1043         (registry-db-version): Add new variable for database version number.
1044         (registry-prune): Use :max-size slot. Accept and use a sort-function
1045         argument.
1046         (registry-collect-prune-candidates): Add new function for finding
1047         non-precious pruning candidates.
1048         (registry-prune-hard-candidates, registry-prune-soft-candidates):
1049         Remove obsolete functions.
1050         (initialize-instance): Upgrade registry version when starting.
1051
1052         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
1053         (gnus-registry-max-pruned-entries): Remove obsolete variable.
1054         (gnus-registry-cache-file): Change default
1055         filename extension to "eieio".
1056         (gnus-registry-read): Add new function, split out from
1057         `gnus-registry-load', that does the actual object reading.
1058         (gnus-registry-load): Use it. Add condition case handler to check for
1059         old filename extension and rename to the new one.
1060         (gnus-registry-default-sort-function): New variable to specify a sort
1061         function to use when pruning.
1062         (gnus-registry-save, gnus-registry-insert): Use it.
1063         (gnus-registry-sort-by-creation-time): Define a default sort function.
1064
1065         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
1066         Adjust test for new object signature.
1067         (gnustest-registry-pruning-test): Add new pruning test.
1068         (gnustest-registry-sort-function): Default sort function for testing.
1069         (gnustest-registry-pruning-sort-test): New test for sorting.
1070
1071 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1072
1073         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
1074         function for reuse.
1075         (gnus-mime-buttonize-attachments-in-header): Adjust.
1076
1077 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * message.el (message-change-subject): Really check whether the subject
1080         changed.
1081
1082 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
1085         PDFs.
1086         (mailcap-view-mime): New function.
1087
1088 2014-12-01  Glenn Morris  <rgm@gnu.org>
1089
1090         * gnus-cloud.el (gnus-cloud): Add :version tag.
1091
1092 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * gnus-art.el (gnus-use-idna):
1095         * gnus-sum.el (gnus-summary-idna-message):
1096         * message.el (message-use-idna):
1097         Protect against nil value for idna-program.
1098
1099         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1100
1101 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1102
1103         * auth-source.el (auth-source-macos-keychain-search-items): Return
1104         result of `auth-source-macos-keychain-result-append' (bug#19074).
1105
1106 2014-11-25  Glenn Morris  <rgm@gnu.org>
1107
1108         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1109         Add :version tag.
1110
1111 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1112
1113         * pop3.el (pop3-open-server): Warn unless encrypted.
1114
1115         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1116
1117 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1118
1119         Port new time stamp handling to Emacs 23.2.
1120         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1121         * time-date.el (time-add, time-subtract, time-less-p):
1122         Use eval-and-compile, not eval-when-compile.
1123
1124 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1125
1126         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1127         TLDs.
1128
1129 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1130
1131         Port new time stamp handling to old Emacs and to XEmacs.
1132         This is needed for Gnus, which copies time-date.el and which
1133         runs on older Emacs implementations.
1134         * time-date.el (with-decoded-time-value):
1135         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1136         (encode-time-value, with-decoded-time-value):
1137         Obsolete only if new Emacs.
1138         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1139
1140         Improve time stamp handling, and be more consistent about it.
1141         This implements a suggestion made in:
1142         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1143         Among other things, this means timer.el no longer needs to
1144         autoload the time-date module.
1145         * time-date.el (seconds-to-time, days-to-time, time-since)
1146         (with-decoded-time-value):
1147         Treat 'nil' as current time.  This is mostly for XEmacs.
1148         (encode-time-value, with-decoded-time-value): Obsolete.
1149         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1150         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1151
1152 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1153
1154         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1155         discarding changes in ephemeral groups.
1156
1157         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1158         things the user isn't interested in.
1159
1160 2014-11-13  Julien Danjou  <jd@abydos>
1161
1162         * gnus-notifications.el (gnus-notifications-notify): Provide both
1163         app-icon and image-path.
1164
1165 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1166
1167         * mm-url.el (mm-url-encode-multipart-form-data):
1168         Restore to handle "multipart/form-data" by eww.
1169
1170 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1171
1172         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1173         Landscheidt.
1174
1175 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1176
1177         Simplify use of current-time and friends.
1178         * gnus-delay.el (gnus-delay-article):
1179         * gnus-sum.el (gnus-summary-read-document):
1180         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1181         * message.el (message-make-expires-date):
1182         Omit unnecessary call to current-time.
1183         * gnus-util.el (gnus-float-time): Simplify to an alias because
1184         time-to-seconds now behaves like float-time with respect to nil arg.
1185         (gnus-seconds-year): Don't call current-time twice to get the current
1186         time stamp, as this can lead to inconsistent results.
1187         * time-date.el (time-to-seconds) [!float-time]:
1188         Use current time if arg is nil, to be compatible with float-time.
1189         (time-date--day-in-year): New function, with most of the guts of
1190         the old time-to-day-in-year.
1191         (time-to-day-in-year): Use it.
1192         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1193
1194 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * gnus.el (gnus-mode-line-buffer-identification):
1197         Don't add image data for a non-graphic display (bug#18813).
1198
1199 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1202         load-path, it blocks autoloading of find-image (bug#18813).
1203
1204 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1205
1206         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1207         to keep connection open (bug#18728).
1208
1209 2014-10-20  Glenn Morris  <rgm@gnu.org>
1210
1211         * Merge in all changes up to 24.4 release.
1212
1213 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1214
1215         * message.el (message-insert-signature): Use `newline' instead of
1216         inserting explicit "\n".
1217
1218 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1219
1220         * gnus-icalendar.el: Support vcal format timezones.
1221         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1222         compute dates with associated timezone.
1223         (gnus-icalendar-event-from-ical): Compute all timezones.
1224
1225 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1226
1227         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1228         check the newsrc.eld file's timestamp before saving it.
1229         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1230         timestamp has changed to be newer.
1231
1232 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1233
1234         * gnus-icalendar.el (gnus-icalendar-identities):
1235         Include message-alternative-emails.
1236
1237 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1238
1239         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1240         New compatibility functions.
1241         (ntlm-build-auth-response): Use them.
1242
1243 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1244
1245         * ntlm.el (ntlm-build-auth-request):
1246         Add NTLM2 Session support.  (Bug#15603)
1247
1248 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1249
1250         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1251         expired messages only when it was built in reverse order.
1252
1253 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1254
1255         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1256         last so it can be used in `message-send-hook'.
1257
1258 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1259
1260         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1261         <#secure> tag (bug#18513).
1262
1263 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * parse-time.el: Require cl when compiling.
1266
1267 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         Use cl-lib as much as possible following the 2014-09-26 change
1270         in the Emacs trunk.
1271         * parse-time.el: Try requiring cl-lib.
1272         (parse-time-incf): Alias to cl-incf or incf.
1273         (digit-char-p): Remove.
1274         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1275         (parse-integer): Rename to parse-time-integer.
1276         (parse-time-tokenize, parse-time-rules, parse-time-string)
1277         Use parse-time-incf and parse-time-integer.
1278
1279 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1280
1281         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1282         of ":delete".
1283
1284 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1287         (gnus-article-browse-html-parts):
1288         Revert last change that breaks links other than cid contents.
1289
1290 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1293         (gnus-article-browse-html-parts): Make cid file names relative.
1294
1295 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1298         temporarily displayed when running a mode function (at least org-mode
1299         requires it).
1300
1301 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1302
1303         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1304         the gnus-summary-article-expire-hook should be told where the function
1305         is going. In particular, the Gnus registry might want to know.
1306
1307 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1308
1309         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1310
1311 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1314
1315 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1316
1317         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1318         the gnus-summary-article-expire-hook should be told where the function
1319         is going. In particular, the Gnus registry might want to know.
1320
1321 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1322
1323         Don't mishandle year-9999 dates (Bug#18176).
1324         * parse-time.el (parse-time-rules):
1325         Allow years up to most-positive-fixnum.
1326         * time-date.el (date-to-time):
1327         Pass "Specified time is not representable" errors through.
1328
1329 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1330
1331         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1332         groups and t.
1333
1334 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * gnus-utils.el (gnus-recursive-directory-files):
1337         Unify hard or symbolic links (bug#18063).
1338
1339 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1340
1341         * gnus-msg.el (gnus-configure-posting-style):
1342         Allow string replacements in values when matching against a header.
1343
1344 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1345
1346         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1347         the dribble buffer even when it is shrunk a lot.
1348         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1349
1350 2014-06-26  Glenn Morris  <rgm@gnu.org>
1351
1352         * mm-util.el (help-function-arglist): Remove outdated declaration.
1353
1354 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1355
1356         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1357         attribute values.  (Bug#17834)
1358
1359 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1360
1361         * gnus-sum.el (gnus-summary-edit-article-done):
1362         Prefer point-marker to copy-marker of point.
1363
1364 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * Makefile.in (install-el, install-el-elc): Compress .el files.
1367         (uninstall): Remove compressed .el files.
1368
1369 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1372         (gnus-article-read-summary-keys):
1373         Don't bug out when there is no article in the summary buffer.
1374         (gnus-mime-buttonize-attachments-in-header):
1375         Improve criterion that finds parts to display.
1376
1377         * gnus-art.el (gnus-mm-display-part):
1378         * mm-decode.el (mm-shr):
1379         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1380         (mm-insert-inline): Revert last changes.
1381
1382 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * gnus-art.el (gnus-mm-display-part):
1385         * mm-decode.el (mm-shr):
1386         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1387         (mm-insert-inline): Set insertion type of end-marker, not only
1388         start-marker, of undisplayer so as to stay after inserted text.
1389
1390 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1391
1392         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1393         attribute. (Bug#17613)
1394
1395 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1396
1397         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1398         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1399
1400 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1401
1402         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1403         Don't delete next part button; keep spacing between buttons.
1404
1405 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1408         Work for the last MIME part in an article.
1409         (gnus-mime-display-single): Suppress excessive newlines between parts.
1410
1411         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1412         by leading or trailing newline.
1413
1414 2014-05-12  Sam Steingold  <sds@gnu.org>
1415
1416         * time-date.el (seconds-to-string): New function to pretty print time
1417         delay in seconds.
1418
1419 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1420
1421         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1422         while prompting a user for a file name, etc.
1423         (gnus-mime-display-single): Display part with a common appearance no
1424         matter whether MIME button is omitted or not; don't add duplicate entry
1425         to gnus-article-mime-handle-alist.
1426         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1427
1428 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1429
1430         * mml2015.el (mml2015-display-key-image): New variable.
1431
1432 2014-05-08  Glenn Morris  <rgm@gnu.org>
1433
1434         * gnus-fun.el (gnus-grab-cam-face):
1435         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1436         This is CVE-2014-3421.
1437
1438 2014-05-04  Glenn Morris  <rgm@gnu.org>
1439
1440         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1441
1442 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1445         the displaying state of a part.
1446         (gnus-mm-display-part): Don't insert a newline in the beginning of
1447         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1448
1449         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1450         (mm-shr): Make undisplayer unbreakable.
1451
1452         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1453         Don't insert excessive newline.
1454         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1455         (mm-insert-inline): Make undisplayer unbreakable.
1456
1457 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1458
1459         * gnus.el: Ma Gnus v0.11 is released.
1460
1461 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * gnus-art.el (gnus-mm-display-part):
1464         Highlight header attachment buttons.
1465
1466 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1467
1468         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1469         a part; redisplay a button (enbugged in 2014-02-05).
1470
1471 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1472
1473         * auth-source.el (auth-source-search, auth-source-search-backends):
1474         Treat :max 0 as an indicator that a boolean return is wanted, as
1475         documented. Reported by Joe Bloggs.
1476
1477 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1478
1479         * gnus-icalendar.el: Require gnus-art.
1480
1481 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1482
1483         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1484         (gnus-icalendar--update-org-event): put event timestamp in
1485         the org entry body instead of the drawer.
1486         (gnus-icalendar-event--get-attendee-names): list of participants should
1487         contain even attendees without common name attribute.
1488         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1489         property tags in org drawers.
1490
1491 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * gmm-utils.el (gmm-format-time-string): New function.
1494
1495         * message.el (message-insert-formatted-citation-line): Use the original
1496         author's time zone to express a date string.
1497
1498 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1499
1500         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1501         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1502         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1503         Silence compiler warnings.
1504         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1505
1506 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * mml.el: Require url when compiling.
1509
1510         * gnus-cloud.el (gnus-cloud-parse-version-1):
1511         Use plist-get rather than CL's getf.
1512         (gnus-activate-group, gnus-subscribe-group): Declare.
1513
1514         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1515
1516 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1517
1518         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1519         buttons when toggling the header off.
1520
1521 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1522
1523         * tls.el (tls-program): Reflow docstring.
1524
1525 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1526
1527         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1528         groups work again.
1529
1530 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1531
1532         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1533         999 correctly (i.e. "1,342").
1534
1535 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1536
1537         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1538         out if the directory doesn't exist.
1539
1540 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1541
1542         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1543         commands here; instead, only check if epg-config.el is available.
1544
1545 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1546
1547         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1548         messages with embedded images.
1549         (mml-generate-mime): Don't bug out if you don't have libxml.
1550
1551 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1552
1553         * message.el (message-make-html-message-with-image-files): New command.
1554
1555 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1556
1557         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1558
1559         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1560
1561 2014-02-23  David Engster  <deng@randomsample.de>
1562
1563         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1564         to stay compatible with older Emacsen, so replace `cl-loop' with
1565         `loop'.
1566
1567 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1568
1569         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1570         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1571         instead, build list of patterns.
1572
1573 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1576         Display header attachment buttons by gnus-article-prepare-display
1577         rather than gnus-article-prepare so as to view in mml-preview as well.
1578
1579 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1580
1581         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1582         in `auth-sources' means and link to EPA docs.
1583
1584 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1585
1586         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1587         (bug#12375).
1588
1589 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1592         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1593
1594 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1595
1596         * message.el (message-tab): Mention what happens on normal tabs
1597         (bug#11297).
1598
1599 2014-02-08  Glenn Morris  <rgm@gnu.org>
1600
1601         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1602
1603 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1606         buttons that are hidden in unselected alternative part as well.
1607         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1608
1609         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1610
1611 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1612
1613         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1614         keystroke.
1615         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1616         types.
1617
1618         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1619         with an empty string.
1620
1621 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1622
1623         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1624         buffer-local in some buffers, so bind it explicitly in the buffer we're
1625         trying to cancel the article in (bug#10808).
1626
1627 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1630         New functions.
1631
1632         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1633         New user option.
1634         (gnus-mime-buttonize-attachments-in-header): New function.
1635         (gnus-article-prepare): Use it.
1636         (gnus-mime-inline-part): Suppress extra newline.
1637         (gnus-mm-display-part): Save excursion;
1638         remove useless deleting and adding of buttons.
1639         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1640
1641         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1642         Add gnus-mime-buttonize-attachments-in-header.
1643
1644 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1645
1646         * nnimap.el (nnimap-request-articles): New command to download several
1647         articles at once.
1648
1649         * gnus.el (gnus-variable-list): Save Cloud variables.
1650
1651         * gnus-int.el (gnus-request-accept-article): Doc fix.
1652
1653 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1654
1655         * parse-time.el (parse-time-iso8601-regexp)
1656         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1657         it more generally.
1658
1659 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1660
1661         * gnus-cloud.el: New file to provide the Emacs Cloud.
1662
1663         * dgnushack.el: Silence XEmacs w3 warning.
1664
1665         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1666         `url-retrieve-synchronously', apparently.
1667
1668         * dgnushack.el: Silence XEmacs dns.el warning.
1669
1670         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1671         instead of in all files.
1672
1673         * dns.el (network-interface-list): Define for XEmacs.
1674
1675         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1676         XEmacs.
1677
1678         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1679
1680 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1681
1682         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1683         `gnus-group-split-fancy'.
1684
1685 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1686
1687         * message.el (message-remove-header): Doc fix.
1688         (message-forward-included-headers): New variable.
1689         (message-remove-ignored-headers): Use it.
1690
1691 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1692
1693         * nnir.el (nnir-request-update-mark): Don't try to update the source
1694         group if we can't find it (bug#16611).
1695
1696 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1697
1698         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1699
1700 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1701
1702         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1703         network interfaces changed.
1704         (dns-query): Use it to flush the data.
1705
1706 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1707
1708         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1709         from random face commands.
1710         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1711         Face.
1712         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1713         (gnus--random-face-with-type): Generic function returning a face-type
1714         as a string.
1715         (gnus--insert-random-face-with-type): Generic function inserting a face
1716         in a message buffer header.
1717         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1718         (gnus-insert-random-x-face-header): Rewritten to use
1719         `gnus--insert-random-face-with-type`.
1720         (gnus-random-face): Return random (png) Face as string.
1721         (nus-insert-random-face-header): Insert random (png) Face in a message
1722         buffer.
1723
1724 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1725
1726         * mm-url.el: Remove all usage of w3.
1727
1728         * nnrss.el: Ditto.
1729
1730         * mm-decode.el: Ditto.
1731
1732         * mm-view.el: Ditto.
1733
1734         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1735         outdated and all Emacsen have url.el built-in.
1736
1737         * gnus-setup.el: Remove outdated file.
1738
1739 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1740
1741         * gnus.el: Ma Gnus v0.9 is released.
1742
1743 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1744
1745         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1746
1747 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1748
1749         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1750         in the summary buffer (bug#13769).
1751
1752 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1753
1754         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1755         name if we're using a single article buffer.  Otherwise, it may point
1756         to a killed buffer (bug#13756).
1757
1758 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1759
1760         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1761         the match data, just save and restore it explicitly (bug#12375).
1762
1763         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1764         that's needed.
1765
1766         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1767         the code once (bug#9069).
1768
1769 2014-01-18  Steinar Bang  <sb@dod.no>
1770
1771         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1772         reading.
1773
1774 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1775
1776         * message.el (message-bury): Call bury-buffer with no argument
1777         in the message-return-action case too.
1778
1779 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1782         (nnimap-split-fancy, nnimap-split-methods): Declare.
1783
1784         * mm-util.el (help-function-arglist): Declare.
1785
1786 2013-12-28  Glenn Morris  <rgm@gnu.org>
1787
1788         * gnus-sieve.el (gnus-sieve-select-method):
1789         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1790         (gravatar-rating, gravatar-size):
1791         * message.el (message-minibuffer-local-map):
1792         * sieve-manage.el (sieve-manage-authenticators)
1793         (sieve-manage-authenticator-alist): Specify custom types.
1794
1795         * hashcash.el (hashcash-program): Rename from hashcash-path.
1796         Update callers.
1797
1798         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1799         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1800         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1801
1802         * auth-source.el (auth-sources):
1803         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1804         Fix custom types.
1805
1806         * tls.el (tls-certtool-program): Fix default value.
1807
1808 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1809
1810         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1811         we get proper traces there, too.
1812
1813 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1814
1815         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1816         value of the parameters if the current article has a Reply-To or From
1817         field.
1818
1819 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1820
1821         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1822
1823 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1824
1825         * gnus-sum.el (gnus-summary-exit): Stop animations.
1826
1827 2013-12-19  Juri Linkov  <juri@jurta.org>
1828
1829         * gnus.el (gnus-suppress-keymap):
1830         * gnus-art.el (gnus-article-mode-map):
1831         * gnus-group.el (gnus-group-mode-map):
1832         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1833         Remove [backspace] key binding because it shadows DEL (bug#16035).
1834
1835         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1836
1837 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1840         Make sure work directory exists.
1841         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1842         rather than tmp directory.
1843         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1844         not necessarily always run, with it.
1845
1846 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1847
1848         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1849         value of gnus-icalendar-additional-identities work without restart.
1850
1851 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1852
1853         * mm-util.el (mm-make-temp-file):
1854         Alias to make-temp-file for modern Emacsen.
1855
1856 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1859         nnir-article-number and nnir-article-group.
1860
1861 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1862
1863         * message.el (message-send-mail-with-sendmail):
1864         Don't kill error buffer if sending fails.
1865
1866 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1867
1868         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1869         (gnus-icalendar-event->org-entry)
1870         (gnus-icalendar--update-org-event)
1871         (gnus-icalendar-event->gnus-calendar): Distinguish between
1872         required/optional/non-participant attendee status.  Fix bug causing
1873         the first required event participant to be omitted.
1874
1875 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * gnus-art.el (article-de-quoted-unreadable)
1878         (article-de-base64-unreadable, gnus-mime-copy-part)
1879         * gnus-html.el (gnus-article-html)
1880         * mm-view.el (mm-inline-text-html-render-with-w3)
1881         (mm-inline-text-html-render-with-w3m-standalone)
1882         * rfc2231.el (rfc2231-decode-encoded-string):
1883         Allow overriding charset by mm-charset-override-alist.
1884
1885         * gnus-art.el (gnus-article-browse-html-parts):
1886         Replace LWSPs with `&nbsp;'s in header.
1887
1888         Work for broken Chinese articles.
1889
1890         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1891         Exclude broken handles that gnus-summary-enter-digest-group may create.
1892         (gnus-article-browse-html-parts):
1893         Allow overriding charset by mm-charset-override-alist.
1894
1895 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1896
1897         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1898         (gnus-icalendar-identities): Support additional-identities.
1899
1900 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1901
1902         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1903         org-timestamp for events ending at midnight.
1904
1905 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1906
1907         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1908         .log files.
1909
1910 2013-11-20  David Engster  <deng@randomsample.de>
1911
1912         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1913
1914 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1915
1916         * message.el (message-beginning-of-line):
1917         Use beginning-of-visual-line when visual-line-mode is turned on.
1918
1919 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1920
1921         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1922         (gnus-icalendar-event-from-ical)
1923         (gnus-icalendar-event->org-entry)
1924         (gnus-icalendar--update-org-event): Required/optional participation,
1925         list of attendees synced to org.
1926
1927 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1928
1929         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1930         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1931         cancellations to be synced to org if the original appt has an org
1932         outline.
1933
1934 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1935
1936         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1937         (gnus-icalendar-event->org-entry)
1938         (gnus-icalendar--update-org-event)
1939         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1940
1941 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1942
1943         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1944         Fix timezone handling in gnus-icalendar export to org.
1945
1946 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1947
1948         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1949
1950 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1951
1952         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1953
1954 2013-10-30  Glenn Morris  <rgm@gnu.org>
1955
1956         * gnus-group.el (gnus-group-browse-foreign-server):
1957         * gnus-int.el (gnus-start-news-server):
1958         Silence compiler obsolescence warning.
1959
1960 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1961
1962         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1963         `nnoo-current-server' first, then for the actual `nnimap-address' to
1964         allow netrc entries for the nnoo server to coexist with netrc entries
1965         for the `nnimap-address'.
1966
1967 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1968
1969         * mm-decode.el (mm-dissect-buffer): Revert last change.
1970         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1971         The problem that motivated those changes was attributed to a broken
1972         mail sender, and has been fixed.
1973
1974 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1977         token is missing in the Content-Type header.
1978
1979         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1980
1981 2013-09-18  Glenn Morris  <rgm@gnu.org>
1982
1983         * gnus-util.el (image-size): Declare.
1984
1985 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1986
1987         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1988         (gnus-icalendar-event-from-ical)
1989         (gnus-icalendar-event--build-reply-event-body)
1990         (gnus-icalendar-event-reply-from-buffer)
1991         (gnus-icalendar-find-org-event-file)
1992         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1993         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1994
1995         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1996
1997 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1998
1999         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
2000         Use save-current-buffer.
2001         (gnus-tree-mode-map): Initialize in the declaration.
2002         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
2003         (scroll-in-place): Defvar it.
2004         (gnus-tmp-*): Defvar them.
2005         (gnus-get-tree-buffer): Use derived-mode-p.
2006         (gnus--let-eval): New macro.
2007         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
2008         non-prefixed variables.
2009         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
2010
2011         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
2012         vars since it doesn't seem to be available.
2013         (gnus-set-global-variables, gnus-summary-read-group-1)
2014         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
2015         (gnus-summary-display-article, gnus-summary-select-article)
2016         (gnus-summary-next-article, gnus-offer-save-summaries)
2017         (gnus-summary-generic-mark): Use derived-mode-p.
2018         (gnus-summary-read-group-1, gnus-summary-exit)
2019         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
2020         Adjust calls to gnus-tree-close and gnus-tree-open.
2021
2022         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
2023
2024         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
2025         (gnus-agent-mode): Use derived-mode-p.
2026         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
2027         gnus-command-method and *-command-method to nil, but bind
2028         gnus-command-method to *-command-method instead!
2029         (gnus-agent-fetch-articles): Remove unused var `id'.
2030         (gnus-agent-fetch-headers): Remove unused arg `force'.
2031         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
2032         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
2033         (gnus-agent-short-article, gnus-agent-long-article)
2034         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
2035         first use.
2036         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
2037         `score-param'.
2038         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
2039         (gnus-get-predicate): Push in front of the cache, rather than end.
2040         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
2041         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
2042         (gnus-agent-expire-unagentized-dirs): Don't rebind
2043         gnus-agent-expire-current-dirs since the defvar silences the warning.
2044         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
2045         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
2046         (gnus-agent-regenerate): Simplify interactive spec and doc.
2047
2048 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2049
2050         * gnus-int.el (gnus-open-server): Silence compiler.
2051
2052         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2053
2054         * message.el (message-display-completion-list): Abolish.
2055         (message-completion-in-region): Use display-completion-list.
2056
2057 2013-09-17  Glenn Morris  <rgm@gnu.org>
2058
2059         * gnus-util.el (gnus-message-with-timestamp-1):
2060         Use `messages-buffer' function if available.  Ignore read-only.
2061
2062 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * message.el (message-expand-group, message-completion-in-region):
2065         Correct the order of start and end of a region.
2066
2067 2013-09-13  Glenn Morris  <rgm@gnu.org>
2068
2069         * mml2015.el (gnus-create-image): Autoload it.
2070
2071         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
2072
2073         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
2074         (image-size): Declare.
2075
2076 2013-09-12  Glenn Morris  <rgm@gnu.org>
2077
2078         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
2079         Avoid using `find', which i) might not be defined at runtime;
2080         ii) does not work, since its default test is eql, not equal.
2081         (gnus-mime-action-alist): Declare.
2082
2083 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2084
2085         * score-mode.el (gnus-score-mode-map): Move initialization
2086         into declaration.
2087         (gnus-score-mode): Use define-derived-mode.
2088         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
2089         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
2090         into declaration.
2091         (gnus-kill-file-mode): Use define-derived-mode.
2092         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2093         Use derived-mode-p.
2094         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2095         (gnus-group-setup-buffer, gnus-group-name-at-point)
2096         (gnus-group-make-web-group, gnus-group-enter-directory)
2097         (gnus-group-suspend): Use derived-mode-p.
2098         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2099         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2100         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2101         (gnus-article-setup-buffer, gnus-article-prepare)
2102         (gnus-article-prepare-display, gnus-sticky-article)
2103         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2104         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2105         (gnus-article-read-summary-keys): Use derived-mode-p.
2106
2107 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2110
2111 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2112
2113         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2114         shift_jis from the default value set for Japanese users.
2115
2116 2013-08-13  Glenn Morris  <rgm@gnu.org>
2117
2118         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2119
2120         * gnus.el (gnus-valid-select-methods): Fix type.
2121
2122         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2123
2124 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * mm-decode.el (mm-display-external): Run a timer for the temp files
2127         deletion after a viewer exits; add a deletion timer for the needsterm
2128         case, too.
2129
2130         * mm-decode.el (mm-display-external): Try to delete temporary files by
2131         using a 1-min. timer.
2132
2133 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2136         New internal variables.
2137         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2138         (mm-display-external): Use it to delete temporary files instead of
2139         using timers.
2140
2141 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142
2143         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2144
2145 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2146
2147         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2148         with cond for backwards compatability.
2149
2150 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * mm-decode.el (mm-display-external): Bind process-connection-type to
2153         nil; don't delete a temp file immediately even if a viewer finishes,
2154         since it may be a shell script, like xdg-open, that launches a real
2155         viewer program belatedly.
2156
2157 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2158
2159         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2160         that we can create nndoc groups that excerpt other groups.
2161
2162 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * gnus-delay.el (gnus-delay-article): Fix typo.
2165
2166         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2167         articles.
2168
2169         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2170         we can get spell-checking etc.
2171
2172 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2175         a single one used for encoding the whole text in a header.
2176
2177 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2180         doesn't work properly on XEmacs.
2181
2182 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2185         before sending.
2186
2187         * dgnushack.el (dgnushack-compile): Add a temporary check for
2188         gnus-icalendar.
2189
2190         * mm-decode.el (mm-command-output): New face.
2191         (mm-display-external): Use it.
2192
2193 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2194
2195         * nnmbox.el (nnmbox-request-article): Don't change point.
2196
2197 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198
2199         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2200         Include `handle' parameter.
2201
2202 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2203
2204         * gnus-icalendar.el: New file.
2205
2206 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207
2208         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2209
2210         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2211         dummy roots, too.
2212
2213 2013-08-01  David Edmondson  <dme@dme.org>
2214
2215         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2216         out on ttys.
2217
2218 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2219
2220         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2221         not empty.
2222
2223         * nnrss.el (nnrss-discover-feed): Indent.
2224
2225 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2228
2229 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230
2231         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2232         dirty to ensure nnimap data being saved.
2233
2234 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2235
2236         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2237         menu entry.
2238
2239         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2240         the current thread's total score instead of the current article's
2241         score.
2242
2243         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2244         (gnus-sort-threads-recursively): Delete defcustom.
2245         (gnus-sort-threads-recursive): Adapt accordingly.
2246
2247 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2248
2249         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2250         (gnus-sort-threads-recursive): Use it.
2251         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2252         again.  Now that determines how to sort subthreads.
2253
2254 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2255
2256         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2257         (gnus-sort-threads): Use it.
2258
2259 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2260
2261         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2262         punctuation characters follow parentheses (bug#14950).
2263
2264 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2265
2266         * gnus.el (gnus-continuum-version):
2267         * gnus-msg.el (gnus-extended-version): Simplify.
2268
2269         * gnus.el (gnus-continuum-version-1): Remove.
2270         * gnus-msg.el (gnus-bug): Revert.
2271
2272         Calculate gnus-version correctly on Cygwin.
2273
2274         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2275         (gnus-continuum-version-1): New function, return a string.
2276
2277         * gnus-msg.el (gnus-extended-version, gnus-bug):
2278         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2279
2280 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2281
2282         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2283         (bug#13384).
2284
2285 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2286
2287         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2288         that were only relevant in a development version a long time ago.
2289
2290 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2293         that the old Emacs 24s bundle.
2294
2295 2013-07-10  David Engster  <deng@randomsample.de>
2296
2297         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2298         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2299         fixes a bug in Emacs trunk where the 'unexist' marks were always
2300         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2301         Gnus v0.03".
2302
2303 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2304
2305         * gnus.el (gnus-summary-line-format): Reference
2306         `gnus-user-date-format-alist' for the &user-date; format, not
2307         `gnus-summary-user-date-format-alist'.
2308
2309 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2312         delete files (bug#13481).
2313
2314 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2315
2316         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2317
2318 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2319
2320         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2321         display images.
2322
2323         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2324
2325         * message.el (message-cancel-news): According to
2326         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2327         preferred over "cmsg cancel" in the Subject.
2328
2329         * nnir.el (nnir-engines): Note that the group specs are regexps
2330         (bug#13238).
2331
2332         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2333         gotten read-only text properties, ensure that those aren't heeded when
2334         copying stuff over (bug#13434).
2335
2336         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2337         (bug#13762).
2338
2339 2013-07-05  David Kastrup  <dak@gnu.org>
2340
2341         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2342         authinfo file again (important for blank passwords).  This had been
2343         broken with 2013-06-15 change.
2344
2345 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2348         Revert 2013-01-14 change.
2349
2350 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2351
2352         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2353         of 'create-image' for XEmacs compatibility; check errors when decoding
2354         image.  Reported by Uwe Brauer.
2355
2356 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2359         gnus-button-push revised at 2011-01-19.
2360
2361 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2364         now live in the lisp/net Emacs 24 repository.
2365
2366 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * eww.el (eww-update-header-line-format): Quote % characters.
2369
2370 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * eww.el (eww-process-text-input): Display passwords as asterisks.
2373
2374         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2375
2376 2013-06-19  Tom Tromey  <tromey@redhat.com>
2377
2378         * eww.el (eww-top-url): Remove.
2379         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2380         (eww-render): Set new variables.  Don't set eww-top-url.
2381         (eww-handle-link): Handle "prev", "home", and "contents".
2382         Downcase the rel text.
2383         (eww-top-url): Choose best top URL.
2384
2385 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * eww.el: Rewrite to implement form elements "by hand" instead of
2388         relying in widget.el.  Using widget.el leads to too many
2389         user interface inconsistencies.
2390         (eww-self-insert): Implement entering commands in text fields.
2391         (eww-process-text-input): New function to make text input field editing
2392         work.
2393         (eww-submit): Rewrite to use the new-style form methods.
2394         (eww-select-display): Display the correct selected item.
2395         (eww-change-select): Implement changing the select value.
2396         (eww-toggle-checkbox): Implement radio/checkboxes.
2397         (eww-update-field): Fix compilation error.
2398         (eww-tag-textarea): Implement <textarea>.
2399
2400         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2401         don't shadow mode-specific bindings.
2402
2403         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2404         nothing to push.
2405
2406         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2407
2408 2013-06-19  Glenn Morris  <rgm@gnu.org>
2409
2410         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2411
2412 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2413
2414         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2415
2416 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * shr.el (shr-make-table-1): Implement <td rowspan>.
2419         (shr-table-horizontal-line): Allow nil as a value, and change the
2420         default.
2421         (shr-insert-table-ruler): Respect the nil value.
2422
2423 2013-06-18  Tom Tromey  <tromey@barimba>
2424
2425         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2426         New defvars.
2427         (eww-open-file): New defun.
2428         (eww-render): Initialize new variables.
2429         (eww-display-html): Handle "link" and "a".
2430         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2431         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2432         (eww-back-url): Rename from eww-previous-url.
2433         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2434         defuns.
2435
2436 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * shr.el (shr-tag-table): Insert the images after the table, so that
2439         they're not covered by the table colourisation, which often looked
2440         awkward.
2441         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2442         <dd>.
2443         (shr-make-table-1): Implement <td colspan=> support.
2444         (shr-insert-document): Use one less than window width if `shr-width' is
2445         nil, since otherwise things may get one character too wide.
2446
2447 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * eww.el (eww-detect-charset): Improve regexp; move backward.
2450
2451 2013-06-18  Glenn Morris  <rgm@gnu.org>
2452
2453         * mm-decode.el (widget-convert-button): Autoload.
2454
2455         * sieve-manage.el (mm-enable-multibyte): Autoload.
2456
2457         * shr.el (libxml-parse-html-region): Declare.
2458         (shr-render-buffer): Explicit error if no libxml2 support.
2459
2460 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2461
2462         * auth-source.el (auth-source-current-line): New function.
2463         (auth-source-netrc-parse-entries): When a data token is "machine",
2464         assume we're in the wrong place and abort parsing the current line.
2465
2466 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2469         (eww-convert-widgets): Don't bug out if the first widget starts at the
2470         beginning of the buffer.
2471         (eww-convert-widgets): Fix last patch.
2472         (eww-tag-input): Support <input type=image>.
2473
2474         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2475         (shr-tag-base): Protect against base specs that are degenerate.
2476         (shr-ensure-paragraph): Don't delete empty lines that have text
2477         properties, because these may be input fields.
2478
2479         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2480         we can navigate to them.
2481
2482         * shr.el (shr-colorize-region): Put the colours over the entire region.
2483         (shr-inhibit-decoration): New variable.
2484         (shr-add-font): Use it to inhibit text property decorations while doing
2485         preliminary table renderings.  This speeds up typical Wikipedia page
2486         renderings by 15%.
2487         (shr-tag-span): Don't respect the <title>, because that overwrites the
2488         help-echo from links inside the spans.
2489         (shr-next-link): Use `help-echo' for navigation, so that we can
2490         navigate to form elements, too.
2491
2492         * eww.el (eww-button): New face.
2493         (eww-convert-widgets): Use it to make submit buttons more button-like.
2494
2495         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2496         that Gnus commands work.
2497
2498         * shr.el (shr-render-td): Support horizontal alignment.
2499
2500         * eww.el (eww-put-color): Removed.
2501         (eww-colorize-region): Use `add-face-text-property'.
2502
2503         * shr.el (shr-add-font): Append face data, so that we get the correct
2504         precedence: The innermost value (which is applied first) wins.
2505         (shr-make-overlay): Obsolete function.
2506
2507         * mm-decode.el (mm-convert-shr-links): New function to convert
2508         new-style shr URL links into widgets.
2509         (mm-shr): Use it.
2510
2511         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2512         widget commands, since we're no longer using widgets for links.
2513
2514         * shr.el (shr-next-link): New command.
2515         (shr-previous-link): New command.
2516         (shr-urlify): Don't use `widget-convert', because that's slow.
2517         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2518         because collecting the overlays and reapplying them when generating
2519         tables is slow.
2520         (shr-insert-table): Ditto.
2521
2522 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2523
2524         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2525         * shr.el (browse-url): Require `url'.
2526         * eww.el (url): Require format-spec.
2527
2528 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * eww.el (eww-display-html): Default to using the entire window width.
2531         (eww-browse-url): Don't add a User-Agent header (twice), because that
2532         makes Bing refuse connection.
2533
2534         * shr.el (shr-make-table): Cache the table rendering at the table
2535         level, and not the <td> level.  This is a bit faster.
2536
2537         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2538         #id.
2539
2540         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2541         browsers don't.
2542         (shr-expand-url): Respect #anchor links.
2543         (shr-parse-base): Chop off the anchor before using.
2544         (shr-descend): Respect display: none.
2545         (shr-descend): Allow marking elements that have certain IDs.
2546
2547         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2548
2549         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2550
2551         * eww.el (eww-tag-textarea): Support <textarea>.
2552
2553 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2554
2555         * shr.el (shr-dom-to-xml): Fixed function call.
2556
2557         * eww.el (eww): New group.
2558         (eww-header-line-format): New custom variable.
2559         (eww-current-title): New variable.
2560         (eww-display-html): Update header and handle title tag.
2561         (eww-update-header-line-format): New function.
2562         (eww-tag-title): New function.
2563
2564         * shr.el (shr-dom-to-xml): New function.
2565         (shr-tag-svg): Add support for the SVG tag.
2566         (shr-bullet): New custom variable.
2567         (shr-tag-li): Support custom bullet in unordered lists.
2568
2569 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * shr.el (shr-expand-url): Respect // URLs.
2572
2573         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2574         put a background colour onto the entire buffer.
2575         (eww-render): When being redirected, use the redirect URL as the new
2576         base URL.
2577
2578         * shr.el (shr-parse-base): Fix parsing error.
2579
2580         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2581
2582         * shr.el (shr-parse-base): New function.
2583         (shr-expand-url): Use it to expand relative URLs reliably.
2584
2585 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2586
2587         * auth-source.el (auth-source-search-collection): Fix docstring.
2588         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2589         single-quoted strings and multiline entries.
2590         (auth-source-netrc-parse-next-interesting)
2591         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2592         functions to support parser.
2593
2594 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595
2596         * eww.el (eww-submit): Get submit button logic right when hitting RET
2597         on non-submit buttons.
2598
2599         * shr.el: Remove shr-preliminary-table-render, since that can't really
2600         be used for anything in practice.
2601
2602 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2603
2604         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2605         (sieve-manage-quit).
2606
2607 2013-06-14  Glenn Morris  <rgm@gnu.org>
2608
2609         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2610
2611 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2612
2613         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2614         control the maximum size of photo ID image.
2615         (mml2015-epg-key-image-to-string): Respect it.
2616
2617 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2620         instead of the final one so that we can more easily distinguish them.
2621
2622         * eww.el (eww-submit): Compute the submission URL correctly.
2623
2624 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2625
2626         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2627         Use plist-get rather than CL's getf.
2628         (sieve-manage-parse-capability): Avoid CL's remove-if.
2629
2630 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2631
2632         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2633         (sieve-manage-quit).
2634
2635 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2638         last slash.
2639
2640         * eww.el (eww-tag-select): Use the first value as the default value.
2641
2642 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2643
2644         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2645         (eww-mode): Use `define-derived-mode'.
2646         (eww-parse-headers): Parse headers from beginning of buffer so that
2647         file:// links work.
2648
2649 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2650
2651         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2652
2653 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654
2655         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2656         to handle them at all.
2657
2658 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2659
2660         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2661         work, too.
2662         (eww-tag-select): Implement <select>.
2663
2664 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2665
2666         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2667         stream managing functions by using open-protocol-stream to do most of
2668         the work.  Has the nice benefit of enabling STARTTLS.
2669         Wait for capabilities after STARTTLS: following RFC5804, the server
2670         sends new capabilities after successfully establishing a TLS connection
2671         with the client.  The client should update the cached list of
2672         capabilities, but we just ignore the answer for now.
2673         (sieve-manage-network-p, sieve-manage-network-open)
2674         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2675         (sieve-manage-forward, sieve-manage-streams)
2676         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2677         API, nor called by any other function.
2678         Enable Multibyte for SieveManage buffers: The parser won't properly
2679         handle umlauts and line endings unless multibyte is turned on in the
2680         process buffer.
2681
2682 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * eww.el (eww-tag-input): Support password fields.
2685         (eww-submit): Support POST.
2686
2687 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * eww.el (eww-tag-form): Protect against degenerate forms.
2690
2691         * shr.el (shr-expand-url): Expand URLs that start with a slash
2692         correctly.
2693
2694         * eww.el (eww-submit): Get submit button logic right.
2695
2696         * shr.el (shr-final-table-render): New variable to signal when we're
2697         doing the final table rendering so that we can collect more data at
2698         that point.
2699
2700         * eww.el (eww-submit): Make form submission work.
2701         (eww-tag-input): Implement submit buttons.
2702         (eww-click-radio): Implement radio and checkboxes.
2703         (eww-submit): Handle hidden elements.
2704
2705         * shr.el (shr-descend): Allow other packages to override (or provide)
2706         rendering of elements.
2707         (shr-expand-url): Strip query strings from URLs before expanding them.
2708
2709         * eww.el: Don't require cl-lib.
2710         (eww-tag-form): Start form support.
2711
2712         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2713
2714         * eww.el: Start writing a new, tiny web browser.
2715         (eww-previous-url): New command.
2716         (eww-quit): New command.
2717
2718 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2719
2720         * sieve.el: Put point at beginning of buffer when viewing a script.
2721         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2722         number in sieve-buffer's header.  Fixed code to also work with a string
2723         as port specifier.  Properly close the connection on pressing 'q'.  Make
2724         sieve-manage-quit close the connection and process buffer.  Also, remove
2725         duplicate keybinding for 'q'.
2726
2727 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2728
2729         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2730         make it easier to read.
2731         (mm-pkcs7-enveloped-magic): Ditto.
2732
2733 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2734
2735         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2736         before `image-type-available-p' to avoid loading the image libraries
2737         needlessly.
2738
2739 2013-06-05  David Engster  <deng@randomsample.de>
2740
2741         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2742         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2743         to see whether the group was synced before.
2744
2745 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2746
2747         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2748         when opening the connection.
2749         Suggested by João Távora <joaotavora@gmail.com> in
2750         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2751
2752 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2755         assume Date header begins with "Date", that may be customized into
2756         something like "X-Sent" using gnus-article-time-format.
2757         (article-transform-date): Allow multi-line Date header.
2758
2759 2013-06-02  David Engster  <deng@randomsample.de>
2760
2761         * registry.el (initialize-instance, registry-lookup)
2762         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2763         (registry-lookup-secondary-value, registry-search, registry-delete)
2764         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2765         not wrap methods in `eval-and-compile'.  This breaks due to latest
2766         changes in EIEIO (introduction of eieio-core.el).
2767
2768 2013-05-30  Glenn Morris  <rgm@gnu.org>
2769
2770         * nnmail.el (nnmail-fancy-expiry-target):
2771         Also bind mail-dont-reply-to-names.
2772
2773         * spam-stat.el (spam-stat-save):
2774         No need to tweak font-lock in temp buffers.
2775
2776         * shr.el (shr-put-image): Silence compiler.
2777
2778 2013-05-29  Glenn Morris  <rgm@gnu.org>
2779
2780         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2781
2782         * gnus-group.el (gnus-sequence-of-unread-articles)
2783         (gnus-summary-add-mark, gnus-mark-article-as-read)
2784         (gnus-group-make-articles-read): Declare.
2785
2786         * gnus-sum.el (gnus-parameter-list-identifier)
2787         (gnus-article-stop-animations, gnus-stop-downloads)
2788         (gnus-article-only-boring-p, article-goto-body)
2789         (gnus-flush-original-article-buffer, article-narrow-to-head)
2790         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2791         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2792
2793         * gnus.el: No need to eval-and-compile autoloads.
2794
2795         * gravatar.el (help-function-arglist): Autoload.
2796
2797         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2798
2799         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2800
2801         * spam.el: No need to load spam-report when compiling.
2802         No need to eval-and-compile autoloads.
2803         (spam-report-resend-to): Declare.
2804         (spam-report-resend-register-routine): Require 'spam-report.
2805
2806 2013-05-24  Julien Danjou  <julien@danjou.info>
2807
2808         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2809         setup.
2810
2811 2013-05-23  Glenn Morris  <rgm@gnu.org>
2812
2813         * gnus-util.el (rmail-swap-buffers-maybe)
2814         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2815         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2816         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2817
2818         * mm-decode.el: No need to load term when compiling.
2819         (term-mode, term-char-mode): Declare.
2820
2821         * mm-util.el: No need to load jka-compr when compiling.
2822         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2823
2824         * nnmaildir.el: Require is automatically eval-and-compile.
2825         (nnmail): Require at run-time too.
2826
2827         * registry.el (registry-size): Move definition before use.
2828
2829 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2830
2831         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2832         signed data to conform the standard.  (Bug#14232)
2833
2834 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2835
2836         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2837         double angle quotation mark.
2838
2839 2013-05-20  Glenn Morris  <rgm@gnu.org>
2840
2841         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2842
2843 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2844
2845         * message.el (message-insert-formatted-citation-line): handle finding
2846         first/lastname when more than 2 names appear.
2847
2848 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2849
2850         * shr.el (shr-tag-span): New function.
2851
2852 2013-05-18  Glenn Morris  <rgm@gnu.org>
2853
2854         * message.el (message-mode): Use message-mode-abbrev-table,
2855         with text-mode-abbrev-table as parent.  (Bug#14413)
2856
2857 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * message.el (message-expand-group): Decode group names.
2860
2861 2013-05-16  Julien Danjou  <julien@danjou.info>
2862
2863         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2864         app-icon.
2865
2866 2013-05-15  Glenn Morris  <rgm@gnu.org>
2867
2868         * shr-color.el (shr-color-visible-luminance-min)
2869         (shr-color-visible-distance-min): Use shr-color group.
2870
2871 2013-05-11  Glenn Morris  <rgm@gnu.org>
2872
2873         * gnus-vm.el: Make it loadable without VM.
2874         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2875         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2876
2877 2013-05-09  Glenn Morris  <rgm@gnu.org>
2878
2879         * mml1991.el: Make it loadable.  (Bug#13456)
2880
2881         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2882         * gnus-async.el (gnus-async-post-fetch-function):
2883         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2884         * gnus-html.el (gnus-html-image-cache-ttl):
2885         * gnus-notifications.el (gnus-notifications-timeout):
2886         * gnus-picon.el (gnus-picon-properties):
2887         * gnus-util.el (gnus-completion-styles):
2888         * gnus.el (gnus-other-frame-resume-function):
2889         * message.el (message-user-organization-file)
2890         (message-cite-reply-position):
2891         * nnir.el (nnir-summary-line-format)
2892         (nnir-retrieve-headers-override-function):
2893         * shr-color.el (shr-color-visible-luminance-min):
2894         * shr.el (shr-blocked-images):
2895         * spam-report.el (spam-report-resend-to):
2896         * spam.el (spam-summary-exit-behavior): Fix custom types.
2897
2898         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2899
2900 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2903         because of let-binding help-xref-following.  (Bug#14356)
2904
2905 2013-05-06  Glenn Morris  <rgm@gnu.org>
2906
2907         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2908
2909 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2910
2911         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2912         entering into the registry.
2913
2914 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2915
2916         * gnus.el: Ma Gnus v0.7 is released.
2917
2918 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2921         (Bug#14304)
2922
2923 2013-04-27  Glenn Morris  <rgm@gnu.org>
2924
2925         * gnus.el (gnus-list-debbugs):
2926         Use require rather than autoload.  (Bug#14262)
2927
2928 2013-04-27  Julien Danjou  <julien@danjou.info>
2929
2930         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2931         port to "sieve" now that it has an official IANA port assigned.
2932
2933 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2936         Don't set the MAILHOST environment variable permanently (Bug#14271).
2937
2938 2013-04-26  Glenn Morris  <rgm@gnu.org>
2939
2940         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2941
2942 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2943
2944         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2945         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2946
2947 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2948
2949         * nnir.el (nnir-close-group): Make sure we are in the right group.
2950
2951         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2952         dependency table from all newly retrieved headers.
2953
2954 2013-04-16  David Edmondson  <dme@dme.org>
2955
2956         Support <img src="data:...">.
2957
2958         * shr.el (shr-image-from-data): New function.
2959         (shr-tag-img): Use it.
2960
2961 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2962
2963         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2964         group.
2965
2966 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2967
2968         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2969         corresponding to any existing group (Bug#14166).
2970
2971 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2972
2973         * nnir.el (number-sequence): No longer used.
2974         (nnir-request-set-mark): New function.
2975         (nnir-request-update-info): Improve marks updating.
2976         (nnir-request-scan): Don't duplicate marks updating.
2977         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2978         Use 'assq rather than 'assoc.  Quote anonymous function.
2979         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2980         Use 'gnus-group-prefixed-p.
2981         (gnus-summary-create-nnir-group): Make sure server for method is open.
2982
2983 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2984
2985         * nnir.el (gnus-nnir-group-p): New function.
2986         (nnir-possibly-change-group): Use it.
2987
2988         * gnus-msg.el (gnus-setup-message): Use it.
2989
2990 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2993         `initial-input' for the argument name.
2994         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2995
2996 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2997
2998         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2999         (used by MH-E).
3000
3001 2013-04-01  Andrew Cohen  <cohen@bu.edu>
3002
3003         * nnir.el (nnir-request-update-mark): Improve mark updating in original
3004         group.
3005
3006         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
3007         fix compilation.
3008
3009 2013-03-31  Andrew Cohen  <cohen@bu.edu>
3010
3011         * nnir.el (nnir-method-default-engines): And another typo.
3012
3013 2013-03-30  Andrew Cohen  <cohen@bu.edu>
3014
3015         * nnir.el (nnir-method-default-engines): Fix typo.
3016
3017 2013-03-29  Andrew Cohen  <cohen@bu.edu>
3018
3019         * nnir.el: Define 'number-sequence for xemacs.
3020         (gnus-summary-create-nnir-group): New function to create an nnir group
3021         from an nnir summary buffer based on the current query.
3022         (nnir-request-create-group): Update to allow nnir group creation based
3023         on the current query.
3024
3025 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * nndraft.el (nndraft-request-expire-articles):
3028         Make expiry target always `delete'.
3029
3030 2013-03-27  Andrew Cohen  <cohen@bu.edu>
3031
3032         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
3033         buffer use the posting-style and gcc of the original article group.
3034         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
3035
3036         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
3037         after other deffoos.
3038
3039 2013-03-25  Andrew Cohen  <cohen@bu.edu>
3040
3041         * nnir.el: Major rewrite.  Cleaner separation between searches and group
3042         management.  Marks are now shown in nnir summary buffers.  Rudimentary
3043         support for real (i.e. not ephemeral) nnir groups.
3044         (gnus-summary-make-nnir-group): New function for initiating searches
3045         from a summary buffer.
3046
3047 2013-03-18  Sam Steingold  <sds@gnu.org>
3048
3049         * message.el (message-bury): Minor cleanup.
3050
3051 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
3052
3053         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
3054
3055 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * nndir.el (nndir-request-list): Remove 2nd argument passed to
3058         nnml-request-list.  (Bug#13873)
3059         (nndir-request-newsgroups): Remove, unused.
3060
3061         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
3062
3063 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3064
3065         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
3066         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
3067         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
3068
3069 2013-03-03  Ted Phelps  <phelps@gnusto.com>
3070
3071         * shr.el: Make all the overlays set the `evaporate' property so that
3072         they're removed properly.
3073
3074 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
3075
3076         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
3077         shell-quote-argument.
3078
3079 2013-02-22  David Engster  <deng@randomsample.de>
3080
3081         * gnus-registry.el (gnus-registry-save): Provide class name when
3082         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
3083         `condition-case' to stay compatible with older EIEIO versions which
3084         only accept one argument.
3085
3086 2013-02-17  Daiki Ueno  <ueno@gnu.org>
3087
3088         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
3089         (epg-user-id-validity): Autoload.
3090         (mml2015-epg-check-user-id): New function.
3091         (mml2015-epg-check-sub-key): New function split from
3092         mml2015-epg-find-usable-key.
3093         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3094         optional name-is-key-id, to handle the case when user-id is unusable.
3095         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3096
3097 2013-02-17  Glenn Morris  <rgm@gnu.org>
3098
3099         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3100
3101 2013-02-16  Glenn Morris  <rgm@gnu.org>
3102
3103         * shr.el (shr-put-image): Only animate images that specify a delay.
3104         This is consistent with the old image-animated-p behavior.
3105
3106 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3107
3108         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3109         for XEmacs.
3110
3111 2013-02-13  Juri Linkov  <juri@jurta.org>
3112
3113         * gnus-art.el (gnus-article-mode-map):
3114         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3115         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3116
3117 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3118
3119         * auth-source.el (auth-source-format-prompt): Don't get confused by
3120         any "\" in replacement text.  (Bug#13637)
3121
3122 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3123
3124         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3125         (gnus-backend-trace): Honour gnus-backend-trace.
3126
3127         * mml.el (mml-insert-part): Insert closing tag.
3128
3129         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3130
3131 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132
3133         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3134         able to find the article, which can happen in debbugs groups,
3135         apparently.
3136
3137 2013-01-16  Glenn Morris  <rgm@gnu.org>
3138
3139         * smiley.el (smiley-style): Make the file loadable in batch mode.
3140
3141 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3142
3143         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3144         imap process running.
3145
3146 2013-01-14  Julien Danjou  <julien@danjou.info>
3147
3148         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3149         Compare addresses against addresses, not against the full From field.
3150
3151 2013-01-13  Richard Stallman  <rms@gnu.org>
3152
3153         * message.el (message-forward-make-body-mime): New args BEG, END
3154         specify what part of FORWARD-BUFFER to use.  Do the work directly
3155         instead of calling `mml-insert-buffer'.
3156
3157 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3158
3159         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3160         cross-reference(s).
3161
3162         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3163         cross-reference(s).
3164
3165 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3166
3167         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3168         and point-max-marker.
3169         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3170
3171 2013-01-11  Julien Danjou  <julien@danjou.info>
3172
3173         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3174         max are almost equal.  Also return the correct value for V which is
3175         already between 0 and 1.
3176
3177 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3178
3179         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3180         to mml2015-encrypt-to-self.
3181         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3182
3183 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3184
3185         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3186         mml-smime-epg-find-usable-secret-key.
3187
3188 2013-01-08  Glenn Morris  <rgm@gnu.org>
3189
3190         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3191
3192 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3193
3194         * mml-smime.el: Support signing by sender.
3195         Requested by Uwe Brauer.
3196         (mml-smime-sign-with-sender): New user option analogous
3197         to mml2015-sign-with-sender.
3198         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3199         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3200         mml2015.el.
3201
3202 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3205         isn't running, because Gnus will probably not know how to handle the
3206         Gcc header (bug#11941).
3207
3208         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3209         articles.
3210
3211 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3212
3213         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3214         (nnfolder-generate-active-file): Make this function work with recursive
3215         folder names.
3216
3217 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3218
3219         * nntp.el (nntp-open-connection): Use HELP as the capability command
3220         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3221         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3222
3223 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3224
3225         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3226         place holder since this gives `Invalid face reference: nil' messages.
3227         Use the `default' face instead.  It has the same effect here, even
3228         though it is not no-op.
3229
3230         * gnus-util.el
3231         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3232
3233 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3234
3235         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3236         non-string posting styles (bug#13285).
3237
3238 2012-12-27  Glenn Morris  <rgm@gnu.org>
3239
3240         * plstore.el (plstore-passphrase-callback-function):
3241         Use plstore-get-file.
3242
3243 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3244
3245         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3246         stderr.
3247
3248 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3251
3252         * gnus-compat.el (set-buffer-multibyte): Remove.
3253
3254 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3255
3256         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3257         temporary file to get PGP key image.  Pass no-show-photos when
3258         extracting image to avoid having it pop up twice.
3259
3260 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3261
3262         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3263         eligible for treatment.
3264
3265         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3266         lines.  This makes summary commands with hidden threads work more
3267         reliably.
3268
3269         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3270         button to mark the hidden citations (bug#9395).
3271
3272 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3273
3274         * mml2015.el (mml2015-epg-signature-to-string): New function.
3275         (mml2015-epg-verify-result-to-string): New function.
3276         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3277         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3278         instead of epg-verify-result-to-string.
3279         (epg-signature-key-id, epg-signature-to-string): Autoload.
3280         (epg-verify-result-to-string): Remove autoload.
3281
3282 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3283
3284         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3285         ID image from GPG public key.
3286         (mml2015-epg-key-image-to-string): New function.
3287
3288 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3289
3290         * plstore.el (plstore-passphrase-callback-function): Fix error when
3291         error when plstore-cache-passphrase-for-symmetric-encryption is set
3292         (bug#13264).
3293
3294 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3295
3296         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3297         buffer to the article buffer here, because that clobbers multiple
3298         article buffers.
3299
3300         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3301         buffer always points to the right summary buffer.
3302
3303 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3304
3305         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3306         the password (bug#12097).
3307
3308 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3309
3310         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3311         (bug#13263).
3312
3313         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3314         buffer exists before using it (bug#12475).
3315
3316         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3317         offline groups (bug#11937).
3318
3319         * message.el (message-yank-original): When using customize to set the
3320         value of `message-cite-style', the variable it set to a symbol that's
3321         the name of the variable, which must then be dereferenced (bug#12616).
3322
3323 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3324
3325         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3326         the `face' property with a list whose car is the face specified in the
3327         format string and whose cdr is (nil).
3328         * lisp/gnus-util.el
3329         (gnus-put-text-property-excluding-characters-with-faces):
3330         Change accordingly.
3331         (gnus-get-text-property-excluding-characters-with-faces): New function.
3332         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3333         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3334         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3335
3336 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3337
3338         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3339         login methods.
3340         (nnimap-login): Respect the `nnimap-authenticator' variable.
3341
3342         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3343         mark state when moving articles.  Otherwise unticked articles will get
3344         their ticks back after moving.
3345
3346 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3347
3348         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3349
3350         * message.el (message-ignored-news-headers): Always remove
3351         X-Message-SMTP-Method to avoid information leakage if the user
3352         mistakenly inserts the header into news messages.
3353
3354         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3355
3356         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3357         right than four characters, this command would move point to
3358         `point-max'.  Don't do that.
3359
3360         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3361         to nil to allow re-selecting groups that gain articles.
3362         (gnus-bug-group-download-format-alist): Update the URL.
3363
3364 2012-12-23  Andreas Schwab  <schwab@suse.de>
3365
3366         * shr.el (shr-tag-em): Render em as italic, not bold.
3367
3368 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3369
3370         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3371         for reuse.
3372         (gnus-open-server): Use it to add more tracing.
3373         (gnus-finish-retrieve-group-infos): Add backend tracing.
3374         (gnus-backend-trace): Also note the elapsed seconds.
3375
3376 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3377
3378         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3379         Set epa-file-encrypt-to from variable to avoid querying.
3380
3381 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3382
3383         * sieve-mode.el (sieve-font-lock-keywords):
3384         Keywords should be word delimited.  (Bug#13173)
3385
3386 2012-12-13  Andreas Schwab  <schwab@suse.de>
3387
3388         * tls.el (tls-program): Update customize type.
3389
3390 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3393         instead of <pre> to align message header.
3394
3395 2012-12-12  Sam Steingold  <sds@gnu.org>
3396
3397         * gnus.el (gnus-other-frame-resume-function): Add user option.
3398         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3399
3400 2012-12-06  Sam Steingold  <sds@gnu.org>
3401
3402         * gnus-start.el (gnus-before-resume-hook): Add.
3403         (gnus-1): Run it when Gnus is alive.
3404
3405 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3408         * gnus-art.el (article-unsplit-urls)
3409         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3410         * gnus-registry.el (gnus-registry-get-article-marks)
3411         * message.el (message-goto-body): Use it.
3412         (message-called-interactively-p): Remove.
3413
3414         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3415         (spam-stat-score-buffer): Use it.
3416
3417         * spam.el: Silence the warnings against BBDB functions when compiling.
3418
3419         * gnus-score.el (gnus-score-decode-text-parts):
3420         Use append+mapcar instead of the cl function mapcan.
3421
3422 2012-12-05  Sam Steingold  <sds@gnu.org>
3423
3424         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3425         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3426         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3427
3428 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * gmm-utils.el (gmm-called-interactively-p): Revert.
3431         This seems to cause Emacs to get stuck!
3432         * gnus-art.el (article-unsplit-urls)
3433         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3434         * gnus-registry.el (gnus-registry-get-article-marks)
3435         * message.el (message-goto-body)
3436         (message-called-interactively-p): Revert.
3437
3438         * gmm-utils.el (gmm-called-interactively-p): New function.
3439         * gnus-art.el (article-unsplit-urls)
3440         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3441         * gnus-registry.el (gnus-registry-get-article-marks)
3442         * message.el (message-goto-body): Use it.
3443         (message-called-interactively-p): Remove.
3444
3445         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3446         * gnus-sync.el (gnus-sync-lesync-call)
3447         * message.el (message-read-from-minibuffer): Use it.
3448
3449 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3450
3451         * gmm-utils.el (gmm-flet): Remove.
3452         * gnus-sync.el (gnus-sync-lesync-call)
3453         * message.el (message-read-from-minibuffer): Don't use it.
3454
3455 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3458
3459 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3462
3463         * gnus-sync.el (gnus-sync-lesync-call)
3464         * message.el (message-read-from-minibuffer): Use gmm-flet.
3465
3466         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3467
3468         * gnus-util.el (gnus-macroexpand-all): Remove.
3469
3470 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3471
3472         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3473         to TAB, not [tab].
3474         (gnus-summary-article-map): Likewise.
3475
3476         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3477         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3478
3479 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3480
3481         * time-date.el: Commentary fix.
3482
3483 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3484
3485         * color.el: Don't require cl.
3486         (color-complement): `caddr' -> `nth 2'.
3487
3488         * time-date.el (time-to-seconds): De-obsolete.
3489
3490 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * message.el (message-get-reply-headers):
3493         Make sure the reply goes to the author if it is a wide reply.
3494
3495 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3496
3497         * gnus-score.el (gnus-score-body):
3498         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3499         scoring by body.
3500
3501 2012-11-16  Glenn Morris  <rgm@gnu.org>
3502
3503         * gnus-diary.el (nndiary-request-create-group-functions)
3504         (nndiary-request-update-info-functions)
3505         (gnus-subscribe-newsgroup-functions)
3506         (nndiary-request-accept-article-functions):
3507         Use new names for hooks rather than obsolete aliases.
3508
3509 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3512
3513 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3516         in meta tag with the one the part specifies in its header.
3517
3518 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3519
3520         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3521         by default.
3522
3523 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3526         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3527
3528 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3531         and a runtime function for it, of which the XEmacs version takes only
3532         two arguments.
3533
3534 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3535
3536         * nndiary.el (nndiary-request-create-group-functions)
3537         (nndiary-request-update-info-functions)
3538         (nndiary-request-accept-article-functions):
3539         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3540         "-hooks" suffix.
3541
3542 2012-10-19  Julien Danjou  <julien@danjou.info>
3543
3544         * gnus-art.el: Require gnus-util because it uses
3545         `gnus-timer--function'.
3546
3547 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3548
3549         * starttls.el (starttls-extra-arguments): Doc fix.
3550
3551 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3552
3553         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3554         it.
3555
3556 2012-10-06  Glenn Morris  <rgm@gnu.org>
3557
3558         * gnus-notifications.el (gnus-notifications):
3559         Add missing group :version tag.
3560         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3561         (gnus-gcc-post-body-encode-hook):
3562         * gnus-sync.el (gnus-sync-lesync-name)
3563         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3564
3565 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3566
3567         * color.el (color-hsl-to-rgb): Fix incorrect results for
3568         small and large hue values.  (Bug#12559)
3569
3570 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         New UIDL implementation.
3573
3574         * mail-source.el (mail-sources, mail-source-keyword-map):
3575         Add :leave as a pop3 keyword.
3576         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3577
3578         * pop3.el (pop3-leave-mail-on-server): Allow number.
3579         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3580         (pop3-movemail): Add UIDL support.
3581         (pop3-send-streaming-command): Take a list of mail numbers instead of
3582         the number of mails.
3583         (pop3-write-to-file): Add X-UIDL header.
3584         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3585         (pop3-uidl-add-xheader): New functions.
3586
3587         * message.el (message-ignored-resent-headers):
3588         Add X-Content-Length and X-UIDL headers.
3589
3590 2012-10-05  Glenn Morris  <rgm@gnu.org>
3591
3592         * color.el (color-name-to-rgb, color-rgb-to-hex)
3593         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3594         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3595         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3596         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3597
3598 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3601         a user about whether to delete temp files if once a user answered as n.
3602
3603 2012-09-25  Chong Yidong  <cyd@gnu.org>
3604
3605         * password-cache.el (password-read-and-add): Use a declare form to mark
3606         this function obsolete.
3607
3608 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * lpath.el: Bind mail-encode-mml for old Emacsen.
3611
3612 2012-09-17  Richard Stallman  <rms@gnu.org>
3613
3614         * message.el (message-in-body-p): Don't set mark or modify buffer.
3615
3616         * mml.el (mml-attach-file): Doc fix.
3617         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3618         Set mail-encode-mml when in Mail mode.
3619         Simplify code to set HEAD and move back to HEAD.
3620         (mml-insert-multipart, mml-insert-part):
3621         Set mail-encode-mml when in Mail mode.
3622
3623 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * gnus-util.el (gnus-timer--function): New function.
3626
3627         * gnus-art.el (gnus-article-stop-animations): Use it.
3628
3629 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3630
3631         Fix glitches caused by addition of psec to timers.
3632         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3633         rather than raw access to timer vector.
3634
3635 2012-09-11  Julien Danjou  <julien@danjou.info>
3636
3637         * gnus-notifications.el (gnus-notifications): Check for nil values in
3638         ignored addresses check.
3639
3640 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3641
3642         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3643
3644 2012-09-07  Chong Yidong  <cyd@gnu.org>
3645
3646         * gnus-util.el
3647         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3648
3649         * gnus-salt.el (gnus-tree-highlight-node):
3650         * gnus-sum.el (gnus-summary-highlight-line):
3651         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3652
3653 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3654
3655         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3656
3657 2012-09-06  Juri Linkov  <juri@jurta.org>
3658
3659         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3660         scheme for buffer names to be more consistent with other group and
3661         article buffer names in Gnus.
3662
3663 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3664
3665         * gnus-util.el
3666         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3667
3668         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3669         Jenkner.
3670
3671         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3672
3673         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3674
3675         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3676
3677 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3680         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3681
3682         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3683         string-prefix-p in Emacs >=23.2.
3684
3685         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3686         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3687         instead of string-match-p.
3688         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3689
3690 2012-09-06  Kenichi Handa  <handa@gnu.org>
3691
3692         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3693         lowercase a..f.
3694
3695 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3696
3697         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3698
3699 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3700
3701         * nnimap.el (nnimap-request-move-article): Decode the group name when
3702         doing internal moves to avoid charset issues.
3703
3704         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3705         TIME is set.
3706
3707 2012-09-05  Juri Linkov  <juri@jurta.org>
3708
3709         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3710         than one group at a time (bug#11961).
3711
3712 2012-09-05  Julien Danjou  <julien@danjou.info>
3713
3714         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3715         this hide the real reason with a message giving absolutely no hint.
3716
3717 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3718
3719         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3720         to the backend (bug#11804).
3721
3722         * message.el (message-insert-newsgroups): Don't insert newsgroup
3723         duplicates (bug#12275).
3724
3725 2012-09-05  John Wiegley  <johnw@newartisans.com>
3726
3727         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3728         sieve rules.
3729
3730 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3731
3732         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3733         function.
3734
3735         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3736
3737         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3738
3739 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3740
3741         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3742         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3743         This should make nnmaildir more usable with offlineimap.
3744
3745 2012-09-05  Julien Danjou  <julien@danjou.info>
3746
3747         * nnimap.el (nnimap-request-list): Revert change that made listing
3748         synchronous.
3749         (nnimap-get-responses): Restore.
3750
3751 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3752
3753         * dgnushack.el: XEmacs 21.5 compilation fix.
3754
3755         * gnus-notifications.el (gnus-notifications-notify): Use it.
3756
3757         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3758         warnings on XEmacs.
3759
3760 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3761
3762         Better seeds for (random).
3763         * gnus-sync.el (gnus-sync-lesync-setup):
3764         * message.el (message-canlock-generate, message-unique-id):
3765         Change (random t) to (random), now that the latter is more random.
3766
3767 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3768
3769         * nnimap.el (nnimap-change-group): Document result value
3770
3771         * auth-source.el (auth-sources): Fix macos keychain access.
3772
3773         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3774         allow the backend `request-head' function to determine the group
3775         name on its own.
3776         (gnus-request-expire-articles): Filter out negative article numbers
3777         during expiry (Bug#11980).
3778
3779         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3780         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3781
3782         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3783         you've found the article when you haven't.
3784
3785         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3786         that nnimap-change-group can return t.
3787
3788 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3789
3790         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3791
3792 2012-08-30  Julien Danjou  <julien@danjou.info>
3793
3794         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3795         `gnus-notifications-timeout'.
3796         (gnus-notifications-timeout): Add.
3797         (gnus-notifications-action): New function.
3798         (gnus-notifications-notify): Add :action using
3799         `gnus-notifications-action'.
3800         (gnus-notifications-id-to-msg): New variable.
3801         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3802         notifications id to messages.
3803
3804 2012-08-30  Kenichi Handa  <handa@gnu.org>
3805
3806         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3807         once.
3808
3809 2012-08-29  Julien Danjou  <julien@danjou.info>
3810
3811         * gnus-notifications.el: New file.
3812         (gnus-notifications-notify): New function.
3813         (gnus-notifications): Use `gnus-notifications-notify'.
3814
3815 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3818         transfer encoding first; bind gnus-newsgroup-charset to the charset
3819         that the article specifies (Bug#12209).
3820
3821 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3824         (gnus-group-customize-done): Encode values posting-style holds.
3825
3826         * gnus-msg.el (gnus-summary-resend-message)
3827         (gnus-configure-posting-styles): Decode values posting-style group
3828         parameter holds.
3829
3830 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3833         `name' and `address' in Resent-From header.
3834
3835 2012-08-14  Chong Yidong  <cyd@gnu.org>
3836
3837         * gnus-art.el (article-display-face): Handle failure in
3838         gnus-create-image (Bug#11802).
3839
3840 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3841
3842         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3843         Use defsetf.
3844
3845 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3846
3847         * auth-source.el (auth-source-plstore-search)
3848         (auth-source-secrets-search): Ignore :require and :type in search spec.
3849
3850 2012-08-06  Julien Danjou  <julien@danjou.info>
3851
3852         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3853         `nnimap-request-move-article'.
3854
3855         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3856         Remove autoload, already handled by gnus.el.
3857
3858         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3859
3860         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3861         supported by nnimap actually.  Reverts previous change.
3862
3863         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3864         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3865         to-buffer argument that is already supported.
3866
3867 2012-08-05  Julien Danjou  <julien@danjou.info>
3868
3869         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3870         Add autoload.
3871
3872 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus.el (gnus-valid-select-methods): Fix custom type.
3875
3876 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3877
3878         * auth-source.el (auth-sources, auth-source-backend-parse)
3879         (auth-source-macos-keychain-search)
3880         (auth-source-macos-keychain-search-items)
3881         (auth-source-macos-keychain-result-append)
3882         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3883         auth-source.el through the /usr/bin/security utility.
3884         (auth-sources): Fix syntax error.
3885         (auth-source-macos-keychain-result-append): Fix variable name.
3886         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3887
3888 2012-07-27  Julien Danjou  <julien@danjou.info>
3889
3890         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3891         Emacs < 24.1
3892
3893 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * message.el (message-kill-address): Don't kill last newline.
3896         (message-skip-to-next-address): Don't move to the next header.
3897         (message-fill-field-address): Work properly.
3898
3899 2012-07-25  Julien Danjou  <julien@danjou.info>
3900
3901         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3902
3903 2012-07-24  Julien Danjou  <julien@danjou.info>
3904
3905         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3906
3907         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3908         (nntp-async-timer-handler): Remove, unused.
3909
3910         * nnimap.el (nnimap-get-responses): Remove, unused.
3911
3912         * nnheader.el (mail-header-set-extra): Remove, unused.
3913
3914         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3915         unused.
3916
3917         * mm-view.el (mm-view-sound-file): Remove, unused.
3918
3919         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3920         (mm-url-encode-multipart-form-data): Remove, unused.
3921
3922         * message.el (message-remove-signature, message-make-host-name)
3923         (message-fill-address): Remove, unused.
3924
3925         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3926         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3927         unused.
3928
3929         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3930         (gnus-xmas-call-region): Remove, unused.
3931
3932         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3933
3934         * gnus-util.el (gnus-extract-address-component-name)
3935         (gnus-extract-address-component-email, gnus-sortable-date)
3936         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3937         (gnus-process-live-p): Remove, unused.
3938
3939         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3940
3941         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3942         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3943         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3944         function.
3945
3946         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3947
3948         * gnus-score.el (gnus-summary-score-crossposting)
3949         (gnus-score-regexp-bad-p): Remove, unused.
3950
3951         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3952
3953         * gnus-range.el (gnus-sublist-p): Remove, unused.
3954
3955         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3956         unused.
3957
3958         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3959
3960         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3961         (gnus-request-associate-buffer): Remove, unused.
3962
3963         * gnus-group.el (gnus-group-set-method-info)
3964         (gnus-group-set-params-info): Remove, unused.
3965
3966         * gnus-fun.el (gnus-shell-command-to-string)
3967         (gnus-shell-command-on-region): Remove, unused.
3968
3969         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3970
3971         * gnus-art.el (gnus-article-text-type-exists-p)
3972         (article-translate-characters, gnus-article-hide-text-of-type)
3973         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3974         Remove, unused.
3975
3976 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3977
3978         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3979
3980 2012-07-21  Julien Danjou  <julien@danjou.info>
3981
3982         * message.el (message-dont-reply-to-names): Replace deprecated
3983         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3984         (message-get-reply-headers): Ditto.
3985
3986 2012-07-18  Julien Danjou  <julien@danjou.info>
3987
3988         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3989         `sieve-upload-and-kill'.
3990
3991         * sieve.el (sieve-bury-buffer): Remove function.
3992         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3993         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3994
3995 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3996
3997         * shr.el (shr-expand-url): Handle URL starting with `//'.
3998
3999 2012-07-13  Chong Yidong  <cyd@gnu.org>
4000
4001         * smime.el (smime-certificate-info): Set buffer-read-only directly,
4002         instead of calling toggle-read-only with a (bogus) argument.
4003
4004 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
4005
4006         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
4007         of initial input when reading the author to restrict the summary to.
4008
4009 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * mm-decode.el (mm-shr):
4012         Allow overriding charset by mm-charset-override-alist.
4013
4014 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * gnus-art.el (gnus-article-view-part):
4017         Toggle subparts of multipart/alternative part.
4018
4019 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4020
4021         * shr.el (shr-render-buffer): New command.
4022         (shr-visit-file): Use it.
4023
4024 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4025
4026         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
4027         Set no-byte-compile and no-update-autoloads.
4028
4029 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
4032
4033 2012-06-25  Julien Danjou  <julien@danjou.info>
4034
4035         * nnimap.el (nnimap-request-articles-find-limit): Rename from
4036         `nnimap-request-move-articles-find-limit' since we do not use it only
4037         for move operations.
4038         (nnimap-request-accept-article): Use
4039         `nnimap-request-articles-find-limit' to limit search by message-id.
4040
4041 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4042
4043         Support higher-resolution time stamps (Bug#9000).
4044
4045         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
4046         VARLIST.  It's optional, for backward compatibility.
4047         (encode-time-value): New optional arg PICO.  New type 3.
4048         (time-to-seconds) [!float-time]: Support the new picoseconds
4049         component if it's used.
4050         (seconds-to-time, time-subtract, time-add):
4051         Support ps-resolution time stamps as well.
4052
4053 2012-06-19  Julien Danjou  <julien@danjou.info>
4054
4055         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
4056
4057         * nnimap.el (nnimap-log-buffer): Check that
4058         `window-point-insertion-type' is boundp, since it's not available in
4059         XEmacs.
4060
4061 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4062
4063         * nnimap.el (nnimap-log-buffer): Add this, setting
4064         `window-point-insertion-type' in the buffer to t.
4065         (nnimap-log-command): Use nnimap-log-buffer.
4066
4067 2012-06-19  Julien Danjou  <julien@danjou.info>
4068
4069         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
4070         argument to be able to limit the search.
4071         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
4072         (nnimap-request-move-articles-find-limit): Add this to limit the search
4073         by Message-Id after a message move.
4074         (nnimap): Add defgroup.
4075
4076 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4077
4078         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
4079
4080 2012-06-15  Julien Danjou  <julien@danjou.info>
4081
4082         * nnimap.el (nnimap-find-article-by-message-id): Use
4083         `nnimap-possibly-change-group' rather than its own EXAMINE call.
4084         (nnimap-possibly-change-group): Add read-only argument.
4085         (nnimap-request-list): Use nnimap-possibly-change-group rather than
4086         issuing EXAMINE manually.
4087         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
4088         with read-only argument.
4089         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
4090         cannot possibly change because we need to be sure that it's either
4091         read-write or read-only.
4092
4093 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4094
4095         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4096         being bound to a lambda form.
4097
4098 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4099
4100         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4101         articles when fetch-old is non-nil (bug#11370).
4102
4103 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4104
4105         * gnus-picon.el (gnus-picon-properties): New defcustom.
4106         (gnus-picon-create-glyph): Use it.
4107
4108 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4109
4110         * gnus-group.el (gnus-group-get-new-news): Respect
4111         `gnus-group-use-permanent-levels', as documented (bug#11638).
4112
4113 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4114
4115         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4116         groups (bug#11641).
4117
4118 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4119
4120         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4121         is an integer to avoid later problems.
4122
4123 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4126         locales.
4127
4128         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4129         on a handle.
4130
4131         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4132         address as the default.
4133         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4134
4135         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4136         makes no sense to query the user about internal files.
4137
4138         * gnus-spec.el: Remove all the byte-compilation stuff, since
4139         benchmarking shows that it doesn't help when entering large summary
4140         buffers.
4141
4142         * gnus-xmas.el (gnus-xmas-define): Remove.
4143
4144         * gnus-util.el (gnus-byte-code): Remove.
4145
4146         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4147         grouplens stuff.
4148
4149 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4150
4151         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4152         (bug#11514).
4153
4154 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4155
4156         * message.el (message-buffers): Return all buffers derived from Message
4157         to make `gnus-dired-attach' work with mu4e.
4158
4159 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4160
4161         * nntp.el: Stop the `letf' madness.
4162         (nntp--report-1): New var.
4163         (nntp-report): Merge nntp-report-1 into it.
4164         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4165         the nntp-report function.
4166
4167         * auth-source.el: Fix comment-style to follow the convention.
4168
4169 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4170
4171         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4172         (mm-dissect-singlepart): Don't guess the MIME type of
4173         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4174         set.
4175         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4176         toplevel MIME type is multipart/encrypted.
4177
4178 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4181         a string so that Gcc works (bug#11514).
4182
4183 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4184
4185         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4186         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4187
4188 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4189
4190         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4191         jumping to *Server* from a dedicated *Group* window.
4192         (gnus-configure-frame): CSE.
4193
4194         * gnus-registry.el: Minor style cleanup.
4195         (gnus-registry--set/remove-mark): New function, extracted from
4196         gnus-registry-install-shortcuts.
4197         (gnus-registry-install-shortcuts): Use it.
4198
4199 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * nnspool.el (news-path): Use eval-and-compile.
4202
4203 2012-05-24  Glenn Morris  <rgm@gnu.org>
4204
4205         * nnspool.el (news-directory, news-path, news-inews-program):
4206         Move here from paths.el.  Don't see a need for these to be autoloaded.
4207
4208         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4209         Merge in doc from paths.el version.  Don't see any need for this to be
4210         autoloaded, or for the warning about users not setting it.
4211
4212 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4213
4214         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4215         format.  In particular, add an optional argument and a docstring.
4216
4217         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4218
4219         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4220         current before calling `gnus-groups-to-gnus-format'.
4221         Note that this was already the case for `gnus-active-to-gnus-format'.
4222
4223 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4224
4225         Fix minor Y10k bug.
4226         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4227
4228 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4229
4230         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4231         message once it's actually open.
4232
4233 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4234
4235         * gnus.el: Ma Gnus v0.5 is released.
4236
4237 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4238
4239         * auth-source.el (auth-source--aput-1, auth-source--aput)
4240         (auth-source--aget): New functions and macros.
4241         Use them instead of aput/aget.
4242
4243 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4244
4245         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4246
4247 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4248
4249         * plstore.el (plstore-called-interactively-p): New compat macro copied
4250         from message.el.
4251         (plstore-mode): Use it.
4252
4253 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4254
4255         * plstore.el: Revive the editing feature.
4256         (plstore-mode): New mode to edit plstore file.
4257         (plstore-mode-toggle-display, plstore-mode-original)
4258         (plstore-mode-decoded): New command.
4259         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4260         (plstore--insert-buffer, plstore--make): New function.
4261         (plstore-open, plstore-save): Simplify by using them.
4262
4263 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4266
4267 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4268
4269         * tls.el (open-tls-stream): Remove unused binding.
4270
4271 2012-04-16  Glenn Morris  <rgm@gnu.org>
4272
4273         * nndraft.el (nndraft-request-list): Fix declaration.
4274
4275 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * mm-decode.el (mm-dissect-buffer): Doc fix.
4278
4279         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4280         don't have a current group.
4281
4282         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4283         buffer if it doesn't exist.
4284
4285         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4286         given, mark the group as ephemeral with the current window conf.
4287
4288         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4289         buffer exists, which it doesn't if we haven't started Gnus.
4290         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4291
4292 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4293
4294         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4295         type is.
4296
4297         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4298         `unexists' entries.
4299         (gnus-clean-old-newsrc): Fix last checkin.
4300
4301         * nnimap.el (nnimap-update-info): None of the articles below the active
4302         low-water mark exist.
4303
4304         * dgnushack.el: Get rid of XEmacs compilation warning.
4305
4306         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4307         would have gotten if we posted to the group, and use that to compare
4308         against the message we want to cancel (bug#10808).
4309
4310         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4311         on XEmacs.
4312
4313 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4314
4315         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4316         `scroll-margin'.
4317
4318 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4319
4320         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4321         citation prefix within a block of cited text should be considered part
4322         of that block *only* if it is a blank line.
4323
4324 2012-04-09  Chong Yidong  <cyd@gnu.org>
4325
4326         * binhex.el, hashcash.el, uudecode.el:
4327         Remove * characters from the front of variable docstrings.
4328
4329 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4332         before kinsoku-bol characters nor within kinsoku-eol characters.
4333
4334 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4337         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4338         (gnus-sync-read): Use mapc instead of mapcar.
4339
4340         * mm-archive.el: Require mm-decode for some macros.
4341         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4342         the byte compiler.
4343         (mm-archive-decoders): New function that returns the value of
4344         the mm-archive-decoders variable.
4345
4346         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4347         instead.
4348         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4349
4350         * nnimap.el (gnus-refer-thread-use-nnir):
4351         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4352
4353 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4356
4357 2012-03-12  Peter Münster  <pmrb@free.fr>
4358
4359         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4360         (gnus-demon-cancel): Ditto.
4361         (gnus-demon-run-callback): When function cannot be called due to low
4362         idleness, call it when idleness reaches the expected value, instead of
4363         waiting another timer period.
4364         (gnus-demon-init): Add `time' to arguments of call-back.
4365
4366 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4367
4368         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4369
4370         * gnus.el: Register gnus-registry functions.
4371
4372         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4373         indent.
4374
4375         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4376         enabled before warping.
4377
4378 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4379
4380         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4381         registry about each article retrieved.
4382
4383         * gnus-int.el (gnus-select-group-with-message-id): New function.
4384         (gnus-try-warping-via-registry): Ditto.
4385         (gnus-warp-to-article): Fall back on the registry.
4386
4387 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4388
4389         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4390         inboxes.
4391
4392 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4393
4394         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4395
4396 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4397
4398         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4399         gnus-gcc-self-resent-messages may be a group parameter.
4400         (gnus-summary-resend-message): Don't encode encoded words in header
4401         when Gcc'ing resent message.
4402
4403 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404
4405         * shr.el (shr-insert): Treat non-breaking space just like normal
4406         space.  This seems to produce more pleasing results.
4407         (shr-insert): Only insert a blank line if we're starting from an image.
4408         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4409         (shr-ensure-paragraph): Consider lines with white space to be blank.
4410
4411 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4412
4413         * Makefile.in: Respect DESTDIR.
4414
4415 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4416
4417         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4418         and gnus-gcc-post-body-encode-hook.
4419
4420 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4421
4422         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4423         messages that don't exist.
4424
4425         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4426
4427 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4430         Remove.
4431
4432         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4433
4434         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4435
4436 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4437
4438         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4439         have a group name.
4440
4441         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4442         a multibyte buffer (bug#7410).
4443         (article-wash-html): Parse the original article buffer to get the
4444         unencoded data (bug#7410).
4445
4446         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4447         .newsrc.el files.
4448
4449 2012-04-05  Bastien Guerry  <bzg@altern.org>
4450
4451         * color.el (color-lighten-name): Fix typo.
4452
4453 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4454
4455         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4456         "#" to avoid having them interpreted as comments.
4457
4458 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4459
4460         * shr.el (shr-insert): Update the text state properly to avoid
4461         inserting spurious paragraph starts.
4462
4463 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464
4465         * shr.el (shr-table-widths): Divide the extra width more fairly over
4466         the TDs (bug#10973).
4467         (shr-render-td): Don't delete too much padding.
4468         (shr-natural-width): Compute the natural width more correctly.
4469         (shr-insert): Allow the natural width to be computed for tables again.
4470         (shr-tag-table-1): Rework how the natural widths are computed by
4471         rendering the table a third time.
4472         (shr-natural-width): Removed.
4473         (shr-buffer-width): New function.
4474         (shr-expand-newlines): Use it.
4475
4476         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4477         using a `gnus-use-full-window' setup (bug#11013).
4478
4479 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4480
4481         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4482         24.1 release.
4483
4484 2012-03-10  David Edmondson  <dme@dme.org>
4485
4486         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4487         'Forwarded Message' header and the start of the message.
4488
4489 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4490
4491         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4492         isn't running (bug#10897).
4493
4494 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495
4496         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4497         This is inconsistent with all the other stream functions, which leave
4498         the setting up to the higher levels (if so wanted) (bug#10931).
4499
4500 2012-02-28  Glenn Morris  <rgm@gnu.org>
4501
4502         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4503         mm-decode.el: Standardize possessive apostrophe usage.
4504
4505 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4506
4507         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4508
4509 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4510
4511         * parse-time.el (parse-time-string): Allow extractor to return nil.
4512
4513 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4516
4517 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4518
4519         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4520
4521 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4522
4523         * mm-decode.el (mm-shr): Remove "soft hyphens".
4524
4525         * nnimap.el (nnimap-request-list): Return the group names encoded as
4526         utf8.  Otherwise non-European group names don't work.
4527         (nnimap-request-newgroups): Ditto.
4528
4529         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4530         the default in `read-string' (bug#10757).
4531
4532         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4533         topics (bug#10843).
4534
4535         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4536         buffer.  Suggested by Herbert Valerio Riedel.
4537         (nnimap-request-move-article): Delete the message from the correct IMAP
4538         server.
4539
4540 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4541
4542         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4543         Reported by Peter Münster.
4544
4545 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4546
4547         * shr.el (shr-image-fetched): Make sure we really kill the right
4548         buffer.
4549
4550 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4551
4552         * gnus-start.el (gnus-1): Avoid duplicate entries.
4553
4554 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4555
4556         * imap.el: Remove.
4557
4558         * nntp.el (nntp-coding-system-for-read): Remove.
4559         (nntp-coding-system-for-write): Ditto.
4560         (nntp-open-connection): Just use `binary' directly.
4561
4562         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4563         Gnus 0.3.
4564
4565 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4566
4567         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4568         application/octet-stream parts really is.
4569
4570         * gnus-sum.el (gnus-propagate-marks): Remove.
4571
4572 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4573
4574         * shr.el (shr-rescale-image): Undo previous change; see
4575         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4576
4577 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4578
4579         * gnus.el: Ma Gnus v0.3 is released.
4580
4581 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4582
4583         * gnus-sum.el (gnus-summary-local-variables): Make
4584         `gnus-newsgroup-unexist' into a local variable.
4585
4586 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4587
4588         * registry.el (registry-usage-test, registry-persistence-test): Move to
4589         tests/gnustest-registry.el.
4590         (registry-make-testable-db, registry-match-test)
4591         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4592
4593         * gnus-registry.el (gnus-registry-misc-test)
4594         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4595
4596         * tests/gnustest-registry.el: New file with the registry and
4597         gnus-registry ERT tests.
4598
4599 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * gnus-msg.el (gnus-summary-resend-message): Make
4602         gnus-summary-resend-message-insert-gcc be last item in
4603         message-header-setup-hook.
4604
4605 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4606
4607         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4608         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4609         Remove.
4610         (nnfolder-open-server): Don't use marks.
4611         (nnfolder-request-delete-group): Ditto.
4612         (nnfolder-request-rename-group): Ditto.
4613         (nnfolder-request-set-mark, nnfolder-request-marks)
4614         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4615         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4616
4617         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4618         (nnml-marks-modtime): Remove.
4619         (nnml-request-delete-group): Don't use marks.
4620         (nnml-request-rename-group): Ditto.
4621         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4622         (nnml-save-marks, nnml-open-marks): Remove.
4623
4624         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4625         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4626         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4627         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4628         (nntp-server-to-method-cache): Remove.
4629
4630         * shr.el (shr-rescale-image): Fix wrong merge.
4631
4632 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4633
4634         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4635         too-wide lines.
4636
4637 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4638
4639         * nnimap.el (nnimap-record-commands): New variable.
4640         (nnimap-log-command): Use it.
4641         (nnimap-make-process-buffer): Add a space to the process buffer.
4642         (nnimap-transform-headers): Don't bug out on header lines containing
4643         stuff that look like IMAP length encodings.
4644
4645         * shr.el (shr-rescale-image): Allow viewing large images.
4646
4647 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4648
4649         * nnml.el (nnml-request-compact-group): Delete the marks file after
4650         compaction (bug#10800).
4651
4652         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4653         group exit.
4654
4655         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4656         QRESYNC/FETCH output.
4657
4658 2012-02-11  Glenn Morris  <rgm@gnu.org>
4659
4660         * sieve-manage.el (sieve-manage-default-stream):
4661         * shr.el (shr):
4662         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4663         (nnir-retrieve-headers-override-function)
4664         (nnir-imap-default-search-key, nnir-notmuch-program)
4665         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4666         (nnir-method-default-engines):
4667         * message.el (message-cite-reply-position):
4668         * gssapi.el (gssapi-program):
4669         * gravatar.el (gravatar):
4670         * gnus-sum.el (gnus-refer-thread-use-nnir):
4671         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4672         (gnus-registry-max-pruned-entries):
4673         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4674         * gnus-int.el (gnus-after-set-mark-hook)
4675         (gnus-before-update-mark-hook):
4676         * gnus-async.el (gnus-async-post-fetch-function):
4677         * auth-source.el (auth-source-cache-expiry):
4678         Add missing :version tags to new defcustoms and defgroups.
4679
4680 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4681
4682         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4683         `gnus-newsgroup-unexist'.
4684
4685         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4686         marks.
4687         (gnus-article-special-mark-lists): Put the `unexist' in the special
4688         marks list instead.
4689
4690         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4691         articles in the list of articles to be selected.
4692
4693         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4694         articles.
4695         (nnimap-update-info): Keep track of unexisting articles.
4696         (nnimap-update-qresync-info): Ditto.
4697
4698 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4699
4700         * message.el (message-default-send-mail-function): Made into own
4701         function for reuse by emacsbug.el.
4702
4703 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4704
4705         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4706         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4707
4708 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4709
4710         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4711         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4712
4713         * gnus-compat.el: Define `timer-set-function'.
4714
4715         * mm-decode.el (mm-display-external): Output the text from the command
4716         in the buffer after the command finished.  This makes text-based
4717         commands behave better.
4718
4719 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4720
4721         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4722
4723 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4724
4725         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4726         23.1.
4727
4728 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4731
4732 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4733
4734         * message.el (smtpmail-smtp-user): Silence compiler warning.
4735
4736 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4737
4738         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4739         SMTP user name.
4740
4741 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * gnus-sum.el (gnus-summary-show-thread):
4744         next-single-char-property-change may return nil in XEmacs.
4745         (gnus-summary-article-map): Fix typo.
4746
4747 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4748
4749         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4750         running.
4751
4752         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4753
4754         * gnus.el (gnus-server-extend-method): Don't add an -address component
4755         if the method already has one (bug#9676).
4756
4757 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4758
4759         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4760         of an initial-input for consistency (bug#10757).
4761
4762         * dgnushack.el: Fix XEmacs compilation warning.
4763
4764         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4765
4766         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4767
4768 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4769
4770         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4771         lines that are narrower than the window width.  Otherwise background
4772         "blocks" will look less readable.
4773
4774 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4775
4776         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4777         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4778         have newlines within the strings, and where the UID comes after the
4779         BODYSTRUCTURE element (bug#10537).
4780
4781         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4782         (bug#10732).
4783
4784         * shr.el (shr-insert-document): Add doc string.
4785         (shr-visit-file): Ditto.
4786         (shr-remove-trailing-whitespace): New function.
4787         (shr-insert-document): Use it to clean up trailing whitespace as the
4788         final step (bug#10714).
4789
4790 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4791
4792         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4793         buffer if `gnus-kill-summary-on-exit' is nil.
4794
4795 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4796
4797         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4798         when just reading a single group from "without" Gnus.
4799
4800 2012-02-06  Chong Yidong  <cyd@gnu.org>
4801
4802         * gnus-sum.el (gnus-summary-show-thread):
4803         next-single-char-property-change never returns nil (Bug#8657).
4804
4805 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4806
4807         * message.el (message-multi-smtp-send-mail): New function.
4808         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4809         header to implement multi-SMTP functionality.
4810
4811         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4812         (gnus-agentize): Don't set it.
4813         (gnus-agent-send-mail): Don't use it.
4814
4815         * gnus-sum.el (gnus-summary-widget-backward): New function and
4816         keystroke.
4817
4818         * gnus-compat.el: More the compat functions more compatible.
4819
4820         * shr.el (shr-put-image): Remove underlines from sliced images.
4821         (shr-zoom-image): Compute the region to be replaced more correctly.
4822
4823 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4826         (gnus-summary-resend-message-insert-gcc): New function.
4827         (gnus-summary-resend-message): Modify message-header-setup-hook and
4828         message-sent-hook to make it work for Gcc.
4829         (gnus-inews-do-gcc): Update the number of unread articles of groups
4830         that messages are Gcc'd to.
4831
4832         * message.el (message-resend): Run message-sent-hook to do Gcc.
4833
4834 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4835
4836         * lpath.el: Fix an XEmacs compilation warning.
4837
4838         * gnus-compat.el: Require `help-fns' to fix compilation error.
4839
4840         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4841         a higher level to silence compilation.
4842
4843         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4844         parameter to allow controlling the scaling.
4845
4846         * shr.el (shr-zoom-image): New command and keystroke.
4847         (shr-put-image): Take a `size' flag to say how to scale the image.
4848
4849         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4850         deletion unless already defined.
4851
4852         * gnus.el (gnus-compat): Require it.
4853
4854         * gnus-compat.el: New file.
4855
4856         * gnus-start.el (gnus-clean-old-newsrc): New function.
4857         (gnus-read-newsrc-file): Use it.
4858
4859         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4860         Use recursive deletion.
4861         (mm-dissect-archive): Add support for zip files.
4862
4863         * gnus-util.el (gnus-recursive-directory-files): New function.
4864
4865         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4866         (mm-archive-decoders): Add tgz support.
4867
4868         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4869         Otherwise inserting text into the Gnus buffer can look odd.
4870
4871         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4872
4873         * mm-archive.el (mm-archive-decoders): Add support for tar.
4874
4875         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4876
4877         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4878
4879 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4880
4881         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4882
4883         * mm-archive.el: New file.
4884
4885         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4886
4887         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4888
4889         * message.el (message-goto-*): Make all the `message-goto-*' commands
4890         push the mark before moving point.  This makes it easier to go back to
4891         where you came from after editing whatever you jumped to.
4892
4893 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4894
4895         * gnus.el: Ma Gnus v0.1 is released.
4896
4897 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4898
4899         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4900         without reconnecting.
4901         (nnimap-possibly-change-group): Ditto.
4902         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4903         connection has died before being called.
4904
4905 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4906
4907         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4908         an initial sync unless we're really doing one.
4909
4910         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4911         address parameter if one already exists (bug#9676).
4912
4913         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4914         not the prefix, as documented (bug#10689).
4915
4916 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4917
4918         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4919         the "server".
4920
4921         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4922         the real error message with the useless "previously known to be down".
4923         Which isn't even correct.
4924
4925         * nntp.el (nntp-open-connection): Report the error message if the nntp
4926         server can't be reached.
4927
4928         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4929         groups we do a total scan for.
4930         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4931         doing that.
4932
4933 2012-01-31  Jim Meyering  <jim@meyering.net>
4934
4935         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4936         Correct a comment (insert "not") and hide nominally-doubled "to".
4937
4938 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4939
4940         * gnus.el (gnus-version): Change name to "Ma Gnus".
4941
4942 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4943
4944         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4945         section in the manual.
4946
4947 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4948
4949         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4950         words.
4951         (rfc2047-encode-string): Ditto.
4952         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4953         understand folded filename="..." parameters, for instance.
4954
4955         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4956         the message for greater debuggability.
4957
4958 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4959
4960         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4961         instead of setting it locally, since the latter doesn't seem to have
4962         any effect (most of the time).
4963
4964 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4965
4966         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4967         function call.
4968
4969 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4970
4971         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4972         seconds, and make the repeat clause with HH:MM specs work as
4973         documented.
4974
4975 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4976
4977         * proto-stream.el (proto-stream-capability-open): Fall back on
4978         :end-of-command if :end-of-capability doesn't exist.
4979
4980 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4983         bound globally in old Emacsen and XEmacsen.
4984
4985 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4986
4987         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4988         so that previous errors don't prohibit getting new news.
4989
4990         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4991
4992         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4993
4994 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4995
4996         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4997         buffer, not of the string which is its name.
4998
4999 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5000
5001         * proto-stream.el (proto-stream-capability-open): Wait for
5002         :end-of-capability, not :end-of-command.
5003
5004         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
5005         non-server-marks groups.
5006         (gnus-group-make-articles-read): Ditto.
5007
5008         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
5009         methods (bug#9676).
5010
5011         * gnus.el (gnus-method-ephemeral-p): New function.
5012
5013 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
5016         left-to-right.
5017
5018 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5019
5020         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
5021         warning.
5022
5023 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5024
5025         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
5026         macroexpand the nnir things, since they haven't been defined yet, and
5027         nnir requires gnus-sum.
5028
5029 2012-01-24  Julien Danjou  <julien@danjou.info>
5030
5031         * color.el (color-rgb-to-hsl): Fix value computing.
5032         (color-hue-to-rgb): New function.
5033         (color-hsl-to-rgb): New function.
5034         (color-clamp, color-saturate-hsl, color-saturate-name)
5035         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5036         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5037
5038 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5039
5040         * mm-decode.el (mm-interactively-view-part): Fix prompt.
5041
5042 2012-01-19  Julien Danjou  <julien@danjou.info>
5043
5044         * color.el (color-name-to-rgb): Use the white color to find the max
5045         color component value and return correctly computed values.
5046         (color-name-to-rgb): Add missing float conversion for max value.
5047
5048 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5049
5050         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
5051         logical server name in addition to the actual machine address.
5052
5053         * auth-source.el (auth-source-user-and-password): Add convenience
5054         wrapper to search by just host and optionally user.
5055
5056 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5057
5058         * shr.el (shr-visit-file): Move point to the beginning of the buffer
5059         after rendering.
5060
5061 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5062
5063         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
5064         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
5065         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
5066
5067 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5068
5069         * gnus-sum.el (gnus-summary-read-group): Document more parameters
5070         (bug#9693).
5071         (gnus-summary-setup-buffer): Document return value (bug#9697).
5072
5073         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
5074         since ido doesn't work on symbols (bug#9632).
5075
5076         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
5077         when getting a single value as when getting all the values.  This means
5078         that atoms like `gcc-self' work cumulatively, like variable settings,
5079         instead of getting the value from the last matching clause.
5080         (gnus-group-find-parameter): Protect against the group buffer not
5081         existing (bug#9585).
5082
5083 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5084
5085         * gnus-start.el (gnus-activate-group): Document more parameters
5086         (bug#9694).
5087
5088         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
5089         (bug#9692).
5090
5091         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5092         article was fetched, so that it can be expired later (bug#9958).
5093         (gnus-agent-summary-fetch-series): Add doc string.
5094         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5095         (bug#9517).
5096
5097         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5098         retrieval is happening.
5099
5100         * gnus.el (gnus-parameters): Doc fix.
5101
5102 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5103
5104         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5105         show the thread after expansion.
5106
5107 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108
5109         * gnus-art.el (article-narrow-to-head): If the head is completely
5110         empty, narrow to the empty region (bug#9764).
5111
5112         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5113         read, and then mark them as unread only when the unread mark is used.
5114         This makes `C-- T k' actually work, even though it's confusing.
5115
5116         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5117         alive before we try to find its window.
5118
5119 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5120
5121         * mm-decode.el (mm-display-external): Use a longer timeout for the
5122         deletion to allow slow programs to display the file.
5123
5124 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5125
5126         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5127         prompt to be less confusing.
5128
5129         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5130         argument to `message-reply'.  This broke `special-display-*' frame
5131         pop-uping (bug#10238).
5132
5133 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5134
5135         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5136         systems, since these allegedly don't work there.
5137
5138 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5139
5140         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5141         live buffer.
5142
5143 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5144
5145         * nnir.el (nnir-retrieve-headers): Protect against the article not
5146         existing on the server (bug#10335).
5147
5148 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5149
5150         * gnus-agent.el (gnus-agent-load-local): Recompute
5151         gnus-agent-article-local on changing method.
5152
5153 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5154
5155         * gnus.el (gnus-parameters): Note precedence.
5156
5157 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5158
5159         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5160         in the group buffer.
5161
5162 2012-01-04  Julien Danjou  <julien@danjou.info>
5163
5164         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5165         change.
5166
5167 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5168
5169         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5170         too.
5171
5172         * nntp.el (nntp-retrieve-group-data-early): Use it.
5173
5174 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5175
5176         * nntp.el (nntp-retrieval-in-progress): New variable.
5177         (nntp-make-process-buffer): Make it buffer-local.
5178
5179         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5180         2010.
5181         (gnus-demon-init): Use it to compute the time if time is on the form
5182         "04:23".
5183
5184         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5185
5186         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5187         status in the correct buffer.
5188
5189 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5190
5191         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5192         when opening topics (bug#10407).
5193
5194 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5195
5196         * gnus-cus.el (gnus-score-customize):
5197         * gnus-sum.el (gnus-sort-gathered-threads):
5198         * message.el (message-shorten-references):
5199         * nnmairix.el (nnmairix-request-group):
5200         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5201
5202 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5203
5204         * gnus-agent.el (gnus-agent-regenerate-group):
5205         * gnus-int.el (gnus-retrieve-group-data-early):
5206         * mm-util.el (mm-codepage-ibm-list):
5207         * nndiary.el (Commentary, nndiary-get-new-mail):
5208         * nnir.el (nnir):
5209         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5210
5211 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * mm-view.el (mm-display-inline-fontify): Add comment.
5214
5215 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5216
5217         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5218         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5219
5220 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5221
5222         * gnus-art.el (gnus-split-methods):
5223         * gnus-msg.el (gnus-configure-posting-styles):
5224         * gnus-spec.el (gnus-parse-simple-format):
5225         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5226         * message.el (message-do-actions): Spelling fix.
5227
5228 2011-12-15  Juri Linkov  <juri@jurta.org>
5229
5230         * mm-decode.el (mm-inline-media-tests): Add missing
5231         `mm-handle-media-subtype'.
5232
5233 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5234
5235         * gnus-group.el (gnus-group-tool-bar):
5236         * gnus-sum.el (gnus-summary-tool-bar):
5237         * message.el (message-tool-bar):
5238         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5239
5240 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5241
5242         * plstore.el (plstore--insert-buffer): Spelling fix.
5243
5244 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5245
5246         * message.el (message-valid-fqdn-regexp): Update with newly approved
5247         top-level domain names ".tel" and ".asia".
5248
5249 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5250
5251         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5252         unconditionally.
5253
5254 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5257         pop-to-buffer-same-window for old Emacsen.
5258
5259 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5260
5261         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5262
5263 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5264
5265         * netrc.el (netrc-credentials): Spelling fix.
5266
5267 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5268
5269         * gnus-fun.el (gnus-fun-ppm-change-string):
5270         * gnus-msg.el (gnus-inews-do-gcc):
5271         * gnus-sum.el (gnus-summary-find-for-reselect):
5272         * gnus.el (gnus-summary-cancelled):
5273         * message.el (message-cancel-hook, message-send-news):
5274         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5275         * nnir.el (nnir-run-hyrex):
5276         * nntp.el (nntp-with-open-group-function):
5277         * pgg.el (pgg-pending-timers): Spelling fix.
5278
5279 2011-12-04  Chong Yidong  <cyd@gnu.org>
5280
5281         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5282         change (Bug#10200).
5283
5284 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * compface.el (uncompface):
5287         * gnus-art.el (gnus-article-x-face-command): Update the header format
5288         of icon data for the most recent icontopbm program.
5289
5290 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * gnus-msg.el (gnus-inews-do-gcc):
5293         * message.el (message-send-mail):
5294         * mml.el (mml-generate-mime): Share the value of the buffer-local
5295         `message-options' variable between a draft buffer and temprary working
5296         buffers.
5297
5298 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5299
5300         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5301
5302 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5305         for Cygwin.
5306
5307 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5308
5309         * gnus-group.el (gnus-group-prepare-flat):
5310         * mm-bodies.el (mm-encode-body):
5311         * mml.el (mml-preview):
5312         * nnml.el (nnml-request-compact-group):
5313         * pop3.el (pop3-stream-type): Spelling fix.
5314
5315 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5316
5317         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5318
5319 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5320
5321         * color.el (color-rgb-to-hsl):
5322         * gmm-utils.el (gmm-tool-bar-style):
5323         * gnus-group.el (gnus-group-prepare-flat):
5324         * gnus-topic.el (gnus-topic-prepare-topic):
5325         * mm-decode.el (mm-discouraged-alternatives):
5326         * rfc2047.el (rfc2047-encode-1):
5327         * starttls.el: Spelling fix.
5328
5329 2011-11-24  Glenn Morris  <rgm@gnu.org>
5330
5331         * binhex.el (binhex-begin-line): Give it basic doc-string.
5332
5333         * starttls.el, tls.el: Fix case of "GnuTLS".
5334
5335 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5336
5337         * gnus-group.el (gnus-group-highlight): Fix typo.
5338
5339 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5340
5341         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5342         value of `delete-file', that returns nil for a local file but returns t
5343         for a remote file using ssh.
5344
5345 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5346
5347         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5348
5349 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5352         avoid later breakage.
5353
5354 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5357         article buffers' name.
5358
5359 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5360
5361         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5362         by Paul Eggert's spellfixes two days ago.
5363
5364 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5365
5366         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5367         doesn't have it.
5368
5369         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5370         buffer-local instead of binding them to avoid warnings.  Also demote
5371         errors (bug#10063).
5372         (font-lock-mode-hook): Shut up byte compiler.
5373
5374 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5375
5376         * mm-util.el (mm-charset-after):
5377         * nnir.el (nnir-run-hyrex):
5378         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5379         (ntlm-get-password-hashes, ntlm-md4hash):
5380         * smime.el: Fix typo.
5381
5382 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5383
5384         * gnus-agent.el (gnus-agent-expire-group-1):
5385         * nndiary.el (nndiary-last-occurence):
5386         * nnimap.el (nnimap-request-set-mark):
5387         * nnmairix.el (nnmairix-only-use-registry):
5388         * gnus-group.el (gnus-group-prepare-flat):
5389         * gnus-sum.el (gnus-decode-encoded-word-methods):
5390         * message.el (message-wash-subject):
5391         * nntp.el (nntp-retrieve-headers-with-xover):
5392         * smime.el (smime-certificate-directory): Spelling fix.
5393
5394 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5395
5396         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5397
5398         * color.el:
5399         * gnus-agent.el (gnus-agent-possibly-alter-active):
5400         * gnus-dired.el (gnus-dired-print):
5401         * mail-parse.el:
5402         * nnmairix.el (nnmairix-request-group):
5403         * shr.el (shr-image-displayer):
5404         * sieve-manage.el:
5405         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5406
5407 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5408
5409         * gnus-sum.el (gnus-auto-select-subject):
5410         * spam-report.el (spam-report-resend): Spelling fix.
5411
5412 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5413
5414         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5415         * gnus-art.el (gnus-default-article-saver):
5416         * gnus-srvr.el (gnus-server-copy-server):
5417         * gnus.el (gnus-sloppily-equal-method-parameters):
5418         * html2text.el (html2text-format-tag-list):
5419         * message.el (message-narrow-to-head):
5420         * nndiary.el:
5421         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5422         * sieve.el: Spelling fix.
5423
5424 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5425
5426         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5427         * gnus-sum.el (gnus-summary-make-menu-bar):
5428         * gnus-uu.el (gnus-uu-decode-postscript)
5429         (gnus-uu-decode-postscript-and-save):
5430         * mailcap.el (mailcap-print-command):
5431         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5432         Fix typos.
5433
5434 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5435
5436         * gnus-art.el (gnus-article-part-wrapper):
5437         * html2text.el (html2text-fix-paragraphs):
5438         * mm-decode.el (mm-image-fit-p):
5439         * rfc2047.el (rfc2047-encode-message-header):
5440         * shr-color.el (shr-color-visible-distance-min)
5441         (shr-color-relative-to-absolute, set-minimum-interval)
5442         (shr-color-visible): Fix typos.
5443
5444 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5445
5446         * gmm-utils.el (gmm-tool-bar-item):
5447         * gnus-art.el (gnus-treat-body-boundary):
5448         * gnus-diary.el (gnus-user-format-function-d):
5449         * gnus-start.el (gnus-get-unread-articles):
5450         * pgg-gpg.el (pgg-gpg-update-agent):
5451         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5452
5453 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5454
5455         * gnus-topic.el (gnus-group-prepare-topics):
5456         * gnus-uu.el (gnus-extract-view):
5457         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5458
5459 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5460
5461         * spam.el: Move BBDB autoloads.
5462         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5463         BBDB 2 and 3.
5464         (spam-check-BBDB): Use it.
5465         (spam-enter-ham-BBDB): Use it.
5466
5467 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5468
5469         * smime.el (smime-draw-buffer): Spelling fix.
5470
5471 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5472
5473         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5474         for scanning exactly one level.
5475         * gnus-start.el (gnus-get-unread-articles): Ditto.
5476
5477 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5478
5479         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5480         slightly clearer.
5481
5482 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5483
5484         * gnus-sync.el: More commentary about setup.
5485
5486 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487
5488         * message.el (message-send-and-exit): Document `arg'.
5489
5490 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5491
5492         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5493
5494 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5495
5496         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5497
5498         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5499         we don't use `bound-and-true-p'.
5500
5501 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5502
5503         * gnus-util.el (gnus-bound-and-true-p): Remove.
5504         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5505         * nnir.el: Use it.
5506         * nnmairix.el: Use it.
5507
5508 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5509
5510         * gnus-sync.el: Improve docs about CouchDB admins.
5511
5512         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5513         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5514         for reasons unknown.
5515         * nnir.el: Use it.
5516         * nnmairix.el: Use it.
5517
5518         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5519         * nnir.el: Ditto.
5520         * nnmairix.el: Ditto.
5521
5522         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5523
5524 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5525
5526         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5527         not needed.  Provide xmlplistread list function to produce XML plist
5528         output for non-Gnus LeSync clients.
5529
5530 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5531
5532         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5533
5534         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5535         and save against it.  Group subscriptions, read marks, other marks,
5536         subscription levels, topic names, and topic offsets (the group's
5537         position within the topic) are saved.  This is an experimental backend
5538         and may change significantly.  Load json.el from the gnus-fallback-lib
5539         if it's not available otherwise.
5540         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5541
5542 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5543
5544         * message.el (message-completion-function): Make sure
5545         message-tab-body-function is not attempted if one of
5546         message-completion-alist fails to find a completion (bug#9158).
5547
5548 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5549
5550         * mml.el (mml-quote-region): Quote <#secure> tag.
5551         (mml-generate-mime-1): Unquote <#secure> tag.
5552
5553 2011-10-20  Chong Yidong  <cyd@gnu.org>
5554
5555         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5556         calling a minor mode from Lisp with nil arg enables it, so we have to
5557         make the wording a bit ambiguous here).
5558
5559 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5560
5561         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5562         * nnir.el (nnir-mode): Use it.
5563         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5564         Use it.
5565
5566         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5567         * nnmairix.el (gnus-registry-enabled): Ditto.
5568
5569 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5570
5571         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5572         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5573         only while we need to find out if it should be t or nil.
5574         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5575         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5576         the registry is installed.  Set it to nil when it's unloaded.
5577         (gnus-registry-install-p): Provide user guidance for the initial value
5578         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5579         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5580         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5581         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5582         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5583         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5584         `gnus-registry-install'.
5585
5586 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5587
5588         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5589         previous change.
5590         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5591         primary key is marked as disabled.
5592
5593 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5594
5595         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5596         primary key is marked as disabled.
5597
5598 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5599
5600         * html2text.el (html2text-clean-anchor): Check for quotes around
5601         `href' value.
5602
5603 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5604
5605         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5606         searching.  Drop `bbdb-cache'.
5607
5608 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * message.el (message-signed-or-encrypted-p): Exclude header when
5611         checking if there is signed or encrypted body in text/plain message.
5612
5613 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5614
5615         * html2text.el (html2text-get-attr): Correctly handle attribute values
5616         containing "=".
5617
5618 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5619
5620         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5621         handle bindings.
5622
5623 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5624
5625         * gnus-win.el (gnus-configure-windows): Protect against reading
5626         ephemeral groups outside of Gnus.
5627
5628 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * shr.el (shr-tag-img): Don't get images displayed in tables.
5631
5632 2011-10-03  Glenn Morris  <rgm@gnu.org>
5633
5634         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5635         the "maintainer" version of debbugs.gnu.org reports.
5636
5637 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5638
5639         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5640         make asynchronous adjacent image insertion work better.
5641
5642 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5643
5644         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5645         documentation.
5646
5647 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5648
5649         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5650         `gnus-asynchronous' isn't shadowed.
5651
5652 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5653
5654         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5655
5656         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5657         (nnimap-insert-partial-structure): The charset parameter isn't
5658         case-sensitive.
5659
5660         * nnheader.el (nnheader-message-maybe): New function.
5661
5662         * shr.el (shr-tag-table): Render totally broken tables better.
5663
5664         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5665         computing the boundary.
5666
5667 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5668
5669         * pop3.el (pop3-number-of-responses): Remove.
5670         (pop3-wait-for-messages): Rewrite to take linear time instead of
5671         exponential time.
5672
5673 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5674
5675         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5676         re-fetch images.
5677
5678         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5679         re-fetch images when hitting `g' in Gnus.
5680
5681 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5684         (mml-compute-boundary): Don't check collision if it is non-nil.
5685         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5686         before checking collision.
5687
5688 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5689
5690         * message.el (message-indent-citation): Really make sure there's a
5691         newline at the end.
5692
5693         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5694         Fix suggested by John Wiegley.
5695
5696         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5697
5698         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5699
5700         * message.el (message-default-send-rename-function): Break out into its
5701         own function.
5702
5703         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5704         doesn't work under XEmacs.
5705
5706         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5707         of "imaps" to word around Windows problems.
5708         (nnimap-open-connection-1): Use it.
5709
5710         * message.el (message-indent-citation): Revert last change which made
5711         `F' not work.
5712
5713 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5714
5715         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5716         terminal as well.
5717
5718 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5721         because it displays images using overlays that aren't easy to copy to
5722         the article buffer.
5723
5724 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5725
5726         * message.el (message-indent-citation): Fix empty line removal at the
5727         end of the citation.
5728
5729 2011-09-20  Julien Danjou  <julien@danjou.info>
5730
5731         * auth-source.el (auth-source-netrc-create): Use default value for
5732         password if specified.  Evaluate default.
5733         (auth-source-plstore-create): Ditto.
5734         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5735         value evaluation.
5736         (auth-source-netrc-create): Typo fix.
5737         (auth-source-plstore-create): Ditto.
5738
5739         * password-cache.el (password-cache-remove): Remove entries even if the
5740         value is nil, so that password with a nil value (negative caching) is
5741         possible to invalidate.
5742
5743         * auth-source.el (auth-source-format-cache-entry): New function.
5744
5745 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5748
5749 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5750
5751         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5752
5753 2011-09-19  Julien Danjou  <julien@danjou.info>
5754
5755         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5756         which work with things that are not ASCII.
5757
5758 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5759
5760         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5761
5762 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5763
5764         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5765         message level.
5766
5767 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5770
5771 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5772
5773         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5774
5775 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5776
5777         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5778         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5779
5780 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5781
5782         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5783         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5784         articles.
5785
5786 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5787
5788         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5789         (message-mail-other-window, message-mail-other-frame)
5790         (message-news-other-window, message-news-other-frame):
5791         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5792         instead of setting buffer display varibles.
5793
5794 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795
5796         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5797
5798         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5799
5800 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5801
5802         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5803         duplicates" to a higher level.
5804
5805         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5806         most egregious messages.
5807
5808 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5809
5810         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5811
5812 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5813
5814         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5815         up the file (bug#9351).
5816
5817 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5818
5819         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5820         it does with all other backends, but decode the names immediately after
5821         getting them.
5822
5823         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5824         decoding nnimap groups.
5825
5826         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5827         newsrc file.  It doesn't seem like an important optimization any more.
5828
5829 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5830
5831         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5832         overflows.
5833
5834 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5835
5836         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5837         (gnus-interactive-exit): Extend to `quiet'.
5838
5839         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5840
5841         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5842         string.
5843
5844         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5845         renaming function arguments from `this'.
5846
5847         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5848
5849         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5850         has been renamed.
5851         (gnus-lrm-string-p): Include RLM and PDF, too.
5852
5853         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5854         (bug#9225).
5855
5856 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5857
5858         Add autoload cookies for functions used by sendmail.el.
5859         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5860
5861         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5862
5863 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-art.el (article-date-ut): Work properly even when there are
5866         things like Date header in the body; work for forwarded parts.
5867
5868 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5869
5870         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5871         original-article-buffer.
5872
5873 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5874
5875         * nnir.el (nnir-compose-result): Fix matching of server type.
5876         (nnir-run-swish++): Ditto.
5877         (nnir-run-namazu): Ditto.
5878         (nnir-run-notmuch): Ditto.
5879
5880 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5881
5882         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5883         (bug#9405).
5884
5885         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5886         (bug#9421).
5887
5888         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5889         (bug#9425).
5890
5891         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5892         thing (bug#9426).
5893
5894 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5895
5896         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5897         the error message.
5898
5899 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5900
5901         * message.el (message-setup-1): Return t (Bug#9392).
5902
5903 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5904
5905         * gnus-sum.el: When adding article headers to a summary buffer also
5906         update gnus-newsgroup-articles (bug#9386).
5907
5908 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * auth-source.el: Autoload help-mode.
5911
5912 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5913
5914         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5915         names.
5916
5917 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5918
5919         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5920         mm-replace-in-string for compatibility issues.
5921         * mml2015.el (mml2015-epg-verify): Ditto.
5922
5923 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5924
5925         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5926
5927         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5928
5929 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5930
5931         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5932         continue on and do the clean-up phase (bug#9188).
5933
5934         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5935         just ignore groups that can't be opened instead of erroring out
5936         (bug#9225).
5937
5938         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5939         nil since some many people are fuddy-duddies.
5940
5941         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5942         images.
5943
5944         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5945         instead.
5946
5947         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5948
5949         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5950
5951         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5952         processing.
5953
5954         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5955         buffer to avoid warnings.
5956
5957 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5958
5959         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5960         specified to reduce precision.
5961
5962 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5963
5964         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5965         bodystructures (bug#9314).
5966
5967 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5970         Make button keymap non-sticky after buttons.
5971
5972 2011-08-18  David Engster  <dengste@eml.cc>
5973
5974         * nnmairix.el (nnmairix-request-set-mark)
5975         (nnmairix-goto-original-article): Remove adding of article to registry,
5976         since `gnus-registry-add-group' isn't available anymore.
5977         (nnmairix-determine-original-group-from-registry):
5978         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5979         available anymore.
5980
5981 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5982
5983         * starttls.el (starttls-any-program-available): Define as obsolete
5984         function.
5985
5986 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5987
5988         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5989         versions which Gnus use when appropriate.
5990
5991         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5992         a pretty destructive command.
5993
5994         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5995
5996 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997
5998         * message.el (message-fix-before-sending): Make a different warning
5999         about NUL characters (bug#9270).
6000
6001         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
6002         from custom (bug#9260).
6003
6004         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
6005         things work in Emacs 22 and XEmacs, too.
6006
6007         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
6008         default From.
6009
6010         * gnus-spec.el (gnus-lrm-string-p): New macro.
6011         (gnus-lrm-string): New constant.
6012         (gnus-summary-line-format-spec): LRM-ify the from.
6013         (gnus-tilde-max-form): LRM-ify string chopping.
6014
6015         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
6016
6017         * message.el (message-is-yours-p): Allow disabling canlock checking
6018         (bug#9295).
6019         (message-shoot-gnksa-feet): Add `canlock-verify'.
6020         (message-auto-save-directory): Use ~/ as the auto-save directory if the
6021         message directory isn't writable (bug#9304).
6022
6023         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
6024         non-world-readable.
6025
6026 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
6029         articles.
6030
6031 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6032
6033         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
6034         copy-list.
6035
6036 2011-08-12  Sam Steingold  <sds@gnu.org>
6037
6038         * gnus-score.el (gnus-score-find-alist): Keep the score files already
6039         in the reverse order to avoid modifying the cache with `nreverse'.
6040         (gnus-all-score-files): Do not modify the value returned by
6041         `gnus-score-find-alist' because it lives in a cache variable.
6042         (gnus-current-home-score-file): No need to `nreverse' the return value
6043         of `gnus-score-find-alist', it is already in the correct order.
6044
6045 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
6046
6047         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
6048         type MESSAGE and subtype RFC822 is slightly different from those of
6049         type TEXT.
6050
6051 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
6052
6053         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
6054         This allows article-referral to work from an nnir group.
6055
6056 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
6057
6058         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
6059
6060 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
6061
6062         * mml1991.el (mml1991-epg-find-usable-key)
6063         (mml1991-epg-find-usable-secret-key): New function.
6064         (mml1991-epg-sign): Check if signing key is usable.
6065         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
6066
6067 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
6068
6069         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
6070         server-variables only.  This should fix a bug introduced with commit
6071         e1889675b7f4adf057833c5513c9374134c4e053.
6072         (nnir-run-query): 'nnir-search-engine should not be set from the global
6073         environment.
6074
6075 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
6076
6077         * nnir.el (nnir-search-thread): Position point on referring article
6078         line.
6079         (nnir-warp-to-article): Clean up summary buffers.
6080
6081         * nnimap.el (nnimap-request-thread): Whitespace fix.
6082
6083 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
6084
6085         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
6086
6087 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6088
6089         * starttls.el (starttls-available-p): Rename from
6090         `starttls-any-program-available' and changed return convention.
6091
6092 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6093
6094         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6095         `unix-sync' unless it's defined.
6096
6097 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6098
6099         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6100         `aref' for XEmacs compatibiltiy.
6101
6102 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6103
6104         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6105
6106 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6107
6108         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6109         closures, quote the form properly (bug#9194).
6110
6111 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6112
6113         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6114         (gnus-summary-insert-new-articles): Protect against servers that are
6115         down.
6116
6117 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6118
6119         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6120         in mm handle if none is specified.
6121
6122 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6123
6124         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6125
6126 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6127
6128         * nnir.el (nnir-search-thread): New function to make an nnir group
6129         based on a thread query.
6130
6131         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6132         of nnir in thread referral.
6133         (gnus-summary-refer-thread): Use it.
6134
6135         * nnimap.el (nnimap-request-thread): Use it.
6136
6137 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6138
6139         * shr.el (shr-tag-comment): Ignore HTML comments.
6140
6141 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6142
6143         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6144         argument.
6145         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6146         Use `nnir-address' to handle server info rather than passing an arg.
6147
6148         * nnimap.el (nnimap-make-thread-query): New utility function to format
6149         an imap thread search query.
6150         (nnimap-request-thread): Use it.
6151
6152         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6153         right select-method if we are not going back to the group buffer.
6154
6155 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6156
6157         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6158         enter invalid buffer configurations into the quit form (bug#9107).
6159         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6160         unplugged/plugged.
6161
6162         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6163         keep track of which ones are unread (bug#9061).
6164
6165         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6166         (bug#9055).
6167
6168         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6169         (bug#9041).
6170
6171         * gnus-html.el (mm-util): Require (bug#9073).
6172
6173         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6174         (gnus-summary-refer-thread): Use it to remove duplicates in the
6175         un-threaded view (bug#9053).
6176         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6177
6178 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6179
6180         * nnir.el (nnir-read-server-parm): Use default value from global
6181         variable.  Without this the default search engine parameters aren't
6182         used at all.
6183
6184 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6185
6186         * message.el (message-unique-id): Don't use the undocumented return
6187         value from (random t) (bug#9118).
6188
6189 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6190
6191         * message.el (message-auto-save-directory): If the ~/Mail directory
6192         doesn't exist, use ~ as the auto-save directory (bug#4432).
6193
6194         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6195         hasn't already been started.
6196
6197 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6198
6199         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6200
6201         * message.el (message-reply): Work around mysterious bug where
6202         `message-mode' seems to overwrite the locally bound `subject' variable.
6203
6204 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6205
6206         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6207         correct group.
6208
6209         * gnus-int.el (gnus-request-thread): Add group argument.
6210
6211         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6212
6213 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6214
6215         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6216
6217         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6218         renamed to `debbugs-gnu-*'.
6219
6220 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6221
6222         * plstore.el: Revert the editing feature since it is not urgent.
6223         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6224         (plstore-mode-decoded): Remove.
6225
6226 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6227
6228         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6229         isn't very interesting any more, and it leaks potentially secret data.
6230         (gnus-debug): Remove.
6231
6232         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6233         use of :custom-show.
6234
6235 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6236
6237         * plstore.el: Add documentation.
6238         (plstore-mode): New mode to edit plstore file.
6239         (plstore-mode-toggle-display, plstore-mode-original)
6240         (plstore-mode-decoded): New command.
6241         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6242         (plstore--insert-buffer, plstore--make): New function.
6243         (plstore-open, plstore-save): Simplify by using them.
6244
6245 2011-07-06  Glenn Morris  <rgm@gnu.org>
6246
6247         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6248
6249 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6250
6251         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6252         no longer is much used.
6253         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6254         Articles".
6255
6256 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6257
6258         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6259         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6260         `notmuch' backend.
6261
6262 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * mm-decode.el (mm-text-html-renderer): Doc fix.
6265
6266         * gnus-msg.el (gnus-bug): Fix the MML tag.
6267
6268         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6269
6270 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6271
6272         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6273         secondary methods if started with `gnus-no-server'.
6274
6275 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6276
6277         * message.el (message-return-action): Fix typo in docstring.
6278
6279 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6280
6281         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6282         bug reports at once.
6283
6284         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6285
6286 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * nndraft.el: Require gnus-group.
6289         (nndraft-request-list): Declare.
6290
6291         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6292         no unread article unless it matches gnus-permanently-visible-groups.
6293
6294         * nndraft.el (nndraft-update-unread-articles): New function.
6295         (nndraft-request-associate-buffer): Use it to update the number of
6296         unread articles for the nndraft groups in the group buffer when saving
6297         or killing a draft message.
6298
6299 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6300
6301         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6302         systems to binary before writing and reading the mbox files.
6303
6304         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6305         instead of trying to list them all (bug#8978).
6306
6307 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6308
6309         * pop3.el (pop3-open-server): Use :end-of-capability.
6310
6311 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6312
6313         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6314         the id is always a number.
6315
6316         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6317
6318         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6319         debbugs mode, if possible.
6320
6321 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6322
6323         * auth-source.el (auth-source-token-passphrase-callback-function):
6324         Reindent.
6325         (epg-context-operation): Remove unnecessary autoload.
6326
6327 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6328
6329         * gnus.el (gnus-list-debbugs): New command.
6330
6331         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6332         mboxstat instead of the maintbox, since the stat seems to be fuller.
6333
6334         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6335         summary buffers.
6336
6337         * message.el (message-get-reply-headers): Delete all duplicates,
6338         instead of the first.
6339         (message-get-reply-headers): Ensure that we have progress while
6340         deleting duplicates.
6341
6342         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6343         gnus-posting-style value from the summary buffer to make it easier to
6344         make that a per-buffer conf.
6345
6346 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6347
6348         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6349         found by setting `shortcut' in 'query.
6350         (nnir-request-article): Use `shortcut' setting when requesting article
6351         by Message-ID.
6352
6353 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6354
6355         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6356         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6357         Bring the pseudo-headers back too.
6358
6359 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6360
6361         * auth-source.el (auth-source-token-passphrase-callback-function):
6362         Simplify and remove EPA dependency.
6363
6364 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6365
6366         * nnir.el (nnir-request-article): Fix error message text.
6367
6368 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6369
6370         * auth-source.el (plstore-delete): Autoload.
6371         (auth-source-plstore-search): Support delete operation.
6372         * plstore.el (plstore-delete): New function.
6373
6374 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6377         mark actually existing articles as unread rather than the ones that
6378         active asserts.
6379
6380 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6381
6382         * nntp.el (nntp-record-command):
6383         * gnus-util.el (gnus-message-with-timestamp-1):
6384         Use format-time-string rather than decoding time stamps by hand.
6385         This is simpler and insulates the code from potential changes to
6386         current-time format.
6387
6388 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6391
6392 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6393
6394         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6395         (plstore-save): Support public key encryption.
6396         (plstore--init-from-buffer): New function.
6397         (plstore-open): Use it; fix error when opening a non-existent file.
6398         (plstore-revert): Use plstore--init-from-buffer.
6399
6400 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6401
6402         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6403
6404 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6407         for old Emacsen.
6408
6409 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6410
6411         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6412         is not fully working.
6413
6414 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6415
6416         * dgnushack.el: Autoload sha1 on XEmacs.
6417
6418         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6419         quit window configuration.
6420
6421         * auth-source.el (epg-context-set-passphrase-callback):
6422         Remove duplicate autoload.
6423
6424 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6425
6426         * nnir.el (nnir-request-article): Allow requesting articles by
6427         Message-ID with nnimap.
6428
6429         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6430         current server.
6431
6432 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6433
6434         * auth-source.el: Autoload EPA/EPG functions.
6435         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6436         changed when EPA/EPG is not available.
6437         (auth-source-backend): Rename "arg" member to "data".
6438         (auth-source-backend-parse, auth-source-plstore-search)
6439         (auth-source-plstore-create): Use it.
6440
6441 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6442
6443         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6444         `gnus-refer-article-methods'.
6445
6446 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6447
6448         * auth-source.el: Require EPA and EPG.
6449         (auth-source-passphrase-alist): New variable.
6450         (auth-source-passphrase-callback-function)
6451         (auth-source-token-passphrase-callback-function): Callbacks for the
6452         netrc field encryption (GPG tokens).
6453         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6454         Symmetric encryption and decryption of the netrc GPG tokens.
6455         (auth-source-netrc-normalize): Use them, simplifying the closure.
6456
6457 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6460         is available.
6461
6462 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6463
6464         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6465         non-nil, and `nnimap-split-methods' is nil, use the former.
6466
6467 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6468
6469         * plstore.el (plstore-revert): New function.
6470         (plstore-open): Use it; hide the buffer from user.
6471
6472 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6473
6474         * auth-source.el (auth-source-backend): New member "arg".
6475         (auth-source-backend-parse): Handle new backend 'plstore.
6476         * plstore.el: New file.
6477
6478 2011-06-30  Glenn Morris  <rgm@gnu.org>
6479
6480         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6481
6482 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6483
6484         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6485         expiring articles to.
6486
6487         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6488         variations as ASCII (bug#5458).
6489
6490 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6493
6494 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6495
6496         * message.el (message-point-in-header-p): Tweak the function to default
6497         to saying that we're not in the headers if there is no separator at
6498         all.  This makes it possible to use the Message version of `M-q' in
6499         buffers with no headers (bug#7987).
6500         (message-point-in-header-p): Fix last checkin to work with an empty
6501         mail-header-separator, too.
6502
6503         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6504         again, save the choice via customize.
6505
6506 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6507
6508         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6509
6510         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6511         ended the connection, bail out before waiting infinitely on a new
6512         connection.
6513
6514 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6515
6516         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6517         reports.
6518
6519         * gnus.el (gnus-bug-package): Use "gnus."
6520         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6521
6522 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6523
6524         * dgnushack.el: Make the timer warning go away on XEmacs.
6525
6526         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6527         animations going on at article exit time.
6528
6529         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6530         since removing it breaks people upgrading.
6531
6532         * shr.el (shr-put-image): Use the new interface for animating images.
6533         (shr-put-image): Animate for 60 seconds.
6534
6535         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6536         avoid compiler warnings.
6537
6538         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6539         error with `find-file-hooks' on Emacs 22.
6540         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6541         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6542         on all architectures.
6543
6544         * spam.el (spam-stat): Require in a normal fashion without binding
6545         `spam-stat-install-hooks' to avoid compilation warnings.
6546
6547         * spam-stat.el (spam-stat-install-hooks): Remove.
6548         (spam-stat-install-hooks): Don't run automatically.
6549
6550 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6551
6552         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6553         and keystroke.
6554
6555 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6556
6557         * auth-source.el (auth-source-netrc-cache): Move forward.
6558
6559 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6560
6561         * proto-stream.el (proto-stream-open-starttls): Use
6562         `gnutls-available-p' to see whether we have built-in support.
6563
6564         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6565         we already know.
6566         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6567         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6568
6569 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6570
6571         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6572         %S format, since that looks odd.
6573         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6574         file, especially when saving.
6575
6576 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6577
6578         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6579         article found.
6580
6581 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6582
6583         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6584         `auth-source-save-secrets' with a more sensitive alist that can be
6585         configured per file.  Experimental, so defaults to 'never.
6586         (auth-source-netrc-create): Use it.  Still experimental code.
6587         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6588         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6589
6590 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6591
6592         * auth-source.el (auth-source-save-secrets): New variable to control if
6593         secret tokens should be saved encrypted.
6594         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6595         to `auth-source-netrc-normalize'.
6596         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6597         on the EPA variables being defined.
6598         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6599         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6600         the lexical-let closure.
6601         (auth-source-netrc-create): Create "gpg:" tokens according to
6602         `auth-source-save-secrets'.
6603
6604 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * gnus-group.el (gnus-group-update-group): Add new argument
6607         `info-unchanged' that stops updating dribble buffer.
6608
6609         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6610         deletes lines matching to it in dribble buffer.
6611
6612         * gnus-agent.el (gnus-agent-fetch-group-1):
6613         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6614         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6615         * gnus-start.el (gnus-group-change-level):
6616         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6617
6618         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6619         if newsgroup info is not changed.
6620
6621         * gnus-group.el (gnus-group-get-new-news-this-group):
6622         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6623         Don't update dribble buffer.
6624
6625 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6626
6627         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6628         remove entries with groups we ignore.
6629
6630 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6631
6632         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6633         the underline comes at the bottom.
6634
6635 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6636
6637         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6638         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6639         (gnus-registry-article-marks-to-names): Rename from
6640         `gnus-registry-user-format-function-M2'.
6641
6642 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6645         ephemeral group.
6646
6647 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6648
6649         * shr.el (shr-browse-image): Copy the URL if called interactively.
6650
6651 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6652
6653         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6654         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6655         done, then unselected articles may be marked as read.
6656
6657         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6658         since not doing this seems to lead to a race condition in pop3-logon.
6659
6660         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6661         so that the call chain it correct when we call "upwards".
6662
6663         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6664         in read-only groups.
6665
6666         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6667
6668         * message.el (message-cite-reply-position): Doc string fix.
6669
6670         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6671         avoid regexp overflow.
6672         (nnimap-transform-split-mail): Ditto.
6673
6674         * pop3.el (pop3-retr): Error out if the server closes the connection.
6675
6676 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6677
6678         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6679         mm-with-unibyte-current-buffer.  The buffer should not contain any
6680         multibyte chars anyway at this stage.
6681
6682 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6683
6684         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6685         at the end of lines.
6686
6687 2011-05-29  Julien Danjou  <julien@danjou.info>
6688
6689         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6690
6691 2011-05-27  Glenn Morris  <rgm@gnu.org>
6692
6693         * gnus-group.el (gnus-bug-group-download-format-alist):
6694         Use the "maintainer" version of debian reports as well.
6695
6696 2011-05-26  Glenn Morris  <rgm@gnu.org>
6697
6698         * gnus-group.el (gnus-bug-group-download-format-alist):
6699         Use the "maintainer" version of debbugs.gnu.org reports.
6700
6701 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6704
6705 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6706
6707         * gnus-cus.el (gnus-agent-customize-category):
6708         * gnus-delay.el (gnus-delay-send-queue):
6709         * gnus.el (gnus-other-frame):
6710         Don't quote lambda expressions with `quote'.
6711
6712 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6713
6714         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6715         the thread moves us backwards and so we loop forever.
6716
6717 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6720         whitespace in base64 data lines.
6721
6722 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6723
6724         * gnus-registry.el (gnus-registry-user-format-function-M):
6725         Use `mapconcat'.
6726         (gnus-registry-user-format-function-M2): Use to see the full text of
6727         the marks.  Make "," the mark text separator.
6728
6729         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6730         authentication with auth-source.
6731
6732 2011-05-17  Glenn Morris  <rgm@gnu.org>
6733
6734         * gnus-group.el (gnus-import-other-newsrc-file):
6735         Use insert-file-contents.
6736
6737 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6738
6739         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6740         1000 iterations.
6741
6742 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * nntp.el (nntp-open-connection): Check if process-type is available.
6745
6746 2011-05-16  Julien Danjou  <julien@danjou.info>
6747
6748         * shr.el (shr-tag-del): Add support for del tag.
6749
6750 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * gnus-html.el (gnus-html-put-image): Register a displayer.
6753
6754         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6755
6756 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6757
6758         * registry.el (prune-factor): New initialization parameter defaulting
6759         to 0.1.
6760         (registry-prune-hard): Use it.
6761
6762         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6763         0.1 expicitly.
6764
6765 2011-05-13  Glenn Morris  <rgm@gnu.org>
6766
6767         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6768         is bound, since this function requires sendmail.
6769
6770 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6771
6772         * registry.el (registry-usage-test): Disable pruning test.
6773
6774 2011-05-11  David Engster  <dengste@eml.cc>
6775
6776         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6777         Bind set-network-process-option for XEmacs.
6778
6779 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6780
6781         * registry.el (registry-prune-hard-candidates)
6782         (registry-prune-soft-candidates): Helper methods for registry pruning.
6783         (registry-prune): Use them.  Make the sort function optional.
6784
6785 2011-05-10  Jim Meyering  <meyering@redhat.com>
6786
6787         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6788
6789 2011-05-10  Julien Danjou  <julien@danjou.info>
6790
6791         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6792         symbol and not a list.
6793
6794 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * gnus-art.el (gnus-article-mode): Move binding of
6797         shr-put-image-function here from gnus-article-prepare-display.
6798
6799         * shr.el (shr-put-image-function): New variable.
6800         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6801         (shr-put-image): Return scaled image.
6802
6803         * gnus-art.el (gnus-shr-put-image): New function.
6804         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6805
6806         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6807         original ones, as deletable.
6808
6809 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6810
6811         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6812
6813 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6814
6815         * registry.el (registry-full): Add convenience method.  Fix logic.
6816         (registry-insert): Use it.  Fix logic here too.
6817
6818         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6819         `registry-prune' if `registry-full' returns t.
6820         (gnus-registry-handle-action)
6821         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6822         (gnus-registry-usage-test): Use it.
6823
6824 2011-05-07  Julien Danjou  <julien@danjou.info>
6825
6826         * shr.el (shr-link): Make shr-link inherit from link by default.
6827
6828 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6829
6830         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6831
6832 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6833
6834         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6835         error out because the face is not a list.
6836
6837 2011-05-05  Glenn Morris  <rgm@gnu.org>
6838
6839         * proto-stream.el (gnutls-negotiate): Fix declarations.
6840
6841         * gnus-start.el (gnus-propagate-marks): Declare.
6842
6843 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6844
6845         * registry.el (registry-reindex): Fix percentage message.
6846
6847         * proto-stream.el (network-stream-open-starttls): Adjust to call
6848         `gnutls-negotiate' with :process and :hostname arguments.
6849
6850 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6851
6852         * shr.el: Add shr-link face for links.
6853         (shr-urlify): Use it.
6854
6855         * registry.el (registry-insert): Make error message more helpful.
6856
6857 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6858
6859         * gnus-html.el (gnus-html-schedule-image-fetching):
6860         Use url-queue-retrieve, if it exists.
6861
6862         * shr.el (shr-tag-img): Ditto.
6863
6864         * gnus.el: Autoload more gnus-agent functions.
6865
6866         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6867         agent if we haven't already (bug#8502).
6868
6869         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6870         into the Agent, too.
6871
6872         * gnus-agent.el (gnus-agent-store-article): New function.
6873
6874         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6875         and moved from that file for reuse.
6876
6877         * pop3.el (pop3-open-server): Error messages are "-ERR".
6878
6879 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6880
6881         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6882         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6883
6884 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6885
6886         * gnus.el: No Gnus v0.17 is released.
6887
6888 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6889
6890         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6891         buffer has moved to a different frame.
6892
6893 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6894
6895         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6896         to get the conversion from unibyte to multibyte buffers to work on
6897         Emacs 22.
6898
6899         * nntp.el (nntp-request-article): Slight clean-up.
6900
6901 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6902
6903         * shr.el (shr-strike-through): New face.
6904         (shr-tag-s): Use it to provide <s> support.
6905         (shr-tag-s): Remove duplicate definition.
6906
6907 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6908
6909         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6910         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6911
6912 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6913
6914         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6915         `gnutls-negotiate'.
6916         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6917
6918 2011-04-23  Glenn Morris  <rgm@gnu.org>
6919
6920         * gnus-sum.el (gnus-extra-headers): Bump :version.
6921
6922 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6923
6924         * shr.el (shr-tag-sup): New function.
6925         (shr-tag-sub): Ditto.
6926
6927 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6928
6929         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6930         for the case where `gnus-registry-ignored-groups' is a list of lists,
6931         and don't call `gnus-parameter-registry-ignore' otherwise.
6932
6933 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6934
6935         * nnimap.el (nnimap-user): New backend variable.
6936         (nnimap-open-connection-1): Use it.
6937         (nnimap-credentials): Accept user parameter so it's explicit what user
6938         name is desired.
6939
6940         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6941         default.
6942
6943         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6944         not gnus-registry.el.
6945
6946         * gnus-registry.el: Mention in comments how to modify
6947         `gnus-extra-headers' for proper recipient tracking and that it may
6948         already have To and Cc recently, which it does as of this commit.
6949         (gnus-registry-ignored-groups): Remove defcustom.
6950         Explain why in comments.
6951         (gnus-registry-action): Fix data-header reference to use the extra
6952         headers.  Explain in package commentary how to add To and Cc headers to
6953         the gnus-extra-headers.
6954         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6955         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6956         parameter list or a string list in `gnus-registry-ignored-groups'.
6957         Fix logic error.
6958
6959 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6960
6961         * shr.el (shr-expand-url): Protect against null urls.
6962
6963 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6964
6965         * shr.el (shr-base): New binding.
6966         (shr-tag-base): Keep track of <base>.
6967         (shr-expand-url): New function used throughout.
6968
6969 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6970
6971         * gnus-registry.el
6972         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6973         (gnus-registry-ignored-groups): New variable.
6974         (gnus-registry-ignore-group-p): Use it.
6975         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6976         set the destination group to nil (same as delete) if it's ignored.
6977
6978 2011-04-20  David Engster  <dengste@eml.cc>
6979
6980         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6981
6982         * Makefile.in (test-nntp): New rule.
6983         (check): Add it.
6984         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6985
6986 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * gnus-registry.el (gnus-registry-action)
6989         (gnus-registry-fetch-header-fast):
6990         Don't use mail-header that looks an internal function of mailheader.el.
6991
6992 2011-04-19  Glenn Morris  <rgm@gnu.org>
6993
6994         * time-date.el (time-to-days): Remove unused local variables.
6995
6996 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * gnus-registry.el: Eliminate cl functions.
6999         (gnus-registry-sort-addresses): New function that replaces mapcan.
7000         (gnus-registry-action, gnus-registry-spool-action)
7001         (gnus-registry-split-fancy-with-parent)
7002         (gnus-registry-fetch-recipients-fast): Use it.
7003         (gnus-registry-import-eld): Replace delete* with dolist + delq.
7004
7005         * registry.el (initialize-instance, registry-lookup)
7006         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
7007         (registry-lookup-secondary-value, registry-search, registry-delete)
7008         (registry-insert, registry-reindex, registry-size, registry-prune):
7009         Use eval-and-compile.
7010
7011 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7012
7013         * registry.el (registry-reindex): New method to recreate the secondary
7014         registry indices.
7015
7016         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
7017         tracked field changes.
7018         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
7019         (gnus-registry-action, gnus-registry-spool-action)
7020         (gnus-registry-handle-action)
7021         (gnus-registry--split-fancy-with-parent-internal)
7022         (gnus-registry-split-fancy-with-parent)
7023         (gnus-registry-register-message-ids): Add recipient tracking on spool,
7024         move, and delete actions, and for fancy splitting with parent.
7025         (gnus-registry-extract-addresses)
7026         (gnus-registry-fetch-recipients-fast)
7027         (gnus-registry-fetch-header-fast): Convenience functions.
7028         (gnus-registry-misc-test): ERT test of
7029         `gnus-registry-extract-addresses'.
7030
7031 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7032
7033         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7034         Track by subject first, then sender.
7035
7036 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7037
7038         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
7039
7040         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
7041         Lisp.
7042
7043         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
7044         (gnus-draft-send): Use it to avoid popping
7045         up frames from gnus-group-send-queue.
7046
7047 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7048
7049         * gnus-registry.el: Updated gnus-registry docs.
7050
7051 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7052
7053         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7054         Fix logic bug.
7055         (gnus-registry-post-process-groups): Fix logging of no results and
7056         quote sender and subject.
7057
7058 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7059
7060         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
7061         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
7062         gnutls-cli are too slow to be done opportunistically.
7063
7064         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
7065         (gnus-read-active-for-groups): Don't try to finish getting stuff where
7066         we had no early-data returned.
7067         (gnus-get-unread-articles): Add a sanity check so that we don't issue
7068         two async commands to the same server at the same time.
7069
7070 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
7071
7072         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
7073
7074 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7075
7076         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
7077         "warning" level.
7078
7079         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
7080         (mm-url-insert-file-contents): Don't set the package names.
7081
7082 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
7083
7084         * gnus-registry.el (gnus-registry-action): Remove properties and
7085         simplify subject in `gnus-registry-handle-action'.
7086         (gnus-registry-spool-action): Get subject and sender from message if
7087         they are not passed in.
7088         (gnus-registry-handle-action): Remove properties and simplify subject
7089         consistently.
7090
7091 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7092
7093         * registry.el: Require CL before using defmacro*.
7094
7095 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * gnus-art.el (article-treat-date): Assume that
7098         gnus-article-date-headers may be a group parameter.
7099
7100 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7101
7102         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7103
7104         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7105         interactively so the newsrc file can contain foreign groups too.
7106         Useful for debugging but not much for users.
7107
7108 2011-04-07  David Engster  <dengste@eml.cc>
7109
7110         * registry.el (registry-usage-test): Only do
7111         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7112         lexical binding.
7113
7114 2011-04-07  David Engster  <dengste@eml.cc>
7115
7116         * Makefile.in (check, test-registry): New rules for test-suite.
7117
7118 2011-04-06  David Engster  <dengste@eml.cc>
7119
7120         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7121         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7122
7123 2011-04-06  David Engster  <dengste@eml.cc>
7124
7125         * registry.el (initialize-instance): Change :after to :AFTER to be
7126         compatible with old EIEIO version in XEmacs.
7127
7128 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7129
7130         * gnus-registry.el (gnus-registry-post-process-groups)
7131         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7132         and provide better messaging.
7133
7134 2011-04-06  David Engster  <dengste@eml.cc>
7135
7136         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7137         errors.
7138
7139         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7140         dgnushack-compile with error-on-warn enabled, and to signal an error if
7141         clean compilation failed.
7142         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7143         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7144
7145 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7146
7147         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7148         unconditionally anyway, discarding errors.
7149         (gnus-registry-delete-entries): New convenience function.
7150         (gnus-registry-import-eld): Import from old .eld registry.
7151
7152         * registry.el: Don't use ERT if it's not available.  Load it
7153         unconditionally anyway, discarding errors.
7154
7155         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7156         version from the Claudio Bley GnuTLS patch (extra optional parameters
7157         and host name).
7158
7159 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7160
7161         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7162         fixup the parameters that can be customized by the user between
7163         save/read cycles.
7164         (gnus-registry-read): Use it.
7165         (gnus-registry-make-db): Use it.
7166         (gnus-registry-spool-action, gnus-registry-handle-action):
7167         Fix messaging.
7168         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7169         Map references to actual group names with sender and subject tracking.
7170         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7171         (gnus-registry-usage-test): Add subject lookup test.
7172
7173         * registry.el (registry-db, initialize-instance): Set up constructor
7174         instead of :initform arguments for the sake of older Emacsen.
7175         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7176         pre-lexbind merge bug.
7177         (registry-usage-test): Use it.
7178         (initialize-instance, registry-db): Move the non-function initforms
7179         back to the class definition.
7180
7181 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7182
7183         * registry.el: New library to manage gnus-registry-style data.
7184
7185         * gnus-registry.el: Use it (major rewrite).
7186
7187         * nnregistry.el: Use it.
7188
7189         * spam.el: Use it.
7190
7191 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7192
7193         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7194         marks on non-selected articles.
7195
7196 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7197
7198         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7199         parameter to open-protocol-stream.
7200
7201 2011-04-01  Julien Danjou  <julien@danjou.info>
7202
7203         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7204         fundamental-mode.
7205
7206 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7207
7208         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7209         servers.
7210
7211 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7212
7213         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7214         made marks not propagate, again.
7215
7216 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7217
7218         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7219         Make this the default type.
7220         (proto-stream-open-plain): Rename from proto-stream-open-default.
7221         (open-protocol-stream, proto-stream-open-starttls)
7222         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7223         with `plain'.
7224
7225         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7226         value.
7227
7228         * nntp.el (nntp-open-connection-function): Document the fact that some
7229         values are not functions but are instead handled specially.
7230         Recognize nntp-open-plain-stream value.
7231         (nntp-open-connection): Recognize that value.
7232
7233 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7234
7235         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7236         where it seems to be needed.
7237
7238 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7241         stuff.
7242
7243         * gnus-score.el (gnus-score-string): Fix calling convention of
7244         `gnus-simplify-buffer-fuzzy' after last patches.
7245
7246         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7247         server for articles we didn't get any headers for.  This is a sanity
7248         check.
7249
7250 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7251
7252         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7253         new CAPABILITY, use it.
7254
7255 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7256
7257         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7258         downloading anything.
7259
7260         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7261
7262 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7263
7264         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7265         colors.
7266         (gnus-splash-svg-color-symbols): New function.
7267
7268 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7269
7270         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7271         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7272         (gnus-simplify-subject-fuzzy): Use the local
7273         gnus-simplify-subject-fuzzy-regex instead of the global one.
7274         This makes using this variable in group parameters work.
7275
7276 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7277
7278         * gnus-registry.el (gnus-registry-unfollowed-groups):
7279         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7280         archive:sent-YYYY-MM-DD groups).
7281         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7282         tracking if there are more than `gnus-registry-max-track-groups'
7283         matches.
7284
7285 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7286
7287         * message.el (message--yank-original-internal): New function to do the
7288         insertion cleanly inside eval in `message-yank-original'.
7289         (message-yank-original): Use it.
7290
7291 2011-03-29  Julien Danjou  <julien@danjou.info>
7292
7293         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7294         local variables disabled rather than `normal-mode'.
7295
7296 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7297
7298         * imap.el (imap-shell-open, imap-process-connection-type):
7299         Use imap-process-connection-type for 'shell' streams as well as
7300         Kerberos, SSL, other subprocesses.
7301
7302 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7303
7304         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7305         with open-network-stream.
7306         (proto-stream-always-use-starttls): Option removed.
7307         (open-protocol-stream): Return a process object by default.  Provide a
7308         new parameter :return-list specifying a list-type return value, which
7309         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7310         :type `network' to `try-starttls', and `network-only' to `default'.
7311         Make `default' the default, for compatibility with open-network-stream.
7312         Handle the no-parameter case exactly as open-network-stream, with no
7313         additional stream processing.  Search plists using plist-get.
7314         Explicitly add :end-of-commend parameter if it is missing.
7315         (proto-stream-open-default): Rename from
7316         proto-stream-open-network-only.  Return 'default as the type.
7317         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7318         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7319         failed.  Always return a list with a (possibly dead) process as the
7320         first element, for compatibility with open-network-stream.
7321         (proto-stream-open-tls): Use plist-get.  Always return a list.
7322         (proto-stream-open-shell): Return `default' as connection type.
7323         (proto-stream-capability-open): Use plist-get.
7324         (proto-stream-eoc): Function deleted.
7325
7326         * nnimap.el (nnimap-stream, nnimap-open-connection)
7327         (nnimap-open-connection-1): Handle renaming of :type parameter for
7328         open-protocol-stream.
7329         (nnimap-open-connection-1): Pass a :return-list parameter
7330         open-protocol-stream to obtain a list return value.  Parse this list
7331         using plist-get.
7332
7333         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7334         for open-protocol-stream.  Accept open-protocol-stream return value
7335         that is a subprocess object instead of a list.  Handle the case of a
7336         dead returned process.
7337
7338 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7339
7340         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7341
7342         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7343
7344 2011-03-21  Julien Danjou  <julien@danjou.info>
7345
7346         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7347         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7348         query.
7349         (mm-inline-text): Render normal text with fontification whenever
7350         possible.
7351
7352         * gnus-sum.el (gnus-summary-save-parts-1):
7353         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7354         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7355         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7356         Use `mm-handle-filename'.
7357
7358         * mm-util.el (mm-handle-filename): New function, return the filename of
7359         an handle.
7360
7361 2011-03-18  Julien Danjou  <julien@danjou.info>
7362
7363         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7364         (gnus-buffer-live-p): Check that buffer is not nil.
7365
7366 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7367
7368         * gnus.el: No Gnus v0.15 is released.
7369
7370 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7371
7372         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7373         avoid warning on XEmacs.
7374
7375         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7376         on XEmacs.
7377
7378         * gnus-art.el: Require mouse, which the build bot seems to say is
7379         needed.
7380
7381         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7382
7383         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7384         XEmacs, since it doesn't have url-retrieve-synchronously.
7385
7386         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7387         since assoc-string doesn't exist in XEmacs.
7388
7389 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7390
7391         * gnus-group.el (gnus-group-list-ticked): New function.
7392         (gnus-group-make-menu-bar): Provide a menu entry for it.
7393         (gnus-group-list-map): Provide a binding for it.
7394
7395 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7396
7397         * shr.el (shr-visit-file): New command.
7398
7399         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7400
7401 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7402
7403         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7404         servers.
7405
7406 2011-03-16  Julien Danjou  <julien@danjou.info>
7407
7408         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7409         inline.
7410
7411         * gnus-art.el (article-hide-list-identifiers):
7412         Use gnus-group-get-list-identifiers.
7413
7414         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7415         (gnus-summary-remove-list-identifiers):
7416         Use gnus-group-get-list-identifiers to get regexp.
7417         (gnus-select-newsgroup, gnus-summary-insert-subject)
7418         (gnus-summary-insert-articles):
7419         Call gnus-summary-remove-list-identifiers unconditionally.
7420
7421 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7422
7423         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7424         we're selecting a group with unread articles.
7425
7426         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7427
7428         * gssapi.el: New file separated out from imap.el to provide a general
7429         Kerberos 5 connection facility for Emacs.
7430
7431         * message.el (message-elide-ellipsis): Document the format spec
7432         ellipsis.
7433
7434 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7435
7436         * message.el (message-elide-region): Allow the ellipsis to say how many
7437         lines were removed.
7438
7439 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7440
7441         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7442         window configurations containing buffers that are now dead.
7443
7444         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7445         parsing to avoid integer overflows.
7446         (nnimap-parse-flags): Simplify the last change.
7447         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7448         too large for 32-bit Emacsen.
7449
7450 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7451
7452         * auth-source.el (auth-source-netrc-create):
7453         * message.el (message-yank-original): Fix use of `case'.
7454
7455 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7456
7457         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7458         XEmacs, which was one character too wide.
7459
7460 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7461
7462         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7463         default number of articles to display.
7464         (gnus-articles-to-read): Use pretty names for prompt.
7465
7466 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7467
7468         * gnus-int.el (gnus-open-server): Ditto.
7469
7470         * gnus-start.el (gnus-activate-group): Give a backtrace if
7471         debug-on-quit is set and the user hits `C-g'.
7472         (gnus-read-active-file): Ditto.
7473
7474         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7475
7476 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7477
7478         * message.el (message-yank-original): Use cond instead of CL case.
7479
7480 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7481
7482         * auth-source.el (auth-source-netrc-create): Use usual format for the
7483         default in prompts.
7484
7485 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * lpath.el: Fbind read-char-choice for XEmacs.
7488
7489 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7490
7491         * auth-source.el (auth-source-netrc-create): Show the default in the
7492         prompt when prompting for token creation.
7493
7494 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7495
7496         * auth-source.el (auth-source-format-prompt): Always convert the value
7497         to a string to avoid evaluating non-string arguments.
7498         (auth-source-netrc-create): Offer default properly, not as initial
7499         content in `read-string'.
7500         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7501         of line to determine if we've been run before.  If so, don't run again,
7502         but print a trivial message to indicate the cache was hit instead.
7503
7504 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7505
7506         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7507         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7508         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7509         Gnus.
7510
7511 2011-03-11  Julien Danjou  <julien@danjou.info>
7512
7513         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7514         modified file".
7515
7516 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7517
7518         * auth-source.el (auth-source-read-char-choice): New function to read a
7519         character choice using `dropdown-list', `read-char-choice', or
7520         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7521         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7522         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7523         (auth-source-netrc-saver): Use it.
7524         (auth-source-pick-first-password): New convenience function.
7525
7526 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7527
7528         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7529         parameter in the credentials.
7530         (nnimap-open-connection-1): Use it after a successful login.
7531         (nnimap-credentials): Add IMAP-specific user and password prompt.
7532
7533         * auth-source.el (auth-source-search): Add :require parameter, taking a
7534         list.  Document it and the :save-function return token.  Pass :require
7535         down.  Change the CREATED message from a warning to a debug statement.
7536         (auth-source-search-backends): Pass :require down.
7537         (auth-source-netrc-search): Pass :require down.
7538         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7539         Change save prompt to indicate all modifications saved here are
7540         deletions.
7541         (auth-source-netrc-create): Take user login name as default in user
7542         prompt.  Move all the save functionality to a lexically bound function
7543         under the :save-function token in the returned list.  Set up clearer
7544         default prompts for user, host, port, and secret.
7545         (auth-source-netrc-saver): New function, intended to be wrapped for
7546         :save-function.
7547
7548 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7549
7550         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7551         lines to be spaces instead.
7552
7553 2011-03-07  Julien Danjou  <julien@danjou.info>
7554
7555         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7556         (sieve-sasl-auth): Check that auth-source-search did return something,
7557         or just return an empty string.
7558
7559 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7560
7561         * gnus.el (gnus-interactive): Use read-directory-name.
7562
7563         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7564         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7565         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7566         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7567         Likewise.
7568
7569         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7570
7571 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7572
7573         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7574         onto the list of killed groups, too.  This makes killed nnimap groups,
7575         for instance, more reliably not reappear.
7576
7577         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7578         the parent.
7579
7580         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7581
7582         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7583         really have server-side marks.
7584
7585         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7586         since most backends do not usefully have server-side marks.
7587         (gnus-update-read-articles): Propagate marks to all backends that
7588         really have server-side marks.
7589
7590 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7591
7592         * message.el (message-cite-reply-position, message-cite-style):
7593         New variables.
7594         (message-yank-original): Use the new citation styles.
7595
7596 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7597
7598         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7599         buffer-local issue); don't mark it buffer-local when running under
7600         XEmacs.
7601
7602 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7603
7604         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7605         numbers too big to be `read'.
7606
7607 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7608
7609         * password-cache.el (password-in-cache-p): Add autoload.
7610
7611         * message.el (message-options): Make buffer-local two ways to attempt
7612         to fix a XEmacs bug.
7613
7614 2011-03-02  Julien Danjou  <julien@danjou.info>
7615
7616         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7617
7618 2011-03-01  Julien Danjou  <julien@danjou.info>
7619
7620         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7621         group.
7622         (article-hide-list-identifiers): Use list-identifier group parameter.
7623
7624 2011-02-28  Julien Danjou  <julien@danjou.info>
7625
7626         * sieve.el (sieve-buffer-script-name): New local variable to store
7627         sieve script name.
7628         (sieve-edit-script): Store sieve script name.
7629         (sieve-upload): Use sieve script name when uploading.
7630         (sieve-upload): Use substitute-command-keys.
7631         (sieve-edit-script): Use substitute-command-keys.
7632         (sieve-refresh-scriptlist): Use substitute-command-keys.
7633         (sieve-manage-mode-map): Define keymap properly.
7634         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7635         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7636         Remove commented code about cvs.
7637         (sieve-manage-quit): New function.
7638         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7639
7640 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7641
7642         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7643
7644 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7645
7646         * auth-source.el (auth-source-search): Cache empty result sets.
7647
7648         * password-cache.el (password-in-cache-p): Convenience function to
7649         check if a key is in the cache, even if the value is nil.
7650
7651         * auth-source.el (auth-source-save-behavior): New variable to replace
7652         `auth-source-never-create'.
7653         (auth-source-netrc-create): Use it.
7654         (auth-source-never-save): Remove.
7655
7656 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7657
7658         * nnimap.el (nnimap-stream): Doc fix.
7659         (nnimap-open-connection-1): Reverse the order of the ports to that the
7660         prompted-for port is first.
7661
7662         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7663         retrieval by the no-group selection.
7664
7665         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7666         numerical parameters.
7667
7668 2011-02-25  Julien Danjou  <julien@danjou.info>
7669
7670         * gnus-gravatar.el: Use gnus-with-article-buffer.
7671
7672         * gnus-art.el (gnus-with-article-buffer): Check that the
7673         gnus-article-buffer is alive.
7674
7675 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7676
7677         * auth-source.el (auth-source-creation-prompts): New variable to manage
7678         creation-time prompts.
7679         (auth-source-search): Document it.
7680         (auth-source-format-prompt): Add utility function.
7681         (auth-source-netrc-create): Don't default the user name to
7682         user-login-name.  Use `auth-source-creation-prompts' and some default
7683         prompts for user, host, port, and password (the default generic prompt
7684         remains ugly).
7685         (auth-source-never-save): Add customizable option to never save info.
7686         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7687         mode excursion.
7688
7689 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7692         argument that XEmacs doesn't support.
7693
7694         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7695         compiled for Emacsen having no `libxml-parse-html-region' support.
7696
7697         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7698
7699         * lpath.el: Bind buffer-save-without-query for XEmacs.
7700
7701 2011-02-23  Julien Danjou  <julien@danjou.info>
7702
7703         * gnus-art.el (article-make-date-line): Ignore errors if time is
7704         invalid and not convertible.
7705         (article-make-date-line): Only add lapsed time if time is not nil.
7706
7707 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7708
7709         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7710         `read-char-choice' for backwards compatibility.
7711         (auth-source-netrc-element-or-first): New function to DTRT for
7712         parameter extraction.
7713         (auth-source-netrc-create): Use it and fix multiple parameter print
7714         bug.  Use the default passed from above (given-default) or the
7715         built-in (user-login-name for :user).
7716
7717 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7718
7719         * gnus-start.el (gnus-dribble-read-file):
7720         Set buffer-save-without-query, since we always want to save the dribble
7721         file, probably.
7722
7723         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7724         nnimap.
7725
7726         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7727         -summary- since it's a user-visible variable.
7728
7729         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7730         first time you use the new Gnus.
7731
7732 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7733
7734         * auth-source.el: Don't load netrc.el.
7735         (auth-sources): Search ~/.netrc as well by default.
7736         (auth-source-debug): Add 'trivia option for extra output.
7737         (auth-source-do-trivia): Use it.
7738         (auth-source-search): Simplify logic to use
7739         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7740         appropriate.  Don't keep a running count at this level.  Layer :create
7741         and :delete options appropriately on the first and second passes.
7742         Don't track the backend with the search results.
7743         (auth-source-search-backends): New function to search a list of
7744         backends for a processed spec.
7745         (auth-source-netrc-parse): Cache all netrc files, making
7746         auth-source-netrc-cache an alist keyed by the file name and using the
7747         file mtime as the caching criterion.  Keep the obfuscated data secret
7748         with a lexical bind.
7749         (auth-source-netrc-search): Don't calculate the length of the results
7750         unnecessarily.
7751         (auth-source-search-backends): Fix bug.
7752         (auth-source-netrc-create): Rework prompts.
7753
7754 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7755
7756         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7757         Lower case names of search constraints.
7758         (nnir-run-query): Cache and reuse search constraints for all imap
7759         servers.
7760
7761 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7762
7763         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7764         after exit.
7765         (gnus-setup-message): Define missing variable from last checkin.
7766
7767         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7768         value, show the raw article.
7769
7770 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7771
7772         * gnus.el: No Gnus v0.13 is released.
7773
7774 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7775
7776         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7777         auth-source now accepts numbers.
7778
7779         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7780         spec, too.
7781         (auth-source-ensure-strings): New function.
7782
7783         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7784         (gnus-article-setup-buffer): Always restart the date timer so that user
7785         changes to the frequency is respected.
7786
7787         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7788         port numbers, so make sure it gets that if nnimap-server-port is
7789         explicit.
7790
7791 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7792
7793         * nnimap.el (nnimap-inbox): Doc fix.
7794
7795 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7796
7797         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7798         Autoload.  Add optional arg FRAME, and pass it to color-values.
7799         (color-complement): Caller changed.  Doc fix.
7800         (color-gradient): Rewrite for better clarity and efficiency.
7801
7802 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7803
7804         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7805         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7806         color-lab-to-srgb.
7807
7808 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7809
7810         * color.el: First part of merge from hexrgb.el.
7811         (color-rgb-to-hex): Rename from color-rgb->hex.
7812         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7813         saturation to zero if the value is too small.
7814         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7815         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7816         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7817         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7818         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7819         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7820         (color-cie-de2000): Doc fix.
7821
7822 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7823
7824         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7825         given method as in the group name if we're using an extended method.
7826         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7827         command, if we're using that, instead of waiting for the beginning.
7828
7829         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7830         we're sure to get unique server names, and we don't output two async
7831         commands in the same buffer.  This fixes an NNTP hang for some users.
7832
7833 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7834
7835         * gnus.el: No Gnus v0.11 is released.
7836
7837 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7838
7839         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7840         summary buffer before reading going to the next buffer.  This avoids
7841         putting the point in the group buffer if you `C-g' the command.
7842
7843         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7844         cache (for now) to make ~/.authinfo.gpg files usable.
7845
7846         * nnfolder.el (copyright-update): Define for the compiler.
7847
7848         * auth-source.el (auth-source-search): Fix unbound variable.
7849
7850 2011-02-19  Glenn Morris  <rgm@gnu.org>
7851
7852         * gnus.el (gnus-meta): Doc fix.
7853
7854 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7855
7856         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7857         in case it's not yet loaded.
7858
7859 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7860
7861         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7862         line we're waiting for.
7863
7864 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7865
7866         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7867         face with line-width greater than zero will cause RET in gnus summary
7868         buffer to scroll down article page-wise because auto vscroll happens,
7869         it should be temporally disabled when doing a scroll-up.
7870
7871 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7872
7873         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7874         outputs from the server.
7875
7876 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7877
7878         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7879         later so that bbdb can hook in easier.
7880
7881 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7882
7883         * auth-source.el (auth-source-search): Don't try to create credentials
7884         if the caller doesn't want that.
7885         (auth-source-search): If we don't find a match, don't bug out on
7886         non-bound variables.
7887         (auth-source-search): Only ask a single backend to create the
7888         credentials.
7889
7890         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7891         logging.
7892         (nnimap-credentials): Protect against auth-source-search returning nil.
7893         (nnimap-request-list): Protect against not being able to open the
7894         server.
7895
7896 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7897
7898         * auth-source.el (auth-source-search): Do a two-phase search, one with
7899         no :create to get the responses from all backends.
7900
7901         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7902         when getting credentials.
7903
7904         * gnus-util.el (gnus-delete-duplicates): New function.
7905
7906 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7907
7908         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7909         a creation default, pass the whole port list down.  It will be
7910         completed.
7911
7912         * auth-source.el (auth-source-search): Updated docs to talk about
7913         multiple creation choices.
7914         (auth-source-netrc-create): Accept a list as a value (from the search
7915         parameters) and do completion on that list.  Keep a separate netrc line
7916         with the password obscured for showing the user.
7917
7918         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7919         first choice to `auth-source-search' so it will be used for entry
7920         creation instead of the server's Gnus-specific name.
7921         (nnimap-credentials): Rely on the auth-source library to select which
7922         port is actually wanted in the new netrc entry, so don't override
7923         `auth-source-creation-defaults'.
7924
7925         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7926         :protocol and accept a missing user, host, or port as a wildcard match.
7927         (auth-source-debug): Default to off.
7928
7929         (auth-source-netrc-search, auth-source-netrc-create)
7930         (auth-source-secrets-search, auth-source-secrets-create)
7931         (auth-source-user-or-password, auth-source-backend, auth-sources)
7932         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7933         instead of :protocol.
7934
7935         * nnimap.el (nnimap-credentials): Pass a port default to
7936         `auth-source-search' in case an entry needs to be created.
7937         (nnimap-open-connection-1): Use :port instead of :protocol.
7938
7939 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * auth-source.el: Bind load-path when loading EIEIO from
7942         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7943         21.4 doesn't support, to `require'.
7944         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7945         delete-dups that is not available in XEmacs 21.4.
7946
7947 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7948
7949         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7950         as EIEIO must also be loaded when auth-source.el is being
7951         byte-compiled.
7952
7953 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7954
7955         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7956
7957         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7958
7959         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7960
7961         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7962
7963         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7964
7965         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7966
7967         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7968
7969         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7970         necessary.
7971
7972 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7973
7974         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7975         nil means that nnimap doesn't get updated.
7976
7977 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7978
7979         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7980         result when the user doesn't want to write to the file.
7981         (auth-source-netrc-search): Expect a synthetic result and proceed
7982         accordingly.
7983         (auth-source-cache-expiry): New variable to override
7984         `password-cache-expiry'.
7985         (auth-source-remember): Use it.
7986
7987         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7988         parameter.  Create entry if necessary by using :create t.
7989         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7990
7991 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7992
7993         * auth-source.el (auth-source-debug): Enable by default and don't
7994         mention the obsolete `auth-source-hide-passwords'.
7995         (auth-source-do-warn): New function to debug unconditionally.
7996         (auth-source-do-debug): Use it.
7997         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7998         and for Secrets API entries when the secrets.el library is not
7999         available.
8000
8001 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8002
8003         * gnus-sum.el (gnus-propagate-marks): Default to nil.
8004         (gnus-summary-exit): Kill the correct article buffer on exit from a
8005         `C-d' group.
8006
8007         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
8008         gnus-propagate-marks.
8009
8010         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
8011         before killing the buffers so that a non-full window conf gets handled
8012         correctly.
8013         (gnus-summary-exit): Ditto.
8014         (gnus-summary-read-group-1): Ditto.
8015
8016         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
8017         async code again so that we can debug it properly.
8018
8019         * message.el (message-reply): Take an optional switch-buffer parameter
8020         so that Gnus window confs are respected better.
8021
8022 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8023
8024         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
8025         `plist-get' to accept non-list parameters (XEmacs issue).
8026         Fix docstring.
8027         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
8028         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8029         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
8030         Login collection is "Login" and not "login".
8031
8032 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8033
8034         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
8035         multiple headers.
8036
8037         * nnimap.el (nnimap-inhibit-logging): New variable.
8038         (nnimap-log-command): Don't log login commands.
8039
8040         * auth-source.el (auth-source-netrc-search): The asserts seem to want
8041         to have more parameters.
8042
8043         * nnimap.el (nnimap-send-command): Mark the command time for each
8044         command, so that we don't get NOOPs stepping on our toes.
8045
8046         * gnus-art.el (article-date-ut): Get the date from the Date header on
8047         `t'.
8048
8049 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * auth-source.el (auth-source-search): Use copy-sequence instead of
8052         the cl.el copy-list.
8053
8054 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8055
8056         * imap.el: Bring it back (revert
8057         84d800cd31de3064f0ed39617d725709a2f8f42f).
8058
8059 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
8060
8061         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
8062         Improve prompt.
8063
8064 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8065
8066         * gnus-art.el (gnus-article-mode-line-format): Remove the article
8067         washing status from the default format.  It isn't very informative.
8068
8069 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
8070
8071         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
8072         Fix Gcc processing on imap.
8073
8074 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8075
8076         * imap.el: Remove file.  All the functionality is in nnimap.el.
8077
8078 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8079
8080         * message.el (message-bury): Don't pop up a new window when selected
8081         window is dedicated.
8082
8083 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8084
8085         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
8086
8087 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
8088
8089         * sieve-manage.el: Autoload `auth-source-search'.
8090         (sieve-sasl-auth): Use it.
8091
8092 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8093
8094         * nnimap.el: Autoload `auth-source-forget+'.
8095         (nnimap-open-connection-1): Use it if the connection fails.
8096
8097         * auth-source.el: Require `password-cache'.
8098         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8099         obsolete.
8100         (auth-source-magic): Marker for `password-cache' keys.
8101         (auth-source-do-cache): Update docstring.
8102         (auth-source-search): Use and check cache.
8103         (auth-source-forget-all-cached, auth-source-remember)
8104         (auth-source-recall, auth-source-forget, auth-source-forget+)
8105         (auth-source-specmatchp): Caching support functions.
8106         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8107         Remove and obsolete.
8108         (auth-source-user-or-password): Remove caching to further discourage
8109         using it.  Always hide passwords.
8110
8111         * password-cache.el (password-cache-remove): Accept secrets that are
8112         not strings.
8113
8114 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8115
8116         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8117         code for now, since it doesn't work for all users.
8118
8119 2011-02-09  Julien Danjou  <julien@danjou.info>
8120
8121         * message.el (message-options): Make message-options really buffer
8122         local.
8123
8124 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8125
8126         * mail-source.el: Autoload `auth-source-search'.
8127         (mail-source-keyword-map): Note order matters.
8128         (mail-source-set-1): Get all the mail-source source values and
8129         defaults and search auth-source on those if needed.  This can all
8130         probably be simplified.
8131
8132         * nnimap.el: Autoload `auth-source-search'.
8133         (nnimap-credentials): Use it.
8134         (nnimap-open-connection-1): Ask for the virtual server and physical
8135         address in one shot.
8136
8137         * nntp.el: Autoload `auth-source-search'.
8138         (nntp-send-authinfo): Use it.  Note TODO.
8139
8140 2011-02-08  Julien Danjou  <julien@danjou.info>
8141
8142         * shr.el (shr-tag-body): Add support for text attribute in body
8143         markups.
8144
8145         * message.el (message-options): Make message-options a local variable.
8146
8147 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8148
8149         * auth-source.el (auth-source-secrets-search)
8150         (auth-source-user-or-password): Use `append' instead of `nconc'.
8151         (auth-source-user-or-password): Build return list better and protect
8152         against nil :secret.
8153
8154 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8155
8156         * nnimap.el (nnimap-update-info): Refactor slightly.
8157         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8158         (nnimap-update-info): Clean up slightly.
8159         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8160         characters.
8161         (nnimap-process-quirk): Rename function to avoid collision.
8162         (nnimap-update-info): Fix macrology bug-out.
8163         (nnimap-update-info): Simplify split history test.
8164
8165 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8166
8167         * auth-source.el (top): Require 'eieio unconditionally.
8168         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8169         (auth-source-secrets-search): Limit search when `max' is greater than
8170         number of results.
8171
8172 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8173
8174         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8175         part not returning any data.
8176
8177         * proto-stream.el (open-protocol-stream): Document the return value.
8178
8179 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8180
8181         * auth-source.el (auth-source-secrets-search): Add examples.
8182
8183 2011-02-06  Julien Danjou  <julien@danjou.info>
8184
8185         * message.el (message-setup-1): Handle message-generate-headers-first
8186         set to t.
8187
8188 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8189
8190         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8191         API with a string "secrets:collection-name" and with 'default.
8192         (auth-source-backend-parse): Parse "secrets:collection-name" and
8193         'default.  Recurse on parses instead of repeating code.  Use the
8194         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8195         message when ignoring a source.
8196         (auth-source-search): List ignored search keys at the top level.
8197         (auth-source-netrc-create): Use `case' instead of `cond'.
8198         (auth-source-secrets-search): Created with TODOs.
8199         (auth-source-secrets-create): Created with TODOs.
8200         (auth-source-retrieve, auth-source-create, auth-source-delete)
8201         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8202         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8203         (auth-source-user-or-password-sftp)
8204         (auth-source-user-or-password-smtp): Remove.
8205         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8206         around `auth-source-search'.  Not tested thoroughly.
8207
8208 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8209
8210         * auth-source.el: Bring in assoc and eioeio libraries.
8211         (secrets-enabled): New variable to track the status of the Secrets API.
8212         (auth-source-backend): New EIOEIO class to represent a backend.
8213         (auth-source-creation-defaults): New variable to set prompt defaults
8214         during token creation (see the `auth-source-search' docstring for
8215         details).
8216         (auth-sources): Simplify to allow a simple string as a netrc backend
8217         spec.
8218         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8219         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8220         (auth-source-search): Main auth-source API entry point.
8221         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8222         (auth-source-search-collection): Helper function for searching.
8223         (auth-source-netrc-parse, auth-source-netrc-normalize)
8224         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8225         Supports search, create, and delete.
8226         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8227         backend stubs.
8228         (auth-source-user-or-password): Call `auth-source-search' but it's not
8229         ready yet.
8230
8231 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8232
8233         * message.el (message-setup-1): Remove the read-only stuff, since it
8234         doesn't work under XEmacs, for some reason.
8235
8236         * gnus-sum.el (gnus-user-date): Rename back from
8237         gnus-summary-user-date since user code refers to it.
8238
8239         * shr.el (shr-render-td): Store the actual background color used.
8240
8241         * message.el (message-setup-1): Don't bind the constant
8242         -forbidden-properties.
8243         (message-setup-1): Revert previous change, since it needs to bind the
8244         props to insert them.
8245         (message-resend): Allow removing the read-only separator line.
8246
8247 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8248
8249         * nnimap.el (nnimap-request-accept-article): Give an error message if
8250         the APPEND wasn't successful.
8251
8252 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8253
8254         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8255         that have no groups.
8256
8257 2011-02-03  Julien Danjou  <julien@danjou.info>
8258
8259         * gnus-draft.el: Remove progn around gnus-draft-setup.
8260
8261 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8262
8263         * gnus-start.el (gnus-read-active-for-groups): This function is never
8264         called with a nil `infos', so clean that up.
8265         (gnus-get-unread-articles): Request active files from primary/secondary
8266         methods that have no groups (yet).
8267
8268 2011-02-03  Julien Danjou  <julien@danjou.info>
8269
8270         * message.el (message-setup-1): Always generate References first.
8271         (message-mail): Return the return value of message-setup, not always t.
8272         (message-setup-1): Insert mail-header-separator with read-only and
8273         intangible properties set.
8274
8275         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8276         user-date in docstring.
8277
8278         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8279
8280         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8281         docstring.
8282
8283         * gnus.el (gnus-user-date-format-alist): Change default value.
8284         Use defcustom, with type and group.  Move from gnus-util.el.
8285         Rename to gnus-summary-user-date-format-alist.
8286
8287 2011-02-03  Glenn Morris  <rgm@gnu.org>
8288
8289         * nnimap.el (gnus-fetch-headers): Declare.
8290
8291         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8292
8293 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8294
8295         * message.el (message-forward-make-body-digest-plain)
8296         (message-followup, message-reply): Clean up things noted by Stefan.
8297
8298         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8299         gnus-article-update-date-headers is nil.
8300         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8301         it didn't really work with defcustom.
8302         (article-update-date-lapsed): Make sure the window start doesn't move,
8303         either.
8304
8305 2011-02-01  Julien Danjou  <julien@danjou.info>
8306
8307         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8308         format.
8309
8310         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8311         standard in Emacs nowadays.
8312
8313         * color.el (color-gradient): Add a color-gradient function.
8314
8315 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8316
8317         * message.el (message-expand-name): Don't trust the return value of
8318         bbdb-complete-name.
8319         (message-check-news-header-syntax): Remove unused var `start'.
8320         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8321         (message-inhibit-body-encoding): Move to before first use.
8322         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8323         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8324         (Organization, Message-ID, Date, mh-previous-window-config):
8325         Defvar the vars using dynamic scoping.
8326
8327 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8328
8329         * shr.el (shr-render-td): Only do colors at the final rendering.
8330         Should be slightly faster.
8331         (shr-insert-table): Fix up TD background colors when doing the
8332         vertical padding.
8333
8334         * gnus-art.el (article-date-ut): Protect against articles with no Date
8335         header.
8336         (article-update-date-lapsed): Don't use current-column to find the
8337         horizontal position.  It's fragile in the presence of \003 characters.
8338
8339         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8340
8341 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8342
8343         * gnus-art.el (article-transform-date): Rewrite to still work when
8344         there are several rfc2822 parts.
8345         (article-transform-date): Fix infinite recursion.
8346         (article-date-ut): Replace infinitely many Date headers with a single
8347         one when called interactively.
8348
8349         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8350         secure manner.
8351
8352         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8353         move around by not using save-window-excursion.  It seems to work...
8354
8355 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * gnus-art.el (article-make-date-line): Work for user-defined format.
8358
8359 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8360
8361         * nntp.el (nntp-retrieve-group-data-early)
8362         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8363         fetching functions.
8364
8365         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8366         thoroughly for all backends that have no known groups.  This should
8367         allow new nnml methods to retrieve mail.
8368
8369         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8370         that Gnus doesn't know exists again.
8371
8372         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8373         (gnus-treat-date-ut): Ditto.
8374         (gnus-article-update-date-header): Rename.
8375         (gnus-treat-date-local): Remove.
8376         (gnus-treat-date-english): Remove.
8377         (gnus-treat-date-lapsed): Remove.
8378         (gnus-treat-date-combined-lapsed): Remove.
8379         (gnus-treat-date-original): Remove.
8380         (gnus-treat-date-iso8601): Remove.
8381         (gnus-treat-date-user-defined): Remove.
8382         (gnus-article-date-headers): New variable to control all the date
8383         header options.
8384         (article-date-ut): Rewrite to allow using the new way to format date
8385         headers(s).
8386
8387 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8388
8389         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8390         method.
8391         (nnmail-article-group): A better test for fanciness.
8392
8393         * nnimap.el (nnimap-request-head): Protect against not finding the
8394         article by Message-ID.
8395
8396 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8397
8398         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8399         keep point at the "same place".
8400
8401 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8402
8403         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8404         data if the group is inactive.
8405
8406 2011-01-28  Julien Danjou  <julien@danjou.info>
8407
8408         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8409         (gnus-all-windows-visible-p): Remove old compatibility code.
8410         (gnus-window-top-edge): Add docstring.
8411
8412         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8413
8414 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8415
8416         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8417         older request-update-info.
8418
8419         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8420
8421 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8422
8423         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8424         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8425
8426 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8427
8428         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8429         groups.  This makes the nndraft:queue group pop up if it's not already
8430         there.
8431
8432         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8433         messages" logic, which was reversed.
8434
8435         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8436         the "same place" even if point is on the line being replaced.
8437         (article-update-date-lapsed): Allow updating both the combined lapsed
8438         and the lapsed headers.
8439         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8440         (article-make-date-line): Limit the number of segments dynamically to
8441         avoid too-long lines.
8442
8443 2011-01-27  Julien Danjou  <julien@danjou.info>
8444
8445         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8446         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8447
8448 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8451         Use plist-get instead of the cl function getf.
8452
8453 2011-01-27  Glenn Morris  <rgm@gnu.org>
8454
8455         * gnus-util.el (float-time): Get rid of compiler warning, again.
8456
8457 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8458
8459         * shr.el (shr-put-color): Special-case background colors: Do put them
8460         at the blank parts at the front of the lines.
8461
8462         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8463         exit hook to nix out all data on readedness on group exit.
8464
8465         * gnus-util.el (float-time): If float-time is bound, always use it on
8466         all Emacsen.  It's unclear why the subrp check was there.
8467         (time-date): Require to make some autoload issues on XEmacs go away.
8468
8469         * shr.el (shr-put-color): Don't do the box padding in tables, since
8470         they're already padded.
8471
8472 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8473
8474         * gnus-art.el (gnus-article-next-page): When the last line of the
8475         article is displayed, scroll down once more instead of going to the
8476         next article at once.
8477         (article-lapsed-string): Refactor out and allow specifying how many
8478         segments you want.
8479         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8480         (gnus-article-update-lapsed-header): New variable.
8481
8482         * shr.el: Revert change that made headings use different-sized faces.
8483         The Emacs display engine isn't advanced enough that, for instance,
8484         tables can comfortably use differently-sized faces.
8485
8486 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8487
8488         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8489         used.
8490         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8491         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8492         we're using an encrypted connection.
8493
8494         * proto-stream.el: Alter the interface functions to also return the
8495         actual stream type used: network or tls.
8496
8497 2011-01-25  Julien Danjou  <julien@danjou.info>
8498
8499         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8500         (mm-display-javascript-inline): New function.
8501
8502         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8503         viewing function.
8504
8505 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * shr.el (shr-expand-newlines): Fix variable name.
8508
8509 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8510
8511         * shr.el (shr-expand-newlines): Make nested boxes work.
8512
8513 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8514
8515         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8516         backgrounds.
8517         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8518         in a more sensible manner.
8519
8520 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8521
8522         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8523         if EPG is loaded.
8524
8525 2011-01-24  Julien Danjou  <julien@danjou.info>
8526
8527         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8528         tags.
8529
8530 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8531
8532         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8533         commands.
8534
8535         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8536         in the article buffer.
8537         (gnus-gravatar-insert): Use blank space from the current buffer to
8538         avoid breaking text properties.  This makes X-Sent updating work again.
8539
8540         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8541
8542 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8543
8544         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8545         fix the bug in url-http.el instead.
8546
8547         * shr.el (shr-image-fetched): Ditto.
8548
8549         * shr.el (shr-image-fetched): Avoid having point move in the article
8550         buffer.
8551
8552         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8553         buffer after being called.  It's apparently being killed by url.el, and
8554         killing it made point move to end-of-buffer in a random buffer.
8555
8556         * shr.el (shr-image-fetched): Ditto.
8557
8558 2011-01-23  Julien Danjou  <julien@danjou.info>
8559
8560         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8561
8562         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8563         text/x-org.
8564
8565 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8566
8567         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8568         (i.e., nnimap) returning nil as the article number.
8569
8570 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8571
8572         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8573         "DelSp" parameter in RFC3676.
8574
8575 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8576
8577         * message.el (message-check-recipients): Display the encoded version of
8578         the bogus address if they differ.
8579
8580         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8581         after sending.
8582
8583         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8584
8585         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8586
8587         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8588         group buffer after sending the queue.
8589
8590         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8591
8592 2011-01-22  Julien Danjou  <julien@danjou.info>
8593
8594         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8595
8596 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8597
8598         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8599         nested related parts.
8600
8601         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8602         unexpired articles.  This fixes the regression that led expiry marks to
8603         disappear from nnfolder groups.
8604
8605 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8606
8607         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8608         Don't confuse the "ret" of "retrograde" with RET.
8609
8610 2011-01-21  Julien Danjou  <julien@danjou.info>
8611
8612         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8613         than mm-insert-inline.
8614
8615 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8618         Widen article buffer.
8619
8620 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8621
8622         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8623         the temp buffer.
8624         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8625
8626 2011-01-20  Julien Danjou  <julien@danjou.info>
8627
8628         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8629
8630         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8631         than mm-insert-inline to insert inline part: this respect
8632         mm-inline-media-tests displayers.
8633
8634         * mm-view.el (mm-display-shell-script-inline): New function.
8635
8636         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8637
8638         * mm-uu.el (mm-uu-type-alist): Add org block.
8639         (mm-uu-org-src-code-block-extract): New function.
8640
8641         * mm-view.el (mm-display-org-inline): New function.
8642
8643         * mm-decode.el (mm-automatic-display): Add text/org.
8644
8645         * mailcap.el (mailcap-mime-extensions): Add .org.
8646
8647 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8650         gnus-article-add-buttons.
8651
8652 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8653
8654         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8655         From header with a date and "nobody" as the sender.
8656
8657 2011-01-19  Julien Danjou  <julien@danjou.info>
8658
8659         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8660         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8661         if you have the same regexp several times.
8662         (gnus-button-push): Fix matching when regexp is symbol.
8663
8664 2011-01-15  Glenn Morris  <rgm@gnu.org>
8665
8666         * message.el (message-mail): A compose-mail function should
8667         accept headers as strings.
8668
8669 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8670
8671         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8672         Add :vert-only tags.
8673         (message-mail): New arg RETURN-ACTION.
8674         (message-return-action): New var.
8675         (message-bury): Use it.
8676         (message-mode): Make it buffer-local.
8677         (message-send-and-exit): Always call message-bury.
8678
8679         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8680         message-mail.
8681
8682 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8683
8684         * nnimap.el (nnimap-convert-partial-article): Protect against
8685         zero-length body parts.
8686
8687         * mm-decode.el (mm-preferred-alternative-precedence):
8688         Discourage showing empty parts.
8689
8690         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8691         and stuff if the backend didn't return the article number.  This fixes
8692         an Exchange-related nnimap bug.
8693
8694         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8695         group window, because it does the wrong thing when a separate frame
8696         displays the group buffer.
8697
8698         * proto-stream.el (open-protocol-stream): Protect against the low-level
8699         transport functions returning nil.
8700
8701 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8702
8703         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8704         (mml2015-epg-find-usable-secret-key): New function.
8705         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8706         mml2015-epg-find-usable-key (Bug#7797).
8707         (mml2015-epg-encrypt): Ditto.
8708
8709 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * dgnushack.el (rot13-string): Fix the way to get the argument.
8712
8713 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8714
8715         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8716
8717 2011-01-03  Glenn Morris  <rgm@gnu.org>
8718
8719         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8720
8721         * sieve.el (sieve-open-server): Give a more explicit error if
8722         sieve-manage-open returns nil.  (Bug#7720)
8723
8724 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8725
8726         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8727
8728 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8729
8730         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8731         This avoids sending passwords in plain text over non-encrypted
8732         channels.
8733
8734         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8735
8736         * nnimap.el (nnimap-login): Refactored out into own function, and
8737         implement CRAM-MD5.
8738         (nnimap-wait-for-line): Refactored out.
8739
8740         * mm-view.el (mml-smime): Require.
8741
8742 2010-12-20  David Engster  <deng@eml.cc>
8743
8744         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8745         use EPG to decrypt S/MIME messages instead of openssl.
8746
8747 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8748
8749         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8750
8751         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8752         status is the group clearly is unreachable.
8753
8754         * auth-source.el (auth-source-create): Add the optional second
8755         parameter to `local-variable-p' to be compatible with XEmacs.
8756
8757 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8758
8759         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8760         work when using a compressed nnml folder.
8761
8762 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8763
8764         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8765         backends after sanitising on entry, because this never makes sense:
8766         If the articles have gone missing, then the data no longer exists on
8767         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8768         overwrite anything anyway.
8769
8770         * shr.el (shr-insert-document): Bind shr-width dynamically to
8771         window-width if it's nil.
8772
8773 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8774
8775         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8776         with the meaning of using the full emacs window width for rendering.
8777
8778 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8779
8780         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8781         case when sender is not given.
8782
8783 2010-12-23  Julien Danjou  <julien@danjou.info>
8784
8785         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8786         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8787         the addresses, otherwise we might misplaced the gravatar.
8788
8789 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8790
8791         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8792         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8793         obsolete in Emacs.
8794
8795 2010-12-20  Julien Danjou  <julien@danjou.info>
8796
8797         * gnus-util.el (gnus-rescale-image): Revert last change.
8798
8799 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8800
8801         * binhex.el: Improve commentary (Bug#7482).
8802
8803 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8804
8805         * gnus-group.el (gnus-group-delete-articles): New command.
8806
8807 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8808
8809         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8810
8811 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8812
8813         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8814         here, since it's up to the backends to do CRLF removal if their
8815         protocol has it.
8816
8817         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8818
8819 2010-12-17  Julien Danjou  <julien@danjou.info>
8820
8821         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8822         they are from file.  Can also scale up.
8823
8824 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8825
8826         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8827         Restore gnus-use-agent.
8828         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8829
8830         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8831
8832 2010-12-17  Julien Danjou  <julien@danjou.info>
8833
8834         * gravatar.el (gravatar-retrieve-synchronously): New function.
8835         (gravatar-get-data): Make more robust.
8836
8837 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8840
8841 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8842
8843         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8844         to really consider the last line.
8845
8846 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8847
8848         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8849         list of recipient keys, or use symmetric encryption if not a list.
8850         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8851         EPA override, replacing the call to `netrc-store-data'.
8852
8853 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8854
8855         * gnus-srvr.el: Avoid passing nil regexp argument to
8856         delete-matching-lines.
8857
8858 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8859
8860         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8861         fetching stops when Gnus exits.
8862
8863         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8864         function.
8865         (nnfolder-request-expire-articles): Save all the buffers after doing
8866         expiry.
8867
8868         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8869         the last article", since that led to serious performance regressions
8870         when expiring nnml groups.
8871
8872 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8873
8874         * nnir.el: Improve customizations.
8875
8876 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8877
8878         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8879
8880         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8881         group has been killed.
8882         (gnus-group-yank-group): Ditto.
8883
8884         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8885
8886         * nnimap.el (nnimap-request-update-group-status): New function.
8887
8888         * gnus-int.el (gnus-request-update-group-status): New interface
8889         function.
8890
8891         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8892         copying read-ness to the backends.
8893
8894         * nnimap.el (nnimap-quirk): New function.
8895         (nnimap-retrieve-group-data-early): Use it.
8896         (nnimap-quirks): New alist.
8897
8898 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8901         don't delete it within indentation.
8902
8903 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8904
8905         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8906         previous line.
8907
8908 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8909
8910         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8911         QRESYNC command by deleting a superfluous space which broke Cyrus
8912         servers.  This change will break other servers that are buggy the other
8913         way around.
8914
8915 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8916
8917         * spam.el: Reindent and fix long lines.
8918         (spam-copy-or-move-routine): Exclude invalid move destinations.
8919
8920 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8921
8922         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8923         installed the registry.
8924
8925 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8928
8929 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8930
8931         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8932         groupname doesn't contain "gmane".
8933
8934 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8935
8936         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8937         and netrc-bound-and-true-p bindings.
8938         (netrc-parse): Cache the netrc contents.
8939
8940         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8941         (gnus-1): Don't create the nndrafts group twice.
8942         (gnus-setup-news): There's no need to read the active file here, since
8943         that's done again later on a per-backend basis.
8944         (gnus-start-draft-setup): Make sure that the new group is started out
8945         empty.
8946
8947         * gnus-agent.el (gnus-agentize): Don't create the queue group
8948         automatically on startup.  It'll be created later, if needed.
8949
8950         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8951         of automatically subscribed groups.
8952         (gnus-auto-subscribed-categories): New variable.
8953         (gnus-matches-options-n): Use it.
8954         (gnus-default-subscribed-newsgroups): Remove unused variable.
8955         (gnus-start-draft-setup): Message a bit less.
8956
8957 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8958
8959         * nnir.el (nnir-run-imap): Return article list in order of increasing
8960         UID.
8961
8962 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8963
8964         * gnus-sum.el (gnus-summary-enter-digest-group):
8965         Mention gnus-auto-select-on-ephemeral-exit.
8966
8967         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8968         convention of the network-only option.
8969
8970 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8971
8972         * proto-stream.el (proto-stream-open-network-only): New function to
8973         have a way to specify non-STARTTLS upgrade connections.
8974
8975 2010-12-10  Julien Danjou  <julien@danjou.info>
8976
8977         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8978         email address is nil.
8979
8980         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8981
8982 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8983
8984         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8985         deletion.
8986         (nnir-run-imap): Only need to parse list once.
8987
8988 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8989
8990         * shr.el (shr-tag-script): Ignore <script>.
8991         (shr-tag-label): Add <label> support.
8992
8993 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8996
8997         * shr.el (shr-image-displayer): Work for images lined side by side.
8998
8999 2010-12-08  Robert Pluim  <rpluim@gmail.com>
9000
9001         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
9002         parameter, since XEmacs doesn't accept t as a parameter.
9003
9004 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
9005
9006         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
9007         ids.
9008         (nnir-run-gmane): Simplify groupspec formatting.
9009         (nnir-request-expire-articles): New function.
9010
9011 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9012
9013         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
9014         overflow, possibly.
9015
9016         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
9017         (shr-render-td): Handle td style="" better.
9018         (shr-tag-table): Use the color from the style sheet.
9019         (shr-render-td): Make sure we copy over all the overlays, too.
9020
9021 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
9022
9023         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
9024         (nnir-request-article): Improve article retrieval.
9025
9026 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * mm-util.el (mm-extra-numeric-entities): New variable.
9029
9030         * mm-url.el (mm-url-decode-entities):
9031         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
9032
9033         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
9034
9035 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9036
9037         * message.el: Use completion-at-point.
9038         (message-completion-function): New fun, extracted from message-tab.
9039         (message-mode): Use it for completion-at-point-functions.
9040         (message-tab): Use it and completion-at-point.
9041
9042 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
9045         character if a non-breakable character follows.
9046
9047 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9048
9049         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
9050         any stream.
9051
9052         * shr.el (shr-tag-font): Colorize the region.
9053         (shr-tag-body): Ditto.
9054         (shr-tag-font): Actually let the styles be inherited instead of
9055         overwriting them.
9056         (shr-tag-font): Get the background color right.
9057         (shr-tag-style): Ignore all <style> tags for the moment.
9058
9059         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9060         a Message-ID to avoid having nnimap depend on gnus-sum.
9061
9062         * shr.el (shr-descend): Only colorize something if we have a node that
9063         sets colors.
9064
9065 2010-12-06  Julien Danjou  <julien@danjou.info>
9066
9067         * shr.el (shr-render-td): Render td content with shr-descend, so style
9068         will be applied to <td> too.
9069         (shr-colorize-region): Colorize region even if we only have a background.
9070         (shr-tag-body): Fix color and background color inheritance.
9071         Do not recolorize after shr-generic.
9072         (shr-tag-font): Let shr-generic colorize via inheritance.
9073
9074 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
9077
9078 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
9079
9080         * nnir.el (nnir-request-move-article): Remove obsolete code.
9081
9082 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
9085
9086 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9087
9088         * gnus-sum.el (gnus-summary-respool-article): The completion function
9089         expects a list instead of an alist.
9090
9091         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9092         string as the parameter.
9093
9094         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9095
9096         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9097         styles.
9098         (shr-colorize-region): New function.
9099         (shr-insert-background-overlay): Remove.
9100         (shr-render-td): Background setting should be taken care of on a higher
9101         level.
9102         (shr-tag-body): Use post-hoc colorizations.
9103         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9104         (shr-put-color-1): Don't overwrite old colors.
9105         (shr-colorize-region): When the background color isn't explicit, use
9106         a fixed background.
9107
9108         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9109         nnmail variables.
9110
9111 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9112
9113         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9114         unless necessary.
9115
9116 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9117
9118         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9119         server.
9120
9121 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9122
9123         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9124         so that TAB works.
9125
9126         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9127         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9128
9129         * shr.el (shr-urlify): Show the URL before the title to avoid
9130         misleading URLs.
9131
9132 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9133
9134         * shr.el (shr-urlify): Display the title in <a> tags.
9135
9136 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9137
9138         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9139
9140 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9141
9142         * nnir.el: Rearrange code to allow macros to be autoloaded by
9143         gnus-sum.el.
9144         (nnir-retrieve-headers-override-function): Make this variable
9145         customizable.
9146         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9147
9148         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9149         from nnir.el.
9150
9151 2010-12-03  Julien Danjou  <julien@danjou.info>
9152
9153         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9154
9155 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9158         allow optional argument `environment'.
9159
9160 2010-12-03  Glenn Morris  <rgm@gnu.org>
9161
9162         * mm-extern.el (message-goto-body): Update declaration.
9163
9164 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * gnus-util.el (gnus-macroexpand-all): New function.
9167
9168         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9169         instead of macroexpand-all that is unavailable in XEmacs.
9170
9171 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9172
9173         * nnir.el (nnir-summary-line-format): New variable.
9174         (nnir-mode): Use it.
9175         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9176         (nnir-article-ids): Reimplement as defsubst.
9177         (nnir-retrieve-headers): Don't mangle the subject header.
9178         (nnir-run-imap): Use 100 as RSV score.
9179         (nnir-run-find-grep): Fix for full server searching.
9180         (nnir-run-gmane): Better restriction to gmane groups.
9181
9182         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9183         summary buffers.
9184
9185 2010-12-02  Julien Danjou  <julien@danjou.info>
9186
9187         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9188
9189         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9190
9191         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9192         support.
9193
9194 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9195
9196         * nnir.el: Update to handle the registry better.
9197         (autoload): Silence byte-compiler.
9198         (nnir-open-server): Add a hook for nnir groups.
9199         (nnir-request-move-article): Don't mangle the header.  Better to use
9200         formatting variables (which will be added in the future).
9201         (nnir-registry-action): Update the registry using the original article
9202         group name.
9203         (nnir-mode): Install nnir-specific hooks for updating the registry.
9204
9205         * gnus-sum.el
9206         (gnus-article-original-subject, gnus-newsgroup-original-name):
9207         Remove obsolete variables.
9208         (gnus-summary-move-article): Remove use of obsolete variables.
9209         (gnus-summary-local-variables): Make move and delete hooks local to
9210         summary buffers.
9211
9212 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9213
9214         * rtree.el: New file.
9215
9216 2010-12-01  Julien Danjou  <julien@danjou.info>
9217
9218         * message.el (message-user-organization): Do not use
9219         gnus-local-organization.
9220
9221         * gnus.el: Remove gnus-local-organization.
9222
9223         * gnus-msg.el: Remove nastygram thing.
9224
9225 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9226
9227         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9228         funcall.
9229
9230 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9233         names.
9234
9235         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9236         characters.
9237
9238         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9239         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9240         Suggested by Štěpán Němec <stepnem@gmail.com>.
9241         (gnus-gravatar-transform-address): Use mail-extract-address-components
9242         that supports non-ASCII names rather than mail-header-parse-addresses.
9243
9244 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9245
9246         * proto-stream.el (open-protocol-stream): All starttls connections are
9247         handled by the network handler.
9248
9249 2010-11-30  Julien Danjou  <julien@danjou.info>
9250
9251         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9252         (nnimap-open-connection-1): Fix PREAUTH.
9253
9254         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9255
9256 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9259         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9260         (shr-insert): Use them.
9261         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9262
9263 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9264
9265         * nnir.el (nnir-request-move-article): Bail out if original group
9266         doesn't support article moves.
9267         (nnir-get-active): Improve active list retrieval.
9268
9269 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9270
9271         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9272
9273 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9274
9275         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9276         seem to accept strings-with-numbers as port numbers.
9277
9278 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9279
9280         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9281         change the registry.
9282
9283 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9286         delete-dups that is not available in XEmacs 21.4.
9287
9288         * mm-util.el (mm-delete-duplicates): Add comment.
9289
9290 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9291
9292         * nnir.el (nnir-ignored-newsgroups): New variable.
9293         (nnir-get-active): Use it.
9294
9295 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9296
9297         * proto-stream.el (proto-stream-open-network): Add some comments.
9298
9299         * nntp.el (nntp-open-connection): Provide a :success condition.
9300
9301         * nnimap.el (nnimap-open-connection-1): Ditto.
9302
9303         * proto-stream.el (proto-stream-open-network): See what the response to
9304         the STARTTLS command is.
9305
9306         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9307         backwards compatibility).
9308         (nnimap-open-connection-1): Really respect nnimap-server-port.
9309
9310         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9311         TLS upgrades we don't really care about the identity of the peer.
9312         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9313         that what we've checked for.
9314         (proto-stream-always-use-starttls): Only default to t if
9315         open-gnutls-stream exists.
9316         (proto-stream-open-network): If STARTTLS failed, then just open a
9317         normal connection.
9318         (proto-stream-open-network): Wait until the greeting before doing
9319         STARTTLS.
9320
9321         * nntp.el (nntp-open-connection): Report what the connection error is.
9322
9323         * proto-stream.el (open-protocol-stream): Rename from
9324         open-proto-stream.
9325
9326 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327
9328         * nnimap.el (nnimap-stream): Change default to `undecided'.
9329         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9330         first, and then network.
9331         (nnimap-open-connection-1): Respect nnimap-server-port.
9332         (nnimap-open-connection): Be more backwards-compatible.
9333
9334         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9335         (proto-stream-open-starttls): De-duplicate the starttls code.
9336         (proto-stream-open-starttls): Folded back into the main function.
9337         (proto-stream-open-network): Fix typo in the gnutls path.
9338         (proto-stream-command): Refactor out.
9339
9340         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9341
9342         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9343         starttls.el STARTTLS.
9344
9345         * color.el (color-lab->srgb): Fix function call name.
9346
9347         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9348         if we're using tls.el.
9349         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9350         built in, then don't try to establish a STARTTLS connection.
9351
9352         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9353         servers.
9354
9355         * proto-stream.el (open-proto-stream): Use network, not stream.
9356         (open-proto-stream): Add a way to specify what the end of a command is.
9357
9358         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9359         connections types.
9360         (nntp-open-network-stream): Remove.
9361         (nntp-open-ssl-stream): Remove.
9362         (nntp-open-tls-stream): Remove.
9363         (nntp-ssl-program): Remove.
9364
9365         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9366
9367 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9368
9369         * nnir.el: Fix typos.
9370         (nnir-retrieve-headers-override-function): Rename variable to reflect
9371         new semantics.
9372         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9373         macros.
9374         (nnir-request-article, nnir-request-move-article): Use them.
9375         (nnir-categorize): New function.
9376         (nnir-run-query): Use it.
9377         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9378         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9379         sorted.
9380         (nnir-group-full-name): Use gnus-group-full-name instead.
9381         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9382         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9383
9384 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9385
9386         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9387
9388         * proto-stream.el: New library to provide protocol-specific
9389         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9390         protocols.
9391         (open-proto-stream): Complete the documentation.
9392         (proto-stream-open-network): Fix some typos.
9393
9394         * nnimap.el (nnimap-open-connection): Use it.
9395
9396 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9397
9398         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9399         negotiation.
9400
9401 2010-11-26  Julien Danjou  <julien@danjou.info>
9402
9403         * color.el: Rename various rgb functions to srgb.
9404
9405 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9406
9407         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9408         names.
9409
9410 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * shr.el (shr-insert): Revert last change.
9413         (shr-find-fill-point): Never leave point being at bol;
9414         relax the kinsoku limitation when rendering tables.
9415
9416 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9417
9418         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9419         results from -accept-article.
9420
9421         * shr-color.el: Require cl when compiling.
9422
9423         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9424         checkin.
9425
9426         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9427
9428         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9429
9430         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9431         'add and 'delete to set backend marks.
9432
9433         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9434
9435         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9436
9437         * nntp.el (nntp-request-set-mark): Use it.
9438
9439         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9440
9441         * nnml.el (nnml-request-set-mark): Ditto.
9442
9443         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9444         introduces regressions in article selection.
9445         (nnimap-find-uid-response): New function.
9446         (nnimap-request-accept-article): Use the UID returned, if any.
9447         (nnimap-request-move-article): Use the UID returned, if any.
9448         (nnimap-get-groups): Reimplement to work with folded lines.
9449         (nnimap-find-uid-response): The UID is the last element in the list.
9450         (nnimap-request-set-mark): Extend syntax with 'set.
9451
9452         * nnml.el (nnml-request-set-mark): Ditto.
9453
9454         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9455
9456         * nntp.el (nntp-request-set-mark): Ditto.
9457
9458 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * message.el (message-called-interactively-p): A temporary macro.
9461         (message-goto-body): Use it temporarily.
9462
9463 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9464
9465         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9466         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9467         (nnimap-last-response-string): Fix last unfolding fix.
9468
9469 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * shr.el (shr-insert): Fix the way to fold lines.
9472
9473 2010-11-25  Julien Danjou  <julien@danjou.info>
9474
9475         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9476
9477         * color.el: Rename from color-lab.el
9478         (color-rgb->hex): Add.
9479         (color-complement): Add.
9480         (color-complement-hex): Add.
9481
9482         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9483
9484 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485
9486         * shr-color.el (shr-color-visible): Don't bug out if the color names
9487         don't exist.
9488
9489 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9492         assuming that article displaying or another mml-preview may be
9493         interrupted for an error or for the like.
9494
9495         * shr.el (shr-get-background): Fix argument name.
9496
9497 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9498
9499         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9500
9501         * gnus-sum.el (gnus-summary-include-articles): New function.
9502
9503         * message.el (message-goto-body): called-interactively-p needs a
9504         parameter, so use `any'.
9505
9506         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9507         clear marks before moving, since they're synced from the Gnus side
9508         first.
9509
9510         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9511         (gnus-summary-move-article): Copy over all marks before moving, so that
9512         IMAP doesn't think a new article has arrived.
9513
9514 2010-11-24  Julien Danjou  <julien@danjou.info>
9515
9516         * shr.el (shr-insert-background-overlay): Fix typo.
9517         (shr-render-td): Copy the background before rendering.
9518
9519         * shr-color.el (shr-color-visible): Fix docstring.
9520
9521         * shr.el (shr-tag-table): Add bgcolor support.
9522         (shr-render-td): Add bgcolor support.
9523         (shr-get-background): Add.
9524         (shr-insert-foreground-overlay): Use shr-get-background.
9525
9526         * message.el (message-goto-body): Use called-interactively-p.
9527         (message-in-body-p): message-goto-body returns point.
9528
9529 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9530
9531         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9532         Fixes something or other in Emacs 23, and is backwards compatible.
9533
9534         * message.el (message-goto-body): Remove the <#secure special-casing,
9535         which is too special.
9536
9537         * shr.el (shr-parse-style): Drop !important from styles.
9538
9539 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9540
9541         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9542         this function to return incorrect results when calling it with an
9543         explicit article argument different from
9544         (gnus-summary-article-number).
9545
9546 2010-11-24  Julien Danjou  <julien@danjou.info>
9547
9548         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9549         (shr-tag-body): Add background support.
9550         (shr-descend): Add background support.
9551         (shr-tag-title): Add.
9552
9553         * shr-color.el (shr-color-visible): Really return original background
9554         if fixed.
9555
9556 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9557
9558         * shr.el (shr-color-check): Protect against non-existent color names.
9559
9560 2010-11-24  Julien Danjou  <julien@danjou.info>
9561
9562         * color-lab.el: Require 'cl when compiling.
9563
9564         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9565
9566         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9567         matched part.
9568
9569         * color-lab.el: Fix all expt calls to use float type.
9570
9571 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9574         expression to shr-color-check as is.
9575
9576         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9577
9578         * color-lab.el: Add coding cookie.
9579         (float-pi): Use eval-and-compile.
9580
9581         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9582         compiled for Emacsen having no `libxml-parse-html-region' support.
9583
9584 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9585
9586         * shr.el (shr-insert-color-overlay): Split stuff like
9587         "#444444 !important" to find the real color.
9588         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9589         parse <font color="red"> entries.
9590
9591 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9592
9593         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9594         point when parsing headers.
9595
9596         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9597         is positioned properly when parsing headers.
9598
9599 2010-11-23  Julien Danjou  <julien@danjou.info>
9600
9601         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9602
9603         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9604
9605         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9606
9607         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9608         Use shr-color-hue-to-rgb.
9609         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9610
9611 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9612
9613         * shr.el (shr-color->hexadecimal): Autoload.
9614         (shr-descend): Add color to all tags.
9615
9616 2010-11-22  Julien Danjou  <julien@danjou.info>
9617
9618         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9619         shr-color->hexadecimal.
9620
9621         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9622         RGB() or HSL() color representation.
9623
9624         * shr.el (shr-tag-font): Add.
9625         (shr-tag-color-check): New function to get better colors.
9626         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9627         tag-span.
9628
9629         * shr-color.el: New file.
9630
9631         * color-lab.el: New file.
9632
9633         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9634
9635 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9636
9637         * nnir.el: Fix typo in comments.
9638         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9639         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9640
9641 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9642
9643         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9644
9645         * nnimap.el (nnimap-get-capabilities): Refactor out.
9646         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9647
9648 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9649
9650         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9651         appearing when `mm-uu-hide-markers' is nil.
9652
9653 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9654
9655         * nnimap.el (nnimap-unselect-group): Make into its own function.
9656         (nnimap-request-rename-group): Unselect group before renaming.
9657         This had gotten lost somewhere.
9658         (nnimap-request-accept-article): Keep track of examined groups, and
9659         unselect the group before APPENDing to read-only groups.
9660         (nnimap-request-move-article): Clear flags before moving so that they
9661         can be re-set later.
9662
9663 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9666         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9667
9668 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * gnus-art.el (gnus-mime-display-single):
9671         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9672         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9673         parameter.
9674
9675 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9676
9677         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9678         (shr-table-vertical-line): New variable.
9679         (shr-insert-table): Use it.
9680
9681 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * gnus-html.el (gnus-html-wash-images): Don't display images if
9684         gnus-inhibit-images is non-nil; register displayer for cid images.
9685         (gnus-html-display-image): Work for cid image.
9686         (gnus-html-insert-image): Allow arguments.
9687         (gnus-html-put-image): Inhibit read-only.
9688         (gnus-html-prefetch-images): Don't prefetch images if
9689         gnus-inhibit-images is non-nil.
9690
9691 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9692
9693         * shr.el (shr-put-image): Break lines when inserting big pictures.
9694
9695 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9696
9697         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9698         sender, thanks Katsumi Yamaoka.
9699
9700 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9701
9702         * nnir.el (nnir-run-imap): Reverse the article list for each group
9703         rather than the whole list.
9704
9705 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * shr.el (shr-image-displayer): Protect function against non-existent
9708         image source.
9709
9710         * gnus-art.el (gnus-inhibit-images): New user option.
9711         (gnus-mime-display-single): Don't display image if it is non-nil.
9712
9713         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9714         gnus-inhibit-images.
9715
9716         * shr.el (shr-image-displayer): New function.
9717         (shr-tag-img): Use it.
9718
9719 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9720
9721         * mml2015.el (mml2015-epg-sign): Use From header.
9722
9723 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9724
9725         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9726
9727         * gnus-util.el (gnus-find-text-property-region): Return markers.
9728
9729         * shr.el (shr-tag-img): Put a displayer in the text property.
9730
9731         * gnus-util.el (gnus-find-text-property-region): New utility function.
9732
9733         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9734         (gnus-html-show-images): Remove.
9735
9736         * gnus-art.el (gnus-article-show-images): New, more general function.
9737
9738         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9739         image url text properties.
9740
9741         * shr.el: Ditto.
9742
9743         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9744         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9745
9746 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9749         work for two or more articles.
9750
9751 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9754         divide an image that's in an html article to two or more when washing
9755         non-ASCII characters in alt text of it.
9756
9757 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9758
9759         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9760         smime-decrypt-region using function argument.
9761         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9762
9763         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9764
9765         * smime.el (smime-decrypt-region): Catch it.
9766
9767 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9768
9769         * smime.el (smime-mode-map): Move initialization into declaration.
9770         (gnus-run-mode-hooks): Don't autoload.
9771         (smime-mode): Use define-derived-mode.
9772
9773 2010-11-11  Glenn Morris  <rgm@gnu.org>
9774
9775         * smime.el (from): Restrict declaration to XEmacs.
9776
9777         * nnir.el (gnus-group-topic-name): Autoload.
9778
9779 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * shr.el (shr-insert): Don't break long line if it is because of
9782         kinsoku-bol characters in the line end.
9783
9784 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9785
9786         * nnir.el (nnir-request-move-article): Fix to provide original group
9787         and subject.
9788         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9789         been retrieved.
9790
9791         * gnus-sum.el (gnus-summary-move-article): Use original group and
9792         subject for virtual articles such as those in an nnir summary buffer.
9793
9794 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9797         least 21.5).
9798
9799         * smime.el (from): Declare it again for XEmacs.
9800
9801 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9802
9803         * message.el (message-resend): Don't disable encoding unless it's
9804         already encoded.
9805
9806         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9807         low-numbered articles.
9808
9809 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9810
9811         * rfc2047.el (rfc2047-syntax-table): Simplify.
9812
9813         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9814
9815         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9816         set-char-table-range for XEmacs.
9817
9818 2010-11-10  Glenn Morris  <rgm@gnu.org>
9819
9820         * time-date.el (time-to-seconds): Always an alias on Emacs,
9821         never a real function.
9822         (with-no-warnings): Remove compat stub, now unused.
9823         (time-less-p): Doc fix.
9824         (time-to-number-of-days): Simplify.
9825
9826         * smime.el (from): Remove unused declaration.
9827
9828         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9829         (gnus-float-time): On Emacs, always an alias.
9830
9831         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9832         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9833
9834 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * dgnushack.el: Don't use ignore-errors in the top level form since it
9837         is unavailable in XEmacs even if cl is loaded.
9838
9839         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9840
9841 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9842
9843         * shr.el (browse-url-mailto): Autoload.
9844
9845         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9846
9847         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9848         regexp doesn't need quoting.
9849
9850 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9851
9852         * message.el (message-subject-trailing-was-ask-regexp)
9853         (message-subject-trailing-was-regexp): Match was: in addition to was.
9854
9855 2010-11-09  Glenn Morris  <rgm@gnu.org>
9856
9857         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9858         (nnbabyl-check-mbox): Use point-at-bol.
9859
9860 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9861
9862         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9863
9864         * message.el (message-mailto): New function.
9865         (message-mailto): Should accept other parameters.
9866         (message-mailto): Remove since it duplicates browse-url-mailto
9867         functionality.
9868
9869 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9870
9871         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9872         methods.
9873         (gnus-read-active-file): Ditto.
9874
9875         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9876         ": " from the prompt.
9877         (gnus-group-make-group): Ditto.
9878
9879 2010-11-07  Glenn Morris  <rgm@gnu.org>
9880
9881         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9882         (gnus-bookmark-kill-line): Use point-at-eol.
9883
9884 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9887         asterisks in From header.
9888
9889 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9890
9891         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9892         string to avoid making the From headers syntactically invalid.
9893
9894         * message.el (message-send-mail): Don't insert courtesy messages if the
9895         message already has List-Post and List-ID messages.
9896
9897 2010-11-06  Glenn Morris  <rgm@gnu.org>
9898
9899         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9900         `condition', `type', `length' a prefix.
9901         (gnus-treat-predicate): Update for above name changes.
9902
9903 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9904
9905         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9906         binding.  Handled by `gnus-summary-refer-thread' instead.
9907         (nnir-warp-to-article): New backend function.
9908
9909         * nnimap.el (nnimap-request-thread): Force dependency updating.
9910
9911         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9912         (gnus-summary-refer-thread): Rework to improve thread-referral.
9913
9914         * gnus-int.el (gnus-warp-to-article): New function.
9915
9916         * gnus-sum.el (gnus-summary-article-map): Bind it.
9917
9918 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9919
9920         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9921         gnus-summary-refer-thread.
9922
9923         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9924         headers.
9925         (gnus-summary-limit-include-thread): Prevent articles in thread from
9926         being cut in gnus-cut-threads.
9927         (gnus-summary-refer-thread): Limit retrieved headers to those in
9928         thread.
9929
9930 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9931
9932         * message.el (message-send-mail): Use the value of
9933         message-courtesy-message from the message buffer.
9934
9935         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9936
9937         * shr.el (shr-browse-url): Implement mailto: URLs.
9938
9939         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9940         "raw".
9941
9942         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9943         if it's already selected.
9944
9945         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9946
9947 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9950         to measure the length and truncate alt text.
9951
9952 2010-11-03  Glenn Morris  <rgm@gnu.org>
9953
9954         * nndiary.el (nndiary-generate-nov-databases-1)
9955         (nndiary-generate-active-info): Rename dynamic variable `files' to
9956         something less generic.
9957
9958 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9959
9960         * nnir.el (nnir-request-move-article): Call the underlying backend to
9961         move articles from nnir.
9962
9963 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9964
9965         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9966
9967 2010-11-02  Julien Danjou  <julien@danjou.info>
9968
9969         * nnir.el: Remove wais support.
9970
9971 2010-11-02  Glenn Morris  <rgm@gnu.org>
9972
9973         * gnus-html.el: Reorder requirements to quieten compiler.
9974
9975 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9978         properly for XEmacs as well.
9979         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9980         (gnus-article-natural-long-line-p): Use window-width rather than
9981         frame-width.
9982
9983 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9984
9985         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9986         (nnir-read-parms): Don't modify query.
9987         (nnir-run-query): Add ability to search topic on current line.
9988         (nnir-get-active): Clean up.
9989
9990 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9991
9992         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9993         degenerate articles.
9994
9995         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9996         (gnus-print-buffer): Just print the buffer as is, without any copying
9997         to a buffer and then re-highlighting.
9998
9999         * nnimap.el (nnimap-request-group): Store the new updated info.
10000         (nnimap-request-group): Select the group when we don't know whether it
10001         exists or not.
10002
10003         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
10004         groups.
10005
10006         * gnus-group.el (gnus-group-find-new-groups): Display all the new
10007         groups.
10008
10009         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
10010         groups.
10011
10012         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
10013         long-lines case by only filling the long lines.
10014
10015         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
10016         (bug#7311).
10017
10018 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10019
10020         * shr.el: No need to declare `declare-function' since shr.el is for
10021         only Emacsen that provide `libxml-parse-html-region'.
10022
10023         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
10024         effective only in a file it is referred to.
10025
10026 2010-11-01  Glenn Morris  <rgm@gnu.org>
10027
10028         * mm-util.el (gnus-completing-read): Autoload.
10029         (mm-read-coding-system): Simplify Emacs definition.
10030
10031         * nnmail.el (gnus-activate-group):
10032         * nnimap.el (gnutls-negotiate):
10033         * nntp.el (netrc-parse): Fix declarations.
10034
10035 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
10038         string-match-p in Emacs >=23.
10039
10040         * gnus-msg.el (gnus-configure-posting-styles):
10041         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
10042
10043 2010-11-01  Glenn Morris  <rgm@gnu.org>
10044
10045         * nnir.el (declare-function): Add compat stub.
10046         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
10047         (nnir-run-gmane): Require 'mm-url.
10048
10049         * mm-util.el (mm-string-to-multibyte): Simplify.
10050
10051         * shr.el (declare-function): Add compat stub.
10052         (url-cache-create-filename): Declare.
10053         (mm-disable-multibyte, widget-convert-button): Autoload.
10054
10055         * smime.el (ldap-search): Declare.
10056         (smime-cert-by-ldap-1): Require ldap on Emacs.
10057
10058         * nnimap.el: Require nnmail, and gnus-sum when compiling.
10059         (nnimap-keepalive): Use gnus-float-time.
10060
10061         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
10062         (mail-source-delete-crash-box): Use gnus-float-time.
10063
10064         * gnus-dired.el (gnus-completing-read): Autoload.
10065
10066         * mm-view.el (gnus-rescale-image): Autoload.
10067
10068         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
10069
10070         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
10071
10072         * sieve-manage.el: Require 'cl when compiling.
10073
10074         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
10075         (gnus-iswitchb-completing-read): Require iswitchb.
10076         (gnus-select-frame-set-input-focus): Silence compiler.
10077
10078 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10079
10080         * message.el (message-subject-trailing-was-query): Change default to t,
10081         since I think that's what most people want.
10082
10083         * nnimap.el (nnimap-request-accept-article): Erase buffer before
10084         appending for easier debugging.
10085         (nnimap-wait-for-connection): Take a regexp.
10086         (nnimap-request-accept-article): Wait for the continuation line before
10087         sending anything unless we're streaming.
10088
10089         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10090         leave the header washing to take place.
10091
10092 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10093
10094         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10095         regular expression match and replace in posting styles.
10096
10097 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10098
10099         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10100         an entire server.
10101         (nnir-get-active): New function.
10102         (nnir-run-imap): Use it.
10103         (nnir-run-gmane): Who knew, gmane search returns an article score!
10104
10105         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10106         server on the current line with nnir.
10107
10108 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10109
10110         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10111         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10112         left edge.
10113         (gnus-article-foldable-buffer): Skip past the prefix when determining
10114         raggedness.
10115
10116         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10117         the raw article, and change `C-u g' to show the article without doing
10118         treatments.
10119
10120         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10121         on to `gnus-treat-article'.
10122         (gnus-inhibit-article-treatments): New variable.
10123
10124         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10125
10126         * gnus-art.el (gnus-treatment-function-alist): Have
10127         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10128         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10129         sections.
10130
10131         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10132         parameter.
10133         (gnus-article-fill-cited-long-lines): New function.
10134         (gnus-article-fill-cited-article): Allow filling only long sections.
10135
10136         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10137         and non-punctuation (like after the apostrophe in "'We").
10138
10139         * gnus-sum.el (gnus-summary-select-article): Make sure
10140         gnus-original-article-buffer is alive.
10141
10142         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10143         reflect the order they're in in the digest.
10144
10145         * gnus.el (gnus-group-startup-message): Move point to the start of the
10146         buffer.
10147
10148         * nnimap.el (nnimap-capability): New function.
10149         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10150         is set.
10151
10152 2010-10-31  David Engster  <dengste@eml.cc>
10153
10154         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10155         conform with changes to gnus-completing-read.
10156
10157 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10158
10159         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10160
10161 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10162
10163         * nnir.el: Move defvar, defcustom around to keep file organized
10164         and keep byte-compiler quiet.
10165         (nnir-read-parms): Accept search-engine as arg.
10166         (nnir-run-query): Pass search-engine as arg.
10167         (nnir-search-engine): Remove.
10168
10169 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10170
10171         * shr.el (shr-generic): The text nodes should be text, not :text.
10172
10173         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10174         later in the file.
10175
10176 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10177
10178         * nnir.el: General clean up.  Allow searching with multiple engines.
10179         Allow separate extra-parameters for each engine.
10180         Batch queries when possible.
10181         (nnir-imap-default-search-key, nnir-method-default-engines):
10182         Add customize interface.
10183         (nnir-run-gmane): New engine.
10184         (nnir-engines): Use it.  Qualify all prompts with engine name.
10185         (nnir-search-engine): Remove global variable.
10186         (nnir-run-hyrex): Restore for now.
10187         (nnir-extra-parms, nnir-search-history): New variables.
10188         (gnus-group-make-nnir-group): Use them.
10189         (nnir-group-server): Remove in favor of gnus-group-server.
10190         (nnir-request-group): Avoid searching twice.
10191         (nnir-sort-groups-by-server): New function.
10192
10193 2010-10-30  Julien Danjou  <julien@danjou.info>
10194
10195         * gnus-group.el: Remove gnus-group-fetch-control.
10196
10197         * gnus-start.el (gnus-find-new-newsgroups):
10198         Remove gnus-check-first-time-used.
10199
10200         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10201
10202 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10203
10204         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10205         set on groups that don't have \* permanentflags.
10206
10207 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10208
10209         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10210         control the background color.
10211         (shr-tag-img): Ignore very small web bug type images.
10212         (shr-put-image): Add help-echo alt texts to the images.
10213         (shr-tag-video): Show the video poster image.
10214
10215 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10216
10217         * shr.el (shr-table-depth): New variable.
10218         (shr-tag-table-1): Only insert the images after the top-level table.
10219
10220         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10221
10222         * gnus-util.el (gnus-list-memq-of-list): New function.
10223
10224         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10225         selected.
10226         (nnimap-unsplittable-articles): New slot.
10227         (nnimap-new-articles): Use it.
10228
10229 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10230
10231         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10232         move to the previous line on `M-g'.
10233
10234 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10235
10236         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10237         *-request-group, which seems unnecessary.
10238
10239         * nnimap.el (nnimap-quote-specials): Function copied over from
10240         imap.el.
10241         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10242         they support that.  Suggested by Tom Regner.
10243
10244 2010-10-29  Julien Danjou  <julien@danjou.info>
10245
10246         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10247         defalias.
10248         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10249
10250         * gnus.el: Remove `gnus-nntp-service' variable.
10251         (gnus-secondary-servers): Make obsolete.
10252         (gnus-nntp-server): Make obsolete.
10253
10254         * gnus-start.el (gnus-1): Remove x-splash calls.
10255
10256         * gnus-ems.el (gnus-x-splash): Remove.
10257
10258         * gnus.el (gnus-group-startup-message): Simplify/update code.
10259
10260         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10261         definition.
10262
10263         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10264         capability before doing anything.
10265         (gnus-group-insert-group-line): Remove useless
10266         gnus-group-remove-excess-properties.
10267
10268 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10271
10272 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10273
10274         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10275         config after reselecting.
10276
10277 2010-10-28  Julien Danjou  <julien@danjou.info>
10278
10279         * shr.el (shr-put-image): Use point even if only inserting text.
10280         (shr-put-image): Save excursion when inserting alt text on non-graphic
10281         display, so the behavior is the same when we are on a graphic display.
10282
10283         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10284
10285 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10286
10287         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10288         (gnus-mime-copy-part): Check coding system, not charset.
10289         (gnus-mime-view-part-externally): Never remove part.
10290         (gnus-mime-view-part-internally): Don't remove part here.
10291         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10292         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10293         multipart/alternative.
10294
10295         * mm-decode.el (mm-display-part): Take optional arg `force'.
10296
10297 2010-10-26  Julien Danjou  <julien@danjou.info>
10298
10299         * gnus-group.el (gnus-group-default-list-level): Add this function to
10300         compute the default list level.
10301         (gnus-group-default-list-level): Add possibility to use a function.
10302
10303 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10306
10307         * gnus-group.el (gnus-group-completing-read)
10308         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10309         gnus-replace-in-string.
10310
10311 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * shr.el (shr-tag-div): Add.
10314
10315         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10316
10317 2010-10-25  Julien Danjou  <julien@danjou.info>
10318
10319         * gnus-util.el: Remove `gnus-with-local-quit'.
10320
10321         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10322
10323 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10324
10325         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10326         the original article buffer.
10327
10328 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10329
10330         * nnimap.el (nnimap-request-head): New function.
10331         (nnimap-request-move-article): Try to be slightly faster by not
10332         requesting the entire message when moving.
10333         (nnimap-transform-headers): Don't bug out on bodiless articles.
10334         (nnimap-send-command): Have no outstanding messages if the IMAP server
10335         doesn't support streaming.
10336         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10337
10338 2010-10-24  Julien Danjou  <julien@danjou.info>
10339
10340         * message.el (message-default-headers): Fix type.
10341
10342 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10343
10344         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10345         prefetching images.
10346
10347         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10348         backend for unknown groups.  This is mainly useful for nnimap groups.
10349
10350         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10351         group isn't covered by the agent.
10352
10353 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10354
10355         * nnir.el (nnir-method-default-engines): New variable.
10356         (nnir-run-query): Use it.
10357         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10358         (gnus-summary-nnir-goto-thread): Change group if needed.
10359
10360         * gnus-group.el (gnus-group-group-map): Add key binding for
10361         gnus-group-make-nnir-group.
10362
10363 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10364
10365         * shr.el (shr-tag-object): Add.
10366
10367         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10368         original article buffer live.
10369         (gnus-summary-select-article-buffer):
10370         Mention gnus-widen-article-buffer.
10371
10372 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10373
10374         * shr.el (shr-tag-strong): Add.
10375
10376 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10377
10378         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10379         group names.  They mess up the group buffer badly.
10380
10381         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10382
10383         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10384         instead of the summary one.
10385
10386 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * mml.el (mml-preview): Work properly when editing article.
10389
10390         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10391         gnus-have-read-active-file if it's already been in.
10392
10393 2010-10-22  Tom Tromey  <tromey@redhat.com>
10394
10395         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10396         gnus-group-completing-read.
10397
10398 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10399
10400         * message.el (message-mode-map): Don't bind M-; to comment region, to
10401         allow the global comment-dwim to work.
10402
10403 2010-10-21  Julien Danjou  <julien@danjou.info>
10404
10405         * message.el (message-setup-1): Allow message-default-headers to be a
10406         function.
10407
10408 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * shr.el (shr-tag-table): Simplify.
10411
10412 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10413
10414         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10415         to avoid trying to snarf invalid stuff.
10416
10417         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10418
10419         * gnus.el (gnus-message-archive-group): Quote value.
10420         (gnus-message-archive-group): Mark as changed.
10421
10422         * shr.el (shr-add-font): Don't put the font properties on the newline
10423         or the indentation.
10424
10425         * message.el (message-fix-before-sending): Change options when sending
10426         non-printable characters.
10427
10428         * gnus.el (gnus-message-archive-method): Change the default to
10429         monthly outgoing groups.
10430
10431         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10432         that have gotten new numbers.
10433
10434         * nnimap.el (nnimap-request-replace-article): New function.
10435
10436 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10439         (nnrss-request-article): Don't use special html washing code.
10440
10441 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * shr.el (shr-tag-table): Remove useless nconc.
10444
10445 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10446
10447         * gnus-art.el (article-wash-html): Simplify and remove the charset
10448         stuff.  Use the normal html rendering code instead of the special html
10449         washing code.
10450
10451         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10452         `gnus-w3m' symbols.
10453         (mm-text-html-washer-alist): Remove.
10454
10455         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10456         (mm-inline-media-tests): Remove use.
10457         (mm-text-html-renderer): Change default to the `shr' symbol.
10458
10459         * mm-view.el (mm-inline-text-html): Remove use.
10460
10461         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10462         `gnus-blocked-images' to be a function.
10463         (gnus-article-wash-function): Remove.
10464
10465 2010-10-20  Julien Danjou  <julien@danjou.info>
10466
10467         * spam.el (spam-list-of-processors): Mark as obsolete.
10468
10469         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10470         (nnimap-insert-partial-structure): Fix boundary detection.
10471
10472 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10473
10474         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10475         run file-truename on remote files.  This can be expensive and even
10476         prevent one from editing drafts if some unrelated buffer has a stale
10477         connection.
10478
10479 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10482         kinsoku-eol regardless of shr-kinsoku-shorten.
10483         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10484         (shr-tag-table): Support caption, thead, and tfoot.
10485
10486 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10487
10488         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10489         lines.
10490         (shr-save-contents): New command and keystroke.
10491
10492         * nndoc.el (nndoc-type-alist): Add git support.
10493         (nndoc-git-type-p): New function.
10494         (nndoc-transform-git-article): Ditto.
10495         (nndoc-transform-git-headers): Ditto.
10496         (nndoc-transform-git-headers): Generate Subject headers.
10497
10498         * shr.el (shr-parse-style): New function.
10499         (shr-tag-span): Ditto.
10500
10501         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10502         to `G G' to avoid collisions.
10503
10504 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * shr.el: Load kinsoku if necessary.
10507         (shr-kinsoku-shorten): New internal variable.
10508         (shr-find-fill-point): Make kinsoku shorten text line if
10509         shr-kinsoku-shorten is bound to non-nil.
10510         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10511         shr-indentation too when testing if table is wider than frame width.
10512         (shr-insert-table): Use `string-width' instead of `length' to measure
10513         text width.
10514         (shr-insert-table-ruler): Make sure indentation is done at bol.
10515
10516 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10517
10518         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10519         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10520         undecoded network data.
10521
10522 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10523
10524         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10525         name in the mode line spec so that the mode line menu works
10526         (bug#2431).
10527
10528         * message.el (message-get-reply-headers): If we're fed `to-address',
10529         then always use that.
10530
10531         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10532         aren't so wide as to need to switch off the edit menu.
10533
10534         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10535         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10536
10537         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10538         `M-g'.
10539         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10540         the permanent marks.
10541
10542 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10543
10544         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10545         Splitting according to references/in-reply-to obeys the ignore-groups
10546         variable, while splitting by sender and subject do not.
10547
10548 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10549
10550         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10551         alist, so that we can look for non-Unicode chars.
10552         (article-translate-strings): Allow both character and string maps.
10553
10554 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * shr.el (shr-insert): Don't insert space behind a wide character
10557         categorized as kinsoku-bol, or between characters both categorized as
10558         nospace.
10559
10560 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10561
10562         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10563         headers to gnus-newsgroup-headers.
10564
10565 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10566
10567         * shr.el (shr-tag-img): Don't align images -- since we're not
10568         rescaling, this often leads to ugly displays.
10569
10570 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10571
10572         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10573         duplicates.
10574
10575 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10576
10577         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10578         call.
10579
10580 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10581
10582         * gnus.el: Autoload gnus-html-show-images.
10583
10584         * nnimap.el: Use nnheader-message throughout.
10585
10586         * shr.el (shr-tag-img): Ignore images with no data.
10587
10588 2010-10-15  Julien Danjou  <julien@danjou.info>
10589
10590         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10591         a possibility to disable format=flow encoding when using hard newlines.
10592
10593 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10594
10595         * shr.el (shr-insert): Remove space inserted before or after a
10596         breakable character or at the beginning or the end of a line.
10597         (shr-find-fill-point): Do kinsoku; find the second best point or give
10598         it up if there's no breakable point.
10599
10600 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10601
10602         * nnimap.el (nnimap-open-connection): Message when opening connection
10603         for debugging purposes.
10604
10605         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10606         on every setup buffer call to allow this to change from article to
10607         article.
10608
10609         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10610         buffers where we have a wide table.
10611
10612 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10613
10614         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10615         uses *-request-thread.
10616
10617 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10618
10619         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10620         incantation, which is no longer valid.
10621
10622 2010-10-14  Julien Danjou  <julien@danjou.info>
10623
10624         * shr.el: Fix defcustom type (char -> character).
10625
10626 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10627
10628         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10629         programs.
10630
10631 2010-10-14  Julien Danjou  <julien@danjou.info>
10632
10633         * shr.el (shr-tag-a): Use url-link as widget type.
10634
10635         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10636         `gnus-group-get-icon'.
10637
10638 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10639
10640         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10641         This should make server editing work better.
10642
10643         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10644
10645         * tls.el (tls-program): Remove spurious %s from openssl.
10646
10647         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10648         (nnimap-parse-flags): Fix regexp.
10649
10650         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10651         probably work for CJVK text, too.
10652
10653         * nnimap.el (nnimap-extend-tls-programs): Remove.
10654         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10655
10656         * tls.el (tls-starttls-switches): Remove starttls hack.
10657         (open-tls-stream): Ditto.
10658         (tls-find-starttls-argument): Ditto.
10659
10660 2010-10-13  Julien Danjou  <julien@danjou.info>
10661
10662         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10663         responses.
10664
10665 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10666
10667         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10668
10669         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10670         anything in Emacs.
10671
10672         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10673
10674 2010-10-13  Julien Danjou  <julien@danjou.info>
10675
10676         * shr.el (shr-width): Make shr-width a defcustom with default to
10677         fill-column.
10678         (shr-tag-img): Use shr-width rather than fill-column.
10679
10680 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * dgnushack.el (byte-optimize-apply):
10683         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10684
10685         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10686         position when (X-)Faces exist.
10687         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10688         avatars when called interactively.
10689
10690 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10693         gnus-article-x-face-too-ugly is bound.
10694
10695 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10696
10697         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10698
10699         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10700         mailbox that doesn't exist.
10701
10702 2010-10-12  Julien Danjou  <julien@danjou.info>
10703
10704         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10705         (shr-get-image-data): Encode URL properly when fetching from cache.
10706         (shr-tag-img): Use aligned-to spaces to align correctly images.
10707
10708         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10709         before inserting the Gravatar.
10710
10711         * shr.el (shr-tag-img): Add align attribute support for <img>.
10712
10713 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10714
10715         * gnus-gravatar.el (gnus-art): Require.
10716
10717         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10718         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10719         Remove long obsoleted functions.
10720
10721 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10724
10725         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10726
10727         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10728         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10729         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10730         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10731         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10732         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10733         * sieve-manage.el, smime.el, spam.el:
10734         Fix comment for declare-function.
10735
10736 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10737
10738         * nnimap.el (nnimap-request-rename-group): Select group read-only
10739         before renaming it.
10740
10741         * shr.el (shr-insert): Fix up the white space only regexp.
10742
10743         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10744         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10745
10746         * shr.el (shr-current-column): New function.
10747         (shr-find-fill-point): New function.
10748
10749 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10750
10751         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10752         numbers.
10753
10754 2010-10-11  Julien Danjou  <julien@danjou.info>
10755
10756         * shr.el (shr-hr-line): Add.
10757         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10758         display hr lines.
10759         (shr-max-columns): Do not change state to nil if we just inserting
10760         spaces.
10761
10762 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10763
10764         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10765         select the last group.
10766
10767 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10768
10769         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10770
10771 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10772
10773         * dig.el (dig-mode-map): Declare and define in one step.
10774
10775 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10776
10777         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10778         for Gnus.
10779         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10780         (nnimap-update-qresync-info): Mark \Seen articles as read.
10781
10782         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10783         non-variable, too.
10784
10785         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10786         available.
10787         (nnimap-update-info): Rely more on the current active than the param
10788         active to avoid marking articles as read too much.
10789
10790         * auth-source.el (auth-source-create): Use (user-login-name) for the
10791         user name default.
10792
10793         * nnimap.el (nnimap-update-info): If the server doesn't return any
10794         useful info, just use the previous info.
10795         (nnimap-update-info): Prefer old info over start-article.
10796         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10797
10798 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10799
10800         * nnir.el (autoload): Clean up autoloads.
10801         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10802         Use key rather than value.
10803         (nnir-imap-search-other): New variable.
10804         (nnir-read-parm): Use it.
10805         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10806         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10807
10808 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10809
10810         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10811         the process, too.
10812
10813 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10814
10815         * spam.el (gnus-summary-mode-map): Bind to "$".
10816         Suggested by Russ Allbery.
10817
10818         * shr.el: Rework the way things are indented by <li> slightly.
10819
10820         * gnus.el (gnus-group-set-parameter): Fix typo.
10821
10822         * nnimap.el: Start implementing QRESYNC support.
10823
10824 2010-10-09  Julien Danjou  <julien@danjou.info>
10825
10826         * nnir.el (nnir-engines): Fix too many arguments.
10827
10828 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10829
10830         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10831         group is the "last", so that the backends like nnfolder actually save
10832         their folders.
10833
10834         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10835         try to use that for the tls stream.
10836         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10837         UIDVALIDITY and find out which groups are read-only and not.
10838         (nnimap-get-flags): Use the same marks parsing code as the rest of
10839         nnimap.
10840
10841 2010-10-09  Julien Danjou  <julien@danjou.info>
10842
10843         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10844
10845         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10846         retrieving gravatars.
10847
10848         * shr.el (shr-table-corner): Add.
10849         (shr-table-line): Add.
10850         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10851
10852 2010-10-08  Julien Danjou  <julien@danjou.info>
10853
10854         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10855
10856 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10857
10858         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10859
10860         * gnus-sum.el (gnus-mark-article-as-unread)
10861         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10862         (gnus-summary-set-bookmark): Use it.
10863
10864         * gnus-msg.el (gnus-setup-message): Use it.
10865
10866         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10867
10868         * gnus.el (gnus-group-remove-parameter): Use it.
10869
10870         * gnus-group.el (gnus-group-make-web-group): Use it.
10871
10872         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10873
10874         * nnregistry.el: Update docs to mention manual.
10875
10876         * gnus-registry.el: Update docs to mention nnregistry.el.
10877         (gnus-registry-initialize): Don't install nnregistry refer method
10878         automatically.
10879         (gnus-registry-install-nnregistry): Remove it.
10880
10881 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10882
10883         * shr.el (shr-insert): Don't insert double spaces.
10884
10885 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * gnus-gravatar.el (gnus-treat-from-gravatar)
10888         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10889         called interactively.
10890
10891         * gnus-art.el (gnus-mime-view-part-externally)
10892         (gnus-mime-view-part-internally): Make predicate function passed to
10893         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10894         of a mime type.
10895
10896         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10897
10898 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10899
10900         * shr.el (require): Require cl when compiling.
10901         (shr-tag-hr): New function.
10902
10903         * nnimap.el (nnimap-update-info): Remove double setting of high.
10904         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10905         This makes nnimap work properly on Courier again.
10906
10907         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10908         the variable for backwards compatibility.
10909
10910         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10911         the file name before using to avoid setting mm-default-directory to
10912         nil.
10913
10914         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10915         bidning gnus-agent variables.
10916
10917         * shr.el (shr-render-td): Use a cache for the table rendering function
10918         to avoid getting an exponential rendering behavior in nested tables.
10919         (shr-insert): Rework the line-breaking algorithm.
10920         (shr-insert): Don't leave trailing spaces.
10921         (shr-insert-table): Also insert empty TDs.
10922         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10923
10924 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10925
10926         * gnus-sum.el (gnus-number): Rename from `number'.
10927         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10928         (gnus-summary-limit-children): Update uses correspondingly.
10929
10930 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10933         (gnus-gravatar-transform-address): Don't show avatars of people of
10934         which mail addresses match gnus-gravatar-too-ugly.
10935
10936 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10937
10938         * shr.el (shr-table-widths): Expand TD elements to fill available
10939         space.
10940
10941 2010-10-07  Julien Danjou  <julien@danjou.info>
10942
10943         * nnimap.el (nnimap-request-rename-group): Add this method.
10944
10945 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10948         name from XEmacs' function-arglist.
10949
10950         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10951         gravatar under XEmacs.
10952
10953 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10954
10955         * auth-source.el: Update docs with TODO items.
10956
10957         * gnus-sync.el: Update docs to explain state and plans.
10958
10959         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10960         Hooks for mark updates.
10961         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10962
10963         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10964         hooks with arguments, which is needed for mark update hooks.
10965
10966 2010-10-06  Julien Danjou  <julien@danjou.info>
10967
10968         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10969         was matched.
10970
10971         * sieve-manage.el: Update example in `Commentary'.
10972
10973         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10974
10975         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10976         not 2000.
10977         (sieve-manage-authenticate): Re-add function.
10978
10979 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10980
10981         * shr.el (shr-insert): Get 'space transition right.
10982         (shr-render-td): Only delete space at the end of the TD.
10983
10984         * nnimap.el (nnimap-open-connection): Prepare to support
10985         open-gnutls-stream.
10986
10987         * shr.el: Rearrange function order to be more logical.
10988
10989 2010-10-06  Julien Danjou  <julien@danjou.info>
10990
10991         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10992         (nnrss-discover-feed): Remove 404 URL in docstring.
10993
10994         * nnir.el: Fix Swish-E URL.
10995         Fix Namazu URL.
10996
10997         * message.el (message-change-subject): Remove 404 URL in a comment.
10998
10999 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
11002         called interactively.
11003
11004         * gnus-util.el (gnus-remove-if): Allow hash table.
11005         (gnus-remove-if-not): New function.
11006
11007         * gnus-art.el (gnus-mime-view-part-as-type):
11008         * gnus-score.el (gnus-summary-score-effect):
11009         * gnus-sum.el (gnus-read-move-group-name):
11010         Replace remove-if-not with gnus-remove-if-not.
11011
11012         * gnus-group.el (gnus-group-completing-read):
11013         Regard collection as a hash table if it is not a list.
11014
11015 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11016
11017         * shr.el (shr-render-td): Allow blank/missing <TD>s.
11018
11019         * shr.el: Document the table-rendering algorithm.
11020
11021 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11022
11023         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
11024         for Emacsen having no `libxml-parse-html-region' support.
11025
11026 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11027
11028         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
11029         invalid URLs.
11030
11031         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
11032         line-broken.
11033         (shr-tag-img): Ignore image fetching errors.
11034         (shr-overlays-in-region): Compute overlay positions correctly.
11035
11036         * mm-decode.el (mm-shr): Require shr.
11037
11038         * gnus-art.el (gnus-blocked-images): Move variable here.
11039
11040         * shr.el (shr-insert-table): Bind free variable.
11041
11042         * mm-decode.el (mm-shr): Bind shr-content-function.
11043
11044         * shr.el (shr-content-function): New variable.
11045
11046         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
11047         added for symmetry.
11048
11049         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
11050
11051         * gnus-group.el (gnus-group-make-group): Doc fix.
11052
11053         * nnimap.el (nnimap-request-newgroups): Return success.
11054
11055         * shr.el (shr-find-elements): New function.
11056         (shr-tag-table): Put all the images after the table.
11057         (shr-tag-table): Really inhibit images inside the table.
11058         (shr-collect-overlays): Copy over overlays from the TD elements to the
11059         main document.
11060
11061         * mm-decode.el (mm-shr): Bind shr-blocked-images to
11062         gnus-blocked-images.
11063
11064 2010-10-05  Julien Danjou  <julien@danjou.info>
11065
11066         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
11067
11068         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
11069         (gnus-html-maximum-image-size): Add this function.
11070         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11071
11072         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
11073         server-value of the capability is nil.
11074
11075 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11076
11077         * shr.el (shr-tag-em): Add <EM> tag.
11078
11079 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
11080
11081         * sieve-manage.el (sieve-manage-default-stream): Make default stream
11082         customizable.
11083
11084         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
11085         handing broken links to browse-url.
11086
11087 2010-10-05  Julien Danjou  <julien@danjou.info>
11088
11089         * gnus-util.el (gnus-emacs-completing-read)
11090         (gnus-iswitchb-completing-read): Use autoload rather than require.
11091
11092 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11095         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11096         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11097         iswitchb-temp-buflist for XEmacs.
11098
11099         * gnus-util.el (gnus-completing-read-function): Exclude
11100         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11101         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11102         XEmacs.
11103
11104         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11105         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11106
11107         * gnus-html.el: Don't require help-fns under XEmacs.
11108         (gnus-html-schedule-image-fetching): Work for XEmacs.
11109
11110         * mm-decode.el (mm-shr): Decode contents by charset.
11111
11112 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11113
11114         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11115         unknown.
11116
11117         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11118         (shr-get-image-data): Ensure against the cache file missing.
11119
11120         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11121         for data.
11122
11123         * spam-report.el (spam-report-url-ping-plain): Don't query about
11124         killing the process.
11125
11126         * shr.el (shr-render-td): Protect against too-wide text.
11127
11128 2010-10-04  Julien Danjou  <julien@danjou.info>
11129
11130         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11131         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11132
11133         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11134         retrieved.
11135
11136 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11137
11138         * shr.el (browse-url): Require.
11139         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11140         lines.
11141         (shr-show-alt-text, shr-browse-image): New commands.
11142         (shr-browse-url, shr-copy-url): New commands.
11143
11144         * gnus-sum.el (gnus-widen-article-window): New variable.
11145         (gnus-summary-select-article-buffer): Use it.
11146
11147         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11148         without @ signs.
11149
11150 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11151
11152         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11153
11154 2010-10-04  Julien Danjou  <julien@danjou.info>
11155
11156         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11157         for XEmacs.
11158
11159 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11160
11161         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11162
11163         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11164         (nnimap-close-server): Implement.
11165
11166         * dgnushack.el (iswitchb): Require to shut up the compiler.
11167
11168         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11169         (shr-insert): Tweak line breaking.
11170         (shr-insert): Handle <pre> better.
11171         (shr-tag-li): Get <li> indentation right.
11172         (shr-tag-li): Get <li> indentation even righter.
11173         (shr-tag-blockquote): Ensure paragraph start.
11174         (shr-make-table): Tweak table generation.
11175         (shr-make-table): Fix typo.
11176
11177         * shr.el: Implement table rendering.
11178
11179 2010-10-04  Julien Danjou  <julien@danjou.info>
11180
11181         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11182
11183 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11184
11185         * shr.el (shr-insert): Use string anchors instead of line anchors.
11186
11187 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11188
11189         * shr.el: Add headings.
11190         (shr-ensure-paragraph): Actually work.
11191         (shr-tag-li): Make <ul> prettier.
11192         (shr-insert): Get white space at the beginning/end of elements right.
11193         (shr-tag-p): Collapse subsequent <p>s.
11194         (shr-ensure-paragraph): Don't insert double line feeds after blank
11195         lines.
11196         (shr-insert): \t is also space.
11197         (shr-tag-s): Fix "s" tag name function.
11198         (shr-tag-s): Fix face prop name.
11199
11200 2010-10-03  Julien Danjou  <julien@danjou.info>
11201
11202         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11203
11204         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11205         gnus-window-inside-pixel-edges.
11206
11207         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11208         gnus-ems.
11209
11210         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11211
11212         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11213         function.
11214
11215         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11216         resize choice.
11217
11218 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11219
11220         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11221         beginning of the buffer.
11222
11223         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11224         article buffer again.
11225
11226         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11227
11228         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11229         when it's at the start of the buffer.
11230
11231         * shr.el (shr-tag-blockquote): Convert name.
11232         (shr-rescale-image): Use the right image-size variant.
11233
11234         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11235         buffer isn't shown, then select the current article first instead of
11236         bugging out.
11237         (gnus-summary-select-article-buffer): Show both the article and summary
11238         buffers again.
11239
11240         * shr.el (shr-fontize-cont): Protect against regions with no text.
11241         Rename tag functions to shr-tag-* for enhanced security.
11242         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11243
11244 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11245
11246         * shr.el (shr-insert):
11247         * pop3.el (pop3-movemail):
11248         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11249         loaded.
11250
11251 2010-10-03  Glenn Morris  <rgm@gnu.org>
11252
11253         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11254
11255         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11256
11257         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11258
11259         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11260
11261         * gnus-util.el (gnus-make-local-hook): Simplify.
11262
11263 2010-10-02  Julien Danjou  <julien@danjou.info>
11264
11265         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11266         (gnus-ido-completing-read): New function.
11267         (gnus-emacs-completing-read): New function.
11268         (gnus-completing-read): Use gnus-completing-read-function.
11269         Add gnus-completing-read-function.
11270
11271 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11272
11273         * shr.el (shr-insert-document): Autoload.
11274         (shr-img): Be silent.
11275         (shr-insert): Add a newline after every picture before text.
11276         (shr-add-font): Use overlays for combining faces.
11277         (shr-insert): Pass upwards the text start point.
11278
11279         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11280         possible.
11281         (mm-shr): New function.
11282
11283 2010-10-02  Julien Danjou  <julien@danjou.info>
11284
11285         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11286         should go backward.
11287
11288 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11289
11290         * shr.el (shr): Fix typo in provide call.
11291
11292 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11293
11294         * shr.el: New file.
11295
11296         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11297
11298         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11299         completing read.
11300
11301 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11302
11303         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11304         we're being queried about.  Suggested by Dan Jacobson.
11305
11306         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11307         Suggested by Jason Eisner.
11308
11309         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11310         table, too.  Suggested by Stefan Wiens.
11311         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11312         the table unnecessary.  Suggested by Stefan Wiens.
11313
11314         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11315         longer needed, and probably doesn't work either, as pointed out by
11316         Stefan Wiens.
11317         (gnus-summary-exit): Remove call to the clearing function.
11318         (gnus-summary-exit-no-update): Ditto.
11319
11320         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11321         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11322         Reported by Stefan Monnier.
11323         (gnus-summary-save-in-rmail): Ditto.
11324
11325         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11326         article buffer, instead of both the article buffer and the summary
11327         buffer.  Sort of suggested by Dan Jacobson.
11328
11329         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11330
11331         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11332         Suggested by Dan Jacobson.
11333
11334         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11335         documentation clearer.
11336
11337         * message.el (message-shorten-references): Comment on the number "21".
11338         Suggested by Stefan Monnier.
11339
11340         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11341         Suggested by Dan Jacobson.
11342
11343         * gnus.el (gnus-large-newsgroup):
11344         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11345
11346         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11347         externalize attachments.  Bug reported by Steve Wen.
11348
11349         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11350         really message anything to the user.
11351
11352         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11353         directly.
11354
11355         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11356         messages in empty groups.
11357
11358 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11359
11360         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11361         non-UIDNEXT group.
11362
11363 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11364
11365         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11366         not the value from the collection.
11367
11368         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11369         values.  This sometimes happens on some groups that have no info.
11370         (nnimap-request-newgroups): New function.
11371
11372 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11373
11374         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11375         check into `gnus-registry-initialize'.
11376         (gnus-registry-initialize): Ditto.
11377         Fix and extend header docs.
11378
11379 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11380
11381         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11382         regexp backtrace overflows.
11383
11384         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11385         for starttls that tls.el implements; i.e. openssl.
11386
11387         * tls.el (tls-starttls-switches): Give up on using starttls with
11388         gnutls-cli.
11389         (tls-program): Add --insecure to be consistent with the defaults from
11390         openssl s_client.  Now all three commands are insecure.
11391
11392 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * lpath.el: Bind completion-styles-alist for XEmacs.
11395
11396         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11397         (gravatar-create-image): New function that's an alias to
11398         gnus-xmas-create-image, gnus-create-image, or create-image.
11399         (gravatar-data->image): Use it.
11400
11401 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11402
11403         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11404         install the nnregistry refer method.
11405         (gnus-registry-install-hooks): Use it.
11406         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11407         unfollowed groups.
11408
11409 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11410
11411         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11412         expanding threads.
11413
11414 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11415
11416         * nnir.el: Use the server names without suffixes (bug#7009).
11417
11418         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11419         unencrypted to STARTTLS, if possible.
11420
11421 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11422
11423         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11424         headers before superseding.
11425
11426 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11427
11428         * nnrss.el (nnrss-use-local): Add documentation.
11429
11430         * nnimap.el (nnimap-extend-tls-programs): New function.
11431         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11432         (nnimap-wait-for-connection): Accept the greeting from the stupid
11433         output from openssl s_client -starttls, too.
11434
11435         * tls.el (tls-starttls-switches): New variable.
11436         (tls-find-starttls-argument): Use it.
11437         (open-tls-stream): Ditto.
11438
11439         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11440         (netrc-machine): Ditto.
11441
11442         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11443         article number.
11444         (nnimap-split-fancy): New variable.
11445         (nnimap-split-incoming-mail): Use it.
11446
11447         * nntp.el (nntp-server-list-active-group): Document.
11448
11449         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11450         SELECT to get the message-id.
11451
11452         * mail-source.el (mail-sources): Remove webmail support.
11453         (defvar): Ditto.
11454         (mail-source-fetcher-alist): Ditto.
11455         (mail-source-fetch-webmail): Remove.
11456
11457         * webmail.el: Remove -- doesn't seem relevant any more.
11458
11459         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11460
11461         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11462         the \r.
11463
11464 2010-09-30  Julien Danjou  <julien@danjou.info>
11465
11466         * gnus-agent.el (gnus-agent-add-group): Fix call to
11467         gnus-completing-read.
11468
11469 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11470
11471         * nndoc.el (nndoc-retrieve-groups): New function.
11472
11473         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11474         `default', use nnmail-split-methods.
11475         (nnimap-request-article): Downcase the NILs so that they are nil.
11476
11477         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11478         symbol.
11479
11480         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11481         code, since if the user has requested network, that's what they ought
11482         to get.
11483         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11484         (nnimap-split-rule): Mark as obsolete.
11485
11486         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11487         New variable.
11488
11489         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11490         correct slot, too.
11491
11492 2010-09-29  Julien Danjou  <julien@danjou.info>
11493
11494         * gnus.el (gnus-local-domain): Declare variable obsolete.
11495
11496         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11497         Fix history computing.
11498         (gnus-ido-completing-read): Require ido.
11499
11500 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11501
11502         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11503         build Gnus.
11504
11505         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11506         when interpreting the structures.
11507         (nnimap-request-accept-article): Add \r\n to the lines to make this
11508         work with Cyrus.
11509
11510         * nndraft.el (nndraft-request-expire-articles): Use the group name
11511         instead if "nndraft".  Fix found by Nils Ackermann.
11512
11513 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11514
11515         * nnregistry.el: Add.
11516
11517 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11518
11519         * nnmail.el (group, group-art-list, group-art):
11520         Remove unneeded directives.
11521
11522 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11525         (mm-mime-charset):
11526         * rfc2047.el (rfc2047-syntax-table):
11527         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11528
11529         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11530         rather than `insert-file-contents' and `eval-region'.
11531
11532         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11533         construction.
11534
11535         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11536
11537         * time-date.el: No need to require cl for Emacs 21.
11538
11539 2010-09-29  Julien Danjou  <julien@danjou.info>
11540
11541         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11542         replacement of `gnus-gravatar-relief' to mimic
11543         `gnus-faces-properties-alist'.
11544         Add :version property.
11545
11546 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * mail-source.el (mail-source-report-new-mail):
11549         * message.el (message-default-mail-headers):
11550         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11551
11552         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11553
11554 2010-09-28  Julien Danjou  <julien@danjou.info>
11555
11556         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11557         mail-address contains the same string as real-name.
11558
11559         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11560         non-blank in header, otherwise it'll get stripped.
11561
11562         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11563         real-name, and then for mail address rather than doing : or , search.
11564
11565 2010-09-27  Julien Danjou  <julien@danjou.info>
11566
11567         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11568         right completing-read function.
11569         (gnus-use-ido): New variable
11570         (gnus-completing-read-with-default): Remove.
11571         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11572         (gnus-agent-add-group):
11573         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11574         * mm-view.el (mm-view-pkcs7-decrypt):
11575         * mm-util.el (mm-codepage-setup):
11576         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11577         * mml-smime.el (mml-smime-openssl-sign-query):
11578         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11579         (mml-insert-multipart):
11580         * gnus-msg.el (gnus-summary-yank-message):
11581         * gnus-int.el (gnus-start-news-server):
11582         * mm-decode.el (mm-interactively-view-part):
11583         * gnus-dired.el (gnus-dired-attach):
11584         * gnus.el (gnus-read-method):
11585         * gnus-bookmark.el (gnus-bookmark-jump):
11586         * gnus-art.el (gnus-mime-view-part-as-type)
11587         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11588         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11589         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11590         * nnmairix.el (nnmairix-create-server-and-default-group)
11591         (nnmairix-update-groups, nnmairix-get-server)
11592         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11593         (nnmairix-get-group-from-file-path):
11594         * nnrss.el (nnrss-find-rss-via-syndic8):
11595         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11596         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11597         (gnus-group-browse-foreign-server):
11598         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11599         (gnus-summary-execute-command, gnus-summary-respool-article)
11600         (gnus-read-move-group-name):
11601         * gnus-score.el (gnus-summary-increase-score)
11602         (gnus-summary-score-effect):
11603         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11604
11605 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11608         x-focus-frame.
11609
11610         * nnimap.el (auth-source-forget-user-or-password)
11611         (auth-source-user-or-password): Autoload.
11612
11613         * message.el (message-from-style, message-interactive)
11614         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11615         (message-yank-prefix, message-indentation-spaces, message-signature)
11616         (message-signature-file): Add comment.
11617
11618 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11619
11620         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11621         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11622         new articles.
11623
11624         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11625         parts.
11626         (nnimap-request-article): Work with the t setting, too.
11627
11628         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11629         that you don't get flashes of other buffers.
11630         (gnus-summary-show-complete-article): Intern before setting.
11631
11632 2010-09-27  David Engster  <dengste@eml.cc>
11633
11634         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11635         well as HEADERS.
11636         (nnmairix-retrieve-headers): Provide new argument for the above.
11637
11638 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11639
11640         * gnus-sum.el (gnus-summary-move-article): Don't alter
11641         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11642         group.
11643
11644         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11645
11646         * message.el (message-cite-prefix-regexp): Revert my last edit.
11647
11648         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11649         variable instead of the Gnus variable.
11650
11651         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11652
11653         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11654
11655         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11656         since some servers don't like it.
11657         (nnimap-open-connection): Forget credentials if the server says the
11658         password was wrong.
11659         (nnimap-parse-line): Protect against invalid data.
11660
11661         * gnus-sum.el (gnus-summary-move-article): Add comment.
11662         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11663         nothing alters it while scanning for new messages.
11664
11665         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11666         which may or may not help.
11667         (nnimap-open-connection): If we're doing a stream connection, and then
11668         discover we're on a STARTTLS-capable server, then open a STARTTLS
11669         connection instead.
11670
11671 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11672
11673         * nnimap.el (utf7): Require.
11674
11675         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11676         prefix.
11677
11678 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11679
11680         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11681
11682 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11683
11684         * nnimap.el (nnimap-request-accept-article): Message the error on
11685         error.
11686
11687 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11690
11691 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11692
11693         * nndoc.el (nndoc-request-list): Return success always.
11694
11695         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11696         `fetch-old' -- we only want to fetch the articles we've requested.
11697         The rest are in the agent, probably.
11698         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11699         disappeared server" to something low.  It's not important.
11700
11701         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11702         arrived before the FETCH data.
11703
11704         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11705         target here, because we don't know the Gnus name of the group.
11706
11707         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11708         for the correct group.
11709
11710         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11711
11712         * gnus.el (gnus): Give a final warning after startup.
11713
11714         * gnus-util.el (gnus-action-message-log): New variable.
11715         (gnus-message): Use it.
11716         (gnus-final-warning): New function.
11717
11718         * nnimap.el (nnimap-open-connection): Record the greeting.
11719         (nnimap): Add greeting.
11720
11721 2010-09-26  Julien Danjou  <julien@danjou.info>
11722
11723         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11724         arguments.
11725         (gnus-html-wash-images): Fix spec computing to include start/end.
11726
11727         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11728
11729 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11730
11731         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11732         deletion.
11733         (nnimap-retrieve-headers): Don't select the group, because that's
11734         already done by nnimap-possibly-change-group.
11735
11736         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11737         (gnus-picon-transform-address): Use it.
11738
11739         * mail-source.el (mail-source-value): Revert previous patch.
11740
11741         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11742         on failure.
11743         (nnimap-open-connection): Look up both virtual and physical server name
11744         credentials.
11745
11746         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11747
11748 2009-02-07  Dave Love  <fx@gnu.org>
11749
11750         * tls.el (open-tls-stream): Don't query killing process.
11751
11752 2009-02-08  Dave Love  <fx@gnu.org>
11753
11754         * gnus-win.el (gnus-window-to-buffer-helper)
11755         (gnus-all-windows-visible-p): Function needn't be a symbol.
11756
11757         * mail-source.el (mail-source-value): Function needn't be a symbol.
11758
11759 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11760
11761         * message.el (message-cite-prefix-regexp): Remove } from the cite
11762         prefix.
11763
11764         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11765         highlight again, so that the highlight is correct.
11766
11767         * gnus-picon.el (gnus-picon): Remove again.
11768         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11769
11770         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11771         doing the header highlightling, so that the background color of the
11772         picon is correct.
11773
11774         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11775         (gnus-picon): Ditto.
11776         (gnus-picon): Reinstate.  The background color for picons is white.
11777         (gnus-picon-insert-glyph): Make the background white.
11778
11779         * nnml.el (nnml-open-nov): Don't return dead buffers.
11780
11781         * auth-source.el (auth-source-create): Query the user for whether to
11782         store the credentials.
11783
11784         * netrc.el (netrc-store-data): New function.
11785
11786         * auth-source.el (auth-source-user-or-password): Use the existing auth
11787         sources, if any, for creation.
11788
11789         * gnus.el (gnus-group-fast-parameter): Return the last matching
11790         parameter instead of the first matching parameter.
11791
11792 2010-09-26  Julien Danjou  <julien@danjou.info>
11793
11794         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11795
11796 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11797
11798         * mml2015.el (mml2015-use): Remove gpg support.
11799
11800         * mml1991.el (mml1991-function-alist): Remove gpg function.
11801         (mml1991-gpg-sign): Remove.
11802
11803 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11804
11805         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11806         (gnus-browse-unsubscribe-current-group): Document it.
11807         (gnus-browse-unsubscribe-group): Use it.
11808
11809 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11810
11811         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11812         address to the To list for easier response.
11813
11814         * gnus.el (gnus-play-startup-jingle): Remove.
11815         (gnus-splash): Don't play jingle.
11816         (gnus): Silence gnus-load message.
11817
11818         * gnus-art.el (gnus-treat-play-sounds): Remove.
11819
11820         * gnus.el (gnus-play-jingle): Remove audio support.
11821
11822         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11823
11824         * earcon.el: Remove -- no users.
11825
11826         * gnus-audio.el: Remove -- no users of this package.
11827
11828         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11829
11830         * gnus-start.el (gnus-setup-news): Remove nocem support.
11831
11832         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11833
11834         * gnus.el (gnus-use-nocem): Remove.
11835
11836         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11837         Remove.
11838
11839         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11840         uses NoCeM any more.
11841
11842         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11843         (gnus-button-ctan-handler): Ditto.
11844         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11845         (gnus-button-ctan-directory-regexp): Ditto.
11846         (gnus-button-handle-ctan): Ditto.
11847         (gnus-button-tex-level): Ditto.
11848         (gnus-button-alist): Remove CTAN stuff.
11849
11850 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11851
11852         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11853         nnimap-streaming test.
11854
11855         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11856         servers twice.
11857
11858         * nnimap.el (nnimap-open-connection): Add more error reporting when
11859         nnimap fails early.
11860
11861         * nnheader.el (nnheader-get-report-string): New function.
11862         (nnheader-get-report): Use it.
11863
11864         * gnus-int.el (gnus-check-server): Say what the error was when opening
11865         failed.
11866
11867         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11868         using streaming.
11869
11870 2010-09-25  Julien Danjou  <julien@danjou.info>
11871
11872         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11873         gnus-window-inside-pixel-edges.
11874
11875 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11876
11877         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11878
11879         * mm-decode.el (mm-save-part): Allow saving to other directories the
11880         normal Emacs way.
11881
11882         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11883         Suggested by Jay Berkenbilt.
11884
11885         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11886         there isn't a single byte.
11887
11888         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11889         just do it.  It doesn't really seem to matter what the user responds
11890         here, I think, so it's just a confusing question.
11891
11892         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11893         non-streaming case.
11894
11895         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11896         (gnus-article-encrypt-body): Use it.
11897
11898         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11899         keystroke.
11900
11901         * nnimap.el (nnimap-find-wanted-parts-1):
11902         Use gnus-fetch-partial-articles.
11903
11904         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11905
11906         * nnimap.el (nnimap-insert-partial-structure): New function.
11907         (nnimap-get-partial-article): New function.
11908         (nnimap-request-article): Use it.
11909         (nnimap-wait-for-response): Return whether the wait was successful.
11910         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11911         retrieval wasn't successful.
11912         (nnimap-retrieve-group-data-early): Allow throttling servers.
11913         (nnimap-streaming): New variable.
11914         (nnimap-fetch-partial-articles): Remove.
11915
11916         * mm-decode.el (mm-with-part): Protect against killed buffers.
11917
11918         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11919         for prettier summary display.
11920
11921 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11922
11923         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11924
11925 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11926
11927         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11928         apparently third-party libraries depend on it.
11929
11930         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11931         before starting negotiation.
11932
11933         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11934         privacy reasons.
11935         (gnus-treat-mail-gravatar): Ditto.
11936
11937         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11938         buffer when inserting images.  Inserting text into the headers, for
11939         instance, can make them invalid.
11940
11941 2010-09-25  Julien Danjou  <julien@danjou.info>
11942
11943         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11944         variables.
11945
11946         * nnheader.el: Remove useless variables news-reply-yank-from and
11947         news-reply-yank-message-id.
11948
11949         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11950         variables.
11951
11952         * mml1991.el: Remove useless mml1991-verbose.
11953
11954         * gnus.el: Remove useless variable gnus-use-generic-from.
11955         Remove obsolete variable gnus-topic-indentation.
11956
11957         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11958
11959         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11960
11961         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11962
11963         * gnus-group.el: Remove useless gnus-group-icon-cache.
11964         Remove useless gnus-ephemeral-group-server.
11965
11966         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11967
11968         * mml2015.el: Remove useless mml2015-verbose.
11969
11970         * mml-smime.el: Remove useless mml-smime-verbose.
11971
11972         * gnus.el: Remove useless gnus-local-domain.
11973
11974         * gnus-gravatar.el (gnus-gravatar-transform-address):
11975         Use gnus-gravatar-size.
11976
11977         * gnus-art.el: Remove useless gnus-treat-translate.
11978
11979 2010-09-24  Julien Danjou  <julien@danjou.info>
11980
11981         * gnus-sum.el: Add support for Gravatars.
11982
11983         * gnus-art.el: Add support for Gravatars.
11984
11985         * gnus-gravatar.el: Add this file.
11986
11987         * gravatar.el: Add this file.
11988
11989 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11990
11991         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11992
11993         * gnus-group.el (gnus-group-fetch-faq): Remove.
11994
11995         * gnus.el (gnus-group-faq-directory): Remove.
11996
11997         * gnus-group.el (gnus-group-fetch-charter): Remove.
11998
11999         * gnus.el (gnus-group-charter-alist): Remove.
12000
12001         * gnus-group.el (gnus-group-archive-directory): Remove.
12002         (gnus-group-recent-archive-directory): Ditto.
12003         (gnus-group-make-archive-group): Remove.
12004
12005         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
12006
12007         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
12008         use the same article number for all the cached articles.
12009
12010         * nnimap.el (nnimap-command): Register the last command time so
12011         that we can use it for idling NOOPs.
12012         (nnimap-open-connection): Start the keeplive timer.
12013         (nnimap-make-process-buffer): Store all the process buffers.
12014         (nnimap-keepalive): New function.
12015
12016         * starttls.el (starttls-open-stream): Add autoload cookie.
12017
12018 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
12019
12020         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
12021         handling.
12022
12023 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12024
12025         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
12026         its data structures.
12027
12028         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
12029         instead of the cl.el copy-list.
12030         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
12031         equalp.
12032
12033 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
12036         and tool-bar-local-item-from-menu.
12037
12038         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
12039         mode-line-highlight face for Emacs.
12040
12041         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
12042         loading gnus-sum.elc; fix comment for canlock-verify.
12043         (gnus-article-jump-to-part): Use read-number.
12044         (gnus-insert-mime-button, gnus-insert-mime-security-button):
12045         Remove Emacs pre-21 compatible code for help-echo.
12046         (gnus-article-next-page-1): No need to adjust the number of lines.
12047         (gnus-article-describe-bindings): Always use help-buffer.
12048
12049         * gnus-audio.el (gnus-audio-inline-sound):
12050         * gnus-cus.el (gnus-custom-mode):
12051         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
12052
12053         * gnus-sum.el (gnus-remove-overlays): Doc fix.
12054
12055         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
12056         compatible code.
12057
12058 2010-09-24  Glenn Morris  <rgm@gnu.org>
12059
12060         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
12061         visiting the fcc file in rmail-mode.
12062
12063         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
12064
12065 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * nnir.el: Silence the byte compiler.
12068
12069         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
12070         alias to browse-url-url-encode-chars if any.
12071         (gnus-html-encode-url): Use it.
12072
12073 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12074
12075         * gnus-start.el (gnus-use-backend-marks): New variable.
12076         (gnus-get-unread-articles-in-group): Use it.
12077
12078         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
12079         makeover.
12080
12081 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12082
12083         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
12084
12085 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12086
12087         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
12088         Remove.
12089         (gnus-setup-news-hook):
12090         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
12091
12092         * gnus-int.el (gnus-request-update-info): Protect against backends not
12093         having the function.
12094
12095         * nnimap.el (nnimap-stream): Mention starttls.
12096         (nnimap-open-connection): Add starttls support.
12097
12098 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12099
12100         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12101
12102 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12103
12104         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12105         BODYSTRUCTUREs.
12106         (nnimap-transform-headers): Unfold quoted {42} headers.
12107
12108         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12109         the info.
12110         (gnus-get-unread-articles): Only call updatep on backends that support
12111         it.
12112
12113         * nnweb.el (nnweb-request-update-info): NOOP.
12114
12115         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12116
12117         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12118         since it only deals with marks.
12119
12120         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12121         gnus-request-marks, and make a new gnus-request-update-info.
12122
12123         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12124         the active instead of the high number, which is usually too low.
12125
12126 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12127
12128         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12129         * encrypt.el: Remove.
12130
12131 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12132
12133         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12134         server in symbolic form.
12135
12136         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12137
12138 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12139
12140         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12141         (nnimap-update-info): Fix up code slightly.
12142
12143         * gnus-int.el (gnus-open-server): Add tracing for performance
12144         debugging.
12145
12146         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12147         (gnus-group-insert-group-line): Pass the real group name so that it
12148         gets the right data.
12149
12150         * gnus-start.el (gnus-get-unread-articles): Don't have
12151         `gnus-get-unread-articles-in-group' update info, since that can be
12152         really slow and doesn't seem to be needed?
12153
12154 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12155
12156         * time-date.el (date-to-time): Try using parse-time-string first before
12157         using the slower timezone-make-date-arpa-standard.
12158
12159 2010-09-22  Julien Danjou  <julien@danjou.info>
12160
12161         * gnus-group.el (gnus-group-insert-group-line):
12162         Call gnus-group-highlight-line.
12163         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12164         default hook list.
12165         (gnus-group-update-eval-form): Add new function.
12166         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12167         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12168
12169 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12170
12171         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12172         immediate, then expire all articles.
12173         (nnimap-update-info): Fix off-by-one errors.
12174         (nnimap-flags-to-marks): Would return no marks lists for group with no
12175         flags.  Instead return the other data.
12176
12177 2010-09-22  Julien Danjou  <julien@danjou.info>
12178
12179         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12180         Only return an icon.
12181         (gnus-group-insert-group-line): Compute icon to return.
12182
12183         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12184         (gnus-html-image-fetched): Only cache if
12185         gnus-html-image-automatic-caching is set.
12186         (gnus-html-image-fetched): Check for errors.
12187
12188 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12189
12190         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12191         once per method on `g'.  This ensures that backends like nnfolder don't
12192         open all their folders.
12193
12194         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12195         (nnimap-request-list): Nix out group in the correct buffer.
12196         (nnimap-parse-flags): Implement by using `read' instead of
12197         hand-parsing.
12198         (nnimap-flags-to-marks): Pass on permanent-flags.
12199         (nnimap-make-process-buffer): Record the server name.
12200         (nnimap-parse-flags): Fix typo.
12201         (nnimap-request-scan): Run split on the server in general, not just a
12202         single group.
12203
12204         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12205         parameter, and propagate this downwards.
12206
12207         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12208         since EXAMINE changes it on the server.
12209
12210         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12211         this command might take a while.
12212
12213 2010-09-22  Julien Danjou  <julien@danjou.info>
12214
12215         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12216         harmful if you have 2 images side-by-side, they can't be properly
12217         update on text deletion.  Using text-property is safer here.
12218         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12219         data.
12220
12221 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12222
12223         * nnimap.el (nnimap-expunge-inbox): Remove.
12224         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12225         (nnimap-expunge): Flip default to t.
12226
12227         * gnus.el (gnus-method-to-server): Don't push things to the cache
12228         unless it's unique.
12229         (gnus-server-to-method): Ditto.
12230
12231 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12232
12233         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12234
12235 2010-09-22  Julien Danjou  <julien@danjou.info>
12236
12237         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12238         get the start of data.
12239         (gnus-html-encode-url): Add this function to encode special chars in
12240         URL.
12241         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12242         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12243
12244         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12245         default.
12246         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12247
12248         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12249         images alt-text.
12250         (gnus-html-put-image): Put alt-text as help-echo.
12251
12252 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12255         * mm-util.el (mm-decompress-buffer):
12256         * nnir.el (nnir-run-find-grep):
12257         * pop3.el (pop3-list): Use 3rd arg of split-string.
12258
12259         * time-date.el (format-seconds): Comment fix.
12260
12261         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12262         and byte-optimize-form-code-walker.
12263         (dgnushack-make-auto-load): Don't advise make-autoload.
12264
12265         * lpath.el: Remove Emacs 21 stuff.
12266
12267 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12268
12269         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12270         outside the active range.  Suggested by Dan Christensen.
12271
12272         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12273         slightly later to avoid double-getting it.
12274
12275         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12276         previous patch.
12277
12278         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12279
12280 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12281
12282         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12283
12284 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12285
12286         * gnus-int.el (gnus-open-server): Give a better error message in the
12287         "go offline" case.
12288
12289         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12290         marks for nnimap, which is seldom the right thing to do.
12291
12292         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12293         (gnus-same-method-different-name): New function.
12294
12295         * nnimap.el (parse-time): Require.
12296
12297         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12298         method in the presence of many similar methods.
12299
12300         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12301
12302         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12303         nnml-inhibit-expiry.
12304
12305         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12306         find out whether methods are equal.
12307
12308         * nnimap.el (nnimap-find-expired-articles): New function.
12309         (nnimap-process-expiry-targets): New function.
12310         (nnimap-request-move-article): Request the article before looking at
12311         what the Message-ID is.  Fix found by Andrew Cohen.
12312         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12313
12314         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12315         for oldness in addition to being a predicate.
12316
12317         * nnimap.el (nnimap-request-group): When we have zero articles, return
12318         the right data to Gnus.
12319         (nnimap-request-expire-articles): Only delete articles immediately if
12320         the target is 'delete.
12321
12322         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12323         method, this would bug out.
12324
12325         * gnus-group.el (gnus-group-expunge-group): Rename from
12326         gnus-group-nnimap-expunge, and implemented as a normal interface
12327         function.
12328
12329         * gnus-int.el (gnus-request-expunge-group): New function.
12330
12331         * nnimap.el (nnimap-request-create-group): Implement.
12332         (nnimap-request-expunge-group): New function.
12333
12334 2010-09-21  Julien Danjou  <julien@danjou.info>
12335
12336         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12337         (gnus-html-cache-expired): Add new function.
12338         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12339         wethever we should display image for fetch it.
12340         Compute alt-text earlier to pass it to the fetching function too.
12341         (gnus-html-schedule-image-fetching): Change function argument to only
12342         get one image at a time, not a list.
12343         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12344         cache.
12345         (gnus-html-get-image-data): New function to retrieve image data from
12346         cache.
12347         (gnus-html-put-image): Change buffer argument to use image data rather
12348         than file, and place image above region rather than inserting a new
12349         one.  Do not take alt-text as argument, since it's useless now: we place
12350         the image above alt-text.
12351         (gnus-html-prune-cache): Remove.
12352         (gnus-html-show-images): Start to fetch image when we find one, do not
12353         push into a temporary list.
12354         (gnus-html-prefetch-images): Only fetch image if they have expired.
12355         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12356         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12357
12358 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12361
12362 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12363
12364         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12365         spec inser "*" if the group isn't active instead of 0.
12366
12367         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12368         opening the server.
12369         (nnimap-request-delete-group): Implement group deletion.
12370         (nnimap-transform-headers): Return the size of the entire message in
12371         the Bytes header, not just the size of the first part.
12372         (nnimap-request-move-article): When moving an article from nnimap,
12373         request the article first so the accepting form has an article to
12374         accept.  Reported by Dan Christensen.
12375         (nnimap-command): Make sure that the error message doesn't error out.
12376
12377 2010-09-20  David Edmondson  <dme@dme.org>
12378
12379         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12380         we haven't requested anything.
12381
12382 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12383
12384         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12385         "".  Fix found by Andrew Cohen.
12386
12387         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12388         instead of -encode-string.
12389
12390 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12391
12392         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12393
12394         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12395         by mm-subst-char-in-string.
12396
12397 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12398
12399         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12400         waiting for the connection string.
12401
12402         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12403         arriving.
12404
12405         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12406         bogus characters.  This allows selecting certain Gmail groups.
12407
12408         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12409         (nnimap-fetch-partial-articles): New variable.
12410         (nnimap-open-connection): When looking for credentials, also use the
12411         nnimap-server-port.
12412         (nnimap-request-article): Return the group/article number, so that Gnus
12413         `^' works as expected.
12414         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12415
12416         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12417         comments.
12418         (gnus-methods-sloppily-equal): New function.
12419         (gnus): When using the development version of Gnus, load the gnus-load
12420         file.
12421
12422         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12423         `gnus-open-server' on each method before trying to scan them etc.
12424         This ensures that all the backend parameters are set correctly.
12425
12426         * nnimap.el (nnimap-authenticator): New variable.
12427         (nnimap-open-connection): Allow anonymous login.
12428         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12429         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12430
12431         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12432         patch, found by Knut Anders Hatlen.
12433
12434 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12435
12436         * gnus-agent.el (gnus-agent-batch-confirmation)
12437         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12438         to gnus-message.
12439         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12440         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12441         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12442         * gnus-int.el (gnus-open-server): Likewise.
12443         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12444         (gnus-score-check-syntax): Likewise.
12445         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12446         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12447         Likewise.
12448         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12449
12450 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12451
12452         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12453         calling conventions so that prefetch doesn't bug out.
12454
12455 2010-09-19  Julien Danjou  <julien@danjou.info>
12456
12457         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12458         rather than `subst-char-in-region' in order to be able to replace ASCII
12459         char by UTF-8 ones.
12460
12461         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12462         than curl.
12463         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12464         the right URL and ALT text on images.
12465         (gnus-html-wash-tags): Fix tag case.
12466         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12467         (gnus-article-html): Add -o display_ins_del=2 option.
12468         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12469
12470 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12471
12472         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12473         the extra mail headers, which sometimes seem to happen for unknown
12474         reasons.
12475
12476         * mail-parse.el (mail-header-encode-parameter): Define as
12477         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12478         (or most, perhaps?) mail readers don't understand the latter, but do
12479         understand the former.
12480
12481         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12482         to nil, so that no methods are automatically agentized.  I think this
12483         is probably what most users want.
12484
12485         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12486         from url-retrieve, for instance about invalid URLs.
12487
12488         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12489         groups that have no articles.
12490         (nnimap-request-article): Check that we really got an article when we
12491         requested one.
12492
12493         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12494         doesn't exist.
12495
12496         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12497         nntp buffer so the agent can save it.
12498         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12499         that CRLF doesn't get translated to \n.
12500         (nnimap-open-connection): Don't make 'shell commands only send \n.
12501
12502 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12503
12504         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12505         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12506         Update var name.
12507         (nnml-generate-nov-file): Use dolist.
12508         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12509         Use with-current-buffer.
12510
12511 2010-09-18  Julien Danjou  <julien@danjou.info>
12512
12513         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12514         parallel.
12515
12516 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12517
12518         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12519         the range update right.
12520         (nnimap-request-group): Don't make `M-g' bug out on group with no
12521         marks.
12522         (nnoo): Require, so that other packages can require nnimap.
12523         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12524         command we're looking for.  This helps when the server sends more
12525         responses after we've gotten everything we expected.
12526         (nnimap): Add a `newlinep' field to keep track of end-of-line
12527         conventions.
12528         Don't send CRLF to things that don't want it.
12529         (nnimap-request-accept-article): Ditto.
12530
12531 2010-09-18  Julien Danjou  <julien@danjou.info>
12532
12533         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12534         than curl to retrieve images.
12535
12536 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12537
12538         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12539         the marks.
12540         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12541         (nnimap-wait-for-connection): New function.
12542         (nnimap-open-connection): If we have PREAUTH, don't query for login
12543         credentials.
12544         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12545         when doing a partial update.
12546
12547 2010-09-18  Julien Danjou  <julien@danjou.info>
12548
12549         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12550         tags.
12551
12552 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12553
12554         * nnimap.el (nnimap-credentials): New function.
12555         (nnimap-open-connection): Use the new function to look for credentials
12556         also on the numeric equivalents of "imap" and "imaps".
12557
12558         * gnus-start.el (gnus-activate-group): Send the info to
12559         gnus-request-group.
12560
12561         * nnimap.el (nnimap-request-group): Have the "check" version of the
12562         function parse flags and update the info, so that a `M-g' get a total
12563         resync of all flags from the group.
12564
12565         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12566         to allow backends to alter the info on group selection.  Also alter all
12567         the backend -request-group functions to take the parameter.
12568
12569         * nnimap.el (nnimap-store-info): New function.
12570         (nnimap-update-info): Store the info for later usage.
12571         (nnimap-request-group): Use the stored info for the dont-check case, so
12572         that we don't retrieve all marks when we enter a group.
12573
12574         * nnimap.el: Use deffoo instead of defun for interface functions.
12575
12576         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12577         update the group info.  This makes the nndraft groups, for instance, go
12578         back to their old behavior.
12579
12580         * gnus-sum.el (gnus-select-newsgroup): Indent.
12581
12582         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12583         in.
12584         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12585         nothing.
12586
12587         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12588         from methods that are denied.
12589
12590         * gnus-int.el (gnus-method-denied-p): New function.
12591
12592         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12593         store the password instead of netrc.
12594         (nnimap-open-connection): Don't error out when we can't make a
12595         connections.
12596
12597         * auth-source.el (auth-source-create): In the password prompt, say what
12598         we're querying for.  Also prompt for user name if that hasn't been
12599         given.
12600
12601         * nnimap.el (nnimap-with-process-buffer): Remove.
12602
12603 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12604
12605         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12606         method when we're reading from the agent.
12607
12608         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12609
12610         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12611         that's probably most useful for users.
12612
12613         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12614         "failed" all the time.
12615
12616         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12617         ...)) with (with-current-buffer ... ).
12618
12619         * nntp.el (nntp-open-server): Return whether the open was successful or
12620         not.
12621
12622         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12623         select an unread unseen article first.
12624
12625         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12626         /etc/services, supply some sensible port defaults.
12627
12628         * dgnushack.el: Define netrc-credentials.
12629
12630 2010-09-17  Julien Danjou  <julien@danjou.info>
12631
12632         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12633
12634 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12635
12636         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12637         doesn't have any parameters.
12638
12639 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12640
12641         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12642         only upcased checks.
12643
12644         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12645
12646         * nnimap.el (nnimap-open-shell-stream): New function.
12647         (nnimap-open-connection): Use it.
12648         (nnimap-transform-headers): Get the number of lines in each message.
12649         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12650         number of lines.
12651         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12652         problem.
12653
12654         * utf7.el (utf7-encode): Autoload.
12655
12656         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12657         to allow the mail splitting to not return a default group.  This is
12658         useful for nnimap, which will leave unmatched mail in the inbox.
12659
12660         * nnimap.el: Rewritten.
12661
12662         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12663         nnimap usage.
12664
12665         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12666         if the move is internal, so that nnimap can do fast internal moves.
12667
12668         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12669         data.
12670         (gnus-read-active-for-groups): Support finishing the early retrieval of
12671         data.
12672
12673         * gnus-range.el (gnus-range-nconcat): New function.
12674
12675         * gnus-int.el (gnus-finish-retrieve-group-infos)
12676         (gnus-retrieve-group-data-early): New functions.
12677
12678 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12679
12680         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12681         (nnrss-retrieve-groups):
12682         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12683         (pop3-quit): Use with-current-buffer.
12684
12685 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12688         instead of nnheader-accept-process-output.
12689
12690         * dgnushack.el (dgnushack-compile): Add comment.
12691
12692         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12693
12694         * gnus-html.el (gnus-html-schedule-image-fetching)
12695         (gnus-html-prefetch-images): Replace process-kill-without-query by
12696         gnus-set-process-query-on-exit-flag.
12697
12698 2010-09-16  Romain Francoise  <romain@orebokech.com>
12699
12700         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12701
12702 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12703
12704         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12705         parameter to unintern is mandatory-ish in Emacs 24.
12706
12707         * gnus-html.el (gnus-html-schedule-image-fetching)
12708         (gnus-html-prefetch-images): Check for curl before using it.
12709
12710         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12711         depend on curl, which isn't essential.
12712
12713         * imap.el: Revert back to version
12714         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12715         seem problematic.
12716
12717 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12718
12719         * gnus-registry.el (gnus-registry-install-shortcuts):
12720         Explicitly pass `obarray' to `unintern' to avoid a warning.
12721
12722 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12723
12724         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12725         change.
12726
12727         * nnrss.el (nnrss-request-list): Remove this function and related
12728         functions, including the moreover stuff.
12729
12730 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12731
12732         * nnrss.el (nnrss-retrieve-groups): New function.
12733
12734 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12735
12736         * .dir-locals.el: Add no-byte-compile cookie.
12737
12738 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12739
12740         * time-date.el (format-seconds): Comment fix.
12741
12742         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12743         for back end that doesn't support request-scan.
12744
12745 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12746
12747         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12748         then do request scans from the backends.
12749
12750         * netrc.el (netrc-credentials): New conveniency function.
12751
12752         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12753         avoid running a hook per line, since this takes a lot of time,
12754         profiling shows.
12755         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12756         directly if gnus-visual-p is true.
12757
12758 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12761         groups; replace mapcar with dolist which is a bit faster; pass groups
12762         info to gnus-read-active-file-1.
12763         (gnus-read-active-file-1): Scan only specified groups if the new
12764         optional arg `infos' is given.
12765
12766 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12767
12768         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12769
12770         * pop3.el (pop3-movemail): Remove.
12771         (pop3-streaming-movemail): Rename to pop3-movemail.
12772
12773         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12774         don't restrict end-tag searches to the end of the line.
12775
12776 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12779         articles of every unchecked group to t, which means unknown since the
12780         server has never been opened.
12781
12782 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12783
12784         * gnus-html.el (gnus-html-show-alt-text): New command.
12785         (gnus-html-browse-image): Ditto.
12786         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12787         to browse the image directly.
12788         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12789         better.
12790
12791         * gnus-async.el (gnus-async-article-callback):
12792         Call `gnus-html-prefetch-images' unconditionally.
12793
12794         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12795         before feeding URLs to curl.
12796
12797 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12800         internal images as deletable by `W D D'.
12801
12802         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12803         (gnus-async-article-callback): Fix typo.
12804
12805 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12806
12807         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12808         current line to work around bugs in the output from w3m.
12809
12810         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12811         for groups that want that.
12812
12813         * nntp.el (nntp-wait-for-string): Supply a timeout for
12814         accept-process-output to ensure progress.
12815
12816         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12817         level to get unread articles from, then use that for foreign groups,
12818         too.
12819
12820         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12821         confuses the rest of the function.
12822
12823         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12824         for the methods that support -retrieve-groups, too.
12825
12826         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12827
12828 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12831         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12832
12833         * pop3.el: Require cl when compiling.
12834         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12835
12836 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12837
12838         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12839         that aren't going to be activated.
12840         (gnus-get-unread-articles): Fix up the last commit.
12841
12842         * gnus-html.el (gnus-article-html): Allow calling without specifying
12843         the handle.  In that case, dissect the buffer first.
12844
12845         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12846
12847         * nnimap.el (nnimap-open-connection): Revert the change that would look
12848         into authinfo for imaps instead of imap.
12849
12850         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12851         say that you don't want to call gnus-request-group with don-check, but
12852         do check the reponse.  This is for virtual groups only.
12853         (gnus-get-unread-articles): Count the archive groups as secondary, so
12854         that they're activated the same way as before.
12855
12856         * imap.el (imap-message-map): Removed optional buffer parameter, since
12857         no callers use it.
12858         (imap-message-get): Ditto.
12859         (imap-message-put): Ditto.
12860         (imap-mailbox-map): Ditto.
12861         (imap-mailbox-put): Ditto.
12862         (imap-mailbox-get): Ditto.
12863         (imap-mailbox-get): Revert last change for this function.
12864
12865         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12866         case-insensitively.
12867         (nnimap-debug): Remove.
12868
12869         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12870         callers to use `imap-fetch' instead.  According to the comments, this
12871         should be safe, since all other IMAP clients use the 1:* syntax.
12872         (imap-enable-exchange-bug-workaround): Remove.
12873         (imap-debug): Remove -- doesn't seem very useful.
12874
12875         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12876         mail from a file, and the file doesn't exist.
12877
12878         * imap.el (imap-log): New convenience function used throughout instead
12879         of repeating the same code all over the place.
12880
12881         * pop3.el (pop3-streaming-movemail): Return t for success.
12882
12883         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12884         .authinfo if we're using ssl connection.
12885
12886         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12887         already have if we're in a main Gnus `g' run.
12888
12889         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12890
12891 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12894
12895         * nnmh.el (nnmh-request-list-1): Bind `file'.
12896
12897         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12898         alias to set-process-query-on-exit-flag or process-kill-without-query.
12899         (pop3-open-server): Use it.
12900
12901 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12902
12903         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12904         box to the Incoming file.  Fixes mistake in previous checkin.
12905
12906         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12907         request loop (for debugging purposes) removed.
12908
12909         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12910         culprit is more visible.
12911         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12912         (nnml-add-incremental-nov): New functions to do "incremental" nov
12913         updates, where we just append to the end of the existing nov files
12914         without reading/writing them in full.
12915
12916         * mail-source.el (mail-source-delete-crash-box): Really only check the
12917         incoming files once in a while.
12918
12919         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12920
12921         * mail-source.el (mail-source-delete-crash-box): Only check the
12922         incoming files for deletion once per day to save a lot of file
12923         accesses.
12924
12925         * pop3.el (pop3-logon): Fix up unbound variable typo.
12926
12927         * mail-source.el (pop3-streaming-movemail): Autoload.
12928
12929         * pop3.el (pop3-streaming-movemail):
12930         Respect pop3-leave-mail-on-server.
12931
12932         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12933         retrieval.
12934
12935         * pop3.el (pop3-process-filter): Remove unused function.
12936         (pop3-streaming-movemail, pop3-send-streaming-command)
12937         (pop3-wait-for-messages, pop3-write-to-file)
12938         (pop3-number-of-responses): New functions for streaming pop3
12939         retrieval.
12940
12941         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12942         come from no known methods.
12943         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12944         list.
12945
12946         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12947         message sizes.
12948         (pop3-movemail): Use erase-buffer instead of looping and deleting
12949         regions, which seems rather odd.
12950
12951         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12952         file once per `g' run.
12953
12954         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12955         directories.  This makes the draft queue directory work.
12956
12957         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12958         data from the backends, so that we only request the list of groups from
12959         each method once.  This should speed things up considerably.
12960
12961         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12962         detect that it's not implemented.
12963
12964         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12965         we actually do recurse down into the tree, but don't stat all leaf
12966         nodes.
12967
12968         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12969         then say so instead of bugging out.
12970
12971         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12972         files exist before trying to read them.
12973
12974         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12975         around <pre_int>.
12976
12977         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12978
12979         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12980
12981 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12982
12983         * mm-util.el (mm-image-load-path): Just return the image directories,
12984         not all directories in the path in addition to the image directories.
12985         (mm-image-load-path): Maintain a cache of the image directories so that
12986         the `g' command in Gnus doesn't have to stat dozens of directories each
12987         time.
12988
12989         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12990         (gnus-html-wash-tags): Add a new `i' command to insert images.
12991         (gnus-html-insert-image): New command and keystroke.
12992         (gnus-html-redisplay-with-images): New command and keystroke.
12993         (gnus-html-show-images): Rename command.
12994         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12995         spacers.
12996         (gnus-html-wash-tags): Decode entities at the end, so that entities
12997         inside the tags don't mess up the rest of the "parsing".
12998
12999         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
13000         so that nnimap methods aren't agentized by default.  There's apparently
13001         many problems related to agent/imap behavior.
13002
13003         * gnus-art.el (gnus-article-copy-string): New command and key binding.
13004
13005         * gnus-html.el: Doc fix.
13006
13007 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
13010         specifier-spec-list for Emacs 21.
13011
13012         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
13013         glyph-width and glyph-height instead of display-graphic-p and
13014         image-size; make avoidance of displaying small images work for XEmacs.
13015
13016         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
13017         for XEmacs.
13018
13019         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
13020         of symbol that holds plist data.
13021         (gnus-process-plist): Remove plist of process after getting it.
13022
13023 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13024
13025         * message.el (message-generate-hashcash): Change default to
13026         'opportunistic if hashcash is installed.
13027
13028         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
13029         (gnus-html-put-image): Only call image-size once, since it's somewhat
13030         time-consuming on remote X servers.
13031
13032 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13033
13034         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
13035         type on data, not a file name.
13036
13037         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
13038         window-pixel-edges for Emacs 21.
13039
13040         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
13041         decoded contents.
13042         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
13043
13044 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13045
13046         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13047         group line format, since it isn't very interesting.
13048
13049         * gnus-agent.el (gnus-agent-short-article),
13050         (gnus-agent-long-article): Increase values for these two variables,
13051         since most people are likely to have more network connection and
13052         storage than before.
13053
13054         * gnus.el (gnus-refer-article-method): Change default to 'current.
13055         When referring an article, the common behavior is to refer it from the
13056         current select method, not the native select method.  The chances of
13057         the native select method having the message in question is rather slim
13058         these days.
13059
13060         * gnus-sum.el (gnus-auto-select-subject): Change default to
13061         `unseen-or-unread'.  I think it's likely that most people want to
13062         select an unseen article over a previously seen, but unread one.
13063
13064         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
13065         means that in the article buffer none of the minor mode elements will
13066         be shown, usually, and this is not desirable in most cases.
13067
13068         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
13069         that commands like `d' (and the like) go to the next line in the
13070         buffer, instead of the next unread article.  I think this is the
13071         behavior that is most natural for most users.
13072         (gnus-single-article-buffer): Change default to nil, so that people can
13073         have as many article buffers open as they have summary buffer.  I think
13074         this is the most natural way for the groups to behave.
13075
13076         * message.el (message-generate-new-buffers): Change default to
13077         `unsent', so that all new message buffers start their names with the
13078         string "*unsent", and it's easier to find the buffers if you move from
13079         them.
13080
13081 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13082
13083         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
13084         small.  They're probably tracking images.
13085         (gnus-html-wash-tags): Remove all <pre_int> place holders.
13086         (gnus-html-rescale-image): Yet another try at getting the image sizing
13087         right.
13088
13089         * nntp.el (nntp-request-set-mark): Refuse to do marks if
13090         nntp-marks-file-name is nil.
13091
13092 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13093
13094         * gnus-html.el (gnus-html-wash-tags)
13095         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13096         Better logging.
13097
13098 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13099
13100         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13101
13102         * gnus-html.el (gnus-html-wash-tags): Check the value of
13103         gnus-blocked-images in the summary buffer.
13104
13105 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13106
13107         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13108
13109 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13110
13111         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13112         like "a", it seems like.
13113         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13114         since it needs to be picked from the correct buffer.
13115
13116         * nnwfm.el: Remove.
13117
13118         * nnlistserv.el: Remove.
13119
13120 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13121
13122         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13123         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13124
13125 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13126
13127         * nnkiboze.el: Remove.
13128
13129         * nndb.el: Remove.
13130
13131         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13132         alt text.
13133         (gnus-html-rescale-image): Try to get the rescaling logic right for
13134         images that are just wide and not tall.
13135
13136         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13137         overshadow variable bindings.
13138
13139 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13140
13141         * gnus-html.el (gnus-html-wash-tags)
13142         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13143         Add extra logging.
13144
13145 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13146
13147         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13148         (gnus-max-image-proportion): New variable.
13149         (gnus-html-rescale-image): New function.
13150         (gnus-html-put-image): Rescale images.
13151
13152 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13153
13154         Fix up some byte-compiler warnings.
13155         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13156         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13157         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13158         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13159         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13160         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13161         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13162
13163 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * gnus-html.el (gnus-article-html): Decode contents by charset.
13166
13167 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13170         (gnus-html-frame-width, gnus-blocked-images):
13171         * message.el (message-prune-recipient-rules): Add custom version.
13172         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13173
13174         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13175         functions.
13176
13177         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13178         gnus-process-get.
13179
13180 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13181
13182         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13183         instead of lsub directly.
13184
13185 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13186
13187         * nnwarchive.el: Remove.
13188
13189         * gnus-soup.el: Remove.
13190
13191         * nnsoup.el: Remove.
13192
13193         * nnultimate.el: Remove.
13194
13195         * gnus-html.el (gnus-blocked-images): New variable.
13196
13197         * message.el (message-prune-recipients): New function.
13198         (message-prune-recipient-rules): New variable.
13199
13200         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13201         guess whether a long line is natural text or not.
13202
13203         * gnus-html.el (gnus-html-schedule-image-fetching):
13204         Use gnus-process-plist and friends for compatibility.
13205
13206 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13207
13208         * gnus-html.el: Require packages that define macros used in this file.
13209         (gnus-article-mouse-face): Declare to silence byte-compiler.
13210         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13211         process-get.
13212         (gnus-html-put-image): Use plist-get to avoid getf.
13213         (gnus-html-prefetch-images): Use with-current-buffer.
13214
13215 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * gnus-ems.el: Provide compatibility functions for
13218         gnus-set-process-plist.
13219
13220         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13221         header-line-format for XEmacs 21.4.
13222
13223         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13224         * gnus.el (gnus-valid-select-methods):
13225         * message.el (message-send-mail-partially-limit):
13226         * mm-decode.el (mm-text-html-renderer):
13227         * mml.el (mml-insert-mime-headers-always):
13228         * smiley.el (smiley-regexp-alist): Bump custom version.
13229
13230 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13231
13232         * gnus-html.el: Require mm-url.
13233         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13234         with the url to `url'.
13235         (gnus-html-wash-tags): Support cid: URLs/images.
13236
13237 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13238
13239         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13240         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13241         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13242
13243         * gnus-move.el: Remove file, since it doesn't really work.
13244
13245         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13246         UTF-8.  This seems to fix problems with some German web feeds.
13247
13248         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13249         at the top so that the proper colors are applied.
13250
13251         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13252         don't have dots in their names.
13253
13254         * gnus-art.el (gnus-article-view-part): Doc fix.
13255
13256         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13257         XEmacs-compatible.
13258         (gnus-html-put-image): Don't do images on non-graphic displays.
13259
13260         * nnslashdot.el: Remove this unused backend.
13261
13262         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13263         actions.
13264         (gnus-undo-register-1): Revert last change.
13265
13266         * gnus-group.el (gnus-group-completing-read): Protect against not
13267         having completion-styles bound.
13268
13269         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13270         make broken recipients happier.
13271
13272         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13273
13274         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13275         point parameter.
13276
13277         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13278
13279         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13280         completion-styles for group selection.
13281
13282 2009-02-04  Andreas Schwab  <schwab@suse.de>
13283
13284         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13285         headers and regexp-quote the match if necessary.
13286
13287 2009-03-24  Miles Bader  <miles@gnu.org>
13288
13289         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13290         the blinking smiley.
13291
13292 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13293
13294         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13295         blink smiley.
13296
13297 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13298
13299         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13300         where the dribbel file lives exists.
13301
13302         * message.el (message-send-mail-partially-limit): Change the default to
13303         nil, since most people don't want this.
13304
13305         * mm-url.el (mm-url-decode-entities): Also decode entities like
13306         &#x3212.
13307
13308 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13309
13310         * gnus-sum.el (gnus-summary-idna-message):
13311         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13312         Hyperlink urls in docstrings with URL `...'.
13313
13314 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13315
13316         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13317         functions.
13318
13319 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13320
13321         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13322         say what the mouseover text should be.
13323
13324         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13325         version of the mm-w3m-safe-url-regexp variable to only download images
13326         in the groups where we want that to happen.
13327
13328         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13329
13330         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13331         easier debugging.
13332         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13333         big pictures in the article buffer.
13334
13335         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13336         gnus-article-html.
13337         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13338         w3m.
13339
13340         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13341
13342 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13343
13344         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13345         which doesn't exist.
13346
13347         * message.el (message-inhibit-ecomplete): New variable to allow some
13348         function to inhibit ecomplete address storage.
13349         (message-resend): Disable ecomplete message storage when resending
13350         messages.
13351
13352         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13353
13354 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13357         Save excursion while copying, moving, and deleting articles in order to
13358         prevent the cursor from jumping to unforeseen place.
13359
13360 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13361
13362         * lpath.el: No need to bind bookmark-current-buffer,
13363         bookmark-yank-point and bookmark-make-record-function.
13364
13365 2010-08-17  Glenn Morris  <rgm@gnu.org>
13366
13367         * gnus-sync.el: Require gnus components whose functions are used.
13368
13369         * gnus-art.el (bookmark-make-record-function):
13370         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13371         Declare for compiler.
13372
13373         * mm-url.el (mml-compute-boundary): Autoload.
13374
13375 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13378
13379 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13380
13381         Typo fix "hoo4a" -> "hook".
13382
13383         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13384
13385 2010-08-14  Glenn Morris  <rgm@gnu.org>
13386
13387         * gnus-sync.el (gnus-sync): Fix defgroup version.
13388
13389 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13390
13391         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13392
13393         * gnus-sync.el: Fix docs.
13394         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13395         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13396
13397 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13398
13399         Optimizations for gnus-sync.el.
13400
13401         * gnus-sync.el: Add docs about gnus-sync-backend
13402         possibilities.
13403         (gnus-sync-save): Remove unnecessary message.
13404         (gnus-sync-read): Optimize and show what groups were skipped.
13405
13406 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13407
13408         Minor bug fixes for gnus-sync.el.
13409
13410         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13411         Don't read the sync on get-new-news.
13412
13413         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13414         quiet.
13415
13416         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13417         (fix typo).
13418
13419 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13420
13421         Make saving and restoring of hidden threads work with overlays.
13422         Patch applied by Ted Zlatanov.
13423
13424         * gnus-sum.el (gnus-hidden-threads-configuration)
13425         (gnus-restore-hidden-threads-configuration): Update to deal with text
13426         properties, rather than searching for a magic character.
13427
13428 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13429
13430         New gnus-sync.el library for synchronization of marks.
13431
13432         * gnus-sync.el: New library for synchronization of marks.
13433
13434         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13435         renamed from `gnus-registry-grep-in-list'.
13436
13437         * gnus-registry.el (gnus-registry-follow-group-p):
13438         Use `gnus-grep-in-list'.
13439
13440         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13441
13442 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13445         determining charset of text fails.
13446
13447 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * nnmail.el (nnmail-get-new-mail-1): Revert.
13450
13451         * nnml.el (nnml-active-number): Make sure names of newly created groups
13452         in nnml-group-alist are encoded.
13453
13454 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13457         containing non-ASCII characters in active file for nnml back end.
13458
13459 2010-07-24  David Engster  <dengste@eml.cc>
13460
13461         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13462         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13463
13464 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13465
13466         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13467         tag (Bug#6654).
13468
13469 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13472         the article buffer, not the summary buffer.
13473
13474 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13477         Emacs 23 as well.
13478
13479 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13482         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13483
13484 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13485
13486         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13487         Patch applied by Karl Fogel.
13488
13489         * gnus-sum.el (gnus-summary-bookmark-make-record):
13490         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13491
13492 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13493
13494         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13495         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13496         C-w still not working correctly from Article buffers; Thierry's
13497         patch to fix that will be applied after this.
13498
13499         * gnus-art.el (bookmark-make-record-function): New local variable.
13500
13501         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13502         article buffer.
13503         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13504
13505 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13506
13507         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13508         on changes in bookmark.el.
13509
13510 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13511
13512         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13513         `no-log' instead of message not to log prompt string.
13514
13515 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13516
13517         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13518         the *other* type of HTML form submission.
13519
13520 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13521
13522         * auth-source.el (auth-source-pick): If choice does not contain a
13523         questioned keyword, set the check to t.
13524
13525 2010-06-12  Romain Francoise  <romain@orebokech.com>
13526
13527         * gnus-util.el (gnus-date-get-time): Move up before first use.
13528
13529 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13532         (gnus-article-edit-part): Bind it to make last part that is substituted
13533         or deleted visible.
13534         (gnus-mime-display-single): Buttonize part of which id equals to
13535         gnus-mime-buttonized-part-id.
13536
13537 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13538
13539         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13540         (gnus-dd-mmm): Use gnus-date-get-time.
13541         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13542         simplify logic.
13543         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13544         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13545
13546 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13547
13548         * auth-source.el (top): Autoload `secrets-list-collections',
13549         `secrets-create-item', `secrets-delete-item'.
13550         (auth-sources): Fix tag string.
13551         (auth-get-source, auth-source-retrieve, auth-source-create)
13552         (auth-source-delete): New defuns.
13553         (auth-source-pick): Rewrite in order to avoid 2 passes.
13554         (auth-source-forget-user-or-password): New parameter USERNAME.
13555         (auth-source-user-or-password): New parameters CREATE-MISSING and
13556         DELETE-EXISTING.  Retrieve password interactively, if needed.
13557
13558 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13559
13560         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13561         deleting unused directories when gnus-expert-user is t.
13562
13563 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13566         for each temp file when gnus-article-browse-delete-temp is ask.
13567
13568 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13569
13570         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13571         Replace Lisp calls to delete-backward-char by calls to delete-char.
13572
13573 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13574
13575         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13576
13577 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13578
13579         * password-cache.el (password-cache-remove): Fix docstring.
13580
13581 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13584         article unless decoding article to be saved.
13585
13586 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13589         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13590         generated within the mm-with-unibyte-current-buffer macro.
13591
13592 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13595         to nil when we're in a mml-preview buffer and no group is selected.
13596
13597 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13598
13599         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13600         when catching the `C-g'.  Reported by "Leo".
13601
13602 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * message.el (message-forward-make-body-plain)
13605         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13606         multibyte-string-p.
13607
13608         * lpath.el: Revert.
13609
13610 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * message.el (message-forward-make-body-mml): Assume original message
13613         is multibyte string; error on unibyte.
13614         (message-forward-make-body-plain): Ditto; don't add excessive newline
13615         in body end.
13616
13617         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13618
13619 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13620
13621         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13622         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13623
13624 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * mm-extern.el (mm-extern-url): Don't use
13627         mm-with-unibyte-current-buffer.
13628         (mm-extern-cache-contents): Use with-current-buffer instead of
13629         save-excursion + set-buffer.
13630
13631 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * mm-util.el (mm-emacs-mule): Remove.
13634
13635 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13636
13637         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13638         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13639         change.
13640
13641 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13644         bind the default value of enable-multibyte-characters to nil.
13645
13646 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * message.el (message-forward-make-body-plain)
13649         (message-forward-make-body-mml):
13650         Don't use mm-with-unibyte-current-buffer.
13651
13652 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13653
13654         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13655
13656 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13657
13658         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13659         (Bug#5592).
13660
13661 2010-05-07  Julien Danjou  <julien@danjou.info>
13662
13663         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13664         it to mm-pipe-part.
13665
13666         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13667         it is given.
13668
13669 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * binhex.el (binhex-decode-region-internal):
13672         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13673         (dns-query):
13674         * nnweb.el (nnweb-gmane-search):
13675         * pgg-parse.el (pgg-parse-armor):
13676         * pgg.el (pgg-verify-region):
13677         * sha1.el (sha1-string-external):
13678         * uudecode.el (uudecode-decode-region-internal):
13679         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13680         XEmacs.
13681
13682         * gnus-art.el (gnus-article-browse-html-parts):
13683         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13684         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13685         make-temp-file.
13686
13687         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13688         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13689         compiling.
13690
13691         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13692         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13693         XEmacs when compiling.
13694
13695         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13696         gnus-pick-mode-off-hook for XEmacs when compiling.
13697         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13698         gnus-binary-mode-off-hook for XEmacs when compiling.
13699
13700         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13701         Return nil if char-charset is not available.
13702
13703         * imap.el (imap-disable-multibyte)
13704         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13705         macros.
13706
13707         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13708         instead of encode-coding-string.
13709
13710         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13711         'xemacs) instead of mm-emacs-mule to switch function definitions.
13712         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13713
13714         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13715         bind temporary-file-directory for XEmacs;
13716         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13717         timer-set-function for XEmacs 21.4 and SXEmacs;
13718         bind timer-list for XEmacs 21.4 and SXEmacs;
13719         fbind char-charset and find-charset-region for non-Mule XEmacs;
13720         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13721         encode-coding-region and encode-coding-string for XEmacs having no
13722         file-coding feature.
13723
13724 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13725
13726         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13727
13728 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13731         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13732
13733 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13734
13735         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13736         alias `jka-compr-delete-temp-file' no longer exists.
13737
13738 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13739
13740         Use define-minor-mode in Gnus where applicable.
13741         * mml.el (mml-mode): Use define-minor-mode.
13742         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13743         (gnus-undo-mode): Use define-minor-mode.
13744         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13745         (gnus-dead-summary-mode): Use define-minor-mode.
13746         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13747         Initialize in declaration.
13748         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13749         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13750         (gnus-mailing-list-mode): Use define-minor-mode.
13751         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13752         (gnus-draft-mode): Use define-minor-mode.
13753         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13754         (gnus-dired-mode): Use define-minor-mode.
13755
13756 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13757
13758         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13759         handles on recursive mml-to-mime translation and check them for
13760         boundary delimiter collisions.  Reported by Greg Troxel.
13761
13762 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13765
13766 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13767
13768         * mm-util.el (mm-find-buffer-file-coding-system):
13769         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13770
13771 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13772
13773         * message.el (message-generate-headers): Record insertion of optional
13774         headers as well.  Otherwise the check to prevent repeated insertion of
13775         optional headers is a no-op.
13776
13777 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13778
13779         * smime.el: Don't mention CVS.
13780
13781         * nnrss.el (nnrss-fetch): Don't mention CVS.
13782
13783         * nnir.el: Don't mention CVS.
13784
13785 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13786
13787         * gnus-sum.el (gnus-summary-bookmark-make-record):
13788         Add `location' field.
13789
13790 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * lpath.el: Fbind bookmark-default-handler,
13793         bookmark-get-bookmark-record, bookmark-make-record-default,
13794         bookmark-prop-get for Emacs <23 and XEmacs.
13795
13796 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13797
13798         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13799         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13800         Use with-current-buffer to silence the byte-compiler.
13801         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13802         bother to require `gnus'.
13803         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13804
13805 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13806
13807         * gnus-sum.el (gnus-summary-bookmark-make-record)
13808         (gnus-summary-bookmark-jump): New functions.
13809         (gnus-summary-mode): Setup bookmark support.
13810
13811 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13812
13813         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13814         if set.
13815
13816 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13819         gnus-article-browse-html-save-cid-image; make it work recursively for
13820         forwarded messages as well.
13821         (gnus-article-browse-html-parts): Work when prefix arg is given.
13822         (gnus-article-browse-html-article): Doc fix.
13823
13824 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13825
13826         * message.el (message-default-mail-headers)
13827         (message-default-headers): Carry the value mail-default-headers over
13828         into message-default-mail-headers, rather than message-default-headers.
13829
13830 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13831
13832         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13833         charset.
13834
13835         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13836         charset into the <meta> tag when the article is encoded to utf-8.
13837
13838 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13839
13840         * gnus-art.el (gnus-article-browse-delete-temp-files):
13841         Delete directories as well.
13842         (gnus-article-browse-html-parts): Work for images that do not specify
13843         file names; delete temp directory when quitting; insert header at the
13844         right place; use file: scheme for image files.
13845
13846 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13847
13848         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13849         (gnus-article-browse-html-parts): Use it to make temporary cid image
13850         files in addition to html file so that browser may display them.
13851
13852 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13855
13856 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13857
13858         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13859
13860 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13861
13862         * auth-source.el (auth-sources): Change default to be simpler.
13863         Explain about Secret Service API sources.  Improve Customize options.
13864         (auth-source-pick): Change to accept any number of search parameters.
13865         Implement fallbacks iteratively, not recursively.  Add scoring on the
13866         second pass and sort by score.  Call Secret Service API when needed.
13867         (auth-source-user-or-password): Use it.  Call Secret Service API
13868         directly when needed to get the user name and the password.
13869
13870 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13871
13872         * message.el (message-interactive): Doc fix.
13873         (message-qmail-inject-args): Reflow.
13874         (message-kill-to-signature): Fix typo in docstring.
13875
13876         * smiley.el (smiley-buffer): Fix typo in docstring.
13877
13878 2010-03-24  Glenn Morris  <rgm@gnu.org>
13879
13880         * mail-source.el (gnus-message): Declare.
13881         (mail-source-delete-old-incoming): Require gnus-util.
13882
13883 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13886
13887         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13888
13889         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13890         password-cache's default if it is not bound.
13891         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13892         password-cache-expiry's default if it is not bound.
13893
13894         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13895         available in Emacs 21.
13896
13897         * lpath.el: Suppress compiler warnings for:
13898         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13899         XEmacs;
13900         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13901         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13902         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13903
13904 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13905
13906         * auth-source.el (auth-sources): Fix up definition so extra parameters
13907         are always inline.
13908
13909 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13910
13911         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13912         wasn't updated after mismatch.  Clear cached mailbox info correctly
13913         when uidvalidity changes.
13914         (nnimap-group-prefixed-name): New function to avoid some code
13915         duplication.
13916         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13917         (nnimap-request-group): Use it.
13918         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13919         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13920         with many imap folders.  This is done by caching the group status from
13921         the imap server persistently in a group parameter `imap-status'.  (This
13922         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13923         but not persistently, so every Gnus startup was still very slow.)
13924
13925 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13926
13927         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13928         delete the extra newline.  Otherwise editing of :string and :number
13929         types don't work.
13930
13931 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13932
13933         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13934         secrets.el dependency.
13935         (auth-sources): Add optional user name.  Add secrets.el configuration
13936         choice (unused right now).
13937
13938 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13939
13940         * gnus-sum.el (gnus-summary-make-menu-bar):
13941         Let `gnus-registry-install-shortcuts' fill in the functions.
13942
13943         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13944         warnings.
13945         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13946         (gnus-registry-install-shortcuts): Populate and use it in a
13947         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13948
13949 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13950
13951         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13952         In-place substitutions for the group name encoding/decoding.
13953         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13954         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13955         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13956         (nnimap-update-unseen, nnimap-request-list)
13957         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13958         (nnimap-request-set-mark, nnimap-split-to-groups)
13959         (nnimap-split-articles, nnimap-request-newgroups)
13960         (nnimap-request-create-group, nnimap-request-accept-article)
13961         (nnimap-request-delete-group, nnimap-request-rename-group)
13962         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13963         `encoded-mbx' for consistency.
13964         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13965         variable `imap-current-mailbox'.
13966
13967         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13968         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13969
13970 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13971
13972         * pop3.el (pop3-display-message-size-flag): Display message size byte
13973         counts during POP3 download.
13974         (pop3-movemail): Use it.
13975         (pop3-list): Implement listing of available messages.
13976
13977 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13978
13979         * nnir.el (nnir-get-article-nov-override-function): New function to
13980         override the normal NOV retrieval.
13981         (nnir-retrieve-headers): Use it.
13982
13983 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13984
13985         * auth-source.el (netrc-machine-user-or-password): Autoload.
13986
13987 2010-03-19  Glenn Morris  <rgm@gnu.org>
13988
13989         Stop message.el from loading about 40 libraries it doesn't always need.
13990         The general approach is to autoload rather than require, and to
13991         require in the specific functions rather than the file.  (Bug#5642)
13992
13993         * gmm-utils.el: Don't require wid-edit.
13994         (widget-create-child-value, widget-convert, widget-default-get):
13995         Autoload.
13996
13997         * gnus-util.el: Don't require time-date, netrc.
13998         (message-fetch-field, gnus-group-name-decode): Declare rather than
13999         autoloading.
14000         (gnus-fetch-field): Require message.
14001         (gnus-decode-newsgroups): Require gnus-group.
14002
14003         * ietf-drums.el: Don't require time-date.
14004
14005         * message.el: Don't require hashcash, canlock, ecomplete.
14006         Do require mail-utils.  Require nnheader only when compiling.
14007         (smtpmail-default-smtp-server): Remove declaration.
14008         (message-send-mail-function): Check smtpmail-default-smtp-server
14009         is bound rather than requiring smtpmail.
14010         (message-auto-save-directory, message-insert-signature):
14011         Use expand-file-name rather than nnheader-concat.
14012         (nnheader-insert-file-contents): Autoload.
14013         (hashcash-wait-async): Declare.
14014         (message-send-mail): Only call gnus-setup-posting-charset if
14015         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
14016         (message-send-mail-with-sendmail): Require sendmail.
14017         (canlock-password, canlock-password-for-verify): Declare.
14018         (message-canlock-password): Require canlock.
14019         (nnheader-get-report): Autoload.
14020         (gnus-setup-posting-charset): Declare.
14021         (message-send-news): Require gnus-msg.
14022         (message-make-references, message-make-in-reply-to): Use mail-header-id
14023         rather than the alias mail-header-message-id.
14024         (ecomplete-add-item, ecomplete-save): Declare.
14025         (message-put-addresses-in-ecomplete): Require ecomplete.
14026         (ecomplete-display-matches): Autoload.
14027
14028         * mm-decode.el: Don't require mailcap, gnus-util.
14029         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
14030         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
14031         Autoload.
14032         (mailcap-mime-extensions): Declare.
14033
14034         * mm-encode.el: Don't require mailcap.
14035         (mailcap-extension-to-mime): Autoload.
14036
14037         * mml-sec.el: Don't require password-cache.
14038
14039         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
14040         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
14041         (mml-minibuffer-read-type): Require mailcap.
14042         (mml-preview): Require gnus-msg.
14043
14044         * mml1991.el: Require password-cache.
14045         (password-cache-expiry): Remove declaration.
14046
14047         * mml2015.el: Require password-cache.
14048         (password-cache-expiry): Remove declaration.
14049
14050         * nneething.el (mailcap): Require mailcap.
14051
14052         * nnheader.el (declare-function): Add compatibility stub.
14053         (message-remove-header): Declare rather than autoload.
14054         (nnheader-replace-header): Require message.
14055
14056         * nnimap.el (declare-function): Add compatibility stub.
14057         (netrc-parse, netrc-machine-user-or-password): Declare.
14058         (nnimap-open-connection): Require netrc.
14059
14060         * nntp.el (declare-function): Add compatibility stub.
14061         (netrc-parse, netrc-machine, netrc-get): Declare.
14062         (nntp-send-authinfo): Require netrc.
14063
14064         * rfc2047.el: Don't require qp.
14065         (quoted-printable-encode-region, quoted-printable-decode-string):
14066         Autoload.
14067
14068         * sieve-mode.el: Don't require easymenu.
14069         (easy-menu-add-item): Autoload it.
14070
14071         * spam-stat.el (time-to-number-of-days): Autoload it.
14072
14073 2010-03-19  Glenn Morris  <rgm@gnu.org>
14074
14075         * password-cache.el (password-cache, password-cache-expiry): Autoload.
14076
14077 2010-03-18  Glenn Morris  <rgm@gnu.org>
14078
14079         * hashcash.el (declare-function): Remove duplicate definition.
14080
14081 2010-03-17  Kevin Ryde  <user42@zip.com.au>
14082
14083         * mml.el (mml-read-tag): Unquote values with `read' to reverse
14084         prin1 in mml-insert-tag (just stripping the quotes gave wrong
14085         value if any backslash escapes).
14086
14087 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14088
14089         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
14090         if it is available.  (bug#5647)
14091
14092         * lpath.el: Suppress compiler warning for coding-system-from-name for
14093         Emacs 21 and XEmacs.
14094
14095 2010-03-14  Juri Linkov  <juri@jurta.org>
14096
14097         * hmac-def.el:
14098         * hmac-md5.el:
14099         * netrc.el: Fix keywords.
14100
14101 2010-02-26  Glenn Morris  <rgm@gnu.org>
14102
14103         * message.el (message-send-mail-function): Change the default, so that
14104         it inherits from a customized send-mail-function.  (Bug#5643)
14105
14106 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14107
14108         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14109         shell-command-to-string signals an error (bug#5299).
14110
14111 2010-02-24  Glenn Morris  <rgm@gnu.org>
14112
14113         * message.el (message-smtpmail-send-it)
14114         (message-send-mail-with-mailclient): Doc fixes.
14115
14116 2010-02-16  Glenn Morris  <rgm@gnu.org>
14117
14118         * message.el (message-default-mail-headers): Change the default value
14119         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14120
14121 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14124         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14125
14126 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14127
14128         * time-date.el (date-to-time): Doc fix (Bug#5408).
14129
14130 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14131
14132         * message.el (message-mail): Just pass yank-action on to message-setup.
14133         (message-setup): Handle (FUN . ARGS) form of yank-action.
14134         (message-with-reply-buffer, message-widen-reply)
14135         (message-yank-original): Handle non-buffer values of
14136         message-reply-buffer (Bug#4080).
14137         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14138
14139 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14140
14141         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14142         Fix typo in docstring.
14143
14144 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14145
14146         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14147         response.
14148
14149 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14152
14153         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14154
14155         * message.el (message-check-news-header-syntax): Protect against a
14156         string that `rfc822-addresses' returns when parsing fails.
14157
14158 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14161         (gnus-previous-char-property-change): New functions.
14162
14163         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14164
14165 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14166
14167         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14168         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14169
14170 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14171
14172         * message.el (message-exchange-point-and-mark): Rework last change to
14173         avoid using optional arg of exchange-point-and-mark, for backward
14174         compatibility.
14175
14176 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14177
14178         * message.el (message-exchange-point-and-mark):
14179         Call exchange-point-and-mark with an argument rather than setting
14180         mark-active by hand (Bug#5175).
14181
14182 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * nntp.el (nntp-service-to-port): Work for service expressed with
14185         numeric string; replace [:digit:] with [0-9] for XEmacs.
14186
14187 2009-12-17  Glenn Morris  <rgm@gnu.org>
14188
14189         * gnus-group.el (gnus-bug-group-download-format-alist):
14190         Change emacs entry to debbugs.gnu.org.  Bump :version.
14191
14192 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14193
14194         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14195
14196 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14197
14198         * message.el (message-info): Explain why we use `Info-goto-node'.
14199
14200 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14203
14204 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14205
14206         * message.el (message-completion-in-region): New compatibility function.
14207         (message-expand-group): Use it.
14208
14209 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14212         with no unread article should be listed if the 2nd arg `predicate' is
14213         given.
14214
14215 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14218
14219 2009-11-29  Juri Linkov  <juri@jurta.org>
14220
14221         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14222         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14223         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14224
14225 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14226
14227         * sha1.el (sha1-string-external): default-directory "/" in case
14228         otherwise non-existent.  process-connection-type pipe for touch of
14229         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14230
14231 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14232
14233         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14234         it's comms related and sgml-mode.el has "comm" on that basis too.
14235
14236 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14239         containing tspecial characters if they have been already quoted.
14240
14241 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14242
14243         * dns-mode.el (auto-mode-alist): Purecopy string.
14244
14245 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14246
14247         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14248
14249 2009-10-24  Glenn Morris  <rgm@gnu.org>
14250
14251         * gnus-art.el (help-xref-stack-item): Define for compiler.
14252
14253 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14254
14255         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14256
14257 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14260
14261 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14264         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14265
14266 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14269         (gnus-overlays-in): New alias to overlays-in.
14270
14271         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14272         gnus-overlay-get, and gnus-delete-overlay.
14273         (gnus-summary-show-thread): Make it work as well for systems in which
14274         next-single-char-property-change is not available.
14275         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14276
14277         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14278         (gnus-overlay-get): New alias to extent-property.
14279         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14280
14281         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14282         SXEmacs.
14283
14284         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14285         SXEmacs.
14286
14287 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14288
14289         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14290
14291 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14292
14293         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14294         and XEmacs that don't have `remove-overlays'.
14295
14296 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14297
14298         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14299         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14300         selective display.  Use overlays instead.
14301
14302 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14303
14304         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14305
14306 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14307
14308         * spam-stat.el (spam-stat-load): Fix typo in message.
14309
14310 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14311
14312         * dig.el (dig-invoke): Fix typo in docstring.
14313         (query-dig): Reflow docstring.
14314
14315 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14316
14317         * gnus-art.el (gnus-article-encrypt-body):
14318         * message.el (message-check-recipients):
14319         * mm-util.el (mm-codepage-setup):
14320         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14321         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14322
14323 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14324
14325         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14326         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14327         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14328         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14329         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14330
14331 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14332
14333         * dig.el: Add "Keywords: comm", as per net-utils.el.
14334
14335 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14336
14337         * dig.el (dig-mode): Use define-derived-mode.
14338
14339 2009-09-19  Glenn Morris  <rgm@gnu.org>
14340
14341         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14342
14343 2009-09-18  Glenn Morris  <rgm@gnu.org>
14344
14345         * gnus-diary.el (gnus-diary-check-message):
14346         * message.el (message-insert-formatted-citation-line):
14347         * nnbabyl.el (top-level):
14348         * nndiary.el (nndiary-schedule):
14349         Fix typos in condition-case handlers.
14350
14351 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14354         configuration that provides the sole article window in a frame;
14355         position point correctly after deleting a part.
14356
14357 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14358
14359         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14360         (spam-resolve-registrations-routine): Use it to unregister articles
14361         that change status.
14362
14363 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14366         with XEmacs.
14367         (parse-time-string-chars): Use it.
14368
14369 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14370
14371         * imap.el (imap-interactive-login): Better messages.
14372         (imap-open): Fix bug with renamed buffer on reconnect.
14373         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14374         for easier debugging and cleaner code.  On successful (guessed based on
14375         server capabilities) secondary authentication, set imap-state
14376         correctly.
14377         (imap-last-authenticator): Define imap-last-authenticator as a variable
14378         to avoid warnings.
14379
14380 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * nnrss.el (nnrss-request-article): Remove binding of
14383         default-enable-multibyte-characters that has gotten needless by
14384         the 2007-07-13 change in rfc2047-encode-message-header.
14385
14386         * mml.el (mml-insert-multipart): Error on the message header.
14387         (mml-insert-part): Error on the message header; position point at
14388         the end of a MIME tag.
14389
14390 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * time-date.el (autoload): Expand define-obsolete-function-alias into
14393         defalias and make-obsolete for old Emacsen that Gnus supports.
14394         (with-no-warnings): Define it for old Emacsen.
14395         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14396         is available.
14397         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14398         float-time is available; suppress compile warning for time-to-seconds.
14399
14400         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14401         (gnus-float-time): Alias to float-time if it exists.
14402
14403         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14404         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14405         float-time is available; suppress compile warning for time-to-seconds.
14406
14407         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14408         XEmacs.
14409
14410 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14411
14412         * imap.el (imap-message-map): Docstring fix.
14413
14414 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14417         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14418         Add the optional argument `encoding' that overrides the default.
14419
14420         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14421         mm-encode-buffer.
14422
14423 2009-09-04  Glenn Morris  <rgm@gnu.org>
14424
14425         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14426         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14427         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14428         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14429         * mm-util.el (mm-with-unibyte-current-buffer)
14430         (mm-find-buffer-file-coding-system):
14431         * yenc.el (yenc-decode-region): Use default-value rather than
14432         default-enable-multibyte-characters.
14433
14434 2009-09-03  Glenn Morris  <rgm@gnu.org>
14435
14436         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14437         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14438         than default-enable-multibyte-characters.
14439
14440 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14441
14442         * gnus-art.el (gnus-article-read-summary-keys):
14443         Fix gnus-buffer-configuration's value temporarily used.
14444
14445 2009-09-02  Glenn Morris  <rgm@gnu.org>
14446
14447         * gnus-util.el (gnus-float-time): New function.
14448         * gnus-delay.el (gnus-delay-article):
14449         * gnus-sum.el (gnus-thread-latest-date):
14450         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14451         * nnspool.el (nnspool-request-newgroups):
14452         Use gnus-float-time rather than time-to-seconds.
14453         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14454
14455         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14456         (gnus-header-subject-face, gnus-header-newsgroups-face)
14457         (gnus-header-name-face, gnus-header-content-face):
14458         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14459         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14460         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14461         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14462         (gnus-cite-face-11):
14463         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14464         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14465         (gnus-server-closed-face, gnus-server-denied-face)
14466         (gnus-server-offline-face):
14467         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14468         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14469         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14470         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14471         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14472         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14473         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14474         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14475         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14476         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14477         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14478         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14479         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14480         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14481         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14482         (gnus-summary-high-undownloaded-face)
14483         (gnus-summary-low-undownloaded-face)
14484         (gnus-summary-normal-undownloaded-face)
14485         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14486         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14487         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14488         (gnus-splash-face):
14489         * message.el (message-header-to-face, message-header-cc-face)
14490         (message-header-subject-face, message-header-newsgroups-face)
14491         (message-header-other-face, message-header-name-face)
14492         (message-header-xheader-face, message-separator-face)
14493         (message-cited-text-face, message-mml-face):
14494         * sieve-mode.el (sieve-control-commands-face)
14495         (sieve-action-commands-face, sieve-test-commands-face)
14496         (sieve-tagged-arguments-face):
14497         * spam.el (spam-face):
14498         Mark face aliases with "-face" in the name as obsolete.
14499
14500 2009-09-01  Glenn Morris  <rgm@gnu.org>
14501
14502         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14503         than goto-line.
14504
14505 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14508         Don't move point if the command is invoked inside the message header.
14509
14510 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14511
14512         * imap.el (imap-send-command): Simplify.
14513         (imap-wait-for-tag): point-max -> buffer-size.
14514
14515 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14516
14517         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14518         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14519         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14520         * nnir.el (nnir-swish-e-index-file):
14521         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14522         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14523         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14524         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14525         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14526         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14527
14528 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14529
14530         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14531         Don't save excursion.
14532
14533 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14534
14535         * nnheader.el (nnheader-find-file-noselect):
14536         * mm-util.el (mm-insert-file-contents):
14537         Use (default-value 'major-mode) instead of default-major-mode.
14538
14539 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14540
14541         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14542
14543 2009-08-26  Glenn Morris  <rgm@gnu.org>
14544
14545         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14546         than placing in files.el.
14547
14548 2009-08-25  Glenn Morris  <rgm@gnu.org>
14549
14550         * nnir.el (top-level): Don't require cl at run-time.
14551         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14552         Replace cl-function substitute with gnus-replace-in-string.
14553         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14554         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14555         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14556         simplified expansions.
14557
14558 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14559
14560         * dig.el (dig): Add autoload cookie.
14561
14562 2009-08-22  Glenn Morris  <rgm@gnu.org>
14563
14564         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14565         goto-line.
14566
14567 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14568
14569         * parse-time.el (parse-time-string-chars): Save match data.
14570
14571 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14572
14573         * parse-time.el (parse-time-string-chars): Compute using character
14574         classes, to handle non-ascii characters (Bug#3190).
14575
14576 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14579
14580         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14581         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14582         (gnus-mm-display-part, gnus-mime-display-single)
14583         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14584         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14585
14586         * gnus-sum.el
14587         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14588         (gnus-summary-move-article): Add expirable mark to articles copied or
14589         moved to group that has auto-expire turned on if the option is non-nil.
14590
14591 2009-07-24  Glenn Morris  <rgm@gnu.org>
14592
14593         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14594         Fix typo.  (Bug#3903)
14595
14596 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14597
14598         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14599         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14600         that should not be used for draft articles.
14601         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14602         that has no concern in minor mode keys.
14603         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14604         Abolish.
14605
14606 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14609         article without making inquiry to a user for unknown encoding.
14610
14611         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14612         (nnmaildir--scan): Assume i-node and device number that file-attributes
14613         returns might be cons-cell.
14614
14615         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14616
14617         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14618
14619 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14620
14621         * auth-source.el: Remove docs now in auth.texi.  Don't use
14622         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14623         `auth-source-hide-passwords' and use them.
14624
14625 2009-07-15  Glenn Morris  <rgm@gnu.org>
14626
14627         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14628
14629 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14632         excessive whitespace from the default values of title and description.
14633
14634 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14635
14636         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14637         mail-fetch-field to fetch Content-Description header in order to
14638         exclude newlines.
14639
14640 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14641
14642         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14643         format used by GnuPG 2.0.11.
14644
14645 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14648         to deleted part.
14649
14650 2009-05-30  David Engster  <dengste@eml.cc>
14651
14652         * nnmairix.el: Remove old documentation in the commentary block.
14653         (nnmairix-request-group): Do not update active file for nnml back ends.
14654         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14655         end so that overview files are ignored.
14656         (nnmairix-update-groups): Make updating the groups more robust by using
14657         marks.
14658         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14659         with dollar characters in message-id.
14660
14661 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14662
14663         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14664         2008-12-25 in dns.el.
14665
14666 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14667
14668         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14669         could happen if the text is only composed of spaces and/or tabs.
14670
14671 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14672
14673         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14674         when sending a queued message to avoid extra mml tags.
14675
14676 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14679
14680 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14683         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14684         rmail-toggle-header for XEmacs;
14685         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14686
14687 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14688
14689         * gnus-dired.el: Remove autoload for gnus-setup-message.
14690         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14691         displaying Gnus logo; always use compose-mail.
14692
14693 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14696
14697 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14700         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14701         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14702         available.
14703         (gnus-nocem-epg-verify): New function.
14704
14705 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14706
14707         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14708
14709 2009-02-15  Glenn Morris  <rgm@gnu.org>
14710
14711         * gnus-util.el (rmail-insert-rmail-file-header)
14712         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14713         autoloads.
14714         (rmail-default-rmail-file): Remove unnecessary declaration.
14715         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14716
14717 2009-02-14  Glenn Morris  <rgm@gnu.org>
14718
14719         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14720         variable (only used in gnus-util, which declares it anyway).
14721         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14722         which was only needed by gnus-art (changed to not use it any more).
14723         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14724         only used in gnus-util, which autoloads it itself.
14725         (rmail-update-summary): Fix autoload.
14726
14727         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14728         rather than rmail-output-to-rmail-file.
14729
14730 2009-02-07  Glenn Morris  <rgm@gnu.org>
14731
14732         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14733         autoload of function that no longer exists.
14734         (rmail-toggle-header): Declare.
14735         (message-forward-rmail-make-body): Handle mbox Rmail.
14736
14737 2009-01-31  Glenn Morris  <rgm@gnu.org>
14738
14739         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14740         2009-01-09 change.
14741
14742 2009-01-31  Dave Love  <fx@gnu.org>
14743
14744         * imap.el (imap-fetch-safe): Bind debug-on-error.
14745         (imap-debug): Add imap-fetch-safe.
14746
14747 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14748
14749         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14750         (auth-source-forget-all-cached): New convenience function.
14751         (auth-source-user-or-password): Accept list of modes or a single mode.
14752
14753         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14754         auth-source modes.
14755
14756         * netrc.el (netrc-machine-user-or-password): Use list of
14757         auth-source modes.
14758
14759         * nnimap.el (nnimap-open-connection): Use list of
14760         auth-source modes.
14761
14762         * nntp.el (nntp-send-authinfo): Use list of
14763         auth-source modes.
14764
14765 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14766
14767         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14768         now.
14769
14770 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14773         coding system in XEmacs; add a workaround for XEmacs.
14774
14775         * lpath.el: Fbind coding-system-aliasee.
14776
14777 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14780         of current-language-environment.
14781
14782 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14783
14784         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14785         available at runtime.
14786
14787 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14790
14791 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14792
14793         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14794         the greatest positive fixnum value doesn't work under an XEmacs with
14795         bignum support; use the most-positive-fixnum constant instead,
14796         available since Emacs 21.1 with cl and XEmacs 21.1.
14797
14798 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14801         XEmacs gets not to work.
14802
14803 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * mm-util.el (mm-coding-system-priorities): Allow the value like
14806         "Japanese (UTF-8)" of current-language-environment.
14807
14808 2009-01-09  Glenn Morris  <rgm@gnu.org>
14809
14810         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14811         with last-command-event.
14812
14813 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14814
14815         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14816         in the doc string.
14817
14818         * message.el (message-fix-before-sending): Amend comment.
14819
14820 2009-01-08  Dave Love  <fx@gnu.org>
14821
14822         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14823
14824 2009-01-07  David Engster  <dengste@eml.cc>
14825
14826         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14827         simplified server definitions by converting it via
14828         gnus-server-to-method.
14829
14830 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14833         parameter's operands.
14834
14835 2009-01-06  David Engster  <dengste@eml.cc>
14836
14837         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14838         primary select method (for gnus-group-mark-article-as-read).
14839
14840 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14841
14842         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14843         `(gnus)Face', not `(gnus)X-Face'.
14844
14845 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * mm-util.el (mm-ucs-to-char): New function.
14848
14849         * mm-url.el (mm-url-decode-entities): Use it.
14850
14851         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14852         unicode-to-char.
14853
14854 2009-01-05  Dave Love  <fx@gnu.org>
14855
14856         * time-date.el: Require cl for `declare'.
14857
14858 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14859
14860         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14861         Dave Love.
14862
14863 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14864
14865         * message.el (message-fix-before-sending): Add `eight-bit' to
14866         illegible-text check.
14867
14868 2009-01-03  Michael Olson  <mwolson@gnu.org>
14869
14870         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14871         `headers' is nil.  This can occur if the IMAP server does not have
14872         permissions to read messages from a folder, but can write new messages
14873         to the folder.
14874         (nnimap-request-article-part): Do not insert `data' if it is nil.
14875
14876         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14877         characters which will confuse `read', so skip past them.
14878
14879 2009-01-01  Dave Love  <fx@gnu.org>
14880
14881         * imap.el (imap-string-to-integer): Fix typo.
14882         (imap-fetch-safe): New function.
14883         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14884
14885         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14886
14887         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14888         (imap-parse-greeting): Fix doc strings.
14889         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14890         (imap-parse-flag-list): Make messages unique.
14891         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14892
14893         * nnimap.el: Fix author email.
14894         (nnimap-split-rule): Add FIXME comment.
14895         (nnimap-debug): Fix doc string.
14896
14897 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14898
14899         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14900
14901 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14902
14903         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14904         nslookup if resolv.conf isn't available.
14905         (dns-query): Rename from query-dns.
14906         (dns-query-cached): Rename from query-dns-cached.
14907
14908 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14911         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14912         to check if those variables exist (first appeared in Emacs 18.50).
14913
14914 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * mm-util.el (mm-line-number-at-pos): New function.
14917
14918         * spam-report.el (spam-report-process-queue): Use it.
14919
14920 2008-12-24  David Engster  <dengste@eml.cc>
14921
14922         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14923         parameters that haven't existed as variables as buffer-local variables.
14924
14925 2008-12-23  Dave Love  <fx@gnu.org>
14926
14927         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14928         cadar.
14929
14930         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14931         imap-starttls-p.
14932         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14933
14934 2008-12-22  Dave Love  <fx@gnu.org>
14935
14936         * imap.el: Fix author email.  Doc fixes.
14937         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14938         reply.
14939
14940 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14941
14942         * spam-report.el (spam-report-gmane-max-requests): New constant.
14943         (spam-report-gmane-wait): New variable.
14944         (spam-report-gmane-ham, spam-report-gmane-spam)
14945         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14946         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14947         the server.
14948
14949         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14950         Add explanations.
14951
14952         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14953         nnheader-accept-process-output and nnheader-read-timeout if available.
14954         (pop3-movemail): Use it.
14955
14956         * message.el (message-check-news-body-syntax): Fix signature check if
14957         there's an attachment.
14958
14959 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * mm-util.el: Add comments to the mm- emulating functions.
14962
14963 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14964
14965         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14966         Reported by Stephen Berman <stephen.berman@gmx.net>.
14967
14968 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14969
14970         * mm-util.el (mm-substring-no-properties): New function.
14971         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14972         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14973         (mm-string-to-multibyte): Doc fix.
14974
14975         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14976
14977 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * mml.el (mml-attach-file): Strip text properties from file name.
14980         (Bug#1574)
14981
14982 2008-12-16  Glenn Morris  <rgm@gnu.org>
14983
14984         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14985
14986 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14989         knows since the charset specified might be a bogus alias that
14990         mm-charset-synonym-alist provides.
14991
14992 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14993
14994         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14995         "ISO_8859-1".
14996
14997         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14998
14999 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * mm-util.el (mm-charset-eval-alist):
15002         Define it before mm-charset-to-coding-system.
15003         (mm-charset-to-coding-system): Add optional argument `silent';
15004         define it before mm-charset-override-alist.
15005         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
15006         default value if it can be used in Emacs currently running;
15007         silence mm-charset-to-coding-system.
15008
15009 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15010
15011         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
15012         `allow-override' which says whether to use `mm-charset-override-alist'.
15013         (rfc2047-decode-encoded-words): Use it.
15014
15015         * mm-util.el (mm-charset-override-alist): Fix custom type;
15016         add `(gb2312 . gbk)' to choices.
15017
15018 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
15021         fast.
15022
15023         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15024
15025         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
15026
15027 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
15028
15029         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
15030         on links.
15031
15032         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15033
15034 2008-12-03  Lute Kamstra  <lute@gnu.org>
15035
15036         * sha1.el: Remove leading * from docstrings of defcustoms,
15037         deffaces, defconsts and defuns.
15038
15039 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * message.el (message-idna-to-ascii-rhs-1): Protect against local
15042         users' addresses that don't have domain parts.
15043         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
15044         rather than message-narrow-to-head since there will be the message
15045         header separator.
15046
15047 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15048
15049         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
15050         since the result is inserted in a unibyte buffer anyway.
15051         (nnimap-demule-use-string-to-multibyte): Remove.
15052         (nnimap-demule): Alias it to mm-string-to-multibyte.
15053
15054 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15055
15056         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
15057         variable for debugging bug#464 and bug#1174.
15058         (nnimap-demule): Use it.
15059
15060 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15061
15062         * gnus-score.el (gnus-score-find-trace): Handle default score in total
15063         score calculation correctly.
15064
15065 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15066
15067         * message.el (message-send-mail): Just set the buffer to unibyte
15068         rather than use mm-with-unibyte-current-buffer which does a lot more.
15069         (message-send-mail-partially): Don't bother with
15070         mm-with-unibyte-current-buffer since it's already been made unibyte by
15071         message-send-mail.
15072
15073 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
15074
15075         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
15076
15077 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
15078
15079         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
15080
15081 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15082
15083         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
15084         require itself and to remove `with-no-warnings'.
15085
15086 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
15087
15088         * starttls.el (starttls-any-program-available): Get the name of the
15089         available TLS layer program.
15090         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
15091         well as the host name in the "opening" message.
15092
15093         * auth-source.el (auth-source-cache, auth-source-do-cache)
15094         (auth-source-user-or-password): Cache passwords and logins by default,
15095         allow override with `auth-source-do-cache'.
15096         (auth-source-forget-user-or-password): Allow users to remove cache
15097         entries if needed.
15098
15099 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15100
15101         * md4.el (md4-buffer): Fix typo in docstring.
15102         (md4, md4-64): Doc fixes.
15103         (md4-pack-int32): Reflow docstring.
15104
15105 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15106
15107         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15108         condition-case to only the forward-sexp call.
15109
15110 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15111
15112         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15113         quotes contained.  Make it more robust regardless by an extra
15114         condition-case wrapper.
15115
15116 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15119
15120 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * nnml.el (nnml-request-expire-articles): Check if the function set to
15123         `nnmail-expiry-target' returns the symbol `delete'.
15124
15125         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15126
15127         * nnmail.el (nnmail-expiry-target): Fix custom type.
15128
15129 2008-10-02  Glenn Morris  <rgm@gnu.org>
15130
15131         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15132         Silence compiler warning.
15133
15134 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15135
15136         * tls.el (open-tls-stream): Show the actual command being
15137         executed, instead of the format string.
15138
15139 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * lpath.el: Fbind codepage-setup for Emacs 23.
15142
15143 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15144
15145         * mml.el (mml-menu): Don't assume mml2015 is bound.
15146
15147 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15150         exists.
15151
15152 2008-09-27  Glenn Morris  <rgm@gnu.org>
15153
15154         * gnus-util.el (mail-header-remove-comments): Autoload it.
15155
15156 2008-09-27  Andreas Schwab  <schwab@suse.de>
15157
15158         * gnus-util.el (gnus-split-references): Strip comments.
15159         (gnus-parent-id): Likewise.
15160
15161 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15162
15163         * message.el (message-confirm-send): Fix version.
15164
15165 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15166
15167         * message.el (message-idna-to-ascii-rhs-1): Use
15168         mail-extract-address-components rather than mail-header-parse-addresses
15169         that is an alias by default to ietf-drums-parse-addresses that does not
15170         support non-ASCII names in headers' contents.
15171
15172 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15173
15174         * message.el (message-confirm-send): Fix variable documentation to
15175         avoid the "y/n" wording.
15176
15177 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15178
15179         * message.el (message-set-auto-save-file-name): Save to a different
15180         filename so multiple messages (especially drafts) can be recovered.
15181
15182 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15183
15184         * message.el (message-confirm-send): Add appropriate version.
15185
15186 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15187
15188         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15189         defvar.
15190
15191 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15192
15193         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15194         (mm-pkcs7-enveloped-magic): Ditto.
15195
15196 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15197
15198         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15199         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15200
15201 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15202
15203         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15204         default, it's better.
15205
15206 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15207
15208         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15209         summary line gnus-number property and ignore them (with a warning
15210         message).
15211
15212 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15215         macro caddr in the interactive form since it won't be expanded.
15216
15217 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15220         `charset'; fix name of function called recursively.
15221         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15222
15223 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15224
15225         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15226         (gnus-mime-set-charset-parameters): New function.
15227         (gnus-mime-view-part-as-charset): Use it to correctly display part
15228         specifying wrong charset.
15229
15230 2008-09-08  David Engster  <dengste@eml.cc>
15231
15232         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15233         in completing-read for back end server.
15234
15235 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15236
15237         * message.el (message-confirm-send): New variable to confirm sending a
15238         message.
15239         (message-send): Use it.
15240
15241 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15242
15243         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15244
15245 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15248
15249 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15250
15251         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15252         prevent tracking too many groups.
15253         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15254         Use it.
15255
15256 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15257
15258         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15259         moving point to the bottom of the window in order to avoid recentering.
15260
15261 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15264
15265         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15266         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15267         (gnus-article-beginning-of-window): Fix calculation.
15268
15269 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15270
15271         * gnus-msg.el (gnus-summary-supersede-article)
15272         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15273         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15274         message header.
15275
15276 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15277
15278         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15279         pending output coming after the status change.
15280
15281 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15282
15283         * message.el:
15284         * gnus-start.el:
15285         * gnus-registry.el: Remove VMS support.
15286
15287 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15290         macro.
15291         (rfc2104-hash): Use it.
15292
15293 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15294
15295         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15296         (gnus-summary-sort-by-most-recent-date): New commands.
15297         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15298         and menu entries.
15299
15300 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15303         don't redisplay article for raw contents; remove plural articles stuff.
15304
15305         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15306         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15307         on gnus-summary-save-article; display results properly.
15308
15309 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15310
15311         * lpath.el: No need to fbind ns-focus-frame.
15312
15313 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15316
15317 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * gnus-art.el (gnus-summary-save-in-pipe):
15320         Consider gnus-save-all-headers.
15321
15322 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15323
15324         * gnus-util.el (ns-focus-frame): Remove declaration.
15325         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15326         like x.
15327
15328 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15329
15330         * rfc2104.el (rfc2104-zero): Delete defconst.
15331         (rfc2104-hex-alist): Likewise.
15332         (rfc2104-hex-to-int): Delete func.
15333         (rfc2104-hexstring-to-bitstring): Likewise.
15334         (rfc2104-nybbles): New defconst.
15335         (rfc2104-hash): Rewrite for speed.
15336
15337 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * tls.el (open-tls-stream): Make it work with the 2nd argument
15340         BUFFER that is a string but does not exist as a buffer object, as
15341         mentioned in the doc-string.
15342
15343 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15346         SXEmacs.
15347
15348 2008-07-16  Glenn Morris  <rgm@gnu.org>
15349
15350         * gnus-util.el (ns-focus-frame): Declare for compiler.
15351
15352 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15355         set as a group parameter.
15356         (gnus-summary-save-in-pipe): Work when it is called independently.
15357         (gnus-summary-pipe-to-muttprint): Don't modify
15358         gnus-summary-pipe-output-default-command.
15359
15360 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15361
15362         * message.el (message-send-mail-with-sendmail):
15363         Display the error message.
15364
15365 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * gnus-art.el (gnus-default-article-saver):
15368         Add gnus-summary-save-in-pipe to choices.
15369         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15370         gnus-summary-pipe-output-default-command as the default command.
15371         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15372         instead of gnus-last-shell-command.
15373
15374         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15375         New user option.
15376         (gnus-summary-muttprint-program): Mention the value will be changed.
15377         (gnus-summary-save-article): Force showing of all headers.
15378         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15379
15380 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15381
15382         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15383
15384 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15385
15386         * nnimap.el (nnimap-id):
15387         * sieve-manage.el (sieve-manage-open): Doc fixes.
15388
15389 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15390
15391         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15392         if available.
15393
15394 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15395
15396         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15397
15398         * nnkiboze.el (nnkiboze-generate-group):
15399         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15400
15401         * nnmairix.el: Require CL.
15402
15403 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * dgnushack.el: Autoload get-display-table and put-display-table for
15406         XEmacs 21.5.
15407
15408         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15409         21.4 and SXEmacs.
15410
15411 2008-06-15  David Engster  <dengste@eml.cc>
15412
15413         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15414
15415 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15416
15417         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15418         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15419         runtime choice under XEmacs.
15420
15421         * gnus-sum.el (gnus-summary-set-display-table):
15422         Use `gnus-put-display-table', `gnus-get-display-table',
15423         `gnus-set-display-table' for the display table, instead of `aset'.
15424
15425         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15426         Use `gnus-put-display-table', `gnus-get-display-table',
15427         `gnus-set-display-table' for the display table.
15428
15429 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15430
15431         * nnmairix.el: Add autoloads.
15432
15433 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15434
15435         * nnmairix.el (nnmairix-delete-recreate-group)
15436         (nnmairix-update-and-clear-marks): Fix error messages.
15437
15438 2008-06-14  David Engster  <dengste@eml.cc>
15439
15440         * nnmairix.el: Upgrade to version 0.6.
15441         (nnmairix-group-toggle-propmarks-this-group)
15442         (nnmairix-group-toggle-readmarks-this-group)
15443         (nnmairix-group-delete-recreate-this-group)
15444         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15445         (nnmairix-remove-tick-mark-original-article): New commands.
15446         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15447         (nnmairix-propagate-marks-to-nnmairix-groups)
15448         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15449         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15450         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15451         functions needed for marks propagation and manipulation of read marks.
15452         (nnmairix-update-groups): New function.
15453         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15454         (nnmairix-determine-original-group-from-registry)
15455         (nnmairix-determine-original-group-from-path)
15456         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15457         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15458         New helper functions.
15459         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15460         keystrokes for new commands.
15461         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15462         (nnmairix-request-group): Check allow-fast group parameter.
15463         (nnmairix-request-create-group): Set allow-fast group parameter if
15464         nnmairix-allowfast-default is set.
15465         (nnmairix-close-group): Propagate marks upon closing if needed.
15466         (nnmairix-group-toggle-threads-this-group): Use new.
15467         nnmairix-group-toggle-parameter helper function.
15468         (nnmairix-search): Better check for empty search result.
15469         (nnmairix-goto-original-article): Use new helper functions for
15470         determining original article.
15471         (nnmairix-show-original-article): Make sure message-id is in brackets.
15472         (nnmairix-call-mairix-binary): Change variable name.
15473         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15474         helper function.
15475         (nnmairix-widget-toggle-activate): Fix doc string.
15476
15477 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15478
15479         * nnir.el: Require edmacro when compiling with XEmacs.
15480         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15481         available in Emacs 21.
15482
15483 2008-06-11  Glenn Morris  <rgm@gnu.org>
15484
15485         * gnus-util.el (x-focus-frame):
15486         * gnus.el (image-size):
15487         * mm-decode.el (image-size): Declare.
15488
15489         * gnus-picon.el (declare-function): Add compat definition.
15490         (image-size): Declare.
15491
15492         * gnus-group.el (tool-bar-map):
15493         * gnus-sum.el (tool-bar-map): Define for compiler.
15494
15495         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15496
15497         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15498
15499         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15500         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15501         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15502         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15503         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15504         * sieve-manage.el, spam-report.el, spam.el:
15505         Remove unnecessary eval-and-compile of autoloads.
15506
15507 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15508
15509         * auth-source.el: Precise Tramp doc.
15510
15511 2008-06-07  Glenn Morris  <rgm@gnu.org>
15512
15513         * nnmairix.el: Remove unnecessary eval-when-compile.
15514
15515 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * lpath.el: Fbind propertize for XEmacs 21.4.
15518
15519 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15520
15521         * nnir.el: Move here from ../contrib.
15522
15523 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15524
15525         * gnus-util.el (gnus-read-shell-command): New function.
15526         * mm-decode.el (mm-pipe-part):
15527         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15528
15529 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15530
15531         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15532
15533 2008-06-03  Glenn Morris  <rgm@gnu.org>
15534
15535         * pop3.el (nnheader-accept-process-output): Autoload it.
15536
15537 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15540         are not 2-digit hexadecimal characters that follow `%'s.
15541
15542 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15543
15544         * message.el (message-bogus-recipient-p): Fix type in doc string.
15545         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15546         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15547         Improve custom options.
15548         (message-bogus-recipient-p): Adjust accordingly.
15549
15550 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15551
15552         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15553         long-form month and day names.
15554
15555 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * dgnushack.el: Autoload debug, eudc-expand-inline and
15558         pgg-snarf-keys-region for XEmacs.
15559
15560         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15561
15562         * nnmairix.el: Require edmacro when compiling with XEmacs.
15563
15564 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15565
15566         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15567         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15568
15569 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15570
15571         * auth-source.el: Add more docs.
15572
15573         * netrc.el (netrc-machine): Always match if the port is not given.
15574
15575 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15576
15577         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15578         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15579         retrieval faster in some cases, but might make CPU usage larger.
15580         If this has any bad side effects, we might revert this change.
15581
15582         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15583         seems to make mail retrieval much, much faster.
15584         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15585         unconditionally.
15586
15587         * gnus-draft.el (gnus-group-send-queue):
15588         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15589
15590 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15591
15592         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15593
15594         * message.el (message-bogus-address-regexp): Fix and improve custom
15595         type.
15596         (message-setup-hook): Add message-check-recipients as custom option.
15597
15598 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15599
15600         * message.el (message-cite-function): Remove bogus autoload which crept
15601         in during merge from v5-10.
15602
15603 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15604
15605         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15606
15607         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15608
15609         * auth-source.el: Preliminary Tramp docs.
15610         (auth-sources): Change the default auth-sources to use
15611         EPA .gpg files.
15612
15613 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15614
15615         * nntp.el: Autoload `auth-source-user-or-password'.
15616         (nntp-send-authinfo): Use it.
15617
15618         * nnimap.el: Autoload `auth-source-user-or-password'.
15619         (nnimap-open-connection): Use it.
15620
15621         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15622         for the gnus-message function.
15623         (auth-source-user-or-password): Use it.
15624
15625 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15626
15627         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15628         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15629         (rfc2104-hash): Use it.
15630
15631 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15632
15633         * gnus-art.el (gnus-article-toggle-truncate-lines):
15634         Don't use `iff' in docstring.
15635
15636 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15637
15638         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15639
15640         * gnus-util.el (gnus-extract-address-component-name)
15641         (gnus-extract-address-component-email): Convenience functions around
15642         `gnus-extract-address-components'.
15643
15644         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15645         Use `gnus-extract-address-component-email' to fix bug of comparing full
15646         sender name to `user-mail-address'.
15647
15648 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15649
15650         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15651         catch/throw to optimize.
15652         (gnus-registry-find-keywords): Just use member to find a keyword.
15653
15654 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15655
15656         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15657         is current before calling gnus-server-prepare.
15658         (gnus-server-setup-buffer, gnus-server-update-server)
15659         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15660
15661 2008-05-04  Juri Linkov  <juri@jurta.org>
15662
15663         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15664         (mailcap-file-default-commands): Use mailcap-replace-in-string
15665         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15666         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15667
15668 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15669
15670         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15671
15672 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15673
15674         * gnus.el: Bump version to 0.11.
15675
15676 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15677
15678         * gnus.el: No Gnus v0.10 is released.
15679
15680 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15681
15682         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15683         hooks.
15684         (gnus-update-read-articles): Speed up non-marks-using users.
15685         (gnus-use-marks): Define gnus-use-marks.
15686         (gnus-propagate-marks): Rename variable to something more sensible.
15687
15688 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15689
15690         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15691         (gmm-image-load-path-for-library): Fix typos in docstrings.
15692         (gmm-message): Reflow docstring.
15693
15694 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15695
15696         * mail-source.el (mail-source-set-1, mail-source-bind):
15697         Move auth-source code out of the macro to clean it up and fix bugs.
15698
15699 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15700
15701         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15702         by sender if it's equal to user-mail-address, it's likely to be
15703         useless.
15704
15705         * mail-source.el (mail-source-bind): Don't use user or password if they
15706         are not bound.  Unintern them if they are nil.  Don't use server unless
15707         it's bound, and default it to empty string otherwise.
15708
15709 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15710
15711         * mail-source.el: Load auth-source.el.
15712         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15713         get user name or password, if auth-sources is set up.
15714
15715         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15716         strategy of splitting with parent.
15717         (gnus-registry-split-fancy-with-parent)
15718         (gnus-registry-post-process-groups): Use it and fix prior
15719         bug (returning a list as the split result).
15720
15721         * auth-source.el (auth-sources): Remove server parameter.
15722         (auth-source-pick, auth-source-user-or-password)
15723         (auth-source-user-or-password-imap)
15724         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15725         (auth-source-user-or-password-sftp)
15726         (auth-source-user-or-password-smtp): Remove server parameter.
15727
15728 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15729
15730         * smime.el (smime-sign-region, smime-encrypt-region)
15731         (smime-decrypt-region):
15732         Remove redundant calls to `generate-new-buffer-name'.
15733
15734 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15735
15736         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15737         Don't use QP for message/rfc822.
15738         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15739
15740 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15741
15742         * sieve-manage.el (sieve-string-bytes): Remove.
15743         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15744         correct byte-length only if the process's coding-system is the same as
15745         the one used internally by Emacs to represent strings.
15746
15747 2008-04-22  Juri Linkov  <juri@jurta.org>
15748
15749         * mailcap.el (mailcap-file-default-commands): New function.
15750
15751 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15752
15753         * message.el (message-signature-separator, message-cite-function):
15754         Change custom version.
15755
15756 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15757
15758         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15759         commands.
15760         (tls-checktrust): Ditto.
15761
15762 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15763
15764         * mm-decode.el (mm-display-external): Make temp file read-only.
15765
15766 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15767
15768         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15769         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15770         `C-c C-f d'.
15771
15772 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15773
15774         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15775
15776 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15777
15778         * gnus.el: Bump version to 0.9.
15779
15780 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15781
15782         * gnus.el: No Gnus v0.8 is released.
15783
15784 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15785
15786         * mail-source.el (mail-source-value):
15787         Prefer fboundp to functionp so it works with macros as well.
15788
15789 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15790
15791         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15792         Fix last change in case the element is not even a symbol.
15793
15794 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15795
15796         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15797         Prefer fboundp to functionp so it works with macros as well.
15798
15799 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15800
15801         * auth-source.el: Add docs.
15802         (auth-sources): Modify format to support server.
15803         (auth-source-pick, auth-source-user-or-password)
15804         (auth-source-user-or-password-imap)
15805         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15806         (auth-source-user-or-password-sftp)
15807         (auth-source-user-or-password-smtp): Add server parameter.
15808
15809 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15810
15811         * gnus-registry.el: Initialize the registry when gnus-registry-install
15812         is t.
15813
15814 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15815
15816         * compface.el (uncompface): Make buffer unibyte.
15817
15818 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15819
15820         * mail-source.el (mail-source-value):
15821         Prefer fboundp to functionp so it works with macros as well.
15822
15823 2008-04-05  Glenn Morris  <rgm@gnu.org>
15824
15825         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15826
15827 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15828
15829         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15830         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15831
15832         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15833         multibyteness after rather than before erasing it.
15834
15835         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15836         mm-with-multibyte.
15837         (gnus-request-article-this-buffer): Make sure the proper decoding is
15838         used if gnus-original-article-buffer happens to be unibyte.
15839
15840         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15841         default-enable-multibyte-characters.
15842
15843         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15844         default-enable-multibyte-characters.
15845
15846         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15847
15848         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15849
15850 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15851
15852         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15853         Fix last change in case the element is not even a symbol.
15854
15855 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15856
15857         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15858         (imap-message-copyuid-1): Use it.
15859         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15860         J. Williams in
15861         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15862
15863         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15864         imap-enable-exchange-bug-workaround.
15865         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15866
15867 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15868
15869         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15870         a 100 byte status-checks into a 2-3MB transfer for each group.
15871         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15872         to enable bug workaround or not.
15873         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15874
15875 2008-03-31  Glenn Morris  <rgm@gnu.org>
15876
15877         * message.el (mml2015-use): Declare for compiler.
15878         (message-info): Require mml2015 when appropriate.
15879
15880 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15883         whitespace.
15884
15885 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15886
15887         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15888         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15889         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15890         (nntp-service-to-port): New function.
15891         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15892         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15893         (nntp-open-netcat-stream): New function.
15894         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15895
15896 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15897
15898         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15899
15900 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15901
15902         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15903
15904 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15905
15906         * dns.el (dns-write): Use set-buffer-multibyte.
15907
15908 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15909
15910         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15911
15912 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15913
15914         * message.el (message-signature-separator): Change default.
15915         Improve custom type.
15916         (message-cite-function): Change default to
15917         message-cite-original-without-signature.
15918
15919         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15920         toggle.
15921
15922         * message.el (message-check-news-body-syntax): Fix signature check.
15923         (message-setup-1): Mark buffer as unmodified _after_ running
15924         message-setup-hook and handling message-alternative-emails.
15925         (message-shorten-references): Be more strict when building list of
15926         valid references to comply with GNKSA.
15927
15928         * gnus-group.el (gnus-read-ephemeral-bug-group)
15929         (gnus-read-ephemeral-debian-bug-group)
15930         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15931
15932         * message.el (message-info): Don't use booleanp which isn't supported
15933         in Emacs 21 and XEmacs.
15934
15935 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15936
15937         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15938         gnus-group-gmane-group-download-format.
15939         (gnus-group-read-ephemeral-gmane-group): Rename from
15940         gnus-group-read-ephemeral-gmane-group.
15941         (gnus-read-ephemeral-gmane-group-url): Rename from
15942         gnus-group-read-ephemeral-gmane-group-url.
15943         (gnus-bug-group-download-format-alist): New variable.
15944         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15945         (gnus-read-ephemeral-emacs-bug-group): New commands.
15946
15947 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15948
15949         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15950         (gnus-visible-headers): Improve custom type.
15951
15952 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15953
15954         * mml.el (mml-menu): Add workarounds for XEmacs.
15955
15956         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15957         X-Boundary header.
15958
15959         * message.el (message-simplify-recipients): Fix previous commit.
15960
15961 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15962
15963         * mm-util.el (mm-set-buffer-multibyte): New function.
15964         * mm-decode.el (mm-copy-to-buffer): Use it.
15965
15966         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15967         Prefer fboundp to functionp so it works with macros as well.
15968
15969 2008-03-19  Glenn Morris  <rgm@gnu.org>
15970
15971         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15972         Accidentally removed in the sync process with Emacs.
15973
15974 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15975
15976         * message.el (message-alter-recipients-discard-bogus-full-name):
15977         New function.
15978         (message-alter-recipients-function): New variable.
15979         (message-get-reply-headers): Use it.
15980         (message-replace-header): New helper function.
15981         (message-recipients-without-full-name): New variable.
15982         (message-simplify-recipients): New command.
15983
15984         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15985
15986         * message.el (message-info): Handle EasyPG manual.
15987
15988         * mml.el (mml-menu): Add entry for EasyPG.
15989
15990 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15991
15992         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15993         parameter.
15994
15995         * message.el (message-disassociate-draft): Specify drafts group name
15996         fully.
15997
15998 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15999
16000         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16001         Eliminate unnecessary duplicates from the match list.
16002
16003 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
16006
16007         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
16008
16009         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
16010         args of `how-many' of which the XEmacs version doesn't take; declare
16011         Info-index-next as function.
16012
16013 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16014
16015         * gnus-score.el (gnus-score-headers): Fix handling of
16016         gnus-inhibit-slow-scoring.
16017
16018         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
16019         string.
16020         (gnus-button-url-regexp): Improve handling of parenthesis.
16021         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
16022         (gnus-button-handle-info-keystrokes): Handle index entries.
16023
16024 2008-03-15  Glenn Morris  <rgm@gnu.org>
16025
16026         * parse-time.el (parse-time-string): Simplify.
16027
16028 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16029
16030         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
16031         Incoming* files.
16032
16033 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16034
16035         * auth-source.el (auth-sources): Rename from auth-source-choices.
16036         (auth-source-pick): Use it.
16037
16038 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16039
16040         * binhex.el (binhex-decode-region-internal):
16041         * uudecode.el (uudecode-decode-region-internal):
16042         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16043         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16044         setting default-enable-multibyte-characters.
16045
16046 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16047
16048         * auth-source.el (auth-source-protocols)
16049         (auth-source-protocols-customize, auth-source-choices): Add and
16050         modified variable customizations and defaults.
16051         (auth-source-pick, auth-source-user-or-password)
16052         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
16053         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
16054         (auth-source-user-or-password-sftp)
16055         (auth-source-user-or-password-smtp): Use new variables and provide an
16056         interface to netrc.el.
16057
16058 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
16061         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
16062         Make sure the nntp port to specify is a string.
16063
16064 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16065
16066         * nntp.el: Use with-current-buffer.
16067         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
16068         dubious mm-with-unibyte-current-buffer.
16069         (nntp-with-open-group-function): New function extracted from
16070         nntp-with-open-group macro.
16071         (nntp-with-open-group): Use the function, so it's easier to debug.
16072         Add indentation and debugging info.
16073         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
16074         Recommend the use of the netcat alternatives.
16075
16076         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
16077         Avoid mm-string-as-multibyte as well.
16078
16079         * nnweb.el (nnweb-insert-html):
16080         Remove use of nnheader-string-as-multibyte.
16081
16082         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
16083         (nnheader-string-as-multibyte): Remove.
16084
16085         * mm-view.el: Use inhibit-read-only.
16086         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
16087         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
16088         or unibyte-string.
16089
16090         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
16091         (mm-uu-yenc-extract): Use with-current-buffer.
16092
16093         * gnus-soup.el (gnus-soup-send-packet): Don't use
16094         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16095
16096         * nnmh.el: Use with-current-buffer.
16097         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16098         mm-string-as-multibyte on the output of mm-encode-coding-string.
16099
16100         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16101         (nnimap-request-move-article): Use with-current-buffer.
16102
16103         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16104         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16105         conversion uses string-make-unibyte rather than string-as-unibyte.
16106
16107         * gnus-msg.el: Use with-current-buffer.
16108
16109         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16110
16111 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16112
16113         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16114         string for caching if it is 'PIN.
16115
16116 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * lpath.el: Consider the case without Emacs/W3.
16119
16120 2008-03-08  Glenn Morris  <rgm@gnu.org>
16121
16122         * time-date.el (date-to-time, time-subtract, time-add)
16123         (safe-date-to-time): Doc fixes.
16124
16125 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16126
16127         * mail-source.el (mail-source-delete-old-incoming-confirm):
16128         Change default to nil.
16129         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16130
16131 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * lpath.el: Rearrange.
16134
16135         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16136         (gnus-article-goto-prev-page): Work for articles having ^L's.
16137
16138         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16139
16140         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16141
16142 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16143
16144         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16145         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16146         (gnus-bookmark-jump): Adjust some variable names.
16147
16148 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16149
16150         * auth-source.el: New package.
16151         (auth-source-choices): Add customization entry point variable.
16152
16153         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16154         bug.
16155
16156 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16157
16158         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16159         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16160         (gnus-registry-install-shortcuts): Rename from
16161         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16162         the `gnus-registry-mark-map' keymap dynamically from
16163         `gnus-registry-marks'.  The generated functions update the summary line
16164         when a registry mark is added or deleted, and will call
16165         `gnus-registry-install-p' (see the comments in the code).
16166         (gnus-registry-user-format-function-M): Use concat intelligently.
16167
16168         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16169         the registry mark functions.
16170
16171 2008-03-05  Glenn Morris  <rgm@gnu.org>
16172
16173         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16174         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16175         gnus-art.
16176         (top-level): No need to load own source when compiling.
16177
16178 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16179
16180         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16181         Suggested by <chris.anderton@zetnet.co.uk>.
16182
16183 2008-03-04  Glenn Morris  <rgm@gnu.org>
16184
16185         * gnus-sum.el (top-level): No need to require gnus when compiling,
16186         since unconditionally required near start of file.
16187         (gnus-summary-display-while-building): Move definition before use.
16188
16189 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16190
16191         * gnus-registry.el (gnus-registry-user-format-function-M):
16192         Add formatting function.
16193
16194 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16195
16196         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16197         with plists.
16198         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16199         Use new format.
16200
16201 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16202
16203         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16204         `where-is-internal' that returns a range of key sequences.
16205
16206 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16207
16208         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16209
16210         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16211         (gnus-summary-jump-to-group): Consider windows on other displayed
16212         frames as well.  Similar changes might be needed elsewhere, but that's
16213         the one I've bumped into during my use.
16214
16215         * nndoc.el (nndoc-oe-dbx-type-p):
16216         * gnus-msg.el (gnus-debug):
16217         * gnus-group.el (gnus-update-group-mark-positions):
16218         Use mm-string-to-multibyte.
16219
16220 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16221
16222         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16223         doesn't handle NotDashEscaped.
16224
16225         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16226         (mml-dnd-attach-options): Fix typo in custom choice.
16227
16228         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16229         Change nndoc-article-type to mbox.
16230         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16231
16232         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16233         to nil, instead of html2text.
16234
16235         * imap.el (imap-debug): Add `imap-ping-server'.
16236
16237         * gnus-bookmark.el: Add FIXMEs.
16238
16239         * message.el (message-form-letter-separator)
16240         (message-send-form-letter-delay): New variables.
16241         (message-send-form-letter): Use them.  New command to send form
16242         letters.  Requested by Uwe Siart.
16243         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16244
16245 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16246
16247         * Update copyright years.
16248
16249 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16250
16251         Sync from EMACS_22_BASE.
16252
16253         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16254
16255 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16256
16257         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16258         empty author.
16259
16260 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16261
16262         * gnus-registry.el (gnus-registry-marks): Add variable for
16263         customization of marks and their appearance.
16264         (gnus-registry-read-mark): Use it.
16265         (gnus-registry-do-marks): Add utility function to loop through
16266         `gnus-registry-marks'.
16267         (gnus-registry-install-shortcuts-and-menus): Add function to install
16268         shortcuts and menus.
16269         (gnus-registry-initialize): Use it.
16270         (gnus-registry-default-mark): Clarify documentation.
16271
16272 2008-02-29  Glenn Morris  <rgm@gnu.org>
16273
16274         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16275         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16276         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16277         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16278         Change defcustom :version from 23.0 to 23.1.
16279
16280 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16281
16282         * gnus-registry.el (gnus-registry-follow-group-p)
16283         (gnus-registry-post-process-groups): Add functions to aid registry
16284         splitting and improve logging.  Clarify behavior in function
16285         documentation.
16286         (gnus-registry-split-fancy-with-parent): Use them.
16287
16288 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16289
16290         * gnus-art.el: Use with-current-buffer.
16291
16292 2008-02-27  David Engster  <dengste@eml.cc>
16293
16294         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16295         Express real group name in the response.
16296
16297 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16298
16299         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16300         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16301         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16302         autoload gnus-registry-fetch-group when compiling.
16303         (nnmairix-request-group-with-article-number-correction):
16304         Remove unreferenced argument passed to nnmairix-call-backend.
16305
16306 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16307
16308         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16309         (mm-uu-extract): Improve face for low color ttys.
16310         Reported by Sascha Wilde.
16311
16312 2008-02-27  Glenn Morris  <rgm@gnu.org>
16313
16314         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16315         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16316         variables to defconsts.  Convert comments to doc-strings.
16317         (nnmairix-last-server, nnmairix-current-server): Convert from free
16318         variables to defvars.  Convert comments to doc-strings.
16319         (gnus-registry-fetch-group): Autoload.
16320         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16321         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16322         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16323         caddr.
16324         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16325         nnmairix-request-group-with-article-number-correction call.
16326         (nnmairix-fast, nnmairix-group): New, less general names, for free
16327         variables passed from nnmairix-request-group to
16328         nnmairix-request-group-with-article-number-correction.  Declare.
16329         (nnmairix-request-group-with-article-number-correction):
16330         Use nnmairix-fast, nnmairix-group rather than fast, group.
16331
16332 2008-02-26  David Engster  <dengste@eml.cc>
16333
16334         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16335         version 0.5.
16336
16337 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16338
16339         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16340         instead of making an extra function call.  Don't add the current group
16341         to articles only when they have the group.  Use
16342         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16343         Reported by David <de_bb@arcor.de>.
16344
16345 2008-02-24  Miles Bader  <miles@gnu.org>
16346
16347         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16348         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16349         (mm-find-mime-charset-region):
16350         * mm-bodies.el (mm-encode-body):
16351         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16352
16353 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16356         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16357
16358 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16359
16360         * mail-source.el (mail-source-delete-incoming): Change default.
16361         Supplement doc string.
16362
16363         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16364
16365 2008-02-14  Glenn Morris  <rgm@gnu.org>
16366
16367         * time-date.el (format-seconds): New function.
16368
16369 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16370
16371         * nnmail.el (nnmail-message-id-cache-file): Derive from
16372         `gnus-home-directory'.
16373
16374 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16375
16376         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16377         Document negative prefix.
16378
16379         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16380
16381 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16382
16383         * message.el (message-unsent-separator): Add the Exim bounce
16384         separator.
16385
16386 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16387
16388         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16389         list.
16390         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16391         recipient/signer list.
16392
16393 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16394
16395         * Makefile.in (datarootdir): Define.
16396         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16397         name that might contain whitespace.
16398
16399 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16400
16401         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16402         fbound (Emacs 23 unicode), signal an error.
16403
16404 2008-02-08  Glenn Morris  <rgm@gnu.org>
16405
16406         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16407
16408 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16409
16410         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16411         ports to the calls to `netrc-machine-user-or-password' in addition to
16412         "imap" and "imaps".
16413
16414 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16415
16416         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16417
16418         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16419
16420 2008-02-01  Kenichi Handa  <handa@m17n.org>
16421
16422         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16423         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16424         (rfc2104-hash): Convert the result of concat to unibyte string.
16425
16426 2008-02-01  Dave Love  <fx@gnu.org>
16427
16428         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16429         coding-system-for-read.
16430         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16431
16432 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16433
16434         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16435         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16436         <hanche@math.ntnu.no>.
16437
16438 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16441
16442         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16443
16444 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16445
16446         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16447         * message.el (message-beginning-of-line): Use featurep instead of bound
16448         tests in order to resolve conditionals at compile time.
16449
16450 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16451
16452         * mail-source.el (mail-sources): Add `group' choice.
16453
16454         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16455         parameter `in-group' to control into which group the articles go.
16456         Add treatment of `group' mail-source.
16457
16458 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16461
16462         * mm-decode.el (mm-dissect-buffer): Decode description.
16463
16464         * mml.el (mml-to-mime): Encode message header first.
16465
16466 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16467
16468         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16469         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16470
16471         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16472         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16473
16474 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16475
16476         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16477
16478 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16481         prefix keys.
16482         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16483         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16484         gnus-xmas.el.
16485
16486         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16487         (gnus-xmas-article-describe-bindings): New function.
16488         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16489         gnus-xmas-article-describe-bindings.
16490
16491         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16492
16493 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16494
16495         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16496         Add new variables for article mark management.
16497         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16498         list of extra data entries which, when present, will indicate that the
16499         article ID should not be trimmed from the registry.
16500         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16501         functions.
16502         (gnus-registry-read-mark): New function to read a mark name from the
16503         user.
16504         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16505         (gnus-registry-set-article-mark-internal): New functions to add and
16506         remove marks.
16507         (gnus-registry-get-article-marks): New function to show the marks for
16508         an article, or retrieve them for further use.
16509
16510 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16513         keys when no argument is given.
16514
16515 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16516
16517         * imap.el (imap-ping-server): New variable.
16518         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16519         (imap-ping-server): Minor doc string fixes.
16520
16521 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16522
16523         * imap.el (imap-ping-server): New function.
16524         (imap-opened): Call imap-ping-server.
16525
16526 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16527
16528         * gnus-sum.el (gnus-article-sort-by-random)
16529         (gnus-thread-sort-by-random): Fix doc strings.
16530         Reported by jidanni@jidanni.org.
16531
16532 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * gnus-art.el (gnus-article-describe-bindings): New function.
16535         (gnus-article-read-summary-keys): Use it.
16536         (gnus-article-mode-map): Bind `C-h b' to it.
16537
16538 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16541         XEmacs.
16542         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16543         Protect against non-character events.
16544
16545         * lpath.el: Fbind map-keymap for Emacs 21.
16546
16547 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16548
16549         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16550         New command.
16551         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16552         instead of END.  Change name of the temp file.
16553         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16554         customizable.
16555
16556 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16559         bind `S W' to gnus-article-wide-reply-with-original; set default
16560         binding to gnus-article-read-summary-send-keys.
16561         (gnus-article-read-summary-keys): Fix the order of keys; display
16562         continuation keys correctly in the echo area; describe bindings
16563         correctly when keys end with `C-h'.
16564         (gnus-article-read-summary-send-keys): New function.
16565         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16566         Work for gnus-article-read-summary-send-keys; display continuation keys
16567         correctly in the echo area.
16568         (gnus-article-reply-with-original): Ignore prefix argument.
16569         (gnus-article-wide-reply-with-original): New function.
16570
16571         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16572         Emacs 21.
16573
16574 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16577         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16578
16579 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16580
16581         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16582         (gnus-group-read-ephemeral-gmane-group): New command.
16583
16584 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16585
16586         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16587
16588 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16589
16590         * message.el (message-send-mail-function): Increase custom version.
16591
16592         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16593         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16594
16595 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16596
16597         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16598         for the cases where imap-authenticate is called with a nil buffer
16599         parameter.
16600
16601 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16602
16603         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16604         html parts correctly; support forwarded messages.
16605         (gnus-article-browse-html-article): Remove work buffers.
16606
16607         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16608         compiling.
16609         (netrc-bound-and-true-p): New macro.
16610         (netrc-parse): Use it instead of bound-and-true-p that is not available
16611         in XEmacs 21.4.
16612
16613 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16614
16615         * gnus-registry.el (gnus-registry-mark-article)
16616         (gnus-registry-article-marks): Add functionality to mark articles
16617         through the Gnus registry.
16618
16619         * encrypt.el: Clarify documentation for the new pgg method.
16620         (encrypt-file-alist): Add PGG option.
16621         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16622         functionality.  Abstract password key and messaging to external
16623         functions.
16624         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16625         (encrypt-message-method-and-cipher): Add new convenience external
16626         functions.
16627         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16628         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16629
16630         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16631         (netrc-parse): Use encrypt-file-alist to determine if
16632         encrypt-find-model or encrypt-insert-file-contents should be used.
16633
16634         * encrypt.el: Clarify documentation.  Load password-cache or
16635         password, whichever one is found first, instead of autoloading.
16636
16637 2007-12-19  Glenn Morris  <rgm@gnu.org>
16638
16639         * mml.el (message-options-set, message-narrow-to-head)
16640         (message-in-body-p, message-mail-p, message-encode-message-body):
16641         Autoload.
16642         (message-remove-header, message-narrow-to-headers-or-head)
16643         (message-subscribed-p, message-make-mail-followup-to)
16644         (message-position-on-field, message-news-p)
16645         (message-options-set-recipient, message-generate-headers)
16646         (message-sort-headers): Declare as functions.
16647
16648 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16649
16650         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16651         convention in doc string.
16652
16653 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16654
16655         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16656         title to html parts.
16657         (gnus-article-browse-html-article): Pass message header to it.
16658
16659         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16660
16661 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16662
16663         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16664         or password compatible with XEmacs.
16665
16666 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16667
16668         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16669         format document.
16670         (gnus-mime-delete-part): Don't write description line if empty.
16671         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16672
16673 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16674
16675         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16676         (gnus-summary-mark-read-and-unread-as-read)
16677         (gnus-summary-mark-current-read-and-unread-as-read)
16678         (gnus-summary-mark-unread-as-ticked): Doc fix.
16679         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16680
16681 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16682
16683         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16684         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16685
16686 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16687
16688         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16689         yes-or-no-p.
16690
16691 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * mm-decode.el (mm-add-meta-html-tag): New function.
16694         (mm-save-part-to-file, mm-pipe-part): Use it.
16695
16696         * gnus-art.el (gnus-article-browse-delete-temp-files):
16697         Use gnus-y-or-n-p instead of y-or-n-p.
16698         (gnus-article-browse-html-parts): Work with message/external-body; use
16699         mm-add-meta-html-tag.
16700
16701 2007-12-11  Glenn Morris  <rgm@gnu.org>
16702
16703         * gnus-cache.el: Require gnus-sum not just when compiling.
16704
16705         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16706
16707         * gnus-int.el (gnus-server-opened, gnus-status-message):
16708         Move definitions before use.
16709
16710         * mm-decode.el: Require gnus-util.
16711         (mm-remove-part): Only call delete-annotation on XEmacs.
16712
16713         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16714
16715         * nnmail.el: Require gnus-int.
16716
16717         * spam.el: Move `require's before `eval-when-compile's.
16718
16719         * gnus-ems.el (gnus-alive-p):
16720         * gnus-fun.el (message-goto-eoh):
16721         * gnus-util.el (gnus-group-name-decode):
16722         * mail-source.el (gnus-compress-sequence):
16723         * message.el (Info-goto-node, format-spec):
16724         * mm-bodies.el (message-options-get):
16725         * mm-decode.el (mm-view-pkcs7):
16726         * mm-util.el (gmm-write-region):
16727         * mml-smime.el (mml-compute-boundary)
16728         (gnus-completing-read-with-default):
16729         * mml.el (widget-button-press, gnus-make-hashtable):
16730         * mml1991.el (mm-decode-content-transfer-encoding)
16731         (mm-encode-content-transfer-encoding)
16732         (message-options-get, message-options-set):
16733         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16734         * nnfolder.el (gnus-request-group):
16735         * nnheader.el (ietf-drums-unfold-fws):
16736         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16737         * smime.el (gnus-run-mode-hooks):
16738         * spam-stat.el (gnus-message): Autoload.
16739
16740         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16741         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16742         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16743         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16744         Add declare-function compatibility definition.
16745
16746         * gnus-cache.el (nnvirtual-find-group-art):
16747         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16748         (gnus-add-image, gnus-add-wash-type):
16749         * gnus-group.el (nnkiboze-score-file):
16750         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16751         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16752         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16753         (message-tokenize-header, gnus-get-buffer-create)
16754         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16755         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16756         * gnus.el (gnus-group-decoded-name):
16757         * mail-source.el (imap-capability):
16758         * mm-bodies.el (message-options-set):
16759         * mm-decode.el (gnus-configure-windows):
16760         * mm-extern.el (message-goto-body):
16761         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16762         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16763         (epg-sub-key-validity, message-options-set):
16764         * mml.el (widget-event-point, gnus-configure-windows):
16765         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16766         * mml2015.el (epg-check-configuration, epg-configuration)
16767         (message-options-set):
16768         * nndb.el (nndb-request-article):
16769         * nnfolder.el (gnus-request-create-group):
16770         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16771         * nnmaildir.el (gnus-group-mark-article-read):
16772         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16773         * rfc1843.el (message-fetch-field):
16774         * spam.el (gnus-extract-address-components):
16775         Declare as functions.
16776
16777 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16780
16781         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16782
16783         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16784         bind show-trailing-whitespace for XEmacs.
16785
16786 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16787
16788         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16789         new no-op macro for backward compatibility.
16790
16791         * imap.el (imap-string-to-integer): New function.
16792
16793 2007-12-09  Glenn Morris  <rgm@gnu.org>
16794
16795         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16796
16797         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16798         * message.el, mm-view.el, sieve-manage.el, smime.el:
16799         Add declare-function compatibility definition.
16800
16801         * gnus-art.el (w3-region, w3m-region, Info-menu):
16802         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16803         * gnus-sum.el (gnus-get-predicate):
16804         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16805         * message.el (mail-abbrev-in-expansion-header-p):
16806         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16807         (w3m-detect-meta-charset, w3m-region):
16808         * sieve-manage.el (password-read, password-cache-add)
16809         (password-cache-remove):
16810         * smime.el (password-read-and-add): Declare as functions.
16811
16812 2007-12-08  David Kastrup  <dak@gnu.org>
16813
16814         * gnus-sum.el (gnus-summary-simplify-subject-query):
16815         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16816         `message'.
16817
16818 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16819
16820         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16821         it to bind idna-program, installation-directory, defined-colors, and
16822         face-attribute for XEmacs of the version that compiles defcustom forms.
16823
16824 2007-12-07  Glenn Morris  <rgm@gnu.org>
16825
16826         * gnus-art.el (article-make-date-line): Revert previous change.
16827
16828 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16829
16830         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16831
16832 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16833
16834         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16835         Call gnus-add-to-range ranges only once with a prepared article-list.
16836
16837 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16838
16839         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16840         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16841         group names with backslashes.
16842         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16843
16844 2007-12-06  Deepak Goel  <deego3@gmail.com>
16845
16846         * gnus-art.el (article-make-date-line):
16847         * gnus-start.el (gnus-load):
16848         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16849
16850 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * gnus-art.el (gnus-use-idna):
16853         * gnus-start.el (gnus-site-init-file):
16854         * message.el (message-use-idna):
16855         * mm-uu.el (mm-uu-hide-markers):
16856         * smiley.el (smiley-style): Revert changes that suppress warnings.
16857
16858 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16861         specify charset to html source.
16862         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16863
16864 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16865
16866         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16867         idna-program in order to suppress byte compile warning issued by XEmacs
16868         that came to byte compile the default value section of defcustom forms
16869         recently.
16870
16871         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16872         value of installation-directory.
16873
16874         * message.el (message-use-idna): Don't directly refer to the value of
16875         idna-program.
16876
16877         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16878
16879         * smiley.el (smiley-style): Don't directly call face-attribute.
16880
16881 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16882
16883         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16884
16885         * gnus-dired.el: Reduce Gnus dependencies.
16886         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16887         Don't require.  Use autoloads instead.
16888         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16889         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16890         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16891         (gnus-dired-mode): Adjust doc string.
16892         (gnus-dired-mail-mode): New variable.
16893         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16894         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16895         (gnus-dired-mail-buffers): New function.  Return mail or message
16896         composition buffers.
16897         (gnus-dired-attach): Use it.
16898         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16899         NO-DECODE.
16900         (gnus-dired-print): Use `gnus-print-buffer' depending on
16901         `gnus-dired-mail-mode'.
16902
16903 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16904
16905         * rfc2047.el (rfc2047-encoded-word-regexp)
16906         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16907         explaining what regexp patterns are for.
16908
16909 2007-12-04  Glenn Morris  <rgm@gnu.org>
16910
16911         * password.el: Move to password-cache.el.
16912
16913         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16914         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16915         * mml-smime.el (password-read, password-cache-add)
16916         (password-cache-remove):
16917         No need to autoload, since mml-sec requires password.
16918
16919         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16920         * message.el (gnus-extract-address-components):
16921         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16922
16923         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16924         password.
16925
16926 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16927
16928         * mailcap.el: Reduce dependencies.
16929         (mail-header-parse-content-type): Autoload.
16930         (mailcap-delete-duplicates): New alias.
16931         (mailcap-mime-info): Add optional argument NO-DECODE.
16932         (mailcap-mime-types): Use mailcap-delete-duplicates.
16933
16934         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16935
16936 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16937
16938         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16939         (imap-parse-status): Upcase status-att for servers that sends them
16940         lower-case (e.g., MS Exchange 2007).
16941
16942 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16943
16944         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16945         function.
16946
16947         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16948         (gnus-uu-yenc-article): New function.
16949
16950         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16951
16952         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16953
16954 2007-12-02  Glenn Morris  <rgm@gnu.org>
16955
16956         * binhex.el (binhex): New custom group.
16957         (binhex-decoder-program, binhex-decoder-switches)
16958         (binhex-use-external): Move to the binhex custom group.
16959
16960         * uudecode.el (uudecode): New custom group.
16961         (uudecode-decoder-program, uudecode-decoder-switches)
16962         (uudecode-use-external): Move to the uudecode custom group.
16963
16964         * netrc.el (top-level): Don't load `encrypt' features.
16965         (netrc-parse): Don't use encrypt.
16966         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16967
16968         * encrypt.el: Remove file.
16969
16970 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16971
16972         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16973         matches on patches.
16974
16975         * gnus-art.el (gnus-article-browse-html-article):
16976         Mention `mm-text-html-renderer' in the doc string.
16977
16978         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16979         string.  Add comments.
16980
16981         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16982         if rhs is ASCII.
16983
16984 2007-12-01  Glenn Morris  <rgm@gnu.org>
16985
16986         * mail-source.el (top-level): Require format-spec before
16987         eval-when-compile.
16988
16989 2007-11-30  Glenn Morris  <rgm@gnu.org>
16990
16991         * encrypt.el: Require password, rather than autoloading password-read.
16992
16993 2007-11-29  Glenn Morris  <rgm@gnu.org>
16994
16995         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16996         (sasl-make-client, sasl-next-step, sasl-step-data)
16997         (sasl-step-set-data): Declare as functions.
16998
16999 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
17000
17001         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
17002
17003 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
17004
17005         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
17006         certs should be verified and what is to be done in the event of a
17007         verification failure.
17008
17009         * gnus.el (gnus-method-to-server): Add an optional parameter so the
17010         caller can indicate whether the cache should be disregarded for this
17011         call.  This way the result of the call is reproducible at all times and
17012         can be considered a canonical server name for the supplied method.
17013         (gnus-agent-method-p): Canonicalize server names by pushing their
17014         method through `gnus-method-to-server' using the no-cache argument.
17015
17016         * gnus-srvr.el (gnus-server-insert-server-line):
17017         Call `gnus-method-to-server' with `no-cache' argument.
17018
17019         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
17020         gnus-agent-possibly-synchronize-flags as this should be called when the
17021         server is actually being opened.
17022         (gnus-agent-possibly-synchronize-flags)
17023         (gnus-agent-possibly-synchronize-flags-server): Move check for the
17024         flags file of an agentized server to the latter function.
17025
17026         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
17027         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
17028         after a connection has been established successfully.
17029
17030 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17031
17032         * gnus-art.el (article-display-face): Force to display face if called
17033         interactively; check if gnus-article-x-face-too-ugly matches author.
17034         (article-display-x-face): Display face even if From header is missing
17035         as article-display-face does.
17036
17037 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
17038
17039         * hashcash.el (message-narrow-to-headers-or-head)
17040         (message-fetch-field, message-goto-eoh)
17041         (message-narrow-to-headers): Declare as functions.
17042
17043 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
17044
17045         * mail-source.el (mail-sources): Default to fetch from file for
17046         compatibility with default of nnmail-spool-file.
17047
17048 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17049
17050         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
17051         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
17052         to look for encoded word that should be encoded again.
17053         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
17054         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
17055         encoding pattern.
17056         (rfc2047-decode-region): Switch strict regexp and loose one according
17057         to rfc2047-allow-irregular-q-encoded-words.
17058
17059 2007-11-25  Romain Francoise  <romain@orebokech.com>
17060
17061         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
17062
17063 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17064
17065         * tls.el (tls-program): Provide more custom choices from
17066         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
17067         (tls-process-connection-type, tls-success): Remove "*" in doc string.
17068
17069 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17070
17071         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
17072         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
17073
17074         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
17075         `nnmail-spool-file'.
17076
17077         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
17078         `nnmail-spool-file'.
17079
17080         * gnus-move.el (gnus-change-server): Ditto.
17081
17082         * gnus-kill.el (gnus-batch-score): Ditto.
17083
17084         * gnus-cache.el (gnus-jog-cache): Ditto.
17085
17086         * gnus-msg.el (gnus-summary-reply):
17087         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
17088
17089 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17090
17091         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17092         version.  Minor improvement to doc strings.
17093         (tls-program): Add comment.
17094
17095 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17096
17097         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17098         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17099         mismatch between the hostname provided in the certificate and the name
17100         of the host connnecting to.
17101         (open-tls-stream): Use them.  Check certificates against trusted root
17102         certificates.
17103
17104 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17105
17106         * gnus-cache.el (gnus-cache-generate-nov-databases):
17107         Use nnml-generate-nov-databases-directory instead of
17108         nnml-generate-nov-databases-1.
17109
17110 2007-11-24  Glenn Morris  <rgm@gnu.org>
17111
17112         * message.el (message-tool-bar-retro): Update for rename
17113         mail_send.xpm->mail-send.xpm.
17114
17115 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17116
17117         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17118         `smime-ldap-search' for Emacs 22 and up.
17119
17120 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17121
17122         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17123
17124         * message.el (message-send-mail-function): Fix error convention.
17125         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17126         (message-widen-reply, message-send-mail, message-talkative-question)
17127         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17128         (message-clone-locals, message-send-news): Use with-current-buffer.
17129         (message-insert-or-toggle-importance): Remove unused var `valid'.
17130         (message-make-references): Remove unused var `new-references'.
17131         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17132
17133 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17134
17135         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17136         (spam-split-symbolic-return-positive): Reflow docstring.
17137         (spam-backends, spam-summary-exit-behavior)
17138         (spam-mark-ham-unread-before-move-from-spam-group)
17139         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17140         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17141         (spam-clear-cache, spam-backend-check, spam-install-backend)
17142         (spam-install-statistical-backend, spam-list-of-processors)
17143         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17144         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17145         (spam-check-crm114, spam-initialize, spam-unload-hook):
17146         Fix typos in docstrings.
17147
17148 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17149
17150         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17151         been checked if they have never been read and those group levels are
17152         higher than the one that a user specified.
17153
17154 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17157         foreign groups unless a group level is specified by a user.
17158         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17159
17160 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17161
17162         * message.el (message-send-mail-function): Require sendmail.
17163
17164 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17165
17166         * message.el (message-send-mail-function): Check for smtpmail too.
17167
17168         * utf7.el (utf7-encode, utf7-decode): Use coding system
17169         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17170
17171         * message.el (message-send-mail-function): New function.
17172         (message-send-mail-function): Set default using
17173         message-send-mail-function.  Adjust doc string.
17174         (message-send-mail-with-mailclient): New function.
17175
17176 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17177
17178         * smime.el (from):
17179         * rfc2047.el (message-posting-charset):
17180         * qp.el (mm-use-ultra-safe-encoding):
17181         * pop3.el (parse-time-months):
17182         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17183         * nnml.el (files):
17184         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17185         (jka-compr-compression-info-list, ange-ftp-path-format)
17186         (efs-path-regexp):
17187         * nndiary.el (files):
17188         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17189         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17190         (epg-digest-algorithm-alist, inhibit-redisplay)
17191         (password-cache-expiry):
17192         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17193         (pgg-output-buffer, password-cache-expiry):
17194         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17195         (efs-path-regexp):
17196         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17197         (inhibit-redisplay):
17198         * mm-uu.el (file-name, start-point, end-point, entry)
17199         (gnus-newsgroup-name, gnus-newsgroup-charset):
17200         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17201         (latin-unity-ucs-list):
17202         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17203         (mm-uu-binhex-decode-function):
17204         * message.el (gnus-message-group-art, gnus-list-identifiers)
17205         (rmail-enable-mime-composing, gnus-local-organization)
17206         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17207         (gnus-read-active-file, facemenu-add-face-function)
17208         (facemenu-remove-face-function, gnus-article-decoded-p)
17209         (tool-bar-mode):
17210         * mail-source.el (display-time-mail-function):
17211         * gnus-util.el (nnmail-pathname-coding-system)
17212         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17213         (gnus-original-article-buffer, gnus-user-agent)
17214         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17215         (xemacs-codename, sxemacs-codename, emacs-program-version):
17216         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17217         * gnus-start.el (gnus-agent-covered-methods)
17218         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17219         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17220         (gnus-newsgroup-headers, gnus-group-list-mode)
17221         (gnus-group-mark-positions, gnus-newsgroup-data)
17222         (gnus-newsgroup-unreads, nnoo-state-alist)
17223         (gnus-current-select-method, mail-sources)
17224         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17225         (nnmail-spool-file, gnus-cache-active-hashtb):
17226         * gnus-mh.el (mh-lib-progs):
17227         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17228         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17229         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17230         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17231         (gnus-group-buffer):
17232         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17233         (font-lock-set-defaults):
17234         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17235         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17236         (gnus-summary-post-menu, total-parts, type, condition, length):
17237         * gnus-agent.el (gnus-agent-read-agentview):
17238         * flow-fill.el (show-trailing-whitespace):
17239         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17240         eval-and-compile wrappers for byte compiler pacifiers.
17241
17242         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17243         (mm-display-inline-fontify): Check for featurep 'xemacs not
17244         extent-list.
17245
17246         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17247         itimer-list.
17248         (mm-create-image-xemacs): Only do something for XEmacs.
17249         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17250
17251         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17252
17253         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17254         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17255
17256 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17257
17258         * nnimap.el (nnimap-split-download-body):
17259         * gnus-demon.el (gnus-demon):
17260         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17261
17262 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17263
17264         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17265         New macros.
17266         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17267         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17268         copy data from unibyte buffer to multibyte current buffer.
17269         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17270         to copy data from unibyte current buffer to multibyte buffer.
17271         (nntp-make-process-buffer): Make process buffer unibyte.
17272
17273         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17274
17275 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17276
17277         * pop3.el (pop3-open-server): Accept and process data more robustly at
17278         connection start to avoid spurious "POP SSL connection failed" errors.
17279
17280 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17281
17282         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17283         read group names.
17284
17285 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17286
17287         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17288
17289 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17292         (nnmail-save-active): Use a unibyte buffer when saving active file,
17293         which may contain non-ASCII group names.
17294
17295         * nnml.el (nnml-request-group): Decode group names in messages.
17296
17297 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17298
17299         * message.el (message-citation-line-function)
17300         (message-insert-formatted-citation-line): Fix spelling of
17301         `message-insert-formated-citation-line'.
17302
17303 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17304
17305         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17306
17307 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17308
17309         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17310         nnmail-pathname-coding-system.
17311
17312         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17313         that a user enters; decode group names in messages.
17314
17315         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17316
17317 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17318
17319         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17320
17321         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17322
17323         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17324         risky local variable.
17325
17326         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17327
17328 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17329
17330         * encrypt.el: Improve documentation to fix function name typo.
17331         Reported by Daiki Ueno <ueno@unixuser.org>.
17332
17333 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17334
17335         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17336         even if the point is not in the last page of an article.
17337         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17338         back to the previous page.
17339
17340 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17341
17342         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17343
17344 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17345
17346         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17347
17348 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17349
17350         * message.el (message-check-news-body-syntax):
17351         Avoid mm-string-as-multibyte.
17352         (message-hide-headers): Don't assume (point-min)==1.
17353
17354 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17355
17356         * message.el (message-remove-blank-cited-lines): Fix if remove is
17357         given.
17358         (message-bogus-address-regexp): New variable.
17359         (message-bogus-recipient-p): New function.
17360         (message-check-recipients): New command.
17361         (message-syntax-checks): Add `bogus-recipient'.
17362         (message-fix-before-sending): Add `bogus-recipient'.
17363
17364         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17365         (gnus-treat-body-boundary): Don't test window-system.
17366
17367 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17368
17369         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17370
17371 2007-10-28  Miles Bader  <miles@gnu.org>
17372
17373         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17374         at compile-time too.
17375
17376 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17377
17378         * gnus-msg.el (gnus-message-setup-hook):
17379         Add `message-remove-blank-cited-lines' to options.
17380
17381 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17382
17383         * message.el (message-remove-blank-cited-lines): New function.
17384         Suggested by Karl Plästerer.
17385
17386 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17389         mapc.
17390
17391         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17392         (top-level): Use mapc to set functions to be traced for debugging.
17393
17394         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17395         called for effect with while loop.
17396
17397         * message.el (message-talkative-question): Replace mapcar called for
17398         effect with mapc.
17399
17400         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17401         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17402         called for effect with dolist.
17403
17404         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17405
17406         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17407         gnus-extra-headers and nnmail-extra-headers.
17408
17409         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17410         called for effect with dolist.
17411         (top-level): Use mapc to set functions to be traced for debugging.
17412
17413         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17414         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17415         dolist.
17416
17417         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17418         Replace mapcar called for effect with mapc.
17419         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17420         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17421         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17422         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17423
17424         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17425         remove-if that's a cl function.
17426
17427         * webmail.el (webmail-debug): Replace mapcar called for effect with
17428         dolist.
17429
17430         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17431         with mapc.
17432
17433 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17434
17435         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17436         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17437         with while loop.
17438
17439         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17440         functions from article-* functions.
17441         (gnus-multi-decode-header): Replace mapcar called for effect with
17442         dolist.
17443
17444         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17445         (gnus-bookmark-show-details): Replace mapcar called for effect with
17446         while loop.
17447
17448         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17449         called for effect with while loop.
17450
17451         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17452         with dolist.
17453
17454         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17455         Replace mapcar called for effect with dolist.
17456
17457         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17458
17459         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17460         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17461         Replace mapcar called for effect with dolist.
17462         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17463         mapc.
17464
17465         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17466         Replace mapcar called for effect with dolist.
17467         (gnus-topic-list): Replace mapcar called for effect with mapc.
17468
17469         * gnus.el: Use mapc instead of mapcar to add autoloads.
17470
17471 2007-10-23  Richard Stallman  <rms@gnu.org>
17472
17473         * gnus-group.el (gnus-group-highlight): Mark as risky.
17474
17475 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17476
17477         * gnus.el (gnus-server-to-method): Return method found first in
17478         gnus-newsrc-alist.
17479
17480         * gnus-art.el (gnus-article-highlight-signature)
17481         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17482         button overlay without the front stickiness.
17483
17484 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17485
17486         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17487         overview buffer needed a catch to receive its throw.
17488         (gnus-agent-flush-cache): Declare as interactive to make this function
17489         easier to use.
17490
17491 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17492
17493         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17494         `next-line'.
17495
17496 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17499         exclude address matching message-dont-reply-to-names.
17500
17501 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17502
17503         * gnus-util.el (gnus-string<): New function.
17504
17505         * gnus-sum.el (gnus-article-sort-by-author)
17506         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17507
17508 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17509
17510         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17511         the frame-focus tag is set in gnus-buffer-configuration.
17512
17513 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17516         the front stickiness.
17517
17518 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17519
17520         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17521         url pattern; remove duplicate one.
17522         (gnus-article-extend-url-button): New function.
17523         (gnus-article-add-buttons): Use it.
17524         (gnus-button-push): Use concatenated url that it makes.
17525
17526 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17527
17528         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17529
17530 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17531
17532         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17533         Don't hardcode point-min==1.
17534
17535 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17536
17537         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17538         Fix comment about "iso8859-1".
17539
17540 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17541
17542         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17543         ones returned from the verify-function.
17544
17545         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17546         Call mml2015-extract-cleartext-signature if extraction failed.
17547
17548 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17549
17550         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17551         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17552         failed.
17553
17554 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17555
17556         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17557
17558 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17559
17560         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17561         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17562         recommends to use EasyPG instead of PGG.
17563
17564         * pgg.el: Revert to revision 6.23.2.16.
17565
17566         * pgg-def.el: Revert to revision 6.6.2.14.
17567
17568         * pgg-gpg.el: Revert to revision 6.23.2.34.
17569
17570 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17571
17572         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17573         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17574         thread for both the null and zero (kill/expire thread) universal prefix
17575         cases.
17576         (gnus-summary-expire-thread): Add new function to expire a thread,
17577         using gnus-summary-kill-thread.
17578         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17579         shortcuts for gnus-summary-expire-thread.
17580         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17581         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17582
17583 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17584
17585         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17586         extras value, so an extras entry can be deleted.
17587         (gnus-registry-delete-extra-entry): Use it.
17588         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17589         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17590         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17591         storage through the gnus-registry, and provide an appropriate API for
17592         it.
17593
17594 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17595
17596         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17597         Suggested by Leo <sdl.web@gmail.com>.
17598
17599         * gnus.el: Do.
17600
17601 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17602
17603         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17604         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17605
17606         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17607
17608         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17609         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17610
17611 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17612
17613         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17614         newline.
17615         (nnmbox-request-accept-article): Don't change article in source buffer;
17616         narrow to header to use message-fetch-field rather than
17617         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17618         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17619         as delimiters; make sure article ends with newline.
17620         (nnmbox-delete-mail): Correct last position of article to be deleted;
17621         ignore X-Gnus-Newsgroup header in article body.
17622         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17623         positions; make sure article ends with newline.
17624
17625         * message.el (message-display-abbrev): Don't infloop when a user
17626         inserts SPC in the beginning of header.
17627
17628         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17629         coding-system-for-read and coding-system-for-write for XEmacs having no
17630         file-coding feature.
17631
17632         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17633
17634 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17635
17636         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17637         list of groups not followed by default.  Fix type to be regexp.
17638         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17639
17640 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17641
17642         * hmac-def.el (define-hmac-function): Switch from old-style to
17643         new-style backquotes.
17644
17645         * md4.el (md4-make-step): Likewise.
17646
17647 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17650         raw-text coding system when saving .newsrc file, which may contain
17651         non-ASCII group names.
17652
17653 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17654
17655         * gnus-cus.el (gnus-score-extra): New widget.
17656         (gnus-score-extra-convert): New function.
17657         (gnus-score-customize): Use it for Extra.
17658
17659 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17660
17661         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17662         (mml2015-mailcrypt-clear-verify): Use it.
17663         (mml2015-gpg-clear-verify): Use it.
17664         (mml2015-pgg-clear-verify): Use it.
17665         (mml2015-epg-clear-verify): Replace the current part with the output
17666         from GnuPG; don't extract the plaintext by itself.
17667
17668         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17669         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17670         mml2015-clear-verify-function; don't touch the armor headers or
17671         dash-escaped text here.
17672
17673 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17676         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17677         parts, or application/octet-stream as a last resort.
17678         (gnus-mime-view-part-as-type): Don't toggle display.
17679         (gnus-mime-view-part-as-charset): Don't turn off display before
17680         querying charset.
17681
17682         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17683         stuff to undisplayer function in Emacs.
17684         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17685
17686         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17687         text/calendar parts.
17688
17689 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17692         decoding text/calendar parts.
17693
17694         * message.el (message-forward-make-body-mime): Always mark body as
17695         having no illegible text; remove signed-or-encrypted argument.
17696         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17697
17698         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17699         (mml-generate-mime-1): Don't encode body if it is specified to be in
17700         raw form; don't make buffer be unibyte when inserting multibyte string.
17701
17702 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17703
17704         * sha1.el: Fix up comment style.
17705         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17706         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17707
17708         * hex-util.el: Fix up comment style.
17709         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17710
17711         * gnus-salt.el: Use with-current-buffer.
17712         (gnus-pick-setup-message): Fix long-standing typo.
17713
17714 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * imap.el (imap-logout-timeout): New variable.
17717         (imap-logout, imap-logout-wait): New functions.
17718         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17719
17720         * nnimap.el (nnimap-logout-timeout): New server variable.
17721         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17722         nnimap-logout-timeout.
17723
17724         * gnus-art.el (gnus-article-summary-command-nosave)
17725         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17726
17727 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17728
17729         * gnus.el (gnus-maximum-newsgroup): New variable.
17730
17731         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17732         according to gnus-maximum-newsgroup.
17733
17734         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17735         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17736         Limit the range of articles according to gnus-maximum-newsgroup.
17737
17738 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17739
17740         * gnus-art.el (gnus-sticky-article): Fix problems described in
17741         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17742         Don't perform gnus-configure-windows here; reuse existing sticky
17743         article buffer.
17744
17745         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17746         it doesn't exist in gnus-article-mode.
17747
17748 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17749
17750         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17751         (gnus-agent-decoded-group-name): New function.
17752         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17753         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17754
17755 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17756
17757         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17758         Add binding for gnus-sticky-article.
17759         (gnus-summary-exit): Don't kill sticky article buffers.
17760
17761         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17762         article buffer.
17763         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17764         (gnus-kill-sticky-article-buffers): New commands.
17765
17766 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17767
17768         * nntp.el (nntp-xref-number-is-evil): New server variable.
17769         (nntp-find-group-and-number): If it is non-nil, don't trust article
17770         numbers in the Xref header.
17771
17772 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17773
17774         * gnus-agent.el (gnus-agent-read-group): New function.
17775         (gnus-agent-flush-group, gnus-agent-expire-group)
17776         (gnus-agent-regenerate-group): Use it.
17777         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17778         nnmail-pathname-coding-system.
17779
17780 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17781
17782         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17783
17784         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17785         that are unread as unread, and also as selected so that information of
17786         marks having been changed by a user may be updated when exiting group.
17787
17788 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17789
17790         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17791
17792 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17793
17794         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17795         calculated ignoring signature parts to gnus-treat-article.
17796
17797 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17798
17799         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17800         a point here in order to keep the window start.
17801         (gnus-insert-mime-security-button): Make a button overlay without the
17802         front stickiness.
17803         (gnus-mime-display-security): Goto the end of a button.
17804
17805         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17806
17807 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17808
17809         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17810         group-name-at-point.
17811         (gnus-group-completing-read): New function that offers decoded
17812         non-ASCII group names for completion.
17813         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17814         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17815         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17816         (gnus-group-fetch-control): Use it.
17817         (gnus-fetch-group): Use group-name-at-point for the initial value
17818         rather than the default value; use gnus-alive-p.
17819
17820         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17821         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17822         (gnus-summary-post-news): Use gnus-group-completing-read.
17823
17824         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17825         (gnus-read-move-group-name): Decode group name for completion.
17826
17827 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17828
17829         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17830         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17831         Yamaoka slightly modified the code).
17832
17833 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17834
17835         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17836         (nnmail-split-incoming): Bind it.
17837
17838         * nnml.el (nnml-group-name-charset): New function.
17839         (nnml-decoded-group-name): Use it; don't decode group name if
17840         nnmail-group-names-not-encoded-p is non-nil.
17841         (nnml-encoded-group-name): New function.
17842         (nnml-group-pathname): Inline nnml-decoded-group-name.
17843         (nnml-request-expire-articles): Decode group name in message.
17844         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17845         nnmail-pathname-coding-system.
17846         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17847         not decoded ones according to nnmail-group-names-not-encoded-p.
17848         (nnml-generate-active-info): Use nnml-encoded-group-name.
17849
17850 2007-08-08  Glenn Morris  <rgm@gnu.org>
17851
17852         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17853         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17854         doc-strings and comments.
17855
17856 2007-07-25  Glenn Morris  <rgm@gnu.org>
17857
17858         * Relicense all FSF files to GPLv3 or later.
17859
17860 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17861
17862         * gnus-sum.el (gnus-summary-move-article):
17863         Make gnus-summary-respool-article work.
17864
17865 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17866
17867         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17868         string.
17869
17870 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17871
17872         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17873         that should be ignored when comparing distant RSS articles with local
17874         ones.
17875         (nnrss-make-hash-index): New function.  Create a hash index according
17876         to the ignored fields.
17877         (nnrss-check-group): Use it.
17878
17879 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17880
17881         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17882
17883         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17884
17885         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17886         the new optional argument ENCODED is non-nil.
17887         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17888         coding system for encoding group name.
17889         (gnus-group-make-rss-group): Pass un-encoded group name to
17890         gnus-group-make-group.
17891         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17892         encoded.
17893
17894         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17895         Encode group name to which articles are moved or copied.
17896         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17897         coding system for encoding Newsgroup, Followup-To and Xref headers.
17898
17899         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17900         marks; use nnheader-file-coding-system to write a file.
17901         (nnagent-retrieve-headers): Bind file-name-coding-system to
17902         nnmail-pathname-coding-system.
17903
17904         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17905
17906         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17907         (nnml-request-article, nnml-request-create-group)
17908         (nnml-request-rename-group, nnml-find-id)
17909         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17910         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17911         (nnml-save-marks): Use nnml-group-pathname instead of
17912         nnmail-group-pathname.
17913
17914         (nnml-request-create-group, nnml-request-expire-articles)
17915         (nnml-request-move-article, nnml-request-delete-group)
17916         (nnml-deletable-article-p, nnml-possibly-create-directory)
17917         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17918         (nnml-open-marks): Bind file-name-coding-system to
17919         nnmail-pathname-coding-system.
17920
17921         (nnml-request-article): Pass server argument to nnml-find-group-number.
17922         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17923         Pass server argument to nnml-possibly-create-directory.
17924         (nnml-request-accept-article): Pass server argument to
17925         nnml-active-number and nnml-save-mail.
17926         (nnml-find-group-number): Pass server argument to nnml-find-id.
17927         (nnml-request-update-info): Pass server argument to
17928         nnml-marks-changed-p.
17929
17930         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17931         (nnml-save-mail, nnml-active-number): Add server argument.
17932
17933         (nnml-request-delete-group): Warn if group is missing.
17934         (nnml-get-nov-buffer): Decode group name.
17935         (nnml-generate-active-info): Encode group name.
17936         (nnml-open-marks): Decode group name in messages.
17937
17938 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17941         if it is not specified.
17942         (gnus-article-pipe-part, gnus-article-save-part)
17943         (gnus-article-interactively-view-part, gnus-article-copy-part)
17944         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17945         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17946         (gnus-article-replace-part, gnus-article-delete-part)
17947         (gnus-article-view-part-as-type): Pass raw prefix argument to
17948         gnus-article-part-wrapper.
17949
17950 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17951
17952         * gnus-agent.el (gnus-agent-save-active):
17953         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17954
17955         * gnus-cache.el (gnus-cache-save-buffers)
17956         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17957         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17958         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17959         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17960         (gnus-cache-generate-active, gnus-cache-rename-group)
17961         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17962         (gnus-cache-update-overview-total-fetched-for):
17963         Bind file-name-coding-system to nnmail-pathname-coding-system.
17964         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17965         New variables.
17966         (gnus-cache-decoded-group-name): New function.
17967         (gnus-cache-file-name): Use it.
17968         (gnus-cache-generate-active): Use non-decoded group name for active.
17969
17970         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17971         right place.
17972         (gnus-write-active-file): Don't break non-ASCII group names.
17973
17974         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17975         nnmail-pathname-coding-system.
17976
17977         * lpath.el: Bind default-file-name-coding-system,
17978         file-name-coding-system and language-info-alist for XEmacs.
17979
17980         * gnus-uu.el (gnus-uu-decode-save): Typo.
17981
17982 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17983
17984         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17985
17986 2007-07-14  David Kastrup  <dak@gnu.org>
17987
17988         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17989         finishing actions if we did not edit the article.
17990
17991 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17992
17993         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17994         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17995         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17996         (gnus-agent-flush-group, gnus-agent-flush-cache)
17997         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17998         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17999         (gnus-agent-retrieve-headers, gnus-agent-request-article)
18000         (gnus-agent-regenerate-group)
18001         (gnus-agent-update-files-total-fetched-for)
18002         (gnus-agent-update-view-total-fetched-for):
18003         Bind file-name-coding-system to nnmail-pathname-coding-system.
18004         (gnus-agent-group-pathname): Don't encode file names by
18005         nnmail-pathname-coding-system.
18006         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
18007         coding-system-for-write instead of buffer-file-coding-system to
18008         gnus-agent-file-coding-system.
18009
18010         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
18011         Decode group name.
18012
18013         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
18014
18015         * gnus-start.el (gnus-update-active-hashtb-from-killed)
18016         (gnus-read-newsrc-el-file): Make group names unibyte.
18017
18018         * nnmail.el (nnmail-group-pathname): Don't encode file names by
18019         nnmail-pathname-coding-system.
18020
18021         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
18022         (nnrss-request-delete-group): Bind file-name-coding-system to
18023         nnmail-pathname-coding-system.
18024         (nnrss-read-server-data, nnrss-read-group-data):
18025         Bind file-name-coding-system correctly.
18026         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
18027
18028         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
18029         (nntp-server-to-method-cache): New variable.
18030         (nntp-group-pathname): New function that decodes non-ASCII group names.
18031         (nntp-possibly-create-directory, nntp-marks-changed-p)
18032         (nntp-save-marks, nntp-open-marks): Use it.
18033         (nntp-possibly-create-directory, nntp-open-marks):
18034         Bind file-name-coding-system to nnmail-pathname-coding-system.
18035         (nntp-open-marks): Decode group names when bootstrapping marks.
18036
18037         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
18038         Newsgroups and Followup-To headers.
18039
18040 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18041
18042         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18043         (gnus-server-closed-face, gnus-server-denied-face)
18044         (gnus-server-offline-face): Remove variable.
18045         (gnus-server-font-lock-keywords): Use faces that are not aliases.
18046
18047         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
18048         of modifying message-stack directly for XEmacs.
18049
18050         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
18051         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
18052         if the coding-system argument is nil for XEmacs.
18053
18054         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
18055         mm-charset-override-alist.
18056
18057         * rfc2047.el: Don't require base64; require rfc2045 for the function
18058         rfc2045-encode-string.
18059         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
18060         to quote the parameter value.
18061
18062 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18063
18064         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
18065         form in gnus-group-name-charset-method-alist.
18066
18067         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
18068         overrides the default layout edit-form.
18069
18070         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
18071
18072         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
18073
18074 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18075
18076         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
18077         as unfetched articles.
18078
18079 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
18080
18081         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
18082
18083 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18084
18085         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
18086         original back end that keeps marks in the local system.
18087
18088 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
18091         arg of pop-to-buffer for XEmacs.
18092         (gnus-article-read-summary-keys): Ditto; don't restore window
18093         configuration if summary command ends up with neither article buffer
18094         nor summary buffer; describe bindings if summary keys end with C-h.
18095
18096 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18097
18098         * message.el (message-fix-before-sending): Skip raw message part to be
18099         forwarded while checking illegible text.
18100         (message-forward-make-body-mime, message-forward-make-body):
18101         Mark signed or encrypted raw message as having no illegible text.
18102
18103 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18104
18105         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18106         (gnus-message-with-timestamp-1): New macro.
18107         (gnus-message-with-timestamp): New function.
18108         (gnus-message): Use them.
18109
18110         * nnheader.el (nnheader-message): Use them.
18111
18112 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18113
18114         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18115         .newsrc.eld file.
18116
18117 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18118
18119         * gnus-agent.el (gnus-agent-fetch-headers)
18120         (gnus-agent-retrieve-headers):
18121         Bind gnus-decode-encoded-address-function to identity.
18122
18123         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18124         available also when the server returns simply a dot.
18125
18126         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18127
18128 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18129
18130         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18131
18132 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18133
18134         * gnus-ems.el (gnus-x-splash): Make it work.
18135
18136         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18137         from being used.
18138
18139         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18140
18141 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18142
18143         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18144         4th and the 5th arguments.
18145
18146         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18147         the front stickiness.
18148         (gnus-article-summary-command-nosave): Correct the order of the
18149         arguments passed to pop-to-buffer.
18150         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18151         summary command ends up with the article buffer.
18152
18153         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18154         the same faces.
18155
18156 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18157
18158         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18159
18160 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18161
18162         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18163         * gnus-sum.el (gnus-summary-highlight):
18164         * pgg.el (pgg-sign-region, pgg-sign):
18165         * mail-source.el (mail-source-delete-old-incoming-confirm):
18166         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18167
18168 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18169
18170         * gnus-art.el (gnus-mime-view-part-externally)
18171         (gnus-mime-view-part-internally): Fix predicate function passed to
18172         completing-read.
18173
18174         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18175
18176         * gnus.el (gnus-update-message-archive-method): Add :version.
18177
18178 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18179
18180         * gnus.el (gnus-update-message-archive-method): New variable.
18181
18182         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18183         according to gnus-message-archive-method if
18184         gnus-update-message-archive-method is non-nil.
18185
18186 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18187
18188         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18189         Suggested by Loic Dachary <loic@dachary.org>.
18190         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18191
18192 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18193
18194         * message.el (message-pop-to-buffer): Add switch-function argument.
18195         (message-mail): Pass switch-function argument to it.
18196
18197 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18198
18199         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18200         Improve doc string.
18201
18202 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18203
18204         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18205         (gnus-header-content):
18206         * gnus-cite.el (gnus-cite-10):
18207         * gnus-srvr.el (gnus-server-closed):
18208         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18209         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18210         (gnus-group-mail-3-empty, gnus-group-mail-low)
18211         (gnus-group-mail-low-empty, gnus-splash):
18212         * message.el (message-header-to, message-header-cc)
18213         (message-header-subject, message-header-other, message-header-name)
18214         (message-header-xheader, message-separator, message-cited-text)
18215         (message-mml): Lighten colors of faces used for dark background.
18216
18217 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18218
18219         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18220         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18221
18222 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18223
18224         * message.el (message-narrow-to-headers-or-head):
18225         Ignore mail-header-separator in the body.
18226
18227 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18228
18229         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18230         same as window size.
18231
18232 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18233
18234         * message.el (message-font-lock-keywords): Use message-header-xheader
18235         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18236         ahead of the anything pattern, to get it recognized.
18237
18238 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18239
18240         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18241         spam.el loads uses it in the compiled defadvice form.
18242
18243 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18244
18245         * gnus-sum.el (gnus-articles-to-read)
18246         (gnus-summary-insert-old-articles): Don't truncate group name for
18247         `read-string'.
18248
18249         * gnus-util.el (gnus-limit-string): Delete this function.
18250
18251         * gnus-sum.el (gnus-simplify-subject-fully):
18252         Use `truncate-string-to-width' instead.
18253
18254 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18255
18256         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18257         Tell if, on summary exit, the next group has to be selected.
18258         (gnus-summary-exit): Use it.
18259
18260 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18261
18262         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18263         non-break space.
18264
18265 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18266
18267         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18268         Check if group is not a directory.
18269         (nnfolder-request-expire-articles): Don't delete articles if the target
18270         group is not available.
18271
18272         * nnml.el (nnml-request-create-group): Properly check if group is not a
18273         file.
18274         (nnml-request-expire-articles): Don't delete articles if the target
18275         group is not available.
18276
18277         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18278         Don't quote characters that are within parentheses.
18279
18280 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18281
18282         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18283         (gnus-handle-ephemeral-exit): Select article according to it.
18284
18285 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18286
18287         * message.el (message-insert-formated-citation-line): Remove newline.
18288         (message-citation-line-format): Add final \n here so that the user can
18289         avoid a blank line.
18290
18291 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18292
18293         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18294         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18295         Update lanl/arXiv support.
18296
18297 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18298
18299         * gnus.el: Bump version number.
18300
18301 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18302
18303         * gnus.el (gnus-version-number): Bump version.
18304
18305 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18306
18307         * gnus.el: No Gnus v0.6 is released.
18308
18309 2007-04-27  Didier Verna  <didier@xemacs.org>
18310
18311         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18312         * gmm-utils.el (gmm-regexp-concat): ... here.
18313         * message.el: Don't require 'gnus-util.
18314         (message-dont-reply-to-names): Handle name change above.
18315         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18316
18317 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18320         since the initial value varies according to the system.
18321
18322 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18323
18324         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18325
18326 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18327
18328         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18329
18330 2007-04-24  Didier Verna  <didier@xemacs.org>
18331
18332         Improve the type of gnus-ignored-from-addresses.
18333         * gnus-util.el (gnus-orify-regexp): New function.
18334         * message.el (gnus-util): Require it.
18335         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18336         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18337         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18338
18339 2007-04-24  Didier Verna  <didier@xemacs.org>
18340
18341         * gnus-sum.el:
18342         * gnus-utils.el: Fix some trailing whitespaces.
18343
18344 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18345
18346         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18347         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18348         article's Message-ID; refer parent article in summary buffer.
18349
18350         * message.el (message-bounce): Call mime-to-mml.
18351
18352         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18353         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18354         optimize and/or forms properly.
18355
18356 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18357
18358         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18359         URL.
18360
18361 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18362
18363         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18364
18365 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18366
18367         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18368         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18369         displayed of multipart/alternative part if it is invoked from summary
18370         buffer.
18371
18372         * mm-view.el (mm-inline-text-html-render-with-w3m)
18373         (mm-inline-text-html-render-with-w3m-standalone)
18374         (mm-inline-render-with-function): Use mail-parse-charset by default.
18375
18376 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18377
18378         * parse-time.el (parse-time-string-chars): Check if CHAR
18379         is less than the length of parse-time-syntax.
18380
18381 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18382
18383         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18384         from gnus-newsgroup-processable.
18385
18386 2007-04-16  Didier Verna  <didier@xemacs.org>
18387
18388         * gnus-msg.el (gnus-configure-posting-styles):
18389         Handle message-signature-directory properly with :file syntax.
18390         Reported by "Leo".
18391
18392 2007-04-11  Didier Verna  <didier@xemacs.org>
18393
18394         New user option: message-signature-directory.
18395         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18396         * message.el (message-insert-signature): Ditto.
18397         * message.el (message-signature-file): Doc update.
18398         * message.el (message-signature-directory): New.
18399
18400 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18401
18402         * gnus-msg.el (gnus-inews-yank-articles):
18403         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18404
18405 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18406
18407         * message.el (message-yank-original): Make sure cited text ends with
18408         newline; don't exchange point and mark.
18409
18410 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18411
18412         * tls.el (open-tls-stream): Properly handle case where there
18413         is no associated buffer.
18414
18415 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18416
18417         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18418         message-yank-original, make sure (< mark TEXT point).
18419
18420 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18421
18422         * message.el (message-fill-column): New variable.
18423         (message-mode): Use it.  Add comment on a possible new hook.
18424
18425         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18426         (nnmail-get-new-mail): Reformat.
18427
18428         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18429
18430         * gmm-utils.el: Fix Commentary.
18431         (gmm-tool-bar-from-list): Fix typo in doc string.
18432
18433 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18434
18435         * message.el (message-yank-original): Don't switch point and mark
18436         unnecessarily to put point and mark as documented.
18437
18438 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18439
18440         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18441         from the message heads.
18442
18443 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18444
18445         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18446         article buffer does not have a window.  This may not be the best
18447         solution but is certainly better than setting the start of the null,
18448         that is the current, window.
18449
18450 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18451
18452         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18453         (gnus-draft-setup): Run it.
18454
18455         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18456         gnus-score-fast-scoring.  Allow regexp.
18457         (gnus-score-headers): Use it.
18458
18459         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18460         XEmacs.
18461
18462         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18463         string.
18464         (gnus-button-alist): Also catch `<f1> k ...'.
18465         (gnus-treat-display-x-face): Fix doc string.
18466
18467 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18468
18469         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18470         evaluation of gnus-extended-version to ensure correct generation of the
18471         User-Agent header when message-generate-headers-first is used.
18472
18473 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18474
18475         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18476         hashcash-path is nil.  Don't call callback with incorrect number of
18477         parameters if val is 0.
18478
18479 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18480
18481         * message.el (message-required-news-headers):
18482         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18483
18484 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18485
18486         * tls.el (open-tls-stream): In handshake-waiting loop,
18487         don't wait more if there is output available to process.
18488
18489 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18490
18491         * tls.el (tls-program): Doc fix.
18492
18493 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18494
18495         * message.el (message-generate-new-buffers): Change the meaning of the
18496         nil value; add `standard' to the choices; treat t as `unique'; improve
18497         doc string.
18498         (gnus-select-frame-set-input-focus): Autoload.
18499         (message-buffer-name): Search for the existing message buffer if
18500         message-generate-new-buffers is nil or `standard'; treat the value t of
18501         message-generate-new-buffers as `unique'.
18502         (message-pop-to-buffer): Raise the frame already displaying the message
18503         buffer; clear the echo area after querying.
18504         (message-setup): Pass the `continue' argument to compose-mail.
18505         (message-mail): Prefer `switch-function' if it is given; search for the
18506         existing message buffer if the `continue' argument is non-nil; pass
18507         continue and switch-function arguments to compose-mail by way of
18508         message-setup.
18509         (message-mail-other-window): Adjust argument of message-setup.
18510         (message-mail-other-frame): Ditto.
18511
18512 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18513
18514         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18515         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18516         to turn font-lock on when turning gnus-message-citation-mode on.
18517
18518 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18519
18520         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18521         (mml-smime-function-alist): New variable; add epg as the backend.
18522         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18523         mml-smime- functions instead.
18524         * mm-view.el: Require smime.
18525
18526 2007-03-05  Didier Verna  <didier@xemacs.org>
18527
18528         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18529         instead of just inheritance for posting styles.
18530         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18531
18532 2007-02-24  Chris Moore  <dooglus@gmail.com>
18533
18534         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18535         * pgg-pgp.el (pgg-pgp-encrypt-region):
18536         * pgg-gpg.el (pgg-gpg-encrypt-region):
18537         Check pgg-encrypt-for-me if no other recipients.
18538
18539 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18540
18541         * tls.el (tls-certtool-program): Fix custom type.
18542
18543 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18544
18545         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18546         and point-at-eol instead of line-(beginning|end)-position.
18547
18548         * assistant.el (assistant-parse-buffer): Ditto.
18549
18550         * netrc.el (netrc-parse-services): Ditto.
18551
18552 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18553
18554         * mml2015.el (mml2015-epg-find-usable-key): New function.
18555         (mml2015-epg-sign): Use it.
18556         (mml2015-epg-encrypt): Use it.
18557
18558 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18559
18560         * message.el (message-make-in-reply-to): Quote name containing
18561         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18562         if there are special characters.  Reported by NAKAJI Hiroyuki
18563         <nakaji@jp.freebsd.org>.
18564
18565 2007-02-27  Didier Verna  <didier@xemacs.org>
18566
18567         Include the group parameters as well as the topic ones in the
18568         inheritance filter process.
18569         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18570         argument GROUP-PARAMS-LIST.
18571         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18572
18573 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18574
18575         * nntp.el (nntp-never-echoes-commands)
18576         (nntp-open-connection-functions-never-echo-commands): New variables.
18577         (nntp-send-command): Use them.
18578
18579 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18580
18581         * mml2015.el (mml2015-epg-verify): Simplify.
18582
18583 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18584
18585         * mml.el (mml-content-disposition-alist): New user option.
18586         (mml-content-disposition): New function.
18587         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18588         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18589
18590 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18591
18592         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18593         verification.
18594
18595 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18596
18597         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18598         articles posted in the last 24 hours.
18599
18600 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18601
18602         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18603
18604 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18605
18606         * nntp.el (nntp-send-command): Don't wait for echoes when
18607         nntp-open-ssl-stream is used.
18608
18609 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18610
18611         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18612         (gnus-message-add-citation-keywords)
18613         (gnus-message-remove-citation-keywords): Remove.
18614         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18615         directly, make the variables in font-lock-defaults buffer-local, add
18616         gnus-message-citation-keywords to them and then update the value of
18617         font-lock-keywords.
18618
18619 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18620
18621         * message.el (message-cite-original-1): Don't call
18622         gnus-article-highlight-citation.
18623
18624         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18625         citations; fix line count.
18626
18627 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18628
18629         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18630         (gnus-message-add-citation-keywords)
18631         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18632         versions of font-lock-add-keywords and font-lock-remove-keywords to
18633         work with XEmacs correctly.
18634
18635 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18636
18637         * gnus-cite.el (gnus-cite-face-list): Set the values of
18638         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18639         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18640         (gnus-message-cite-prefix-regexp): New variable.
18641         (gnus-message-search-citation-line): Use it; protect against long
18642         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18643         the 0th match data for Emacs.
18644         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18645         (gnus-message-add-citation-keywords): Append keywords rather than
18646         prepending; emulate font-lock-add-keywords if it is not available.
18647         (gnus-message-remove-citation-keywords):
18648         Emulate font-lock-remove-keywords if it is not available.
18649
18650         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18651
18652         * message.el (message-cite-prefix-regexp): Set the value of
18653         gnus-message-cite-prefix-regexp.
18654
18655 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18656
18657         * nnweb.el (nnweb-google-parse-1): Update parser.
18658
18659 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18660
18661         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18662
18663 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18664
18665         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18666         regexp.
18667
18668 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18669
18670         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18671         string-to-multibyte.
18672         (uudecode-decode-region-internal): Use it.
18673
18674         * lpath.el: Fbind string-as-multibyte for XEmacs.
18675
18676 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18677
18678         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18679         Fix custom choice.
18680
18681         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18682
18683 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18684
18685         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18686
18687         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18688         `write-region' to respect `mm-inhibit-file-name-handlers'.
18689
18690 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18691
18692         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18693         Use gnus-home-directory instead of "~/" or "$HOME".
18694
18695 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18696
18697         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18698         to mention filename.
18699         Add comments at beginning regarding usage.
18700         (encrypt-write-file-contents): Change interactive so a string is
18701         acceptable.  If the file has no associated model, show an error instead
18702         of a nonsense prompt.
18703
18704 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18705
18706         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18707         Thanks to Yoshihiko Yamada for kind notification of this typo.
18708
18709 2007-01-12  Kenichi Handa  <handa@m17n.org>
18710
18711         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18712         multibyte buffer.
18713
18714 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18715
18716         * gnus-score.el (gnus-score-fast-scoring): New variable.
18717         (gnus-score-headers): Use it.
18718
18719         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18720
18721         * message.el (message-cite-original-1):
18722         Call gnus-article-highlight-citation if requested.
18723         (message-make-from): Allow name and address as optional arguments.
18724
18725         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18726
18727         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18728         bugs to doc string.
18729         (gnus-button-alist): Add mid\\|message-id.
18730         (gnus-button-fetch-group): Extend for use in
18731         `browse-url-browser-function'.
18732         (gnus-button-url-regexp): Try to catch paired parentheses like in
18733         Wikipedia URLs.
18734
18735         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18736         Suggested by Simon Krahnke <overlord@gmx.li>.
18737
18738 2007-01-13  Romain Francoise  <romain@orebokech.com>
18739
18740         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18741         Update copyright.
18742
18743 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18744
18745         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18746
18747 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18748
18749         * gnus-registry.el (gnus-registry-unfollowed-groups)
18750         (gnus-registry-split-fancy-with-parent): Fix documentation.
18751
18752 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18753
18754         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18755         from nnweb groups.
18756
18757 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18758
18759         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18760         Xref urls.  Erase buffer before requesting head.
18761
18762         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18763
18764 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18765
18766         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18767         customizable.
18768
18769 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18770
18771         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18772         no signing key is found.
18773         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18774         no encrypting and/or signing key is found.
18775
18776 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18777
18778         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18779
18780 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18781
18782         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18783         headers read from disk with the ones newly found in the current search.
18784         This should no longer cause problems, because the article numbers in
18785         Gmane's `nov.php' output are ignored since the previous change.
18786
18787 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18788
18789         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18790
18791 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18792
18793         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18794         replace-regexp-in-string; bind url-version; fbind display-images-p and
18795         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18796         find-face and set-itimer-function for Emacs; bind itimer-list for
18797         Emacs.
18798
18799         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18800
18801 2007-01-01  Romain Francoise  <romain@orebokech.com>
18802
18803         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18804
18805 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18806
18807         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18808         `define-minor-mode' macro definition expanded properly.
18809         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18810         exclude it there.
18811
18812         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18813         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18814         `fboundp' test.
18815         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18816         This is OK to autoload in (S)XEmacs now.
18817
18818 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18819
18820         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18821         keystroke.
18822         (gnus-summary-limit-to-singletons): Fix typo.
18823
18824         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18825         else fails.
18826
18827 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18828
18829         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18830         docstring.
18831
18832         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18833         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18834         (gnus-summary-insert-dormant-articles): Fix typo in message.
18835
18836 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18837
18838         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18839         nil for XEmacs.
18840         (gnus-message-citation-mode): Don't autoload in XEmacs.
18841
18842         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18843
18844 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18845
18846         * nnimap.el (nnimap-expunge-search-string):
18847         Mention nnimap-search-uids-not-since-is-evil in docstring.
18848
18849 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18850
18851         * spam.el: Revert to make-obsolete-variable because
18852         define-obsolete-variable-alias is not supported in Emacs 21.
18853
18854         * spam.el (spam-ifile-path, spam-ifile-database-path)
18855         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18856         make-obsolete-variable.
18857         (spam-bsfilter-path, spam-bsfilter-program)
18858         (spam-spamassassin-path, spam-spamassassin-program)
18859         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18860         Don't use "path" inappropriately.
18861         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18862         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18863         variable names.
18864
18865 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18866
18867         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18868         summary buffer.
18869
18870         * password.el (password-cache-remove): Use clear-string to burn
18871         password, if available.
18872
18873 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18874
18875         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18876
18877         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18878
18879         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18880         (gnus-message-highlight-citation): Move defcustom here from
18881         gnus-cite.el.
18882         (gnus-message-citation-mode): Autoload.
18883
18884         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18885         checks to make it compile with XEmacs.
18886         (gnus-message-citation-mode): New minor mode.
18887         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18888         (gnus-message-highlight-citation): New variables.
18889         (gnus-message-search-citation-line)
18890         (gnus-message-add-citation-keywords)
18891         (gnus-message-remove-citation-keywords)
18892         (turn-on-gnus-message-citation-mode)
18893         (turn-off-gnus-message-citation-mode): New functions.
18894
18895 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18896
18897         * gnus-cite.el: Enable highlighting of different citation levels in
18898         message-mode.
18899
18900 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18901
18902         * message.el (message-make-fqdn): Fix comment.
18903         (message-bogus-system-names): Add ".local".
18904
18905         * spam.el (spam-ifile-path, spam-ifile-program)
18906         (spam-ifile-database-path, spam-ifile-database)
18907         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18908         Don't use "path" inappropriately.
18909         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18910         strings.
18911         (spam-check-ifile, spam-ifile-register-with-ifile)
18912         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18913         Use new variable names.
18914
18915         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18916         (gnus-treat-display-smileys): Simplify using
18917         gnus-image-type-available-p.
18918
18919         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18920         available.
18921
18922         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18923         Use `display-images-p' if available.
18924
18925 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18926
18927         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18928         one after turning on the buffer's multibyteness instead of decoding
18929         them directly in the unibyte buffer that causes unexpected conversion
18930         in Emacs 23 (unicode).
18931
18932 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18933
18934         * message.el (message-generate-hashcash): Fix custom type.
18935
18936 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18937
18938         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18939
18940 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18941
18942         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18943         disconnect icons.  Add help text.
18944
18945 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18946
18947         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18948         negated to be consistent with the others we handle.
18949
18950 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18951
18952         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18953         version of gnus-summary-buffer to something, so that we can use two
18954         article buffers at the same time.
18955
18956 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18957
18958         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18959         trigger all the extra headers.
18960         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18961         sorting.
18962
18963 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18964
18965         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18966         solid groups.
18967
18968 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18969
18970         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18971
18972 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18973
18974         * legacy-gnus-agent.el: Add Copyright notice.
18975
18976 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18977
18978         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18979
18980 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18981
18982         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18983
18984         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18985         to make it work reliably in CVS Emacs.
18986         (gnus-summary-limit-strange-charsets-predicate)
18987         (gnus-summary-limit-to-predicate): New functions.
18988
18989 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18990
18991         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18992         specifying array size.
18993         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18994         array if it is too small.
18995         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18996         (gnus-sort-threads-loop): New function.
18997
18998 2006-12-06  Chris Moore  <dooglus@gmail.com>
18999
19000         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
19001         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
19002
19003 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
19004
19005         * mm-url.el (mm-url-predefined-programs): Call curl with correct
19006         options.
19007
19008 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19009
19010         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
19011         DOS-ing the recipient.
19012
19013         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
19014         the headers when creating the mapping to avoid mismappings.
19015         (nnweb-gmane-create-mapping): Always nix out old mapping.
19016
19017 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19018
19019         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
19020         and mm-verify-option to never.
19021
19022 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19023
19024         * message.el (message-signed-or-encrypted-p): New function.
19025         (message-forward-make-body): Use it.
19026
19027         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
19028         Replace encode-coding-string with mm-encode-coding-string.
19029
19030 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19031
19032         * nneething.el (nneething-decode-file-name):
19033         Replace decode-coding-string with mm-decode-coding-string.
19034
19035         * gnus-int.el (gnus-open-server): Say failed server's name.
19036
19037 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19038
19039         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
19040         strings to a single string.  Quote `errors-file-name'.
19041         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
19042         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
19043         Adjust calls.  Use `shell-quote-argument'.
19044
19045 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
19046
19047         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
19048         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
19049
19050         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
19051         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
19052         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
19053         (gnus-group-make-directory-group, gnus-group-transpose-groups):
19054         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
19055         (gnus-subscribe-newsgroup, gnus-1):
19056         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
19057         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
19058         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
19059         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
19060
19061 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19062
19063         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
19064         keystroke.
19065         (gnus-summary-limit-to-bodies): Implement headersp.
19066
19067 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19068
19069         * dns.el (query-dns): Protect against "Process dns deleted" strings.
19070
19071 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19072
19073         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
19074
19075 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19076
19077         * message.el (message-generate-hashcash): Expand range of values to
19078         include `opportunistic'.
19079         (message-send-mail): Use it.
19080
19081 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19082
19083         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
19084         and comment it.
19085
19086         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
19087
19088 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
19089
19090         * gnus-util.el (gnus-extract-address-components): Improve comment.
19091
19092 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * gnus-util.el (gnus-extract-address-components): Work with address in
19095         which the name portion contains @.
19096
19097         * lpath.el: Fbind custom-autoload.
19098
19099 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19100
19101         * gnus.el (gnus-start): Move custom group up.
19102         (gnus-select-method): Don't autoload, but make it available for
19103         `customize-variable'.
19104         (gnus-getenv-nntpserver): Don't autoload.
19105
19106 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19107
19108         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19109
19110 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19111
19112         * message.el (message-sendmail-extra-arguments): New variable.
19113         (message-send-mail-with-sendmail): Use it.
19114
19115 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19116
19117         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19118         mm-with-unibyte-current-buffer to make string unibyte.
19119
19120         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19121         mm-string-as-multibyte.
19122
19123 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19124
19125         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19126         Reported by Werner Koch <wk@gnupg.org>.
19127
19128 2006-11-14  Daiki Ueno  <ueno@p360>
19129
19130         * mml2015.el: Autoload epa-select-keys when compiling.
19131
19132 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19133
19134         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19135         message-options.
19136         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19137
19138 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19139
19140         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19141         EasyPG (< 0.0.6).
19142         (mml2015-always-trust): New user option.
19143         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19144         prompt.
19145
19146 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19147
19148         * nntp.el (nntp-authinfo-force): New variable.
19149         (nntp-send-authinfo): Use it.
19150
19151 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19152
19153         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19154         decode encoded words.  Improve prompt.  Add comment about forwarding.
19155         (message-replacement-char): Move up.
19156
19157 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19158
19159         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19160         instead of gnus-intersection because arguments of gnus-sorted-nunion
19161         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19162
19163 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19164
19165         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19166         (message-simplify-subject-functions):
19167         Enable message-strip-subject-encoded-words by default.
19168
19169 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19170
19171         * message.el (message-strip-subject-encoded-words): New function.
19172         (message-simplify-subject-functions): New variable.
19173         (message-simplify-subject): Use it.  Fix typo in doc string.
19174         Support message-strip-subject-encoded-words.
19175
19176 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19177
19178         * gnus-diary.el (gnus-diary-delay-format-function):
19179         * nndiary.el (nndiary-reminders):
19180         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19181
19182 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19183
19184         * gnus-art.el (article-hide-boring-headers): Fetch date from
19185         gnus-original-article-buffer to avoid problems with localized date
19186         strings.
19187
19188 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19189
19190         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19191
19192 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19193
19194         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19195         New variables.
19196         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19197         (mm-charset-synonym-alist): Move some entries to
19198         mm-codepage-iso-8859-list.
19199         (mm-charset-synonym-alist, mm-charset-override-alist):
19200         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19201
19202 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19203
19204         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19205
19206 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19207
19208         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19209         with Emacs 21 and XEmacs.
19210
19211 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19212
19213         * spam.el (spam-parse-address): New function for better parsing,
19214         catching errors, etc.
19215         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19216
19217 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19218
19219         * mm-view.el: Add interactive arg to html2text autoload.
19220
19221 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19222
19223         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19224
19225 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19226
19227         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19228         New variables.
19229         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19230         (mm-charset-synonym-alist): Move some entries to
19231         mm-codepage-iso-8859-list.
19232
19233         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19234
19235 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19236
19237         * message.el (message-citation-line-format)
19238         (message-insert-formated-citation-line): Fix implementation of %E, %N
19239         and %n according to the doc string.
19240
19241 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19242
19243         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19244         Use car-safe to avoid bad parses.
19245
19246 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19247
19248         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19249         names.
19250
19251         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19252
19253 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19254
19255         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19256         header.
19257
19258         * message.el (message-draft-headers): Add Date.
19259         (message-headers-to-generate): Fix typo in docstring.
19260
19261         * nndraft.el (nndraft-required-headers): New variable.
19262         (nndraft-generate-headers): Use it.
19263
19264         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19265
19266 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19267
19268         * gnus-registry.el (gnus-registry-wash-for-keywords)
19269         (gnus-registry-find-keywords): New functions to allow easy searching of
19270         articles that are in the registry.
19271
19272 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19273
19274         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19275         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19276         Reported by Damien Elmes <damien@repose.cx>.
19277
19278 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19279
19280         * gnus.el (gnus-mime): Remove unused custom group.
19281
19282 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19283
19284         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19285         "blank line" when searching for end of armor headers.
19286
19287 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19288
19289         * gmm-utils.el (gmm-write-region): Fix variable name.
19290
19291 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19292
19293         * gmm-utils.el (gmm-write-region): New function based on compatibility
19294         code from `mm-make-temp-file'.
19295
19296         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19297
19298         * nnmaildir.el (nnmaildir--update-nov)
19299         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19300         Use `gmm-write-region'.
19301
19302 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19303
19304         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19305         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19306
19307         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19308
19309         * message.el (message-replacement-char): New variable.
19310         (message-fix-before-sending): Use it.
19311         (message-simplify-subject): New function to remove duplicate code.
19312         (message-reply, message-followup): Use it.
19313
19314         * gnus-sum.el (gnus-summary-make-menu-bar):
19315         Clarify gnus-summary-limit-to-articles.
19316
19317 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19318
19319         * gnus-util.el (gnus-with-local-quit): New macro.
19320
19321         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19322
19323 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19324
19325         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19326         ignore non-string data.
19327
19328 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19329
19330         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19331         non-string data (needs to be done in the registry too).
19332
19333 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19334
19335         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19336         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19337         (gnus-registry-split-fancy-with-parent)
19338         (gnus-registry-fetch-simplified-message-subject-fast)
19339         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19340         Remove text properties on ingress into the registry and when it's saved.
19341         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19342         registry from entries with no groups.
19343
19344 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19345
19346         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19347         function to remove string properties.
19348
19349 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19350
19351         * gmm-utils.el (gmm): Adjust custom version.
19352
19353         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19354         Adjust custom version.
19355
19356         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19357
19358 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19359
19360         * gnus-art.el (gnus-insert-prev-page-button)
19361         (gnus-insert-next-page-button): Simplify.  Reformat.
19362
19363 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19364
19365         * gnus-art.el (gnus-insert-prev-page-button)
19366         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19367
19368 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19369
19370         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19371
19372 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19373
19374         * gnus-art.el (gnus-insert-mime-button)
19375         (gnus-insert-mime-security-button):
19376         Apply gnus-article-button-face to MIME and security buttons.
19377
19378 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19379
19380         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19381         readable.
19382
19383 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19384
19385         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19386
19387 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19388
19389         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19390         `browse-url-of-file' instead of `browse-url'.
19391
19392 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19393
19394         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19395         regexp.  Articles containing quotation were cut prematurely.
19396
19397 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19398
19399         * message.el (message-cite-original-1): Use nobody by default for the
19400         value of From header.
19401         (message-reply): Ditto.
19402
19403 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19404
19405         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19406         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19407         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19408
19409 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19410
19411         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19412         mails in the doc string.  Add some URLs in comment.
19413         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19414
19415 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19416
19417         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19418         backslashes handling and the way to find boundaries of quoted strings.
19419
19420 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19421
19422         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19423         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19424         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19425         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19426
19427 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19428
19429         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19430         doc string.
19431         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19432
19433 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19434
19435         * lpath.el: Fbind epg-check-configuration.
19436
19437 2006-09-06  Simon Josefsson  <jas@extundo.com>
19438
19439         * mml2015.el (mml2015-use): Doc fix, mention epg.
19440
19441 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19442
19443         * mml2015.el (mml2015-use): Default to epg, if available.
19444
19445 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19446
19447         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19448         message-sender.
19449         (mml1991-epg-encrypt): Ditto.
19450         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19451         message-sender.
19452         (mml2015-epg-encrypt): Ditto.
19453
19454 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19455
19456         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19457         several common directories.
19458
19459 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19460
19461         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19462         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19463
19464 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19465
19466         * gnus-art.el (article-decode-encoded-words): Make it fast.
19467
19468 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19469
19470         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19471
19472         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19473         in quoted string into `\'.
19474
19475 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19476
19477         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19478         Use standard-syntax-table.
19479
19480 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19481
19482         * gnus-art.el (gnus-decode-address-function): New variable.
19483         (article-decode-encoded-words): Use it to decode headers which are
19484         assumed to contain addresses.
19485         (gnus-mime-delete-part): Remove useless `or'.
19486
19487         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19488         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19489         (gnus-nov-parse-line): Use it to decode From header.
19490         (gnus-get-newsgroup-headers): Ditto.
19491         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19492
19493         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19494         (mail-decode-encoded-address-string): New alias.
19495
19496         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19497         New function.
19498         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19499         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19500         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19501         (rfc2047-decode-string): Ditto.
19502         (rfc2047-decode-address-region): New function.
19503         (rfc2047-decode-address-string): New function.
19504
19505 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19506
19507         * message.el (message-caesar-buffer-body): Allow rotating headers.
19508
19509         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19510
19511         * message.el (message-insert-formated-citation-line): Fix %f.
19512         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19513
19514 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19515
19516         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19517         (gnus-bookmark-mouse-available-p): New macro.
19518         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19519         (gnus-bookmark-bmenu-show-infos): Use it.
19520         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19521         (gnus-bookmark-bmenu-hide-infos): Ditto.
19522         (gnus-bookmark-remove-properties): New function.
19523         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19524         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19525         (gnus-bookmark-write-file): Bind coding-system-for-write.
19526         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19527         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19528         group before selecting it.
19529         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19530         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19531         quit-window if it is not available; use gnus-mouse-2 and bind it to
19532         gnus-bookmark-bmenu-select-by-mouse.
19533         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19534         (gnus-bookmark-bmenu-select-by-mouse): New function.
19535
19536 2006-08-13  Romain Francoise  <romain@orebokech.com>
19537
19538         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19539         space.
19540
19541 2006-08-10  Romain Francoise  <romain@orebokech.com>
19542
19543         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19544         (dns-mode-soa-auto-increment-serial): New user option.
19545         (dns-mode-soa-maybe-increment-serial): New function.
19546         (dns-mode): Add the latter to `write-contents-functions'.
19547
19548 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19549
19550         * compface.el (uncompface): Use binary rather than raw-text-unix.
19551
19552 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19553
19554         * compface.el (uncompface): Make sure the eol conversion doesn't take
19555         place when communicating with the external programs.
19556         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19557
19558 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19559
19560         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19561
19562 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19563
19564         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19565         Make it more robust by parsing author and date independently.
19566
19567 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19568
19569         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19570
19571 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19572
19573         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19574         first matching secret key.
19575         (mml2015-epg-encrypt): Ditto.
19576
19577         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19578         first matching secret key.
19579         (mml1991-epg-encrypt): Ditto.
19580
19581         * mml2015.el (mml2015-encrypt-to-self): New user option.
19582         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19583         mml2015-epg-encrypt-to-self is set.
19584
19585         * mml1991.el (mml1991-encrypt-to-self): New variable.
19586         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19587         mml1991-epg-encrypt-to-self is set.
19588
19589         * mml2015.el (mml2015-signers): New user option.
19590         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19591         (mml2015-epg-encrypt): Allow to select signing keys.
19592
19593         * mml1991.el (mml1991-signers): New variable.
19594         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19595         (mml1991-epg-encrypt): Allow to select signing keys.
19596
19597 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19598
19599         * nnheader.el (nnheader-insert-head): Make it work even if the file
19600         uses CRLF for the line-break code.
19601
19602 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19603
19604         * mml2015.el: Require mml-sec instead of password.
19605         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19606         (mml2015-cache-passphrase): Inherit the default value from
19607         mml-secure-cache-passphrase.
19608         (mml2015-passphrase-cache-expiry): Inherit the default value from
19609         mml-secure-passphrase-cache-expiry.
19610
19611         * mml1991.el: Require mml-sec instead of password.
19612         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19613         (mml1991-cache-passphrase): Inherit the default value from
19614         mml-secure-cache-passphrase.
19615         (mml1991-passphrase-cache-expiry): Inherit the default value from
19616         mml-secure-passphrase-cache-expiry.
19617
19618         * mml-sec.el: Require password.
19619         (mml-secure-verbose): New user option.
19620         (mml-secure-cache-passphrase): New user option.
19621         (mml-secure-passphrase-cache-expiry): New user option.
19622
19623 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19624             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19625
19626         * pgg-def.el (pgg-truncate-key-identifier):
19627         Truncate the key ID to 8 letters from the end.
19628
19629 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19630
19631         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19632         workaround for the url package included with Emacs.
19633
19634         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19635
19636 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19637
19638         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19639         correctly.  This fixes a bug caused by the 2006-05-12 change.
19640
19641 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19642
19643         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19644         some information about the error when saying that the `bogus' mail
19645         group will be used.
19646
19647 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19648
19649         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19650         string.
19651
19652 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19653
19654         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19655
19656 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19657
19658         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19659
19660 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19661
19662         * mml1991.el (mml1991-function-alist): Add epg.
19663         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19664         (mml1991-epg-encrypt): New functions.
19665
19666 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19667
19668         * mml2015.el (mml2015-verbose): New variable.
19669         (mml2015-cache-passphrase): Ditto.
19670         (mml2015-passphrase-cache-expiry): Ditto.
19671         (mml2015-function-alist): Add epg.
19672         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19673         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19674         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19675         New functions.
19676
19677 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19678
19679         * message.el (message-cite-original-1): Preserve region when removing
19680         quoted text due to X-No-Archive in order to avoid bogus attribution
19681         when citing multiple messages.
19682
19683 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19684
19685         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19686         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19687
19688 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19689
19690         * gnus-diary.el (gnus-user-format-function-d)
19691         (gnus-user-format-function-D): Autoload.
19692
19693         * imap.el (Commentary): Fix typo.
19694
19695         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19696         2006-04-22 contribution.
19697
19698 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19699
19700         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19701         It didn't really fix the bogosity I'm seeing with solid web groups.
19702
19703 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19704
19705         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19706         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19707         created using server names.  If we use the feature without declaring
19708         it, Gnus does not properly manage server and group state.
19709
19710         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19711         bound.
19712
19713 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19714
19715         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19716         looking up the method using GROUP's prefix before inventing a new one.
19717         It is used on killed/unknown groups in various places where returning
19718         an all-new method isn't expected by the caller.
19719
19720         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19721         and match semantics of gnus-group-real-prefix.
19722
19723 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19724
19725         * nnmail.el (nnmail-broken-references-mailers): New variable.
19726         (nnmail-ignore-broken-references): New function generalizing
19727         nnmail-fix-eudora-headers.
19728         (nnmail-fix-eudora-headers): Now obsolete.
19729
19730         * gnus-art.el (gnus-button-handle-custom):
19731         Support `customize-apropos*'.
19732
19733 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19734
19735         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19736
19737         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19738         articles.
19739
19740 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19741
19742         * message.el (message-cite-reply-above): New variable.
19743         (message-yank-original): Use it.
19744
19745 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19746
19747         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19748
19749 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19750
19751         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19752         as read.
19753
19754         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19755
19756 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19757
19758         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19759         (gnus-bookmark-default-file): Use gnus-directory.
19760         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19761         Remove "*" in doc string.
19762         (gnus-bookmark-write-file): Simplify.
19763         (gnus-bookmark-maybe-sort-alist): Use `when'.
19764         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19765         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19766         Add FIXME about Emacs 21 and XEmacs compatibility.
19767         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19768         compatibility.
19769         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19770         compatibility.
19771         (gnus-bookmark-menu-heading): Fix version.
19772
19773 2006-06-19  Bastien Guerry  <bzg@altern.org>
19774
19775         * gnus-bookmark.el: New file.
19776
19777 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19778
19779         * message.el (message-syntax-checks): Doc fix.
19780
19781 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19782
19783         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19784         unsubscribed groups as if they were killed ones.  It causes duplicate
19785         entries in gnus-newsrc-alist.
19786
19787 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19788
19789         * message.el (message-syntax-checks): Doc fix.
19790         (message-send-mail): Add check for continuation headers.
19791         (message-check-news-header-syntax): Fix regexp used to check for
19792         continuation headers.
19793
19794 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19795
19796         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19797
19798 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19799
19800         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19801
19802 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19803
19804         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19805         default-truncate-lines.
19806
19807 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19808
19809         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19810         to fill the utf-8 entry.
19811
19812         * lpath.el: Fbind unicode-precedence-list.
19813
19814 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19815
19816         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19817
19818 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19819
19820         * gnus-agent.el (directory-files-and-attributes): Move all the way
19821         forward (the third and final move).
19822         (gnus-agent-read-agentview): Trap reconstruction errors due to
19823         nonexistent directory.  Handle by returning nil.
19824
19825 2006-05-30  Didier Verna  <didier@xemacs.org>
19826
19827         * message.el (message-dont-reply-to-names): Update the custom type.
19828         * message.el (message-dont-reply-to-names): New defsubst: potentially
19829         convert a list of regexps into a single one.
19830         * message.el (message-get-reply-headers): Use it.
19831         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19832
19833 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19834
19835         * gnus-agent.el (directory-files-and-attributes): Move forward.
19836
19837 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19838
19839         * gnus-ml.el (gnus-mailing-list-subscribe)
19840         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19841         (gnus-mailing-list-message): Fix doc strings.
19842
19843 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19844
19845         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19846         of doing it manually.
19847
19848 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19849
19850         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19851         comment.
19852
19853 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19854
19855         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19856         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19857         (gnus-agent-read-local): All symbols allocated in my-obarray.
19858         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19859         (gnus-agent-regenerate-group): Check numeric names to see if they are
19860         messages or groups.
19861         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19862         better way of do this...)
19863
19864         * gnus-cache.el (gnus-agent-total-fetched-for):
19865         Ignore 'dummy.group' (there should be a better way of do this...)
19866
19867 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19868
19869         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19870         (gnus-saved-headers): Ditto.
19871         (gnus-default-article-saver): Mention functions may have properties.
19872         (gnus-article-save): Override gnus-save-all-headers and
19873         gnus-saved-headers by :headers property which saver function may have.
19874         (gnus-summary-save-in-file): Add :headers property.
19875         (gnus-summary-write-to-file): Ditto.
19876
19877         * gnus-sum.el (gnus-summary-save-article): Bind
19878         gnus-prompt-before-saving to t when saving many articles in a file;
19879         always show all headers.
19880
19881         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19882
19883 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19884
19885         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19886         marks.
19887
19888         * message.el (message-indent-citation): Add optional arguments to allow
19889         using it outside of message buffers.
19890
19891         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19892         (gnus-article-treat-unfold-headers): Use it.
19893         (gnus-article-truncate-lines): New variable.
19894         (gnus-article-mode): Use it.
19895         (gnus-article-toggle-truncate-lines): New function.
19896
19897         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19898         Add gnus-article-toggle-truncate-lines.
19899
19900         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19901         coding system in XEmacs, use binary.
19902
19903 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19904
19905         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19906         after-load-alist.
19907
19908         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19909         this function should save decoded articles.
19910         (gnus-summary-write-to-file): Use property to specify this function
19911         should save decoded articles and specify gnus-summary-save-in-file
19912         should be used to save articles other than the first one when saving
19913         many articles.
19914         (gnus-summary-save-body-in-file): Use property to specify this
19915         function should save decoded articles.
19916         (gnus-summary-write-body-to-file): Use property to specify this
19917         function should save decoded articles and specify
19918         gnus-summary-save-body-in-file should be used to save articles other
19919         than the first one when saving many articles.
19920
19921         * gnus-sum.el (gnus-summary-save-article): Simplify.
19922
19923 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19924
19925         * gnus-art.el (gnus-default-article-saver):
19926         Add gnus-summary-write-body-to-file.
19927         (gnus-article-save-coding-system): Don't use coding system object
19928         in XEmacs.
19929         (gnus-read-save-file-name): Add optional `dir-var' argument which
19930         specifies directory in which files are saved; work even if optional
19931         `variable' argument is not specified.
19932         (gnus-summary-write-to-file): Read file name.
19933         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19934         (gnus-summary-write-body-to-file): New function.
19935
19936         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19937         (gnus-summary-local-variables): Add it.
19938         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19939         (gnus-summary-save-article): Remove optional `decode' argument;
19940         determine whether to decode articles by the value of
19941         gnus-default-article-saver; when saving many files using
19942         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19943         it first and use gnus-summary-save-in-file or
19944         gnus-summary-save-body-in-file thereafter unless
19945         gnus-prompt-before-saving is always; move point to article which
19946         will be saved.
19947         (gnus-summary-save-article-file): Revert.
19948         (gnus-summary-write-article-file): Revert.
19949         (gnus-summary-save-article-body-file): Revert.
19950         (gnus-summary-write-article-body-file): New function.
19951
19952 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19953
19954         * gnus-art.el (gnus-default-article-saver): Doc fix.
19955         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19956         from gnus-summary-save-article-coding-system, and default to a
19957         certain coding system.
19958         (gnus-output-to-file): Add coding cookie and encode text according
19959         to gnus-article-save-coding-system; don't use mm-append-to-file.
19960
19961         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19962         gnus-art.el and rename to gnus-article-save-coding-system.
19963         (gnus-summary-save-article): Require gnus-art; don't show all
19964         headers if it decodes articles; don't add coding cookie here;
19965         don't bind mm-text-coding-system-for-write.
19966         (gnus-summary-save-article-file): Save decoded articles.
19967         (gnus-summary-write-article-file): When saving many files, use
19968         gnus-summary-write-to-file first and gnus-summary-save-in-file
19969         thereafter unless gnus-prompt-before-saving is always.
19970         (gnus-summary-save-article-body-file): Save decoded articles.
19971
19972         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19973
19974 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19975
19976         * nnrss.el (nnrss-check-group): Bind hash-index.
19977
19978 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19979
19980         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19981         its hash index.  Store this hash in `nnrss-group-data'.
19982         (nnrss-read-group-data): Update accordingly.
19983
19984 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19985
19986         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19987         entry.
19988
19989         * gnus-sum.el (gnus-summary-make-menu-bar):
19990         Add gnus-article-browse-html-article.
19991
19992 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19993
19994         * gnus-sum.el (gnus-summary-mime-map):
19995         Add gnus-article-browse-html-article.
19996
19997         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19998
19999 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20000
20001         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
20002         suitable coding systems in customize.
20003
20004 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
20005
20006         * mail-source.el (mail-sources): Fix custom type.
20007
20008 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20009
20010         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
20011         (gnus-summary-expire-articles-now): Shorten prompt.
20012
20013         * gmm-utils.el (wid-edit): Require.
20014         (defun-gmm): Rename from `gmm-defun-compat'.
20015         (gmm-image-search-load-path): Use it.
20016         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
20017
20018 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20019
20020         * gnus-sum.el (gnus-summary-save-article-coding-system):
20021         New variable.
20022         (gnus-summary-save-article): Add optional `decode' argument.
20023         If it is set and gnus-summary-save-article-coding-system is non-nil,
20024         save decoded article.
20025         (gnus-summary-write-article-file): Save decoded article if
20026         gnus-summary-save-article-coding-system is non-nil.
20027
20028         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
20029         type.
20030
20031 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20032
20033         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
20034
20035 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20036
20037         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
20038         first to test gnus-single-article-buffer which may be buffer-local.
20039
20040         * gnus-sum.el (gnus-summary-setup-buffer):
20041         Make gnus-single-article-buffer buffer-local and nil in ephemeral
20042         group; make gnus-article-buffer, gnus-article-current, and
20043         gnus-original-article-buffer always buffer-local.
20044         (gnus-summary-exit): Kill article buffer belonging to ephemeral
20045         group.
20046         (gnus-handle-ephemeral-exit): Don't move to next summary line.
20047
20048 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
20049
20050         * nnml.el (nnml-request-compact-group): Compressed files might not
20051         have .gz extension.
20052
20053 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20054
20055         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
20056         (mm-copy-to-buffer): Use with-current-buffer.
20057         (mm-display-part): Simplify.
20058         (mm-inlinable-p): Add optional arg `type'.
20059
20060 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20061
20062         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
20063         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
20064         Try harder to show the attachment internally or externally using
20065         gnus-mime-view-part-as-type.
20066
20067 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
20068
20069         * message.el (message-from-style, message-signature-separator)
20070         (message-user-organization-file, message-send-mail-function)
20071         (message-citation-line-function, message-yank-prefix)
20072         (message-indent-citation-function, message-signature)
20073         (message-signature-file, message-signature-insert-empty-line):
20074         Remove autoloads.
20075
20076         * gnus-art.el (gnus-buttonized-mime-types):
20077         Remove "multipart/signed".  Revert 2006-04-26 change.
20078
20079 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20080
20081         * gnus.el (gnus-version-number): Bump version.
20082
20083 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20084
20085         * gnus.el: No Gnus v0.5 is released.
20086
20087 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20088
20089         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
20090         fetching articles by message-id.
20091
20092 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20093
20094         * message.el (hashcash): Require hashcash as normal.
20095
20096         * ecomplete.el (ecomplete-highlight-match-line):
20097         Use point-at-eol.
20098         (ecomplete-highlight-match-line): Use `highlight', because that
20099         face exists in both Emacs and XEmacs.
20100
20101         * message.el (message-display-abbrev): Use point-at-bol.
20102
20103         * mail-source.el: Don't require timer/timer-funcs.
20104
20105         * gnus-async.el: Ditto.
20106
20107         * password.el: Ditto.
20108
20109         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20110
20111         * mm-url.el: Ditto.
20112
20113         * gnus-xmas.el: Don't require timer-funcs.
20114
20115         * mm-util.el: Require timer/timer-funcs.
20116
20117 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20118
20119         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20120         Close.
20121
20122 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20123
20124         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20125         unibyte after clear-decrypt function runs.
20126
20127         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20128         returns as a unibyte string.
20129
20130 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20131
20132         * lpath.el: Revert.
20133
20134         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20135         (pgg-gpg-process-sentinel): Revert.
20136
20137         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20138         (pgg-pgp-lookup-key): Revert.
20139
20140         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20141         (pgg-pgp5-lookup-key): Revert.
20142
20143         * pgg.el (pgg-fetch-key): Revert.
20144
20145 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20146
20147         * lpath.el: Fbind string-as-multibyte for XEmacs.
20148
20149         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20150         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20151         (mml1991-pgg-encrypt): Ditto.
20152
20153         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20154         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20155         a multibyte buffer.
20156
20157         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20158         (pgg-pgp-lookup-key): Ditto.
20159
20160         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20161         (pgg-pgp5-lookup-key): Ditto.
20162
20163         * pgg.el (pgg-fetch-key): Ditto.
20164
20165 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20166
20167         * message.el (message-user-organization-file): Check several
20168         locations of the organization file.
20169
20170         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20171         Add gnus-article-view-part-as-type.
20172
20173         * gnus-art.el (gnus-article-view-part-as-type): New function.
20174
20175         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20176         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20177
20178         * mml.el: Simplify autoload.
20179         (mml-mode): defvar dnd-protocol-alist instead of using
20180         symbol-value.
20181         (mml-default-directory): New variable.
20182         (mml-minibuffer-read-file): Use it.
20183         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20184
20185         * message.el (message-citation-line-format): New variable.
20186         (message-insert-formated-citation-line): New function.
20187         (message-citation-line-function):
20188         Add `message-insert-formated-citation-line' to custom type.
20189
20190         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20191         to doc string.
20192
20193         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20194         depending on mm-verify-option.
20195
20196 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20197
20198         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20199         binding pgg-* variables; reimplement the section which prevents
20200         MIME header from being signed.
20201         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20202         pgg-text-mode; remove a blank line at the top of body.
20203
20204         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20205         lines at the top of body; use gnus-newsgroup-charset if there's no
20206         Charset header.
20207
20208 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20209
20210         * message.el (message-self-insert-commands): Doc fix.
20211
20212         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20213         (mm-uu-pgp-encrypted-test): Ditto.
20214         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20215         between header and body; return application/pgp-encrypted handle
20216         if decryption failed; decode decrypted body by charset.
20217
20218         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20219         element match to application/pgp-*.
20220
20221 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20222
20223         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20224         HTML.
20225
20226 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20227
20228         * mail-source.el (mail-source-call-script): Message the error
20229         string.
20230
20231 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20232
20233         * gnus-util.el (gnus-byte-compile): Use it.
20234
20235 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20236
20237         * gnus-util.el (kill-empty-logs): New function.
20238
20239 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20240
20241         * message.el (message-mail-alias-type): Doc fix.
20242         (message-mail-alias-type-p): New function.
20243         (message-send): Use it.
20244         (message-mode): Ditto.
20245         (message-strip-forbidden-properties): Ditto.
20246
20247         * ecomplete.el (ecomplete-database-file-coding-system):
20248         New variable.
20249         (ecomplete-save): Use it.
20250         (ecomplete-setup): Use it.
20251
20252 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20253
20254         * message.el (message-self-insert-commands): New variable.
20255         (message-strip-forbidden-properties): Use it.
20256
20257 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20258
20259         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20260         that doesn't make XEmacs choke.
20261
20262 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20263
20264         * gnus-util.el (gnus-replace-in-string):
20265         Prefer replace-regexp-in-string over of replace-in-string.
20266
20267 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20268
20269         * gnus-util.el (gnus-select-frame-set-input-focus):
20270         Use select-frame-set-input-focus if it is available in XEmacs; use
20271         definition defined in Emacs 22 for old Emacsen.
20272
20273         * dgnushack.el: Autoload unmorse-region for XEmacs.
20274
20275         * lpath.el: Bind cursor-in-non-selected-windows and
20276         select-frame-set-input-focus for XEmacs.
20277
20278 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20279
20280         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20281
20282 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20283
20284         * gnus-registry.el (gnus-registry-cache-save): Remove text
20285         properties when saving via the temp buffer.
20286
20287 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20288
20289         * message.el (message-generate-hashcash): Honor custom type.
20290
20291 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20292
20293         * message.el (message-generate-hashcash): Default to non-nil when
20294         hashcash is found.
20295
20296         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20297         (gnus-refer-thread-limit): Increase default to 500.
20298
20299         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20300
20301         * flow-fill.el (fill-flowed): Allow delete-space.
20302
20303 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20304
20305         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20306         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20307         Remove autoloads.
20308
20309 2006-04-18  Simon Josefsson  <jas@extundo.com>
20310
20311         * message.el (message-generate-hashcash): Default to.
20312
20313 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20314
20315         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20316         concatenating segments rather than before concatenating them.
20317
20318 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20319
20320         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20321
20322 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20323
20324         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20325
20326         * message.el (message-forward-make-body-plain):
20327         Allow message-forward-ignored-headers to be a list.
20328         (message-remove-ignored-headers): Factor out into function.
20329         (message-forward-make-body-mml): Use it.
20330
20331         * imap.el (imap-quote-specials): New function.
20332         (imap-login-auth): Quote specials.
20333
20334         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20335         (rfc2231-parse-string): Allow concatanation of parameters that
20336         aren't contiguous.  The test case is
20337           (mail-header-parse-content-type "message/external-body;
20338             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20339             access-type=LOCAL-FILE;
20340             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20341
20342 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20343
20344         * nntp.el (nntp-accept-process-output): Return the value of
20345         `nnheader-accept-process-output'.
20346
20347 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20348
20349         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20350         (gnus-button-alist): Recognize more diff formats.
20351         (gnus-button-patch): Strip directory.
20352
20353 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20354
20355         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20356         Emacs 22 when setting focus.
20357
20358 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20359
20360         * gnus-art.el (gnus-article-treat-types): Do treatment of
20361         text/x-verbatim parts.
20362         (gnus-button-patch): New command.
20363
20364         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20365         addresses that contain invalid characters.
20366
20367 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20368
20369         * message.el (message-put-addresses-in-ecomplete):
20370         Use gnus-replace-in-string.
20371         (message-is-yours-p): Use the more correct
20372         mail-header-parse-address instead of
20373         mail-extract-address-components.
20374         (message-put-addresses-in-ecomplete): Fix typo.
20375
20376         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20377         keystroke.
20378
20379         * gnus-art.el (gnus-treatment-function-alist): Change order of
20380         newsgroups/generic header folding to avoid double-folding.
20381
20382         * message.el (message-hidden-headers): Add X-Draft-From.
20383
20384         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20385         New command.
20386         (gnus-summary-repeat-search-article-backward): New command.
20387
20388         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20389         groups in the parent topic.
20390
20391 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20392
20393         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20394         (spam-extra-header-to-number): Return the CRM114 number as a
20395         number instead of a string.
20396
20397 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20398
20399         * gnus-art.el (gnus-face-properties-alist): Move here from
20400         gnus-fun.
20401
20402         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20403
20404 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20405
20406         * message.el (message-strip-forbidden-properties): Only display on
20407         self-insert-command.
20408
20409         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20410         reindent.
20411         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20412
20413 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20414
20415         * smiley.el (smiley-style): Fix typo.
20416
20417 2006-03-23  Kenichi Handa  <handa@m17n.org>
20418
20419         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20420         instead of set-buffer-multibyte.
20421
20422 2006-03-23  Kenichi Handa  <handa@m17n.org>
20423
20424         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20425         buffer and then decode the buffer text if necessary.
20426         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20427         first, and after mm-encode-body, change the buffer to unibyte.
20428
20429 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20430
20431         * hashcash.el (hashcash-insert-payment-async-2):
20432         Use message-goto-eoh instead of doing it manually.
20433         (mail-add-payment): Use message-narrow-to-header instead of trying
20434         to do the same itself.
20435
20436         * message.el (message-hidden-headers): Add Face.
20437
20438         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20439         reparenting code.
20440         (gnus-summary-reparent-children): Refactored out code.
20441         (gnus-summary-thread-map): New keystroke.
20442         (gnus-summary-reparent-children): Make into command.
20443
20444         * smiley.el (smiley-style): Default to `medium' if using a large
20445         font.
20446
20447         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20448         does it itself.
20449
20450         * message.el (message-point-in-header-p): Simplify definition.
20451
20452 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20453
20454         * nnagent.el (nnagent-request-set-mark): Silence log file
20455         writing.
20456         (nnagent-request-set-mark): Use write-region instead of
20457         append-to-file.
20458
20459         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20460         strange select method.
20461
20462         * ecomplete.el (ecomplete-display-matches): Get highlightling
20463         right.
20464         (ecomplete-display-matches): Use literals.
20465         (ecomplete-display-matches): Disable message logging.
20466
20467         * message.el (message-display-abbrev): Small optimization.
20468
20469         * ecomplete.el (ecomplete-display-matches): Allow automatic
20470         display.
20471
20472         * message.el (message-strip-forbidden-properties):
20473         Display abbrevs.
20474         (message-display-abbrev): Get automatic display right.
20475
20476         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20477         keystrokes.
20478
20479 2006-04-13  Romain Francoise  <romain@orebokech.com>
20480
20481         TODO: Backport to v5-10!
20482
20483         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20484         Move here (and rename) from gnus-registry.el.
20485
20486         * gnus-registry.el: Require gnus-util.
20487         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20488
20489 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20490
20491         * gnus-group.el (gnus-group-catchup-current):
20492         Change if-then-else-if-then-else into cond.
20493         (gnus-group-catchup): Indent.
20494         (group-name-at-point): New function.
20495         (gnus-fetch-group): Provide default from thing at point.
20496
20497 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20498
20499         * message.el (message-display-abbrev): Fix regexp.
20500
20501         * ecomplete.el (ecomplete-highlight-match-line):
20502         Reimplement choosing.
20503         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20504         dead variables.
20505
20506         * message.el (message-newline-and-indent): Remove debugging.
20507         (message-display-abbrev): Use new implementation.
20508
20509 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20510
20511         * gnus-art.el (gnus-article-mode):
20512         Set cursor-in-non-selected-windows to nil.
20513
20514         * smiley.el: Revert previous change.
20515         (smiley-data-directory): defvar it before using it in the
20516         defcustom of `smiley-style'.
20517
20518 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20519
20520         * message.el (message-newline-and-indent): New function.
20521
20522         * ecomplete.el: Implement more bits.
20523
20524         * message.el (message-put-addresses-in-ecomplete): Clean up the
20525         string.
20526
20527         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20528
20529         * gnus-sum.el (gnus-summary-save-parts):
20530         Bind gnus-summary-save-parts-counter and use it to make unique file
20531         names.
20532
20533         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20534
20535         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20536         parameter to say whether to actually parse the individual
20537         addresses.
20538
20539         * message.el (message-put-addresses-in-ecomplete): New function.
20540         (ecomplete): Require.
20541         (message-mail-alias-type): Add ecomplete as an option.
20542
20543 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20544
20545         * flow-fill.el (fill-flowed): Remove trailing space from blank
20546         quoted lines.
20547
20548 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20549
20550         * smiley.el (smiley-style): Move definition later to avoid a
20551         compilation warning.
20552
20553 2006-04-12  Kenichi Handa  <handa@m17n.org>
20554
20555         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20556         buffer and then decode the buffer text if necessary.
20557         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20558         first, and after mm-encode-body, change the buffer to unibyte.
20559         Use mm-disable-multibyte instead of set-buffer-multibyte.
20560
20561 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20562
20563         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20564         Content-Type header instead of Content-Disposition header.
20565         (gnus-mime-inline-part): Ditto.
20566         (gnus-mime-view-part-as-charset): Ignore charset that the part
20567         specifies.
20568
20569         * mm-decode.el (mm-display-part): Work with external parts and
20570         usual parts similarly.
20571
20572         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20573         instead of gnus-display-mime.
20574
20575         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20576         instead of with-temp-buffer.
20577
20578         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20579         tag to summarized topics part in order to encode non-ASCII text.
20580
20581 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20582
20583         * smiley.el (smiley-style): New variable.
20584         (smiley-directory): New function.
20585         (smiley-data-directory): Derive from `smiley-style' using
20586         `smiley-directory'.
20587         (smiley-regexp-alist): Add new entries.
20588
20589         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20590         (gnus-article-browse-delete-temp): Add :version.
20591
20592 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20593
20594         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20595         the sieve region.
20596
20597 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20598
20599         * gnus.el (gnus-version-number): Bump version.
20600
20601 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20602
20603         * gnus.el: No Gnus v0.4 is released.
20604
20605 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20606
20607         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20608         layout.
20609
20610         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20611         unknown charset.
20612
20613         * message.el (message-header-synonyms): Add Original-To to the
20614         default.
20615
20616         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20617         optional parameter.
20618
20619 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20620
20621         * gnus-fun.el (gnus): Require it for gnus-directory.
20622
20623 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20624
20625         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20626
20627 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20628
20629         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20630
20631 2006-04-05  Simon Josefsson  <jas@extundo.com>
20632
20633         * password.el (password-reset): New function.
20634
20635 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20636
20637         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20638         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20639
20640 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20641
20642         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20643         Some whitespace was matched into the url, which broke browsing hits
20644         > 100 when mm-url-use-external was nil.
20645
20646 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20647
20648         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20649         Check gnus-extra-headers for 'Newsgroups.
20650
20651         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20652         bound.
20653
20654 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20655
20656         * pgg-gpg.el: Clean up process buffers every time gpg processes
20657         complete.
20658
20659 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20660
20661         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20662         doc string.
20663
20664 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20665
20666         * pgg-gpg.el (pgg-gpg-process-filter)
20667         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20668
20669         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20670         lines, temporary fix.
20671
20672 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20673
20674         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20675
20676 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20677
20678         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20679         default-enable-multibyte-characters.  This reverts the change from
20680         revision 6.17 which is no longer necessary because the passphrase
20681         is sent separately now.  GnuPG messages are unreadable under
20682         multibyte locales with default-enable-multibyte-characters set to
20683         nil.
20684
20685 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20686
20687         * message.el (message-tool-bar-gnome): Move "spell".
20688
20689 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20690
20691         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20692         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20693         instead.
20694
20695 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20696
20697         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20698         Improve newsgroups handling for NNTP overviews which don't include
20699         Newsgroups.
20700
20701 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20702
20703         * message.el (message-resend): Bind message-generate-hashcash to nil.
20704
20705 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20706
20707         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20708         when searching for already-paid recipients.
20709
20710 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20711
20712         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20713         passphrases when it is not needed.
20714         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20715         passphrase stuff from gpg, should only be necessary when you use
20716         gpg with a smartcard.
20717
20718 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20719
20720         * mml.el (mml-insert-mime): Ignore cached contents of
20721         message/external-body part.
20722
20723         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20724         (mm-insert-part): Ditto.
20725
20726 2006-03-23  Simon Josefsson  <jas@extundo.com>
20727
20728         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20729         Reiner.
20730         (pgg-gpg-use-agent-p): Use it again.
20731
20732 2006-03-23  Simon Josefsson  <jas@extundo.com>
20733
20734         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20735         older emacsen.
20736         (pgg-gpg-use-agent-p): Don't use it.
20737
20738 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20739
20740         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20741         if we can.
20742
20743 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20744
20745         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20746         (pgg-gpg-update-agent): New function.
20747         (pgg-gpg-use-agent-p): New function.
20748         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20749         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20750         (pgg-gpg-sign-region): Use it.
20751
20752 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20753
20754         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20755         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20756
20757 2006-03-21  Simon Josefsson  <jas@extundo.com>
20758
20759         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20760         <wilde@sha-bang.de>.
20761         (pgg-gpg-use-agent): New variable.
20762         (pgg-gpg-process-region): Use it.
20763         (pgg-gpg-encrypt-region): Likewise.
20764         (pgg-gpg-encrypt-symmetric-region): Likewise.
20765         (pgg-gpg-decrypt-region): Likewise.
20766         (pgg-gpg-sign-region): Likewise.
20767         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20768
20769 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20770
20771         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20772
20773         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20774         Add comment on version.
20775
20776 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20777
20778         * smiley.el: Add missing test smiley.
20779
20780 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20781
20782         * mm-decode.el (mm-with-part): New macro.
20783         (mm-get-part): Use it; work with message/external-body as well.
20784         (mm-save-part): Treat name and filename equally.
20785
20786         * mm-extern.el (mm-extern-cache-contents): New function.
20787         (mm-inline-external-body): Use it; force the part to be displayed;
20788         move undisplayer added to the cached handle to the parent.
20789
20790         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20791         (gnus-mime-view-part-as-type): Work with message/external-body.
20792
20793         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20794
20795 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20796
20797         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20798         images in image-load-path.  [Sync with image.el, revision 1.60, in
20799         Emacs.]
20800
20801 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20802
20803         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20804         path rather than symbol.  Always return list of directories.
20805         Guarantee that image directory comes first.  [Sync with image.el,
20806         revision 1.59, in Emacs.]
20807
20808         * message.el (message-make-tool-bar): Adjust to new API of
20809         `gmm-image-load-path-for-library'.
20810
20811         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20812
20813         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20814
20815 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20816
20817         * gnus-art.el (gnus-article-only-boring-p):
20818         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20819         intangible text.
20820         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20821
20822 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20823
20824         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20825         Use `defun' instead of `gmm-defun-compat'.
20826
20827 2006-03-14  Simon Josefsson  <jas@extundo.com>
20828
20829         * message.el (message-unique-id): Don't use message-number-base36
20830         if (user-uid) is a float.
20831         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20832
20833 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20834
20835         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20836
20837         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20838         empty line between a part and a message part.
20839
20840 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20841
20842         * smiley.el: Add more test smileys.
20843         (smiley-data-directory, smiley-regexp-alist)
20844         (gnus-smiley-file-types): Fix doc strings.
20845         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20846         adding new elements.
20847         (smiley-mouse-map): Unused code.  Make it a comment.
20848
20849 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20850
20851         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20852         scan latest NoCeM messages instead of old ones.
20853         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20854         delimiters that are recently used.
20855         (gnus-nocem-load-cache): Add autoload cookie.
20856
20857         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20858
20859         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20860         level which is larger than gnus-use-nocem is specified.
20861
20862         * gnus-group.el (gnus-group-get-new-news): Ditto.
20863
20864 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20865
20866         * gnus-util.el (gnus-tool-bar-update): New function.
20867
20868         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20869         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20870
20871         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20872
20873         * gnus-group.el (gnus-group-redraw-when-idle)
20874         (gnus-group-redraw-check): Remove.
20875         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20876
20877 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20878
20879         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20880         if optional last element is specified in splits (FIELD VALUE...).
20881
20882 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20883
20884         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20885         to gmm-image-load-path-for-library.  Call with no-error argument.
20886         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20887
20888         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20889
20890         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20891
20892         * gmm-utils.el (gmm-image-load-path): Remove alias.
20893
20894 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20895
20896         * gmm-utils.el (gmm-image-load-path): Add alias.
20897
20898         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20899         nnml-generate-nov-databases-1.
20900         (nnml-generate-nov-databases): Use it.
20901         (nnml-generate-nov-databases-directory): Document no-active
20902         argument.
20903
20904         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20905         directory if path is t.  Add no-error.
20906
20907         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20908         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20909
20910         * gnus-art.el (gnus-article-browse-delete-temp-files):
20911         Simplify resetting gnus-article-browse-html-temp-list.
20912
20913         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20914         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20915         Add example to docstring.  Rename local variables.  Move error
20916         checks to default case in cond and simplify.
20917
20918 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20919
20920         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20921         handle is multipart when calling it recursively.
20922         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20923
20924 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20925
20926         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20927         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20928
20929 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20930
20931         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20932         is loaded.
20933
20934         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20935         loaded.
20936
20937 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20938
20939         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20940         to "Emacs 23 (unicode)" in doc string.
20941
20942         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20943         "Emacs 23 (unicode)" in comment.
20944
20945 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20946
20947         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20948
20949         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20950         characters 160 through 255 in Emacs 23.
20951
20952 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20953
20954         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20955         gnus-article-browse-html-temp.
20956         (gnus-article-browse-delete-temp): Make it customizable.
20957         Add `file'.  Adjust doc string.
20958         (gnus-article-browse-delete-temp-files): Add argument.
20959         Allow query for each file.  Adjust doc string.
20960         (gnus-article-browse-html-parts):
20961         Add `gnus-article-browse-delete-temp-files' to
20962         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20963
20964 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20965
20966         * gnus-art.el (gnus-article-browse-html-temp)
20967         (gnus-article-browse-delete-temp): New variables.
20968         (gnus-article-browse-delete-temp-files): New function.
20969         (gnus-article-browse-html-parts): Use it.
20970
20971 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20972
20973         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20974
20975         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20976         string.
20977
20978         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20979         gnus-summary-insert-new-articles when unplugged.
20980         Remove gnus-summary-search-article-forward.
20981
20982         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20983         display-visual-class instead of display-color-cells.
20984
20985 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20986
20987         * dgnushack.el: Autoload customize-group for XEmacs.
20988
20989         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20990         message/* containing non-ASCII text properly.
20991
20992 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20993
20994         * message.el: Require gmm-utils, remove autoloads.
20995         (message-tool-bar): Set default based on
20996         gmm-tool-bar-style.
20997         (message-tool-bar-gnome): Add gmm-customize-mode.
20998
20999         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
21000         gmm-tool-bar-style.
21001         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
21002
21003         * gnus-group.el (gnus-group-tool-bar): Set default based on
21004         gmm-tool-bar-style.
21005         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
21006
21007         * gmm-utils.el (gmm-image-directory): Rename variable from
21008         gmm-image-load-path.
21009         (gmm-image-load-path): Use gmm-image-directory.
21010         (gmm-customize-mode): New function.
21011         (gmm-tool-bar-style): New variable.
21012
21013         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
21014         gnus-group-redraw-line-number.
21015         (gnus-group-redraw-check): Simplify.
21016         (gnus-group-tool-bar-update): Remove redraw check.
21017         (gnus-group-make-tool-bar): Add redraw check.
21018
21019 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
21020
21021         * gnus-art.el (gnus-button): Add missing parentheses.
21022
21023 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21024
21025         * lpath.el: Fbind line-number-at-pos.
21026
21027 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21028
21029         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
21030
21031 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21032
21033         * gnus-art.el (gnus-button): New face.
21034         (gnus-article-button-face): Use it.
21035
21036         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21037         Add gnus-summary-next-page.  Re-order.
21038
21039         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
21040         next-node are now included.
21041         (gnus-group-redraw-line-number): New internal variable.
21042         (gnus-group-redraw-check): Helper function for updating the tool
21043         bar.
21044         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
21045
21046         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
21047
21048         * spam.el (spam-spamassassin-score-regexp): New internal variable.
21049         (spam-extra-header-to-number, spam-check-spamassassin-headers):
21050         Use it to match format of Spamassassin 3.0 and later.
21051         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
21052         (spam-check-bogofilter)
21053         (spam-bogofilter-register-with-bogofilter): Fix args of
21054         `gnus-error' calls.
21055
21056 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21057
21058         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
21059         unnecessary interaction when sending queued mails.
21060         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
21061
21062 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
21063
21064         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
21065         first or last are nil.
21066
21067 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
21068
21069         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21070
21071 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21072
21073         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
21074
21075 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21076
21077         * dns.el (query-dns): Protect more against buggy tcp output.
21078
21079 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21080
21081         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
21082         nov.php.
21083
21084 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21085
21086         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
21087         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
21088         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
21089         output on the server side.
21090         (nnweb-google-create-mapping): Update regexps and add some
21091         progress indication.
21092
21093 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21094
21095         * gnus-group.el (gnus-group-tool-bar-gnome):
21096         Fix gnus-agent-toggle-plugged.  Re-order icons.
21097         (gnus-group-tool-bar-gnome):
21098         Add gnus-group-{prev,next}-unread-group.
21099         (gnus-group-tool-bar-gnome): Re-order icons.
21100
21101         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21102         Move gnus-summary-insert-new-articles.
21103
21104         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21105         Fix comments.
21106
21107         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21108         also available in Emacs 21.3.
21109
21110         * message.el (message-fix-before-sending): Change "Emacs 22" to
21111         "Emacs 23 (unicode)" in comment.
21112
21113         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21114         "Emacs 23 (unicode)" in comment.
21115
21116         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21117         comment.
21118         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21119
21120         * mm-view.el (mm-fill-flowed): Add :version.
21121
21122 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21123
21124         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21125         and load-path.
21126
21127 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21128
21129         * message.el: Autoload gmm-image-load-path.
21130         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21131         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21132         consitency.
21133
21134         * gmm-utils.el (gmm-image-load-path): Also search in
21135         "../etc/images".  Don't set gmm-image-load-path if we don't find
21136         the image.
21137
21138 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21139
21140         * gmm-utils.el (gmm-image-load-path): Don't make
21141         `gmm-image-load-path' include subdirectories which the second arg
21142         `image' might specify.
21143
21144         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21145         subdirectory to icon file names.
21146
21147         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21148
21149 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21150
21151         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21152         gmm-image-load-path calls.
21153
21154         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21155
21156         * message.el (message-make-tool-bar): Ditto.
21157
21158         * mml.el (mml-preview): Add comment concerning tool bar icons.
21159
21160         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21161         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21162
21163         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21164         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21165
21166         * message.el (message-tool-bar-gnome): Use new icon names.
21167         (message-make-tool-bar): Use `gmm-image-load-path'.
21168
21169         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21170         New functions from MH-E.
21171         (gmm-image-load-path): New variable from MH-E.
21172         (gmm-image-load-path): New function from MH-E.  Add arguments
21173         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21174         *-image-load-path-called-flag.
21175
21176 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21177
21178         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21179
21180 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21181
21182         * nnimap.el (nnimap-request-move-article): Change folder back to
21183         source group before deleting.
21184
21185 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21186
21187         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21188
21189         * gnus-art.el (mm-url-insert-file-contents-external):
21190         Autoload mm-url.
21191
21192         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21193
21194 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21195
21196         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21197         coding system which mm-charset-to-coding-system returns for a
21198         given charset is valid.
21199
21200 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21201
21202         * html2text.el (html2text-remove-tag-list):
21203         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21204
21205 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21206
21207         * gnus-cus.el: Revert 2005-10-17 change.
21208
21209 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21210
21211         * gnus-art.el (article-strip-banner):
21212         Call article-really-strip-banner only when the regexp match is made.
21213
21214 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21215
21216         * gnus-art.el (article-strip-banner):
21217         Use gnus-extract-address-components instead of
21218         mail-header-parse-addresses to make it work with non-ASCII text;
21219         remove mail-encode-encoded-word-string.
21220
21221         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21222         values which are surrounded with \"...\"; make it never cause a
21223         Lisp error; give up parsing of parameters if it failed in
21224         extracting type.
21225
21226 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21227
21228         * smime.el (smime-cert-by-ldap-1): Fix bug where
21229         `smime-ldap-search' returns results without userCertificates.
21230
21231 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21232
21233         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21234
21235 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21236
21237         * spam.el (spam-check-spamassassin-headers): Adapt format for
21238         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21239         <ari@mbf.ocn.ne.jp>.
21240         (spam-list-of-processors): Add spam-use-gmane.
21241
21242 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21243
21244         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21245         make-temp-file; make it work with XEmacs as well.
21246
21247         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21248         mm-make-temp-file.
21249
21250         * mm-decode.el (mm-display-external): Use the 3rd arg of
21251         mm-make-temp-file.
21252         (mm-create-image-xemacs): Ditto.
21253
21254 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21255
21256         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21257         with message-narrow-to-headers.
21258         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21259         (gnus-draft-check-draft-articles): New function.
21260         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21261
21262 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21263
21264         * gnus-art.el (gnus-article-browse-html-parts):
21265         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21266         Don't use suffix argument for mm-make-temp-file for Emacs 21
21267         compatibility.  Remove useless `format'.
21268
21269 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21270
21271         * nnweb.el (nnweb-google-wash-article): Update regexps.
21272         (nnweb-group-alist): Use defvoo instead of defvar.
21273
21274 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21275
21276         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21277         re-loading nn* modules.
21278
21279 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21280
21281         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21282         for `tool-bar-mode' and don't check it's default-value.
21283
21284         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21285
21286         * message.el (message-make-tool-bar): Ditto.
21287
21288         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21289         `substring'.  Shorten tmp-file name.
21290
21291         * gnus.el: Remove bogus comment.
21292
21293 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21294
21295         * gnus-art.el (gnus-article-browse-html-parts): New function.
21296         (gnus-article-browse-html-article): New function for viewing html
21297         articles with a browser.
21298
21299 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21300
21301         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21302         in elisp.
21303         (pgg-gpg-encrypt-symmetric-region): Ditto.
21304         (pgg-gpg-sign-region): Ditto.
21305
21306         * pgg-def.el (pgg-text-mode): New variable.
21307
21308         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21309         (mml2015-pgg-encrypt): Ditto.
21310
21311         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21312         (mml1991-pgg-encrypt): Ditto.
21313
21314 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21315
21316         * nnfolder.el (nnfolder-insert-newsgroup-line):
21317         Use message-make-date instead of current-time-string.
21318
21319         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21320         to gnus-decoded which mm-uu might set.
21321
21322 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21323
21324         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21325         don't decode quoted parameters; remove misimported Emacs code.
21326         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21327         (rfc2231-decode-encoded-string): Don't use split-string which
21328         behaves differently according to Emacs version; use
21329         mm-decode-coding-region to convert charset to coding-system.
21330         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21331         (rfc2231-encode-string): Remove misimported Emacs code.
21332
21333 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21334
21335         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21336         when calling mail-header-parse-content-type.
21337         (article-de-quoted-unreadable): Ditto.
21338         (article-de-base64-unreadable): Ditto.
21339         (article-wash-html): Ditto.
21340
21341         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21342         calling mail-header-parse-content-type and
21343         mail-header-parse-content-disposition.
21344         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21345         mail-header-parse-content-type.
21346
21347         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21348         insert charset and format parameters; encode description after
21349         inserting it to buffer.
21350         (mml-insert-parameter): Fold lines properly even if a parameter is
21351         segmented into two or more lines; change the max column to 76.
21352
21353         * rfc1843.el (rfc1843-decode-article-body): Don't use
21354         ignore-errors when calling mail-header-parse-content-type.
21355
21356         * rfc2231.el (rfc2231-parse-string): Return at least type if
21357         possible; don't cause an error even if it fails in parsing of
21358         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21359         (rfc2231-encode-string): Don't break lines at the beginning, leave
21360         it to mml-insert-parameter.
21361
21362         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21363         calling mail-header-parse-content-type.
21364
21365 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21366
21367         * spam-report.el (spam-report-gmane-use-article-number):
21368         Improve doc string.
21369         (spam-report-gmane-internal): Check if a suitable header was found
21370         in the article.
21371
21372 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21373
21374         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21375         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21376
21377 2006-02-05  Romain Francoise  <romain@orebokech.com>
21378
21379         Update copyright notices of all files in the gnus directory.
21380
21381 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21382
21383         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21384
21385 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21386
21387         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21388         segmented lines of parameter value to cope with Thunderbird 1.5
21389         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21390         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21391         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21392
21393 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21394
21395         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21396         parts.
21397
21398 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21399
21400         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21401         there's only one active file for all servers.
21402         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21403         solid groups.  Gnus might have used a FAST request to select the group.
21404         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21405         and nnweb-search redundantly in the active file.
21406         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21407         (nnweb-request-create-group): Don't use ARGS.
21408         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21409         initializations.  Let nnoo do the work.
21410
21411 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21412
21413         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21414         Say the part has been decoded.
21415
21416         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21417
21418 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21419
21420         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21421         mailcap-viewer-test-cache when there's no 'test clause, since that
21422         will invert the meaning of a "nil" test previously determined by
21423         mailcap-mailcap-entry-passes-test.
21424
21425 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21426
21427         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21428         compiling.
21429
21430         * gnus-sum.el: Ditto.
21431
21432         * message.el: Don't bind tool-bar-map when compiling.
21433
21434 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21435
21436         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21437
21438 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21439
21440         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21441         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21442         current Google Groups.
21443
21444 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21445
21446         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21447         and tool-bar-mode.
21448
21449         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21450         and tool-bar-mode.
21451
21452         * message.el (message-tool-bar-update): Simplify.
21453         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21454
21455         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21456         gnus-summary-buffer.
21457         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21458         gnus-summary-reply.
21459
21460         * gmm-utils.el (gmm): Add :version.
21461
21462 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21463
21464         * Makefile.in (clean): New rule.
21465         (distclean): Use it.
21466
21467 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21468
21469         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21470         Don't autoload.
21471
21472 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21473
21474         * gmm-utils.el (gmm-verbose): Add :group.
21475
21476 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21477
21478         * message.el: Change some comments WRT tool-bars.
21479
21480         * gnus-sum.el (gnus-summary-tool-bar)
21481         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21482         (gnus-summary-tool-bar-zap-list): New variables.
21483         (gnus-summary-make-tool-bar): Complete rewrite using
21484         `gmm-tool-bar-from-list'.
21485
21486         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21487         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21488         New variables.
21489         (gnus-group-make-tool-bar): Complete rewrite using
21490         `gmm-tool-bar-from-list'.
21491         (gnus-group-tool-bar-update): New function.
21492
21493         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21494
21495 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21496
21497         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21498         is dissected into a single part of which the type is the same as
21499         the given one; decode charset.
21500
21501 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21502
21503         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21504         into alists as symbol not string, since that's what
21505         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21506         look for.
21507
21508 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21509
21510         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21511         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21512
21513         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21514
21515 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21516
21517         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21518         (gnus-xmas-mime-security-button-menu): New function.
21519
21520         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21521         (gnus-mime-security-button-menu): New definition.
21522         (gnus-mime-security-button-map): Use them.
21523         (gnus-mime-security-button-menu): New function.
21524         (gnus-insert-mime-security-button): Addition to help echo.
21525         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21526         (gnus-mime-security-pipe-part): New functions.
21527
21528         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21529         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21530
21531         * mm-decode.el (mm-handle-set-disposition): Remove.
21532         (mm-handle-set-description): Remove.
21533
21534 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21535
21536         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21537         (mm-w3m-standalone-supports-m17n-p): New function.
21538         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21539         w3m usage.
21540
21541         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21542         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21543
21544 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21545
21546         * message.el (message-tool-bar-zap-list):
21547         Use gmm-tool-bar-zap-list as custom type.
21548         (message-tool-bar-update): New function.
21549         (message-tool-bar, message-tool-bar-gnome)
21550         (message-tool-bar-retro): Add message-tool-bar-update.
21551         (message-tool-bar-gnome): Add flyspell-buffer.
21552
21553         * gnus-util.el (gnus-error): Describe `args'.
21554
21555         * gmm-utils.el (gmm-error): Describe `args'.
21556         (gmm-tool-bar-zap-list): New widget.
21557         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21558
21559 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21560
21561         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21562         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21563         the number of recursive calls.
21564
21565         * mm-decode.el (mm-handle-set-disposition): New macro.
21566         (mm-handle-set-description): New macro.
21567
21568 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21569
21570         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21571         encoding.
21572
21573 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21574
21575         * message.el (message-tool-bar-zap-list, message-tool-bar)
21576         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21577         (message-tool-bar-local-item-from-menu): Remove.
21578         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21579         (message-make-tool-bar): New function.
21580         (message-mode): Use `message-make-tool-bar'.
21581
21582         * gmm-utils.el: New file.
21583         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21584         (gmm-lazy): New widget copied from `nnmail.el'.
21585         (gmm-tool-bar-from-list): New function for creating customizable
21586         tool bars.
21587         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21588         output.
21589         (gmm): Add :prefix to defgroup.
21590
21591 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21592
21593         * gmm-utils.el (gmm-widget-p): New function.
21594
21595 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21596
21597         * mml.el (mml-attach-file): Describe `description' in doc string.
21598         (mml-menu): Add Emacs MIME manual and PGG manual.
21599
21600 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21601
21602         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21603
21604 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21605
21606         * nntp.el (nntp-end-of-line): Doc fix.
21607
21608 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21609
21610         * imap.el (imap-open): Handle case where buffer is a buffer
21611         object.
21612
21613 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21614
21615         * gnus-delay.el (gnus-delay): Don't autoload.
21616         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21617         to be re-loaded when customizing the `gnus-delay' group.
21618
21619 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21620
21621         * message.el (message-insert-citation-line): Use newlines.
21622
21623 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21624
21625         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21626         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21627         these routines, so the passphrase can be managed externally and
21628         passed in to the system.
21629         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21630         pgg-add-passphrase-to-cache function.
21631
21632         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21633         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21634         these routines, so the passphrase can be managed externally and
21635         passed in to the system.
21636         (pgg-pgp5-sign-region): Use new name of
21637         pgg-add-passphrase-to-cache function.
21638
21639 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21640
21641         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21642         part of the decoded armor to find the key-identifier.
21643         (pgg-gpg-lookup-key-owner): New function to return the
21644         human-readable identifier of a key owner.
21645         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21646         itself.
21647         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21648         the key value) if we have a key and can match it against a secret
21649         key.  Also, added a note pointing out fact that the prompt only
21650         indicates the first matching key.
21651
21652         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21653         pgg-decrypt-region.
21654         (pgg-add-passphrase-to-cache): Rename from
21655         `pgg-add-passphrase-cache' to reduce confusion (all callers
21656         changed).
21657         (pgg-remove-passphrase-from-cache): Rename from
21658         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21659         changed).
21660         (pgg-read-passphrase, pgg-add-passphrase-cache)
21661         (pgg-remove-passphrase-cache): Add informative docstrings.
21662         (pgg-decrypt): Convey provided passphrase in subordinate call to
21663         pgg-decrypt-region.
21664
21665 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21666
21667         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21668         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21669         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21670         'passphrase' argument, so the passphrase can be managed externally
21671         and then passed in to the system.
21672
21673         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21674         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21675         so the passphrase cache can be used reliably with identifiers
21676         besides a pgp packet's key id.
21677
21678         * pgg-gpg.el (pgg-gpg-encrypt-region)
21679         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21680         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21681         these routines, so the passphrase can be managed externally and
21682         passed in to the system.
21683
21684         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21685         'notruncate' argument, so the passphrase cache can be used
21686         reliably with identifiers besides a pgp packet's key id.
21687
21688 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21689
21690         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21691         symmetric encryption.
21692         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21693         encrypted session key.
21694         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21695         message ask for the passphrase in a proper way.
21696
21697         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21698         New user commands for symmetric encryption.
21699
21700 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21701
21702         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21703
21704         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21705
21706 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21707
21708         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21709
21710 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21711
21712         * mm-decode.el (mm-inlined-types): Add application/pgp.
21713         (mm-automatic-display): Ditto.
21714
21715         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21716         part as text.
21717
21718 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21719
21720         * nnrss.el: Update copyright.
21721         (nnrss-opml-import): Query whether to subscribe to each entry.
21722
21723         * gnus-art.el:
21724         * gnus-sum.el:
21725         * gnus-xmas.el:
21726         * messagexmas.el:
21727         * mm-uu.el:
21728         * mm-view.el: Update copyright.
21729
21730 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21731
21732         * message.el (message-info): New function.
21733         (message-mode-menu): Add it.
21734         Update copyright.
21735
21736         * ChangeLog: Fix and update copyright.
21737
21738 2006-01-13  Romain Francoise  <romain@orebokech.com>
21739
21740         * message.el (message-forward-subject-name-subject): Prefer the
21741         address to 'nowhere' if the sender has no name.
21742         Fix typo.  Update copyright year.
21743
21744 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21745
21746         * gnus-art.el (article-wash-html):
21747         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21748         (gnus-article-wash-html-with-w3m-standalone): New function.
21749
21750         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21751         mm-inline-text-html-render-with-w3m-standalone.
21752         (mm-text-html-washer-alist): Map w3m-standalone to
21753         gnus-article-wash-html-with-w3m-standalone.
21754         (mm-inline-text-html-render-with-w3m-standalone): New function.
21755
21756 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21757
21758         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21759         Improve LaTeX.
21760
21761 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21762
21763         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21764         (nnrss-request-article): Render text/plain parts as HTML.
21765
21766         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21767         the buffer.
21768
21769 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21770
21771         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21772         custom definition of `gnus-posting-styles'.
21773
21774         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21775         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21776
21777 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21778
21779         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21780         Use nntp for bug archive.
21781
21782 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21783
21784         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21785         parts.
21786         (nnrss-normalize-date): New function converts ISO 8601 date into
21787         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21788         (nnrss-check-group): Use it.
21789
21790 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21791
21792         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21793
21794         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21795         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21796         (nnrss-insert-w3): Ditto.
21797
21798 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21799
21800         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21801         the articles to be forwarded including the case where neither a
21802         number of articles nor a region is specified.
21803
21804 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21805
21806         * nnrss.el (nnrss-request-article): Fix last change; fill
21807         text/plain parts.
21808
21809 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21810
21811         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21812         in text/plain part.
21813         (nnrss-check-group): Don't add excessive newline to dc:subject.
21814
21815 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21816
21817         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21818         article.
21819
21820 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21821
21822         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21823         (nnml-use-compressed-files, nnml-save-mail): Support other
21824         comression programs such as bzip2.
21825
21826 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21827
21828         * dns.el (query-dns): Make sure we check the buffer size before
21829         removing tcp headers.
21830
21831 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21832
21833         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21834         remove MIME buttons associated with multipart/alternative parts.
21835         (gnus-mime-display-alternative): Tag buttons using `article-type'
21836         text property.
21837
21838         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21839         associated with multipart/alternative parts.
21840
21841         * gnus-art.el (gnus-signature-separator): Fix custom type.
21842
21843         * mm-decode.el (mm-inlined-types): Fix custom type.
21844         (mm-keep-viewer-alive-types): Ditto.
21845         (mm-automatic-display): Ditto.
21846         (mm-attachment-override-types): Ditto.
21847         (mm-inline-override-types): Ditto.
21848         (mm-automatic-external-display): Ditto.
21849
21850 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21851
21852         * spam-report.el (spam-report-user-mail-address)
21853         (spam-report-user-agent): New variables.
21854         (spam-report-url-ping-plain): Use spam-report-user-agent.
21855
21856 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21857
21858         * gnus-art.el (gnus-button-handle-custom): Do not just use
21859         `customize-apropos' for any "M-x customize-*" button but the
21860         function called for.  Accept both the function name and its
21861         argument in order to achieve this.
21862         (gnus-button-alist): Remove support for "custom:" URL's.
21863         Pass function name to `gnus-button-handle-custom' in case of "M-x
21864         customize-*" buttons.
21865
21866 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21867
21868         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21869         multipart/alternative and add xref to mm-discouraged-alternatives
21870         in doc string.
21871
21872         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21873         gnus-buttonized-mime-types in doc string.
21874
21875 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21876
21877         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21878         Suggest image/.* in the doc string.
21879
21880 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21881
21882         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21883         message-marks (Debian bug#342521).
21884
21885 2005-12-12  Simon Josefsson  <jas@extundo.com>
21886
21887         * password.el (password-read-from-cache): Add.
21888         (password-read): Use it.
21889
21890 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21891
21892         * rfc2047.el (rfc2047-charset-to-coding-system):
21893         Recognize us-ascii as a MIME charset.
21894
21895         * mm-bodies.el (mm-decode-content-transfer-encoding):
21896         Protect against the case where the 2nd arg TYPE is nil.
21897
21898 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21899
21900         * pop3.el (pop3-stream-type): Fix custom version.
21901
21902         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21903
21904 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21905
21906         * mm-decode.el (mm-display-external): Add missing cdr.
21907
21908 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21909
21910         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21911         RFC1524) if it is in mailcap or add a suffix according to
21912         mailcap-mime-extensions when generating a temp filename; postpone
21913         deleting a temp file for 2 seconds for some wrappers, shell
21914         scripts, and so on, which might exit right after having started a
21915         viewer command as a background job.
21916
21917 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21918
21919         * nntp.el (nntp-marks-directory): Fix custom group.
21920
21921         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21922         steps when < 10.
21923
21924         * gnus-start.el (gnus-no-server-1):
21925         Mention `gnus-level-default-subscribed' in doc string.
21926
21927 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21928
21929         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21930         parens.
21931
21932 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21933
21934         * gnus-xmas.el (gnus-use-toolbar): Revert.
21935         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21936         gnus-use-toolbar is default.
21937
21938         * messagexmas.el (message-use-toolbar): Revert.
21939         (message-setup-toolbar): Use global default-toolbar if
21940         message-use-toolbar is default.
21941
21942 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21943
21944         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21945         according to default-toolbar-visible-p.
21946
21947         * messagexmas.el (message-use-toolbar): Ditto.
21948
21949 2005-11-26  Dave Love  <fx@gnu.org>
21950
21951         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21952         (tls-program, tls-success): Provide openssl alternative.
21953
21954         * starttls.el: Doc fixes.
21955         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21956         SERVICE to PORT.
21957
21958         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21959         port null or service name.
21960         (starttls-negotiate): Autoload.
21961
21962 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21963
21964         * message.el (message-kill-to-signature): Fix interactive spec.
21965
21966 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21967
21968         * pop3.el (pop3-open-server): Recognize a string as a service name.
21969
21970 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21971
21972         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21973
21974 2005-11-23  Dave Love  <fx@gnu.org>
21975
21976         Add pop3s, pop3/starttls.
21977
21978         * pop3.el (pop3-authentication-scheme): Clarify doc.
21979         (open-tls-stream, starttls-open-stream): Autoload.
21980         (pop3-stream-type): New.
21981         (pop3-open-server): Use it.
21982
21983         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21984         for POP.
21985         (mail-source-keyword-map): Add :stream for POP.
21986         (mail-source-fetch-pop): Use pop3-stream-type.
21987
21988 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21989
21990         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21991         of current-time-string.
21992
21993 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21994
21995         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21996         date header.
21997
21998 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21999
22000         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
22001         it can seriously impact performance as it bypasses the agent's
22002         local caches.
22003
22004 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22005
22006         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
22007         must be explicitly online rather than "not explicitly offline" for
22008         its flags to be synchronized.
22009
22010         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
22011         that gnus-uu-unmark-thread will function correctly.
22012
22013         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
22014         1024K is instead displayed as 1M.
22015
22016 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22017
22018         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
22019
22020 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
22021
22022         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
22023
22024 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
22025
22026         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
22027         error message to display actual error condition.
22028         (gnus-agent-save-local): Avoid saving symbols that are bound to
22029         nil as they simply result in a warning message in
22030         gnus-agent-read-local.
22031
22032 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22033
22034         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
22035         rather than make-variable-buffer-local for file-precious-flag.
22036
22037 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22038
22039         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
22040         for duplicates which are removed.  The invalid sort check then
22041         triggers a rescan after the sort as sorting may have moved
22042         duplicate entries such that they can be cheaply detected.
22043
22044 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22045
22046         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
22047
22048 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22049
22050         * gnus-agent.el (gnus-agent-article-alist-save-format):
22051         Change internal variable to a custom variable.  Change default value
22052         from compressed(2) to uncompressed(1).
22053         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
22054         support for uncompressed agentview files.  Taken together, reading
22055         the agentview file should now be 6-7 times faster.
22056
22057 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
22058
22059         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
22060         as a buffer-local variable.  This avoids creating truncated
22061         dribble files as a result of a hang up, eg.
22062
22063 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
22064
22065         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
22066         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
22067         XEmacs.
22068
22069 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22070
22071         * gnus-start.el (gnus-start-draft-setup):
22072         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
22073
22074         * gnus.el (gnus-splash): Change custom group.
22075         (gnus-group-get-parameter, gnus-group-parameter-value):
22076         Describe allow-list argument.
22077
22078         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
22079         string.
22080
22081 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22082
22083         * gnus-art.el (gnus-default-article-saver): Add user-defined
22084         `function' to custom type.
22085
22086 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22087
22088         * imap.el (imap-open): Handle case where buffer is a buffer
22089         object.
22090
22091 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22092
22093         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22094         long lines.
22095         (gnus-cache-delete-group): Wrap doc strings.
22096
22097         * gnus-agent.el (gnus-agent-rename-group)
22098         (gnus-agent-delete-group): Wrap doc strings.
22099
22100 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22101
22102         * messagexmas.el (message-use-toolbar): Change the valid values
22103         into default, top, bottom, left, and right.
22104         (message-toolbar-thickness): New variable.
22105         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22106         well.
22107         (message-setup-toolbar): Make it work.
22108
22109         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22110         (gnus-use-toolbar): Change the valid values into default, top,
22111         bottom, left, and right.
22112         (gnus-toolbar-thickness): New variable.
22113         (gnus-xmas-setup-toolbar): New function.
22114         (gnus-xmas-setup-group-toolbar): Use it.
22115         (gnus-xmas-setup-summary-toolbar): Use it.
22116
22117 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22118
22119         * gnus-start.el (gnus-1): Add "native" to
22120         gnus-predefined-server-alist.
22121
22122         * gnus.el (gnus-method-to-server): Don't add "native" to the
22123         lists here, because that leads to problems when
22124         gnus-select-method is bound.
22125
22126 2005-11-09  Simon Josefsson  <jas@extundo.com>
22127
22128         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22129         use (not sort-by-date) instead.
22130
22131 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22132
22133         * gnus-delay.el (gnus-delay-group): Don't autoload.
22134         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22135         to be re-loaded when customizing the `gnus-delay' group.
22136
22137 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22138
22139         * message.el: Revert last changes.
22140         (message-insert-citation-line): Use newlines.
22141
22142 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22143
22144         * message.el (message-courtesy-message)
22145         (message-mark-insert-begin, message-mark-insert-end)
22146         (message-elide-ellipsis, message-cancel-message)
22147         (message-add-header, message-change-subject)
22148         (message-cross-post-followup-to-header)
22149         (message-cross-post-insert-note, message-reduce-to-to-cc)
22150         (message-widen-reply, message-delete-not-region)
22151         (message-kill-to-signature, message-insert-signature)
22152         (message-insert-importance-high, message-insert-importance-low)
22153         (message-insert-or-toggle-importance)
22154         (message-insert-disposition-notification-to)
22155         (message-indent-citation, message-yank-original)
22156         (message-cite-original-without-signature, message-cite-original)
22157         (message-insert-citation-line, message-position-on-field)
22158         (message-fix-before-sending, message-send-mail-partially)
22159         (message-send-mail, message-send-mail-with-sendmail)
22160         (message-send-mail-with-qmail, message-send-news)
22161         (message-check-news-header-syntax, message-generate-headers)
22162         (message-insert-courtesy-copy, message-fill-address)
22163         (message-fill-header, message-shorten-references)
22164         (message-setup-1, message-cancel-news)
22165         (message-forward-make-body-plain, message-forward-make-body-mime)
22166         (message-forward-make-body-mml, message-encode-message-body)
22167         (message-forward-make-body-digest-plain)
22168         (message-forward-make-body-digest-mime)
22169         (message-use-alternative-email-as-from): Insert `hard-newline'
22170         instead of ordinary newlines.
22171
22172 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22173
22174         * message.el (message-generate-headers): Downcase the argument
22175         given to message-check-element.
22176
22177 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22178
22179         * nntp.el (nntp-authinfo-rejected): New error condition.
22180         (nntp-wait-for): Use new error condition to signal authentication
22181         error.
22182         (nntp-retrieve-data): Rethrow new error condition to break out of
22183         recursive call to nntp-send-authinfo.
22184
22185 2005-11-08  Romain Francoise  <romain@orebokech.com>
22186
22187         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22188         (gnus-summary-exit-map): Bind to `Z p'.
22189         (gnus-summary-make-menu-bar): Add menu item.
22190
22191 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22192
22193         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22194         (gnus-treat-*): Add `first' in all doc strings.
22195
22196         * gnus-group.el (gnus-group-compact-group): Fix typo.
22197
22198 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22199
22200         * gnus.el (gnus-parameters-case-fold-search): New variable.
22201         (gnus-parameters-get-parameter): Use it.
22202
22203         * gnus-score.el (gnus-home-score-file): Doc fix.
22204
22205 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22206
22207         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22208
22209 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22210
22211         * mm-util.el (mm-special-display-p): New function.
22212
22213         * mml.el (mml-preview): Use it; doc fix.
22214
22215 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22216
22217         * imap.el (imap-open): Handle case where buffer is a buffer object.
22218
22219 2005-10-29  Romain Francoise  <romain@orebokech.com>
22220
22221         * message.el (message-fix-before-sending): Fix comment.
22222
22223 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22224
22225         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22226
22227 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22228
22229         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22230         Used in gnus-score.el.
22231
22232 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22233
22234         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22235
22236 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22237
22238         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22239         whitespace removed in revision 7.8.  Use concatenated string to
22240         protect trailing whitespace.
22241
22242 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22243
22244         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22245         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22246         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22247         Courier IMAP ("some version from 2004").  Mostly based on similar
22248         code in the same function.
22249
22250 2005-10-26  Didier Verna  <didier@xemacs.org>
22251
22252         * gnus-group.el (gnus-group-compact-group): Invalidate original
22253         article buffer.
22254         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22255         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22256         NOV database and in article itself.
22257         Invalidate article backlog.
22258
22259 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22260
22261         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22262
22263 2005-10-26  Simon Josefsson  <jas@extundo.com>
22264
22265         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22266         part of 2004-07-25 change.
22267
22268 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22269
22270         * message.el (message-display-completion-list): New function.
22271         (message-expand-group): Use it; make sure the Completions buffer
22272         is modifiable.
22273 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22274
22275         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22276         user-mail-name is an empty string.
22277
22278 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22279
22280         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22281         depending on gnus-score-decay-constant.
22282
22283         * encrypt.el (encrypt-insert-file-contents)
22284         (encrypt-write-file-contents): Don't use `gnus-message'.
22285
22286         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22287         arguments.
22288         (mm-uu-type-alist): Add message-marks and insert-marks.
22289         Pass arguments to mm-uu-verbatim-marks-extract.
22290         (mm-uu-hide-markers): New variable.
22291         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22292
22293         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22294         (gnus-convert-image-to-face-command): Use "convert" by default to
22295         allow other input image formats.
22296         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22297         accordingly.
22298
22299 2005-10-23  Simon Josefsson  <jas@extundo.com>
22300
22301         * imap.el (imap-gssapi-program): Align command line parameters
22302         with latest GNU SASL.
22303         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22304
22305 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22306
22307         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22308         HTML.
22309         (nnslashdot-request-article): Ditto.
22310
22311         * lpath.el (featurep): Add nobreak-char-display.
22312
22313 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22314
22315         * mail-source.el (mail-source-fetch-pop): Require pop3.
22316         (mail-source-check-pop): Ditto.
22317
22318 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22319
22320         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22321         errors.
22322
22323 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22324
22325         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22326         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22327
22328         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22329
22330         * mm-bodies.el (mm-decode-string):
22331         Call `mm-charset-to-coding-system' with allow-override argument.
22332
22333 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22334
22335         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22336         (rfc2047-charset-to-coding-system): New function.
22337         (rfc2047-decode-encoded-words): New function.
22338         (rfc2047-decode-region): Use them.
22339         (rfc2047-decode-cte): Remove.
22340         (rfc2047-parse-and-decode): Remove.
22341         (rfc2047-decode): Remove.
22342
22343 2005-10-15  Kenichi Handa  <handa@m17n.org>
22344
22345         * rfc2047.el (rfc2047-decode-cte): New function.
22346         (rfc2047-decode-region): Change the way to decode successive
22347         encoded-words: decode B- or Q-encoding in each encoded-word,
22348         concatenate them, and decode it as charset.
22349
22350 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22351
22352         * lpath.el: Fbind codepage-setup for XEmacs.
22353
22354 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22355
22356         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22357         widget-move-and-invoke.
22358         (gnus-custom-mode): Use gnus-custom-map.
22359
22360 2005-10-15  Bill Wohler  <wohler@newt.com>
22361
22362         * message.el (message-tool-bar-map): Rename image file from
22363         mail_send to mail/send.
22364
22365 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22366
22367         * message.el (message-expand-group): Pass the common
22368         prefix substring of completion to `display-completion-list'.
22369
22370 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22371
22372         * mml-sec.el (mml-secure-method): New internal variable.
22373         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22374         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22375         New functions using mml-secure-method.
22376
22377         * mml.el (mml-mode-map): Add key bindings for those functions.
22378         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22379         Harder <harder@myrealbox.com>.
22380         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22381         Goto end of message if point is the headers of the message.
22382
22383         * message.el (message-in-body-p): New function.
22384
22385         * assistant.el: Autoload gnus-util and netrc.
22386
22387         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22388         Use `mm-charset-override-alist' only when decoding.
22389
22390         * mm-bodies.el (mm-decode-body):
22391         Call `mm-charset-to-coding-system' with allow-override argument.
22392
22393         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22394         `filename' from Content-Disposition if Content-Type doesn't
22395         provide `name'.
22396         (gnus-mime-view-part-as-type): Set default instead of
22397         initial-input.
22398
22399 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22400
22401         * format-spec.el (format-spec): Propagate text properties of % spec.
22402
22403 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22404
22405         * gnus-art.el (gnus-treat-predicate): Add `first'.
22406
22407 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22408
22409         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22410         (mm-charset-override-alist): New variable.
22411         (mm-charset-to-coding-system): Use it.
22412         (mm-codepage-setup): New helper function.
22413         (mm-charset-eval-alist): New variable.
22414         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22415         Warn about unknown charsets.
22416
22417         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22418
22419 2005-10-04  David Hansen  <david.hansen@gmx.net>
22420
22421         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22422         (nnrss-check-group): Ditto.
22423
22424 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22425
22426         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22427         Rename x-gnus-verbatim to x-verbatim.
22428         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22429
22430         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22431         x-verbatim.
22432
22433         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22434
22435         * gnus-util.el (gnus-remove-duplicates): Remove.
22436
22437         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22438         instead of gnus-remove-duplicates.
22439
22440         * message.el (message-remove-duplicates): Remove.
22441         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22442         message-remove-duplicates.
22443
22444         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22445         available, else use implementation from `delete-dups'.
22446
22447         * message.el (message-insert-expires): New function.
22448         (message-mode-map): Add key binding.
22449         (message-mode-field-menu): Add menu entry.
22450         (message-mode): Document it.
22451         (message-make-expires-date): Use `message-make-date'.
22452
22453 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22454
22455         * message.el (message-make-expires-date): New function.
22456
22457 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22458
22459         * Makefile.in (list-installed-shadows): New entry.
22460         (install): Use it.
22461         (remove-installed-shadows): New entry.
22462
22463         * dgnushack.el (dgnushack-default-load-path): New variable.
22464         (dgnushack-find-lisp-shadows): New function.
22465         (dgnushack-remove-lisp-shadows): New function.
22466
22467 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22468
22469         * Makefile.in (install-el-elc): New entry.
22470         (install): Use it so that .el files are necessarily installed.
22471
22472 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22473
22474         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22475
22476 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22477
22478         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22479         function rather than the diff-mode.el package.
22480         (mm-display-external): Use with-current-buffer.
22481         (mm-viewer-completion-map, mm-viewer-completion-map):
22482         Move initialization inside declaration.
22483
22484 2005-09-29  Simon Josefsson  <jas@extundo.com>
22485
22486         * spam.el: Load hashcash when compiling, to avoid warnings.
22487         Don't autoload mail-check-payment.
22488         (spam-check-hashcash): Define unconditionally, since hashcash.el
22489         is part of Gnus now.  Ignore errors from payment checking.
22490
22491 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22492
22493         * message.el (message-bold-region, message-unbold-region):
22494         Rename from `bold-region' and `unbold-region'.
22495
22496         * message.el: Remove useless autoloads.
22497
22498 2005-09-28  Simon Josefsson  <jas@extundo.com>
22499
22500         * message.el (message-use-idna): Default to t.
22501         (message-use-idna): Test whether encoding works too.  Doc fix.
22502
22503 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22504
22505         * nntp.el (nntp-warn-about-losing-connection): Remove.
22506
22507 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22508
22509         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22510         customizable.  Change default value.
22511         (mm-uu-diff-groups-regexp): Change default value.
22512         (mm-uu-type-alist): Add doc string.
22513         (mm-uu-configure): Add doc string.  Make it interactive.
22514         (mm-uu-tex-groups-regexp): New variable.
22515         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22516         (mm-uu-type-alist): Add LaTeX documents.
22517         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22518         of "text/verbatim".
22519         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22520
22521         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22522         instead of "text/verbatim".
22523
22524         * message.el (message-mark-inserted-region)
22525         (message-mark-insert-file): Use slrn style marks when called with
22526         prefix argument.
22527
22528 2005-09-27  Simon Josefsson  <jas@extundo.com>
22529
22530         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22531
22532 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22533
22534         * message.el (message-remove-duplicates): New function.
22535         Implementation borrowed from `gnus-remove-duplicates'.
22536         (message-idna-to-ascii-rhs): Also encode idna addresses in
22537         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22538         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22539         only ask about the same idna domain once per header and also tell
22540         in what header to replace the idna domain.
22541
22542         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22543         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22544         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22545         a header is decoded and not just the last one.
22546
22547 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22548
22549         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22550         has been decoded.
22551
22552         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22553         (mm-insert-part): Don't modify text if it has been decoded.
22554
22555         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22556         decoded.
22557
22558         * mm-view.el (mm-inline-text): Don't strip text props unless
22559         decoding enriched or richtext parts.
22560
22561 2005-09-25  Romain Francoise  <romain@orebokech.com>
22562
22563         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22564         * gnus-start.el (gnus-subscribe-interactively):
22565         * gnus-uu.el (gnus-uu-grab-articles):
22566         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22567         space.
22568
22569 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22570
22571         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22572         * mm-view.el (mm-view-pkcs7-decrypt):
22573         * gnus-sum.el (gnus-summary-limit-to-extra)
22574         (gnus-summary-respool-article, gnus-read-move-group-name):
22575         * gnus-score.el (gnus-summary-increase-score):
22576         * gnus-util.el (gnus-completing-read-with-default):
22577         * gnus-art.el (gnus-read-save-file-name)
22578         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22579         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22580         * message.el (message-check-news-header-syntax):
22581         Follow convention for reading with the minibuffer.
22582
22583 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22584
22585         * spam-report.el (spam-report-url-ping-plain):
22586         Use gnus-extended-version as User-Agent.
22587
22588         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22589         default value is nil.
22590
22591         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22592         (mm-uu-verbatim-marks-extract): New function.
22593         (mm-uu-extract): New face.
22594         (mm-uu-copy-to-buffer): Use it.
22595
22596         * spam-report.el (spam-report-gmane-ham): Rename from
22597         `spam-report-gmane-unspam'.
22598         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22599         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22600
22601         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22602         Autoload.
22603         (spam-report-gmane-unregister-routine):
22604         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22605
22606 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22607
22608         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22609         (spam-report-gmane-unregister-routine): Add support for gmane
22610         unregistration.
22611
22612         * spam-report.el (spam-report-gmane-unspam)
22613         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22614         (spam-report-gmane): Change to take a single article and do unspam
22615         registration.
22616
22617 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22618
22619         * mm-url.el (mm-url-decode-entities): Fix regexp.
22620
22621 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22622
22623         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22624         default to nil, to be able to use Gnus at all.  If the default
22625         switches to something else, then the function should be fixed not
22626         be exceedingly slow.
22627
22628 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22629
22630         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22631         fail hard.
22632
22633         * spam-report.el: Add better Keywords line.
22634
22635         * spam.el: Add Maintainer and better Keywords line.
22636
22637 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22638
22639         * gnus-art.el (gnus-article-replace-part)
22640         (gnus-mime-replace-part): New functions.
22641         (gnus-mime-action-alist, gnus-mime-button-commands)
22642         (gnus-mime-save-part-and-strip): Add file argument.
22643         (gnus-article-part-wrapper): Add interactive argument.
22644
22645         * gnus-sum.el (gnus-summary-mime-map):
22646         Add `gnus-article-replace-part'.
22647
22648 2005-09-19  Didier Verna  <didier@xemacs.org>
22649
22650         The nnml compaction feature:
22651         * nnml.el (nnml-request-compact-group): New function.
22652         * nnml.el (nnml-request-compact): New function.
22653         * gnus-int.el (gnus-request-compact-group): New function.
22654         * gnus-int.el (gnus-request-compact): New function.
22655         * gnus-group.el (gnus-group-compact-group): New function.
22656         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22657         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22658         * gnus-srvr.el (gnus-server-compact-server): New function.
22659         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22660         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22661
22662 2005-09-18  Deepak Goel  <deego@gnufans.org>
22663
22664         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22665         format spec.
22666
22667 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22668
22669         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22670
22671 2005-09-15  Romain Francoise  <romain@orebokech.com>
22672
22673         * message.el (message-fill-paragraph): Clarify docstring.
22674
22675 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22676
22677         * gnus-art.el (gnus-mime-display-part): Protect against broken
22678         MIME messages.
22679
22680 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22681
22682         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22683         before parsing header.
22684
22685 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22686
22687         * html2text.el (html2text-replace-list): Add new entities.
22688
22689 2005-09-11  Romain Francoise  <romain@orebokech.com>
22690
22691         * message.el (message-alternative-emails): Improve docstring.
22692         (message-setup-1): Call `message-use-alternative-email-as-from'
22693         after `message-setup-hook' to give it precedence over posting
22694         styles, etc.
22695         (message-use-alternative-email-as-from): Add docstring.
22696         Remove the original From header if present.
22697
22698         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22699         (nnml-save-mail): Use it.
22700
22701         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22702         articles.  Add new argument `silent'.
22703         (gnus-uu-mark-all): Report the total number of marked articles.
22704
22705 2005-09-10  Romain Francoise  <romain@orebokech.com>
22706
22707         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22708         (gnus-uu-mark-series): Likewise.
22709
22710 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22711
22712         * spam-report.el (spam-report-gmane): Fix generation of spam
22713         report URL.
22714
22715 2005-09-10  Simon Josefsson  <jas@extundo.com>
22716
22717         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22718         t, based on discussion on the ding list with Robert Epprecht
22719         <epprecht@solnet.ch>.
22720
22721 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22722
22723         * spam-report.el (spam-report-gmane): Make it work without
22724         X-Report-Spam header.  Gmane now only provides Archived-At.
22725         This is only used if `spam-report-gmane-use-article-number' is nil.
22726         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22727
22728         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22729         make `gnus-summary-sort-by-recipient' work with threading.
22730
22731         * nnweb.el (nnweb-google-wash-article): Print a message if article
22732         is not available.
22733
22734 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22735
22736         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22737         change.  Decode text/* parts content before displaying.
22738
22739 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22740
22741         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22742
22743 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22744
22745         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22746
22747         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22748         url-package-name, url-package-version,
22749         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22750         w3m-display-inline-images, and w3m-minor-mode-map.
22751
22752 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22753
22754         * message.el (message-tab-body-function): Fix mismatched custom type.
22755
22756         * gnus.el (gnus-group-change-level-function): Ditto.
22757
22758         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22759
22760         * gnus-art.el (gnus-signature-limit)
22761         (gnus-article-mime-part-function): Ditto.
22762
22763 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22764
22765         * mml.el (mml-mode): Silence the byte compiler.
22766
22767         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22768         using `(sit-for 0)' before moving the point to the specified part;
22769         skip unbuttonized parts.
22770         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22771         return to the summary window if gnus-auto-select-part is non-nil.
22772
22773 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22774
22775         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22776         New variables.
22777         (mml-dnd-attach-file, mml-mode): Use them.
22778
22779         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22780         Make fetching article by MID work again for Google Groups.
22781         Add FIXME concerning gnus-group-make-web-group.
22782
22783         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22784         Don't depend on Gnus by using mail-extract-address-components if
22785         gnus-extract-address-components is not bound.
22786
22787 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22788
22789         * gnus-art.el (gnus-mime-display-security): Don't display the
22790         signature, but only the signed part.
22791
22792 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22793
22794         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22795
22796         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22797         list, not listp.
22798
22799 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22800
22801         * mm-encode.el (mm-encode-content-transfer-encoding):
22802         Likewise when encoding.
22803
22804         * mm-bodies.el (mm-decode-content-transfer-encoding):
22805         De-canonicalize CRLF for all text content types, not just
22806         text/plain.
22807
22808 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22809
22810         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22811         valid article; point arrow and cursor at the MIME button.
22812
22813 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22814
22815         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22816         Suggested by Dan Christensen <jdc@uwo.ca>.
22817
22818         * mm-decode.el (mm-save-part): Enable change of prompt.
22819
22820 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22821
22822         * gnus-msg.el (gnus-inews-add-send-actions):
22823         Make `message-post-method' lambda parameter ARG `&optional'.
22824
22825 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22826
22827         * gnus-sum.el (gnus-summary-mime-map):
22828         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22829         gnus-article-jump-to-part.
22830
22831         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22832         (gnus-article-edit-part): Use it.
22833         (gnus-article-part-wrapper): Add no-handle argument.
22834         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22835         New functions.
22836
22837 2005-08-29  Romain Francoise  <romain@orebokech.com>
22838
22839         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22840         docstring.
22841         (gnus-face-from-file): Likewise.
22842
22843 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22844
22845         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22846         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22847         non-nil.
22848         (gnus-auto-select-part): New variable.
22849         (gnus-article-jump-to-part): New function.
22850         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22851         (gnus-mime-delete-part): Allow selecting specified part after
22852         deleting or stripping parts.
22853         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22854         part if argument is bogus.
22855
22856 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22857
22858         * gnus-art.el (w3m-minor-mode-map):
22859         * gnus-spec.el (gnus-newsrc-file-version):
22860         * gnus-util.el (nnmail-active-file-coding-system)
22861         (gnus-original-article-buffer, gnus-user-agent):
22862         * gnus.el (gnus-ham-process-destinations)
22863         (gnus-parameter-ham-marks-alist)
22864         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22865         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22866         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22867         * mm-decode.el (gnus-current-window-configuration):
22868         * mm-extern.el (gnus-article-mime-handles):
22869         * mm-url.el (url-current-object, url-package-name)
22870         (url-package-version):
22871         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22872         (smime-keys, w3m-cid-retrieve-function-alist)
22873         (w3m-current-buffer, w3m-display-inline-images)
22874         (w3m-minor-mode-map):
22875         * mml-smime.el (gnus-extract-address-components):
22876         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22877         (gnus-newsrc-hashtb, message-default-charset)
22878         (message-deletable-headers, message-options)
22879         (message-posting-charset, message-required-mail-headers)
22880         (message-required-news-headers):
22881         * mml1991.el (mc-pgp-always-sign):
22882         * mml2015.el (mc-pgp-always-sign):
22883         * nnheader.el (nnmail-extra-headers):
22884         * rfc1843.el (gnus-decode-encoded-word-function)
22885         (gnus-decode-header-function, gnus-newsgroup-name):
22886         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22887
22888 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22889
22890         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22891         the end of the date treatments.
22892
22893 2005-08-15  Simon Josefsson  <jas@extundo.com>
22894
22895         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22896         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22897         Capello and Romain Francoise.
22898         (pgg-fetch-key-function): Remove, not used?
22899         (pgg-insert-url-with-w3): Require url, to get
22900         url-insert-file-contents regardless of where it is defined.
22901
22902 2005-08-13  Romain Francoise  <romain@orebokech.com>
22903
22904         * message.el (message-cite-original-1): New function.
22905         (message-cite-original): Use it.
22906         (message-cite-original-without-signature): Ditto.
22907
22908 2005-08-08  Romain Francoise  <romain@orebokech.com>
22909
22910         * message.el (message-yank-empty-prefix): New variable.
22911         (message-indent-citation): Use it.
22912         (message-cite-original-without-signature): Respect X-No-Archive.
22913
22914 2005-08-08  Simon Josefsson  <jas@extundo.com>
22915
22916         * pgg.el: Autoload url-insert-file-contents instead of loading
22917         w3/url.
22918         (pgg-insert-url-with-w3): Don't load url here.
22919
22920 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22921
22922         * message.el (message-kill-to-signature): Don't insert newline at
22923         bol.
22924         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22925
22926 2005-08-06  Romain Francoise  <romain@orebokech.com>
22927
22928         * message.el (message-user-fqdn): Fix typo in docstring.
22929
22930 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22931
22932         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22933
22934         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22935
22936 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22937
22938         * mm-bodies.el (mm-encode-body): Use coding system rather than
22939         charset to encode text.
22940
22941         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22942         number of charsets if utf-8 is available (XEmacs).
22943
22944 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22945
22946         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22947         taken from `gnus-button-mid-or-mail-regexp'.
22948         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22949         (gnus-button-alist): Improve regexp for domain part of the MIDs
22950         for news:localpart@domain buttons.
22951         (gnus-button-ctan-directory-regexp): Update.
22952
22953 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22954
22955         * sieve-manage.el (sieve-manage-interactive-login):
22956         Use make-local-variable rather than make-variable-buffer-local.
22957         (sieve-manage-open): Ditto.
22958         (sieve-manage-authenticate): Ditto.
22959
22960         * mml.el (mml-generate-mime-1): Make the content type default to
22961         text/plain if the filename is not specified.
22962
22963 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22964
22965         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22966         instead of insert-buffer.
22967
22968         * message.el (message-yank-original): Ditto; set the mark at the
22969         end of the yanked message.
22970
22971 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22972
22973         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22974         lines to scroll rather than to stop it.
22975
22976         * mml.el (mml-generate-default-type): Add doc string.
22977         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22978         default to application/octet-stream when determining the content
22979         type if it is not specified for the part or the mml contents; add
22980         a comment about mml-generate-default-type.
22981
22982 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22983
22984         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22985         make it default to application/octet-stream when determining the
22986         content type if it is not specified for the external contents.
22987
22988 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22989
22990         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22991         segmented parameter but also other parameters might be there.
22992
22993 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22994
22995         * mm-decode.el (mm-display-external): Delete temp file, directory
22996         and buffer immediately if the external process is exited.
22997
22998 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22999
23000         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
23001         fewer lines than that of scroll-margin.
23002         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
23003
23004 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23005
23006         * gnus-art.el (gnus-article-next-page): Revert.
23007         (gnus-article-beginning-of-window): New macro.
23008         (gnus-article-next-page-1): Use it.
23009         (gnus-article-prev-page): Ditto.
23010         (gnus-article-edit-part): Use insert-buffer-substring instead of
23011         insert-buffer.
23012         (gnus-article-edit-exit): Ditto.
23013
23014         * gnus-util.el (gnus-beginning-of-window): Remove.
23015         (gnus-end-of-window): Remove.
23016
23017         * lpath.el: Don't bind header-line-format and scroll-margin.
23018
23019 2005-07-25  Simon Josefsson  <jas@extundo.com>
23020
23021         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
23022         to have the url package without w3.  Reported by Daiki Ueno
23023         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
23024
23025 2005-07-20  Didier Verna  <didier@xemacs.org>
23026
23027         * gnus-diary.el: Remove the description comment (nndiary is now
23028         properly documented in the Gnus manual).
23029         Fix the spelling of "Back End".
23030         * nndiary.el: Ditto.
23031         Fix the copyright notice.
23032
23033 2005-07-18  Romain Francoise  <romain@orebokech.com>
23034
23035         * gnus-sum.el (gnus-summary-to-prefix)
23036         (gnus-summary-newsgroup-prefix): New variables.
23037         (gnus-summary-from-or-to-or-newsgroups): Use them.
23038
23039 2005-07-17  Romain Francoise  <romain@orebokech.com>
23040
23041         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
23042         space as it's generally not especially interesting to the user.
23043
23044 2005-07-16  Romain Francoise  <romain@orebokech.com>
23045
23046         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
23047         nil to avoid prompting and file modification if one of the
23048         messages at the top of the nnfolder file contains a copyright
23049         notice.
23050         Update copyright notice.
23051
23052         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
23053         instead of `current-time-string' as the latter creates a time
23054         string that is not RFC 2822 compliant (it lacks the zone).
23055         Update copyright notice.
23056
23057 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23058
23059         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
23060         for text/rtf.  Display default in prompt.  Pass default for M-n.
23061
23062         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
23063
23064 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23065
23066         * gnus-msg.el (gnus-button-mailto):
23067         Remove save-selected-window-window hackery because it relies on
23068         save-selected-window internals.
23069
23070 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23071
23072         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
23073         (gnus-article-next-page-1): Use gnus-beginning-of-window.
23074         (gnus-article-prev-page): Ditto.
23075
23076         * gnus-util.el (gnus-beginning-of-window): New function.
23077         (gnus-end-of-window): New function.
23078
23079         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
23080
23081 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
23082
23083         * gnus-score.el (gnus-score-edit-all-score):
23084         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
23085         gnus-message.
23086
23087 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23088
23089         * gnus-msg.el (gnus-button-mailto):
23090         Remove save-selected-window-window hackery because it relies on
23091         save-selected-window internals.
23092
23093 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23094
23095         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23096         add-minor-mode.
23097         (gnus-binary-mode): Ditto.
23098
23099         * gnus-topic.el (gnus-topic-mode): Ditto.
23100
23101 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23102
23103         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23104         (gnus-article-prev-page): Take scroll-margin into consideration.
23105
23106 2005-07-04  Lute Kamstra  <lute@gnu.org>
23107
23108         Update FSF's address in GPL notices.
23109
23110 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23111
23112         * gnus.el (gnus-exit):
23113         * gnus-group.el (gnus-group-icons):
23114         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23115
23116         * gnus-nocem.el (gnus-nocem):
23117         * message.el (message-various, message-buffers, message-sending)
23118         (message-interface, message-forwarding, message-insertion)
23119         (message-headers, message-news, message-mail):
23120         * pgg-gpg.el (pgg-gpg):
23121         * pgg-parse.el (pgg-parse):
23122         * pgg-pgp.el (pgg-pgp):
23123         * pgg-pgp5.el (pgg-pgp5):
23124         * pop3.el (pop3): Finish `defgroup' description with period.
23125
23126 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23127
23128         * gnus-art.el (article-display-face): Improve the efficiency.
23129         (article-display-x-face): Ditto; remove gray x-face stuff.
23130
23131 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23132
23133         * gnus-art.el (article-display-face): Correct the position in
23134         which Faces are inserted.
23135
23136 2005-06-29  Didier Verna  <didier@xemacs.org>
23137
23138         * gnus-art.el (article-display-face): Display faces in correct
23139         order.
23140
23141 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23142
23143         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23144         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23145         (gnus-nocem-check-article): Fetch the Type header.
23146         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23147         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23148         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23149         make sure gnus-nocem-hashtb is initialized.
23150         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23151         (gnus-nocem-unwanted-article-p): Ditto.
23152
23153         * pgg.el (pgg-verify): Return the verification result.
23154
23155 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23156
23157         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23158         is ascii.
23159
23160 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23161
23162         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23163         `show-nonbreak-escape'.
23164
23165 2005-06-23  Lute Kamstra  <lute@gnu.org>
23166
23167         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23168
23169         * dig.el (dig-mode):
23170         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23171
23172 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23173
23174         * nnimap.el (nnimap-split-download-body): Fix spellings.
23175
23176 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23177
23178         * gnus-art.el (gnus-article-encrypt-body):
23179         * gnus-cus.el (gnus-score-customize):
23180         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23181         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23182
23183 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23184
23185         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23186         header by looking for magic "MII" at the beginning.
23187
23188 2005-06-16  Miles Bader  <miles@gnu.org>
23189
23190         * gnus-xmas.el (gnus-xmas-group-startup-message):
23191         Use renamed gnus-splash face.
23192
23193         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23194         (assistant-field-face): New backward-compatibility alias for renamed
23195         face.
23196         (assistant-render-text): Use renamed assistant-field face.
23197
23198         * spam.el (spam): Remove "-face" suffix from face name.
23199         (spam-face): New backward-compatibility alias for renamed face.
23200         (spam-face, spam-initialize): Use renamed spam face.
23201
23202         * message.el (message-header-to, message-header-cc)
23203         (message-header-subject, message-header-newsgroups)
23204         (message-header-other, message-header-name)
23205         (message-header-xheader, message-separator, message-cited-text)
23206         (message-mml): Remove "-face" suffix from face names.
23207         (message-header-to-face, message-header-cc-face)
23208         (message-header-subject-face, message-header-newsgroups-face)
23209         (message-header-other-face, message-header-name-face)
23210         (message-header-xheader-face, message-separator-face)
23211         (message-cited-text-face, message-mml-face):
23212         New backward-compatibility aliases for renamed faces.
23213         (message-font-lock-keywords): Use renamed message faces.
23214
23215         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23216         (sieve-test-commands, sieve-tagged-arguments):
23217         Remove "-face" suffix from face names.
23218         (sieve-control-commands-face, sieve-action-commands-face)
23219         (sieve-test-commands-face, sieve-tagged-arguments-face):
23220         New backward-compatibility aliases for renamed faces.
23221         (sieve-control-commands-face, sieve-action-commands-face)
23222         (sieve-test-commands-face, sieve-tagged-arguments-face):
23223         Use renamed sieve faces.
23224
23225         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23226         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23227         (gnus-group-news-3-empty, gnus-group-news-4)
23228         (gnus-group-news-4-empty, gnus-group-news-5)
23229         (gnus-group-news-5-empty, gnus-group-news-6)
23230         (gnus-group-news-6-empty, gnus-group-news-low)
23231         (gnus-group-news-low-empty, gnus-group-mail-1)
23232         (gnus-group-mail-1-empty, gnus-group-mail-2)
23233         (gnus-group-mail-2-empty, gnus-group-mail-3)
23234         (gnus-group-mail-3-empty, gnus-group-mail-low)
23235         (gnus-group-mail-low-empty, gnus-summary-selected)
23236         (gnus-summary-cancelled, gnus-summary-high-ticked)
23237         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23238         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23239         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23240         (gnus-summary-low-undownloaded)
23241         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23242         (gnus-summary-low-unread, gnus-summary-normal-unread)
23243         (gnus-summary-high-read, gnus-summary-low-read)
23244         (gnus-summary-normal-read, gnus-splash):
23245         Remove "-face" suffix from face names.
23246         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23247         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23248         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23249         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23250         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23251         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23252         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23253         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23254         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23255         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23256         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23257         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23258         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23259         (gnus-summary-normal-ticked-face)
23260         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23261         (gnus-summary-normal-ancient-face)
23262         (gnus-summary-high-undownloaded-face)
23263         (gnus-summary-low-undownloaded-face)
23264         (gnus-summary-normal-undownloaded-face)
23265         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23266         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23267         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23268         (gnus-splash-face):
23269         New backward-compatibility aliases for renamed faces.
23270         (gnus-group-startup-message): Use renamed gnus faces.
23271
23272         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23273         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23274         (gnus-server-agent): Remove "-face" suffix from face names.
23275         (gnus-server-agent-face, gnus-server-opened-face)
23276         (gnus-server-closed-face, gnus-server-denied-face)
23277         (gnus-server-offline-face):
23278         New backward-compatibility aliases for renamed faces.
23279         (gnus-server-agent-face, gnus-server-opened-face)
23280         (gnus-server-closed-face, gnus-server-denied-face)
23281         (gnus-server-offline-face): Use renamed gnus faces.
23282
23283         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23284         Remove "-face" suffix from face names.
23285         (gnus-picon-xbm-face, gnus-picon-face):
23286         New backward-compatibility aliases for renamed faces.
23287
23288         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23289         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23290         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23291         (gnus-cite-11): Remove "-face" suffix from face names.
23292         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23293         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23294         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23295         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23296         New backward-compatibility aliases for renamed faces.
23297         (gnus-cite-attribution-face, gnus-cite-face-list)
23298         (gnus-article-boring-faces): Use renamed gnus faces.
23299
23300         * gnus-art.el (gnus-signature, gnus-header-from)
23301         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23302         (gnus-header-content): Remove "-face" suffix from face names.
23303         (gnus-signature-face, gnus-header-from-face)
23304         (gnus-header-subject-face, gnus-header-newsgroups-face)
23305         (gnus-header-name-face, gnus-header-content-face):
23306         New backward-compatibility aliases for renamed faces.
23307         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23308
23309         * gnus-sum.el (gnus-summary-selected-face)
23310         (gnus-summary-highlight): Use renamed gnus faces.
23311         * gnus-group.el (gnus-group-highlight): Likewise.
23312
23313 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23314
23315         * gnus-sieve.el (gnus-sieve-article-add-rule):
23316         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23317         * spam-stat.el (spam-stat-buffer-change-to-spam)
23318         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23319
23320         * message.el (message-is-yours-p):
23321         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23322
23323 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23324
23325         * mm-view.el (mm-inline-text): Withdraw the last change.
23326
23327 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23328
23329         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23330         executing enriched-decode.
23331
23332 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23333
23334         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23335         charset of tar files.
23336
23337 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23338
23339         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23340
23341 2005-06-04  Lute Kamstra  <lute@gnu.org>
23342
23343         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23344         information is never recorded.
23345
23346 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23347
23348         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23349
23350 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23351
23352         * pop3.el (pop3-apop): Run md5 in the binary mode.
23353
23354         * starttls.el (starttls-set-process-query-on-exit-flag):
23355         Use eval-and-compile.
23356
23357 2005-05-31  Simon Josefsson  <jas@extundo.com>
23358
23359         * smime.el (smime-replace-in-string): Define.
23360         (smime-cert-by-ldap-1): Use it.
23361
23362 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23363
23364         * gnus-art.el (article-display-x-face): Replace
23365         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23366
23367         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23368         set-process-query-on-exit-flag or process-kill-without-query.
23369
23370         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23371         loop instead of replace-regexp.
23372
23373         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23374         instead of process-kill-without-query if it is available.
23375
23376         * lpath.el: Fbind ldap-search-entries.
23377
23378         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23379         instead of find-file-hooks if it is available.
23380
23381         * mml1991.el: Bind pgg-default-user-id when compiling.
23382
23383         * mml2015.el: Bind pgg-default-user-id when compiling.
23384
23385         * nndraft.el (nndraft-request-associate-buffer):
23386         Use write-contents-functions instead of write-contents-hooks if it is
23387         available.
23388
23389         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23390         instead of find-file-hooks if it is available.
23391
23392         * nntp.el (nntp-open-connection): Replace
23393         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23394         (nntp-open-ssl-stream): Ditto.
23395         (nntp-open-tls-stream): Ditto.
23396
23397         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23398         set-process-query-on-exit-flag or process-kill-without-query.
23399         (starttls-open-stream-gnutls): Use it instead of
23400         process-kill-without-query.
23401         (starttls-open-stream): Ditto.
23402
23403 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23404
23405         * smime.el (smime-cert-by-ldap-1): Don't use
23406         replace-regexp-in-string.
23407
23408 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23409
23410         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23411
23412         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23413         in PEM format.  Adjust to the XEmacs compatibility.
23414
23415 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23416
23417         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23418         by `string-to-number'.
23419         * gnus-agent.el (gnus-agent-regenerate-group)
23420         (gnus-agent-fetch-articles): Ditto.
23421         * gnus-art.el (gnus-button-fetch-group): Ditto.
23422         * gnus-cache.el (gnus-cache-generate-active)
23423         (gnus-cache-articles-in-group): Ditto.
23424         * gnus-group.el (gnus-group-set-current-level)
23425         (gnus-group-insert-group-line): Ditto.
23426         * gnus-score.el (gnus-score-set-expunge-below)
23427         (gnus-score-set-mark-below, gnus-summary-score-effect)
23428         (gnus-summary-score-entry): Ditto.
23429         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23430         (gnus-soup-pack): Ditto.
23431         * gnus-spec.el (gnus-xmas-format): Ditto.
23432         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23433         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23434         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23435         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23436         * nndb.el (nndb-get-remote-expire-response): Ditto.
23437         * nndiary.el (nndiary-parse-schedule-value)
23438         (nndiary-string-to-number, nndiary-request-replace-article)
23439         (nndiary-request-article): Ditto.
23440         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23441         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23442         * nneething.el (nneething-make-head): Ditto.
23443         * nnfolder.el (nnfolder-request-article)
23444         (nnfolder-retrieve-headers): Ditto.
23445         * nnheader.el (nnheader-file-to-number): Ditto.
23446         * nnkiboze.el (nnkiboze-request-article): Ditto.
23447         * nnmail.el (nnmail-process-unix-mail-format)
23448         (nnmail-process-babyl-mail-format): Ditto.
23449         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23450         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23451         (nnmh-request-create-group, nnmh-request-list-1)
23452         (nnmh-request-group, nnmh-request-article): Ditto.
23453         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23454         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23455         * nnsoup.el (nnsoup-make-active): Ditto.
23456         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23457         * nntp.el (nntp-find-group-and-number)
23458         (nntp-retrieve-headers-with-xover): Ditto.
23459         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23460         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23461         (pgg-format-key-identifier): Ditto.
23462         * pop3.el (pop3-last, pop3-stat): Ditto.
23463         * qp.el (quoted-printable-decode-region): Ditto.
23464
23465         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23466         of concat.
23467
23468 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23469
23470         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23471
23472         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23473
23474         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23475
23476         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23477
23478         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23479
23480         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23481
23482         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23483         (gnus-carpal-mode): Ditto.
23484
23485         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23486         (gnus-browse-mode): Ditto.
23487
23488         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23489
23490         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23491
23492 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23493
23494         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23495
23496 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23497
23498         * gnus-util.el (gnus-run-mode-hooks): New function.
23499
23500         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23501
23502         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23503         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23504
23505 2005-05-27  Lute Kamstra  <lute@gnu.org>
23506
23507         * dns-mode.el (dns-mode): Specify customization group.
23508
23509 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23510
23511         * gnus-agent.el (gnus-agent-make-mode-line-string):
23512         Use mode-line-highlight as mouse-face.
23513
23514 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23515
23516         * canlock.el (canlock): Change the parent group to news.
23517
23518         * deuglify.el (gnus-outlook-deuglify): Add :group.
23519
23520         * dig.el (dig): Add :group.
23521
23522         * dns-mode.el (dns-mode): Add :group.
23523
23524         * encrypt.el (encrypt): Add :group.
23525
23526         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23527         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23528         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23529         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23530         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23531
23532         * gnus-diary.el (gnus-diary): Add :group.
23533
23534         * gnus.el (gnus-group-news-1-face): Add :group.
23535         (gnus-group-news-1-empty-face): Ditto.
23536         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23537         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23538         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23539         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23540         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23541         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23542         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23543         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23544         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23545         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23546         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23547         (gnus-summary-high-ticked-face): Ditto.
23548         (gnus-summary-low-ticked-face): Ditto.
23549         (gnus-summary-normal-ticked-face): Ditto.
23550         (gnus-summary-high-ancient-face): Ditto.
23551         (gnus-summary-low-ancient-face): Ditto.
23552         (gnus-summary-normal-ancient-face): Ditto.
23553         (gnus-summary-high-undownloaded-face): Ditto.
23554         (gnus-summary-low-undownloaded-face): Ditto.
23555         (gnus-summary-normal-undownloaded-face): Ditto.
23556         (gnus-summary-high-unread-face): Ditto.
23557         (gnus-summary-low-unread-face): Ditto.
23558         (gnus-summary-normal-unread-face): Ditto.
23559         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23560         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23561
23562         * hashcash.el (hashcash): New custom group.
23563         (hashcash-default-payment): Add :group.
23564         (hashcash-payment-alist): Ditto.
23565         (hashcash-default-accept-payment): Ditto.
23566         (hashcash-accept-resources): Ditto.
23567         (hashcash-path): Ditto.
23568         (hashcash-extra-generate-parameters): Ditto.
23569         (hashcash-double-spend-database): Ditto.
23570         (hashcash-in-news): Ditto.
23571
23572         * message.el (message-minibuffer-local-map): Add :group.
23573
23574         * netrc.el (netrc): Add :group.
23575
23576         * sieve-manage.el (sieve-manage-log): Add :group.
23577         (sieve-manage-default-user): Diito.
23578         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23579         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23580         (sieve-manage-authenticators): Ditto.
23581         (sieve-manage-authenticator-alist): Ditto.
23582         (sieve-manage-default-port): Ditto.
23583
23584         * sieve-mode.el (sieve-control-commands-face): Add :group.
23585         (sieve-action-commands-face): Ditto.
23586         (sieve-test-commands-face): Ditto.
23587         (sieve-tagged-arguments-face): Ditto.
23588
23589         * smime.el (smime): Add :group.
23590
23591         * spam-report.el (spam-report): Add :group.
23592
23593         * spam.el (spam, spam-face): Add :group.
23594
23595 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23596
23597         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23598         return \n.\n.\n at the end of articles.  Protect against that.
23599         (nntp-with-open-group): Allow debugging.
23600
23601         * nnheader.el (mail-header-set-extra): Make into a function
23602         because I just could't understand how to quote the list properly.
23603
23604         * dns.el (query-dns-cached): New function.
23605
23606 2005-05-26  Lute Kamstra  <lute@gnu.org>
23607
23608         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23609
23610 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23611
23612         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23613
23614         * gnus-art.el: Don't autoload mail-extract-address-components.
23615
23616         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23617         eval-and-compile to evaluate it.
23618
23619         * hashcash.el: Don't autoload executable-find.
23620
23621         * nndb.el: Don't declare the nndb back end two or more times; don't
23622         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23623
23624         * nntp.el: Autoload format-spec instead of format; use
23625         eval-and-compile to evaluate autoload forms.
23626
23627 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23628
23629         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23630
23631 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23632
23633         * gnus.el (gnus-version-number): Bump version.
23634
23635 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23636
23637         * gnus.el: No Gnus v0.3 is released.
23638
23639 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23640
23641         * lpath.el (featurep): Bind show-nonbreak-escape.
23642
23643 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23644
23645         * gnus-art.el (gnus-article-edit-part): Disable undo.
23646
23647 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23648
23649         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23650         gnus-article-date-lapsed-new-header is t if date timer is active;
23651         skip headers in which the original date value is empty.
23652         (gnus-article-save-original-date): Redefine it as a macro.
23653         (gnus-display-mime): Use it.
23654
23655 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23656
23657         * gnus-art.el (article-date-ut): Support converting date in
23658         forwarded parts as well.
23659         (gnus-article-save-original-date): New function.
23660         (gnus-display-mime): Use it.
23661
23662 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23663
23664         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23665         enclosure element of <item>.
23666
23667 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23668
23669         * message.el (message-kill-buffer-query): Rename from
23670         `message-kill-buffer-query-if-modified'.  Add :version.
23671
23672 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23673
23674         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23675         window layout.
23676
23677 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23678
23679         * mml.el: Autoload dnd when compiling.
23680
23681 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23682
23683         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23684         x-dnd-*.
23685
23686 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23687
23688         * qp.el (quoted-printable-encode-region): Save excursion.
23689
23690 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23691
23692         * message.el (message-kill-buffer-query-if-modified): Add new variable
23693         so the user can kill a modified message buffer quickly.
23694         (message-kill-buffer): Use it.
23695
23696 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23697
23698         * lpath.el: Fbind display-time-event-handler; don't fbind
23699         string-to-multibyte.
23700
23701         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23702
23703 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23704
23705         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23706         contained in text because xml.el decodes entities) with LFs.
23707
23708 2005-04-11  Lute Kamstra  <lute@gnu.org>
23709
23710         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23711         differently.
23712
23713 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23714
23715         * mm-util.el (mm-detect-coding-region): Typo.
23716
23717 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23718
23719         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23720
23721 2005-04-06  Deepak Goel  <deego@gnufans.org>
23722
23723         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23724         user-function allow user modifications of the scores.
23725         (spam-stat-score-buffer-user): New function, to allow
23726         user-computed modifications to the score.
23727         (spam-stat-score-buffer-user-functions): List of additional
23728         scoring functions.
23729         (spam-stat-error-holder): Global temporary error holder.
23730         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23731         variable.
23732
23733 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23734
23735         * gnus-registry.el (gnus-registry-clean-empty-function)
23736         (gnus-registry-trim, gnus-registry-fetch-groups)
23737         (gnus-registry-delete-group): Groups that match
23738         `gnus-registry-ignored-groups' are removed from the registry
23739         entries, not just ignored for splitting.  This helps clean up the
23740         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23741         to get all the groups a message ID is in.
23742
23743         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23744         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23745         (spam-stat-score-buffer-user-functions): Add :number custom type.
23746
23747 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23748
23749         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23750         argument in XEmacs.
23751
23752         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23753         (nnrss-request-group): Decode group name first.
23754         (nnrss-request-article): Make a text/plain article if mml-to-mime
23755         failed.
23756         (nnrss-get-encoding): Return a compatible encoding according to
23757         nnrss-compatible-encoding-alist.
23758         (nnrss-find-el): Use consp instead of listp.
23759         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23760
23761 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23762
23763         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23764         which Emacs 20 doesn't support.
23765         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23766
23767 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23768
23769         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23770         silence the byte compiler inside the defun.
23771
23772         * gnus-demon.el (parse-time-string): Add autoload.
23773
23774         * gnus-delay.el (parse-time-string): Add autoload.
23775
23776         * gnus-art.el (parse-time-string): Add autoload.
23777
23778         * nnultimate.el (parse-time): Require for `parse-time-string'.
23779
23780 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23781
23782         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23783
23784         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23785
23786         * smime.el (smime-ldap-host-list): Add :version.
23787
23788 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23789
23790         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23791         pass it to `gnus-browse-read-group'.
23792         (gnus-browse-read-group): Add NUMBER argument and pass it to
23793         `gnus-group-read-ephemeral-group'.
23794
23795         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23796         argument and pass it to `gnus-group-read-group'.
23797
23798 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23799
23800         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23801         mm-xemacs-find-mime-charset-1 if we have the mule feature
23802         available at runtime.
23803
23804 2005-03-25  Werner Lemberg  <wl@gnu.org>
23805
23806         * nnmaildir.el: Replace `illegal' with `invalid'.
23807
23808 2005-03-23  Lute Kamstra  <lute@gnu.org>
23809
23810         * time-date.el: Add comment on time value formats.
23811         Don't require parse-time.
23812         (with-decoded-time-value): New macro.
23813         (encode-time-value): New function.
23814         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23815         (days-to-time): Return a valid time value when arg is huge.
23816         (time-since): Use time-subtract.
23817         (time-to-number-of-days): Use time-to-seconds.
23818
23819 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23820
23821         * gnus-start.el (gnus-display-time-event-handler):
23822         Check display-time-timer at runtime rather than only at load time
23823         in case display-time-mode is turned off in the mean time.
23824
23825 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23826
23827         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23828         used.
23829
23830         * nneething.el (nneething-map-file-directory): Derive from
23831         `gnus-directory'.
23832
23833         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23834         the To/Cc button.
23835
23836 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23837
23838         * nnmaildir.el (nnmaildir-request-accept-article):
23839         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23840
23841 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23842
23843         * gnus-async.el: Require timer-funcs at compile time when in
23844         XEmacs for `run-with-idle-timer'.
23845
23846 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23847
23848         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23849         autoloaded function.
23850
23851 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23852
23853         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23854
23855 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23856
23857         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23858
23859 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23860
23861         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23862         Add gnus-expert-user to default.
23863
23864 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23865
23866         * nnimap.el (nnimap-open-server): Ditto.
23867
23868         * imap.el (imap-authenticate): Fix typo.
23869
23870 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23871
23872         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23873         buffer (since IMAP server might return FETCH response out of
23874         order, and the nntp buffer must be sorted).
23875
23876 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23877
23878         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23879         comparison on string.
23880
23881         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23882         (gnus-agent-score): Rename category keywords to match gnus-cus.
23883         (gnus-agent-summary-fetch-series): Modify to protect against
23884         gnus-agent-summary-fetch-group clearing processable flags.
23885         (gnus-agent-synchronize-group-flags): Update live group buffer as
23886         synchronization may occur due to the user toggle the plugged
23887         status.
23888         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23889         successfully downloaded.
23890         (gnus-agent-expire-group-1): Avoid using markers when the overview
23891         is in ascending order; greatly improves performance.
23892         (gnus-agent-regenerate-group):
23893         Use gnus-agent-synchronize-group-flags to reset read status in both
23894         gnus and server.
23895         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23896
23897 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23898
23899         * message.el: Don't autoload former message-utils variables.
23900         (message-strip-subject-trailing-was): Change doc string.
23901
23902         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23903         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23904         (nnweb-google-search): Add "hl=en" here.
23905         (nnweb-google-parse-1, nnweb-google-create-mapping):
23906         Don't hardcode URL.
23907
23908 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23909
23910         * message.el (message-get-reply-headers, message-followup):
23911         Mention related variables `message-use-followup-to' and
23912         `message-use-mail-followup-to', in the information buffer.
23913
23914         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23915         of broken groups(-beta).google.com.
23916
23917 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23918
23919         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23920         parameter to invoked gnus-request-move-article; remove the
23921         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23922         all at once instead of once per article.
23923         (gnus-summary-remove-process-mark): Accept a list of articles as
23924         well as a single article for processing.
23925
23926         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23927         parameter.
23928
23929         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23930
23931         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23932
23933         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23934         parameter.
23935
23936         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23937         parameter.
23938
23939         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23940         parameter and remove the gnus-sum-hint-move-is-internal variable.
23941
23942         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23943         parameter.
23944
23945         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23946         parameter.
23947
23948         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23949         parameter.
23950
23951         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23952
23953         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23954         parameter.
23955
23956         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23957         parameter.
23958
23959 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23960
23961         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23962         a more conservative way.
23963
23964 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23965
23966         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23967         buffer, so it moves the window's cursor.
23968
23969 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23970
23971         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23972         `mm-dissect-multipart' and receive the from field as an (optional)
23973         argument from `mm-dissect-multipart'.
23974         (mm-dissect-multipart): Receive the from field as an argument and
23975         pass it on when we call `mm-dissect-buffer' on MIME parts.
23976         Fixes verification/decryption of signed/encrypted MIME parts.
23977
23978 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23979
23980         * gnus-sum.el (gnus-summary-move-article):
23981         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23982         whatever it calls (right now, only nnimap-request-move article
23983         respects it).
23984
23985         * nnimap.el (nnimap-request-move-article):
23986         When gnus-sum-hint-move-is-internal is set, don't do the extra
23987         nnimap-request-article.
23988
23989 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23990
23991         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23992
23993         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23994         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23995
23996         * gnus-sum.el (gnus-summary-caesar-message):
23997         Apply `gnus-treat-article' after rotation.
23998
23999         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
24000         doc string.
24001
24002 2005-02-22  Simon Josefsson  <jas@extundo.com>
24003
24004         * encrypt.el (encrypt-password-cache-expiry): Remove (use
24005         `password-cache-expiry' instead).  Reported by Arne Jørgensen
24006         <arne@arnested.dk>.
24007         (encrypt): Add password-cache and password-cache-expiry as group
24008         members.
24009
24010 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
24011
24012         * smime.el (smime-ldap-host-list): Doc fix.
24013         (smime-ask-passphrase): Use `password-read-and-add' to read (and
24014         cache) password.
24015         (smime-sign-region): Use it.
24016         (smime-decrypt-region): Use it.
24017         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
24018         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
24019         fails.
24020         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
24021         certificate from DER to PEM format rather than calling openssl.
24022
24023         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
24024
24025         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
24026         for signing/encryption.
24027
24028         * mml.el (mml-parse-1): Use them.
24029
24030 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
24031
24032         * nnrss.el (nnrss-verbose): Remove.
24033         (nnrss-request-group): Use `nnheader-message' instead.
24034
24035 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
24036
24037         * nnrss.el (nnrss-verbose): New variable.
24038         (nnrss-request-group): Make it say nnrss is requesting a group.
24039
24040 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
24041
24042         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
24043         Handle news URL with given port correctly.
24044
24045 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24046
24047         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
24048         containing special characters.
24049
24050         * gnus-sum.el (gnus-summary-edit-article): Ditto.
24051
24052         * mml.el (mime-to-mml): Ditto.
24053
24054         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
24055         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
24056         (rfc2047-decode-region): Quote decoded words containing special
24057         characters when rfc2047-quote-decoded-words-containing-tspecials
24058         is non-nil.
24059
24060 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
24061
24062         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
24063
24064         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
24065
24066 2005-02-15  Simon Josefsson  <jas@extundo.com>
24067
24068         * nnimap.el (nnimap-debug): Doc fix.
24069
24070         * imap.el (imap-debug): Doc fix.
24071
24072 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24073
24074         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
24075
24076 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
24077
24078         * gnus.el (spam-contents): Improve docs for spam-contents
24079         parameter in its variable incarnation.
24080
24081 2005-02-14  Simon Josefsson  <jas@extundo.com>
24082
24083         * smime-ldap.el: Use require instead of load-library for ldap.
24084         (smime-ldap-search): Indent.
24085         (smime-ldap-search-internal): Shorten line.
24086
24087         * smime.el (smime-cert-by-dns): Add doc-string.
24088         (smime-cert-by-ldap-1): Indent.
24089
24090         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
24091         mml-smime-get-dns-ldap.
24092         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24093
24094 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24095
24096         * smime.el: Require smime-ldap.
24097         (smime-ldap-host-list): New variable.
24098         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24099
24100         * mml-smime.el (mml-smime-encrypt-query): New function.
24101         (mml-smime-encrypt-query): Use it.
24102
24103         * smime-ldap.el: New file.
24104
24105 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24106
24107         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24108
24109 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24110
24111         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24112         argument in doc string.  Make query for type more clear.
24113
24114 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24115
24116         * gnus.el (gnus-group-startup-message): Search for gnus images in
24117         etc/images/gnus.
24118         * mm-util.el (mm-image-load-path): Likewise.
24119         * smiley.el (smiley-data-directory): Search for smilies in
24120         etc/images/smilies.
24121
24122 2005-02-09  Kim F. Storm  <storm@cua.dk>
24123
24124         Change Emacs release version from 21.4 to 22.1 throughout.
24125         Change Emacs development version from 21.3.50 to 22.0.50.
24126
24127 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24128
24129         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24130
24131         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24132         non-Mule XEmacs as well.
24133         (mm-decompress-buffer): Signal an error intentionally if it does
24134         not decompress compressed data because auto-compression-mode is
24135         disabled.
24136
24137 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24138
24139         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24140         an ID in the registry even if it has no groups.
24141
24142 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24143
24144         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24145         merge it into mm-decompress-buffer.
24146         (gnus-mime-copy-part): Use the MIME part charset, the value which
24147         a user specified or gnus-newsgroup-charset for decoding, like
24148         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24149         save-buffer what was used.  Suggested by Kevin Ryde
24150         <user42@zip.com.au>.
24151         (gnus-mime-inline-part): Allow the name parameter as well as the
24152         filename parameter; force decompressing of compressed data; always
24153         display contents being not decoded as unibyte.
24154
24155         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24156         as well as the filename parameter.
24157
24158         * mm-util.el (mm-decompress-buffer):
24159         Merge gnus-mime-jka-compr-maybe-uncompress.
24160         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24161         of compressed data.
24162
24163 2005-02-08  Simon Josefsson  <jas@extundo.com>
24164
24165         * imap.el (imap-log): Doc fix.
24166
24167 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24168
24169         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24170         the coding cookies; decompress compressed parts.
24171
24172         * mml.el (mml-generate-mime-1): Add the charset parameter according
24173         to the value which a user specified manually or the coding cookie.
24174
24175         * mm-util.el (mm-string-to-multibyte): New function.
24176         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24177         (mm-coding-system-to-mime-charset): New function.
24178         (mm-decompress-buffer): New function.
24179         (mm-find-buffer-file-coding-system): New function.
24180
24181         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24182         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24183         parts.
24184
24185 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24186
24187         * mm-view.el (mm-display-inline-fontify): Decode a part according
24188         to the charset parameter.
24189
24190 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24191
24192         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24193         prefix arg is neither nil nor a number, as info specifies.
24194
24195 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24196
24197         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24198         timestamps.
24199
24200 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24201
24202         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24203         groups error checking and notify user.
24204
24205 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24206
24207         * message.el (message-send-mail-function): Check existence of
24208         sendmail-program first before using default value
24209         `message-send-mail-with-sendmail'.  Otherwise use more generic
24210         `smtpmail-send-it'.
24211
24212 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24213
24214         * nntp.el (nntp-request-update-info): Always return nil.
24215
24216 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24217
24218         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24219
24220 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24221
24222         * message.el (message-beginning-of-line): Change the behavior when
24223         invoked between BOL and : so that it first moves backward.
24224
24225 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24226
24227         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24228         article buffer when editing of the article is discarded.
24229         (gnus-article-prepare): Revert.
24230
24231 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24232
24233         * gnus-art.el (gnus-article-prepare):
24234         Remove message-strip-forbidden-properties from the local hook.
24235
24236 2005-01-27  Simon Josefsson  <jas@extundo.com>
24237
24238         * password.el (password-cache-add): Only start one timer per key.
24239         Reported by Derek Atkins <warlord@MIT.EDU>.
24240
24241 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24242
24243         * run-at-time.el: Remove.  It is no longer needed as
24244         timer-funcs.el in the xemacs-base package has a working version of
24245         `run-at-time'.
24246
24247         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24248
24249         * password.el: Require timer-funcs instead of run-at-time in
24250         XEmacs.
24251         Remove `password-run-at-time' macro.
24252         (password-cache-add): Use `run-at-time' instead of
24253         `password-run-at-time'.
24254
24255         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24256         Remove `nnheader-cancel-function-timers' alias,
24257         `cancel-function-timers' exists in XEmacs in timer-funcs.
24258
24259         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24260         for `run-with-idle-timer'.
24261
24262         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24263         for `run-at-time'.
24264
24265         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24266         for `with-timeout'.
24267
24268         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24269         the same as for XEmacs 21.4.
24270         No need to ignore `run-with-idle-timer', this function exists in
24271         XEmacs now in timer-funcs.el in the xemacs-base package.
24272         (dgnushack-compile): No need to delete
24273         run-at-time.el from the list of files to compile because it
24274         doesn't exist anymore.
24275
24276 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24277
24278         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24279         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24280
24281 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24282
24283         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24284         sensitively.
24285
24286 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24287
24288         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24289
24290 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24291
24292         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24293         which will be inserted according to the multibyteness of a buffer
24294         rather than the type of contents.  Suggested by ARISAWA Akihiro
24295         <ari@mbf.ocn.ne.jp>.
24296
24297         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24298         of string which old xml.el may return rather than a string.
24299
24300 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24301
24302         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24303
24304 2005-01-16  Simon Josefsson  <jas@extundo.com>
24305
24306         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24307         idn/idna.el isn't available.
24308         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24309         <michael@waxrat.com>.
24310
24311         * hashcash.el: Remove non-FSF copyright header.
24312
24313         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24314         (hashcash-generate-payment): Use it.
24315         (hashcash-generate-payment-async): Use it.
24316
24317 2005-01-15  Simon Josefsson  <jas@extundo.com>
24318
24319         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24320         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24321
24322         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24323         gnus-summary-idna-message.
24324         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24325         (gnus-summary-idna-message): New function.
24326
24327 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24328
24329         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24330         gnus-novice-user.
24331
24332 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24333
24334         * nnrss.el (nnrss-request-delete-group): Delete entries in
24335         nnrss-group-alist as well.
24336         (nnrss-save-server-data): Insert newline.
24337
24338 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24339
24340         * gnus.el (gnus-user-agent): Use list of symbols instead of
24341         symbols.  Display full version number for (S)XEmacs.
24342         Optionally display (S)XEmacs codename.
24343
24344         * gnus-util.el (gnus-emacs-version): Update for new
24345         `gnus-user-agent'.
24346
24347         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24348         Gnus version.
24349
24350 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24351
24352         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24353         which is unreadable in some setups.
24354
24355 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24356
24357         * gnus-spec.el (gnus-update-format-specifications): Flush the
24358         group format spec cache if it doesn't support decoded group names.
24359
24360 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24361
24362         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24363         Allow to apply decay on score files matching a regexp.
24364
24365 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24366
24367         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24368         compatibility in %g and %c.
24369
24370 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24371
24372         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24373         name for only %g and %c.
24374         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24375         of gnus-tmp-group to decoded group name.
24376         (gnus-group-make-rss-group): Exclude `/'s from group names.
24377
24378 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24379
24380         * nnrss.el (nnrss-get-encoding): Fix regexp.
24381
24382 2004-12-27  Simon Josefsson  <jas@extundo.com>
24383
24384         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24385         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24386         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24387
24388 2004-12-17  Kim F. Storm  <storm@cua.dk>
24389
24390         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24391
24392         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24393
24394 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24395
24396         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24397
24398 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24399
24400         * nnrss.el: Require rfc2047 and mml.
24401         (nnrss-file-coding-system): New variable.
24402         (nnrss-format-string): Redefine it as an inline function.
24403         (nnrss-decode-group-name): New function.
24404         (nnrss-string-as-multibyte): Remove.
24405         (nnrss-retrieve-headers): Decode group name; don't use
24406         nnrss-format-string.
24407         (nnrss-request-group): Decode group name.
24408         (nnrss-request-article): Decode group name; allow a Message-ID as
24409         well as an article number; don't use nnrss-format-string; encode a
24410         Message-ID string which may contain non-ASCII characters; use
24411         mml-to-mime to compose a MIME article.
24412         (nnrss-request-expire-articles): Decode group name.
24413         (nnrss-request-delete-group): Decode group name.
24414         (nnrss-fetch): Clarify error message.
24415         (nnrss-read-server-data): Use insert-file-contents instead of load;
24416         bind file-name-coding-system; use multibyte buffer.
24417         (nnrss-save-server-data): Bind coding-system-for-write to the
24418         value of nnrss-file-coding-system; bind file-name-coding-system;
24419         add coding cookie.
24420         (nnrss-read-group-data): Use insert-file-contents instead of load;
24421         bind file-name-coding-system; use multibyte buffer.
24422         (nnrss-save-group-data): Bind coding-system-for-write to the
24423         value of nnrss-file-coding-system; bind file-name-coding-system.
24424         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24425         make it work with non-ASCII text.
24426         (nnrss-find-el): Make it work with old xml.el as well.
24427
24428 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24429
24430         * nnrss.el (nnrss-get-encoding): New function.
24431         (nnrss-fetch): Use unibyte buffer initially; bind
24432         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24433         decode contents according to the encoding attribute.
24434         (nnrss-save-group-data): Add coding cookie.
24435         (nnrss-mime-encode-string): New function.
24436         (nnrss-check-group): Use it to encode subject and author.
24437
24438 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24439
24440         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24441         imaginary variable.
24442
24443 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24444
24445         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24446         correctly even if there are wide characters.
24447
24448 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24449
24450         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24451         downcased symbol names; make a new cache instead of reusing
24452         bbdb-hashtable.
24453
24454 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24455
24456         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24457         concatenating segments rather than before concatenating them.
24458         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24459
24460         * message.el (message-get-reply-headers): Bind `extra'.
24461
24462 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24463
24464         * message.el (message-extra-wide-headers): New variable.
24465         (message-get-reply-headers): Use it.
24466
24467 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24468
24469         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24470         (gnus-agent-group-pathname): Ditto.
24471
24472         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24473
24474         * gnus-group.el (gnus-group-make-group): Decode group name.
24475         (gnus-group-make-rss-group): Register the group data after opening
24476         the nnrss group.
24477
24478 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24479
24480         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24481         by expiry now get marked as read.
24482
24483 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24484
24485         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24486
24487 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24488
24489         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24490         unify Latin characters in XEmacs.
24491         (mm-find-mime-charset-region): Use it.
24492
24493 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24494
24495         * gnus-util.el (gnus-delete-directory): New function.
24496
24497         * gnus-agent.el (gnus-agent-delete-group): Use it.
24498
24499         * gnus-cache.el (gnus-cache-delete-group): Use it.
24500
24501 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24502
24503         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24504         names.
24505
24506 2004-12-16  Simon Josefsson  <jas@extundo.com>
24507
24508         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24509
24510 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24511
24512         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24513
24514         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24515         (gnus-group-set-current-level): Decode group name.
24516
24517 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24518
24519         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24520         failed.
24521
24522 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24523
24524         * gnus-group.el (gnus-group-delete-group): Decode group name.
24525         (gnus-group-make-rss-group): Encode group name.
24526         (gnus-group-catchup-current): Decode group name.
24527         (gnus-group-kill-group): Decode group name.
24528
24529 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24530
24531         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24532
24533 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24534
24535         * gnus-group.el (gnus-group-make-rss-group):
24536         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24537
24538         * gnus-start.el (gnus-setup-news): Honor user's setting to
24539         gnus-message-archive-method.  Suggested by Lute Kamstra
24540         <lute@gnu.org>.
24541
24542 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24543
24544         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24545         global counterparts of the buffer-local variables.
24546
24547 2004-11-16  Romain Francoise  <romain@orebokech.com>
24548
24549         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24550         counterparts of the buffer-local variables.
24551
24552 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24553
24554         * message.el (message-forbidden-properties): Fix typo in doc
24555         string.
24556
24557 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24558
24559         * gnus-util.el (gnus-replace-in-string): Add doc string.
24560
24561         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24562         to avoid problems when splitting mails with many recipients.
24563
24564 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24565
24566         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24567         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24568
24569 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24570
24571         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24572         if there is no hashtable in memory or file modification time is
24573         newer than cached timestamp.
24574
24575 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24576
24577         * gnus-sum.el (gnus-summary-limit-to-recipient):
24578         Implement not-matching option.
24579
24580 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24581
24582         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24583         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24584         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24585         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24586         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24587         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24588
24589 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24590
24591         * message.el (message-forward-make-body-mml): Remove headers
24592         according to message-forward-ignored-headers if a message is decoded.
24593
24594 2004-12-02  Romain Francoise  <romain@orebokech.com>
24595
24596         * message.el (message-forward-make-body-plain): Always remove
24597         headers according to message-forward-ignored-headers.
24598
24599 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24600
24601         * spam.el (spam-summary-prepare-exit): Remove the
24602         gnus-summary-limit pop for now, it has problems with ham marks for
24603         me.
24604
24605 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24606
24607         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24608         correctly.
24609
24610 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24611
24612         * format-spec.el (format-spec): Message the char.
24613
24614 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24615
24616         * gnus-art.el (gnus-split-methods): Reformat comments.
24617
24618         * spam.el (spam-summary-prepare-exit): Remove article limits
24619         before exiting the summary buffer.
24620
24621 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24622
24623         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24624         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24625
24626         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24627         order to silence the byte compiler.
24628
24629         * spam.el: Fix the way to silence the byte compiler, which
24630         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24631         bbdb-search-simple, spam-BBDB-register-routine,
24632         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24633         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24634         spam-stat-buffer-is-spam, spam-stat-load,
24635         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24636         spam-stat-save and spam-stat-split-fancy.
24637
24638 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24639
24640         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24641         which may confuse users.
24642         (canlock-password-for-verify): Ditto.
24643
24644         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24645
24646         * gnus-art.el (gnus-emphasis-alist): Ditto.
24647
24648         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24649
24650         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24651
24652         * gnus-start.el (gnus-save-killed-list): Ditto.
24653
24654         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24655         (gnus-sum-thread-tree-root): Ditto.
24656         (gnus-sum-thread-tree-false-root): Ditto.
24657         (gnus-sum-thread-tree-single-indent): Ditto.
24658
24659         * message.el (message-courtesy-message): Ditto.
24660         (message-archive-note): Ditto.
24661         (message-subscribed-address-file): Ditto.
24662         (message-user-fqdn): Ditto.
24663
24664         * spam-report.el (spam-report-gmane-regex): Ditto.
24665
24666         * spam.el (spam-blackhole-good-server-regex): Ditto.
24667
24668 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24669
24670         * mml.el (mml-preview): Widen the message buffer before copying
24671         the contents to the preview buffer; sort headers before previewing.
24672
24673         * message.el (message-hidden-headers): Fix the way to avoid a bug
24674         in the `repeat' widget in Emacs 21.3 or earlier.
24675
24676 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24677
24678         * message.el (message-hidden-headers): Default to "^References:".
24679         Improve customization type.  Suggested by Reiner Steib
24680         <Reiner.Steib@gmx.de>.
24681
24682 2004-11-25  Romain Francoise  <romain@orebokech.com>
24683
24684         * message.el (message-strip-forbidden-properties): Remove check for
24685         obsolete `message-hidden' text property, hidden headers are not
24686         accessible in the buffer anymore.
24687
24688 2004-11-22  Romain Francoise  <romain@orebokech.com>
24689
24690         * message.el (message-header-format-alist): Add `From' in list
24691         so that it can be sorted.
24692         (message-fix-before-sending): Widen and sort headers before
24693         sending.
24694         (message-hide-headers): Use narrowing to hide headers by moving
24695         them to the top of the buffer and narrowing to the region
24696         underneath.
24697
24698 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24699
24700         * message.el (message-strip-forbidden-properties):
24701         Bind buffer-read-only (etc) to nil.
24702
24703 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24704
24705         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24706         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24707
24708 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24709
24710         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24711
24712 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24713
24714         * dns.el (query-dns): Use sit-for to time instead of
24715         accept-process-output, since that doesn't seem to work on udp
24716         sockets.
24717
24718 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24719
24720         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24721
24722 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24723
24724         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24725         doc string.  Improve doc string.
24726
24727 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24728
24729         * nntp.el (nntp-request-update-info): Return nil if
24730         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24731         may not call gnus-activate-group which uselessly issues the GROUP
24732         commands for all nntp groups and wastes time.  Reported by Romain
24733         Francoise <romain@orebokech.com>.
24734
24735         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24736
24737 2004-11-15  Simon Josefsson  <jas@extundo.com>
24738
24739         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24740         headers separately.
24741         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24742         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24743
24744 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24745
24746         * gnus-start.el (gnus-convert-old-newsrc):
24747         Assign legacy-gnus-agent to 5.10.7.
24748
24749 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24750
24751         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24752         start of the lines.
24753
24754 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24755
24756         * hashcash.el (hashcash-default-payment): Change default to 20.
24757         (hashcash-default-accept-payment): Change default to 20.
24758         (hashcash-process-alist): New variable.
24759         (hashcash-generate-payment-async): Add.
24760         (hashcash-already-paid-p): Add.
24761         (hashcash-insert-payment): Don't generate payments twice.
24762         (hashcash-insert-payment-async): Add.
24763         (hashcash-insert-payment-async-2): Add.
24764         (hashcash-cancel-async): Add.
24765         (hashcash-wait-async): Add.
24766         (hashcash-processes-running-p): Add.
24767         (hashcash-wait-or-cancel): Add.
24768         (mail-add-payment): New optional argument.  Conditionally start
24769         asynchronous calculation.
24770         (mail-add-payment-async): Add.
24771
24772         * message.el (message-send-mail): Wait for asynchronous hashcash
24773         results.  Don't clobber existing X-Hashcash headers.
24774         (message-setup-1): Call mail-add-payment-async when
24775         message-generate-hashcash is non-nil.
24776
24777 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24778
24779         * message.el (message-use-alternative-email-as-from): Examine the
24780         From header as well; use message-make-from in order to include a
24781         user's full name.
24782
24783 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24784
24785         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24786         default; improve customization type.
24787         (gnus-emphasis-custom-with-format): New macro.
24788         (gnus-emphasis-custom-value-to-external): New function.
24789         (gnus-emphasis-custom-value-to-internal): New function.
24790
24791 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24792
24793         * dns.el (query-dns): Resolve reverse addresses.
24794
24795 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24796
24797         * gnus-group.el (gnus-group-get-new-news): Use it.
24798
24799         * gnus-start.el (gnus-check-reasonable-setup): New function.
24800
24801 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24802
24803         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24804         "Args out of range" error.  Reported by Arnaud Giersch
24805         <arnaud.giersch@free.fr>.
24806
24807 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24808
24809         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24810
24811 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24812
24813         * spam.el (spam group): Add :version.
24814
24815         * pgg-def.el (pgg group): Add :version.
24816
24817 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24818
24819         * gnus-art.el (gnus-article-edit-article): Don't associate the
24820         article buffer with a draft file.  This is a temporary measure
24821         against the 2004-08-22 change to gnus-article-edit-mode.
24822
24823 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24824
24825         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24826         (html2text-format-tags): Remove unused variable `attr'.
24827
24828 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24829
24830         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24831
24832         * tls.el (tls-process-connection-type, tls-success)
24833         (tls-certtool-program): Add :version.
24834
24835         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24836         (starttls-extra-arguments, starttls-process-connection-type)
24837         (starttls-connect, starttls-failure, starttls-success): Add :version.
24838
24839         * spam-stat.el (spam-stat): Add :version.
24840
24841         * sieve.el (sieve): Add :version.
24842
24843         * sha1.el (sha1): Add :version.
24844         (sha1-use-external): Remove redundant version.
24845
24846         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24847         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24848         (nnmail-split-fancy-match-partial-words)
24849         (nnmail-split-lowercase-expanded): Add :version.
24850
24851         * nndiary.el (nndiary): Add :version.
24852
24853         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24854
24855         * mml-sec.el (mml-default-sign-method)
24856         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24857         Add :version.
24858
24859         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24860
24861         * mm-url.el (mm-url-use-external, mm-url-program)
24862         (mm-url-arguments): Add :version.
24863
24864         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24865         (mm-attachment-file-modes, mm-decrypt-option)
24866         (mm-w3m-safe-url-regexp): Add :version.
24867
24868         * message.el (message-cite-prefix-regexp)
24869         (message-sendmail-envelope-from, message-minibuffer-local-map)
24870         (message-user-fqdn, message-completion-alist): Add :version.
24871
24872         * gnus-win.el (gnus-configure-windows-hook)
24873         (gnus-use-frames-on-any-display): Add :version.
24874
24875         * gnus-art.el (gnus-article-address-banner-alist)
24876         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24877         (gnus-treat-from-picon, gnus-treat-mail-picon)
24878         (gnus-treat-x-pgp-sig): Add :version.
24879
24880         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24881         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24882         (gnus-summary-article-delete-hook)
24883         (gnus-summary-display-while-building): Add :version.
24884
24885         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24886         (gnus-get-top-new-news-hook): Add :version.
24887
24888         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24889         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24890
24891         * gnus-registry.el (gnus-registry): Add :version.
24892
24893         * gnus-spec.el (gnus-use-correct-string-widths)
24894         (gnus-make-format-preserve-properties): Add :version.
24895
24896         * gnus.el (gnus-group-charter-alist)
24897         (gnus-group-fetch-control-use-browse-url)
24898         (gnus-install-group-spam-parameters): Add :version.
24899
24900         * gnus-diary.el (gnus-diary): Add :version.
24901
24902         * gnus-delay.el (gnus-delay): Add :version.
24903
24904         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24905         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24906         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24907         Add :version.
24908
24909         * gnus-agent.el (gnus-agent-max-fetch-size)
24910         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24911         (gnus-agent-prompt-send-queue): Add :version.
24912
24913         * deuglify.el (gnus-outlook-deuglify): Add :version.
24914
24915         * html2text.el: Beautify code.  Improve doc strings.
24916         Some checkdoc cleanup.
24917         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24918
24919 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24920
24921         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24922
24923 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24924
24925         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24926         when package is loaded.
24927
24928         * spam.el (spam-summary-score-preferred-header): Add global preference
24929         for people who want to override the default SpamAssassin over
24930         Bogofilter preference (when both are set).
24931         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24932         (spam-user-format-function-S):
24933         Check spam-summary-score-preferred-header.
24934         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24935         (spam-user-format-function-S): Format the score correctly.
24936
24937 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24938
24939         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24940         signature file.  Suggested by Manoj Srivastava
24941         <srivasta@golden-gryphon.com>.
24942
24943         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24944         iso-2022-jp even in the Japanese language environment.
24945         Suggested by Jason Rumney <jasonr@gnu.org>.
24946
24947 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24948
24949         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24950         use the same characters as the dummy marks; make it free from
24951         getting affected by the language environment.
24952         (gnus-summary-read-group-1): Update mark positions only when the
24953         format spec is updated.
24954
24955         * gnus-spec.el (gnus-update-format-specifications): Return a list
24956         of updated types.
24957
24958 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24959
24960         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24961         of boundp to check if display-warning is available.
24962
24963 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24964
24965         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24966
24967 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24968
24969         * nnspool.el (nnspool-spool-directory): Use news-path if the
24970         news-directory variable is not bound.
24971
24972         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24973         function instead of display-warning if it is not available.
24974
24975 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24976
24977         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24978         v5-10: Use `point-at-bol'.
24979
24980 2004-10-26  Simon Josefsson  <jas@extundo.com>
24981
24982         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24983         <chenggao@gmail.com>.
24984
24985 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24986
24987         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24988         instead.
24989
24990 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24991
24992         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24993         to remove a server from the nnimap-server-buffer-alist.
24994         (nnimap-open-connection, nnimap-close-server): Use it.
24995
24996         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24997
24998 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24999
25000         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
25001         running the major-mode function.
25002
25003 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25004
25005         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
25006         dummy marks in the right way.
25007
25008 2004-10-18  David Edmondson  <dme@dme.org>
25009
25010         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
25011         excessively.
25012
25013 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
25014
25015         * gnus-util.el (gnus-split-references): Accept a nil references
25016         string and go on blissfully.
25017
25018         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
25019         cases where the references string is non-nil but has no references.
25020
25021         * encrypt.el: Add autoload tags.
25022
25023         * spam.el (spam-resolve-registrations-routine): Remove article
25024         from unregistration list too.  Reported by David Hanak
25025         <dhanak@isis.vanderbilt.edu>
25026
25027 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
25028
25029         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
25030         nil.  Change custom type.
25031
25032 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
25033
25034         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
25035
25036         * gnus-sum.el (gnus-summary-move-article): Use it.
25037
25038 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
25039
25040         * encrypt.el: Add autoload cookies.
25041
25042         * spam.el (spam-backend-article-list-property)
25043         (spam-backend-get-article-todo-list)
25044         (spam-backend-put-article-todo-list)
25045         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
25046         Resolve registrations separately.
25047         (spam-register-routine): Format comments.
25048         (spam-unregister-routine, spam-register-routine): Always call with
25049         specific-articles, no default list.
25050         (spam-summary-prepare-exit): Use the spam-classifications function.
25051
25052         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
25053         gnus-encrypt.el.
25054
25055         * encrypt.el: Copied from gnus-encrypt.el.
25056
25057         * gnus-encrypt.el: Commented that it's obsolete.
25058
25059 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25060
25061         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
25062         (gnus-score-save): Use it.
25063
25064         * message.el (message-bury): Use `window-dedicated-p'.
25065
25066 2004-10-15  Simon Josefsson  <jas@extundo.com>
25067
25068         * pop3.el (top-level): Don't require nnheader.
25069         (pop3-read-timeout): Add.
25070         (pop3-accept-process-output): Add.
25071         (pop3-read-response, pop3-retr): Use it.
25072
25073 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
25074
25075         * spam.el (spam-register-routine): Move comment.
25076         (spam-verify-bogofilter): Use 'unknown for the initial
25077         spam-bogofilter-valid state, not 'never.
25078
25079         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
25080         for netrc-machine.
25081
25082         * nnimap.el (nnimap-open-connection):
25083         Use netrc-machine-user-or-password.
25084
25085 2004-10-17  Richard M. Stallman  <rms@gnu.org>
25086
25087         * gnus-registry.el (gnus-registry-unload-hook):
25088         Set as a variable with add-hook.
25089
25090         * nnspool.el (nnspool-spool-directory): Use news-directory instead
25091         of news-path.
25092
25093         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25094
25095         * spam.el: Delete duplicate `provide'.
25096         (spam-unload-hook): Set as a variable with add-hook.
25097
25098 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25099
25100         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25101         in the doc string.
25102
25103         * message.el (message-ignored-news-headers)
25104         (message-ignored-supersedes-headers)
25105         (message-ignored-resent-headers)
25106         (message-forward-ignored-headers): Improve custom type.
25107
25108 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25109
25110         * message.el (message-tokenize-header): Fix 2004-09-06 change
25111         which used point-min in the wrong place.
25112
25113 2004-10-12  Simon Josefsson  <jas@extundo.com>
25114
25115         * tls.el (tls-certtool-program): New variable.
25116         (tls-certificate-information): New function, based on
25117         ssl-certificate-information.
25118
25119 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25120
25121         * compface.el: Move the version of ELisp-based uncompface program
25122         to the contrib directory because of the copyright problem.
25123
25124 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25125
25126         * message.el (message-kill-buffer): Raise the current frame.
25127
25128 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25129
25130         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25131
25132         * gnus.el (message-y-or-n-p): Autoload.
25133
25134         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25135         (pop3-password-required, pop3-authentication-scheme)
25136         (pop3-leave-mail-on-server): Make customizable.
25137         (pop3): New custom group.
25138         (pop3-retr): Remove `sleep-for' statements.
25139         Suggested by Dave Love <fx@gnu.org>.
25140
25141         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25142         Windows/DOS.
25143
25144         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25145         (imap-parse-body): Fix incorrect use of `assert'.
25146         Suggested by Dave Love <fx@gnu.org>.
25147
25148         * mml.el (mml-minibuffer-read-disposition): Require match.
25149         Suggested by Dave Love <fx@gnu.org>.
25150
25151 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25152
25153         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25154         doc string.
25155
25156 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25157
25158         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25159
25160 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25161
25162         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25163         instead of calling `mm-insert-inline', to decode text/* parts
25164         before displaying them.
25165
25166 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25167
25168         * mm-uu.el (mm-uu-text-plain-type): New variable.
25169         (mm-uu-pgp-signed-extract-1): Use it.
25170         (mm-uu-pgp-encrypted-extract-1): Use it.
25171         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25172         bind mm-uu-text-plain-type with that value.
25173         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25174         mm-uu-dissect.
25175
25176 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25177
25178         * gnus-group.el (gnus-update-group-mark-positions):
25179         * gnus-sum.el (gnus-update-summary-mark-positions):
25180         * message.el (message-check-news-body-syntax):
25181         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25182         of string-as-multibyte.
25183
25184 2004-10-05  Juri Linkov  <juri@jurta.org>
25185
25186         * gnus-group.el (gnus-update-group-mark-positions):
25187         * gnus-sum.el (gnus-update-summary-mark-positions):
25188         * message.el (message-check-news-body-syntax):
25189         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25190         8-bit unibyte values to a multibyte string for search functions.
25191
25192 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25193
25194         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25195         (mm-uu-dissect-text-parts): New function.
25196
25197         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25198         dissect text parts.
25199
25200         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25201         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25202
25203         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25204
25205         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25206         Use gnus-current-topics instead of gnus-current-topic.
25207
25208 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25209
25210         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25211
25212 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25213
25214         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25215         where appropriate.
25216
25217         * nnml.el (nnml-generate-active-info): do.
25218
25219         * nndiary.el (nndiary-generate-active-info): do.
25220
25221         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25222         (gnus-topic-move): do.
25223
25224         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25225         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25226
25227         * gnus-srvr.el (gnus-server-prepare)
25228         (gnus-server-open-all-servers): do.
25229
25230         * gnus-msg.el (gnus-summary-cancel-article)
25231         (gnus-summary-resend-message)
25232         (gnus-summary-mail-crosspost-complaint): do.
25233
25234         * gnus-move.el (gnus-change-server): do.
25235
25236         * gnus-group.el (gnus-group-unmark-all-groups)
25237         (gnus-group-set-current-level): do.
25238
25239 2004-10-04  Simon Josefsson  <jas@extundo.com>
25240
25241         * message.el (message-generate-hashcash): Doc fix.
25242
25243 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25244
25245         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25246         avoid infinite recursion via gnus-get-function.
25247
25248 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25249
25250         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25251
25252         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25253
25254         * nnmail.el (nnmail-split-history): do.
25255
25256         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25257         (nnml-request-delete-group): do.
25258
25259         * nnslashdot.el (nnslashdot-read-groups): do.
25260
25261         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25262         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25263
25264         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25265         (nnspool-sift-nov-with-sed): Use last.
25266         (nnspool-retrieve-headers-with-nov): Use mapc.
25267         (nnspool-request-newgroups): Use dolist.
25268         (nnspool-request-group): Use last.
25269
25270         * nntp.el (nntp-read-server-type): Use dolist.
25271
25272         * nnvirtual.el (nnvirtual-create-mapping)
25273         (nnvirtual-update-read-and-marked): Use dolist.
25274         (nnvirtual-convert-headers): Simplify.
25275
25276 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25277
25278         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25279         Add support for sync'ing tick marks.
25280
25281 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25282
25283         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25284         there's no visible header.
25285
25286 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25287
25288         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25289         When necessary, pass full group name to gnus-request-set-marks.
25290
25291 2004-10-01  Simon Josefsson  <jas@extundo.com>
25292
25293         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25294         acroread.
25295
25296 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25297
25298         * spam-report.el (spam-report-gmane): Fix interactive.
25299
25300         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25301
25302         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25303         when writing file.
25304         (gnus-agent-synchronize-flags): Don't default to being
25305         interactive.
25306
25307 2004-09-30  Simon Josefsson  <jas@extundo.com>
25308
25309         * message.el (message-generate-hashcash): Add.
25310         (message-send-mail): Use it, call mail-add-payment.
25311
25312 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25313
25314         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25315
25316 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25317
25318         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25319         gnus-requst-update-info with explicit code to sync the in-memory
25320         info read flags with the marks being sync'd to the backend.
25321
25322         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25323
25324 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25325
25326         * spam.el (spam-verify-bogofilter): Add new function.
25327         (spam-check-bogofilter)
25328         (spam-bogofilter-register-with-bogofilter): Use it.
25329         (spam-verify-bogofilter): Add small fixes.
25330
25331 2004-09-28  Simon Josefsson  <jas@extundo.com>
25332
25333         * hashcash.el (hashcash-generate-payment): Revert.
25334
25335 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25336
25337         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25338         Use gnus-extract-references instead of gnus-split-references.
25339
25340         * gnus-util.el (gnus-extract-references): Add new function, analogous
25341         to gnus-split-references but extracts only the message-ID without
25342         anything extra.
25343
25344         * hashcash.el (hashcash-generate-payment)
25345         (hashcash-check-payment): Do the right thing if hashcash-path is
25346         nil (because the hashcash program could not be found).
25347
25348         * spam.el (spam-use-hashcash): Remove comment.
25349
25350 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25351
25352         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25353         (gnus-cache-enter-article, gnus-cache-remove-article)
25354         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25355
25356         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25357
25358         * gnus-art.el (article-hide-boring-headers)
25359         (article-translate-strings, article-display-face)
25360         (gnus-article-mime-match-handle-first)
25361         (gnus-article-highlight-headers)
25362         (gnus-article-add-buttons-to-head): do.
25363
25364 2004-09-27  Simon Josefsson  <jas@extundo.com>
25365
25366         * hashcash.el: New version, from
25367         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25368         ../contrib/.
25369
25370 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25371
25372         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25373
25374 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25375
25376         * gnus-dup.el (gnus-dup-open): Use mapc.
25377         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25378
25379         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25380         Reported by Stefan Wiens <s.wi@gmx.net>.
25381
25382         * gnus.el (gnus-shutdown): Use dolist.
25383
25384         * gnus-undo.el (gnus-undo): Use mapc.
25385
25386         * nnrss.el (nnrss-generate-active): do.
25387
25388         * message.el (message-cite-original-without-signature)
25389         (message-cite-original): Use mapc.
25390         (message-do-actions, message-make-forward-subject): Use dolist.
25391
25392 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25393
25394         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25395         deletion to remove entire duplicate line.  Fixes merged article
25396         number bug.
25397
25398 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25399
25400         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25401         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25402         first ask if you want to open a server and then, even when you
25403         responded with no, asking if you want to synchronize the server's
25404         flags.
25405         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25406         multi-line expressions.
25407         (gnus-agent-synchronize-group-flags): New internal function.
25408         Updates marks in memory (in the info structure) AND in the
25409         backend.
25410
25411         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25412
25413         * nnagent.el (nnagent-request-set-mark):
25414         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25415         method, to ensure that synchronization updates marks in the
25416         backend and in the info (in memory) structure.
25417
25418 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25419
25420         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25421         convention fully; don't miss the root article of a thread; make
25422         the X-Draft-From header with correct article numbers.
25423
25424 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25425
25426         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25427         unless plugged.  Disable the agent so that an open failure causes
25428         an error.
25429
25430         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25431         Revert 2004-09-21 change.  The backend must be opened while
25432         synchronizing flags even when the backend stores the flags
25433         locally.
25434
25435 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25436
25437         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25438         in `header' match.  Reported by Svend Tollak Munkejord.
25439
25440         * message.el (message-cite-original): Fix use of
25441         `message-cite-articles-with-x-no-archive'.
25442
25443 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25444
25445         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25446         (gnus-window-to-buffer): Ditto.
25447
25448         * mml.el (mml-preview-buffer): New variable.
25449         (mml-preview): Manage window layout with gnus-buffer-configuration.
25450
25451         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25452         X-Draft-From header even if those articles aren't quoted.
25453
25454 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25455
25456         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25457         (gnus-request-set-mark, gnus-request-update-mark): Use new
25458         g-s-t-u-l-m to decide to use backend even when unplugged.
25459
25460 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25461
25462         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25463         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25464
25465 2004-09-20  Simon Josefsson  <jas@extundo.com>
25466
25467         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25468         "utf-16-le".
25469
25470 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25471
25472         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25473
25474 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25475
25476         * uudecode.el (uudecode-use-external): Add :version.
25477
25478         * smime.el (smime-CA-file, smime-encrypt-cipher)
25479         (smime-dns-server): Add :version.
25480
25481         * smiley.el (gnus-smiley-file-types): Add :version.
25482
25483         * sha1.el (sha1-use-external): Add :version.
25484
25485         * pgg-def.el (pgg-query-keyserver): Add :version.
25486
25487         * nnmail.el (nnmail-fancy-expiry-targets)
25488         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25489         Add :version.
25490
25491         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25492         (nnimap-retrieve-groups-asynchronous): Add :version.
25493         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25494
25495         * mml.el (mml-content-disposition-parameters)
25496         (mml-insert-mime-headers-always): Add :version.
25497
25498         * mm-util.el (mm-coding-system-priorities): Add :version.
25499
25500         * mm-decode.el (mm-inline-text-html-with-images)
25501         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25502         (mm-verify-option): Add :version.
25503         (mm-text-html-renderer): Change :version.
25504
25505         * message.el (message-fcc-externalize-attachments)
25506         (message-required-headers, message-draft-headers)
25507         (message-subject-trailing-was-query)
25508         (message-subject-trailing-was-ask-regexp)
25509         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25510         (message-mark-insert-end, message-archive-header)
25511         (message-archive-note, message-cross-post-default)
25512         (message-cross-post-note, message-followup-to-note)
25513         (message-cross-post-note-function, message-use-mail-followup-to)
25514         (message-subscribed-address-functions)
25515         (message-subscribed-address-file, message-subscribed-addresses)
25516         (message-subscribed-regexps, message-allow-no-recipients)
25517         (message-yank-cited-prefix, message-signature-insert-empty-line)
25518         (message-hidden-headers, message-hierarchical-addresses)
25519         (message-mail-user-agent, message-use-idna)
25520         (message-valid-fqdn-regexp)
25521         (message-strip-special-text-properties, message-header-synonyms)
25522         (message-beginning-of-line, message-tab-body-function): Add :version.
25523         (message-insert-canlock, message-wide-reply-confirm-recipients):
25524         Change :version.
25525
25526         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25527         and :version.
25528         (mail-source-delete-old-incoming-confirm)
25529         (mail-source-movemail-program): Add :version.
25530
25531         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25532         (gnus-agent-cache, gnus-agent): Change :version.
25533
25534         * gnus-util.el (gnus-use-byte-compile): Change :version.
25535
25536         * gnus-sum.el (gnus-summary-make-false-root-always)
25537         (gnus-summary-default-high-score)
25538         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25539         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25540         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25541         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25542         (gnus-sum-thread-tree-single-indent)
25543         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25544         (gnus-sum-thread-tree-leaf-with-other)
25545         (gnus-sum-thread-tree-single-leaf): Add :version.
25546         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25547         (gnus-article-loose-mime): Change :version.
25548
25549         * gnus-start.el (gnus-backup-startup-file)
25550         (gnus-save-startup-file-via-temp-buffer): Add :version.
25551
25552         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25553         (gnus-server-offline-face): Add :version.
25554
25555         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25556
25557         * gnus-msg.el (gnus-gcc-externalize-attachments)
25558         (gnus-debug-files, gnus-debug-exclude-variables)
25559         (gnus-discouraged-post-methods): Change :version.
25560         (gnus-confirm-mail-reply-to-news)
25561         (gnus-confirm-treat-mail-like-news): Add :version.
25562
25563         * gnus-int.el (gnus-server-unopen-status): Add :version.
25564
25565         * gnus-group.el (gnus-group-jump-to-group-prompt)
25566         (gnus-large-ephemeral-newsgroup)
25567         (gnus-fetch-old-ephemeral-headers): Add :version.
25568
25569         * gnus-fun.el (gnus-x-face-directory)
25570         (gnus-convert-pbm-to-x-face-command)
25571         (gnus-convert-image-to-x-face-command)
25572         (gnus-convert-image-to-face-command): Add :version.
25573
25574         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25575
25576         * gnus-cite.el (gnus-cite-blank-line-after-header)
25577         (gnus-article-boring-faces): Add :version.
25578
25579         * gnus-art.el (gnus-buttonized-mime-types)
25580         (gnus-inhibit-mime-unbuttonizing)
25581         (gnus-treat-display-face)
25582         (gnus-treat-body-boundary): Change :version.
25583         (gnus-body-boundary-delimiter, gnus-picon-databases)
25584         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25585         (gnus-treat-date-english, gnus-treat-fold-headers)
25586         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25587         (gnus-treat-mail-picon, gnus-treat-wash-html)
25588         (gnus-article-encrypt-protocol)
25589         (gnus-use-idna, gnus-article-over-scroll)
25590         (gnus-mime-display-multipart-alternative-as-mixed)
25591         (gnus-mime-display-multipart-related-as-mixed)
25592         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25593         (gnus-ctan-url, gnus-button-ctan-handler)
25594         (gnus-button-handle-ctan-bogus-regexp)
25595         (gnus-button-ctan-directory-regexp)
25596         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25597         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25598         (gnus-button-man-level, gnus-button-emacs-level)
25599         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25600
25601         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25602         (gnus-agent-go-online): Change :version.
25603         (gnus-agent-expire-unagentized-dirs)
25604         (gnus-agent-auto-agentize-methods): Add :version.
25605
25606         * flow-fill.el (fill-flowed-display-column)
25607         (fill-flowed-encode-column): Add :version.
25608
25609         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25610         (gnus-outlook-deuglify-unwrap-max)
25611         (gnus-outlook-deuglify-cite-marks)
25612         (gnus-outlook-deuglify-unwrap-stop-chars)
25613         (gnus-outlook-deuglify-no-wrap-chars)
25614         (gnus-outlook-deuglify-attrib-cut-regexp)
25615         (gnus-outlook-deuglify-attrib-verb-regexp)
25616         (gnus-outlook-deuglify-attrib-end-regexp)
25617         (gnus-outlook-display-hook): Add :version.
25618
25619         * binhex.el (binhex-use-external): Add :version.
25620
25621 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25622
25623         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25624         and `invisible'.
25625
25626 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25627
25628         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25629         in gnus-registry-trim.
25630
25631 2004-09-13  Simon Josefsson  <jas@extundo.com>
25632
25633         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25634
25635         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25636
25637         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25638         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25639         <yamaoka@jpl.org>.
25640         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25641         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25642         <yamaoka@jpl.org>.
25643
25644         * sieve.el (sieve-manage-mode): Ditto.
25645
25646 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25647
25648         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25649
25650 2004-09-11  Simon Josefsson  <jas@extundo.com>
25651
25652         * dns-mode.el: Add.
25653
25654         * mm-view.el (mm-display-dns-inline): Add.
25655
25656         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25657         (mm-automatic-display): Ditto.
25658
25659         * mailcap.el (mailcap-mime-data): Add text/dns.
25660         (mailcap-mime-extensions): Map .soa to text/dns.
25661
25662 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25663
25664         * gnus-art.el (article-decode-mime-words, article-babel)
25665         (gnus-article-highlight-signature, gnus-article-add-buttons)
25666         (gnus-signature-toggle): Remove unnecessary bindings of
25667         `inhibit-read-only' inherited from v5.10 merge.
25668
25669 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25670
25671         * nntp.el (nntp): New customization group.
25672         (nntp-authinfo-file): Add customization group.
25673
25674         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25675
25676         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25677
25678         * gnus.el (to-address, to-list, subscribed)
25679         (large-newsgroup-initial): Ditto.
25680
25681         * flow-fill.el (fill-flowed-display-column)
25682         (fill-flowed-encode-column): Ditto.
25683
25684 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25685
25686         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25687         Use point-min rather than 1.
25688         (message-send-mail): Use buffer-size rather than point-max.
25689
25690         * gnus-sum.el (gnus-summary-search-article-forward):
25691         Signal a specific `search-failed' rather than a generic `error'.
25692
25693         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25694         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25695         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25696
25697 2004-09-10  Simon Josefsson  <jas@extundo.com>
25698
25699         * nndb.el (require): Remove tcp and duplicate cl.
25700
25701 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25702
25703         * gnus-agent.el (directory-files-and-attributes): Move forward.
25704
25705 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25706
25707         * gnus-agent.el (directory-files-and-attributes):
25708         Optionally defined to support XEmacs.
25709
25710 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25711
25712         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25713         to avoid run-time CL dependencies.
25714         (gnus-agent-unfetch-articles): New function.
25715         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25716         article numbers even when local .overview file is missing.
25717         (gnus-agent-read-article-number): New function.  Only accepts
25718         27-bit article numbers.
25719         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25720         Use gnus-agent-read-article-number.
25721         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25722         from backend while recognizing that article numbers in .overview
25723         must be valid.
25724         (gnus-agent-update-files-total-fetched-for):
25725         Use directory-files-and-attributes to improve performance.
25726         * gnus-int.el (gnus-request-move-article):
25727         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25728         improve performance.
25729
25730         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25731         some users confused by references to .newsrc when they only have a
25732         .newsrc.eld file.
25733         (gnus-convert-mark-converter-prompt)
25734         (gnus-convert-converter-needs-prompt): Fix use of property list.
25735         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25736         New function.  Used internally to only display 'gnus converting
25737         files' message when actually necessary.
25738
25739         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25740         methods now autoloaded.
25741
25742 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25743
25744         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25745         identifiers.
25746
25747 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25748
25749         * gnus-picon.el: Fix indentation and closing parenthesis.
25750
25751 2004-09-01  Simon Josefsson  <jas@extundo.com>
25752
25753         * message.el (message-canlock-generate): Require sha1, not
25754         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25755         to require within a function.  Sadly, if sha1.el isn't loaded, the
25756         let binding in m-c-g will hide the defcustom definition, which is
25757         bad.)
25758
25759         * canlock.el: Require sha1, not sha1-el.
25760
25761         * message.el: Don't autoload sha1 (there is a autoload cookie in
25762         sha1.el).
25763
25764         * sha1-el.el: Rename to sha1.el.
25765
25766 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25767
25768         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25769
25770 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25771
25772         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25773
25774 2004-08-30  Kim F. Storm  <storm@cua.dk>
25775
25776         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25777
25778         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25779         Add :group 'nnimap.
25780
25781 2004-08-30  Andreas Schwab  <schwab@suse.de>
25782
25783         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25784         ?* and ?\;.
25785
25786         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25787         and ?\' to symbol instead of whitespace.
25788
25789 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25790
25791         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25792
25793         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25794         instead of re-search-forward.
25795
25796         * gnus-uu.el (gnus-uu-save-article): Ditto.
25797         (gnus-uu-post-encode-uuencode): Ditto.
25798
25799         * html2text.el (html2text-clean-list-items): Ditto.
25800         (html2text-clean-dtdd): Ditto.
25801         (html2text-format-tags): Ditto.
25802
25803         * message.el (message-send-mail-with-sendmail): Fix regexp.
25804         (message-fill-field-general): Use search-forward instead of
25805         re-search-forward.
25806         (unbold-region): Ditto.
25807
25808         * nnrss.el (nnrss-request-article): Ditto.
25809
25810         * nnslashdot.el (nnslashdot-request-article): Ditto.
25811
25812         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25813
25814         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25815         "Unrecognized menu descriptor" error in XEmacs.
25816
25817 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25818
25819         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25820         parent article of a sparse article in the thread hashtb.
25821
25822 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25823
25824         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25825         (nnmail-expand-newtext): Lowercase expanded entries if
25826         nnmail-split-lowercase-expanded is non-nil.
25827
25828 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25829
25830         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25831
25832         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25833         of gnus-tmp-news-method into string under XEmacs.  It will be
25834         passed to gnus-correct-length which takes only a string argument.
25835
25836 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25837
25838         * gnus-util.el (gnus-bind-print-variables): New macro.
25839         (gnus-prin1): Use it.
25840         (gnus-prin1-to-string): Use it.
25841         (gnus-pp): New function.
25842         (gnus-pp-to-string): New function.
25843
25844         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25845         Replace pp-to-string with gnus-pp-to-string.
25846         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25847         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25848         * gnus-msg.el (gnus-debug): Ditto.
25849         * gnus-score.el (gnus-score-save): Ditto.
25850         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25851         gnus-pp-to-string.
25852         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25853         with gnus-pp.
25854         * score-mode.el (gnus-score-pretty-print): Ditto.
25855         * webmail.el (webmail-debug): Ditto.
25856
25857 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25858
25859         * gnus-art.el (article-display-face, article-display-x-face):
25860         Use buffer-read-only.
25861
25862 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25863
25864         * gnus-art.el (article-hide-list-identifiers):
25865         Bind inhibit-read-only as t.
25866
25867 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25868
25869         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25870
25871 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25872
25873         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25874         (gnus-narrow-to-page): Don't assume point-min == 1.
25875         (gnus-article-edit-mode): Derive from message-mode.
25876
25877         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25878         point-min == 1.
25879
25880         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25881         Disable incorrect use of `assert'.
25882
25883         * message.el (message-mode): Set comment-start-skip.
25884
25885
25886 2004-08-22  Sam Steingold  <sds@gnu.org>
25887
25888         * pop3.el (pop3-leave-mail-on-server): New user variable.
25889         (pop3-movemail): Delete mail only when it is nil.
25890
25891 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25892
25893         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25894
25895         * mml.el (mml-preview): Use `pop-to-buffer'.
25896
25897         * message.el (message-goto-mail-followup-to): Insert after "To".
25898         (message-carefully-insert-headers): Add comment.
25899
25900         * gnus.el: Remove unused variable `gnus-article-check-size'.
25901
25902         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25903
25904         * gnus-art.el (gnus-button-alist):
25905         Improve `gnus-button-handle-library' entry.
25906
25907 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25908
25909         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25910         Use downcase, since XEmacs capitalizes error messages differently.
25911
25912 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25913
25914         * nntp.el: Add (require 'gnus) due to reference to
25915         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25916
25917 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25918
25919         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25920         Bind `mm-fill-flowed'.
25921
25922         * mm-decode.el (mm-dissect-singlepart): Check it.
25923
25924 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25925
25926         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25927         'imap' for netrc parsing.
25928
25929 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25930
25931         * mailcap.el (mailcap-mime-data): Mark as risky.
25932
25933 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25934
25935         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25936         may be included in the encoded word.
25937         (rfc2047-encode): Don't append a space if the encoded word
25938         includes close parenthesis.
25939
25940 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25941
25942         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25943         of text within parentheses.
25944
25945 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25946
25947         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25948         (gnus-encrypt-write-file-contents): Make the password key the file
25949         name PLUS the cipher, not just the cipher.  Also remove failed
25950         passwords from the cache.
25951
25952 2004-08-06  Simon Josefsson  <jas@extundo.com>
25953
25954         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25955         Doc fix.
25956
25957 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25958
25959         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25960         LWSP.
25961
25962 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25963
25964         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25965         Try to append in-reply-to: data to the references: header.
25966
25967         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25968         (netrc-parse): Use gnus-encrypt.el functions.
25969
25970         * gnus-encrypt.el: Add new file for encryption support; currently
25971         does only a few GPG ciphers and an internal XOR cipher.
25972
25973         * password.el: Add comments on using password-read-and-add.
25974         (password-read-and-add): Add function to read and add the
25975         password to the cache at once.
25976
25977 2004-07-28  Simon Josefsson  <jas@extundo.com>
25978
25979         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25980         parameter (but don't use it, for now).
25981
25982         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25983         instead of hard coding to nil.
25984
25985 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25986
25987         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25988         as mm-inline-image-xemacs does.
25989
25990 2004-07-26  Simon Josefsson  <jas@extundo.com>
25991
25992         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25993         Revert part of 2004-07-17 change below.
25994
25995 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25996
25997         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25998         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25999
26000 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26001
26002         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
26003         quotes that actually start with ">" at the beginning of the
26004         lines.
26005
26006 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26007
26008         * rfc2047.el (rfc2047-encode-region): Fix last change.
26009         (rfc2047-encode-parameter): Remove useless concat.
26010
26011 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26012
26013         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
26014         encode special characters; fix some kind of misconfigured headers;
26015         signal a real error if debug-on-quit or debug-on-error is non-nil.
26016         (rfc2047-encode-max-chars): New variable.
26017         (rfc2047-encode-1): Use it.
26018         (rfc2047-encode-parameter): New function.
26019
26020         * mml.el (mml-insert-parameter): Remove an excessive space.
26021
26022 2004-07-17  Simon Josefsson  <jas@extundo.com>
26023
26024         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
26025         Kai Grossjohann <kai@emptydomain.de>.
26026         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
26027         (gnus-group-make-menu-bar): Ditto.
26028
26029         * gnus-util.el (gnus-group-server): Add.
26030
26031 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
26032
26033         * message.el (message-clone-locals): Clone sendmail and smtp
26034         variables.
26035
26036 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26037
26038         * rfc2047.el (rfc2047-encode-region): Fix last change.
26039
26040 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26041
26042         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
26043         characters as non-special.
26044
26045 2004-07-09  Simon Josefsson  <jas@extundo.com>
26046
26047         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
26048         Users will lose all flag changes made while unplugged with
26049         e.g. nntp unless flag synchronization happens, thus `nil' is not a
26050         good default.  See numerous reports on ding mailing list.
26051
26052 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26053
26054         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
26055         add generate-head-function and generate-article-function to the
26056         rfc822-forward entry.
26057         (nndoc-rfc822-forward-generate-article): New function.
26058         (nndoc-rfc822-forward-generate-head): New function.
26059
26060         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
26061
26062 2004-07-06  Dan Christensen  <jdc@uwo.ca>
26063
26064         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
26065         respect display group parameter and gnus-summary-expunge-below.
26066         (gnus-articles-to-read): Remove unused reference to display group
26067         parameter.
26068
26069 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26070
26071         * nnheader.el (nnheader-uniquify-message-id): New experimental
26072         variable.
26073         (nnheader-nov-read-message-id): Use it.
26074
26075         * spam-report.el (spam-report-gmane): Add interactive.
26076
26077 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26078
26079         * mm-encode.el (mm-content-transfer-encoding-defaults):
26080         Use qp-or-base64 for the application/* types.
26081
26082 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
26083
26084         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
26085
26086 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
26087
26088         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
26089         trim value.
26090
26091 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26092
26093         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26094         New macro and function.
26095         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26096
26097 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26098
26099         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26100         after-load-alist.
26101
26102 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26103
26104         * gnus-group.el (gnus-group-get-new-news-this-group):
26105         Don't update info that isn't there.
26106
26107 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26108
26109         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26110         entry.
26111
26112 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26113
26114         * mm-view.el (mm-inline-render-with-function): Use multibyte
26115         buffer; decode html source by charset.
26116
26117         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26118
26119         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26120         Mule-UCS is loaded under XEmacs.
26121         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26122
26123 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26124
26125         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26126
26127 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26128
26129         * mm-util.el (mm-coding-system-p): Return a coding-system.
26130         (mm-mime-mule-charset-alist): Use shift_jis instead of
26131         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26132         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26133         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26134         instead of japanese-shift-jis and iso-latin-1 respectively in
26135         order to share the default value with both Emacs and XEmacs-mule.
26136         (mm-mule-charset-to-mime-charset):
26137         Make mm-coding-system-priorities effective.
26138         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26139         while predicating of candidates upon the priorities.
26140
26141 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26142
26143         * gnus-sum.el (gnus-summary-make-menu-bar):
26144         Add gnus-uu-invert-processable.
26145
26146         * gnus.el: Autoload gnus-uu-invert-processable.
26147
26148 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26149
26150         * mm-util.el (mm-with-multibyte-buffer): New macro.
26151
26152         * rfc2047.el (rfc2047-encode-string): Use it.
26153         (rfc2047-encode-region): Move point to the end of the region after
26154         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26155
26156 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26157
26158         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26159         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26160
26161 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26162
26163         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26164         (gnus-cite-parse): Ignore quoted envelope From_.
26165         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26166
26167 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26168
26169         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26170         invalid addresses.
26171
26172 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26173
26174         * spam.el: Change section markers, revise TODO list.
26175         (spam-backends): Make new master list of all installed backends.
26176         (spam-summary-exit-behavior): Add new variable to determine how
26177         messages moves are done at summary exit.
26178         (spam-move-spam-nonspam-groups-only)
26179         (spam-process-ham-in-nonham-groups)
26180         (spam-process-ham-in-spam-groups): Remove variables, the
26181         spam-summary-exit-behavior variable should be used to manage this
26182         behavior.
26183         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26184         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26185         and spam-old-spam-articles.
26186         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26187         Add empty variables, placeholders for the backends they represent.
26188         (spam-set-difference): Move, unchanged.
26189         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26190         unless the user has a processor variable.
26191         (spam-classifications, spam-classification-valid-p)
26192         (spam-backend-properties, spam-backend-property-valid-p)
26193         (spam-backend-function-type-valid-p)
26194         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26195         (spam-report-articles-gmane, spam-report-articles-resend):
26196         Remove functions, they are not needed.
26197         (spam-install-backend-super, spam-backend-list)
26198         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26199         (spam-backend-function, spam-backend-ham-registration-function)
26200         (spam-backend-spam-registration-function)
26201         (spam-backend-ham-unregistration-function)
26202         (spam-backend-spam-unregistration-function)
26203         (spam-backend-statistical-p, spam-backend-mover-p)
26204         (spam-install-backend-alias, spam-install-checkonly-backend)
26205         (spam-install-mover-backend, spam-install-nocheck-backend)
26206         (spam-install-backend, spam-install-statistical-backend)
26207         (spam-install-statistical-checkonly-backend): Add backend installation
26208         support.
26209         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26210         (spam-group-processor-p): Use the new backend code and respect the
26211         summary exit behavior.
26212         (spam-mark-spam-as-expired-and-move-routine): Remove.
26213         (spam-summary-prepare): Change to use the new spam-old-articles
26214         variable.
26215         (spam-copy-or-move-routine, spam-copy-spam-routine)
26216         (spam-move-spam-routine, spam-copy-ham-routine)
26217         (spam-move-ham-routine): Add code to copy/move ham or spam.
26218         (spam-fetch-field-fast): Improve doc and code, plus allow the
26219         'number request.
26220         (spam-list-of-checks, spam-list-of-statistical-checks):
26221         Remove variables.
26222         (spam-split, spam-find-spam): Use the new backend code.
26223         (spam-registration-functions): Remove variable.
26224         (spam-unregister-routine): Add convenience wrapper.
26225         (spam-log-undo-registration, spam-register-routine)
26226         (spam-log-processing-to-registry)
26227         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26228         where possible.
26229         (spam-check-gmane-xref, spam-check-regex-headers)
26230         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26231         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26232         (spam-check-bogofilter-headers, spam-check-spamoracle)
26233         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26234         (spam-check-crm114-headers): Use the spam-split-group that
26235         spam-split prepares, no need to determine it every time.
26236
26237         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26238         to the nnheader-parse-naked-head call.
26239
26240         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26241
26242         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26243         the nnheader-nov-read-message-id call.
26244
26245 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26246
26247         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26248         gnus-activate-group twice.  Suggested by Markus Peter
26249         <warp@spin.de>.
26250
26251 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26252
26253         * gnus-art.el (gnus-article-time-format): Exchange the order of
26254         day and month in the default value; fix customization type.
26255         (article-date-ut): Use add-text-properties.
26256         (article-make-date-line): Use message-make-date instead of
26257         current-time-string.
26258
26259         * message.el (message-fetch-field): Don't use set-text-properties.
26260         (message-make-date): Simplify.
26261
26262         * messagexmas.el (message-xmas-make-date): New function.
26263         (message-xmas-redefine): Defalias message-make-date to it.
26264
26265 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26266
26267         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26268         (rfc2047-encode-region): Treat text within parentheses as special;
26269         show the original text when error has occurred.
26270
26271         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26272         already-computed method to gnus-activate-group.
26273
26274         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26275         same select-methods identical Lisp objects.
26276
26277         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26278         object when modifying the info.
26279
26280 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26281
26282         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26283         gnus-opened-servers since it has never been opened with the new
26284         configuration yet.
26285
26286 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26287
26288         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26289         arg to nnheader-generate-fake-message-id.
26290
26291 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26292
26293         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26294         number and build a fake message ID localized to a group and
26295         article number (so it's repeatable from that point on).
26296         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26297         ID format.
26298
26299         * gnus-sum.el (gnus-get-newsgroup-headers):
26300         Call nnheader-generate-fake-message-id with the article number.
26301
26302 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26303
26304         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26305         end-of-buffer.
26306
26307 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26308
26309         * message.el (message-ignored-supersedes-headers): Add Approved.
26310
26311 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26312
26313         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26314         goto-char.
26315         (rfc2047-encode): Fold the line before encoding.
26316
26317 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26318
26319         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26320         folding -- not all headers can be folded, and this should be done
26321         by the message composition mode.  Probably.  I think.
26322
26323 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26324
26325         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26326         fast.
26327
26328         * gnus-ems.el (gnus-remove-image): Don't use
26329         message-text-with-property; remove only the image found first.
26330
26331         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26332         found first.
26333
26334 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26335
26336         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26337
26338 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26339
26340         * message.el (message-text-with-property): Make it fast and accept
26341         optional arguments.
26342         (message-strip-forbidden-properties): Use it.
26343         (message-fix-before-sending): Follow the m-t-w-p change.
26344
26345         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26346
26347 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26348
26349         * gnus-art.el (article-hide-headers): Don't change the buffer
26350         mistakenly when performing mml-preview even if
26351         gnus-single-article-buffer is nil.
26352
26353 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26354
26355         * message.el (message-expand-name-databases): New user option.
26356         (message-expand-name): Use it.
26357
26358 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26359
26360         * spam.el (spam-report-articles-resend)
26361         (spam-report-resend-register-routine): Allow ham reporting.
26362         (spam-report-resend-register-ham-routine): Add wrapper.
26363         (spam-registration-functions): Add ham resending functions.
26364         (spam-list-of-processors): Add ham resend processor.
26365
26366         * gnus.el (ham-resend-to): Add new group parameter.
26367         (spam-process): Add ham resend option.
26368
26369         * spam-report.el (spam-report-resend): Allow reporting ham.
26370         (spam-report-resend-ham): Add wrapper.
26371
26372 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26373
26374         * message.el (message-cite-articles-with-x-no-archive):
26375         New variable.
26376         (message-cite-original): Use it.
26377
26378 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26379
26380         * message.el (message-cite-original): Respect X-No-Archive.
26381
26382 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26383
26384         * gnus-art.el (article-hide-headers): Refer to the values for
26385         gnus-ignored-headers and gnus-visible-headers in the summary
26386         buffer since a user may have set them as group parameters.
26387
26388 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26389
26390         * assistant.el (assistant-node-name): Add convenience function.
26391         (assistant-render-text, assistant-render-node): Add error handling,
26392         plus handle multiple next nodes.
26393         (assistant-find-next-node): Comment out for now.
26394         (assistant-find-next-nodes): Add function, returns list of next
26395         nodes.
26396
26397 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26398
26399         * mail-source.el (mail-source-directory): Fix doc-string.
26400
26401 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26402
26403         * assistant.el (assistant-render-text, assistant-eval): Add :set
26404         widget type, which is different because it takes and returns a
26405         list.  Much hilarity ensues.
26406
26407 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26408
26409         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26410
26411         * gnus-group.el (gnus-group-get-new-news-this-group):
26412         Add doc-string.
26413
26414         * gnus-start.el (gnus-activate-group): Add doc-string.
26415
26416 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26417
26418         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26419
26420 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26421
26422         * assistant.el (assistant-render-text): Try to add a :set
26423         widget, more to come.
26424
26425         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26426         strings.
26427         (spam-report-articles-resend)
26428         (spam-register-routine): Do registration iff any articles warrant
26429         it.
26430         (spam-summary-prepare-exit): Change log message for nil group
26431         destinations.
26432
26433 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26434
26435         * spam.el (spam-report-resend-register-routine):
26436         Allow spam-report-resend-to to be a group parameter or a global value.
26437
26438 2004-05-26  Simon Josefsson  <jas@extundo.com>
26439
26440         * starttls.el: Merge with my GNUTLS based starttls.el.
26441         (starttls-gnutls-program, starttls-use-gnutls)
26442         (starttls-extra-arguments, starttls-process-connection-type)
26443         (starttls-connect, starttls-failure, starttls-success):
26444         New variables.
26445         (starttls-program, starttls-extra-args): Doc fix.
26446         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26447         New functions.
26448         (starttls-negotiate, starttls-open-stream):
26449         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26450         function if it is set.
26451
26452 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26453
26454         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26455         structured fields.
26456
26457 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26458
26459         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26460
26461 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26462
26463         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26464         Add variable.
26465         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26466         assigning the spam-mark to new messages.
26467
26468 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26469
26470         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26471
26472 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26473
26474         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26475
26476         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26477         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26478         default.
26479
26480 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26481
26482         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26483         correct data.
26484
26485 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26486
26487         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26488         (spam-group-processor-p): Fix function.
26489         (spam-group-processor-multiple-p)
26490         (spam-group-spam-processor-report-gmane-p)
26491         (spam-group-spam-processor-report-resend-p)
26492         (spam-group-spam-processor-bogofilter-p)
26493         (spam-group-spam-processor-blacklist-p)
26494         (spam-group-spam-processor-ifile-p)
26495         (spam-group-ham-processor-ifile-p)
26496         (spam-group-spam-processor-spamoracle-p)
26497         (spam-group-spam-processor-crm114-p)
26498         (spam-group-ham-processor-bogofilter-p)
26499         (spam-group-spam-processor-stat-p)
26500         (spam-group-ham-processor-stat-p)
26501         (spam-group-ham-processor-whitelist-p)
26502         (spam-group-ham-processor-BBDB-p)
26503         (spam-group-ham-processor-spamoracle-p)
26504         (spam-group-ham-processor-copy-p): Remove functions with some
26505         prejudice against unneeded code.
26506         (spam-report-articles-resend)
26507         (spam-report-resend-register-routine): Allow the group/topic
26508         spam-resend-to value to override spam-report-resend-to.
26509         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26510         properly now.
26511
26512         * gnus.el (spam-resend-to): Add group/topic parameter.
26513         (spam-process): Move the OBSOLETE processors to the end of the
26514         choices.
26515
26516 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26517
26518         * spam-report.el (spam-report-resend-to, spam-report-resend):
26519         Start with resend-to set to nil, and then ask the user if necessary.
26520         (spam-report-resend): spam-report-resend takes a list of articles, not
26521         separate article numbers.
26522
26523 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26524
26525         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26526         addition to emacs-w3m.
26527
26528 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26529
26530         * assistant.el (assistant-authinfo-data): New function.
26531         (assistant-eval): Eval for entire assistant.
26532
26533         * netrc.el (netrc-services-file): New variable.
26534         (netrc-parse-services): New function.
26535         (netrc-find-service-name): New function.
26536         (netrc-find-service-number): New function.
26537         (netrc-port-equal): New function.
26538         (netrc-machine): Use it.
26539
26540         * nnimap.el (nnimap-open-connection): Use netrc.
26541
26542         * gnus-util.el (gnus-netrc-get): Remove aliases.
26543
26544         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26545
26546         * assistant.el (wid-edit): Fix compilation.
26547
26548         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26549
26550 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26551
26552         * gnus-util.el (gnus-set-file-modes): New function.  (small
26553         patch).
26554
26555 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26556
26557         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26558
26559         * assistant.el (assistant-render-node): Fix up rendering and
26560         read-only text.
26561         (assistant-render-node): Reset.
26562         (assistant-make-read-only): Not sticky.
26563
26564 2004-05-20  Danny Siu  <dsiu@adobe.com>
26565
26566         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26567         centered even when gnus-auto-center-summary is t.
26568
26569 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26570
26571         * dns.el (dns-get-txt-answer): New function.
26572         (dns-read-txt): Ditto.
26573         (query-dns): Use it.
26574
26575 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26576
26577         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26578         active for foreign groups even if the group level is higher than
26579         the specified value.
26580
26581 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26582
26583         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26584         non-active groups.
26585
26586         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26587
26588 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26589
26590         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26591
26592 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26593
26594         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26595         (spam-crm114-header, spam-crm114-spam-switch)
26596         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26597         (spam-crm114-positive-spam-header)
26598         (spam-crm114-database-directory, spam-list-of-processors)
26599         (spam-group-spam-processor-crm114-p)
26600         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26601         (spam-generic-score, spam-list-of-checks)
26602         (spam-list-of-statistical-checks, spam-registration-functions)
26603         (spam-check-crm114-headers, spam-crm114-score)
26604         (spam-check-crm114, spam-crm114-register-with-crm114)
26605         (spam-crm114-register-spam-routine)
26606         (spam-crm114-unregister-spam-routine)
26607         (spam-crm114-register-ham-routine)
26608         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26609
26610 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26611
26612         * gnus.el: Add spam-use-crm114.
26613
26614         * spam.el (spam-list-of-processors, spam-registration-functions):
26615         Add spam-use-resend.
26616         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26617         (spam-report-articles-gmane): Add doc fix.
26618         (spam-report-articles-resend, spam-report-resend-register-routine):
26619         Add wrappers around spam-report-resend-to.
26620
26621         * spam-report.el (spam-report-resend-to, spam-report-resend):
26622         Add support for resending spam.
26623         (spam-report-gmane): Fix line length >80.
26624
26625         * gnus.el (spam-process): Add spam-use-resend.
26626
26627 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26628
26629         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26630         number of processed spam messages.
26631         (spam-ham-copy-or-move-routine): Return the number of processed
26632         ham messages.
26633         (spam-summary-prepare-exit): Use the above values to decide
26634         whether status messages should be displayed.
26635
26636 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26637
26638         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26639         `rfc2047-encoding-function-alist' in order to avoid conflicting
26640         with the old version.
26641         (rfc2047-encode-region): Concatenate words containing non-ASCII
26642         characters in structured fields; don't encode space-delimited
26643         ASCII words even in unstructured fields; don't break words at
26644         char-category boundaries.
26645         (rfc2047-encode-1): New function.
26646         (rfc2047-encode): Use it; encode text so that it occupies the
26647         maximum width within 76-column; work correctly on Q encoding for
26648         iso-2022-* charsets.
26649         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26650         sure not to break a line just after the header name.
26651         (rfc2047-b-encode-region): Remove.
26652         (rfc2047-b-encode-string): New function.
26653         (rfc2047-q-encode-region): Remove.
26654         (rfc2047-q-encode-string): New function.
26655
26656         * mm-util.el (mm-replace-in-string): New function.
26657
26658 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26659
26660         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26661         Really get it right.
26662         (gnus-inews-make-draft): Really.
26663
26664 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26665
26666         * nnmh.el (nnmh-request-list-1): Don't check the link count
26667         before descending.  (small patch)
26668
26669 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26670
26671         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26672         stuff.
26673
26674         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26675         Match on real group name.
26676
26677         * gnus-art.el (gnus-signature-limit): Doc fix.
26678
26679         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26680
26681         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26682
26683 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26684
26685         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26686         isn't a string.
26687
26688 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26689
26690         * gnus-draft.el (gnus-draft-send):
26691         Bind rfc2047-encode-encoded-words.
26692
26693         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26694         (rfc2047-encodable-p): Say that =? needs encoding.
26695         (rfc2047-encode-encoded-words): New variable.
26696
26697         * gnus-group.el (gnus-group-select-group): Doc fix.
26698
26699         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26700
26701         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26702         to nil.
26703
26704         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26705
26706         * nnheader.el (nnheader-get-lines-and-char): New function.
26707
26708 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26709
26710         * gnus-msg.el (gnus-summary-followup-with-original):
26711         Document yanking of region when active.
26712
26713 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26714
26715         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26716         groups if the group level is higher than the specified value.
26717
26718 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26719
26720         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26721         (gnus-group-jump-to-group): Add prefix argument using
26722         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26723         non-active group.
26724
26725         * compface.el (uncompface): Be verbose when changing
26726         `uncompface-use-external'.
26727
26728         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26729         handle manual section.
26730
26731 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26732
26733         * gnus-art.el (gnus-button-alist): Revert previous change.
26734
26735 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26736
26737         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26738
26739 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26740
26741         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26742         whether backend can accept message.
26743
26744         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26745
26746 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26747
26748         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26749         Avoid creating directory when nntp-marks-is-evil is true.
26750         Reported by Reiner Steib.
26751
26752 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26753
26754         * gnus-picon.el (gnus-picon-insert-glyph):
26755         Add optional `nostring' argument.
26756
26757 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26758
26759         * gnus-picon.el (gnus-picon-style): New variable.
26760         (gnus-picon-transform-address): Support `gnus-picon-style'.
26761
26762 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26763
26764         * message.el (message-fill-field): Return point.
26765         (message-generate-headers): Go to end of field.
26766
26767         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26768         stuff for non-living groups.
26769
26770 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26771
26772         * gnus-art.el (gnus-article-followup-with-original)
26773         (gnus-article-reply-with-original): gnus-mark-active-p ->
26774         gnus-region-active-p.
26775
26776 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26777
26778         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26779         only when there is spam or ham to be processed.
26780
26781 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26782
26783         * mail-source.el (mail-source-delete-crash-box): Refactor.
26784         (mail-source-fetch): Use it.
26785         (mail-source-fetch-file): Ditto.
26786         (mail-source-fetch-directory): Run postscript in loop.
26787         (mail-source-fetch-pop): Delete.
26788         (mail-source-fetch-maildir): Ditto.
26789         (mail-source-fetch-imap): Ditto.
26790
26791         * imap.el (imap-authenticators): Comment out sasl.
26792
26793         * message.el (message-skip-to-next-address): New function.
26794         (message-fill-header-address): Refactor.
26795         (message-fill-address): Use it.
26796         (message-delete-address): Use it.
26797         (message-fill-header-general): Refactor.
26798         (message-fill-field-address): Rename.
26799         (message-narrow-to-field): Find the start of the header.
26800         (message-header-format-alist): Don't pre-fill.
26801         (message-fill-header): Remove.
26802         (message-insert-header): New function.
26803         (message-shorten-references): Use it.
26804
26805         * rfc2047.el (rfc2047-field-value): Strip props.
26806
26807         * mail-parse.el (mail-header-make-address): New alias.
26808
26809         * ietf-drums.el (ietf-drums-make-address): New function.
26810
26811         * imap.el: Add compiler directives.
26812
26813         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26814
26815         * gnus-art.el (article-decode-idna-rhs): Don't use
26816         message-idna-inside-rhs-p.
26817
26818 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26819
26820         * message.el (message-idna-inside-rhs-p): Remove.
26821         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26822
26823         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26824         false positives.
26825
26826 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26827
26828         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26829
26830 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26831
26832         * nneething.el (nneething-file-name): Don't create spurious
26833         files.
26834
26835         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26836         (gnus-inews-do-gcc): Remove sleep.
26837
26838         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26839         part under point.
26840
26841         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26842         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26843
26844 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26845
26846         * spam.el (spam-summary-prepare-exit): Fix (length).
26847
26848 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26849
26850         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26851         as expired without moving it" message when there are spam
26852         messages left.
26853
26854 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26855
26856         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26857         header is not nil.
26858
26859 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26860
26861         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26862         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26863         (nntp-marks-changed-p): New arg SERVER.
26864         (nntp-request-update-info): Adjust caller.
26865
26866 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26867
26868         * nntp.el (nntp-save-marks): Pass missing arg.
26869
26870 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26871
26872         * nntp.el: Support marks.
26873         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26874         (nntp-marks-modtime, nntp-marks-directory): New variables.
26875         (nntp-request-set-mark, nntp-request-update-info)
26876         (nntp-possibly-create-directory, nntp-marks-changed-p)
26877         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26878         New functions.
26879
26880 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26881
26882         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26883         (gnus-xmas-redefine): Rename.
26884
26885         * gnus-score.el (gnus-score-insert-help):
26886         Use gnus-select-lowest-window.
26887
26888         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26889         appt-select-lowest-window and rename to gnus-select-lowest-window.
26890
26891         * gnus.el: do.
26892
26893 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26894
26895         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26896         encodings of MIME-encoded words, in order to improve
26897         interoperability with several broken MUAs.
26898
26899 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26900
26901         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26902         tags, only when charsets are not specified in headers.
26903         (mm-inline-text-html-render-with-w3m): Ditto.
26904
26905         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26906         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26907
26908 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26909
26910         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26911         instead of MIME-decoded from fields when checking
26912         `gnus-article-address-banner-alist'.
26913
26914 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26915
26916         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26917         description rather than subject.
26918
26919 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26920
26921         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26922
26923 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26924
26925         * gnus.el (gnus-version-number): Bump.
26926
26927 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26928
26929         * gnus.el: No Gnus v0.2 is released.
26930
26931 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26932
26933         * gnus-agent.el (gnus-agent-read-agentview):
26934         Inline gnus-uncompress-range.
26935
26936 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26937
26938         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26939         `exec-installed-p'.
26940
26941 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26942
26943         * gnus.el (spam-process, spam-autodetect-methods):
26944         Add bsfilter and bsfilter-headers.
26945
26946         * spam.el (spam-bsfilter): New customize group.
26947         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26948         (spam-bsfilter-header, spam-bsfilter-probability-header)
26949         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26950         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26951         (spam-bsfilter-database-directory): New options.
26952         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26953         (spam-list-of-statistical-checks, spam-registration-functions):
26954         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26955         (spam-bsfilter-score): New command.
26956         (spam-check-bsfilter-headers, spam-check-bsfilter)
26957         (spam-bsfilter-register-with-bsfilter)
26958         (spam-bsfilter-register-spam-routine)
26959         (spam-bsfilter-unregister-spam-routine)
26960         (spam-bsfilter-register-ham-routine)
26961         (spam-bsfilter-unregister-ham-routine): New functions.
26962         (spam-generic-score): Support bsfilter; Accept an optional argument
26963         to recalcurate spam score even if scoring header has already been
26964         added.
26965         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26966         optional argument to recalcurate spam score even if scoring header
26967         has already been added.
26968
26969 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26970
26971         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26972         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26973         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26974         link is missing.
26975
26976 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26977
26978         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26979         (html2text-get-attr): Rewrite.
26980
26981         * message.el (message-setup-1): Remove redundant put-text-property
26982         on mail-header-separator.
26983
26984 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26985
26986         * gnus-registry.el (gnus-registry-cache-whitespace)
26987         (gnus-registry-action, gnus-registry-spool-action)
26988         (gnus-registry-split-fancy-with-parent): Change message levels
26989         from 5 to 3 or 7, as needed.
26990
26991         * spam.el (spam-summary-prepare-exit)
26992         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26993         (spam-split, spam-find-spam, spam-log-undo-registration)
26994         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26995         level from 5 to 6.
26996
26997 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26998
26999         * gnus-ems.el: Autoload appt-select-lowest-window (revert
27000         2004-03-04 change).
27001
27002 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
27003
27004         * sieve-manage.el (sieve-manage-open):
27005         * nnweb.el (nnweb-insert-html):
27006         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
27007         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
27008         * nnspool.el (nnspool-request-group):
27009         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
27010         * nnml.el (nnml-request-update-info):
27011         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
27012         (nnmh-request-create-group, nnmh-update-gnus-unreads):
27013         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
27014         (nnimap-request-set-mark):
27015         * nnfolder.el (nnfolder-request-update-info):
27016         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
27017         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
27018         * gnus-uu.el (gnus-uu-find-articles-matching):
27019         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
27020         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
27021         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
27022         * gnus-nocem.el (gnus-nocem-scan-groups):
27023         * gnus-int.el (gnus-start-news-server):
27024         * gnus-group.el (gnus-group-make-kiboze-group)
27025         (gnus-group-browse-foreign-server):
27026         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
27027         Use mapc when appropriate.
27028
27029 2004-04-22  Dan Christensen  <jdc@uwo.ca>
27030             Adam Sjøgren  <asjo@koldfront.dk>
27031             Wes Hardaker  <wes@hardakers.net>
27032             Michael Shields  <shields@msrl.com>
27033
27034         * spam.el (spam-necessary-extra-headers): Get the extra headers we
27035         may need for spam sorting and scoring.
27036         (spam-user-format-function-S): Add user format function suitable for
27037         general use.
27038         (spam-article-sort-by-spam-status): Add sorting function for summary
27039         sorting.
27040         (spam-extra-header-to-number): Add function to get a score from a
27041         header.
27042         (spam-summary-score): Add function to get a numeric score from the
27043         headers.
27044         (spam-generic-score): Fix function doc, was in wrong place.
27045         (spam-initialize): Take symbols when it's run, and install the
27046         extra headers that spam-necessary-extra-headers thinks we need.
27047
27048 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
27049
27050         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
27051         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27052
27053 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
27054
27055         * gnus-sum.el (gnus-set-global-variables)
27056         (gnus-build-all-threads, gnus-get-newsgroup-headers)
27057         (gnus-article-get-xrefs, gnus-summary-best-group)
27058         (gnus-summary-next-article, gnus-summary-enter-digest-group)
27059         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
27060         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
27061         Use with-current-buffer.
27062
27063 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27064
27065         * spam.el (spam-summary-prepare-exit): Simplify logic.
27066         (spam-fetch-article-header): Read the article header if it's not
27067         available.
27068         (spam-list-articles): Simplify logic.
27069         (spam-filelist-register-routine): Fix bug with unregister-list.
27070
27071         * gnus-registry.el: Fix comments at beginning.
27072
27073 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
27074
27075         * message.el (message-cater-to-broken-inn): Remove.
27076         (message-shorten-references): Make sure the total folded length of
27077         References is shorter than 998 characters to cater to a bug in INN
27078         2.3.  Also, don't pretend that references aren't folded -- this
27079         hasn't worked for a while.
27080
27081 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27082
27083         * gnus-agent.el (gnus-agentize):
27084         gnus-agent-send-mail-real-function no longer set to current value
27085         of message-send-mail-function but rather a lambda that calls
27086         message-send-mail-function.  The change makes the agent real-time
27087         responsive to user changes to message-send-mail-function.
27088
27089 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27090
27091         * legacy-gnus-agent.el
27092         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27093         help from Florian Weimer <fw@deneb.enyo.de>
27094
27095 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27096
27097         * nnmail.el (nnmail-cache-insert): Revert last change.
27098
27099 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27100
27101         * nnmail.el (nnmail-cache-insert): Always check whether
27102         nnmail-cache-ignore-groups matches a group name.
27103
27104 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27105
27106         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27107         (spam-find-spam, spam-log-processing-to-registry)
27108         (spam-log-registered-p, spam-log-unregistration-needed-p)
27109         (spam-log-undo-registration): Use gnus-message instead of
27110         gnus-error, none of these errors are fatal.
27111
27112         * gnus-registry.el (gnus-registry-clean-empty-function)
27113         (gnus-registry-clean-empty): Remove only empty entries without
27114         extra data.
27115
27116 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27117
27118         * spam-stat.el (spam-stat-buffer-change-to-spam)
27119         (spam-stat-buffer-change-to-non-spam): Change (error) to
27120         (gnus-message 8) invocation.
27121
27122 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27123
27124         * nntp.el (nntp-via-netcat-command): New variable.
27125         (nntp-via-netcat-switches): New variable.
27126         (nntp-open-via-rlogin-and-netcat): New function.
27127         (nntp-open-connection-function): Doc fix.
27128         (nntp-telnet-command): Doc fix.
27129         (nntp-end-of-line): Doc fix.
27130         (nntp-via-rlogin-command): Doc fix.
27131         (nntp-via-user-name): Doc fix.
27132         (nntp-via-address): Doc fix.
27133
27134 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27135
27136         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27137         error in Emacs 21.1.
27138
27139 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27140
27141         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27142
27143 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27144
27145         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27146         (gnus-agent-with-refreshed-group): New macro.
27147         (gnus-agent-rename-group): New function.
27148         (gnus-agent-delete-group): New function.
27149         (gnus-agent-save-group-info): Use gnus-command-method when
27150         `method' parameter is nil.  Don't write nil entries into the
27151         active file.
27152         (gnus-agent-get-group-info): New function.
27153         (gnus-agent-fetch-articles):
27154         Use gnus-agent-update-files-total-fetched-for to increment disk space
27155         used.
27156         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27157         Use gnus-agent-update-view-total-fetched-for to increment disk space
27158         used.
27159         (gnus-agent-get-local): Add optional parameters to avoid calling
27160         gnus-group-real-name and gnus-find-method-for-group.
27161         (gnus-agent-set-local): Delete stored entry if either min, or max,
27162         are nil.
27163         (gnus-agent-fetch-session): Reworded error/quit messages.
27164         On quit, use gnus-agent-regenerate-group to record existance of any
27165         articles fetched to disk before the quit occurred.
27166         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27167         gnus-agent-update-view-total-fetched-for, and
27168         gnus-agent-update-files-total-fetched-for to decrement disk space
27169         used.
27170         (gnus-agent-retrieve-headers):
27171         Use gnus-agent-update-view-total-fetched-for to increment disk space
27172         used.
27173         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27174         with gnus-agent-update-files-total-fetched-for to decrement disk
27175         space and fresh group buffer.
27176         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27177         (gnus-agent-need-update-total-fetched-for): New variable.
27178         (gnus-agent-update-files-total-fetched-for): New function.
27179         (gnus-agent-update-view-total-fetched-for): New function.
27180         (gnus-agent-total-fetched-for): New function.
27181
27182         * gnus-cache.el (gnus-cache-save-buffers):
27183         Use gnus-cache-update-overview-total-fetched-for to change disk space
27184         used by this group.
27185         (gnus-cache-possibly-enter-article):
27186         Use gnus-cache-update-file-total-fetched-for to increment disk space
27187         used by this group.
27188         (gnus-cache-possibly-remove-article):
27189         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27190         used by this group.
27191         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27192         (gnus-cache-rename-group): New function.
27193         (gnus-cache-delete-group): New function.
27194         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27195         (gnus-cache-need-update-total-fetched-for): New variable.
27196         (gnus-cache-with-refreshed-group): New macro.
27197         (gnus-cache-update-file-total-fetched-for): New function.
27198         (gnus-cache-update-overview-total-fetched-for): New function.
27199         (gnus-cache-rename-group-total-fetched-for): New function.
27200         (gnus-cache-delete-group-total-fetched-for): New function.
27201         (gnus-cache-total-fetched-for): New function.
27202
27203         * gnus-group.el: Require gnus-sum and autoload functions to
27204         resolve warnings when gnus-group.el compiled alone.
27205         (gnus-group-line-format): Document new %F.
27206         (size of Fetched data) group line format; identifies disk space
27207         used by agent and cache.
27208         (gnus-group-line-format-alist): Define new F format.
27209         (gnus-total-fetched-for): New function.
27210         (gnus-group-delete-group): No longer update
27211         gnus-cache-active-altered as gnus-request-delete-group now keeps
27212         the cache in sync.
27213         (gnus-group-list-active): Let the agent store a server's active
27214         list if currently plugged.
27215
27216         * gnus-int.el (gnus-request-delete-group):
27217         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27218         local disk in sync with the server.
27219         (gnus-request-rename-group):
27220         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27221         local disk in sync with the server.
27222
27223         * gnus-start.el (gnus-get-unread-articles):
27224         Cosmetic simplification to logic.
27225
27226         * gnus-util.el (gnus-rename-file): New function.
27227
27228 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27229
27230         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27231
27232 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27233
27234         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27235         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27236
27237 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27238
27239         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27240         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27241
27242 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27243
27244         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27245
27246 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27247
27248         * spam.el (spam-set-difference): Add function to replace
27249         gnus-set-difference in spam.el.
27250         (spam-summary-prepare-exit): Use spam-set-difference.
27251
27252 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27253
27254         * gnus-registry.el (gnus-registry-cache-file): Update to use
27255         gnus-dribble-directory OR gnus-home-directory OR ~.
27256         (gnus-registry-split-fancy-with-parent): Fix doc.
27257
27258 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27259
27260         * message.el (message-exchange-point-and-mark):
27261         Use message-mark-active-p.  Suggested by Jesper Harder
27262         <harder@ifa.au.dk>.
27263
27264 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27265
27266         * message.el (message-exchange-point-and-mark): Don't activate
27267         region if it was inactive.  Suggested by Hiroshi Fujishima
27268         <pooh@nature.tsukuba.ac.jp>.
27269
27270 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27271
27272         * gnus-art.el (article-display-face): Display Faces in the same
27273         order as X-Faces.
27274
27275 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27276
27277         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27278
27279 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27280
27281         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27282         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27283         (gnus-article-mime-hierarchy): Remove.
27284         (gnus-article-mime-hierarchy-next): Remove.
27285         (gnus-article-mode): Revert 2004-03-19 change.
27286         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27287         (gnus-insert-mime-button): Revert 2004-03-19 change.
27288         (gnus-mime-accumulate-hierarchy): Remove.
27289         (gnus-mime-enter-multipart): Remove.
27290         (gnus-mime-leave-multipart): Remove.
27291         (gnus-mime-display-part): Revert 2004-03-19 change.
27292         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27293
27294         * mml.el (mml-preview): Revert 2004-03-19 change.
27295
27296 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27297
27298         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27299
27300 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27301
27302         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27303         t while entering a file name using the mm-with-multibyte macro.
27304         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27305
27306         * mm-util.el (mm-with-multibyte): New macro.
27307
27308 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27309
27310         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27311         New user option.
27312         (gnus-mime-multipart-functions): Doc and customization fix.
27313         (gnus-article-mime-hierarchy): New variable.
27314         (gnus-article-mime-hierarchy-next): New variable.
27315         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27316         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27317         gnus-article-mime-hierarchy-next to nil.
27318         (gnus-insert-mime-button): Show hierarchy numbers.
27319         (gnus-mime-accumulate-hierarchy): New function.
27320         (gnus-mime-enter-multipart): New function.
27321         (gnus-mime-leave-multipart): New function.
27322         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27323         (gnus-mime-display-alternative): Show hierarchy numbers.
27324
27325         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27326         gnus-article-mime-hierarchy-next to nil.
27327
27328 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27329
27330         * dns.el: Don't require gnus-xmas.
27331
27332 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27333
27334         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27335         inline PGP.
27336         (mml-menu): Disable mml-quote-region if mark is inactive.
27337
27338 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27339
27340         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27341         when the group's active is not available.
27342
27343 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27344
27345         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27346         error.
27347
27348 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27349
27350         * imap.el (imap-store-password): New variable.
27351         (imap-interactive-login): Use it.
27352         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27353
27354 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27355
27356         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27357         window-start and hscroll to summary window.
27358
27359 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27360
27361         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27362         conversion message to newsrc-dribble when an actual conversion is
27363         performed.
27364
27365 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27366
27367         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27368
27369 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27370
27371         * mm-decode.el (mm-complicated-handles): New function reviving
27372         former definition of mm-multiple-handles.
27373
27374         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27375         (gnus-mime-delete-part): Use it.
27376
27377 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27378
27379         * gnus-agent.el (gnus-agent-read-local):
27380         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27381         avoid the implicit assumption that they will always be equal.
27382         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27383         coding-system-for-write, as the with-temp-file macro first prints
27384         to a buffer then saves the buffer.
27385
27386 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27387
27388         * gnus-art.el (gnus-article-edit-part): New function.
27389         (gnus-mime-save-part-and-strip): Use it; do query instead of
27390         signaling an error; don't use mm-multiple-handles.
27391         (gnus-mime-delete-part): Ditto.
27392
27393 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27394
27395         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27396         old file versions.
27397         (gnus-group-prepare-hook): Remove function that converted list
27398         form of gnus-agent-expire-days to group properties.
27399
27400         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27401         (gnus-request-accept-article): Re-indented.
27402
27403         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27404         converters to handle old agent file formats.  Add logic for a
27405         "backup before upgrading warning".
27406         (gnus-convert-mark-converter-prompt): Developers can mark
27407         functions as needing (default), or not needing,
27408         gnus-convert-old-newsrc's "backup before upgrading warning".
27409         (gnus-convert-converter-needs-prompt): Tests whether the user
27410         should be protected from potentially irreversable changes by the
27411         function.
27412
27413         * legacy-gnus-agent.el: New.  Provides converters that are only
27414         loaded when gnus-convert-old-newsrc needs to call them.
27415
27416 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27417
27418         * mail-source.el (mail-source-touch-pop): Doc fix.
27419
27420         * message.el (message-smtpmail-send-it): Doc fix.
27421
27422 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27423
27424         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27425
27426         * nnmail.el (nnmail-split-fancy): do.
27427
27428         * gnus-kill.el (gnus-kill, gnus-execute): do.
27429
27430 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27431
27432         * gnus-sum.el (gnus-widget-reversible-match)
27433         (gnus-widget-reversible-to-internal)
27434         (gnus-widget-reversible-to-external): New functions.
27435         (gnus-widget-reversible): New widget.
27436         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27437
27438 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27439
27440         * gnus-sum.el (gnus-thread-sort-functions)
27441         (gnus-article-sort-functions): Document `(not F)' items.
27442
27443 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27444
27445         * spam.el (spam-use-gmane-xref): Add new backend.
27446         (spam-gmane-xref-spam-group): Add variable to control the name of the
27447         Gmane spam group.
27448         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27449         (spam-regex-headers-spam, spam-regex-headers-ham)
27450         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27451         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27452         backends and checks.
27453         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27454
27455         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27456         an autodetect method.
27457
27458 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27459
27460         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27461         articles are being added to a group.
27462         (gnus-request-replace-article): Inform the agent that articles
27463         need to be uncached as the cached contents are no longer valid.
27464
27465 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27466
27467         * binhex.el: Don't autoload executable-find.
27468
27469         * canlock.el: Don't autoload mail-fetch-field.
27470
27471         * dgnushack.el: Autoload c-mode for XEmacs.
27472
27473         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27474
27475         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27476         rmail-dont-reply-to and rmail-output.
27477
27478         * gnus-score.el: Don't autoload ffap-string-at-point.
27479
27480         * gnus-setup.el: Don't autoload sc-cite-original.
27481
27482         * imap.el: Don't autoload base64-decode-string,
27483         base64-encode-string and md5.
27484
27485         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27486         and rmail-msg-restore-non-pruned-header.
27487
27488         * mm-decode.el: Don't autoload executable-find.
27489
27490         * mm-url.el: Don't autoload executable-find.
27491
27492         * mm-view.el: Don't autoload diff-mode.
27493
27494         * nndb.el: Don't autoload news-reply-mode, news-setup,
27495         cancel-timer and telnet.
27496
27497         * password.el: Don't autoload run-at-time for Emacs.
27498
27499         * sha1-el.el: Don't autoload executable-find.
27500
27501         * sieve-mode.el: Don't autoload c-mode.
27502
27503         * uudecode.el: Don't autoload executable-find.
27504
27505 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27506
27507         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27508         (gnus-agent-possibly-alter-active): Avoid null in numeric
27509         comparison.
27510         (gnus-agent-set-local): Refuse to save null in local object table.
27511         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27512         list of articles that will be marked as unread.
27513
27514 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27515
27516         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27517
27518 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27519
27520         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27521         language tags.
27522
27523 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27524
27525         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27526         Don't bind "obarray".
27527
27528         * gnus-sum.el (gnus-thread-sort-functions):
27529         Add `gnus-thread-sort-by-most-recent-number' and
27530         `gnus-thread-sort-by-most-recent-date'.
27531         Reported by Kai Grossjohann <kai@emptydomain.de>.
27532
27533 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27534
27535         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27536
27537 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27538
27539         * gnus-cus.el (gnus-agent-customize-category):
27540         Remove ignore-errors macro reference that required cl to be loaded at
27541         run-time.
27542
27543         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27544         single-interval range of the form (min . max).  Previously the
27545         range had to look like ((min . max)).  Likewise, return
27546         (min . max) rather than ((min . max)).
27547         (gnus-range-map): Use gnus-range-normalize to accept
27548         single-interval range.
27549
27550         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27551         the cache, but not the agent, now appear with their usual face.
27552
27553         * dgnushack.el (loaddir): New variable that is bound to the
27554         directory containing the dgnushack.el file.  Use loaddir, rather
27555         than srcdir, to update load-path.  Change lets dgnushack compile
27556         code in directories other than GNUS/lisp.
27557
27558 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27559
27560         * lpath.el: Don't bind w3m-safe-url-regexp.
27561
27562         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27563         w3m-safe-url-regexp variable buffer-local.
27564
27565         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27566
27567 2004-02-27  Simon Josefsson  <jas@extundo.com>
27568
27569         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27570         gnus-group-real-prefix.
27571         (gnus-summary-move-article): Use it, instead of
27572         gnus-group-real-prefix.
27573
27574 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27575
27576         * lpath.el: Bind w3m-safe-url-regexp.
27577
27578         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27579         w3m-safe-url-regexp variable buffer-local and set it as the value
27580         of mm-w3m-safe-url-regexp.
27581
27582         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27583
27584         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27585         parsing gnus-posting-styles when the message is not for replying.
27586
27587         * dgnushack.el: Autoload sgml-mode for XEmacs.
27588
27589         * nnrss.el (nnrss-opml-export):
27590         Use mm-set-buffer-file-coding-system instead of
27591         set-buffer-file-coding-system.
27592
27593 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27594
27595         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27596         of checkdoc.el).
27597         * nnrss.el: do.
27598         * gnus-mlspl.el: do.
27599         * gnus-ml.el: do.
27600         * gnus-srvr.el: do.
27601
27602         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27603
27604 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27605
27606         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27607         Corrections to custom-manual links.
27608
27609         * gnus-art.el (gnus-article): Ditto.
27610
27611         * mm-decode.el (mime-display, mime-security): Ditto.
27612
27613 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27614
27615         * flow-fill.el: Typo.
27616
27617 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27618
27619         * spam-wash.el: New file.
27620
27621 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27622
27623         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27624
27625 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27626
27627         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27628         to be run with new-articles as LIST1, not LIST2.
27629         (spam-registration-functions): Add spam-use-ham-copy as a nil
27630         registration backend.
27631
27632 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27633
27634         * spam-stat.el (spam-stat-washing-hook): New option.
27635         (spam-stat-buffer-words): Use it.
27636         (spam-stat-process-directory, spam-stat-test-directory):
27637         Use insert-file-contents-literally.
27638         (spam-stat-coding-system): New variable.
27639         (spam-stat-load, spam-stat-save): Use it.
27640
27641 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27642
27643         * spam-report.el (spam-report-plug-agent):
27644         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27645
27646 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27647
27648         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27649         Allow / in mailto URLs.
27650
27651 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27652
27653         * spam-report.el (spam-report-process-queue): Fix interactive use.
27654         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27655         (spam-report-unplug-agent): Doc fixes.
27656         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27657         (spam-report-agentize, spam-report-deagentize): Autoload.
27658
27659 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27660
27661         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27662
27663         * message.el (message-setup-fill-variables): Add mml tags to
27664         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27665         <ajk@iu.edu>.
27666         (message-mode): Don't modify paragraph-separate there.
27667
27668 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27669
27670         * compface.el (uncompface-use-external): Default to undecided.
27671         (uncompface-use-external-threshold): New variable.
27672         (uncompface-float-time): New macro.
27673         (uncompface): Determine whether to use the external decoder if
27674         uncompface-use-external is undecided.
27675
27676 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27677
27678         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27679         after images.
27680
27681         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27682
27683 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27684
27685         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27686
27687         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27688
27689         * gnus-sum.el (gnus-summary-limit-to-age)
27690         (gnus-summary-limit-children): do.
27691
27692         * gnus-int.el (gnus-request-scan): do.
27693
27694         * gnus-group.el (gnus-group-suspend): do.
27695
27696         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27697
27698         * gnus-cite.el (gnus-cite-parse-attributions): do.
27699
27700         * gnus-agent.el (gnus-summary-set-agent-mark)
27701         (gnus-agent-regenerate-group): do.
27702
27703         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27704
27705         * binhex.el (binhex-decode-region-internal): do.
27706
27707 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27708
27709         * gnus-fun.el (gnus-face-properties-alist): New user option.
27710         (gnus-display-x-face-in-from): Use it.
27711
27712         * gnus-art.el (article-display-face): Ditto.
27713
27714         * compface.el (uncompface-use-external): Default to nil.
27715
27716 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27717
27718         * nntp.el (nntp-erase-buffer): New function.
27719         (nntp-retrieve-data, nntp-send-command)
27720         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27721         (nntp-possibly-change-group): Use it.
27722
27723         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27724         Use with-current-buffer.
27725
27726 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27727
27728         * compface.el: Merge the ELisp-based uncompface program.
27729         (compface): New customization group.
27730         (uncompface-use-external): New user option.
27731         (uncompface): Call uncompface-internal if uncompface-use-external
27732         is nil.
27733         (uncompface-internal): New function.  Note that there are also
27734         some other functions and variables added for this function.
27735
27736 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27737
27738         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27739         if necessary.
27740
27741 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27742
27743         * spam-report.el (spam-report-unplug-agent)
27744         (spam-report-plug-agent, spam-report-deagentize)
27745         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27746         Add support for the Agent in spam-report: when unplugged, report to a
27747         file; when plugged, submit all the requests.
27748
27749         * spam.el (spam-register-routine): Fix message about
27750         registration.
27751
27752 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27753
27754         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27755         dependencies.
27756         (rfc2047-encode): Use it.
27757
27758         * gnus-art.el (gnus-button-marker-list): Move before first
27759         reference.
27760
27761         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27762         (imap-parse-body): Fix format string mismatch.
27763
27764         * gnus-score.el (gnus-summary-increase-score): do.
27765
27766         * nnrss.el (nnrss-close): New function.
27767
27768 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27769
27770         * nnrss.el (nnrss-make-filename): New function.
27771         (nnrss-request-delete-group, nnrss-read-server-data)
27772         (nnrss-save-server-data, nnrss-read-group-data)
27773         (nnrss-save-group-data): Use it.
27774         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27775         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27776         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27777
27778 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27779
27780         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27781
27782 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27783
27784         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27785         files.
27786
27787         * message.el (message-generate-headers-first): Don't quote nil
27788         and t in docstrings.
27789
27790         * imap.el (imap-id): do.
27791
27792         * gnus-agent.el (gnus-agent-consider-all-articles)
27793         (gnus-agent-queue-mail): do.
27794
27795 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27796
27797         * spam-report.el (spam-report-process-queue): New function.
27798         Process requests from `spam-report-requests-file'.
27799         (spam-report-process-queue): Doc fix.
27800
27801 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27802
27803         * spam.el (spam-register-routine)
27804         (spam-log-processing-to-registry, spam-log-registered-p)
27805         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27806         Change "check" to "spam-check" for semi-clarity.
27807
27808 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27809
27810         * pop3.el: Require nnheader.
27811
27812         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27813
27814         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27815
27816         * gnus-picon.el: Require cl.
27817
27818         * gnus-fun.el: Require gnus-ems and gnus-util.
27819
27820         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27821
27822         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27823
27824         * gnus-art.el (gnus-article-edit-mode): Define before first
27825         reference.
27826
27827 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27828
27829         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27830         (gnus-uu-post-encoded): Use point-at-bol.
27831
27832         * gnus-topic.el (gnus-group-active-topic-p): do.
27833
27834         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27835
27836         * gnus-group.el (gnus-group-kill-region): do.
27837
27838         * gnus-art.el (article-date-ut): do.
27839
27840         * message.el (message-fetch-field): Remove redundant
27841         case-fold-search binding.
27842         (message-narrow-to-field): Simplify.
27843
27844 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27845
27846         * spam.el (spam-directory): Derive from `gnus-directory'.
27847
27848         * spam-report.el (spam-report-url-to-file)
27849         (spam-report-requests-file): New function and variable for offline
27850         reporting.
27851         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27852         and user defined function.
27853         (spam-report-url-ping-mm-url): Remove doubled slash.
27854
27855 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27856
27857         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27858
27859 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27860
27861         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27862         Fix format string mismatch.
27863
27864         * sieve.el (sieve-deactivate-all): do.
27865
27866         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27867
27868         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27869
27870         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27871
27872         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27873
27874 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27875
27876         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27877         the list of checks.
27878
27879 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27880
27881         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27882         padding.
27883
27884 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27885
27886         * mm-view.el (mm-fill-flowed): New variable.
27887         (mm-inline-text): Use it.
27888
27889 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27890
27891         * spam.el (spam-spamassassin-register-ham-routine)
27892         (spam-spamassassin-register-spam-routine): Fix function names.
27893
27894 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27895
27896         * gnus.el (gnus-tmp-grouplens): Remove.
27897         (gnus-summary-line-format): Remove grouplens.
27898
27899         * gnus-group.el (gnus-group-line-format): Ditto.
27900
27901         * gnus-spec.el (gnus-format-specs): Ditto.
27902         (gnus-update-format-specifications): Flush the group format spec
27903         cache if there's the grouplens stuff.
27904         (gnus-parse-simple-format): Replace %l with the empty string.
27905
27906 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27907
27908         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27909         omission.
27910
27911 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27912
27913         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27914         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27915
27916 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27917
27918         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27919         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27920         New macros and functions.
27921         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27922         Handle > NLINK_MAX messages.
27923         * nnmaildir.el (nnmaildir-request-set-mark):
27924         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27925
27926 2004-01-25  Alex Schroeder  <alex@gnu.org>
27927
27928         * spam-stat.el (spam-stat-process-directory-age): New option.
27929         (spam-stat-process-directory): Use it.
27930
27931 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27932
27933         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27934         (spam-stat-save): Accept prefix argument.
27935
27936 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27937
27938         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27939         links" error.
27940
27941 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27942
27943         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27944         the rest of the and/or forms.
27945
27946 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27947
27948         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27949         compatibility with old .newsrc.eld files.
27950
27951         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27952
27953         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27954
27955         * gnus-start.el (gnus-1): do.
27956
27957         * gnus-group.el (gnus-group-line-format-alist): do.
27958
27959         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27960
27961         * gnus-gl.el: Remove.
27962
27963 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27964
27965         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27966         marks consisting of a single range {for example, (3 . 5)} rather
27967         than a list of a single range { ((3 . 5)) }.
27968
27969 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27970
27971         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27972         Use with-current-buffer.
27973         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27974         avoid consing a string.
27975
27976         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27977         Remove obsolete entries for big5 and gb2312.
27978
27979 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27980
27981         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27982         uncompressed list.
27983
27984 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27985
27986         * spam-stat.el (spam-stat-strip-xref): New function.
27987         (spam-stat-process-directory): Use it.
27988
27989         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27990         here -- it's done in message-fetch-field.
27991
27992 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27993
27994         * gnus-agent.el (gnus-agent-queue-mail)
27995         (gnus-agent-prompt-send-queue): New variables.
27996         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27997         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27998         "nndraft:queue" along to gnus-draft-send.
27999         Use gnus-agent-prompt-send-queue.
28000         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
28001         is "nndraft:queue".  Suggested by Gaute Strokkenes
28002         <gs234@srcf.ucam.org>
28003
28004         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
28005         (agent-enable-undownloaded-faces): Add.
28006         (gnus-agent-cat-groups): Use eval-and-compile, not
28007         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
28008         method of gnus-agent-cat-groups even when the buffer has been
28009         evaled.
28010         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
28011         delete gnus-agent-save-active-1.
28012         (gnus-agent-save-groups): Delete.  Identical to
28013         gnus-agent-save-active.
28014         (gnus-agent-write-active): No longer adjust agent's copy of active
28015         file as agent's adjustments are now stored in their own
28016         file.  Remove optional parameter.
28017         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
28018         servers.  Add use of min/max range limits from server's local
28019         file.
28020         (gnus-agent-save-alist): Remove unused optional argument.
28021         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
28022         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
28023         (gnus-agent-set-local): A per-server file that keeps min/max range
28024         limits for articles known to the agent.  Provides a fast mechanism
28025         for altering many active ranges.
28026         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
28027         active file (local makes it unnecessary).
28028         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
28029
28030         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
28031         (agent-enable-undownloaded-faces): Add.
28032
28033         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
28034         disable it when sending to "nndraft:queue".
28035         (gnus-group-send-queue): Add safety check to avoid sending queue
28036         when unplugged.
28037
28038         * gnus-group.el (gnus-group-catchup): Use new
28039         gnus-sequence-of-unread-articles, not
28040         gnus-list-of-unread-articles, to avoid exhausting memory with huge
28041         numbers of articles.  Use gnus-range-map to avoid having to
28042         uncompress the unread list.
28043         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
28044         Fix invalid ange-ftp reference.
28045
28046         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
28047         (gnus-sorted-range-intersection): Intersection of two ranges
28048         without requiring that they first be uncompressed.
28049
28050         * gnus-start.el (gnus-activate-group): Unless blocked by the
28051         caller, possibly expand the active range to include both cached
28052         and agentized articles.
28053         (gnus-convert-old-newsrc): Rewrote in anticipation of having
28054         multiple version-dependent converters.
28055         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
28056         gnus-agent-save-active.
28057         (gnus-save-newsrc-file): Save dirty agent range limits.
28058
28059         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
28060         gnus-agent-possibly-alter-active.
28061         (gnus-adjust-marked-articles): Faster handling of simple lists.
28062
28063 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
28064
28065         * spam-stat.el (spam-stat-test-directory): New optional argument
28066         displays a list of files detected.  Suggested by Andrew Cohen
28067         <cohen@andy.bu.edu>.
28068         (spam-stat-buffer-words-with-scores): Don't narrow and change
28069         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
28070
28071 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
28072
28073         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
28074         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
28075         (spam-spamassassin-arguments)
28076         (spam-spamassassin-spam-flag-header)
28077         (spam-spamassassin-positive-spam-flag-header)
28078         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
28079         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
28080         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
28081         (spam-list-of-processors, spam-list-of-checks)
28082         (spam-list-of-statistical-checks, spam-registration-functions)
28083         (spam-check-spamassassin-headers, spam-check-spamassassin)
28084         (spam-spamassassin-score)
28085         (spam-spamassassin-register-with-sa-learn)
28086         (spam-spamassassin-register-spam-routine)
28087         (spam-spamassassin-register-ham-routine)
28088         (spam-assassin-register-spam-routine)
28089         (spam-assassin-register-ham-routine): Add SpamAssassin support.
28090         (spam-bogofilter-score): Fix to show article before scoring.
28091
28092 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28093
28094         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28095         default scoring function.
28096         (spam-generic-score): Call spam-spamassassin-score if
28097         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28098         spam-bogofilter-score otherwise.
28099
28100         * gnus.el (spam-process, spam-autodetect-methods):
28101         Add spamassassin and spamassassin-headers.
28102
28103 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28104
28105         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28106         Suppress unnecessary messages.
28107
28108 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28109
28110         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28111         make-hash-table.
28112
28113 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28114
28115         * canlock.el (base64-encode-string): Don't autoload it.
28116
28117 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28118
28119         * run-at-time.el: Remove useless (require 'itimer),
28120         eval-and-compile and (featurep 'xemacs).
28121
28122 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28123
28124         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28125         GROUP is a virtual group.
28126
28127 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28128
28129         * gnus.el: Autoload `message-y-or-n-p'.
28130
28131 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28132
28133         * pgg-parse.el: Remove unnecessary (require 'custom).
28134
28135         * pgg-def.el: do.
28136
28137         * nnmail.el: do.
28138
28139         * gnus-undo.el: do.
28140
28141         * gnus-picon.el: do.
28142
28143         * gnus-util.el: do.
28144
28145 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28146
28147         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28148
28149 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28150
28151         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28152         handle, as well as a list.
28153
28154         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28155         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28156         (mm-w3m-cid-retrieve): Simplify.
28157
28158 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28159
28160         * message.el (message-kill-to-signature): Allow prefix arg to
28161         specify number of lines to keep before signature.
28162
28163 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28164
28165         * message.el (message-kill-to-signature): Change docstring.
28166
28167 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28168
28169         * canlock.el: Always require sha1-el.
28170         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28171
28172         * message.el: Autoload sha1 only when compiling.
28173
28174         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28175         eudc-expand-inline for XEmacs.
28176
28177 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28178
28179         * message.el (message-canlock-generate): Require sha1-el.
28180
28181 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28182
28183         * message.el (message-expand-name): Silence the byte compiler.
28184
28185         * lpath.el: Add detect-coding-system.
28186
28187         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28188         cus-edit.
28189
28190 2004-01-13  Simon Josefsson  <jas@extundo.com>
28191
28192         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28193         Invoke gnus-score-mode.
28194         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28195
28196         * gnus-range.el (gnus-compress-sequence): Doc fix.
28197         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28198
28199 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28200
28201         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28202
28203 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28204
28205         * spam.el (spam-get-article-as-string): Update to use
28206         gnus-request-article-this-buffer, much simpler.
28207         (spam-get-article-as-buffer): Remove.
28208
28209 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28210
28211         * message.el (message-expand-name): Use EUDC if the user uses that.
28212
28213 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28214
28215         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28216         character for the encoding to avoid consing a string.
28217
28218         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28219         unnecessarily.
28220
28221         * mm-util.el (mm-replace-chars-in-string): Remove.
28222
28223         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28224         of mm-replace-chars-in-string.
28225
28226 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28227
28228         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28229
28230         * mm-util.el (mm-subst-char-in-string): Support inplace.
28231
28232         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28233         a new string in every iteration.  Use shy groups.
28234
28235 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28236
28237         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28238         * gnus-soup.el (gnus-soup-group-brew):
28239         * gnus-msg.el (gnus-put-message):
28240         * gnus-move.el (gnus-group-move-group-to-server):
28241         * gnus-kill.el (gnus-batch-score):
28242         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28243         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28244         (gnus-group-update-group, gnus-group-read-group)
28245         (gnus-group-make-group, gnus-group-make-help-group)
28246         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28247         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28248         (gnus-group-sort-by-unread, gnus-group-catchup)
28249         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28250         (gnus-group-yank-group, gnus-group-set-info)
28251         (gnus-group-list-groups):
28252         * gnus.el (gnus-generate-new-group-name):
28253         * gnus-delay.el (gnus-delay-send-queue):
28254         * nnvirtual.el (nnvirtual-catchup-group):
28255         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28256         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28257         (gnus-group-prepare-topics, gnus-topic-check-topology):
28258         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28259         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28260         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28261         (gnus-group-make-articles-read):
28262         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28263         (gnus-group-change-level, gnus-kill-newsgroup)
28264         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28265         (gnus-get-unread-articles, gnus-make-articles-unread)
28266         (gnus-make-ascending-articles-unread): Use accessor
28267         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28268         to get group information for improved readability.
28269
28270
28271 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28272
28273         * gnus-art.el (article-decode-mime-words, article-babel)
28274         (gnus-article-highlight-signature, gnus-article-add-buttons)
28275         (gnus-signature-toggle): Use gnus-with-article-buffer.
28276
28277         * gnus-art.el (gnus-article-highlight-headers)
28278         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28279
28280         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28281         (gnus-article-set-globals, gnus-request-article-this-buffer)
28282         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28283         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28284         (gnus-mime-display-alternative): Use with-current-buffer.
28285
28286 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28287
28288         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28289         also under 80 char limit, and call gnus-error if needed.
28290         (spam-fetch-article-header): Fix - it was a
28291         buffer-local variable (gnus-newsgroup-data).
28292         (spam-find-spam): Use spam-generate-fake-headers, forget about
28293         spam-insert-fake-headers.
28294         (spam-insert-fake-headers): Remove.
28295
28296 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28297
28298         * deuglify.el (gnus-article-outlook-unwrap-lines)
28299         (gnus-outlook-rearrange-article)
28300         (gnus-outlook-repair-attribution-outlook)
28301         (gnus-outlook-repair-attribution-block)
28302         (gnus-outlook-repair-attribution-other): Remove redundant
28303         save-excursion.
28304
28305 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28306
28307         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28308         (spam-fetch-field-subject-fast)
28309         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28310         (spam-fetch-article-header): Add functions to deal with Gnus
28311         internals for fast retrieval of article header data.
28312         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28313
28314 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28315
28316         * pop3.el (pop3-md5): Remove.
28317         (pop3-apop): Replace pop3-md5 with md5.
28318
28319         * mm-bodies.el: base64 is always built-in.
28320
28321         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28322         Use with-current-buffer.
28323
28324 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28325
28326         * canlock.el (canlock-insert-header): Remove excessive grouping in
28327         regexp.
28328
28329         * gnus-sum.el (gnus-summary-read-document): Ditto.
28330
28331         * gnus-uu.el (gnus-uu-part-number): Ditto.
28332
28333         * html2text.el (html2text-remove-tags): Ditto.
28334         (html2text-format-tags): Ditto.
28335         (html2text-format-single-elements): Ditto.
28336
28337         * mml.el (mml-parse-1): Ditto.
28338
28339 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28340
28341         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28342
28343         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28344
28345         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28346
28347         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28348
28349 2003-11-15  Simon Josefsson  <jas@extundo.com>
28350
28351         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28352         (pgg-gpg-lookup-key): Use regexp match instead of
28353         split-string (split-string is different between emacs 21.2 and
28354         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28355
28356 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28357
28358         * gnus-art.el (gnus-mime-view-all-parts)
28359         (gnus-article-part-wrapper, gnus-article-view-part):
28360         Use with-current-buffer.
28361
28362 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28363
28364         * spam.el (spam-disable-spam-split-during-ham-respool)
28365         (spam-spamoracle-database, spam-cache-lookups)
28366         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28367         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28368         (spam-group-ham-marks, spam-group-spam-marks)
28369         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28370         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28371         also add spam-use-blackholes to the statistical checks.
28372         (spam-fetch-field-fast): Add interface to fetching fields, may
28373         become a macro.
28374         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28375         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28376         (spam-insert-fake-headers): Fake an article when needed.
28377         (spam-find-spam): Fake article when possible.
28378         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28379         (spam-check-bogofilter-headers): Use message-fetch-field instead
28380         of nnmail-fetch-field.
28381
28382 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28383
28384         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28385
28386 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28387
28388         * spam.el (spam-split): Do not require spam-use-CHECK to be
28389         enabled if that check is passed to spam-split explicitly; also
28390         fix so 'spam doesn't get converted to spam-split-group when
28391         spam-split-symbolic-return is t.
28392         (spam-find-spam): Find registrations of the article and use those
28393         instead of re-running spam-split to find the spam/ham
28394         classification of the article.
28395         (spam-log-processing-to-registry, spam-log-registered-p)
28396         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28397         Use gnus-error instead of gnus-message.
28398         (spam-log-registration-type): Add function to determine the
28399         classification of a message based on registry entries; will
28400         return nil if both 'spam and 'ham are found.
28401         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28402         a reasonably fast local cache without the loading errors.
28403         (spam-cache-lookups): Set to t by default.
28404         (spam-find-spam): Don't try to guess spam-cache-lookups.
28405         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28406         spam-caches entry.
28407         (spam-filelist-build-cache, spam-filelist-check-cache):
28408         Fix caching of whitelist/blacklist entries.
28409         (spam-check-whitelist, spam-check-blacklist):
28410         Invoke spam-from-listed-p with a type, not a cache variable.
28411         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28412
28413 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28414
28415         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28416
28417         * nnmail.el (nnmail-split-fancy): do.
28418
28419         * mml.el (mml-parse): do.
28420
28421         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28422         (gnus-score-adaptive): do.
28423
28424 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28425
28426         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28427         (gnus-mime-button-map): Don't set keymap parent.
28428         (gnus-button-ctan-directory-regexp): Use shy grouping.
28429         (gnus-prev-page-map): Don't set keymap parent.
28430         (gnus-prev-page-map): Remove duplicated one.
28431         (gnus-next-page-map): Don't set keymap parent.
28432         (gnus-mime-security-button-map): Ditto.
28433
28434         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28435         version number.
28436
28437         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28438
28439 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28440
28441         * canlock.el (canlock-sha1-function): Remove.
28442         (canlock-sha1-function-for-verify): Remove.
28443         (canlock-openssl-program): Remove.
28444         (canlock-openssl-args): Remove.
28445         (canlock-ignore-errors): Remove.
28446         (canlock-sha1-with-openssl): Remove.
28447         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28448         (canlock-verify): Don't use canlock-ignore-errors.
28449
28450         * sha1-el.el (sha1-string-external): Make it can return a string
28451         in binary form.
28452         (sha1-region-external): Ditto.
28453         (sha1-string-internal): Ditto.
28454         (sha1-region-internal): Ditto.
28455         (sha1-region): Ditto.
28456         (sha1-string): Ditto.
28457         (sha1): Ditto.
28458
28459 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28460
28461         * spam.el (spam-report-articles-gmane): New command.
28462
28463 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28464
28465         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28466
28467         * run-at-time.el (run-at-time-saved): Remove.
28468         (run-at-time): Doc fix.
28469
28470 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28471
28472         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28473         (gnus-summary-limit-map): Add it.
28474         (gnus-summary-make-menu-bar): do.
28475
28476 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28477
28478         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28479         Make attempt at some caching support (done for BBDB only now).
28480         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28481         addresses to be checked.
28482         (spam-clear-cache-BBDB): Add function, to be invoked by
28483         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28484         (spam-check-BBDB): Check and use the caches, if
28485         spam-cache-lookups is on, remove superfluous (provide).
28486
28487 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28488
28489         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28490
28491 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28492
28493         * run-at-time.el (run-at-time-saved): Move to after the definition
28494         of `run-at-time'.
28495
28496         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28497
28498 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28499
28500         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28501         mm-w3m-local-map-property.
28502
28503         * mm-view.el (mm-w3m-mode-map): Remove.
28504         (mm-w3m-local-map-property): Remove.
28505         (mm-inline-text-html-render-with-w3m): Don't use
28506         mm-w3m-local-map-property.
28507
28508 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28509
28510         * run-at-time.el: New file.
28511
28512         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28513         under Emacs.
28514
28515         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28516         of gnus-set-text-properties.
28517
28518         * gnus-uu.el (gnus-uu-save-article): Ditto.
28519
28520         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28521
28522         * gnus-cite.el (gnus-cite-parse): Ditto.
28523
28524         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28525         of gnus-.
28526
28527         * gnus-xmas.el (run-at-time): Require run-at-time.
28528
28529         * gnus.el: Change calls to nnheader-run-at-time and
28530         password-run-at-time throughout to use run-at-time directly.
28531
28532         * password.el: Remove definition of run-at-time.
28533
28534         * nnheaderxm.el: Remove definition of run-at-time.
28535
28536 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28537
28538         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28539         in prompt.
28540
28541 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28542
28543         * messagexmas.el (message-xmas-redefine): Alias
28544         `message-make-caesar-translation-table' to
28545         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28546         version.
28547
28548         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28549         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28550         `gnus-xmas-set-text-properties'.
28551         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28552         `gnus-xmas-completing-read'.
28553         (gnus-xmas-completing-read): Removed.
28554         (gnus-xmas-open-network-stream): Removed.
28555
28556         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28557         XEmacs version.
28558
28559         * dns.el (dns-make-network-process): Use `open-network-stream'
28560         instead of `gnus-xmas-open-network-stream'.
28561
28562         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28563
28564         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28565
28566 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28567
28568         * gnus-art.el (gnus-mime-display-alternative)
28569         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28570         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28571         Don't use gnus-local-map-property.
28572
28573         * gnus-util.el (gnus-local-map-property): Remove.
28574
28575         * mm-view.el (mm-view-pkcs7-decrypt):
28576         Replace gnus-completing-read-maybe-default with completing-read.
28577
28578         * gnus-util.el (gnus-completing-read): do.
28579         (gnus-completing-read-maybe-default): Remove.
28580
28581 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28582
28583         * password.el: Only autoload `run-at-time' if not XEmacs.
28584         Only autoload the itimer functions if XEmacs.
28585
28586 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28587
28588         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28589         XEmacsen.
28590
28591         * dgnushack.el: Autoload executable-find for XEmacs.
28592
28593 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28594
28595         * gnus-art.el (gnus-read-string): Remove.
28596         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28597         read-string.
28598
28599 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28600
28601         * netrc.el: Autoload password-read.
28602         (netrc): Add configuration group.
28603         (netrc-encoding-method, netrc-openssl-path):
28604         Add variables for encoding and decoding of files with symmetric
28605         ciphers.
28606         (netrc-encode): Add assistant function to encode a file with
28607         netrc-encoding-method.
28608         (netrc-parse): Add interactive parameter, added optional
28609         decoding if netrc-encoding-method is non-nil but otherwise
28610         behavior is standard.
28611         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28612         Do s/encode/encrypt/ everywhere.
28613
28614         * spam.el: Remove executable-find autoload.
28615
28616 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28617
28618         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28619
28620         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28621
28622 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28623
28624         * gnus-art.el (gnus-treat-ansi-sequences)
28625         (article-treat-ansi-sequences): New variable and function.
28626         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28627
28628         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28629         Use it.
28630
28631 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28632
28633         * mm-util.el (mm-quote-arg): Remove.
28634
28635         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28636         shell-quote-argument.
28637
28638         * gnus-uu.el (gnus-uu-command): do.
28639
28640         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28641
28642         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28643         with make-char.
28644
28645         * mm-util.el (mm-make-char): Remove.
28646
28647         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28648         add-minor-mode.
28649
28650         * gnus-undo.el (gnus-undo-mode): do.
28651
28652         * gnus-topic.el (gnus-topic-mode): do.
28653
28654         * gnus-sum.el (gnus-dead-summary-mode): do.
28655
28656         * gnus-start.el (gnus-slave-mode): do.
28657
28658         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28659
28660         * gnus-ml.el (gnus-mailing-list-mode): do.
28661
28662         * gnus-gl.el (gnus-grouplens-mode): do.
28663
28664         * gnus-draft.el (gnus-draft-mode): do.
28665
28666         * gnus-dired.el (gnus-dired-mode): do.
28667
28668         * gnus-ems.el (gnus-add-minor-mode): Remove.
28669
28670         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28671         Replace gnus-char-width with char-width.
28672
28673         * gnus-ems.el (gnus-char-width): Remove.
28674
28675         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28676         Replace gnus-char-width with char-width.
28677
28678         * gnus-ems.el (gnus-char-width): Remove.
28679
28680         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28681         definition.
28682         Remove Emacs 20 hash table compatibility code.
28683
28684         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28685         20 compatibility code.
28686
28687         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28688
28689         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28690
28691         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28692         Replace with point-at-{eol,bol}.
28693
28694         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28695
28696         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28697
28698         * flow-fill.el (fill-flowed-point-at-bol)
28699         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28700
28701         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28702         Replace with point-at-{eol,bol} throughout all files.
28703
28704 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28705
28706         * ntlm.el (ntlm-string-as-unibyte): New macro.
28707         (ntlm-build-auth-response): Use it.
28708
28709         Remove Emacs 20 stuff:
28710         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28711         (butlast, mapc, remove): Remove the compiler macros.
28712         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28713         of delq and copy-sequence.
28714         * gnus-art.el (popup-menu): Remove the compiler macro.
28715         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28716         Emacs 20.
28717
28718 2004-01-05  Simon Josefsson  <jas@extundo.com>
28719
28720         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28721         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28722         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28723         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28724         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28725         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28726         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28727         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28728         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28729         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28730         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28731         string-xor into ntlm-string-xor.
28732         Suggested by Jesper Harder <harder@myrealbox.com>.
28733
28734         * ntlm.el: Don't include poem.
28735
28736         * md4.el (print-int32, print-string-hexa): Remove.
28737         Suggested by Jesper Harder <harder@myrealbox.com>.
28738
28739         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28740
28741         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28742         probably breaks emacs with DL patch, but do we care? Is anyone
28743         still using the DL stuff?)
28744
28745         * sieve-manage.el: Use the password package.
28746         (sieve-manage-read-passwd): Remove.
28747         (sieve-manage-interactive-login): Use password.  Re-add
28748         condition-case around loop.
28749
28750         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28751         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28752         Use the password package.
28753
28754 2003-02-19  Simon Josefsson  <jas@extundo.com>
28755
28756         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28757         token.
28758
28759 2002-08-07  Simon Josefsson  <jas@extundo.com>
28760
28761         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28762         (sieve-manage-authenticators)
28763         (sieve-manage-authenticator-alist): Add some SASL mechs.
28764         (sieve-sasl-auth): New function.
28765         (sieve-manage-cram-md5-auth)
28766         (sieve-manage-plain-auth): Rewrite using SASL library.
28767         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28768         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28769         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28770         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28771
28772 2004-01-05  Simon Josefsson  <jas@extundo.com>
28773
28774         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28775         New files.
28776
28777 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28778
28779         * gnus-group.el (gnus-no-groups-message): Update.
28780
28781         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28782
28783 2003-11-09  Simon Josefsson  <jas@extundo.com>
28784
28785         * imap.el: Support for ID IMAP extension (RFC 2971).
28786         (imap-local-variables): Add imap-id.
28787         (imap-id): New variable.
28788         (imap-id): New function.
28789         (imap-parse-response): Parse untagged ID response.
28790         * nnimap.el (nnimap-id): New variable.
28791         (nnimap-open-connection): Use it.
28792
28793 2003-12-28  Simon Josefsson  <jas@extundo.com>
28794
28795         * gnus-score.el (gnus-score-edit-all-score): New.
28796         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28797
28798 2004-01-04  Simon Josefsson  <jas@extundo.com>
28799
28800         * password.el: Add.
28801
28802 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28803
28804         * dns.el (dns-query-types): Fix typo.
28805         (dns-query-types): New function.
28806         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28807         PTR and SOA replies, see RFC 1035.
28808
28809 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28810
28811         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28812
28813         * Move to Changelog.2.
28814
28815 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28816
28817         * gnus.el (gnus-version-number): Bump version.
28818
28819 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28820
28821         * gnus.el: No Gnus v0.1 is released.
28822
28823 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28824
28825         * gnus.el: No Gnus v0.0 is released.
28826
28827 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28828
28829         * gnus.el (gnus-version-number): Bump.
28830         (gnus-version): No.
28831
28832 See ChangeLog.2 for earlier changes.
28833
28834   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28835
28836   This file is part of GNU Emacs.
28837
28838   GNU Emacs is free software: you can redistribute it and/or modify
28839   it under the terms of the GNU General Public License as published by
28840   the Free Software Foundation, either version 3 of the License, or
28841   (at your option) any later version.
28842
28843   GNU Emacs is distributed in the hope that it will be useful,
28844   but WITHOUT ANY WARRANTY; without even the implied warranty of
28845   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28846   GNU General Public License for more details.
28847
28848   You should have received a copy of the GNU General Public License
28849   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28850
28851 ;; Local Variables:
28852 ;; coding: utf-8
28853 ;; fill-column: 79
28854 ;; add-log-time-zone-rule: t
28855 ;; End: