Backslash cleanup in Elisp source files
[gnus] / lisp / ChangeLog
1 2015-09-17  Paul Eggert  <eggert@cs.ucla.edu>
2
3         Backslash cleanup in Elisp source files
4
5         This patch should not change behavior.  It typically omits backslashes
6         where they are redundant (e.g., in the string literal "^\$").
7         In a few places, insert backslashes where they make regular expressions
8         clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which
9         has the same effect as a regular expression.
10         Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
11         and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion
12         with RCS IDs, as that makes it clearer that the backslash is intended.
13         * auth-source.el (auth-source-secrets-search)
14         (auth-source-macos-keychain-search):
15         * gnus-art.el (gnus-mime-action-on-part)
16         (gnus-mime-display-multipart-related-as-mixed)
17         (gnus-button-mid-or-mail-heuristic-alist)
18         (gnus-button-mid-or-mail-heuristic, gnus-article-extend-url-button):
19         * gnus-bookmark.el (gnus-bookmark-bmenu-toggle-infos)
20         (gnus-bookmark-bookmark-inline-details, gnus-bookmark-bookmark-details)
21         (gnus-bookmark-alist, gnus-bookmark-name-from-full-record)
22         (gnus-bookmark-bmenu-mode, gnus-bookmark-delete):
23         * gnus-cus.el (gnus-group-customize):
24         * gnus-group.el (gnus-group-line-format, gnus-group-mode-line-format)
25         (gnus-group-jump-to-group-prompt, gnus-group-name-at-point):
26         * gnus-mlspl.el (gnus-group-split-fancy):
27         * gnus-registry.el (gnus-registry-prune-factor):
28         * gnus-salt.el (gnus-summary-pick-line-format):
29         * gnus-sieve.el (gnus-sieve-update, gnus-sieve-generate)
30         (gnus-sieve-script):
31         * gnus-util.el (gnus-directory-sep-char-regexp):
32         * gnus.el (gnus-message-archive-group, gnus-user-agent):
33         * message.el (message-archive-header, message-reply-headers)
34         (message-send-method-alist):
35         * mm-decode.el (mm-add-meta-html-tag):
36         * nndoc.el (nndoc-generate-lanl-gov-head):
37         * nnheader.el (nnheader-max-head-length):
38         * registry.el (registry-db, registry-prune):
39         * rfc1843.el (rfc1843-hzp-word-regexp)
40         (rfc1843-hzp-word-regexp-strictly):
41         * rfc2047.el (rfc2047-encoded-word-regexp)
42         (rfc2047-encoded-word-regexp-loose):
43
44         Fix several backslash typos in Elisp strings
45         * gnus-art.el (gnus-button-handle-library):
46         * gnus-group.el (gnus-read-ephemeral-gmane-group-url):
47         * nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
48         * spam-report.el (spam-report-gmane-regex):
49         Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
50         For example, to get the regular expression ‘\.’ use the string
51         literal "\\.", not "\." (which is equivalent to ".").
52
53         * auth-source.el (auth-source-read-char-choice):
54         * nnmaildir.el (NOV example):
55         * registry.el (registry-search): Doc fix.
56
57 2015-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * gnus-compat.el: Require overlay for XEmacs.
60
61 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
62
63         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
64         t rather than after-change-functions to nil.
65
66 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
67
68         * time-date.el (time-to-seconds, time-less-p):
69         Mark unused vars with underscore.
70
71 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
72
73         * time-date.el (with-decoded-time-value): Fix debug spec.
74
75 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
76
77         * nnmairix.el (nnmairix-widget-create-query):
78         * time-date.el (format-seconds): Prefer grave quoting in source-code
79         strings used to generate help and diagnostics.
80
81 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
82
83         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
84
85 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * ntlm.el (ntlm-unibyte-string): New compatibility function.
88
89 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
90
91         Add support for NTLMv2 authentication.
92         * ntlm.el (ntlm): New customization group.
93         (ntlm-compatibility-level): New defcustom.
94         (ntlm-compute-timestamp): New function.
95         (ntlm-generate-nonce): Likewise.
96         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
97
98 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
99
100         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
101         isn't always passed in, check it's not nil before making it into a
102         list.  The active arg will also be nil if the group is new, check for
103         that.
104
105 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
106
107         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
108
109 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
110
111         * gmm-utils.el (gmm-image-load-path-for-library):
112         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
113         * gnus-registry.el (gnus-registry-split-strategy):
114         * gnus-start.el (gnus-check-new-newsgroups):
115         * gnus-sum.el (gnus-select-group-hook):
116         * gnus-uu.el (gnus-uu-user-archive-rules):
117         * gnus.el (gnus-message-archive-group, gnus-visual):
118         * message.el (message-cite-style):
119         * nnir.el (nnir-swish++-additional-switches)
120         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
121         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
122         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
123         * nntp.el (nntp-server-action-alist):
124         * tls.el (tls-checktrust):
125         Fix some more docstring etc. quoting problems.
126         Mostly these fixes prevent the transliteration of apostrophes
127         that should stay apostrophes.  Also, prefer curved quotes in
128         Bahá’í proper names, as that’s the preferred Bahá’í style and
129         these names are chock-full of non-ASCII characters anyway.
130
131 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
132
133         Escape ` and ' in doc
134         * gnus-art.el (gnus-article-address-banner-alist)
135         (gnus-face-properties-alist):
136         * gnus-sum.el (gnus-newsgroup-variables):
137         * nndiary.el (nndiary-reminders):
138         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
139         Escape apostrophes and grave accents in docstrings if they
140         are supposed to stand for themselves and are not quotes.  Remove
141         apostrophes from docstring examples like ‘'(calendar-nth-named-day
142         -1 0 10 year)’ that confuse source code with data.  Do some other
143         minor docstring fixups as well, e.g., insert a missing close
144         quote.
145
146 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
147
148         * gnus-util.el (gnus-format-message):
149         * tls.el (tls-format-message): Use defalias at the top level so as to
150         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
151
152         * gnus-sum.el (gnus-summary-search-article):
153         Ensure that the article where the search word is found is displayed
154         and pointed to in the summary buffer.
155
156 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
157
158         * tls.el (tls-format-message):
159         Alias to format-message, or format if not available.
160         (open-tls-stream): Use it.
161
162 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
163
164         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
165         * gnus-art.el (gnus-article-browse-delete-temp-files):
166         * gnus-eform.el (gnus-edit-form):
167         * gnus-fun.el (gnus-display-x-face-in-from):
168         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
169         * gnus-topic.el (gnus-topic-edit-parameters):
170         * mail-source.el (mail-source-delete-old-incoming):
171         * message.el (message-strip-subject-encoded-words)
172         (message-check-recipients, message-send-form-letter):
173         * mm-decode.el (mm-display-part):
174         * mm-uu.el (mm-uu-pgp-signed-extract-1):
175         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
176         * spam-report.el (spam-report-process-queue):
177         * tls.el (open-tls-stream):
178         Respect ‘text-quoting-style’ in diagnostics.
179         * gnus-art.el (article-display-face):
180         * gnus-fun.el (gnus-display-x-face-in-from):
181         Use straight quoting in email.
182         * rfc2231.el (rfc2231-decode-encoded-string):
183         Escape apostrophes in doc strings.
184
185 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
186
187         Go back to grave quoting in Gnus
188
189         * auth-source.el (auth-source-netrc-parse-entries):
190         * gnus-agent.el (gnus-agent-check-overview-buffer)
191         (gnus-agent-fetch-headers):
192         * gnus-int.el (gnus-start-news-server):
193         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
194         (gnus-registry-post-process-groups):
195         * gnus-score.el (gnus-summary-increase-score):
196         * gnus-start.el (gnus-convert-old-newsrc):
197         * gnus-topic.el (gnus-topic-rename):
198         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
199         * spam.el (spam-check-blackholes):
200         Stick with grave quoting in diagnostics strings.  This is more
201         portable to older Emacs, desirable for Gnus.
202
203 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
204
205         Prefer directed to neutral quotes in docstings and diagnostics.
206         In docstrings, escape apostrophes that would otherwise be translated
207         to curved quotes using the newer, simpler rules.
208
209         * auth-source.el (auth-source-netrc-parse-entries):
210         * gnus-agent.el (gnus-agent-check-overview-buffer)
211         (gnus-agent-fetch-headers):
212         * gnus-int.el (gnus-start-news-server):
213         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
214         * gnus-score.el (gnus-summary-increase-score):
215         * gnus-start.el (gnus-convert-old-newsrc):
216         * gnus-topic.el (gnus-topic-rename):
217         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
218         * nnmairix.el (nnmairix-widget-create-query):
219         * spam.el (spam-check-blackholes):
220         Use directed rather than neutral quotes in diagnostics.
221
222         * gnus-util.el (gnus-format-message):
223         Alias to format-message, or format if not available.
224
225 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
226
227         * auth-source.el (auth-sources):
228         Prefer (substitute-command-keys "`\\[foo-command]'")
229         to "`M-x foo-command'" in docstring.
230
231         * time-date.el (format-seconds):
232         Use curved quotes in diagnostic format strings.
233
234         * nnmairix.el (nnmairix-propagate-marks-upon-close):
235         * pop3.el (pop3-authentication-scheme):
236         Don't quote symbols with apostrophes in doc strings.
237         Use asymmetric quotes instead.
238
239 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         Use overlay functions directly
242
243         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
244         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
245
246         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
247         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
248         (gnus-article-highlight-signature, gnus-article-extend-url-button)
249         (gnus-article-add-button, gnus-insert-prev-page-button)
250         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
251         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
252         * gnus-html.el (gnus-html-wash-tags):
253         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
254         (gnus-highlight-selected-tree):
255         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
256         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
257         * gnus-util.el (gnus-put-overlay-excluding-newlines):
258         * message.el (message-fix-before-sending)
259         (message-toggle-image-thumbnails):
260         * mm-decode.el (mm-convert-shr-links):
261         * sieve.el (sieve-highlight, sieve-insert-scripts):
262         Use overlay functions directly instead of using gnus-overlay-*,
263         message-overlay-*, and sieve-overlay-*.
264
265         * gnus-sum.el (gnus-remove-overlays):
266         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
267         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
268         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
269         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
270         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
271         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
272         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
273         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
274         (gnus-overlays-at, gnus-overlays-in):
275         * message.el (message-delete-overlay, message-make-overlay)
276         (message-overlay-get, message-overlay-put, message-overlays-in):
277         * messagexmas.el (message-delete-overlay, message-make-overlay)
278         (message-overlay-get, message-overlay-put, message-overlays-in):
279         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
280         Remove.
281
282 2015-08-19  Glenn Morris  <rgm@gnu.org>
283
284         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
285
286 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
287
288         * message.el (message-overlay-put, message-make-overlay)
289         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
290         (message-delete-overlay, message-window-inside-pixel-edges):
291         Declare before using.
292
293 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * message.el (message-overlay-get, message-overlays-in)
296         (message-window-inside-pixel-edges):
297         * messagexmas.el (message-overlay-get, message-overlays-in):
298         XEmacs compatible functions.
299
300 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * message.el (message-toggle-image-thumbnails): New command.
303
304 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
305
306         * message.el (message-send-form-letter): Change (message (format ...))
307         to (message ...).  This lessens the probability of confusion when
308         the output of `format' contains `%'.
309
310 2015-08-04  David Kastrup  <dak@gnu.org>
311
312         * gnus-art.el (gnus-article-describe-key)
313         (gnus-article-describe-key-briefly):
314         Do not overwrite preexisting contents of unread-command-events.
315
316 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
317
318         * nnimap.el (nnimap-request-move-article)
319         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
320         extension if available.
321
322 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
323
324         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
325         capabilities instead of relying on LOGIN response.
326
327 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
328
329         * nnbabyl.el (nnbabyl-retrieve-headers):
330         * nndiary.el (nndiary-retrieve-headers):
331         * nneething.el (nneething-retrieve-headers):
332         * nnmbox.el (nnmbox-retrieve-headers):
333         * nnmh.el (nnmh-retrieve-headers):
334         * nnml.el (nnml-retrieve-headers):
335         * nnspool.el (nnspool-retrieve-headers):
336         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
337         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
338         progress-report percentages and the like.  This avoids problems
339         if (* 100 NUMERATOR) would overflow.
340
341         * gnus-registry.el (gnus-registry-import-eld):
342         * registry.el (registry-reindex):
343         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
344
345 2015-07-17  Julien Danjou  <jd@abydos>
346
347         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
348         command.
349
350 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
351
352         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
353         of function arguments.
354
355 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
356
357         * nnimap.el: Clean up "unused var" warnings.
358         (auth-source-creation-prompts): Declare.
359         (nnimap-retrieve-headers, nnimap-status-message)
360         (nnimap-request-create-group, nnimap-request-delete-group)
361         (nnimap-close-group, nnimap-request-move-article)
362         (nnimap-request-accept-article, nnimap-request-newgroups)
363         (nnimap-request-post, nnimap-dummy-active-number)
364         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
365         (nnimap-parse-flags): Remove unused var `p'.
366         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
367         (nnimap-flags-to-marks): Remove unused var `totalp'.
368
369 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
370
371         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
372         before RFC822.SIZE.
373
374 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
375
376         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
377         so that a 'plain value for the `nnimap-stream' server variable is
378         handled correctly.
379
380 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
381
382         Remove unused let variables
383         * nnimap.el (nnimap-request-group): Variables are not used.
384
385         Check if group names are already strings
386         * gnus-group.el (gnus-group-group-name):
387         The group name may already be a string.
388         Specifically, in the group list reached from the *Server* buffer,
389         the 'gnus-group text property returns a string.  Everywhere else
390         it returns a symbol.
391
392 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
393
394         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
395         (nnmaildir--update-nov): Remove unused var `numdir'.
396         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
397         (nnmaildir-request-group, nnmaildir-request-create-group)
398         (nnmaildir-request-post, nnmaildir-request-move-article)
399         (nnmaildir-request-accept-article, nnmaildir-active-number):
400         Mark unused args.
401         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
402         Declare.
403         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
404         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
405         `mark', `end', `new-mark', and `mark-sym'.
406         (nnmaildir-retrieve-headers):
407         Remove unused args `srv-dir', `dir', `nlist2'.
408         (nnmaildir-request-expire-articles):
409         Remove unused vars `article', `stop' and `nlist2'.
410         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
411         `end'.  Use nnmaildir--article when dyn-binding is needed.
412         Give the value directly in the `let' for `del-mark', `del-action',
413         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
414         (nnmaildir-close-server):
415         Declare those local vars that need to be dyn-bound.
416
417 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
418
419         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
420
421 2015-05-31  David Engster  <deng@randomsample.de>
422
423         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
424         instead of using `sleep-for', as the latter does not seem to reliably
425         wait (see for instance bug 15990).
426
427 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
428
429         * gnus-art.el (gnus-button-alist): Re-revert last change.
430         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
431
432 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
433
434         * gnus-art.el (gnus-button-alist): Revert last change.
435         It wasn't that important, and it caused a Gnus build to fail.  See:
436         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
437
438         * gnus-art.el (gnus-button-alist):
439         Also treat "‘" and "’" as quoting chars.
440
441 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
442
443         * gnus-art.el (gnus-treat-strip-list-identifiers)
444         (gnus-article-mode-syntax-table):
445         * gnus-group.el (gnus-group-nnimap-edit-acl):
446         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
447         e.g., missing quote, ``x'' where `x' was meant, etc.
448
449 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
450
451         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
452         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
453         into just c.
454
455 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
456
457         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
458         Normalize characters into numbers in spec keys.
459
460 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * dgnushack.el (declare-function): Redefine it to use autoload.
463         * lpath.el (gnus-html-prefetch-images): Declare.
464
465 2015-05-04  Glenn Morris  <rgm@gnu.org>
466
467         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
468
469         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
470
471         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
472         (gnus-topic-create-topic, gnus-topic-enter-dribble):
473         Declare rather than autoload.
474
475         * mm-archive.el (gnus-recursive-directory-files)
476         (mailcap-extension-to-mime): Autoload at run-time.
477
478         * mm-util.el (latin-unity-massage-name)
479         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
480         (latin-unity-representations-present-region):
481         Declare rather than autoload.
482
483         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
484         Autoload at run-time.
485         (epg-context-set-signers, epg-context-result-for)
486         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
487         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
488         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
489         (epg-configuration, epg-expand-group, epa-select-keys):
490         Declare rather than autoload.
491
492         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
493         Autoload at run-time.
494         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
495         (gnus-registry-get-id-key, gnus-registry-action):
496         Declare rather than autoload.
497
498         * nnmail.el (mail-send-and-exit): Autoload at run-time.
499
500         * spam.el (spam-stat-buffer-change-to-non-spam)
501         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
502         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
503         (spam-stat-split-fancy): Remove pointless autoloads.
504
505         * mm-view.el (epg-decrypt-string): Autoload.
506         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
507         (epg-sub-key-validity): Fix declarations.
508
509 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
510
511         * gnus.el: Ma Gnus v0.13 is released.
512
513 2015-05-01  Glenn Morris  <rgm@gnu.org>
514
515         * gnus-util.el (iswitchb-read-buffer):
516         * mm-decode.el (libxml-parse-html-region):
517         * mml.el (libxml-parse-html-region):
518         * nnrss.el (libxml-parse-html-region): Update declaration.
519
520 2015-04-27  Glenn Morris  <rgm@gnu.org>
521
522         * message.el (gnus-extract-address-components):
523         Remove bogus declaration that was masking previous problem.
524
525 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
528         altering the buffer.
529         (hashcash-insert-payment-async-2): Revert previous change because it
530         still means that the mark is moving around.
531
532 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533
534         * gnus-uu.el (gnus-uu-save-article):
535         Make the save-restriction/widen calls make more sense.
536
537 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
538
539         * gnus-art.el (gnus-use-idna):
540         * gnus-sum.el (gnus-summary-idna-message):
541         * message.el (message-use-idna):
542         Catch the invalid-operation error that idna.el will issue.
543
544 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
545
546         * gnus-group.el (gnus-group--setup-tool-bar-update):
547         cursor-sensor-functions should be a list of functions.
548
549 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
550
551         * gnus-group.el (gnus-tmp-*): Declare.
552         (gnus-update-group-mark-positions): Remove unused `topic' var.
553         (gnus-group-insert-group-line): Remove unused var `header'.
554         (gnus-group--setup-tool-bar-update): New function.
555         (gnus-group-insert-group-line): Use it.
556         (gnus-group-update-eval-form): Declare local
557         dynamically-bound variables.
558         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
559
560         * gnus-topic.el (gnus-topic-jump-to-topic)
561         (gnus-group-prepare-topics, gnus-topic-update-topic)
562         (gnus-topic-change-level, gnus-topic-catchup-articles)
563         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
564         Use inhibit-read-only.
565         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
566         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
567
568 2015-04-12  João Távora  <joaotavora@gmail.com>
569
570         * message.el (message-mode):
571         Use `set' and `make-local-variable' instead of `setq-local'.
572
573 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
574
575         * gnus-sum.el (gnus-summary-refer-thread):
576         Make sure gnus-newsgroup-unreads remains sorted.
577
578 2015-04-12  João Távora  <joaotavora@gmail.com>
579
580         Improve sexp-based movement in message-mode
581         * message.el (message--syntax-propertize): New function.
582         (message-mode): Set syntax-related vars.d
583         (message-smileys): New variable.
584
585 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
586
587         * gnus-art.el (gnus-hidden-properties): Simplify.
588         (gnus-article-hide-text, gnus-article-unhide-text)
589         (gnus-article-unhide-text-type): Remove special handling of
590         `intangible' since that property is not used any more.
591         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
592
593 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
594
595         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
596         and a runtime function for it, of which the XEmacs version takes only
597         two arguments.
598
599 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
600
601         Use American spelling for 'normalize'
602         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
603         All uses changed.  Add an alias for obsolete usages.
604
605 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * gnus-art.el (gnus-article-browse-html-save-cid-content):
608         Always return relative file name.
609         (gnus-article-browse-html-parts):
610         Make external links absolute and cid file names relative.
611
612 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
613
614         * registry.el (registry-prune): Re-use `registry-full' in
615         `registry-prune'.  It's a bit of redundant work, but safer.
616         Also ensure that target-size is an integer.
617
618 2015-03-31  Daiki Ueno  <ueno@gnu.org>
619
620         * plstore.el (plstore--decrypt): Clear entry in
621         `plstore-passphrase-alist' if decryption failed (bug#20030).
622
623 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
624
625         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
626         to "Display" menu.
627
628 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
629
630         * nnimap.el (nnimap-split-incoming-mail): If a message is already
631         in the group it should be split to, don't re-copy it into the group.
632
633 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
634
635         * nnmh.el (nnmh-request-expire-articles):
636         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
637
638 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
639
640         * registry.el (registry-lookup-secondary, registry-full)
641         (registry-prune, registry-collect-prune-candidates):
642         * gnus-registry.el (gnus-registry-load): Use slot names rather than
643         initarg names in `oref' and `oset'.
644
645 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
646
647         * registry.el (registry-prune): Allow registry to reach full size
648         before pruning.
649
650 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
651
652         * registry.el (registry-collect-prune-candidates): Fix call to
653         cl-subseq.
654
655 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
656
657         * registry.el (registry-db): Temporary fix old Emacsen compilation.
658
659 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
660
661         * gnus-registry.el (gnus-registry-handle-action)
662         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
663         (gnus-registry-keywords): Make it do something.
664         (gnus-registry-import-eld): Remove unused var `new-entry'.
665         (gnus-registry-action): Remove unused var `to-name'.
666         (gnus-registry-make-db): Prefer `make-instance' to avoid
667         compiler warnings.
668         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
669
670         * registry.el (registry-db): Don't oset-default an instance-allocated
671         slot.
672
673 2015-03-10  Glenn Morris  <rgm@gnu.org>
674
675         * message.el (message-valid-fqdn-regexp): Bump :version for
676         2014-11-17 change.
677
678 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
679
680         * gnus-notifications.el (gnus-notifications-action): Raise window
681         frame.
682         (gnus-notifications-action): Allow mark as read.
683         (gnus-notifications-notify): Show uption to mark as read.
684
685 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
686
687         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
688         (registry-search, registry-delete, registry-size, registry-insert)
689         (registry-reindex, registry-collect-prune-candidates):
690         * gnus-registry.el (gnus-registry-fixup-registry)
691         (gnus-registry-remove-extra-data): Use slot names rather than initarg
692         names in `oref' and `oset'.
693
694 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
695         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
696         in the group it should be split to, don't re-copy it into the group.
697
698 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
699
700         * message.el (message-insert-formatted-citation-line): Change %F to
701         fall back to email address if no first name could be determined.
702
703 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
704
705         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
706         Fix point motion when removing displayed MIME part.
707         (gnus-article-edit-part): Make jumping to the next part really work
708         when deleting or stripping.
709         (gnus-mime-buttonize-attachments-in-header): Make header attachment
710         buttons identical to the ones in the article body so as to work deleting
711         and stripping.
712
713 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * mm-decode.el (mm-shr)
716         * mm-view.el (mm-inline-text-html-render-with-w3m):
717         Revert my bogus change that made the start marker of a part
718         the "moves after insertion" type.
719
720 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
721
722         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
723         Tools: https://github.com/politza/pdf-tools) for viewing PDF
724         attachments in emacs.
725
726 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
727
728         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
729         instead of sasl-scram-sha-1, as the former is the name that can be
730         required.
731
732         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
733         (sasl-scram-sha-1-client-final-message)
734         (sasl-scram-sha-1-authenticate-server): Move to end of file.
735
736 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
739
740 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
741
742         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
743         (sasl-string-prefix-p): New compatibility functions.
744
745 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
746
747         * gnus-compat.el (process-live-p): Added new compat function for Emacs
748         23.
749
750 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
751
752         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
753         from the server LIST response.
754
755 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
756
757         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
758         during header retrieval, error out instead of interpreting the data in
759         the buffer as the only messages there.  This way, we don't mark
760         articles as read on a server hangup (bug#19035).
761
762         * mm-decode.el (mm-head-p): New function.
763         (mm-display-part): Go to a blank line when inserting parts internally.
764
765 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
766
767         * sasl-scram-rfc.el: New file.
768
769         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
770         Add SCRAM-SHA-1 first.
771         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
772         entry (bug#17636).
773
774 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
775
776         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
777         that we don't get a warning when setting the buffer-local variable
778         (bug#19573).
779
780         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
781         `gnus-request-group'.
782
783 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * gnus-art.el (gnus-article-browse-html-save-cid-content)
786         (gnus-article-browse-html-parts): Make cid file names relative if and
787         only if html doesn't specify <base> directory.
788
789 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
790
791         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
792         parts, because that breaks filling (since buttons are in a bold face).
793
794 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
795
796         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
797         use gnus-overlays-at and gnus-overlay-put.
798
799 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
800
801         * mm-decode.el (mm-shr): Only pass the fill column when not using
802         fonts, because limiting the width to what's appropriate for followups
803         doesn't really help when not using proportional fonts.
804
805 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
806
807         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
808         shr, beacause that breaks folding.
809         (mm-shr): Don't shorten the width when using fonts.
810
811 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
812
813         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
814         variable; always check the newrc timestamp.
815         (gnus-save-newsrc-file): Always check timestamp.
816
817 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
818
819         * mail-source.el (mail-source-call-script): If scripts exit with an
820         error, pop up an error buffer.
821
822 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
823
824         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
825         as a default.
826
827         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
828         correct server.
829
830 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
831
832         * nnimap.el (nnimap-request-group-scan): Fix the function name.
833
834         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
835
836 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
837
838         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
839         that nnimap works for non-activated backends.
840
841 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
842
843         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
844         message, since we already get an obsolescence message.  Use `declare'.
845
846 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
847
848         * nnir.el: Revert "Enable non-ASCII IMAP searches".
849
850 2015-01-30  Glenn Morris  <rgm@gnu.org>
851
852         * gnus-registry.el (gnus-registry-max-pruned-entries)
853         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
854         Fix :version.
855         (gnus-registry-default-sort-function): Improve :type.
856
857 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
858
859         * nnimap.el (nnimap-request-group): Allow running this function on
860         groups that don't exist in Gnus yet.
861         (nnimap-request-group): Revert previous patch since that made it
862         impossible to enter nnimap groups.
863
864         * message.el (message-smtpmail-send-it): Remove the mail header
865         separator before sending.
866
867 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
868
869         * nnimap.el (nnimap-find-expired-articles): Fix handling of
870         (expiry-wait . never).
871
872 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
873
874         * nnimap.el (nnimap-request-group): Clear the buffer before returning
875         the data.
876
877 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
878
879         * gnus-compat.el (string-bytes): Work for XEmacs.
880
881 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
882
883         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
884
885         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
886         IMAP.
887
888 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
889
890         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
891
892         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
893
894         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
895         be added to the backlog.
896
897 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
898
899         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
900         target with a recursive make call.
901
902 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
903
904         * nnimap.el (nnimap-header-parameters): Refactor and request
905         X-GM-LABELS if it's been announced.
906         (nnimap-transform-headers): Gather and output GM-LABELS.
907
908 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
909
910         * mm-decode.el (mm-display-part): Make non-string methods work.
911         Non-string methods are funcalled and work just fine, the test was
912         bogus.
913         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
914         whole frame.
915
916 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
917
918         * nnimap.el (nnimap-request-accept-article): Allow respooling using
919         nnimap.
920
921         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
922         request rescans when being run interactively.
923
924         * nnimap.el (nnimap-request-group): Don't rescan the group here,
925         because that can be very slow in large groups.
926
927         * gnus-int.el (gnus-request-group-scan): New backend function.
928
929         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
930
931 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
932
933         * gnus-group.el (gnus-group-suspend): Close all backends.
934
935 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
936
937         * dgnushack.el (dgnushack-compile-file): New function.
938         (dgnushack-compile): Use it (bug#19514).
939
940 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
943
944 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
945
946         * registry.el: Don't use <class> as a variable.
947
948 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
949
950         system-name's returned value can vary
951         Also, the system-name variable is now obsolete.
952         Fixes Bug#19438.
953         * message.el (message-make-fqdn):
954         * nnvirtual.el (nnvirtual-retrieve-headers)
955         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
956         and avoid naming locals 'system-name'.
957
958 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
959
960         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
961         lines don't get overlong when responding.
962
963 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
964
965         * registry.el (cl-remf, cl-loop, cl-subseq):
966         Alias to remf, loop, and subseq respectively for old Emacsen.
967
968 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
969
970         * gnus-group.el (gnus-read-ephemeral-bug-group):
971         Bind coding-system-for-read and coding-system-for-write only around
972         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
973
974 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
975
976         * registry.el (registry-db): Set default slot later.
977         This is because its value is not a literal integer.
978
979 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
980
981         * registry.el (registry-db): Fix default registry-db max-size.
982
983 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
984
985         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
986         add warning.
987
988         * gnus-art.el: Fix up compiler warnings.
989         (article-display-face, article-display-x-face): Remove unused `face'.
990         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
991         (article-date-ut): Remove unused var `first'.
992         (gnus-article-prepare): Remove unused var `gnus-article'.
993         (gnus-mime-save-part-and-strip): Remove unused var `param'.
994         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
995         `coding-system' along with corresponding dead code.
996         (gnus-mime-view-part-externally): Remove unused var
997         `mm-user-display-methods'.
998         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
999         (gnus-display-mime): Remove unused var `handle'.
1000         (gnus-mime-display-alternative): Remove unused var `props'.
1001         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
1002         (gnus-article-edit-done): Remove unused var `p'.
1003         (gnus-url-mailto): Remove unused var `to'.
1004         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
1005         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
1006
1007 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
1008
1009         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
1010         slots into a :max-size slot.
1011         (registry-db-version): Add new variable for database version number.
1012         (registry-prune): Use :max-size slot. Accept and use a sort-function
1013         argument.
1014         (registry-collect-prune-candidates): Add new function for finding
1015         non-precious pruning candidates.
1016         (registry-prune-hard-candidates, registry-prune-soft-candidates):
1017         Remove obsolete functions.
1018         (initialize-instance): Upgrade registry version when starting.
1019
1020         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
1021         (gnus-registry-max-pruned-entries): Remove obsolete variable.
1022         (gnus-registry-cache-file): Change default
1023         filename extension to "eieio".
1024         (gnus-registry-read): Add new function, split out from
1025         `gnus-registry-load', that does the actual object reading.
1026         (gnus-registry-load): Use it. Add condition case handler to check for
1027         old filename extension and rename to the new one.
1028         (gnus-registry-default-sort-function): New variable to specify a sort
1029         function to use when pruning.
1030         (gnus-registry-save, gnus-registry-insert): Use it.
1031         (gnus-registry-sort-by-creation-time): Define a default sort function.
1032
1033         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
1034         Adjust test for new object signature.
1035         (gnustest-registry-pruning-test): Add new pruning test.
1036         (gnustest-registry-sort-function): Default sort function for testing.
1037         (gnustest-registry-pruning-sort-test): New test for sorting.
1038
1039 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1040
1041         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
1042         function for reuse.
1043         (gnus-mime-buttonize-attachments-in-header): Adjust.
1044
1045 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046
1047         * message.el (message-change-subject): Really check whether the subject
1048         changed.
1049
1050 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
1053         PDFs.
1054         (mailcap-view-mime): New function.
1055
1056 2014-12-01  Glenn Morris  <rgm@gnu.org>
1057
1058         * gnus-cloud.el (gnus-cloud): Add :version tag.
1059
1060 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1061
1062         * gnus-art.el (gnus-use-idna):
1063         * gnus-sum.el (gnus-summary-idna-message):
1064         * message.el (message-use-idna):
1065         Protect against nil value for idna-program.
1066
1067         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1068
1069 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1070
1071         * auth-source.el (auth-source-macos-keychain-search-items): Return
1072         result of `auth-source-macos-keychain-result-append' (bug#19074).
1073
1074 2014-11-25  Glenn Morris  <rgm@gnu.org>
1075
1076         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1077         Add :version tag.
1078
1079 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1080
1081         * pop3.el (pop3-open-server): Warn unless encrypted.
1082
1083         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1084
1085 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1086
1087         Port new time stamp handling to Emacs 23.2.
1088         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1089         * time-date.el (time-add, time-subtract, time-less-p):
1090         Use eval-and-compile, not eval-when-compile.
1091
1092 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1093
1094         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1095         TLDs.
1096
1097 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1098
1099         Port new time stamp handling to old Emacs and to XEmacs.
1100         This is needed for Gnus, which copies time-date.el and which
1101         runs on older Emacs implementations.
1102         * time-date.el (with-decoded-time-value):
1103         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1104         (encode-time-value, with-decoded-time-value):
1105         Obsolete only if new Emacs.
1106         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1107
1108         Improve time stamp handling, and be more consistent about it.
1109         This implements a suggestion made in:
1110         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1111         Among other things, this means timer.el no longer needs to
1112         autoload the time-date module.
1113         * time-date.el (seconds-to-time, days-to-time, time-since)
1114         (with-decoded-time-value):
1115         Treat 'nil' as current time.  This is mostly for XEmacs.
1116         (encode-time-value, with-decoded-time-value): Obsolete.
1117         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1118         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1119
1120 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121
1122         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1123         discarding changes in ephemeral groups.
1124
1125         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1126         things the user isn't interested in.
1127
1128 2014-11-13  Julien Danjou  <jd@abydos>
1129
1130         * gnus-notifications.el (gnus-notifications-notify): Provide both
1131         app-icon and image-path.
1132
1133 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1134
1135         * mm-url.el (mm-url-encode-multipart-form-data):
1136         Restore to handle "multipart/form-data" by eww.
1137
1138 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1139
1140         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1141         Landscheidt.
1142
1143 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1144
1145         Simplify use of current-time and friends.
1146         * gnus-delay.el (gnus-delay-article):
1147         * gnus-sum.el (gnus-summary-read-document):
1148         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1149         * message.el (message-make-expires-date):
1150         Omit unnecessary call to current-time.
1151         * gnus-util.el (gnus-float-time): Simplify to an alias because
1152         time-to-seconds now behaves like float-time with respect to nil arg.
1153         (gnus-seconds-year): Don't call current-time twice to get the current
1154         time stamp, as this can lead to inconsistent results.
1155         * time-date.el (time-to-seconds) [!float-time]:
1156         Use current time if arg is nil, to be compatible with float-time.
1157         (time-date--day-in-year): New function, with most of the guts of
1158         the old time-to-day-in-year.
1159         (time-to-day-in-year): Use it.
1160         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1161
1162 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * gnus.el (gnus-mode-line-buffer-identification):
1165         Don't add image data for a non-graphic display (bug#18813).
1166
1167 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1170         load-path, it blocks autoloading of find-image (bug#18813).
1171
1172 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1173
1174         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1175         to keep connection open (bug#18728).
1176
1177 2014-10-20  Glenn Morris  <rgm@gnu.org>
1178
1179         * Merge in all changes up to 24.4 release.
1180
1181 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1182
1183         * message.el (message-insert-signature): Use `newline' instead of
1184         inserting explicit "\n".
1185
1186 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1187
1188         * gnus-icalendar.el: Support vcal format timezones.
1189         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1190         compute dates with associated timezone.
1191         (gnus-icalendar-event-from-ical): Compute all timezones.
1192
1193 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1194
1195         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1196         check the newsrc.eld file's timestamp before saving it.
1197         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1198         timestamp has changed to be newer.
1199
1200 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1201
1202         * gnus-icalendar.el (gnus-icalendar-identities):
1203         Include message-alternative-emails.
1204
1205 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1208         New compatibility functions.
1209         (ntlm-build-auth-response): Use them.
1210
1211 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1212
1213         * ntlm.el (ntlm-build-auth-request):
1214         Add NTLM2 Session support.  (Bug#15603)
1215
1216 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1217
1218         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1219         expired messages only when it was built in reverse order.
1220
1221 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1222
1223         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1224         last so it can be used in `message-send-hook'.
1225
1226 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1227
1228         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1229         <#secure> tag (bug#18513).
1230
1231 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * parse-time.el: Require cl when compiling.
1234
1235 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         Use cl-lib as much as possible following the 2014-09-26 change
1238         in the Emacs trunk.
1239         * parse-time.el: Try requiring cl-lib.
1240         (parse-time-incf): Alias to cl-incf or incf.
1241         (digit-char-p): Remove.
1242         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1243         (parse-integer): Rename to parse-time-integer.
1244         (parse-time-tokenize, parse-time-rules, parse-time-string)
1245         Use parse-time-incf and parse-time-integer.
1246
1247 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1248
1249         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1250         of ":delete".
1251
1252 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1255         (gnus-article-browse-html-parts):
1256         Revert last change that breaks links other than cid contents.
1257
1258 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1259
1260         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1261         (gnus-article-browse-html-parts): Make cid file names relative.
1262
1263 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1266         temporarily displayed when running a mode function (at least org-mode
1267         requires it).
1268
1269 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1270
1271         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1272         the gnus-summary-article-expire-hook should be told where the function
1273         is going. In particular, the Gnus registry might want to know.
1274
1275 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1276
1277         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1278
1279 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1282
1283 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1284
1285         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1286         the gnus-summary-article-expire-hook should be told where the function
1287         is going. In particular, the Gnus registry might want to know.
1288
1289 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1290
1291         Don't mishandle year-9999 dates (Bug#18176).
1292         * parse-time.el (parse-time-rules):
1293         Allow years up to most-positive-fixnum.
1294         * time-date.el (date-to-time):
1295         Pass "Specified time is not representable" errors through.
1296
1297 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1298
1299         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1300         groups and t.
1301
1302 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * gnus-utils.el (gnus-recursive-directory-files):
1305         Unify hard or symbolic links (bug#18063).
1306
1307 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1308
1309         * gnus-msg.el (gnus-configure-posting-style):
1310         Allow string replacements in values when matching against a header.
1311
1312 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1315         the dribble buffer even when it is shrunk a lot.
1316         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1317
1318 2014-06-26  Glenn Morris  <rgm@gnu.org>
1319
1320         * mm-util.el (help-function-arglist): Remove outdated declaration.
1321
1322 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1323
1324         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1325         attribute values.  (Bug#17834)
1326
1327 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1328
1329         * gnus-sum.el (gnus-summary-edit-article-done):
1330         Prefer point-marker to copy-marker of point.
1331
1332 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1333
1334         * Makefile.in (install-el, install-el-elc): Compress .el files.
1335         (uninstall): Remove compressed .el files.
1336
1337 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1340         (gnus-article-read-summary-keys):
1341         Don't bug out when there is no article in the summary buffer.
1342         (gnus-mime-buttonize-attachments-in-header):
1343         Improve criterion that finds parts to display.
1344
1345         * gnus-art.el (gnus-mm-display-part):
1346         * mm-decode.el (mm-shr):
1347         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1348         (mm-insert-inline): Revert last changes.
1349
1350 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * gnus-art.el (gnus-mm-display-part):
1353         * mm-decode.el (mm-shr):
1354         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1355         (mm-insert-inline): Set insertion type of end-marker, not only
1356         start-marker, of undisplayer so as to stay after inserted text.
1357
1358 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1359
1360         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1361         attribute. (Bug#17613)
1362
1363 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1364
1365         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1366         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1367
1368 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1369
1370         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1371         Don't delete next part button; keep spacing between buttons.
1372
1373 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1374
1375         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1376         Work for the last MIME part in an article.
1377         (gnus-mime-display-single): Suppress excessive newlines between parts.
1378
1379         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1380         by leading or trailing newline.
1381
1382 2014-05-12  Sam Steingold  <sds@gnu.org>
1383
1384         * time-date.el (seconds-to-string): New function to pretty print time
1385         delay in seconds.
1386
1387 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1390         while prompting a user for a file name, etc.
1391         (gnus-mime-display-single): Display part with a common appearance no
1392         matter whether MIME button is omitted or not; don't add duplicate entry
1393         to gnus-article-mime-handle-alist.
1394         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1395
1396 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1397
1398         * mml2015.el (mml2015-display-key-image): New variable.
1399
1400 2014-05-08  Glenn Morris  <rgm@gnu.org>
1401
1402         * gnus-fun.el (gnus-grab-cam-face):
1403         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1404         This is CVE-2014-3421.
1405
1406 2014-05-04  Glenn Morris  <rgm@gnu.org>
1407
1408         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1409
1410 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1413         the displaying state of a part.
1414         (gnus-mm-display-part): Don't insert a newline in the beginning of
1415         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1416
1417         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1418         (mm-shr): Make undisplayer unbreakable.
1419
1420         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1421         Don't insert excessive newline.
1422         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1423         (mm-insert-inline): Make undisplayer unbreakable.
1424
1425 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1426
1427         * gnus.el: Ma Gnus v0.11 is released.
1428
1429 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * gnus-art.el (gnus-mm-display-part):
1432         Highlight header attachment buttons.
1433
1434 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1437         a part; redisplay a button (enbugged in 2014-02-05).
1438
1439 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1440
1441         * auth-source.el (auth-source-search, auth-source-search-backends):
1442         Treat :max 0 as an indicator that a boolean return is wanted, as
1443         documented. Reported by Joe Bloggs.
1444
1445 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1446
1447         * gnus-icalendar.el: Require gnus-art.
1448
1449 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1450
1451         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1452         (gnus-icalendar--update-org-event): put event timestamp in
1453         the org entry body instead of the drawer.
1454         (gnus-icalendar-event--get-attendee-names): list of participants should
1455         contain even attendees without common name attribute.
1456         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1457         property tags in org drawers.
1458
1459 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * gmm-utils.el (gmm-format-time-string): New function.
1462
1463         * message.el (message-insert-formatted-citation-line): Use the original
1464         author's time zone to express a date string.
1465
1466 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1467
1468         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1469         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1470         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1471         Silence compiler warnings.
1472         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1473
1474 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * mml.el: Require url when compiling.
1477
1478         * gnus-cloud.el (gnus-cloud-parse-version-1):
1479         Use plist-get rather than CL's getf.
1480         (gnus-activate-group, gnus-subscribe-group): Declare.
1481
1482         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1483
1484 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1487         buttons when toggling the header off.
1488
1489 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1490
1491         * tls.el (tls-program): Reflow docstring.
1492
1493 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1494
1495         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1496         groups work again.
1497
1498 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1499
1500         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1501         999 correctly (i.e. "1,342").
1502
1503 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1504
1505         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1506         out if the directory doesn't exist.
1507
1508 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1509
1510         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1511         commands here; instead, only check if epg-config.el is available.
1512
1513 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1514
1515         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1516         messages with embedded images.
1517         (mml-generate-mime): Don't bug out if you don't have libxml.
1518
1519 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1520
1521         * message.el (message-make-html-message-with-image-files): New command.
1522
1523 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1524
1525         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1526
1527         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1528
1529 2014-02-23  David Engster  <deng@randomsample.de>
1530
1531         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1532         to stay compatible with older Emacsen, so replace `cl-loop' with
1533         `loop'.
1534
1535 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1536
1537         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1538         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1539         instead, build list of patterns.
1540
1541 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1542
1543         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1544         Display header attachment buttons by gnus-article-prepare-display
1545         rather than gnus-article-prepare so as to view in mml-preview as well.
1546
1547 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1548
1549         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1550         in `auth-sources' means and link to EPA docs.
1551
1552 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1553
1554         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1555         (bug#12375).
1556
1557 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1560         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1561
1562 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1563
1564         * message.el (message-tab): Mention what happens on normal tabs
1565         (bug#11297).
1566
1567 2014-02-08  Glenn Morris  <rgm@gnu.org>
1568
1569         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1570
1571 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1574         buttons that are hidden in unselected alternative part as well.
1575         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1576
1577         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1578
1579 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1580
1581         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1582         keystroke.
1583         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1584         types.
1585
1586         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1587         with an empty string.
1588
1589 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1590
1591         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1592         buffer-local in some buffers, so bind it explicitly in the buffer we're
1593         trying to cancel the article in (bug#10808).
1594
1595 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1598         New functions.
1599
1600         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1601         New user option.
1602         (gnus-mime-buttonize-attachments-in-header): New function.
1603         (gnus-article-prepare): Use it.
1604         (gnus-mime-inline-part): Suppress extra newline.
1605         (gnus-mm-display-part): Save excursion;
1606         remove useless deleting and adding of buttons.
1607         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1608
1609         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1610         Add gnus-mime-buttonize-attachments-in-header.
1611
1612 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1613
1614         * nnimap.el (nnimap-request-articles): New command to download several
1615         articles at once.
1616
1617         * gnus.el (gnus-variable-list): Save Cloud variables.
1618
1619         * gnus-int.el (gnus-request-accept-article): Doc fix.
1620
1621 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1622
1623         * parse-time.el (parse-time-iso8601-regexp)
1624         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1625         it more generally.
1626
1627 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1628
1629         * gnus-cloud.el: New file to provide the Emacs Cloud.
1630
1631         * dgnushack.el: Silence XEmacs w3 warning.
1632
1633         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1634         `url-retrieve-synchronously', apparently.
1635
1636         * dgnushack.el: Silence XEmacs dns.el warning.
1637
1638         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1639         instead of in all files.
1640
1641         * dns.el (network-interface-list): Define for XEmacs.
1642
1643         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1644         XEmacs.
1645
1646         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1647
1648 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1649
1650         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1651         `gnus-group-split-fancy'.
1652
1653 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1654
1655         * message.el (message-remove-header): Doc fix.
1656         (message-forward-included-headers): New variable.
1657         (message-remove-ignored-headers): Use it.
1658
1659 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1660
1661         * nnir.el (nnir-request-update-mark): Don't try to update the source
1662         group if we can't find it (bug#16611).
1663
1664 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1665
1666         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1667
1668 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1669
1670         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1671         network interfaces changed.
1672         (dns-query): Use it to flush the data.
1673
1674 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1675
1676         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1677         from random face commands.
1678         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1679         Face.
1680         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1681         (gnus--random-face-with-type): Generic function returning a face-type
1682         as a string.
1683         (gnus--insert-random-face-with-type): Generic function inserting a face
1684         in a message buffer header.
1685         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1686         (gnus-insert-random-x-face-header): Rewritten to use
1687         `gnus--insert-random-face-with-type`.
1688         (gnus-random-face): Return random (png) Face as string.
1689         (nus-insert-random-face-header): Insert random (png) Face in a message
1690         buffer.
1691
1692 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1693
1694         * mm-url.el: Remove all usage of w3.
1695
1696         * nnrss.el: Ditto.
1697
1698         * mm-decode.el: Ditto.
1699
1700         * mm-view.el: Ditto.
1701
1702         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1703         outdated and all Emacsen have url.el built-in.
1704
1705         * gnus-setup.el: Remove outdated file.
1706
1707 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1708
1709         * gnus.el: Ma Gnus v0.9 is released.
1710
1711 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1712
1713         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1714
1715 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1716
1717         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1718         in the summary buffer (bug#13769).
1719
1720 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1721
1722         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1723         name if we're using a single article buffer.  Otherwise, it may point
1724         to a killed buffer (bug#13756).
1725
1726 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1727
1728         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1729         the match data, just save and restore it explicitly (bug#12375).
1730
1731         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1732         that's needed.
1733
1734         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1735         the code once (bug#9069).
1736
1737 2014-01-18  Steinar Bang  <sb@dod.no>
1738
1739         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1740         reading.
1741
1742 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1743
1744         * message.el (message-bury): Call bury-buffer with no argument
1745         in the message-return-action case too.
1746
1747 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1750         (nnimap-split-fancy, nnimap-split-methods): Declare.
1751
1752         * mm-util.el (help-function-arglist): Declare.
1753
1754 2013-12-28  Glenn Morris  <rgm@gnu.org>
1755
1756         * gnus-sieve.el (gnus-sieve-select-method):
1757         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1758         (gravatar-rating, gravatar-size):
1759         * message.el (message-minibuffer-local-map):
1760         * sieve-manage.el (sieve-manage-authenticators)
1761         (sieve-manage-authenticator-alist): Specify custom types.
1762
1763         * hashcash.el (hashcash-program): Rename from hashcash-path.
1764         Update callers.
1765
1766         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1767         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1768         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1769
1770         * auth-source.el (auth-sources):
1771         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1772         Fix custom types.
1773
1774         * tls.el (tls-certtool-program): Fix default value.
1775
1776 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1777
1778         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1779         we get proper traces there, too.
1780
1781 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1782
1783         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1784         value of the parameters if the current article has a Reply-To or From
1785         field.
1786
1787 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1788
1789         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1790
1791 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1792
1793         * gnus-sum.el (gnus-summary-exit): Stop animations.
1794
1795 2013-12-19  Juri Linkov  <juri@jurta.org>
1796
1797         * gnus.el (gnus-suppress-keymap):
1798         * gnus-art.el (gnus-article-mode-map):
1799         * gnus-group.el (gnus-group-mode-map):
1800         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1801         Remove [backspace] key binding because it shadows DEL (bug#16035).
1802
1803         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1804
1805 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1808         Make sure work directory exists.
1809         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1810         rather than tmp directory.
1811         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1812         not necessarily always run, with it.
1813
1814 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1815
1816         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1817         value of gnus-icalendar-additional-identities work without restart.
1818
1819 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * mm-util.el (mm-make-temp-file):
1822         Alias to make-temp-file for modern Emacsen.
1823
1824 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1825
1826         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1827         nnir-article-number and nnir-article-group.
1828
1829 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1830
1831         * message.el (message-send-mail-with-sendmail):
1832         Don't kill error buffer if sending fails.
1833
1834 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1835
1836         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1837         (gnus-icalendar-event->org-entry)
1838         (gnus-icalendar--update-org-event)
1839         (gnus-icalendar-event->gnus-calendar): Distinguish between
1840         required/optional/non-participant attendee status.  Fix bug causing
1841         the first required event participant to be omitted.
1842
1843 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * gnus-art.el (article-de-quoted-unreadable)
1846         (article-de-base64-unreadable, gnus-mime-copy-part)
1847         * gnus-html.el (gnus-article-html)
1848         * mm-view.el (mm-inline-text-html-render-with-w3)
1849         (mm-inline-text-html-render-with-w3m-standalone)
1850         * rfc2231.el (rfc2231-decode-encoded-string):
1851         Allow overriding charset by mm-charset-override-alist.
1852
1853         * gnus-art.el (gnus-article-browse-html-parts):
1854         Replace LWSPs with `&nbsp;'s in header.
1855
1856         Work for broken Chinese articles.
1857
1858         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1859         Exclude broken handles that gnus-summary-enter-digest-group may create.
1860         (gnus-article-browse-html-parts):
1861         Allow overriding charset by mm-charset-override-alist.
1862
1863 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1864
1865         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1866         (gnus-icalendar-identities): Support additional-identities.
1867
1868 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1869
1870         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1871         org-timestamp for events ending at midnight.
1872
1873 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1874
1875         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1876         .log files.
1877
1878 2013-11-20  David Engster  <deng@randomsample.de>
1879
1880         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1881
1882 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1883
1884         * message.el (message-beginning-of-line):
1885         Use beginning-of-visual-line when visual-line-mode is turned on.
1886
1887 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1888
1889         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1890         (gnus-icalendar-event-from-ical)
1891         (gnus-icalendar-event->org-entry)
1892         (gnus-icalendar--update-org-event): Required/optional participation,
1893         list of attendees synced to org.
1894
1895 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1896
1897         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1898         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1899         cancellations to be synced to org if the original appt has an org
1900         outline.
1901
1902 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1903
1904         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1905         (gnus-icalendar-event->org-entry)
1906         (gnus-icalendar--update-org-event)
1907         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1908
1909 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1910
1911         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1912         Fix timezone handling in gnus-icalendar export to org.
1913
1914 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1917
1918 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1919
1920         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1921
1922 2013-10-30  Glenn Morris  <rgm@gnu.org>
1923
1924         * gnus-group.el (gnus-group-browse-foreign-server):
1925         * gnus-int.el (gnus-start-news-server):
1926         Silence compiler obsolescence warning.
1927
1928 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1929
1930         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1931         `nnoo-current-server' first, then for the actual `nnimap-address' to
1932         allow netrc entries for the nnoo server to coexist with netrc entries
1933         for the `nnimap-address'.
1934
1935 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * mm-decode.el (mm-dissect-buffer): Revert last change.
1938         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1939         The problem that motivated those changes was attributed to a broken
1940         mail sender, and has been fixed.
1941
1942 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1945         token is missing in the Content-Type header.
1946
1947         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1948
1949 2013-09-18  Glenn Morris  <rgm@gnu.org>
1950
1951         * gnus-util.el (image-size): Declare.
1952
1953 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1954
1955         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1956         (gnus-icalendar-event-from-ical)
1957         (gnus-icalendar-event--build-reply-event-body)
1958         (gnus-icalendar-event-reply-from-buffer)
1959         (gnus-icalendar-find-org-event-file)
1960         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1961         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1962
1963         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1964
1965 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1966
1967         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1968         Use save-current-buffer.
1969         (gnus-tree-mode-map): Initialize in the declaration.
1970         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1971         (scroll-in-place): Defvar it.
1972         (gnus-tmp-*): Defvar them.
1973         (gnus-get-tree-buffer): Use derived-mode-p.
1974         (gnus--let-eval): New macro.
1975         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1976         non-prefixed variables.
1977         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1978
1979         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1980         vars since it doesn't seem to be available.
1981         (gnus-set-global-variables, gnus-summary-read-group-1)
1982         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1983         (gnus-summary-display-article, gnus-summary-select-article)
1984         (gnus-summary-next-article, gnus-offer-save-summaries)
1985         (gnus-summary-generic-mark): Use derived-mode-p.
1986         (gnus-summary-read-group-1, gnus-summary-exit)
1987         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1988         Adjust calls to gnus-tree-close and gnus-tree-open.
1989
1990         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1991
1992         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1993         (gnus-agent-mode): Use derived-mode-p.
1994         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1995         gnus-command-method and *-command-method to nil, but bind
1996         gnus-command-method to *-command-method instead!
1997         (gnus-agent-fetch-articles): Remove unused var `id'.
1998         (gnus-agent-fetch-headers): Remove unused arg `force'.
1999         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
2000         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
2001         (gnus-agent-short-article, gnus-agent-long-article)
2002         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
2003         first use.
2004         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
2005         `score-param'.
2006         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
2007         (gnus-get-predicate): Push in front of the cache, rather than end.
2008         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
2009         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
2010         (gnus-agent-expire-unagentized-dirs): Don't rebind
2011         gnus-agent-expire-current-dirs since the defvar silences the warning.
2012         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
2013         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
2014         (gnus-agent-regenerate): Simplify interactive spec and doc.
2015
2016 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * gnus-int.el (gnus-open-server): Silence compiler.
2019
2020         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2021
2022         * message.el (message-display-completion-list): Abolish.
2023         (message-completion-in-region): Use display-completion-list.
2024
2025 2013-09-17  Glenn Morris  <rgm@gnu.org>
2026
2027         * gnus-util.el (gnus-message-with-timestamp-1):
2028         Use `messages-buffer' function if available.  Ignore read-only.
2029
2030 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * message.el (message-expand-group, message-completion-in-region):
2033         Correct the order of start and end of a region.
2034
2035 2013-09-13  Glenn Morris  <rgm@gnu.org>
2036
2037         * mml2015.el (gnus-create-image): Autoload it.
2038
2039         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
2040
2041         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
2042         (image-size): Declare.
2043
2044 2013-09-12  Glenn Morris  <rgm@gnu.org>
2045
2046         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
2047         Avoid using `find', which i) might not be defined at runtime;
2048         ii) does not work, since its default test is eql, not equal.
2049         (gnus-mime-action-alist): Declare.
2050
2051 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2052
2053         * score-mode.el (gnus-score-mode-map): Move initialization
2054         into declaration.
2055         (gnus-score-mode): Use define-derived-mode.
2056         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
2057         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
2058         into declaration.
2059         (gnus-kill-file-mode): Use define-derived-mode.
2060         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2061         Use derived-mode-p.
2062         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2063         (gnus-group-setup-buffer, gnus-group-name-at-point)
2064         (gnus-group-make-web-group, gnus-group-enter-directory)
2065         (gnus-group-suspend): Use derived-mode-p.
2066         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2067         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2068         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2069         (gnus-article-setup-buffer, gnus-article-prepare)
2070         (gnus-article-prepare-display, gnus-sticky-article)
2071         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2072         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2073         (gnus-article-read-summary-keys): Use derived-mode-p.
2074
2075 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2078
2079 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2082         shift_jis from the default value set for Japanese users.
2083
2084 2013-08-13  Glenn Morris  <rgm@gnu.org>
2085
2086         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2087
2088         * gnus.el (gnus-valid-select-methods): Fix type.
2089
2090         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2091
2092 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * mm-decode.el (mm-display-external): Run a timer for the temp files
2095         deletion after a viewer exits; add a deletion timer for the needsterm
2096         case, too.
2097
2098         * mm-decode.el (mm-display-external): Try to delete temporary files by
2099         using a 1-min. timer.
2100
2101 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2104         New internal variables.
2105         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2106         (mm-display-external): Use it to delete temporary files instead of
2107         using timers.
2108
2109 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2112
2113 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2114
2115         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2116         with cond for backwards compatability.
2117
2118 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2119
2120         * mm-decode.el (mm-display-external): Bind process-connection-type to
2121         nil; don't delete a temp file immediately even if a viewer finishes,
2122         since it may be a shell script, like xdg-open, that launches a real
2123         viewer program belatedly.
2124
2125 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2126
2127         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2128         that we can create nndoc groups that excerpt other groups.
2129
2130 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * gnus-delay.el (gnus-delay-article): Fix typo.
2133
2134         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2135         articles.
2136
2137         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2138         we can get spell-checking etc.
2139
2140 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2143         a single one used for encoding the whole text in a header.
2144
2145 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2148         doesn't work properly on XEmacs.
2149
2150 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2151
2152         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2153         before sending.
2154
2155         * dgnushack.el (dgnushack-compile): Add a temporary check for
2156         gnus-icalendar.
2157
2158         * mm-decode.el (mm-command-output): New face.
2159         (mm-display-external): Use it.
2160
2161 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2162
2163         * nnmbox.el (nnmbox-request-article): Don't change point.
2164
2165 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166
2167         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2168         Include `handle' parameter.
2169
2170 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2171
2172         * gnus-icalendar.el: New file.
2173
2174 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2175
2176         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2177
2178         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2179         dummy roots, too.
2180
2181 2013-08-01  David Edmondson  <dme@dme.org>
2182
2183         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2184         out on ttys.
2185
2186 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187
2188         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2189         not empty.
2190
2191         * nnrss.el (nnrss-discover-feed): Indent.
2192
2193 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2196
2197 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198
2199         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2200         dirty to ensure nnimap data being saved.
2201
2202 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2203
2204         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2205         menu entry.
2206
2207         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2208         the current thread's total score instead of the current article's
2209         score.
2210
2211         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2212         (gnus-sort-threads-recursively): Delete defcustom.
2213         (gnus-sort-threads-recursive): Adapt accordingly.
2214
2215 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2216
2217         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2218         (gnus-sort-threads-recursive): Use it.
2219         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2220         again.  Now that determines how to sort subthreads.
2221
2222 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2223
2224         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2225         (gnus-sort-threads): Use it.
2226
2227 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2228
2229         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2230         punctuation characters follow parentheses (bug#14950).
2231
2232 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * gnus.el (gnus-continuum-version):
2235         * gnus-msg.el (gnus-extended-version): Simplify.
2236
2237         * gnus.el (gnus-continuum-version-1): Remove.
2238         * gnus-msg.el (gnus-bug): Revert.
2239
2240         Calculate gnus-version correctly on Cygwin.
2241
2242         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2243         (gnus-continuum-version-1): New function, return a string.
2244
2245         * gnus-msg.el (gnus-extended-version, gnus-bug):
2246         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2247
2248 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2249
2250         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2251         (bug#13384).
2252
2253 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254
2255         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2256         that were only relevant in a development version a long time ago.
2257
2258 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2261         that the old Emacs 24s bundle.
2262
2263 2013-07-10  David Engster  <deng@randomsample.de>
2264
2265         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2266         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2267         fixes a bug in Emacs trunk where the 'unexist' marks were always
2268         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2269         Gnus v0.03".
2270
2271 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2272
2273         * gnus.el (gnus-summary-line-format): Reference
2274         `gnus-user-date-format-alist' for the &user-date; format, not
2275         `gnus-summary-user-date-format-alist'.
2276
2277 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278
2279         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2280         delete files (bug#13481).
2281
2282 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2283
2284         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2285
2286 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2287
2288         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2289         display images.
2290
2291         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2292
2293         * message.el (message-cancel-news): According to
2294         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2295         preferred over "cmsg cancel" in the Subject.
2296
2297         * nnir.el (nnir-engines): Note that the group specs are regexps
2298         (bug#13238).
2299
2300         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2301         gotten read-only text properties, ensure that those aren't heeded when
2302         copying stuff over (bug#13434).
2303
2304         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2305         (bug#13762).
2306
2307 2013-07-05  David Kastrup  <dak@gnu.org>
2308
2309         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2310         authinfo file again (important for blank passwords).  This had been
2311         broken with 2013-06-15 change.
2312
2313 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2314
2315         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2316         Revert 2013-01-14 change.
2317
2318 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2319
2320         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2321         of 'create-image' for XEmacs compatibility; check errors when decoding
2322         image.  Reported by Uwe Brauer.
2323
2324 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2325
2326         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2327         gnus-button-push revised at 2011-01-19.
2328
2329 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2332         now live in the lisp/net Emacs 24 repository.
2333
2334 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335
2336         * eww.el (eww-update-header-line-format): Quote % characters.
2337
2338 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * eww.el (eww-process-text-input): Display passwords as asterisks.
2341
2342         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2343
2344 2013-06-19  Tom Tromey  <tromey@redhat.com>
2345
2346         * eww.el (eww-top-url): Remove.
2347         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2348         (eww-render): Set new variables.  Don't set eww-top-url.
2349         (eww-handle-link): Handle "prev", "home", and "contents".
2350         Downcase the rel text.
2351         (eww-top-url): Choose best top URL.
2352
2353 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354
2355         * eww.el: Rewrite to implement form elements "by hand" instead of
2356         relying in widget.el.  Using widget.el leads to too many
2357         user interface inconsistencies.
2358         (eww-self-insert): Implement entering commands in text fields.
2359         (eww-process-text-input): New function to make text input field editing
2360         work.
2361         (eww-submit): Rewrite to use the new-style form methods.
2362         (eww-select-display): Display the correct selected item.
2363         (eww-change-select): Implement changing the select value.
2364         (eww-toggle-checkbox): Implement radio/checkboxes.
2365         (eww-update-field): Fix compilation error.
2366         (eww-tag-textarea): Implement <textarea>.
2367
2368         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2369         don't shadow mode-specific bindings.
2370
2371         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2372         nothing to push.
2373
2374         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2375
2376 2013-06-19  Glenn Morris  <rgm@gnu.org>
2377
2378         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2379
2380 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2381
2382         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2383
2384 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385
2386         * shr.el (shr-make-table-1): Implement <td rowspan>.
2387         (shr-table-horizontal-line): Allow nil as a value, and change the
2388         default.
2389         (shr-insert-table-ruler): Respect the nil value.
2390
2391 2013-06-18  Tom Tromey  <tromey@barimba>
2392
2393         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2394         New defvars.
2395         (eww-open-file): New defun.
2396         (eww-render): Initialize new variables.
2397         (eww-display-html): Handle "link" and "a".
2398         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2399         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2400         (eww-back-url): Rename from eww-previous-url.
2401         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2402         defuns.
2403
2404 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2405
2406         * shr.el (shr-tag-table): Insert the images after the table, so that
2407         they're not covered by the table colourisation, which often looked
2408         awkward.
2409         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2410         <dd>.
2411         (shr-make-table-1): Implement <td colspan=> support.
2412         (shr-insert-document): Use one less than window width if `shr-width' is
2413         nil, since otherwise things may get one character too wide.
2414
2415 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2416
2417         * eww.el (eww-detect-charset): Improve regexp; move backward.
2418
2419 2013-06-18  Glenn Morris  <rgm@gnu.org>
2420
2421         * mm-decode.el (widget-convert-button): Autoload.
2422
2423         * sieve-manage.el (mm-enable-multibyte): Autoload.
2424
2425         * shr.el (libxml-parse-html-region): Declare.
2426         (shr-render-buffer): Explicit error if no libxml2 support.
2427
2428 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2429
2430         * auth-source.el (auth-source-current-line): New function.
2431         (auth-source-netrc-parse-entries): When a data token is "machine",
2432         assume we're in the wrong place and abort parsing the current line.
2433
2434 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2437         (eww-convert-widgets): Don't bug out if the first widget starts at the
2438         beginning of the buffer.
2439         (eww-convert-widgets): Fix last patch.
2440         (eww-tag-input): Support <input type=image>.
2441
2442         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2443         (shr-tag-base): Protect against base specs that are degenerate.
2444         (shr-ensure-paragraph): Don't delete empty lines that have text
2445         properties, because these may be input fields.
2446
2447         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2448         we can navigate to them.
2449
2450         * shr.el (shr-colorize-region): Put the colours over the entire region.
2451         (shr-inhibit-decoration): New variable.
2452         (shr-add-font): Use it to inhibit text property decorations while doing
2453         preliminary table renderings.  This speeds up typical Wikipedia page
2454         renderings by 15%.
2455         (shr-tag-span): Don't respect the <title>, because that overwrites the
2456         help-echo from links inside the spans.
2457         (shr-next-link): Use `help-echo' for navigation, so that we can
2458         navigate to form elements, too.
2459
2460         * eww.el (eww-button): New face.
2461         (eww-convert-widgets): Use it to make submit buttons more button-like.
2462
2463         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2464         that Gnus commands work.
2465
2466         * shr.el (shr-render-td): Support horizontal alignment.
2467
2468         * eww.el (eww-put-color): Removed.
2469         (eww-colorize-region): Use `add-face-text-property'.
2470
2471         * shr.el (shr-add-font): Append face data, so that we get the correct
2472         precedence: The innermost value (which is applied first) wins.
2473         (shr-make-overlay): Obsolete function.
2474
2475         * mm-decode.el (mm-convert-shr-links): New function to convert
2476         new-style shr URL links into widgets.
2477         (mm-shr): Use it.
2478
2479         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2480         widget commands, since we're no longer using widgets for links.
2481
2482         * shr.el (shr-next-link): New command.
2483         (shr-previous-link): New command.
2484         (shr-urlify): Don't use `widget-convert', because that's slow.
2485         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2486         because collecting the overlays and reapplying them when generating
2487         tables is slow.
2488         (shr-insert-table): Ditto.
2489
2490 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2491
2492         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2493         * shr.el (browse-url): Require `url'.
2494         * eww.el (url): Require format-spec.
2495
2496 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2497
2498         * eww.el (eww-display-html): Default to using the entire window width.
2499         (eww-browse-url): Don't add a User-Agent header (twice), because that
2500         makes Bing refuse connection.
2501
2502         * shr.el (shr-make-table): Cache the table rendering at the table
2503         level, and not the <td> level.  This is a bit faster.
2504
2505         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2506         #id.
2507
2508         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2509         browsers don't.
2510         (shr-expand-url): Respect #anchor links.
2511         (shr-parse-base): Chop off the anchor before using.
2512         (shr-descend): Respect display: none.
2513         (shr-descend): Allow marking elements that have certain IDs.
2514
2515         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2516
2517         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2518
2519         * eww.el (eww-tag-textarea): Support <textarea>.
2520
2521 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2522
2523         * shr.el (shr-dom-to-xml): Fixed function call.
2524
2525         * eww.el (eww): New group.
2526         (eww-header-line-format): New custom variable.
2527         (eww-current-title): New variable.
2528         (eww-display-html): Update header and handle title tag.
2529         (eww-update-header-line-format): New function.
2530         (eww-tag-title): New function.
2531
2532         * shr.el (shr-dom-to-xml): New function.
2533         (shr-tag-svg): Add support for the SVG tag.
2534         (shr-bullet): New custom variable.
2535         (shr-tag-li): Support custom bullet in unordered lists.
2536
2537 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538
2539         * shr.el (shr-expand-url): Respect // URLs.
2540
2541         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2542         put a background colour onto the entire buffer.
2543         (eww-render): When being redirected, use the redirect URL as the new
2544         base URL.
2545
2546         * shr.el (shr-parse-base): Fix parsing error.
2547
2548         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2549
2550         * shr.el (shr-parse-base): New function.
2551         (shr-expand-url): Use it to expand relative URLs reliably.
2552
2553 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2554
2555         * auth-source.el (auth-source-search-collection): Fix docstring.
2556         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2557         single-quoted strings and multiline entries.
2558         (auth-source-netrc-parse-next-interesting)
2559         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2560         functions to support parser.
2561
2562 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563
2564         * eww.el (eww-submit): Get submit button logic right when hitting RET
2565         on non-submit buttons.
2566
2567         * shr.el: Remove shr-preliminary-table-render, since that can't really
2568         be used for anything in practice.
2569
2570 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2571
2572         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2573         (sieve-manage-quit).
2574
2575 2013-06-14  Glenn Morris  <rgm@gnu.org>
2576
2577         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2578
2579 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2580
2581         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2582         control the maximum size of photo ID image.
2583         (mml2015-epg-key-image-to-string): Respect it.
2584
2585 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2588         instead of the final one so that we can more easily distinguish them.
2589
2590         * eww.el (eww-submit): Compute the submission URL correctly.
2591
2592 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2593
2594         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2595         Use plist-get rather than CL's getf.
2596         (sieve-manage-parse-capability): Avoid CL's remove-if.
2597
2598 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2599
2600         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2601         (sieve-manage-quit).
2602
2603 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604
2605         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2606         last slash.
2607
2608         * eww.el (eww-tag-select): Use the first value as the default value.
2609
2610 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2611
2612         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2613         (eww-mode): Use `define-derived-mode'.
2614         (eww-parse-headers): Parse headers from beginning of buffer so that
2615         file:// links work.
2616
2617 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2618
2619         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2620
2621 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622
2623         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2624         to handle them at all.
2625
2626 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2629         work, too.
2630         (eww-tag-select): Implement <select>.
2631
2632 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2633
2634         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2635         stream managing functions by using open-protocol-stream to do most of
2636         the work.  Has the nice benefit of enabling STARTTLS.
2637         Wait for capabilities after STARTTLS: following RFC5804, the server
2638         sends new capabilities after successfully establishing a TLS connection
2639         with the client.  The client should update the cached list of
2640         capabilities, but we just ignore the answer for now.
2641         (sieve-manage-network-p, sieve-manage-network-open)
2642         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2643         (sieve-manage-forward, sieve-manage-streams)
2644         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2645         API, nor called by any other function.
2646         Enable Multibyte for SieveManage buffers: The parser won't properly
2647         handle umlauts and line endings unless multibyte is turned on in the
2648         process buffer.
2649
2650 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * eww.el (eww-tag-input): Support password fields.
2653         (eww-submit): Support POST.
2654
2655 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * eww.el (eww-tag-form): Protect against degenerate forms.
2658
2659         * shr.el (shr-expand-url): Expand URLs that start with a slash
2660         correctly.
2661
2662         * eww.el (eww-submit): Get submit button logic right.
2663
2664         * shr.el (shr-final-table-render): New variable to signal when we're
2665         doing the final table rendering so that we can collect more data at
2666         that point.
2667
2668         * eww.el (eww-submit): Make form submission work.
2669         (eww-tag-input): Implement submit buttons.
2670         (eww-click-radio): Implement radio and checkboxes.
2671         (eww-submit): Handle hidden elements.
2672
2673         * shr.el (shr-descend): Allow other packages to override (or provide)
2674         rendering of elements.
2675         (shr-expand-url): Strip query strings from URLs before expanding them.
2676
2677         * eww.el: Don't require cl-lib.
2678         (eww-tag-form): Start form support.
2679
2680         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2681
2682         * eww.el: Start writing a new, tiny web browser.
2683         (eww-previous-url): New command.
2684         (eww-quit): New command.
2685
2686 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2687
2688         * sieve.el: Put point at beginning of buffer when viewing a script.
2689         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2690         number in sieve-buffer's header.  Fixed code to also work with a string
2691         as port specifier.  Properly close the connection on pressing 'q'.  Make
2692         sieve-manage-quit close the connection and process buffer.  Also, remove
2693         duplicate keybinding for 'q'.
2694
2695 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2696
2697         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2698         make it easier to read.
2699         (mm-pkcs7-enveloped-magic): Ditto.
2700
2701 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2702
2703         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2704         before `image-type-available-p' to avoid loading the image libraries
2705         needlessly.
2706
2707 2013-06-05  David Engster  <deng@randomsample.de>
2708
2709         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2710         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2711         to see whether the group was synced before.
2712
2713 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2714
2715         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2716         when opening the connection.
2717         Suggested by João Távora <joaotavora@gmail.com> in
2718         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2719
2720 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2723         assume Date header begins with "Date", that may be customized into
2724         something like "X-Sent" using gnus-article-time-format.
2725         (article-transform-date): Allow multi-line Date header.
2726
2727 2013-06-02  David Engster  <deng@randomsample.de>
2728
2729         * registry.el (initialize-instance, registry-lookup)
2730         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2731         (registry-lookup-secondary-value, registry-search, registry-delete)
2732         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2733         not wrap methods in `eval-and-compile'.  This breaks due to latest
2734         changes in EIEIO (introduction of eieio-core.el).
2735
2736 2013-05-30  Glenn Morris  <rgm@gnu.org>
2737
2738         * nnmail.el (nnmail-fancy-expiry-target):
2739         Also bind mail-dont-reply-to-names.
2740
2741         * spam-stat.el (spam-stat-save):
2742         No need to tweak font-lock in temp buffers.
2743
2744         * shr.el (shr-put-image): Silence compiler.
2745
2746 2013-05-29  Glenn Morris  <rgm@gnu.org>
2747
2748         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2749
2750         * gnus-group.el (gnus-sequence-of-unread-articles)
2751         (gnus-summary-add-mark, gnus-mark-article-as-read)
2752         (gnus-group-make-articles-read): Declare.
2753
2754         * gnus-sum.el (gnus-parameter-list-identifier)
2755         (gnus-article-stop-animations, gnus-stop-downloads)
2756         (gnus-article-only-boring-p, article-goto-body)
2757         (gnus-flush-original-article-buffer, article-narrow-to-head)
2758         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2759         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2760
2761         * gnus.el: No need to eval-and-compile autoloads.
2762
2763         * gravatar.el (help-function-arglist): Autoload.
2764
2765         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2766
2767         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2768
2769         * spam.el: No need to load spam-report when compiling.
2770         No need to eval-and-compile autoloads.
2771         (spam-report-resend-to): Declare.
2772         (spam-report-resend-register-routine): Require 'spam-report.
2773
2774 2013-05-24  Julien Danjou  <julien@danjou.info>
2775
2776         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2777         setup.
2778
2779 2013-05-23  Glenn Morris  <rgm@gnu.org>
2780
2781         * gnus-util.el (rmail-swap-buffers-maybe)
2782         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2783         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2784         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2785
2786         * mm-decode.el: No need to load term when compiling.
2787         (term-mode, term-char-mode): Declare.
2788
2789         * mm-util.el: No need to load jka-compr when compiling.
2790         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2791
2792         * nnmaildir.el: Require is automatically eval-and-compile.
2793         (nnmail): Require at run-time too.
2794
2795         * registry.el (registry-size): Move definition before use.
2796
2797 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2798
2799         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2800         signed data to conform the standard.  (Bug#14232)
2801
2802 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2803
2804         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2805         double angle quotation mark.
2806
2807 2013-05-20  Glenn Morris  <rgm@gnu.org>
2808
2809         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2810
2811 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2812
2813         * message.el (message-insert-formatted-citation-line): handle finding
2814         first/lastname when more than 2 names appear.
2815
2816 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2817
2818         * shr.el (shr-tag-span): New function.
2819
2820 2013-05-18  Glenn Morris  <rgm@gnu.org>
2821
2822         * message.el (message-mode): Use message-mode-abbrev-table,
2823         with text-mode-abbrev-table as parent.  (Bug#14413)
2824
2825 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * message.el (message-expand-group): Decode group names.
2828
2829 2013-05-16  Julien Danjou  <julien@danjou.info>
2830
2831         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2832         app-icon.
2833
2834 2013-05-15  Glenn Morris  <rgm@gnu.org>
2835
2836         * shr-color.el (shr-color-visible-luminance-min)
2837         (shr-color-visible-distance-min): Use shr-color group.
2838
2839 2013-05-11  Glenn Morris  <rgm@gnu.org>
2840
2841         * gnus-vm.el: Make it loadable without VM.
2842         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2843         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2844
2845 2013-05-09  Glenn Morris  <rgm@gnu.org>
2846
2847         * mml1991.el: Make it loadable.  (Bug#13456)
2848
2849         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2850         * gnus-async.el (gnus-async-post-fetch-function):
2851         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2852         * gnus-html.el (gnus-html-image-cache-ttl):
2853         * gnus-notifications.el (gnus-notifications-timeout):
2854         * gnus-picon.el (gnus-picon-properties):
2855         * gnus-util.el (gnus-completion-styles):
2856         * gnus.el (gnus-other-frame-resume-function):
2857         * message.el (message-user-organization-file)
2858         (message-cite-reply-position):
2859         * nnir.el (nnir-summary-line-format)
2860         (nnir-retrieve-headers-override-function):
2861         * shr-color.el (shr-color-visible-luminance-min):
2862         * shr.el (shr-blocked-images):
2863         * spam-report.el (spam-report-resend-to):
2864         * spam.el (spam-summary-exit-behavior): Fix custom types.
2865
2866         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2867
2868 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2871         because of let-binding help-xref-following.  (Bug#14356)
2872
2873 2013-05-06  Glenn Morris  <rgm@gnu.org>
2874
2875         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2876
2877 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2878
2879         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2880         entering into the registry.
2881
2882 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2883
2884         * gnus.el: Ma Gnus v0.7 is released.
2885
2886 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2889         (Bug#14304)
2890
2891 2013-04-27  Glenn Morris  <rgm@gnu.org>
2892
2893         * gnus.el (gnus-list-debbugs):
2894         Use require rather than autoload.  (Bug#14262)
2895
2896 2013-04-27  Julien Danjou  <julien@danjou.info>
2897
2898         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2899         port to "sieve" now that it has an official IANA port assigned.
2900
2901 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2904         Don't set the MAILHOST environment variable permanently (Bug#14271).
2905
2906 2013-04-26  Glenn Morris  <rgm@gnu.org>
2907
2908         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2909
2910 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2911
2912         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2913         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2914
2915 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2916
2917         * nnir.el (nnir-close-group): Make sure we are in the right group.
2918
2919         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2920         dependency table from all newly retrieved headers.
2921
2922 2013-04-16  David Edmondson  <dme@dme.org>
2923
2924         Support <img src="data:...">.
2925
2926         * shr.el (shr-image-from-data): New function.
2927         (shr-tag-img): Use it.
2928
2929 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2930
2931         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2932         group.
2933
2934 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2935
2936         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2937         corresponding to any existing group (Bug#14166).
2938
2939 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2940
2941         * nnir.el (number-sequence): No longer used.
2942         (nnir-request-set-mark): New function.
2943         (nnir-request-update-info): Improve marks updating.
2944         (nnir-request-scan): Don't duplicate marks updating.
2945         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2946         Use 'assq rather than 'assoc.  Quote anonymous function.
2947         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2948         Use 'gnus-group-prefixed-p.
2949         (gnus-summary-create-nnir-group): Make sure server for method is open.
2950
2951 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2952
2953         * nnir.el (gnus-nnir-group-p): New function.
2954         (nnir-possibly-change-group): Use it.
2955
2956         * gnus-msg.el (gnus-setup-message): Use it.
2957
2958 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2961         `initial-input' for the argument name.
2962         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2963
2964 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2965
2966         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2967         (used by MH-E).
2968
2969 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2970
2971         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2972         group.
2973
2974         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2975         fix compilation.
2976
2977 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2978
2979         * nnir.el (nnir-method-default-engines): And another typo.
2980
2981 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2982
2983         * nnir.el (nnir-method-default-engines): Fix typo.
2984
2985 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2986
2987         * nnir.el: Define 'number-sequence for xemacs.
2988         (gnus-summary-create-nnir-group): New function to create an nnir group
2989         from an nnir summary buffer based on the current query.
2990         (nnir-request-create-group): Update to allow nnir group creation based
2991         on the current query.
2992
2993 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2994
2995         * nndraft.el (nndraft-request-expire-articles):
2996         Make expiry target always `delete'.
2997
2998 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2999
3000         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
3001         buffer use the posting-style and gcc of the original article group.
3002         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
3003
3004         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
3005         after other deffoos.
3006
3007 2013-03-25  Andrew Cohen  <cohen@bu.edu>
3008
3009         * nnir.el: Major rewrite.  Cleaner separation between searches and group
3010         management.  Marks are now shown in nnir summary buffers.  Rudimentary
3011         support for real (i.e. not ephemeral) nnir groups.
3012         (gnus-summary-make-nnir-group): New function for initiating searches
3013         from a summary buffer.
3014
3015 2013-03-18  Sam Steingold  <sds@gnu.org>
3016
3017         * message.el (message-bury): Minor cleanup.
3018
3019 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
3020
3021         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
3022
3023 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3024
3025         * nndir.el (nndir-request-list): Remove 2nd argument passed to
3026         nnml-request-list.  (Bug#13873)
3027         (nndir-request-newsgroups): Remove, unused.
3028
3029         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
3030
3031 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3032
3033         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
3034         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
3035         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
3036
3037 2013-03-03  Ted Phelps  <phelps@gnusto.com>
3038
3039         * shr.el: Make all the overlays set the `evaporate' property so that
3040         they're removed properly.
3041
3042 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
3043
3044         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
3045         shell-quote-argument.
3046
3047 2013-02-22  David Engster  <deng@randomsample.de>
3048
3049         * gnus-registry.el (gnus-registry-save): Provide class name when
3050         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
3051         `condition-case' to stay compatible with older EIEIO versions which
3052         only accept one argument.
3053
3054 2013-02-17  Daiki Ueno  <ueno@gnu.org>
3055
3056         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
3057         (epg-user-id-validity): Autoload.
3058         (mml2015-epg-check-user-id): New function.
3059         (mml2015-epg-check-sub-key): New function split from
3060         mml2015-epg-find-usable-key.
3061         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3062         optional name-is-key-id, to handle the case when user-id is unusable.
3063         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3064
3065 2013-02-17  Glenn Morris  <rgm@gnu.org>
3066
3067         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3068
3069 2013-02-16  Glenn Morris  <rgm@gnu.org>
3070
3071         * shr.el (shr-put-image): Only animate images that specify a delay.
3072         This is consistent with the old image-animated-p behavior.
3073
3074 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3077         for XEmacs.
3078
3079 2013-02-13  Juri Linkov  <juri@jurta.org>
3080
3081         * gnus-art.el (gnus-article-mode-map):
3082         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3083         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3084
3085 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3086
3087         * auth-source.el (auth-source-format-prompt): Don't get confused by
3088         any "\" in replacement text.  (Bug#13637)
3089
3090 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3091
3092         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3093         (gnus-backend-trace): Honour gnus-backend-trace.
3094
3095         * mml.el (mml-insert-part): Insert closing tag.
3096
3097         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3098
3099 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3100
3101         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3102         able to find the article, which can happen in debbugs groups,
3103         apparently.
3104
3105 2013-01-16  Glenn Morris  <rgm@gnu.org>
3106
3107         * smiley.el (smiley-style): Make the file loadable in batch mode.
3108
3109 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3110
3111         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3112         imap process running.
3113
3114 2013-01-14  Julien Danjou  <julien@danjou.info>
3115
3116         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3117         Compare addresses against addresses, not against the full From field.
3118
3119 2013-01-13  Richard Stallman  <rms@gnu.org>
3120
3121         * message.el (message-forward-make-body-mime): New args BEG, END
3122         specify what part of FORWARD-BUFFER to use.  Do the work directly
3123         instead of calling `mml-insert-buffer'.
3124
3125 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3126
3127         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3128         cross-reference(s).
3129
3130         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3131         cross-reference(s).
3132
3133 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3134
3135         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3136         and point-max-marker.
3137         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3138
3139 2013-01-11  Julien Danjou  <julien@danjou.info>
3140
3141         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3142         max are almost equal.  Also return the correct value for V which is
3143         already between 0 and 1.
3144
3145 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3146
3147         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3148         to mml2015-encrypt-to-self.
3149         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3150
3151 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3152
3153         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3154         mml-smime-epg-find-usable-secret-key.
3155
3156 2013-01-08  Glenn Morris  <rgm@gnu.org>
3157
3158         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3159
3160 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3161
3162         * mml-smime.el: Support signing by sender.
3163         Requested by Uwe Brauer.
3164         (mml-smime-sign-with-sender): New user option analogous
3165         to mml2015-sign-with-sender.
3166         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3167         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3168         mml2015.el.
3169
3170 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171
3172         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3173         isn't running, because Gnus will probably not know how to handle the
3174         Gcc header (bug#11941).
3175
3176         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3177         articles.
3178
3179 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180
3181         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3182         (nnfolder-generate-active-file): Make this function work with recursive
3183         folder names.
3184
3185 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3186
3187         * nntp.el (nntp-open-connection): Use HELP as the capability command
3188         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3189         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3190
3191 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3192
3193         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3194         place holder since this gives `Invalid face reference: nil' messages.
3195         Use the `default' face instead.  It has the same effect here, even
3196         though it is not no-op.
3197
3198         * gnus-util.el
3199         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3200
3201 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3202
3203         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3204         non-string posting styles (bug#13285).
3205
3206 2012-12-27  Glenn Morris  <rgm@gnu.org>
3207
3208         * plstore.el (plstore-passphrase-callback-function):
3209         Use plstore-get-file.
3210
3211 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3212
3213         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3214         stderr.
3215
3216 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3217
3218         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3219
3220         * gnus-compat.el (set-buffer-multibyte): Remove.
3221
3222 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3223
3224         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3225         temporary file to get PGP key image.  Pass no-show-photos when
3226         extracting image to avoid having it pop up twice.
3227
3228 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3229
3230         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3231         eligible for treatment.
3232
3233         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3234         lines.  This makes summary commands with hidden threads work more
3235         reliably.
3236
3237         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3238         button to mark the hidden citations (bug#9395).
3239
3240 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3241
3242         * mml2015.el (mml2015-epg-signature-to-string): New function.
3243         (mml2015-epg-verify-result-to-string): New function.
3244         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3245         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3246         instead of epg-verify-result-to-string.
3247         (epg-signature-key-id, epg-signature-to-string): Autoload.
3248         (epg-verify-result-to-string): Remove autoload.
3249
3250 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3251
3252         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3253         ID image from GPG public key.
3254         (mml2015-epg-key-image-to-string): New function.
3255
3256 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3257
3258         * plstore.el (plstore-passphrase-callback-function): Fix error when
3259         error when plstore-cache-passphrase-for-symmetric-encryption is set
3260         (bug#13264).
3261
3262 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3263
3264         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3265         buffer to the article buffer here, because that clobbers multiple
3266         article buffers.
3267
3268         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3269         buffer always points to the right summary buffer.
3270
3271 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3272
3273         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3274         the password (bug#12097).
3275
3276 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3277
3278         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3279         (bug#13263).
3280
3281         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3282         buffer exists before using it (bug#12475).
3283
3284         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3285         offline groups (bug#11937).
3286
3287         * message.el (message-yank-original): When using customize to set the
3288         value of `message-cite-style', the variable it set to a symbol that's
3289         the name of the variable, which must then be dereferenced (bug#12616).
3290
3291 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3292
3293         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3294         the `face' property with a list whose car is the face specified in the
3295         format string and whose cdr is (nil).
3296         * lisp/gnus-util.el
3297         (gnus-put-text-property-excluding-characters-with-faces):
3298         Change accordingly.
3299         (gnus-get-text-property-excluding-characters-with-faces): New function.
3300         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3301         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3302         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3303
3304 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3305
3306         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3307         login methods.
3308         (nnimap-login): Respect the `nnimap-authenticator' variable.
3309
3310         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3311         mark state when moving articles.  Otherwise unticked articles will get
3312         their ticks back after moving.
3313
3314 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3315
3316         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3317
3318         * message.el (message-ignored-news-headers): Always remove
3319         X-Message-SMTP-Method to avoid information leakage if the user
3320         mistakenly inserts the header into news messages.
3321
3322         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3323
3324         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3325         right than four characters, this command would move point to
3326         `point-max'.  Don't do that.
3327
3328         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3329         to nil to allow re-selecting groups that gain articles.
3330         (gnus-bug-group-download-format-alist): Update the URL.
3331
3332 2012-12-23  Andreas Schwab  <schwab@suse.de>
3333
3334         * shr.el (shr-tag-em): Render em as italic, not bold.
3335
3336 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3337
3338         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3339         for reuse.
3340         (gnus-open-server): Use it to add more tracing.
3341         (gnus-finish-retrieve-group-infos): Add backend tracing.
3342         (gnus-backend-trace): Also note the elapsed seconds.
3343
3344 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3345
3346         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3347         Set epa-file-encrypt-to from variable to avoid querying.
3348
3349 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3350
3351         * sieve-mode.el (sieve-font-lock-keywords):
3352         Keywords should be word delimited.  (Bug#13173)
3353
3354 2012-12-13  Andreas Schwab  <schwab@suse.de>
3355
3356         * tls.el (tls-program): Update customize type.
3357
3358 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3361         instead of <pre> to align message header.
3362
3363 2012-12-12  Sam Steingold  <sds@gnu.org>
3364
3365         * gnus.el (gnus-other-frame-resume-function): Add user option.
3366         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3367
3368 2012-12-06  Sam Steingold  <sds@gnu.org>
3369
3370         * gnus-start.el (gnus-before-resume-hook): Add.
3371         (gnus-1): Run it when Gnus is alive.
3372
3373 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3376         * gnus-art.el (article-unsplit-urls)
3377         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3378         * gnus-registry.el (gnus-registry-get-article-marks)
3379         * message.el (message-goto-body): Use it.
3380         (message-called-interactively-p): Remove.
3381
3382         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3383         (spam-stat-score-buffer): Use it.
3384
3385         * spam.el: Silence the warnings against BBDB functions when compiling.
3386
3387         * gnus-score.el (gnus-score-decode-text-parts):
3388         Use append+mapcar instead of the cl function mapcan.
3389
3390 2012-12-05  Sam Steingold  <sds@gnu.org>
3391
3392         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3393         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3394         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3395
3396 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * gmm-utils.el (gmm-called-interactively-p): Revert.
3399         This seems to cause Emacs to get stuck!
3400         * gnus-art.el (article-unsplit-urls)
3401         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3402         * gnus-registry.el (gnus-registry-get-article-marks)
3403         * message.el (message-goto-body)
3404         (message-called-interactively-p): Revert.
3405
3406         * gmm-utils.el (gmm-called-interactively-p): New function.
3407         * gnus-art.el (article-unsplit-urls)
3408         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3409         * gnus-registry.el (gnus-registry-get-article-marks)
3410         * message.el (message-goto-body): Use it.
3411         (message-called-interactively-p): Remove.
3412
3413         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3414         * gnus-sync.el (gnus-sync-lesync-call)
3415         * message.el (message-read-from-minibuffer): Use it.
3416
3417 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * gmm-utils.el (gmm-flet): Remove.
3420         * gnus-sync.el (gnus-sync-lesync-call)
3421         * message.el (message-read-from-minibuffer): Don't use it.
3422
3423 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3424
3425         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3426
3427 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3430
3431         * gnus-sync.el (gnus-sync-lesync-call)
3432         * message.el (message-read-from-minibuffer): Use gmm-flet.
3433
3434         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3435
3436         * gnus-util.el (gnus-macroexpand-all): Remove.
3437
3438 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3439
3440         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3441         to TAB, not [tab].
3442         (gnus-summary-article-map): Likewise.
3443
3444         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3445         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3446
3447 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3448
3449         * time-date.el: Commentary fix.
3450
3451 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3452
3453         * color.el: Don't require cl.
3454         (color-complement): `caddr' -> `nth 2'.
3455
3456         * time-date.el (time-to-seconds): De-obsolete.
3457
3458 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3459
3460         * message.el (message-get-reply-headers):
3461         Make sure the reply goes to the author if it is a wide reply.
3462
3463 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3464
3465         * gnus-score.el (gnus-score-body):
3466         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3467         scoring by body.
3468
3469 2012-11-16  Glenn Morris  <rgm@gnu.org>
3470
3471         * gnus-diary.el (nndiary-request-create-group-functions)
3472         (nndiary-request-update-info-functions)
3473         (gnus-subscribe-newsgroup-functions)
3474         (nndiary-request-accept-article-functions):
3475         Use new names for hooks rather than obsolete aliases.
3476
3477 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3480
3481 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3484         in meta tag with the one the part specifies in its header.
3485
3486 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3487
3488         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3489         by default.
3490
3491 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3494         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3495
3496 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3499         and a runtime function for it, of which the XEmacs version takes only
3500         two arguments.
3501
3502 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3503
3504         * nndiary.el (nndiary-request-create-group-functions)
3505         (nndiary-request-update-info-functions)
3506         (nndiary-request-accept-article-functions):
3507         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3508         "-hooks" suffix.
3509
3510 2012-10-19  Julien Danjou  <julien@danjou.info>
3511
3512         * gnus-art.el: Require gnus-util because it uses
3513         `gnus-timer--function'.
3514
3515 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3516
3517         * starttls.el (starttls-extra-arguments): Doc fix.
3518
3519 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3520
3521         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3522         it.
3523
3524 2012-10-06  Glenn Morris  <rgm@gnu.org>
3525
3526         * gnus-notifications.el (gnus-notifications):
3527         Add missing group :version tag.
3528         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3529         (gnus-gcc-post-body-encode-hook):
3530         * gnus-sync.el (gnus-sync-lesync-name)
3531         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3532
3533 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3534
3535         * color.el (color-hsl-to-rgb): Fix incorrect results for
3536         small and large hue values.  (Bug#12559)
3537
3538 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         New UIDL implementation.
3541
3542         * mail-source.el (mail-sources, mail-source-keyword-map):
3543         Add :leave as a pop3 keyword.
3544         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3545
3546         * pop3.el (pop3-leave-mail-on-server): Allow number.
3547         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3548         (pop3-movemail): Add UIDL support.
3549         (pop3-send-streaming-command): Take a list of mail numbers instead of
3550         the number of mails.
3551         (pop3-write-to-file): Add X-UIDL header.
3552         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3553         (pop3-uidl-add-xheader): New functions.
3554
3555         * message.el (message-ignored-resent-headers):
3556         Add X-Content-Length and X-UIDL headers.
3557
3558 2012-10-05  Glenn Morris  <rgm@gnu.org>
3559
3560         * color.el (color-name-to-rgb, color-rgb-to-hex)
3561         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3562         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3563         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3564         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3565
3566 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3567
3568         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3569         a user about whether to delete temp files if once a user answered as n.
3570
3571 2012-09-25  Chong Yidong  <cyd@gnu.org>
3572
3573         * password-cache.el (password-read-and-add): Use a declare form to mark
3574         this function obsolete.
3575
3576 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3577
3578         * lpath.el: Bind mail-encode-mml for old Emacsen.
3579
3580 2012-09-17  Richard Stallman  <rms@gnu.org>
3581
3582         * message.el (message-in-body-p): Don't set mark or modify buffer.
3583
3584         * mml.el (mml-attach-file): Doc fix.
3585         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3586         Set mail-encode-mml when in Mail mode.
3587         Simplify code to set HEAD and move back to HEAD.
3588         (mml-insert-multipart, mml-insert-part):
3589         Set mail-encode-mml when in Mail mode.
3590
3591 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * gnus-util.el (gnus-timer--function): New function.
3594
3595         * gnus-art.el (gnus-article-stop-animations): Use it.
3596
3597 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3598
3599         Fix glitches caused by addition of psec to timers.
3600         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3601         rather than raw access to timer vector.
3602
3603 2012-09-11  Julien Danjou  <julien@danjou.info>
3604
3605         * gnus-notifications.el (gnus-notifications): Check for nil values in
3606         ignored addresses check.
3607
3608 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3609
3610         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3611
3612 2012-09-07  Chong Yidong  <cyd@gnu.org>
3613
3614         * gnus-util.el
3615         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3616
3617         * gnus-salt.el (gnus-tree-highlight-node):
3618         * gnus-sum.el (gnus-summary-highlight-line):
3619         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3620
3621 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3622
3623         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3624
3625 2012-09-06  Juri Linkov  <juri@jurta.org>
3626
3627         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3628         scheme for buffer names to be more consistent with other group and
3629         article buffer names in Gnus.
3630
3631 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3632
3633         * gnus-util.el
3634         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3635
3636         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3637         Jenkner.
3638
3639         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3640
3641         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3642
3643         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3644
3645 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3646
3647         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3648         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3649
3650         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3651         string-prefix-p in Emacs >=23.2.
3652
3653         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3654         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3655         instead of string-match-p.
3656         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3657
3658 2012-09-06  Kenichi Handa  <handa@gnu.org>
3659
3660         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3661         lowercase a..f.
3662
3663 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3664
3665         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3666
3667 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3668
3669         * nnimap.el (nnimap-request-move-article): Decode the group name when
3670         doing internal moves to avoid charset issues.
3671
3672         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3673         TIME is set.
3674
3675 2012-09-05  Juri Linkov  <juri@jurta.org>
3676
3677         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3678         than one group at a time (bug#11961).
3679
3680 2012-09-05  Julien Danjou  <julien@danjou.info>
3681
3682         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3683         this hide the real reason with a message giving absolutely no hint.
3684
3685 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3688         to the backend (bug#11804).
3689
3690         * message.el (message-insert-newsgroups): Don't insert newsgroup
3691         duplicates (bug#12275).
3692
3693 2012-09-05  John Wiegley  <johnw@newartisans.com>
3694
3695         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3696         sieve rules.
3697
3698 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3699
3700         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3701         function.
3702
3703         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3704
3705         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3706
3707 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3708
3709         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3710         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3711         This should make nnmaildir more usable with offlineimap.
3712
3713 2012-09-05  Julien Danjou  <julien@danjou.info>
3714
3715         * nnimap.el (nnimap-request-list): Revert change that made listing
3716         synchronous.
3717         (nnimap-get-responses): Restore.
3718
3719 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3720
3721         * dgnushack.el: XEmacs 21.5 compilation fix.
3722
3723         * gnus-notifications.el (gnus-notifications-notify): Use it.
3724
3725         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3726         warnings on XEmacs.
3727
3728 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3729
3730         Better seeds for (random).
3731         * gnus-sync.el (gnus-sync-lesync-setup):
3732         * message.el (message-canlock-generate, message-unique-id):
3733         Change (random t) to (random), now that the latter is more random.
3734
3735 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3736
3737         * nnimap.el (nnimap-change-group): Document result value
3738
3739         * auth-source.el (auth-sources): Fix macos keychain access.
3740
3741         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3742         allow the backend `request-head' function to determine the group
3743         name on its own.
3744         (gnus-request-expire-articles): Filter out negative article numbers
3745         during expiry (Bug#11980).
3746
3747         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3748         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3749
3750         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3751         you've found the article when you haven't.
3752
3753         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3754         that nnimap-change-group can return t.
3755
3756 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3757
3758         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3759
3760 2012-08-30  Julien Danjou  <julien@danjou.info>
3761
3762         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3763         `gnus-notifications-timeout'.
3764         (gnus-notifications-timeout): Add.
3765         (gnus-notifications-action): New function.
3766         (gnus-notifications-notify): Add :action using
3767         `gnus-notifications-action'.
3768         (gnus-notifications-id-to-msg): New variable.
3769         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3770         notifications id to messages.
3771
3772 2012-08-30  Kenichi Handa  <handa@gnu.org>
3773
3774         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3775         once.
3776
3777 2012-08-29  Julien Danjou  <julien@danjou.info>
3778
3779         * gnus-notifications.el: New file.
3780         (gnus-notifications-notify): New function.
3781         (gnus-notifications): Use `gnus-notifications-notify'.
3782
3783 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3784
3785         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3786         transfer encoding first; bind gnus-newsgroup-charset to the charset
3787         that the article specifies (Bug#12209).
3788
3789 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3792         (gnus-group-customize-done): Encode values posting-style holds.
3793
3794         * gnus-msg.el (gnus-summary-resend-message)
3795         (gnus-configure-posting-styles): Decode values posting-style group
3796         parameter holds.
3797
3798 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3799
3800         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3801         `name' and `address' in Resent-From header.
3802
3803 2012-08-14  Chong Yidong  <cyd@gnu.org>
3804
3805         * gnus-art.el (article-display-face): Handle failure in
3806         gnus-create-image (Bug#11802).
3807
3808 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3809
3810         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3811         Use defsetf.
3812
3813 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3814
3815         * auth-source.el (auth-source-plstore-search)
3816         (auth-source-secrets-search): Ignore :require and :type in search spec.
3817
3818 2012-08-06  Julien Danjou  <julien@danjou.info>
3819
3820         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3821         `nnimap-request-move-article'.
3822
3823         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3824         Remove autoload, already handled by gnus.el.
3825
3826         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3827
3828         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3829         supported by nnimap actually.  Reverts previous change.
3830
3831         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3832         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3833         to-buffer argument that is already supported.
3834
3835 2012-08-05  Julien Danjou  <julien@danjou.info>
3836
3837         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3838         Add autoload.
3839
3840 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * gnus.el (gnus-valid-select-methods): Fix custom type.
3843
3844 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3845
3846         * auth-source.el (auth-sources, auth-source-backend-parse)
3847         (auth-source-macos-keychain-search)
3848         (auth-source-macos-keychain-search-items)
3849         (auth-source-macos-keychain-result-append)
3850         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3851         auth-source.el through the /usr/bin/security utility.
3852         (auth-sources): Fix syntax error.
3853         (auth-source-macos-keychain-result-append): Fix variable name.
3854         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3855
3856 2012-07-27  Julien Danjou  <julien@danjou.info>
3857
3858         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3859         Emacs < 24.1
3860
3861 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * message.el (message-kill-address): Don't kill last newline.
3864         (message-skip-to-next-address): Don't move to the next header.
3865         (message-fill-field-address): Work properly.
3866
3867 2012-07-25  Julien Danjou  <julien@danjou.info>
3868
3869         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3870
3871 2012-07-24  Julien Danjou  <julien@danjou.info>
3872
3873         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3874
3875         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3876         (nntp-async-timer-handler): Remove, unused.
3877
3878         * nnimap.el (nnimap-get-responses): Remove, unused.
3879
3880         * nnheader.el (mail-header-set-extra): Remove, unused.
3881
3882         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3883         unused.
3884
3885         * mm-view.el (mm-view-sound-file): Remove, unused.
3886
3887         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3888         (mm-url-encode-multipart-form-data): Remove, unused.
3889
3890         * message.el (message-remove-signature, message-make-host-name)
3891         (message-fill-address): Remove, unused.
3892
3893         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3894         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3895         unused.
3896
3897         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3898         (gnus-xmas-call-region): Remove, unused.
3899
3900         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3901
3902         * gnus-util.el (gnus-extract-address-component-name)
3903         (gnus-extract-address-component-email, gnus-sortable-date)
3904         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3905         (gnus-process-live-p): Remove, unused.
3906
3907         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3908
3909         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3910         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3911         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3912         function.
3913
3914         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3915
3916         * gnus-score.el (gnus-summary-score-crossposting)
3917         (gnus-score-regexp-bad-p): Remove, unused.
3918
3919         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3920
3921         * gnus-range.el (gnus-sublist-p): Remove, unused.
3922
3923         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3924         unused.
3925
3926         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3927
3928         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3929         (gnus-request-associate-buffer): Remove, unused.
3930
3931         * gnus-group.el (gnus-group-set-method-info)
3932         (gnus-group-set-params-info): Remove, unused.
3933
3934         * gnus-fun.el (gnus-shell-command-to-string)
3935         (gnus-shell-command-on-region): Remove, unused.
3936
3937         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3938
3939         * gnus-art.el (gnus-article-text-type-exists-p)
3940         (article-translate-characters, gnus-article-hide-text-of-type)
3941         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3942         Remove, unused.
3943
3944 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3945
3946         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3947
3948 2012-07-21  Julien Danjou  <julien@danjou.info>
3949
3950         * message.el (message-dont-reply-to-names): Replace deprecated
3951         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3952         (message-get-reply-headers): Ditto.
3953
3954 2012-07-18  Julien Danjou  <julien@danjou.info>
3955
3956         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3957         `sieve-upload-and-kill'.
3958
3959         * sieve.el (sieve-bury-buffer): Remove function.
3960         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3961         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3962
3963 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3964
3965         * shr.el (shr-expand-url): Handle URL starting with `//'.
3966
3967 2012-07-13  Chong Yidong  <cyd@gnu.org>
3968
3969         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3970         instead of calling toggle-read-only with a (bogus) argument.
3971
3972 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3973
3974         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3975         of initial input when reading the author to restrict the summary to.
3976
3977 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3978
3979         * mm-decode.el (mm-shr):
3980         Allow overriding charset by mm-charset-override-alist.
3981
3982 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * gnus-art.el (gnus-article-view-part):
3985         Toggle subparts of multipart/alternative part.
3986
3987 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3988
3989         * shr.el (shr-render-buffer): New command.
3990         (shr-visit-file): Use it.
3991
3992 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3995         Set no-byte-compile and no-update-autoloads.
3996
3997 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3998
3999         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
4000
4001 2012-06-25  Julien Danjou  <julien@danjou.info>
4002
4003         * nnimap.el (nnimap-request-articles-find-limit): Rename from
4004         `nnimap-request-move-articles-find-limit' since we do not use it only
4005         for move operations.
4006         (nnimap-request-accept-article): Use
4007         `nnimap-request-articles-find-limit' to limit search by message-id.
4008
4009 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4010
4011         Support higher-resolution time stamps (Bug#9000).
4012
4013         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
4014         VARLIST.  It's optional, for backward compatibility.
4015         (encode-time-value): New optional arg PICO.  New type 3.
4016         (time-to-seconds) [!float-time]: Support the new picoseconds
4017         component if it's used.
4018         (seconds-to-time, time-subtract, time-add):
4019         Support ps-resolution time stamps as well.
4020
4021 2012-06-19  Julien Danjou  <julien@danjou.info>
4022
4023         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
4024
4025         * nnimap.el (nnimap-log-buffer): Check that
4026         `window-point-insertion-type' is boundp, since it's not available in
4027         XEmacs.
4028
4029 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4030
4031         * nnimap.el (nnimap-log-buffer): Add this, setting
4032         `window-point-insertion-type' in the buffer to t.
4033         (nnimap-log-command): Use nnimap-log-buffer.
4034
4035 2012-06-19  Julien Danjou  <julien@danjou.info>
4036
4037         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
4038         argument to be able to limit the search.
4039         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
4040         (nnimap-request-move-articles-find-limit): Add this to limit the search
4041         by Message-Id after a message move.
4042         (nnimap): Add defgroup.
4043
4044 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4045
4046         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
4047
4048 2012-06-15  Julien Danjou  <julien@danjou.info>
4049
4050         * nnimap.el (nnimap-find-article-by-message-id): Use
4051         `nnimap-possibly-change-group' rather than its own EXAMINE call.
4052         (nnimap-possibly-change-group): Add read-only argument.
4053         (nnimap-request-list): Use nnimap-possibly-change-group rather than
4054         issuing EXAMINE manually.
4055         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
4056         with read-only argument.
4057         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
4058         cannot possibly change because we need to be sure that it's either
4059         read-write or read-only.
4060
4061 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4062
4063         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4064         being bound to a lambda form.
4065
4066 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4067
4068         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4069         articles when fetch-old is non-nil (bug#11370).
4070
4071 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4072
4073         * gnus-picon.el (gnus-picon-properties): New defcustom.
4074         (gnus-picon-create-glyph): Use it.
4075
4076 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4077
4078         * gnus-group.el (gnus-group-get-new-news): Respect
4079         `gnus-group-use-permanent-levels', as documented (bug#11638).
4080
4081 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4082
4083         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4084         groups (bug#11641).
4085
4086 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4087
4088         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4089         is an integer to avoid later problems.
4090
4091 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092
4093         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4094         locales.
4095
4096         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4097         on a handle.
4098
4099         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4100         address as the default.
4101         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4102
4103         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4104         makes no sense to query the user about internal files.
4105
4106         * gnus-spec.el: Remove all the byte-compilation stuff, since
4107         benchmarking shows that it doesn't help when entering large summary
4108         buffers.
4109
4110         * gnus-xmas.el (gnus-xmas-define): Remove.
4111
4112         * gnus-util.el (gnus-byte-code): Remove.
4113
4114         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4115         grouplens stuff.
4116
4117 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4118
4119         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4120         (bug#11514).
4121
4122 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4123
4124         * message.el (message-buffers): Return all buffers derived from Message
4125         to make `gnus-dired-attach' work with mu4e.
4126
4127 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4128
4129         * nntp.el: Stop the `letf' madness.
4130         (nntp--report-1): New var.
4131         (nntp-report): Merge nntp-report-1 into it.
4132         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4133         the nntp-report function.
4134
4135         * auth-source.el: Fix comment-style to follow the convention.
4136
4137 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4138
4139         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4140         (mm-dissect-singlepart): Don't guess the MIME type of
4141         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4142         set.
4143         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4144         toplevel MIME type is multipart/encrypted.
4145
4146 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4149         a string so that Gcc works (bug#11514).
4150
4151 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4152
4153         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4154         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4155
4156 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4157
4158         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4159         jumping to *Server* from a dedicated *Group* window.
4160         (gnus-configure-frame): CSE.
4161
4162         * gnus-registry.el: Minor style cleanup.
4163         (gnus-registry--set/remove-mark): New function, extracted from
4164         gnus-registry-install-shortcuts.
4165         (gnus-registry-install-shortcuts): Use it.
4166
4167 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * nnspool.el (news-path): Use eval-and-compile.
4170
4171 2012-05-24  Glenn Morris  <rgm@gnu.org>
4172
4173         * nnspool.el (news-directory, news-path, news-inews-program):
4174         Move here from paths.el.  Don't see a need for these to be autoloaded.
4175
4176         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4177         Merge in doc from paths.el version.  Don't see any need for this to be
4178         autoloaded, or for the warning about users not setting it.
4179
4180 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4181
4182         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4183         format.  In particular, add an optional argument and a docstring.
4184
4185         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4186
4187         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4188         current before calling `gnus-groups-to-gnus-format'.
4189         Note that this was already the case for `gnus-active-to-gnus-format'.
4190
4191 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4192
4193         Fix minor Y10k bug.
4194         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4195
4196 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4197
4198         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4199         message once it's actually open.
4200
4201 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4202
4203         * gnus.el: Ma Gnus v0.5 is released.
4204
4205 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4206
4207         * auth-source.el (auth-source--aput-1, auth-source--aput)
4208         (auth-source--aget): New functions and macros.
4209         Use them instead of aput/aget.
4210
4211 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4212
4213         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4214
4215 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4216
4217         * plstore.el (plstore-called-interactively-p): New compat macro copied
4218         from message.el.
4219         (plstore-mode): Use it.
4220
4221 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4222
4223         * plstore.el: Revive the editing feature.
4224         (plstore-mode): New mode to edit plstore file.
4225         (plstore-mode-toggle-display, plstore-mode-original)
4226         (plstore-mode-decoded): New command.
4227         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4228         (plstore--insert-buffer, plstore--make): New function.
4229         (plstore-open, plstore-save): Simplify by using them.
4230
4231 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4234
4235 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4236
4237         * tls.el (open-tls-stream): Remove unused binding.
4238
4239 2012-04-16  Glenn Morris  <rgm@gnu.org>
4240
4241         * nndraft.el (nndraft-request-list): Fix declaration.
4242
4243 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4244
4245         * mm-decode.el (mm-dissect-buffer): Doc fix.
4246
4247         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4248         don't have a current group.
4249
4250         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4251         buffer if it doesn't exist.
4252
4253         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4254         given, mark the group as ephemeral with the current window conf.
4255
4256         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4257         buffer exists, which it doesn't if we haven't started Gnus.
4258         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4259
4260 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4261
4262         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4263         type is.
4264
4265         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4266         `unexists' entries.
4267         (gnus-clean-old-newsrc): Fix last checkin.
4268
4269         * nnimap.el (nnimap-update-info): None of the articles below the active
4270         low-water mark exist.
4271
4272         * dgnushack.el: Get rid of XEmacs compilation warning.
4273
4274         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4275         would have gotten if we posted to the group, and use that to compare
4276         against the message we want to cancel (bug#10808).
4277
4278         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4279         on XEmacs.
4280
4281 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4282
4283         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4284         `scroll-margin'.
4285
4286 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4287
4288         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4289         citation prefix within a block of cited text should be considered part
4290         of that block *only* if it is a blank line.
4291
4292 2012-04-09  Chong Yidong  <cyd@gnu.org>
4293
4294         * binhex.el, hashcash.el, uudecode.el:
4295         Remove * characters from the front of variable docstrings.
4296
4297 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4300         before kinsoku-bol characters nor within kinsoku-eol characters.
4301
4302 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4305         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4306         (gnus-sync-read): Use mapc instead of mapcar.
4307
4308         * mm-archive.el: Require mm-decode for some macros.
4309         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4310         the byte compiler.
4311         (mm-archive-decoders): New function that returns the value of
4312         the mm-archive-decoders variable.
4313
4314         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4315         instead.
4316         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4317
4318         * nnimap.el (gnus-refer-thread-use-nnir):
4319         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4320
4321 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322
4323         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4324
4325 2012-03-12  Peter Münster  <pmrb@free.fr>
4326
4327         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4328         (gnus-demon-cancel): Ditto.
4329         (gnus-demon-run-callback): When function cannot be called due to low
4330         idleness, call it when idleness reaches the expected value, instead of
4331         waiting another timer period.
4332         (gnus-demon-init): Add `time' to arguments of call-back.
4333
4334 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4337
4338         * gnus.el: Register gnus-registry functions.
4339
4340         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4341         indent.
4342
4343         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4344         enabled before warping.
4345
4346 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4347
4348         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4349         registry about each article retrieved.
4350
4351         * gnus-int.el (gnus-select-group-with-message-id): New function.
4352         (gnus-try-warping-via-registry): Ditto.
4353         (gnus-warp-to-article): Fall back on the registry.
4354
4355 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4356
4357         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4358         inboxes.
4359
4360 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4363
4364 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4365
4366         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4367         gnus-gcc-self-resent-messages may be a group parameter.
4368         (gnus-summary-resend-message): Don't encode encoded words in header
4369         when Gcc'ing resent message.
4370
4371 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4372
4373         * shr.el (shr-insert): Treat non-breaking space just like normal
4374         space.  This seems to produce more pleasing results.
4375         (shr-insert): Only insert a blank line if we're starting from an image.
4376         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4377         (shr-ensure-paragraph): Consider lines with white space to be blank.
4378
4379 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4380
4381         * Makefile.in: Respect DESTDIR.
4382
4383 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4384
4385         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4386         and gnus-gcc-post-body-encode-hook.
4387
4388 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4389
4390         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4391         messages that don't exist.
4392
4393         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4394
4395 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4398         Remove.
4399
4400         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4401
4402         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4403
4404 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4405
4406         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4407         have a group name.
4408
4409         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4410         a multibyte buffer (bug#7410).
4411         (article-wash-html): Parse the original article buffer to get the
4412         unencoded data (bug#7410).
4413
4414         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4415         .newsrc.el files.
4416
4417 2012-04-05  Bastien Guerry  <bzg@altern.org>
4418
4419         * color.el (color-lighten-name): Fix typo.
4420
4421 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4422
4423         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4424         "#" to avoid having them interpreted as comments.
4425
4426 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4427
4428         * shr.el (shr-insert): Update the text state properly to avoid
4429         inserting spurious paragraph starts.
4430
4431 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4432
4433         * shr.el (shr-table-widths): Divide the extra width more fairly over
4434         the TDs (bug#10973).
4435         (shr-render-td): Don't delete too much padding.
4436         (shr-natural-width): Compute the natural width more correctly.
4437         (shr-insert): Allow the natural width to be computed for tables again.
4438         (shr-tag-table-1): Rework how the natural widths are computed by
4439         rendering the table a third time.
4440         (shr-natural-width): Removed.
4441         (shr-buffer-width): New function.
4442         (shr-expand-newlines): Use it.
4443
4444         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4445         using a `gnus-use-full-window' setup (bug#11013).
4446
4447 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4448
4449         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4450         24.1 release.
4451
4452 2012-03-10  David Edmondson  <dme@dme.org>
4453
4454         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4455         'Forwarded Message' header and the start of the message.
4456
4457 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4458
4459         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4460         isn't running (bug#10897).
4461
4462 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4463
4464         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4465         This is inconsistent with all the other stream functions, which leave
4466         the setting up to the higher levels (if so wanted) (bug#10931).
4467
4468 2012-02-28  Glenn Morris  <rgm@gnu.org>
4469
4470         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4471         mm-decode.el: Standardize possessive apostrophe usage.
4472
4473 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4474
4475         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4476
4477 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4478
4479         * parse-time.el (parse-time-string): Allow extractor to return nil.
4480
4481 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4484
4485 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4486
4487         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4488
4489 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4490
4491         * mm-decode.el (mm-shr): Remove "soft hyphens".
4492
4493         * nnimap.el (nnimap-request-list): Return the group names encoded as
4494         utf8.  Otherwise non-European group names don't work.
4495         (nnimap-request-newgroups): Ditto.
4496
4497         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4498         the default in `read-string' (bug#10757).
4499
4500         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4501         topics (bug#10843).
4502
4503         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4504         buffer.  Suggested by Herbert Valerio Riedel.
4505         (nnimap-request-move-article): Delete the message from the correct IMAP
4506         server.
4507
4508 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4509
4510         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4511         Reported by Peter Münster.
4512
4513 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4514
4515         * shr.el (shr-image-fetched): Make sure we really kill the right
4516         buffer.
4517
4518 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4519
4520         * gnus-start.el (gnus-1): Avoid duplicate entries.
4521
4522 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4523
4524         * imap.el: Remove.
4525
4526         * nntp.el (nntp-coding-system-for-read): Remove.
4527         (nntp-coding-system-for-write): Ditto.
4528         (nntp-open-connection): Just use `binary' directly.
4529
4530         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4531         Gnus 0.3.
4532
4533 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4534
4535         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4536         application/octet-stream parts really is.
4537
4538         * gnus-sum.el (gnus-propagate-marks): Remove.
4539
4540 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4541
4542         * shr.el (shr-rescale-image): Undo previous change; see
4543         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4544
4545 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4546
4547         * gnus.el: Ma Gnus v0.3 is released.
4548
4549 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4550
4551         * gnus-sum.el (gnus-summary-local-variables): Make
4552         `gnus-newsgroup-unexist' into a local variable.
4553
4554 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4555
4556         * registry.el (registry-usage-test, registry-persistence-test): Move to
4557         tests/gnustest-registry.el.
4558         (registry-make-testable-db, registry-match-test)
4559         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4560
4561         * gnus-registry.el (gnus-registry-misc-test)
4562         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4563
4564         * tests/gnustest-registry.el: New file with the registry and
4565         gnus-registry ERT tests.
4566
4567 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * gnus-msg.el (gnus-summary-resend-message): Make
4570         gnus-summary-resend-message-insert-gcc be last item in
4571         message-header-setup-hook.
4572
4573 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4574
4575         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4576         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4577         Remove.
4578         (nnfolder-open-server): Don't use marks.
4579         (nnfolder-request-delete-group): Ditto.
4580         (nnfolder-request-rename-group): Ditto.
4581         (nnfolder-request-set-mark, nnfolder-request-marks)
4582         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4583         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4584
4585         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4586         (nnml-marks-modtime): Remove.
4587         (nnml-request-delete-group): Don't use marks.
4588         (nnml-request-rename-group): Ditto.
4589         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4590         (nnml-save-marks, nnml-open-marks): Remove.
4591
4592         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4593         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4594         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4595         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4596         (nntp-server-to-method-cache): Remove.
4597
4598         * shr.el (shr-rescale-image): Fix wrong merge.
4599
4600 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4601
4602         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4603         too-wide lines.
4604
4605 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4606
4607         * nnimap.el (nnimap-record-commands): New variable.
4608         (nnimap-log-command): Use it.
4609         (nnimap-make-process-buffer): Add a space to the process buffer.
4610         (nnimap-transform-headers): Don't bug out on header lines containing
4611         stuff that look like IMAP length encodings.
4612
4613         * shr.el (shr-rescale-image): Allow viewing large images.
4614
4615 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4616
4617         * nnml.el (nnml-request-compact-group): Delete the marks file after
4618         compaction (bug#10800).
4619
4620         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4621         group exit.
4622
4623         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4624         QRESYNC/FETCH output.
4625
4626 2012-02-11  Glenn Morris  <rgm@gnu.org>
4627
4628         * sieve-manage.el (sieve-manage-default-stream):
4629         * shr.el (shr):
4630         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4631         (nnir-retrieve-headers-override-function)
4632         (nnir-imap-default-search-key, nnir-notmuch-program)
4633         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4634         (nnir-method-default-engines):
4635         * message.el (message-cite-reply-position):
4636         * gssapi.el (gssapi-program):
4637         * gravatar.el (gravatar):
4638         * gnus-sum.el (gnus-refer-thread-use-nnir):
4639         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4640         (gnus-registry-max-pruned-entries):
4641         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4642         * gnus-int.el (gnus-after-set-mark-hook)
4643         (gnus-before-update-mark-hook):
4644         * gnus-async.el (gnus-async-post-fetch-function):
4645         * auth-source.el (auth-source-cache-expiry):
4646         Add missing :version tags to new defcustoms and defgroups.
4647
4648 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4649
4650         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4651         `gnus-newsgroup-unexist'.
4652
4653         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4654         marks.
4655         (gnus-article-special-mark-lists): Put the `unexist' in the special
4656         marks list instead.
4657
4658         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4659         articles in the list of articles to be selected.
4660
4661         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4662         articles.
4663         (nnimap-update-info): Keep track of unexisting articles.
4664         (nnimap-update-qresync-info): Ditto.
4665
4666 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4667
4668         * message.el (message-default-send-mail-function): Made into own
4669         function for reuse by emacsbug.el.
4670
4671 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4672
4673         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4674         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4675
4676 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4677
4678         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4679         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4680
4681         * gnus-compat.el: Define `timer-set-function'.
4682
4683         * mm-decode.el (mm-display-external): Output the text from the command
4684         in the buffer after the command finished.  This makes text-based
4685         commands behave better.
4686
4687 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4688
4689         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4690
4691 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4692
4693         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4694         23.1.
4695
4696 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4699
4700 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4701
4702         * message.el (smtpmail-smtp-user): Silence compiler warning.
4703
4704 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4705
4706         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4707         SMTP user name.
4708
4709 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * gnus-sum.el (gnus-summary-show-thread):
4712         next-single-char-property-change may return nil in XEmacs.
4713         (gnus-summary-article-map): Fix typo.
4714
4715 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4716
4717         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4718         running.
4719
4720         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4721
4722         * gnus.el (gnus-server-extend-method): Don't add an -address component
4723         if the method already has one (bug#9676).
4724
4725 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4726
4727         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4728         of an initial-input for consistency (bug#10757).
4729
4730         * dgnushack.el: Fix XEmacs compilation warning.
4731
4732         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4733
4734         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4735
4736 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4737
4738         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4739         lines that are narrower than the window width.  Otherwise background
4740         "blocks" will look less readable.
4741
4742 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4743
4744         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4745         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4746         have newlines within the strings, and where the UID comes after the
4747         BODYSTRUCTURE element (bug#10537).
4748
4749         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4750         (bug#10732).
4751
4752         * shr.el (shr-insert-document): Add doc string.
4753         (shr-visit-file): Ditto.
4754         (shr-remove-trailing-whitespace): New function.
4755         (shr-insert-document): Use it to clean up trailing whitespace as the
4756         final step (bug#10714).
4757
4758 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4759
4760         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4761         buffer if `gnus-kill-summary-on-exit' is nil.
4762
4763 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4764
4765         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4766         when just reading a single group from "without" Gnus.
4767
4768 2012-02-06  Chong Yidong  <cyd@gnu.org>
4769
4770         * gnus-sum.el (gnus-summary-show-thread):
4771         next-single-char-property-change never returns nil (Bug#8657).
4772
4773 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4774
4775         * message.el (message-multi-smtp-send-mail): New function.
4776         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4777         header to implement multi-SMTP functionality.
4778
4779         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4780         (gnus-agentize): Don't set it.
4781         (gnus-agent-send-mail): Don't use it.
4782
4783         * gnus-sum.el (gnus-summary-widget-backward): New function and
4784         keystroke.
4785
4786         * gnus-compat.el: More the compat functions more compatible.
4787
4788         * shr.el (shr-put-image): Remove underlines from sliced images.
4789         (shr-zoom-image): Compute the region to be replaced more correctly.
4790
4791 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4794         (gnus-summary-resend-message-insert-gcc): New function.
4795         (gnus-summary-resend-message): Modify message-header-setup-hook and
4796         message-sent-hook to make it work for Gcc.
4797         (gnus-inews-do-gcc): Update the number of unread articles of groups
4798         that messages are Gcc'd to.
4799
4800         * message.el (message-resend): Run message-sent-hook to do Gcc.
4801
4802 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4803
4804         * lpath.el: Fix an XEmacs compilation warning.
4805
4806         * gnus-compat.el: Require `help-fns' to fix compilation error.
4807
4808         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4809         a higher level to silence compilation.
4810
4811         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4812         parameter to allow controlling the scaling.
4813
4814         * shr.el (shr-zoom-image): New command and keystroke.
4815         (shr-put-image): Take a `size' flag to say how to scale the image.
4816
4817         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4818         deletion unless already defined.
4819
4820         * gnus.el (gnus-compat): Require it.
4821
4822         * gnus-compat.el: New file.
4823
4824         * gnus-start.el (gnus-clean-old-newsrc): New function.
4825         (gnus-read-newsrc-file): Use it.
4826
4827         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4828         Use recursive deletion.
4829         (mm-dissect-archive): Add support for zip files.
4830
4831         * gnus-util.el (gnus-recursive-directory-files): New function.
4832
4833         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4834         (mm-archive-decoders): Add tgz support.
4835
4836         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4837         Otherwise inserting text into the Gnus buffer can look odd.
4838
4839         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4840
4841         * mm-archive.el (mm-archive-decoders): Add support for tar.
4842
4843         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4844
4845         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4846
4847 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4848
4849         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4850
4851         * mm-archive.el: New file.
4852
4853         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4854
4855         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4856
4857         * message.el (message-goto-*): Make all the `message-goto-*' commands
4858         push the mark before moving point.  This makes it easier to go back to
4859         where you came from after editing whatever you jumped to.
4860
4861 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4862
4863         * gnus.el: Ma Gnus v0.1 is released.
4864
4865 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4866
4867         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4868         without reconnecting.
4869         (nnimap-possibly-change-group): Ditto.
4870         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4871         connection has died before being called.
4872
4873 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4874
4875         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4876         an initial sync unless we're really doing one.
4877
4878         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4879         address parameter if one already exists (bug#9676).
4880
4881         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4882         not the prefix, as documented (bug#10689).
4883
4884 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4885
4886         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4887         the "server".
4888
4889         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4890         the real error message with the useless "previously known to be down".
4891         Which isn't even correct.
4892
4893         * nntp.el (nntp-open-connection): Report the error message if the nntp
4894         server can't be reached.
4895
4896         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4897         groups we do a total scan for.
4898         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4899         doing that.
4900
4901 2012-01-31  Jim Meyering  <jim@meyering.net>
4902
4903         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4904         Correct a comment (insert "not") and hide nominally-doubled "to".
4905
4906 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4907
4908         * gnus.el (gnus-version): Change name to "Ma Gnus".
4909
4910 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4911
4912         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4913         section in the manual.
4914
4915 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4916
4917         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4918         words.
4919         (rfc2047-encode-string): Ditto.
4920         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4921         understand folded filename="..." parameters, for instance.
4922
4923         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4924         the message for greater debuggability.
4925
4926 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4927
4928         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4929         instead of setting it locally, since the latter doesn't seem to have
4930         any effect (most of the time).
4931
4932 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4933
4934         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4935         function call.
4936
4937 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4938
4939         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4940         seconds, and make the repeat clause with HH:MM specs work as
4941         documented.
4942
4943 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4944
4945         * proto-stream.el (proto-stream-capability-open): Fall back on
4946         :end-of-command if :end-of-capability doesn't exist.
4947
4948 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4951         bound globally in old Emacsen and XEmacsen.
4952
4953 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4954
4955         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4956         so that previous errors don't prohibit getting new news.
4957
4958         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4959
4960         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4961
4962 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4963
4964         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4965         buffer, not of the string which is its name.
4966
4967 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4968
4969         * proto-stream.el (proto-stream-capability-open): Wait for
4970         :end-of-capability, not :end-of-command.
4971
4972         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4973         non-server-marks groups.
4974         (gnus-group-make-articles-read): Ditto.
4975
4976         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4977         methods (bug#9676).
4978
4979         * gnus.el (gnus-method-ephemeral-p): New function.
4980
4981 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4984         left-to-right.
4985
4986 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4987
4988         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4989         warning.
4990
4991 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4992
4993         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4994         macroexpand the nnir things, since they haven't been defined yet, and
4995         nnir requires gnus-sum.
4996
4997 2012-01-24  Julien Danjou  <julien@danjou.info>
4998
4999         * color.el (color-rgb-to-hsl): Fix value computing.
5000         (color-hue-to-rgb): New function.
5001         (color-hsl-to-rgb): New function.
5002         (color-clamp, color-saturate-hsl, color-saturate-name)
5003         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5004         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5005
5006 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5007
5008         * mm-decode.el (mm-interactively-view-part): Fix prompt.
5009
5010 2012-01-19  Julien Danjou  <julien@danjou.info>
5011
5012         * color.el (color-name-to-rgb): Use the white color to find the max
5013         color component value and return correctly computed values.
5014         (color-name-to-rgb): Add missing float conversion for max value.
5015
5016 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5017
5018         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
5019         logical server name in addition to the actual machine address.
5020
5021         * auth-source.el (auth-source-user-and-password): Add convenience
5022         wrapper to search by just host and optionally user.
5023
5024 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5025
5026         * shr.el (shr-visit-file): Move point to the beginning of the buffer
5027         after rendering.
5028
5029 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5030
5031         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
5032         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
5033         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
5034
5035 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5036
5037         * gnus-sum.el (gnus-summary-read-group): Document more parameters
5038         (bug#9693).
5039         (gnus-summary-setup-buffer): Document return value (bug#9697).
5040
5041         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
5042         since ido doesn't work on symbols (bug#9632).
5043
5044         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
5045         when getting a single value as when getting all the values.  This means
5046         that atoms like `gcc-self' work cumulatively, like variable settings,
5047         instead of getting the value from the last matching clause.
5048         (gnus-group-find-parameter): Protect against the group buffer not
5049         existing (bug#9585).
5050
5051 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052
5053         * gnus-start.el (gnus-activate-group): Document more parameters
5054         (bug#9694).
5055
5056         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
5057         (bug#9692).
5058
5059         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5060         article was fetched, so that it can be expired later (bug#9958).
5061         (gnus-agent-summary-fetch-series): Add doc string.
5062         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5063         (bug#9517).
5064
5065         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5066         retrieval is happening.
5067
5068         * gnus.el (gnus-parameters): Doc fix.
5069
5070 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5071
5072         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5073         show the thread after expansion.
5074
5075 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5076
5077         * gnus-art.el (article-narrow-to-head): If the head is completely
5078         empty, narrow to the empty region (bug#9764).
5079
5080         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5081         read, and then mark them as unread only when the unread mark is used.
5082         This makes `C-- T k' actually work, even though it's confusing.
5083
5084         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5085         alive before we try to find its window.
5086
5087 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5088
5089         * mm-decode.el (mm-display-external): Use a longer timeout for the
5090         deletion to allow slow programs to display the file.
5091
5092 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5093
5094         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5095         prompt to be less confusing.
5096
5097         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5098         argument to `message-reply'.  This broke `special-display-*' frame
5099         pop-uping (bug#10238).
5100
5101 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5102
5103         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5104         systems, since these allegedly don't work there.
5105
5106 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5107
5108         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5109         live buffer.
5110
5111 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * nnir.el (nnir-retrieve-headers): Protect against the article not
5114         existing on the server (bug#10335).
5115
5116 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5117
5118         * gnus-agent.el (gnus-agent-load-local): Recompute
5119         gnus-agent-article-local on changing method.
5120
5121 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5122
5123         * gnus.el (gnus-parameters): Note precedence.
5124
5125 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5126
5127         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5128         in the group buffer.
5129
5130 2012-01-04  Julien Danjou  <julien@danjou.info>
5131
5132         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5133         change.
5134
5135 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5136
5137         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5138         too.
5139
5140         * nntp.el (nntp-retrieve-group-data-early): Use it.
5141
5142 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5143
5144         * nntp.el (nntp-retrieval-in-progress): New variable.
5145         (nntp-make-process-buffer): Make it buffer-local.
5146
5147         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5148         2010.
5149         (gnus-demon-init): Use it to compute the time if time is on the form
5150         "04:23".
5151
5152         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5153
5154         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5155         status in the correct buffer.
5156
5157 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5158
5159         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5160         when opening topics (bug#10407).
5161
5162 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5163
5164         * gnus-cus.el (gnus-score-customize):
5165         * gnus-sum.el (gnus-sort-gathered-threads):
5166         * message.el (message-shorten-references):
5167         * nnmairix.el (nnmairix-request-group):
5168         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5169
5170 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5171
5172         * gnus-agent.el (gnus-agent-regenerate-group):
5173         * gnus-int.el (gnus-retrieve-group-data-early):
5174         * mm-util.el (mm-codepage-ibm-list):
5175         * nndiary.el (Commentary, nndiary-get-new-mail):
5176         * nnir.el (nnir):
5177         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5178
5179 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * mm-view.el (mm-display-inline-fontify): Add comment.
5182
5183 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5184
5185         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5186         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5187
5188 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5189
5190         * gnus-art.el (gnus-split-methods):
5191         * gnus-msg.el (gnus-configure-posting-styles):
5192         * gnus-spec.el (gnus-parse-simple-format):
5193         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5194         * message.el (message-do-actions): Spelling fix.
5195
5196 2011-12-15  Juri Linkov  <juri@jurta.org>
5197
5198         * mm-decode.el (mm-inline-media-tests): Add missing
5199         `mm-handle-media-subtype'.
5200
5201 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5202
5203         * gnus-group.el (gnus-group-tool-bar):
5204         * gnus-sum.el (gnus-summary-tool-bar):
5205         * message.el (message-tool-bar):
5206         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5207
5208 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5209
5210         * plstore.el (plstore--insert-buffer): Spelling fix.
5211
5212 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5213
5214         * message.el (message-valid-fqdn-regexp): Update with newly approved
5215         top-level domain names ".tel" and ".asia".
5216
5217 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5220         unconditionally.
5221
5222 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5225         pop-to-buffer-same-window for old Emacsen.
5226
5227 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5228
5229         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5230
5231 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5232
5233         * netrc.el (netrc-credentials): Spelling fix.
5234
5235 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5236
5237         * gnus-fun.el (gnus-fun-ppm-change-string):
5238         * gnus-msg.el (gnus-inews-do-gcc):
5239         * gnus-sum.el (gnus-summary-find-for-reselect):
5240         * gnus.el (gnus-summary-cancelled):
5241         * message.el (message-cancel-hook, message-send-news):
5242         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5243         * nnir.el (nnir-run-hyrex):
5244         * nntp.el (nntp-with-open-group-function):
5245         * pgg.el (pgg-pending-timers): Spelling fix.
5246
5247 2011-12-04  Chong Yidong  <cyd@gnu.org>
5248
5249         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5250         change (Bug#10200).
5251
5252 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * compface.el (uncompface):
5255         * gnus-art.el (gnus-article-x-face-command): Update the header format
5256         of icon data for the most recent icontopbm program.
5257
5258 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * gnus-msg.el (gnus-inews-do-gcc):
5261         * message.el (message-send-mail):
5262         * mml.el (mml-generate-mime): Share the value of the buffer-local
5263         `message-options' variable between a draft buffer and temprary working
5264         buffers.
5265
5266 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5267
5268         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5269
5270 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5271
5272         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5273         for Cygwin.
5274
5275 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5276
5277         * gnus-group.el (gnus-group-prepare-flat):
5278         * mm-bodies.el (mm-encode-body):
5279         * mml.el (mml-preview):
5280         * nnml.el (nnml-request-compact-group):
5281         * pop3.el (pop3-stream-type): Spelling fix.
5282
5283 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5284
5285         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5286
5287 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5288
5289         * color.el (color-rgb-to-hsl):
5290         * gmm-utils.el (gmm-tool-bar-style):
5291         * gnus-group.el (gnus-group-prepare-flat):
5292         * gnus-topic.el (gnus-topic-prepare-topic):
5293         * mm-decode.el (mm-discouraged-alternatives):
5294         * rfc2047.el (rfc2047-encode-1):
5295         * starttls.el: Spelling fix.
5296
5297 2011-11-24  Glenn Morris  <rgm@gnu.org>
5298
5299         * binhex.el (binhex-begin-line): Give it basic doc-string.
5300
5301         * starttls.el, tls.el: Fix case of "GnuTLS".
5302
5303 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5304
5305         * gnus-group.el (gnus-group-highlight): Fix typo.
5306
5307 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5308
5309         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5310         value of `delete-file', that returns nil for a local file but returns t
5311         for a remote file using ssh.
5312
5313 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5314
5315         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5316
5317 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5318
5319         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5320         avoid later breakage.
5321
5322 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5325         article buffers' name.
5326
5327 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5328
5329         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5330         by Paul Eggert's spellfixes two days ago.
5331
5332 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5333
5334         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5335         doesn't have it.
5336
5337         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5338         buffer-local instead of binding them to avoid warnings.  Also demote
5339         errors (bug#10063).
5340         (font-lock-mode-hook): Shut up byte compiler.
5341
5342 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5343
5344         * mm-util.el (mm-charset-after):
5345         * nnir.el (nnir-run-hyrex):
5346         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5347         (ntlm-get-password-hashes, ntlm-md4hash):
5348         * smime.el: Fix typo.
5349
5350 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5351
5352         * gnus-agent.el (gnus-agent-expire-group-1):
5353         * nndiary.el (nndiary-last-occurence):
5354         * nnimap.el (nnimap-request-set-mark):
5355         * nnmairix.el (nnmairix-only-use-registry):
5356         * gnus-group.el (gnus-group-prepare-flat):
5357         * gnus-sum.el (gnus-decode-encoded-word-methods):
5358         * message.el (message-wash-subject):
5359         * nntp.el (nntp-retrieve-headers-with-xover):
5360         * smime.el (smime-certificate-directory): Spelling fix.
5361
5362 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5363
5364         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5365
5366         * color.el:
5367         * gnus-agent.el (gnus-agent-possibly-alter-active):
5368         * gnus-dired.el (gnus-dired-print):
5369         * mail-parse.el:
5370         * nnmairix.el (nnmairix-request-group):
5371         * shr.el (shr-image-displayer):
5372         * sieve-manage.el:
5373         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5374
5375 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5376
5377         * gnus-sum.el (gnus-auto-select-subject):
5378         * spam-report.el (spam-report-resend): Spelling fix.
5379
5380 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5381
5382         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5383         * gnus-art.el (gnus-default-article-saver):
5384         * gnus-srvr.el (gnus-server-copy-server):
5385         * gnus.el (gnus-sloppily-equal-method-parameters):
5386         * html2text.el (html2text-format-tag-list):
5387         * message.el (message-narrow-to-head):
5388         * nndiary.el:
5389         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5390         * sieve.el: Spelling fix.
5391
5392 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5393
5394         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5395         * gnus-sum.el (gnus-summary-make-menu-bar):
5396         * gnus-uu.el (gnus-uu-decode-postscript)
5397         (gnus-uu-decode-postscript-and-save):
5398         * mailcap.el (mailcap-print-command):
5399         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5400         Fix typos.
5401
5402 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5403
5404         * gnus-art.el (gnus-article-part-wrapper):
5405         * html2text.el (html2text-fix-paragraphs):
5406         * mm-decode.el (mm-image-fit-p):
5407         * rfc2047.el (rfc2047-encode-message-header):
5408         * shr-color.el (shr-color-visible-distance-min)
5409         (shr-color-relative-to-absolute, set-minimum-interval)
5410         (shr-color-visible): Fix typos.
5411
5412 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5413
5414         * gmm-utils.el (gmm-tool-bar-item):
5415         * gnus-art.el (gnus-treat-body-boundary):
5416         * gnus-diary.el (gnus-user-format-function-d):
5417         * gnus-start.el (gnus-get-unread-articles):
5418         * pgg-gpg.el (pgg-gpg-update-agent):
5419         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5420
5421 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5422
5423         * gnus-topic.el (gnus-group-prepare-topics):
5424         * gnus-uu.el (gnus-extract-view):
5425         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5426
5427 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5428
5429         * spam.el: Move BBDB autoloads.
5430         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5431         BBDB 2 and 3.
5432         (spam-check-BBDB): Use it.
5433         (spam-enter-ham-BBDB): Use it.
5434
5435 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5436
5437         * smime.el (smime-draw-buffer): Spelling fix.
5438
5439 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5440
5441         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5442         for scanning exactly one level.
5443         * gnus-start.el (gnus-get-unread-articles): Ditto.
5444
5445 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446
5447         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5448         slightly clearer.
5449
5450 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5451
5452         * gnus-sync.el: More commentary about setup.
5453
5454 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5455
5456         * message.el (message-send-and-exit): Document `arg'.
5457
5458 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5459
5460         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5461
5462 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5463
5464         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5465
5466         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5467         we don't use `bound-and-true-p'.
5468
5469 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5470
5471         * gnus-util.el (gnus-bound-and-true-p): Remove.
5472         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5473         * nnir.el: Use it.
5474         * nnmairix.el: Use it.
5475
5476 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5477
5478         * gnus-sync.el: Improve docs about CouchDB admins.
5479
5480         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5481         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5482         for reasons unknown.
5483         * nnir.el: Use it.
5484         * nnmairix.el: Use it.
5485
5486         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5487         * nnir.el: Ditto.
5488         * nnmairix.el: Ditto.
5489
5490         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5491
5492 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5493
5494         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5495         not needed.  Provide xmlplistread list function to produce XML plist
5496         output for non-Gnus LeSync clients.
5497
5498 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5499
5500         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5501
5502         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5503         and save against it.  Group subscriptions, read marks, other marks,
5504         subscription levels, topic names, and topic offsets (the group's
5505         position within the topic) are saved.  This is an experimental backend
5506         and may change significantly.  Load json.el from the gnus-fallback-lib
5507         if it's not available otherwise.
5508         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5509
5510 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5511
5512         * message.el (message-completion-function): Make sure
5513         message-tab-body-function is not attempted if one of
5514         message-completion-alist fails to find a completion (bug#9158).
5515
5516 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5517
5518         * mml.el (mml-quote-region): Quote <#secure> tag.
5519         (mml-generate-mime-1): Unquote <#secure> tag.
5520
5521 2011-10-20  Chong Yidong  <cyd@gnu.org>
5522
5523         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5524         calling a minor mode from Lisp with nil arg enables it, so we have to
5525         make the wording a bit ambiguous here).
5526
5527 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5528
5529         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5530         * nnir.el (nnir-mode): Use it.
5531         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5532         Use it.
5533
5534         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5535         * nnmairix.el (gnus-registry-enabled): Ditto.
5536
5537 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5538
5539         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5540         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5541         only while we need to find out if it should be t or nil.
5542         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5543         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5544         the registry is installed.  Set it to nil when it's unloaded.
5545         (gnus-registry-install-p): Provide user guidance for the initial value
5546         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5547         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5548         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5549         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5550         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5551         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5552         `gnus-registry-install'.
5553
5554 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5555
5556         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5557         previous change.
5558         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5559         primary key is marked as disabled.
5560
5561 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5562
5563         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5564         primary key is marked as disabled.
5565
5566 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5567
5568         * html2text.el (html2text-clean-anchor): Check for quotes around
5569         `href' value.
5570
5571 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5572
5573         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5574         searching.  Drop `bbdb-cache'.
5575
5576 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * message.el (message-signed-or-encrypted-p): Exclude header when
5579         checking if there is signed or encrypted body in text/plain message.
5580
5581 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5582
5583         * html2text.el (html2text-get-attr): Correctly handle attribute values
5584         containing "=".
5585
5586 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5587
5588         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5589         handle bindings.
5590
5591 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5592
5593         * gnus-win.el (gnus-configure-windows): Protect against reading
5594         ephemeral groups outside of Gnus.
5595
5596 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5597
5598         * shr.el (shr-tag-img): Don't get images displayed in tables.
5599
5600 2011-10-03  Glenn Morris  <rgm@gnu.org>
5601
5602         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5603         the "maintainer" version of debbugs.gnu.org reports.
5604
5605 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5606
5607         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5608         make asynchronous adjacent image insertion work better.
5609
5610 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5611
5612         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5613         documentation.
5614
5615 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5616
5617         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5618         `gnus-asynchronous' isn't shadowed.
5619
5620 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5621
5622         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5623
5624         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5625         (nnimap-insert-partial-structure): The charset parameter isn't
5626         case-sensitive.
5627
5628         * nnheader.el (nnheader-message-maybe): New function.
5629
5630         * shr.el (shr-tag-table): Render totally broken tables better.
5631
5632         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5633         computing the boundary.
5634
5635 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5636
5637         * pop3.el (pop3-number-of-responses): Remove.
5638         (pop3-wait-for-messages): Rewrite to take linear time instead of
5639         exponential time.
5640
5641 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5642
5643         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5644         re-fetch images.
5645
5646         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5647         re-fetch images when hitting `g' in Gnus.
5648
5649 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5652         (mml-compute-boundary): Don't check collision if it is non-nil.
5653         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5654         before checking collision.
5655
5656 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5657
5658         * message.el (message-indent-citation): Really make sure there's a
5659         newline at the end.
5660
5661         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5662         Fix suggested by John Wiegley.
5663
5664         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5665
5666         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5667
5668         * message.el (message-default-send-rename-function): Break out into its
5669         own function.
5670
5671         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5672         doesn't work under XEmacs.
5673
5674         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5675         of "imaps" to word around Windows problems.
5676         (nnimap-open-connection-1): Use it.
5677
5678         * message.el (message-indent-citation): Revert last change which made
5679         `F' not work.
5680
5681 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5682
5683         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5684         terminal as well.
5685
5686 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5689         because it displays images using overlays that aren't easy to copy to
5690         the article buffer.
5691
5692 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5693
5694         * message.el (message-indent-citation): Fix empty line removal at the
5695         end of the citation.
5696
5697 2011-09-20  Julien Danjou  <julien@danjou.info>
5698
5699         * auth-source.el (auth-source-netrc-create): Use default value for
5700         password if specified.  Evaluate default.
5701         (auth-source-plstore-create): Ditto.
5702         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5703         value evaluation.
5704         (auth-source-netrc-create): Typo fix.
5705         (auth-source-plstore-create): Ditto.
5706
5707         * password-cache.el (password-cache-remove): Remove entries even if the
5708         value is nil, so that password with a nil value (negative caching) is
5709         possible to invalidate.
5710
5711         * auth-source.el (auth-source-format-cache-entry): New function.
5712
5713 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5716
5717 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5718
5719         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5720
5721 2011-09-19  Julien Danjou  <julien@danjou.info>
5722
5723         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5724         which work with things that are not ASCII.
5725
5726 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5727
5728         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5729
5730 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5731
5732         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5733         message level.
5734
5735 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5738
5739 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5740
5741         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5742
5743 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5744
5745         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5746         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5747
5748 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5749
5750         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5751         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5752         articles.
5753
5754 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5755
5756         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5757         (message-mail-other-window, message-mail-other-frame)
5758         (message-news-other-window, message-news-other-frame):
5759         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5760         instead of setting buffer display varibles.
5761
5762 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5763
5764         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5765
5766         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5767
5768 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5769
5770         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5771         duplicates" to a higher level.
5772
5773         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5774         most egregious messages.
5775
5776 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5777
5778         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5779
5780 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5781
5782         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5783         up the file (bug#9351).
5784
5785 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5786
5787         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5788         it does with all other backends, but decode the names immediately after
5789         getting them.
5790
5791         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5792         decoding nnimap groups.
5793
5794         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5795         newsrc file.  It doesn't seem like an important optimization any more.
5796
5797 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5798
5799         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5800         overflows.
5801
5802 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803
5804         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5805         (gnus-interactive-exit): Extend to `quiet'.
5806
5807         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5808
5809         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5810         string.
5811
5812         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5813         renaming function arguments from `this'.
5814
5815         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5816
5817         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5818         has been renamed.
5819         (gnus-lrm-string-p): Include RLM and PDF, too.
5820
5821         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5822         (bug#9225).
5823
5824 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5825
5826         Add autoload cookies for functions used by sendmail.el.
5827         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5828
5829         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5830
5831 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * gnus-art.el (article-date-ut): Work properly even when there are
5834         things like Date header in the body; work for forwarded parts.
5835
5836 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5837
5838         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5839         original-article-buffer.
5840
5841 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5842
5843         * nnir.el (nnir-compose-result): Fix matching of server type.
5844         (nnir-run-swish++): Ditto.
5845         (nnir-run-namazu): Ditto.
5846         (nnir-run-notmuch): Ditto.
5847
5848 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5849
5850         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5851         (bug#9405).
5852
5853         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5854         (bug#9421).
5855
5856         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5857         (bug#9425).
5858
5859         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5860         thing (bug#9426).
5861
5862 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5863
5864         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5865         the error message.
5866
5867 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5868
5869         * message.el (message-setup-1): Return t (Bug#9392).
5870
5871 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5872
5873         * gnus-sum.el: When adding article headers to a summary buffer also
5874         update gnus-newsgroup-articles (bug#9386).
5875
5876 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * auth-source.el: Autoload help-mode.
5879
5880 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5881
5882         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5883         names.
5884
5885 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5886
5887         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5888         mm-replace-in-string for compatibility issues.
5889         * mml2015.el (mml2015-epg-verify): Ditto.
5890
5891 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5894
5895         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5896
5897 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5898
5899         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5900         continue on and do the clean-up phase (bug#9188).
5901
5902         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5903         just ignore groups that can't be opened instead of erroring out
5904         (bug#9225).
5905
5906         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5907         nil since some many people are fuddy-duddies.
5908
5909         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5910         images.
5911
5912         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5913         instead.
5914
5915         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5916
5917         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5918
5919         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5920         processing.
5921
5922         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5923         buffer to avoid warnings.
5924
5925 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5926
5927         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5928         specified to reduce precision.
5929
5930 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5931
5932         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5933         bodystructures (bug#9314).
5934
5935 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5938         Make button keymap non-sticky after buttons.
5939
5940 2011-08-18  David Engster  <dengste@eml.cc>
5941
5942         * nnmairix.el (nnmairix-request-set-mark)
5943         (nnmairix-goto-original-article): Remove adding of article to registry,
5944         since `gnus-registry-add-group' isn't available anymore.
5945         (nnmairix-determine-original-group-from-registry):
5946         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5947         available anymore.
5948
5949 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5950
5951         * starttls.el (starttls-any-program-available): Define as obsolete
5952         function.
5953
5954 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5955
5956         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5957         versions which Gnus use when appropriate.
5958
5959         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5960         a pretty destructive command.
5961
5962         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5963
5964 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965
5966         * message.el (message-fix-before-sending): Make a different warning
5967         about NUL characters (bug#9270).
5968
5969         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5970         from custom (bug#9260).
5971
5972         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5973         things work in Emacs 22 and XEmacs, too.
5974
5975         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5976         default From.
5977
5978         * gnus-spec.el (gnus-lrm-string-p): New macro.
5979         (gnus-lrm-string): New constant.
5980         (gnus-summary-line-format-spec): LRM-ify the from.
5981         (gnus-tilde-max-form): LRM-ify string chopping.
5982
5983         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5984
5985         * message.el (message-is-yours-p): Allow disabling canlock checking
5986         (bug#9295).
5987         (message-shoot-gnksa-feet): Add `canlock-verify'.
5988         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5989         message directory isn't writable (bug#9304).
5990
5991         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5992         non-world-readable.
5993
5994 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5997         articles.
5998
5999 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6000
6001         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
6002         copy-list.
6003
6004 2011-08-12  Sam Steingold  <sds@gnu.org>
6005
6006         * gnus-score.el (gnus-score-find-alist): Keep the score files already
6007         in the reverse order to avoid modifying the cache with `nreverse'.
6008         (gnus-all-score-files): Do not modify the value returned by
6009         `gnus-score-find-alist' because it lives in a cache variable.
6010         (gnus-current-home-score-file): No need to `nreverse' the return value
6011         of `gnus-score-find-alist', it is already in the correct order.
6012
6013 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
6014
6015         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
6016         type MESSAGE and subtype RFC822 is slightly different from those of
6017         type TEXT.
6018
6019 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
6020
6021         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
6022         This allows article-referral to work from an nnir group.
6023
6024 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
6025
6026         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
6027
6028 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
6029
6030         * mml1991.el (mml1991-epg-find-usable-key)
6031         (mml1991-epg-find-usable-secret-key): New function.
6032         (mml1991-epg-sign): Check if signing key is usable.
6033         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
6034
6035 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
6036
6037         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
6038         server-variables only.  This should fix a bug introduced with commit
6039         e1889675b7f4adf057833c5513c9374134c4e053.
6040         (nnir-run-query): 'nnir-search-engine should not be set from the global
6041         environment.
6042
6043 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
6044
6045         * nnir.el (nnir-search-thread): Position point on referring article
6046         line.
6047         (nnir-warp-to-article): Clean up summary buffers.
6048
6049         * nnimap.el (nnimap-request-thread): Whitespace fix.
6050
6051 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
6052
6053         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
6054
6055 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6056
6057         * starttls.el (starttls-available-p): Rename from
6058         `starttls-any-program-available' and changed return convention.
6059
6060 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6061
6062         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6063         `unix-sync' unless it's defined.
6064
6065 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6066
6067         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6068         `aref' for XEmacs compatibiltiy.
6069
6070 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6071
6072         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6073
6074 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6075
6076         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6077         closures, quote the form properly (bug#9194).
6078
6079 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6080
6081         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6082         (gnus-summary-insert-new-articles): Protect against servers that are
6083         down.
6084
6085 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6086
6087         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6088         in mm handle if none is specified.
6089
6090 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6091
6092         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6093
6094 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6095
6096         * nnir.el (nnir-search-thread): New function to make an nnir group
6097         based on a thread query.
6098
6099         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6100         of nnir in thread referral.
6101         (gnus-summary-refer-thread): Use it.
6102
6103         * nnimap.el (nnimap-request-thread): Use it.
6104
6105 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6106
6107         * shr.el (shr-tag-comment): Ignore HTML comments.
6108
6109 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6110
6111         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6112         argument.
6113         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6114         Use `nnir-address' to handle server info rather than passing an arg.
6115
6116         * nnimap.el (nnimap-make-thread-query): New utility function to format
6117         an imap thread search query.
6118         (nnimap-request-thread): Use it.
6119
6120         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6121         right select-method if we are not going back to the group buffer.
6122
6123 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6124
6125         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6126         enter invalid buffer configurations into the quit form (bug#9107).
6127         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6128         unplugged/plugged.
6129
6130         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6131         keep track of which ones are unread (bug#9061).
6132
6133         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6134         (bug#9055).
6135
6136         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6137         (bug#9041).
6138
6139         * gnus-html.el (mm-util): Require (bug#9073).
6140
6141         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6142         (gnus-summary-refer-thread): Use it to remove duplicates in the
6143         un-threaded view (bug#9053).
6144         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6145
6146 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6147
6148         * nnir.el (nnir-read-server-parm): Use default value from global
6149         variable.  Without this the default search engine parameters aren't
6150         used at all.
6151
6152 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6153
6154         * message.el (message-unique-id): Don't use the undocumented return
6155         value from (random t) (bug#9118).
6156
6157 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6158
6159         * message.el (message-auto-save-directory): If the ~/Mail directory
6160         doesn't exist, use ~ as the auto-save directory (bug#4432).
6161
6162         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6163         hasn't already been started.
6164
6165 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166
6167         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6168
6169         * message.el (message-reply): Work around mysterious bug where
6170         `message-mode' seems to overwrite the locally bound `subject' variable.
6171
6172 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6173
6174         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6175         correct group.
6176
6177         * gnus-int.el (gnus-request-thread): Add group argument.
6178
6179         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6180
6181 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6182
6183         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6184
6185         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6186         renamed to `debbugs-gnu-*'.
6187
6188 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6189
6190         * plstore.el: Revert the editing feature since it is not urgent.
6191         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6192         (plstore-mode-decoded): Remove.
6193
6194 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6195
6196         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6197         isn't very interesting any more, and it leaks potentially secret data.
6198         (gnus-debug): Remove.
6199
6200         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6201         use of :custom-show.
6202
6203 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6204
6205         * plstore.el: Add documentation.
6206         (plstore-mode): New mode to edit plstore file.
6207         (plstore-mode-toggle-display, plstore-mode-original)
6208         (plstore-mode-decoded): New command.
6209         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6210         (plstore--insert-buffer, plstore--make): New function.
6211         (plstore-open, plstore-save): Simplify by using them.
6212
6213 2011-07-06  Glenn Morris  <rgm@gnu.org>
6214
6215         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6216
6217 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6218
6219         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6220         no longer is much used.
6221         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6222         Articles".
6223
6224 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6225
6226         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6227         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6228         `notmuch' backend.
6229
6230 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6231
6232         * mm-decode.el (mm-text-html-renderer): Doc fix.
6233
6234         * gnus-msg.el (gnus-bug): Fix the MML tag.
6235
6236         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6237
6238 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6239
6240         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6241         secondary methods if started with `gnus-no-server'.
6242
6243 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6244
6245         * message.el (message-return-action): Fix typo in docstring.
6246
6247 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6248
6249         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6250         bug reports at once.
6251
6252         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6253
6254 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * nndraft.el: Require gnus-group.
6257         (nndraft-request-list): Declare.
6258
6259         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6260         no unread article unless it matches gnus-permanently-visible-groups.
6261
6262         * nndraft.el (nndraft-update-unread-articles): New function.
6263         (nndraft-request-associate-buffer): Use it to update the number of
6264         unread articles for the nndraft groups in the group buffer when saving
6265         or killing a draft message.
6266
6267 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6268
6269         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6270         systems to binary before writing and reading the mbox files.
6271
6272         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6273         instead of trying to list them all (bug#8978).
6274
6275 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6276
6277         * pop3.el (pop3-open-server): Use :end-of-capability.
6278
6279 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6280
6281         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6282         the id is always a number.
6283
6284         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6285
6286         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6287         debbugs mode, if possible.
6288
6289 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6290
6291         * auth-source.el (auth-source-token-passphrase-callback-function):
6292         Reindent.
6293         (epg-context-operation): Remove unnecessary autoload.
6294
6295 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6296
6297         * gnus.el (gnus-list-debbugs): New command.
6298
6299         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6300         mboxstat instead of the maintbox, since the stat seems to be fuller.
6301
6302         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6303         summary buffers.
6304
6305         * message.el (message-get-reply-headers): Delete all duplicates,
6306         instead of the first.
6307         (message-get-reply-headers): Ensure that we have progress while
6308         deleting duplicates.
6309
6310         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6311         gnus-posting-style value from the summary buffer to make it easier to
6312         make that a per-buffer conf.
6313
6314 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6315
6316         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6317         found by setting `shortcut' in 'query.
6318         (nnir-request-article): Use `shortcut' setting when requesting article
6319         by Message-ID.
6320
6321 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6322
6323         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6324         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6325         Bring the pseudo-headers back too.
6326
6327 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6328
6329         * auth-source.el (auth-source-token-passphrase-callback-function):
6330         Simplify and remove EPA dependency.
6331
6332 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6333
6334         * nnir.el (nnir-request-article): Fix error message text.
6335
6336 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6337
6338         * auth-source.el (plstore-delete): Autoload.
6339         (auth-source-plstore-search): Support delete operation.
6340         * plstore.el (plstore-delete): New function.
6341
6342 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6345         mark actually existing articles as unread rather than the ones that
6346         active asserts.
6347
6348 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6349
6350         * nntp.el (nntp-record-command):
6351         * gnus-util.el (gnus-message-with-timestamp-1):
6352         Use format-time-string rather than decoding time stamps by hand.
6353         This is simpler and insulates the code from potential changes to
6354         current-time format.
6355
6356 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6359
6360 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6361
6362         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6363         (plstore-save): Support public key encryption.
6364         (plstore--init-from-buffer): New function.
6365         (plstore-open): Use it; fix error when opening a non-existent file.
6366         (plstore-revert): Use plstore--init-from-buffer.
6367
6368 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6369
6370         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6371
6372 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6375         for old Emacsen.
6376
6377 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6378
6379         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6380         is not fully working.
6381
6382 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6383
6384         * dgnushack.el: Autoload sha1 on XEmacs.
6385
6386         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6387         quit window configuration.
6388
6389         * auth-source.el (epg-context-set-passphrase-callback):
6390         Remove duplicate autoload.
6391
6392 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6393
6394         * nnir.el (nnir-request-article): Allow requesting articles by
6395         Message-ID with nnimap.
6396
6397         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6398         current server.
6399
6400 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6401
6402         * auth-source.el: Autoload EPA/EPG functions.
6403         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6404         changed when EPA/EPG is not available.
6405         (auth-source-backend): Rename "arg" member to "data".
6406         (auth-source-backend-parse, auth-source-plstore-search)
6407         (auth-source-plstore-create): Use it.
6408
6409 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6410
6411         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6412         `gnus-refer-article-methods'.
6413
6414 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6415
6416         * auth-source.el: Require EPA and EPG.
6417         (auth-source-passphrase-alist): New variable.
6418         (auth-source-passphrase-callback-function)
6419         (auth-source-token-passphrase-callback-function): Callbacks for the
6420         netrc field encryption (GPG tokens).
6421         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6422         Symmetric encryption and decryption of the netrc GPG tokens.
6423         (auth-source-netrc-normalize): Use them, simplifying the closure.
6424
6425 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6428         is available.
6429
6430 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6431
6432         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6433         non-nil, and `nnimap-split-methods' is nil, use the former.
6434
6435 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6436
6437         * plstore.el (plstore-revert): New function.
6438         (plstore-open): Use it; hide the buffer from user.
6439
6440 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6441
6442         * auth-source.el (auth-source-backend): New member "arg".
6443         (auth-source-backend-parse): Handle new backend 'plstore.
6444         * plstore.el: New file.
6445
6446 2011-06-30  Glenn Morris  <rgm@gnu.org>
6447
6448         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6449
6450 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6451
6452         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6453         expiring articles to.
6454
6455         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6456         variations as ASCII (bug#5458).
6457
6458 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6461
6462 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6463
6464         * message.el (message-point-in-header-p): Tweak the function to default
6465         to saying that we're not in the headers if there is no separator at
6466         all.  This makes it possible to use the Message version of `M-q' in
6467         buffers with no headers (bug#7987).
6468         (message-point-in-header-p): Fix last checkin to work with an empty
6469         mail-header-separator, too.
6470
6471         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6472         again, save the choice via customize.
6473
6474 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6475
6476         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6477
6478         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6479         ended the connection, bail out before waiting infinitely on a new
6480         connection.
6481
6482 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6483
6484         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6485         reports.
6486
6487         * gnus.el (gnus-bug-package): Use "gnus."
6488         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6489
6490 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6491
6492         * dgnushack.el: Make the timer warning go away on XEmacs.
6493
6494         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6495         animations going on at article exit time.
6496
6497         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6498         since removing it breaks people upgrading.
6499
6500         * shr.el (shr-put-image): Use the new interface for animating images.
6501         (shr-put-image): Animate for 60 seconds.
6502
6503         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6504         avoid compiler warnings.
6505
6506         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6507         error with `find-file-hooks' on Emacs 22.
6508         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6509         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6510         on all architectures.
6511
6512         * spam.el (spam-stat): Require in a normal fashion without binding
6513         `spam-stat-install-hooks' to avoid compilation warnings.
6514
6515         * spam-stat.el (spam-stat-install-hooks): Remove.
6516         (spam-stat-install-hooks): Don't run automatically.
6517
6518 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6519
6520         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6521         and keystroke.
6522
6523 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * auth-source.el (auth-source-netrc-cache): Move forward.
6526
6527 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528
6529         * proto-stream.el (proto-stream-open-starttls): Use
6530         `gnutls-available-p' to see whether we have built-in support.
6531
6532         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6533         we already know.
6534         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6535         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6536
6537 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6538
6539         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6540         %S format, since that looks odd.
6541         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6542         file, especially when saving.
6543
6544 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6545
6546         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6547         article found.
6548
6549 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6550
6551         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6552         `auth-source-save-secrets' with a more sensitive alist that can be
6553         configured per file.  Experimental, so defaults to 'never.
6554         (auth-source-netrc-create): Use it.  Still experimental code.
6555         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6556         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6557
6558 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6559
6560         * auth-source.el (auth-source-save-secrets): New variable to control if
6561         secret tokens should be saved encrypted.
6562         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6563         to `auth-source-netrc-normalize'.
6564         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6565         on the EPA variables being defined.
6566         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6567         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6568         the lexical-let closure.
6569         (auth-source-netrc-create): Create "gpg:" tokens according to
6570         `auth-source-save-secrets'.
6571
6572 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * gnus-group.el (gnus-group-update-group): Add new argument
6575         `info-unchanged' that stops updating dribble buffer.
6576
6577         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6578         deletes lines matching to it in dribble buffer.
6579
6580         * gnus-agent.el (gnus-agent-fetch-group-1):
6581         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6582         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6583         * gnus-start.el (gnus-group-change-level):
6584         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6585
6586         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6587         if newsgroup info is not changed.
6588
6589         * gnus-group.el (gnus-group-get-new-news-this-group):
6590         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6591         Don't update dribble buffer.
6592
6593 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6594
6595         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6596         remove entries with groups we ignore.
6597
6598 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6599
6600         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6601         the underline comes at the bottom.
6602
6603 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6604
6605         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6606         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6607         (gnus-registry-article-marks-to-names): Rename from
6608         `gnus-registry-user-format-function-M2'.
6609
6610 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6613         ephemeral group.
6614
6615 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6616
6617         * shr.el (shr-browse-image): Copy the URL if called interactively.
6618
6619 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6620
6621         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6622         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6623         done, then unselected articles may be marked as read.
6624
6625         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6626         since not doing this seems to lead to a race condition in pop3-logon.
6627
6628         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6629         so that the call chain it correct when we call "upwards".
6630
6631         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6632         in read-only groups.
6633
6634         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6635
6636         * message.el (message-cite-reply-position): Doc string fix.
6637
6638         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6639         avoid regexp overflow.
6640         (nnimap-transform-split-mail): Ditto.
6641
6642         * pop3.el (pop3-retr): Error out if the server closes the connection.
6643
6644 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6645
6646         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6647         mm-with-unibyte-current-buffer.  The buffer should not contain any
6648         multibyte chars anyway at this stage.
6649
6650 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6651
6652         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6653         at the end of lines.
6654
6655 2011-05-29  Julien Danjou  <julien@danjou.info>
6656
6657         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6658
6659 2011-05-27  Glenn Morris  <rgm@gnu.org>
6660
6661         * gnus-group.el (gnus-bug-group-download-format-alist):
6662         Use the "maintainer" version of debian reports as well.
6663
6664 2011-05-26  Glenn Morris  <rgm@gnu.org>
6665
6666         * gnus-group.el (gnus-bug-group-download-format-alist):
6667         Use the "maintainer" version of debbugs.gnu.org reports.
6668
6669 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6672
6673 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6674
6675         * gnus-cus.el (gnus-agent-customize-category):
6676         * gnus-delay.el (gnus-delay-send-queue):
6677         * gnus.el (gnus-other-frame):
6678         Don't quote lambda expressions with `quote'.
6679
6680 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6681
6682         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6683         the thread moves us backwards and so we loop forever.
6684
6685 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6688         whitespace in base64 data lines.
6689
6690 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6691
6692         * gnus-registry.el (gnus-registry-user-format-function-M):
6693         Use `mapconcat'.
6694         (gnus-registry-user-format-function-M2): Use to see the full text of
6695         the marks.  Make "," the mark text separator.
6696
6697         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6698         authentication with auth-source.
6699
6700 2011-05-17  Glenn Morris  <rgm@gnu.org>
6701
6702         * gnus-group.el (gnus-import-other-newsrc-file):
6703         Use insert-file-contents.
6704
6705 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6706
6707         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6708         1000 iterations.
6709
6710 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * nntp.el (nntp-open-connection): Check if process-type is available.
6713
6714 2011-05-16  Julien Danjou  <julien@danjou.info>
6715
6716         * shr.el (shr-tag-del): Add support for del tag.
6717
6718 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * gnus-html.el (gnus-html-put-image): Register a displayer.
6721
6722         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6723
6724 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6725
6726         * registry.el (prune-factor): New initialization parameter defaulting
6727         to 0.1.
6728         (registry-prune-hard): Use it.
6729
6730         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6731         0.1 expicitly.
6732
6733 2011-05-13  Glenn Morris  <rgm@gnu.org>
6734
6735         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6736         is bound, since this function requires sendmail.
6737
6738 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6739
6740         * registry.el (registry-usage-test): Disable pruning test.
6741
6742 2011-05-11  David Engster  <dengste@eml.cc>
6743
6744         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6745         Bind set-network-process-option for XEmacs.
6746
6747 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6748
6749         * registry.el (registry-prune-hard-candidates)
6750         (registry-prune-soft-candidates): Helper methods for registry pruning.
6751         (registry-prune): Use them.  Make the sort function optional.
6752
6753 2011-05-10  Jim Meyering  <meyering@redhat.com>
6754
6755         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6756
6757 2011-05-10  Julien Danjou  <julien@danjou.info>
6758
6759         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6760         symbol and not a list.
6761
6762 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * gnus-art.el (gnus-article-mode): Move binding of
6765         shr-put-image-function here from gnus-article-prepare-display.
6766
6767         * shr.el (shr-put-image-function): New variable.
6768         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6769         (shr-put-image): Return scaled image.
6770
6771         * gnus-art.el (gnus-shr-put-image): New function.
6772         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6773
6774         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6775         original ones, as deletable.
6776
6777 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6778
6779         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6780
6781 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6782
6783         * registry.el (registry-full): Add convenience method.  Fix logic.
6784         (registry-insert): Use it.  Fix logic here too.
6785
6786         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6787         `registry-prune' if `registry-full' returns t.
6788         (gnus-registry-handle-action)
6789         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6790         (gnus-registry-usage-test): Use it.
6791
6792 2011-05-07  Julien Danjou  <julien@danjou.info>
6793
6794         * shr.el (shr-link): Make shr-link inherit from link by default.
6795
6796 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6797
6798         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6799
6800 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6801
6802         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6803         error out because the face is not a list.
6804
6805 2011-05-05  Glenn Morris  <rgm@gnu.org>
6806
6807         * proto-stream.el (gnutls-negotiate): Fix declarations.
6808
6809         * gnus-start.el (gnus-propagate-marks): Declare.
6810
6811 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6812
6813         * registry.el (registry-reindex): Fix percentage message.
6814
6815         * proto-stream.el (network-stream-open-starttls): Adjust to call
6816         `gnutls-negotiate' with :process and :hostname arguments.
6817
6818 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6819
6820         * shr.el: Add shr-link face for links.
6821         (shr-urlify): Use it.
6822
6823         * registry.el (registry-insert): Make error message more helpful.
6824
6825 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6826
6827         * gnus-html.el (gnus-html-schedule-image-fetching):
6828         Use url-queue-retrieve, if it exists.
6829
6830         * shr.el (shr-tag-img): Ditto.
6831
6832         * gnus.el: Autoload more gnus-agent functions.
6833
6834         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6835         agent if we haven't already (bug#8502).
6836
6837         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6838         into the Agent, too.
6839
6840         * gnus-agent.el (gnus-agent-store-article): New function.
6841
6842         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6843         and moved from that file for reuse.
6844
6845         * pop3.el (pop3-open-server): Error messages are "-ERR".
6846
6847 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848
6849         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6850         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6851
6852 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6853
6854         * gnus.el: No Gnus v0.17 is released.
6855
6856 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6857
6858         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6859         buffer has moved to a different frame.
6860
6861 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6862
6863         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6864         to get the conversion from unibyte to multibyte buffers to work on
6865         Emacs 22.
6866
6867         * nntp.el (nntp-request-article): Slight clean-up.
6868
6869 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6870
6871         * shr.el (shr-strike-through): New face.
6872         (shr-tag-s): Use it to provide <s> support.
6873         (shr-tag-s): Remove duplicate definition.
6874
6875 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6876
6877         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6878         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6879
6880 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6881
6882         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6883         `gnutls-negotiate'.
6884         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6885
6886 2011-04-23  Glenn Morris  <rgm@gnu.org>
6887
6888         * gnus-sum.el (gnus-extra-headers): Bump :version.
6889
6890 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6891
6892         * shr.el (shr-tag-sup): New function.
6893         (shr-tag-sub): Ditto.
6894
6895 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6896
6897         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6898         for the case where `gnus-registry-ignored-groups' is a list of lists,
6899         and don't call `gnus-parameter-registry-ignore' otherwise.
6900
6901 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6902
6903         * nnimap.el (nnimap-user): New backend variable.
6904         (nnimap-open-connection-1): Use it.
6905         (nnimap-credentials): Accept user parameter so it's explicit what user
6906         name is desired.
6907
6908         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6909         default.
6910
6911         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6912         not gnus-registry.el.
6913
6914         * gnus-registry.el: Mention in comments how to modify
6915         `gnus-extra-headers' for proper recipient tracking and that it may
6916         already have To and Cc recently, which it does as of this commit.
6917         (gnus-registry-ignored-groups): Remove defcustom.
6918         Explain why in comments.
6919         (gnus-registry-action): Fix data-header reference to use the extra
6920         headers.  Explain in package commentary how to add To and Cc headers to
6921         the gnus-extra-headers.
6922         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6923         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6924         parameter list or a string list in `gnus-registry-ignored-groups'.
6925         Fix logic error.
6926
6927 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6928
6929         * shr.el (shr-expand-url): Protect against null urls.
6930
6931 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6932
6933         * shr.el (shr-base): New binding.
6934         (shr-tag-base): Keep track of <base>.
6935         (shr-expand-url): New function used throughout.
6936
6937 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6938
6939         * gnus-registry.el
6940         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6941         (gnus-registry-ignored-groups): New variable.
6942         (gnus-registry-ignore-group-p): Use it.
6943         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6944         set the destination group to nil (same as delete) if it's ignored.
6945
6946 2011-04-20  David Engster  <dengste@eml.cc>
6947
6948         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6949
6950         * Makefile.in (test-nntp): New rule.
6951         (check): Add it.
6952         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6953
6954 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * gnus-registry.el (gnus-registry-action)
6957         (gnus-registry-fetch-header-fast):
6958         Don't use mail-header that looks an internal function of mailheader.el.
6959
6960 2011-04-19  Glenn Morris  <rgm@gnu.org>
6961
6962         * time-date.el (time-to-days): Remove unused local variables.
6963
6964 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * gnus-registry.el: Eliminate cl functions.
6967         (gnus-registry-sort-addresses): New function that replaces mapcan.
6968         (gnus-registry-action, gnus-registry-spool-action)
6969         (gnus-registry-split-fancy-with-parent)
6970         (gnus-registry-fetch-recipients-fast): Use it.
6971         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6972
6973         * registry.el (initialize-instance, registry-lookup)
6974         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6975         (registry-lookup-secondary-value, registry-search, registry-delete)
6976         (registry-insert, registry-reindex, registry-size, registry-prune):
6977         Use eval-and-compile.
6978
6979 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6980
6981         * registry.el (registry-reindex): New method to recreate the secondary
6982         registry indices.
6983
6984         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6985         tracked field changes.
6986         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6987         (gnus-registry-action, gnus-registry-spool-action)
6988         (gnus-registry-handle-action)
6989         (gnus-registry--split-fancy-with-parent-internal)
6990         (gnus-registry-split-fancy-with-parent)
6991         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6992         move, and delete actions, and for fancy splitting with parent.
6993         (gnus-registry-extract-addresses)
6994         (gnus-registry-fetch-recipients-fast)
6995         (gnus-registry-fetch-header-fast): Convenience functions.
6996         (gnus-registry-misc-test): ERT test of
6997         `gnus-registry-extract-addresses'.
6998
6999 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7000
7001         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7002         Track by subject first, then sender.
7003
7004 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7005
7006         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
7007
7008         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
7009         Lisp.
7010
7011         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
7012         (gnus-draft-send): Use it to avoid popping
7013         up frames from gnus-group-send-queue.
7014
7015 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7016
7017         * gnus-registry.el: Updated gnus-registry docs.
7018
7019 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7020
7021         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7022         Fix logic bug.
7023         (gnus-registry-post-process-groups): Fix logging of no results and
7024         quote sender and subject.
7025
7026 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7027
7028         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
7029         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
7030         gnutls-cli are too slow to be done opportunistically.
7031
7032         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
7033         (gnus-read-active-for-groups): Don't try to finish getting stuff where
7034         we had no early-data returned.
7035         (gnus-get-unread-articles): Add a sanity check so that we don't issue
7036         two async commands to the same server at the same time.
7037
7038 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
7039
7040         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
7041
7042 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7043
7044         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
7045         "warning" level.
7046
7047         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
7048         (mm-url-insert-file-contents): Don't set the package names.
7049
7050 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
7051
7052         * gnus-registry.el (gnus-registry-action): Remove properties and
7053         simplify subject in `gnus-registry-handle-action'.
7054         (gnus-registry-spool-action): Get subject and sender from message if
7055         they are not passed in.
7056         (gnus-registry-handle-action): Remove properties and simplify subject
7057         consistently.
7058
7059 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7060
7061         * registry.el: Require CL before using defmacro*.
7062
7063 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * gnus-art.el (article-treat-date): Assume that
7066         gnus-article-date-headers may be a group parameter.
7067
7068 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7069
7070         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7071
7072         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7073         interactively so the newsrc file can contain foreign groups too.
7074         Useful for debugging but not much for users.
7075
7076 2011-04-07  David Engster  <dengste@eml.cc>
7077
7078         * registry.el (registry-usage-test): Only do
7079         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7080         lexical binding.
7081
7082 2011-04-07  David Engster  <dengste@eml.cc>
7083
7084         * Makefile.in (check, test-registry): New rules for test-suite.
7085
7086 2011-04-06  David Engster  <dengste@eml.cc>
7087
7088         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7089         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7090
7091 2011-04-06  David Engster  <dengste@eml.cc>
7092
7093         * registry.el (initialize-instance): Change :after to :AFTER to be
7094         compatible with old EIEIO version in XEmacs.
7095
7096 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7097
7098         * gnus-registry.el (gnus-registry-post-process-groups)
7099         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7100         and provide better messaging.
7101
7102 2011-04-06  David Engster  <dengste@eml.cc>
7103
7104         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7105         errors.
7106
7107         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7108         dgnushack-compile with error-on-warn enabled, and to signal an error if
7109         clean compilation failed.
7110         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7111         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7112
7113 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7114
7115         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7116         unconditionally anyway, discarding errors.
7117         (gnus-registry-delete-entries): New convenience function.
7118         (gnus-registry-import-eld): Import from old .eld registry.
7119
7120         * registry.el: Don't use ERT if it's not available.  Load it
7121         unconditionally anyway, discarding errors.
7122
7123         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7124         version from the Claudio Bley GnuTLS patch (extra optional parameters
7125         and host name).
7126
7127 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7128
7129         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7130         fixup the parameters that can be customized by the user between
7131         save/read cycles.
7132         (gnus-registry-read): Use it.
7133         (gnus-registry-make-db): Use it.
7134         (gnus-registry-spool-action, gnus-registry-handle-action):
7135         Fix messaging.
7136         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7137         Map references to actual group names with sender and subject tracking.
7138         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7139         (gnus-registry-usage-test): Add subject lookup test.
7140
7141         * registry.el (registry-db, initialize-instance): Set up constructor
7142         instead of :initform arguments for the sake of older Emacsen.
7143         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7144         pre-lexbind merge bug.
7145         (registry-usage-test): Use it.
7146         (initialize-instance, registry-db): Move the non-function initforms
7147         back to the class definition.
7148
7149 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7150
7151         * registry.el: New library to manage gnus-registry-style data.
7152
7153         * gnus-registry.el: Use it (major rewrite).
7154
7155         * nnregistry.el: Use it.
7156
7157         * spam.el: Use it.
7158
7159 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160
7161         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7162         marks on non-selected articles.
7163
7164 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7165
7166         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7167         parameter to open-protocol-stream.
7168
7169 2011-04-01  Julien Danjou  <julien@danjou.info>
7170
7171         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7172         fundamental-mode.
7173
7174 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7175
7176         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7177         servers.
7178
7179 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7180
7181         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7182         made marks not propagate, again.
7183
7184 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7185
7186         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7187         Make this the default type.
7188         (proto-stream-open-plain): Rename from proto-stream-open-default.
7189         (open-protocol-stream, proto-stream-open-starttls)
7190         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7191         with `plain'.
7192
7193         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7194         value.
7195
7196         * nntp.el (nntp-open-connection-function): Document the fact that some
7197         values are not functions but are instead handled specially.
7198         Recognize nntp-open-plain-stream value.
7199         (nntp-open-connection): Recognize that value.
7200
7201 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7202
7203         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7204         where it seems to be needed.
7205
7206 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7207
7208         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7209         stuff.
7210
7211         * gnus-score.el (gnus-score-string): Fix calling convention of
7212         `gnus-simplify-buffer-fuzzy' after last patches.
7213
7214         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7215         server for articles we didn't get any headers for.  This is a sanity
7216         check.
7217
7218 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7219
7220         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7221         new CAPABILITY, use it.
7222
7223 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7224
7225         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7226         downloading anything.
7227
7228         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7229
7230 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7231
7232         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7233         colors.
7234         (gnus-splash-svg-color-symbols): New function.
7235
7236 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7237
7238         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7239         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7240         (gnus-simplify-subject-fuzzy): Use the local
7241         gnus-simplify-subject-fuzzy-regex instead of the global one.
7242         This makes using this variable in group parameters work.
7243
7244 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7245
7246         * gnus-registry.el (gnus-registry-unfollowed-groups):
7247         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7248         archive:sent-YYYY-MM-DD groups).
7249         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7250         tracking if there are more than `gnus-registry-max-track-groups'
7251         matches.
7252
7253 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7254
7255         * message.el (message--yank-original-internal): New function to do the
7256         insertion cleanly inside eval in `message-yank-original'.
7257         (message-yank-original): Use it.
7258
7259 2011-03-29  Julien Danjou  <julien@danjou.info>
7260
7261         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7262         local variables disabled rather than `normal-mode'.
7263
7264 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7265
7266         * imap.el (imap-shell-open, imap-process-connection-type):
7267         Use imap-process-connection-type for 'shell' streams as well as
7268         Kerberos, SSL, other subprocesses.
7269
7270 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7271
7272         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7273         with open-network-stream.
7274         (proto-stream-always-use-starttls): Option removed.
7275         (open-protocol-stream): Return a process object by default.  Provide a
7276         new parameter :return-list specifying a list-type return value, which
7277         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7278         :type `network' to `try-starttls', and `network-only' to `default'.
7279         Make `default' the default, for compatibility with open-network-stream.
7280         Handle the no-parameter case exactly as open-network-stream, with no
7281         additional stream processing.  Search plists using plist-get.
7282         Explicitly add :end-of-commend parameter if it is missing.
7283         (proto-stream-open-default): Rename from
7284         proto-stream-open-network-only.  Return 'default as the type.
7285         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7286         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7287         failed.  Always return a list with a (possibly dead) process as the
7288         first element, for compatibility with open-network-stream.
7289         (proto-stream-open-tls): Use plist-get.  Always return a list.
7290         (proto-stream-open-shell): Return `default' as connection type.
7291         (proto-stream-capability-open): Use plist-get.
7292         (proto-stream-eoc): Function deleted.
7293
7294         * nnimap.el (nnimap-stream, nnimap-open-connection)
7295         (nnimap-open-connection-1): Handle renaming of :type parameter for
7296         open-protocol-stream.
7297         (nnimap-open-connection-1): Pass a :return-list parameter
7298         open-protocol-stream to obtain a list return value.  Parse this list
7299         using plist-get.
7300
7301         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7302         for open-protocol-stream.  Accept open-protocol-stream return value
7303         that is a subprocess object instead of a list.  Handle the case of a
7304         dead returned process.
7305
7306 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7307
7308         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7309
7310         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7311
7312 2011-03-21  Julien Danjou  <julien@danjou.info>
7313
7314         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7315         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7316         query.
7317         (mm-inline-text): Render normal text with fontification whenever
7318         possible.
7319
7320         * gnus-sum.el (gnus-summary-save-parts-1):
7321         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7322         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7323         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7324         Use `mm-handle-filename'.
7325
7326         * mm-util.el (mm-handle-filename): New function, return the filename of
7327         an handle.
7328
7329 2011-03-18  Julien Danjou  <julien@danjou.info>
7330
7331         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7332         (gnus-buffer-live-p): Check that buffer is not nil.
7333
7334 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7335
7336         * gnus.el: No Gnus v0.15 is released.
7337
7338 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7339
7340         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7341         avoid warning on XEmacs.
7342
7343         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7344         on XEmacs.
7345
7346         * gnus-art.el: Require mouse, which the build bot seems to say is
7347         needed.
7348
7349         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7350
7351         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7352         XEmacs, since it doesn't have url-retrieve-synchronously.
7353
7354         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7355         since assoc-string doesn't exist in XEmacs.
7356
7357 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7358
7359         * gnus-group.el (gnus-group-list-ticked): New function.
7360         (gnus-group-make-menu-bar): Provide a menu entry for it.
7361         (gnus-group-list-map): Provide a binding for it.
7362
7363 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7364
7365         * shr.el (shr-visit-file): New command.
7366
7367         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7368
7369 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7370
7371         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7372         servers.
7373
7374 2011-03-16  Julien Danjou  <julien@danjou.info>
7375
7376         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7377         inline.
7378
7379         * gnus-art.el (article-hide-list-identifiers):
7380         Use gnus-group-get-list-identifiers.
7381
7382         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7383         (gnus-summary-remove-list-identifiers):
7384         Use gnus-group-get-list-identifiers to get regexp.
7385         (gnus-select-newsgroup, gnus-summary-insert-subject)
7386         (gnus-summary-insert-articles):
7387         Call gnus-summary-remove-list-identifiers unconditionally.
7388
7389 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7390
7391         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7392         we're selecting a group with unread articles.
7393
7394         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7395
7396         * gssapi.el: New file separated out from imap.el to provide a general
7397         Kerberos 5 connection facility for Emacs.
7398
7399         * message.el (message-elide-ellipsis): Document the format spec
7400         ellipsis.
7401
7402 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7403
7404         * message.el (message-elide-region): Allow the ellipsis to say how many
7405         lines were removed.
7406
7407 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7408
7409         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7410         window configurations containing buffers that are now dead.
7411
7412         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7413         parsing to avoid integer overflows.
7414         (nnimap-parse-flags): Simplify the last change.
7415         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7416         too large for 32-bit Emacsen.
7417
7418 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7419
7420         * auth-source.el (auth-source-netrc-create):
7421         * message.el (message-yank-original): Fix use of `case'.
7422
7423 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7424
7425         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7426         XEmacs, which was one character too wide.
7427
7428 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7429
7430         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7431         default number of articles to display.
7432         (gnus-articles-to-read): Use pretty names for prompt.
7433
7434 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7435
7436         * gnus-int.el (gnus-open-server): Ditto.
7437
7438         * gnus-start.el (gnus-activate-group): Give a backtrace if
7439         debug-on-quit is set and the user hits `C-g'.
7440         (gnus-read-active-file): Ditto.
7441
7442         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7443
7444 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7445
7446         * message.el (message-yank-original): Use cond instead of CL case.
7447
7448 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7449
7450         * auth-source.el (auth-source-netrc-create): Use usual format for the
7451         default in prompts.
7452
7453 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * lpath.el: Fbind read-char-choice for XEmacs.
7456
7457 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7458
7459         * auth-source.el (auth-source-netrc-create): Show the default in the
7460         prompt when prompting for token creation.
7461
7462 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7463
7464         * auth-source.el (auth-source-format-prompt): Always convert the value
7465         to a string to avoid evaluating non-string arguments.
7466         (auth-source-netrc-create): Offer default properly, not as initial
7467         content in `read-string'.
7468         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7469         of line to determine if we've been run before.  If so, don't run again,
7470         but print a trivial message to indicate the cache was hit instead.
7471
7472 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7473
7474         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7475         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7476         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7477         Gnus.
7478
7479 2011-03-11  Julien Danjou  <julien@danjou.info>
7480
7481         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7482         modified file".
7483
7484 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7485
7486         * auth-source.el (auth-source-read-char-choice): New function to read a
7487         character choice using `dropdown-list', `read-char-choice', or
7488         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7489         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7490         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7491         (auth-source-netrc-saver): Use it.
7492         (auth-source-pick-first-password): New convenience function.
7493
7494 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7495
7496         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7497         parameter in the credentials.
7498         (nnimap-open-connection-1): Use it after a successful login.
7499         (nnimap-credentials): Add IMAP-specific user and password prompt.
7500
7501         * auth-source.el (auth-source-search): Add :require parameter, taking a
7502         list.  Document it and the :save-function return token.  Pass :require
7503         down.  Change the CREATED message from a warning to a debug statement.
7504         (auth-source-search-backends): Pass :require down.
7505         (auth-source-netrc-search): Pass :require down.
7506         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7507         Change save prompt to indicate all modifications saved here are
7508         deletions.
7509         (auth-source-netrc-create): Take user login name as default in user
7510         prompt.  Move all the save functionality to a lexically bound function
7511         under the :save-function token in the returned list.  Set up clearer
7512         default prompts for user, host, port, and secret.
7513         (auth-source-netrc-saver): New function, intended to be wrapped for
7514         :save-function.
7515
7516 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7517
7518         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7519         lines to be spaces instead.
7520
7521 2011-03-07  Julien Danjou  <julien@danjou.info>
7522
7523         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7524         (sieve-sasl-auth): Check that auth-source-search did return something,
7525         or just return an empty string.
7526
7527 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7528
7529         * gnus.el (gnus-interactive): Use read-directory-name.
7530
7531         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7532         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7533         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7534         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7535         Likewise.
7536
7537         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7538
7539 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7540
7541         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7542         onto the list of killed groups, too.  This makes killed nnimap groups,
7543         for instance, more reliably not reappear.
7544
7545         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7546         the parent.
7547
7548         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7549
7550         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7551         really have server-side marks.
7552
7553         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7554         since most backends do not usefully have server-side marks.
7555         (gnus-update-read-articles): Propagate marks to all backends that
7556         really have server-side marks.
7557
7558 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7559
7560         * message.el (message-cite-reply-position, message-cite-style):
7561         New variables.
7562         (message-yank-original): Use the new citation styles.
7563
7564 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7565
7566         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7567         buffer-local issue); don't mark it buffer-local when running under
7568         XEmacs.
7569
7570 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7571
7572         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7573         numbers too big to be `read'.
7574
7575 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7576
7577         * password-cache.el (password-in-cache-p): Add autoload.
7578
7579         * message.el (message-options): Make buffer-local two ways to attempt
7580         to fix a XEmacs bug.
7581
7582 2011-03-02  Julien Danjou  <julien@danjou.info>
7583
7584         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7585
7586 2011-03-01  Julien Danjou  <julien@danjou.info>
7587
7588         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7589         group.
7590         (article-hide-list-identifiers): Use list-identifier group parameter.
7591
7592 2011-02-28  Julien Danjou  <julien@danjou.info>
7593
7594         * sieve.el (sieve-buffer-script-name): New local variable to store
7595         sieve script name.
7596         (sieve-edit-script): Store sieve script name.
7597         (sieve-upload): Use sieve script name when uploading.
7598         (sieve-upload): Use substitute-command-keys.
7599         (sieve-edit-script): Use substitute-command-keys.
7600         (sieve-refresh-scriptlist): Use substitute-command-keys.
7601         (sieve-manage-mode-map): Define keymap properly.
7602         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7603         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7604         Remove commented code about cvs.
7605         (sieve-manage-quit): New function.
7606         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7607
7608 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7609
7610         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7611
7612 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7613
7614         * auth-source.el (auth-source-search): Cache empty result sets.
7615
7616         * password-cache.el (password-in-cache-p): Convenience function to
7617         check if a key is in the cache, even if the value is nil.
7618
7619         * auth-source.el (auth-source-save-behavior): New variable to replace
7620         `auth-source-never-create'.
7621         (auth-source-netrc-create): Use it.
7622         (auth-source-never-save): Remove.
7623
7624 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7625
7626         * nnimap.el (nnimap-stream): Doc fix.
7627         (nnimap-open-connection-1): Reverse the order of the ports to that the
7628         prompted-for port is first.
7629
7630         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7631         retrieval by the no-group selection.
7632
7633         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7634         numerical parameters.
7635
7636 2011-02-25  Julien Danjou  <julien@danjou.info>
7637
7638         * gnus-gravatar.el: Use gnus-with-article-buffer.
7639
7640         * gnus-art.el (gnus-with-article-buffer): Check that the
7641         gnus-article-buffer is alive.
7642
7643 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7644
7645         * auth-source.el (auth-source-creation-prompts): New variable to manage
7646         creation-time prompts.
7647         (auth-source-search): Document it.
7648         (auth-source-format-prompt): Add utility function.
7649         (auth-source-netrc-create): Don't default the user name to
7650         user-login-name.  Use `auth-source-creation-prompts' and some default
7651         prompts for user, host, port, and password (the default generic prompt
7652         remains ugly).
7653         (auth-source-never-save): Add customizable option to never save info.
7654         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7655         mode excursion.
7656
7657 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7660         argument that XEmacs doesn't support.
7661
7662         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7663         compiled for Emacsen having no `libxml-parse-html-region' support.
7664
7665         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7666
7667         * lpath.el: Bind buffer-save-without-query for XEmacs.
7668
7669 2011-02-23  Julien Danjou  <julien@danjou.info>
7670
7671         * gnus-art.el (article-make-date-line): Ignore errors if time is
7672         invalid and not convertible.
7673         (article-make-date-line): Only add lapsed time if time is not nil.
7674
7675 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7676
7677         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7678         `read-char-choice' for backwards compatibility.
7679         (auth-source-netrc-element-or-first): New function to DTRT for
7680         parameter extraction.
7681         (auth-source-netrc-create): Use it and fix multiple parameter print
7682         bug.  Use the default passed from above (given-default) or the
7683         built-in (user-login-name for :user).
7684
7685 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7686
7687         * gnus-start.el (gnus-dribble-read-file):
7688         Set buffer-save-without-query, since we always want to save the dribble
7689         file, probably.
7690
7691         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7692         nnimap.
7693
7694         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7695         -summary- since it's a user-visible variable.
7696
7697         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7698         first time you use the new Gnus.
7699
7700 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7701
7702         * auth-source.el: Don't load netrc.el.
7703         (auth-sources): Search ~/.netrc as well by default.
7704         (auth-source-debug): Add 'trivia option for extra output.
7705         (auth-source-do-trivia): Use it.
7706         (auth-source-search): Simplify logic to use
7707         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7708         appropriate.  Don't keep a running count at this level.  Layer :create
7709         and :delete options appropriately on the first and second passes.
7710         Don't track the backend with the search results.
7711         (auth-source-search-backends): New function to search a list of
7712         backends for a processed spec.
7713         (auth-source-netrc-parse): Cache all netrc files, making
7714         auth-source-netrc-cache an alist keyed by the file name and using the
7715         file mtime as the caching criterion.  Keep the obfuscated data secret
7716         with a lexical bind.
7717         (auth-source-netrc-search): Don't calculate the length of the results
7718         unnecessarily.
7719         (auth-source-search-backends): Fix bug.
7720         (auth-source-netrc-create): Rework prompts.
7721
7722 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7723
7724         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7725         Lower case names of search constraints.
7726         (nnir-run-query): Cache and reuse search constraints for all imap
7727         servers.
7728
7729 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7730
7731         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7732         after exit.
7733         (gnus-setup-message): Define missing variable from last checkin.
7734
7735         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7736         value, show the raw article.
7737
7738 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7739
7740         * gnus.el: No Gnus v0.13 is released.
7741
7742 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7743
7744         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7745         auth-source now accepts numbers.
7746
7747         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7748         spec, too.
7749         (auth-source-ensure-strings): New function.
7750
7751         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7752         (gnus-article-setup-buffer): Always restart the date timer so that user
7753         changes to the frequency is respected.
7754
7755         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7756         port numbers, so make sure it gets that if nnimap-server-port is
7757         explicit.
7758
7759 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7760
7761         * nnimap.el (nnimap-inbox): Doc fix.
7762
7763 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7764
7765         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7766         Autoload.  Add optional arg FRAME, and pass it to color-values.
7767         (color-complement): Caller changed.  Doc fix.
7768         (color-gradient): Rewrite for better clarity and efficiency.
7769
7770 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7771
7772         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7773         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7774         color-lab-to-srgb.
7775
7776 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7777
7778         * color.el: First part of merge from hexrgb.el.
7779         (color-rgb-to-hex): Rename from color-rgb->hex.
7780         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7781         saturation to zero if the value is too small.
7782         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7783         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7784         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7785         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7786         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7787         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7788         (color-cie-de2000): Doc fix.
7789
7790 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7791
7792         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7793         given method as in the group name if we're using an extended method.
7794         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7795         command, if we're using that, instead of waiting for the beginning.
7796
7797         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7798         we're sure to get unique server names, and we don't output two async
7799         commands in the same buffer.  This fixes an NNTP hang for some users.
7800
7801 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7802
7803         * gnus.el: No Gnus v0.11 is released.
7804
7805 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7806
7807         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7808         summary buffer before reading going to the next buffer.  This avoids
7809         putting the point in the group buffer if you `C-g' the command.
7810
7811         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7812         cache (for now) to make ~/.authinfo.gpg files usable.
7813
7814         * nnfolder.el (copyright-update): Define for the compiler.
7815
7816         * auth-source.el (auth-source-search): Fix unbound variable.
7817
7818 2011-02-19  Glenn Morris  <rgm@gnu.org>
7819
7820         * gnus.el (gnus-meta): Doc fix.
7821
7822 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7823
7824         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7825         in case it's not yet loaded.
7826
7827 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7828
7829         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7830         line we're waiting for.
7831
7832 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7833
7834         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7835         face with line-width greater than zero will cause RET in gnus summary
7836         buffer to scroll down article page-wise because auto vscroll happens,
7837         it should be temporally disabled when doing a scroll-up.
7838
7839 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7840
7841         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7842         outputs from the server.
7843
7844 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7845
7846         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7847         later so that bbdb can hook in easier.
7848
7849 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7850
7851         * auth-source.el (auth-source-search): Don't try to create credentials
7852         if the caller doesn't want that.
7853         (auth-source-search): If we don't find a match, don't bug out on
7854         non-bound variables.
7855         (auth-source-search): Only ask a single backend to create the
7856         credentials.
7857
7858         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7859         logging.
7860         (nnimap-credentials): Protect against auth-source-search returning nil.
7861         (nnimap-request-list): Protect against not being able to open the
7862         server.
7863
7864 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7865
7866         * auth-source.el (auth-source-search): Do a two-phase search, one with
7867         no :create to get the responses from all backends.
7868
7869         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7870         when getting credentials.
7871
7872         * gnus-util.el (gnus-delete-duplicates): New function.
7873
7874 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7875
7876         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7877         a creation default, pass the whole port list down.  It will be
7878         completed.
7879
7880         * auth-source.el (auth-source-search): Updated docs to talk about
7881         multiple creation choices.
7882         (auth-source-netrc-create): Accept a list as a value (from the search
7883         parameters) and do completion on that list.  Keep a separate netrc line
7884         with the password obscured for showing the user.
7885
7886         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7887         first choice to `auth-source-search' so it will be used for entry
7888         creation instead of the server's Gnus-specific name.
7889         (nnimap-credentials): Rely on the auth-source library to select which
7890         port is actually wanted in the new netrc entry, so don't override
7891         `auth-source-creation-defaults'.
7892
7893         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7894         :protocol and accept a missing user, host, or port as a wildcard match.
7895         (auth-source-debug): Default to off.
7896
7897         (auth-source-netrc-search, auth-source-netrc-create)
7898         (auth-source-secrets-search, auth-source-secrets-create)
7899         (auth-source-user-or-password, auth-source-backend, auth-sources)
7900         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7901         instead of :protocol.
7902
7903         * nnimap.el (nnimap-credentials): Pass a port default to
7904         `auth-source-search' in case an entry needs to be created.
7905         (nnimap-open-connection-1): Use :port instead of :protocol.
7906
7907 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * auth-source.el: Bind load-path when loading EIEIO from
7910         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7911         21.4 doesn't support, to `require'.
7912         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7913         delete-dups that is not available in XEmacs 21.4.
7914
7915 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7916
7917         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7918         as EIEIO must also be loaded when auth-source.el is being
7919         byte-compiled.
7920
7921 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7922
7923         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7924
7925         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7926
7927         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7928
7929         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7930
7931         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7932
7933         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7934
7935         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7936
7937         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7938         necessary.
7939
7940 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7941
7942         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7943         nil means that nnimap doesn't get updated.
7944
7945 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7946
7947         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7948         result when the user doesn't want to write to the file.
7949         (auth-source-netrc-search): Expect a synthetic result and proceed
7950         accordingly.
7951         (auth-source-cache-expiry): New variable to override
7952         `password-cache-expiry'.
7953         (auth-source-remember): Use it.
7954
7955         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7956         parameter.  Create entry if necessary by using :create t.
7957         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7958
7959 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7960
7961         * auth-source.el (auth-source-debug): Enable by default and don't
7962         mention the obsolete `auth-source-hide-passwords'.
7963         (auth-source-do-warn): New function to debug unconditionally.
7964         (auth-source-do-debug): Use it.
7965         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7966         and for Secrets API entries when the secrets.el library is not
7967         available.
7968
7969 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7970
7971         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7972         (gnus-summary-exit): Kill the correct article buffer on exit from a
7973         `C-d' group.
7974
7975         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7976         gnus-propagate-marks.
7977
7978         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7979         before killing the buffers so that a non-full window conf gets handled
7980         correctly.
7981         (gnus-summary-exit): Ditto.
7982         (gnus-summary-read-group-1): Ditto.
7983
7984         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7985         async code again so that we can debug it properly.
7986
7987         * message.el (message-reply): Take an optional switch-buffer parameter
7988         so that Gnus window confs are respected better.
7989
7990 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7991
7992         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7993         `plist-get' to accept non-list parameters (XEmacs issue).
7994         Fix docstring.
7995         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7996         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7997         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7998         Login collection is "Login" and not "login".
7999
8000 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8001
8002         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
8003         multiple headers.
8004
8005         * nnimap.el (nnimap-inhibit-logging): New variable.
8006         (nnimap-log-command): Don't log login commands.
8007
8008         * auth-source.el (auth-source-netrc-search): The asserts seem to want
8009         to have more parameters.
8010
8011         * nnimap.el (nnimap-send-command): Mark the command time for each
8012         command, so that we don't get NOOPs stepping on our toes.
8013
8014         * gnus-art.el (article-date-ut): Get the date from the Date header on
8015         `t'.
8016
8017 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * auth-source.el (auth-source-search): Use copy-sequence instead of
8020         the cl.el copy-list.
8021
8022 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8023
8024         * imap.el: Bring it back (revert
8025         84d800cd31de3064f0ed39617d725709a2f8f42f).
8026
8027 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
8028
8029         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
8030         Improve prompt.
8031
8032 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8033
8034         * gnus-art.el (gnus-article-mode-line-format): Remove the article
8035         washing status from the default format.  It isn't very informative.
8036
8037 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
8038
8039         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
8040         Fix Gcc processing on imap.
8041
8042 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8043
8044         * imap.el: Remove file.  All the functionality is in nnimap.el.
8045
8046 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8047
8048         * message.el (message-bury): Don't pop up a new window when selected
8049         window is dedicated.
8050
8051 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8052
8053         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
8054
8055 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
8056
8057         * sieve-manage.el: Autoload `auth-source-search'.
8058         (sieve-sasl-auth): Use it.
8059
8060 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8061
8062         * nnimap.el: Autoload `auth-source-forget+'.
8063         (nnimap-open-connection-1): Use it if the connection fails.
8064
8065         * auth-source.el: Require `password-cache'.
8066         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8067         obsolete.
8068         (auth-source-magic): Marker for `password-cache' keys.
8069         (auth-source-do-cache): Update docstring.
8070         (auth-source-search): Use and check cache.
8071         (auth-source-forget-all-cached, auth-source-remember)
8072         (auth-source-recall, auth-source-forget, auth-source-forget+)
8073         (auth-source-specmatchp): Caching support functions.
8074         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8075         Remove and obsolete.
8076         (auth-source-user-or-password): Remove caching to further discourage
8077         using it.  Always hide passwords.
8078
8079         * password-cache.el (password-cache-remove): Accept secrets that are
8080         not strings.
8081
8082 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8083
8084         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8085         code for now, since it doesn't work for all users.
8086
8087 2011-02-09  Julien Danjou  <julien@danjou.info>
8088
8089         * message.el (message-options): Make message-options really buffer
8090         local.
8091
8092 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8093
8094         * mail-source.el: Autoload `auth-source-search'.
8095         (mail-source-keyword-map): Note order matters.
8096         (mail-source-set-1): Get all the mail-source source values and
8097         defaults and search auth-source on those if needed.  This can all
8098         probably be simplified.
8099
8100         * nnimap.el: Autoload `auth-source-search'.
8101         (nnimap-credentials): Use it.
8102         (nnimap-open-connection-1): Ask for the virtual server and physical
8103         address in one shot.
8104
8105         * nntp.el: Autoload `auth-source-search'.
8106         (nntp-send-authinfo): Use it.  Note TODO.
8107
8108 2011-02-08  Julien Danjou  <julien@danjou.info>
8109
8110         * shr.el (shr-tag-body): Add support for text attribute in body
8111         markups.
8112
8113         * message.el (message-options): Make message-options a local variable.
8114
8115 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8116
8117         * auth-source.el (auth-source-secrets-search)
8118         (auth-source-user-or-password): Use `append' instead of `nconc'.
8119         (auth-source-user-or-password): Build return list better and protect
8120         against nil :secret.
8121
8122 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8123
8124         * nnimap.el (nnimap-update-info): Refactor slightly.
8125         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8126         (nnimap-update-info): Clean up slightly.
8127         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8128         characters.
8129         (nnimap-process-quirk): Rename function to avoid collision.
8130         (nnimap-update-info): Fix macrology bug-out.
8131         (nnimap-update-info): Simplify split history test.
8132
8133 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8134
8135         * auth-source.el (top): Require 'eieio unconditionally.
8136         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8137         (auth-source-secrets-search): Limit search when `max' is greater than
8138         number of results.
8139
8140 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8141
8142         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8143         part not returning any data.
8144
8145         * proto-stream.el (open-protocol-stream): Document the return value.
8146
8147 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8148
8149         * auth-source.el (auth-source-secrets-search): Add examples.
8150
8151 2011-02-06  Julien Danjou  <julien@danjou.info>
8152
8153         * message.el (message-setup-1): Handle message-generate-headers-first
8154         set to t.
8155
8156 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8157
8158         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8159         API with a string "secrets:collection-name" and with 'default.
8160         (auth-source-backend-parse): Parse "secrets:collection-name" and
8161         'default.  Recurse on parses instead of repeating code.  Use the
8162         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8163         message when ignoring a source.
8164         (auth-source-search): List ignored search keys at the top level.
8165         (auth-source-netrc-create): Use `case' instead of `cond'.
8166         (auth-source-secrets-search): Created with TODOs.
8167         (auth-source-secrets-create): Created with TODOs.
8168         (auth-source-retrieve, auth-source-create, auth-source-delete)
8169         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8170         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8171         (auth-source-user-or-password-sftp)
8172         (auth-source-user-or-password-smtp): Remove.
8173         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8174         around `auth-source-search'.  Not tested thoroughly.
8175
8176 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8177
8178         * auth-source.el: Bring in assoc and eioeio libraries.
8179         (secrets-enabled): New variable to track the status of the Secrets API.
8180         (auth-source-backend): New EIOEIO class to represent a backend.
8181         (auth-source-creation-defaults): New variable to set prompt defaults
8182         during token creation (see the `auth-source-search' docstring for
8183         details).
8184         (auth-sources): Simplify to allow a simple string as a netrc backend
8185         spec.
8186         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8187         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8188         (auth-source-search): Main auth-source API entry point.
8189         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8190         (auth-source-search-collection): Helper function for searching.
8191         (auth-source-netrc-parse, auth-source-netrc-normalize)
8192         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8193         Supports search, create, and delete.
8194         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8195         backend stubs.
8196         (auth-source-user-or-password): Call `auth-source-search' but it's not
8197         ready yet.
8198
8199 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8200
8201         * message.el (message-setup-1): Remove the read-only stuff, since it
8202         doesn't work under XEmacs, for some reason.
8203
8204         * gnus-sum.el (gnus-user-date): Rename back from
8205         gnus-summary-user-date since user code refers to it.
8206
8207         * shr.el (shr-render-td): Store the actual background color used.
8208
8209         * message.el (message-setup-1): Don't bind the constant
8210         -forbidden-properties.
8211         (message-setup-1): Revert previous change, since it needs to bind the
8212         props to insert them.
8213         (message-resend): Allow removing the read-only separator line.
8214
8215 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8216
8217         * nnimap.el (nnimap-request-accept-article): Give an error message if
8218         the APPEND wasn't successful.
8219
8220 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8221
8222         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8223         that have no groups.
8224
8225 2011-02-03  Julien Danjou  <julien@danjou.info>
8226
8227         * gnus-draft.el: Remove progn around gnus-draft-setup.
8228
8229 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8230
8231         * gnus-start.el (gnus-read-active-for-groups): This function is never
8232         called with a nil `infos', so clean that up.
8233         (gnus-get-unread-articles): Request active files from primary/secondary
8234         methods that have no groups (yet).
8235
8236 2011-02-03  Julien Danjou  <julien@danjou.info>
8237
8238         * message.el (message-setup-1): Always generate References first.
8239         (message-mail): Return the return value of message-setup, not always t.
8240         (message-setup-1): Insert mail-header-separator with read-only and
8241         intangible properties set.
8242
8243         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8244         user-date in docstring.
8245
8246         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8247
8248         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8249         docstring.
8250
8251         * gnus.el (gnus-user-date-format-alist): Change default value.
8252         Use defcustom, with type and group.  Move from gnus-util.el.
8253         Rename to gnus-summary-user-date-format-alist.
8254
8255 2011-02-03  Glenn Morris  <rgm@gnu.org>
8256
8257         * nnimap.el (gnus-fetch-headers): Declare.
8258
8259         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8260
8261 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8262
8263         * message.el (message-forward-make-body-digest-plain)
8264         (message-followup, message-reply): Clean up things noted by Stefan.
8265
8266         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8267         gnus-article-update-date-headers is nil.
8268         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8269         it didn't really work with defcustom.
8270         (article-update-date-lapsed): Make sure the window start doesn't move,
8271         either.
8272
8273 2011-02-01  Julien Danjou  <julien@danjou.info>
8274
8275         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8276         format.
8277
8278         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8279         standard in Emacs nowadays.
8280
8281         * color.el (color-gradient): Add a color-gradient function.
8282
8283 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8284
8285         * message.el (message-expand-name): Don't trust the return value of
8286         bbdb-complete-name.
8287         (message-check-news-header-syntax): Remove unused var `start'.
8288         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8289         (message-inhibit-body-encoding): Move to before first use.
8290         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8291         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8292         (Organization, Message-ID, Date, mh-previous-window-config):
8293         Defvar the vars using dynamic scoping.
8294
8295 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8296
8297         * shr.el (shr-render-td): Only do colors at the final rendering.
8298         Should be slightly faster.
8299         (shr-insert-table): Fix up TD background colors when doing the
8300         vertical padding.
8301
8302         * gnus-art.el (article-date-ut): Protect against articles with no Date
8303         header.
8304         (article-update-date-lapsed): Don't use current-column to find the
8305         horizontal position.  It's fragile in the presence of \003 characters.
8306
8307         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8308
8309 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8310
8311         * gnus-art.el (article-transform-date): Rewrite to still work when
8312         there are several rfc2822 parts.
8313         (article-transform-date): Fix infinite recursion.
8314         (article-date-ut): Replace infinitely many Date headers with a single
8315         one when called interactively.
8316
8317         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8318         secure manner.
8319
8320         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8321         move around by not using save-window-excursion.  It seems to work...
8322
8323 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * gnus-art.el (article-make-date-line): Work for user-defined format.
8326
8327 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8328
8329         * nntp.el (nntp-retrieve-group-data-early)
8330         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8331         fetching functions.
8332
8333         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8334         thoroughly for all backends that have no known groups.  This should
8335         allow new nnml methods to retrieve mail.
8336
8337         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8338         that Gnus doesn't know exists again.
8339
8340         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8341         (gnus-treat-date-ut): Ditto.
8342         (gnus-article-update-date-header): Rename.
8343         (gnus-treat-date-local): Remove.
8344         (gnus-treat-date-english): Remove.
8345         (gnus-treat-date-lapsed): Remove.
8346         (gnus-treat-date-combined-lapsed): Remove.
8347         (gnus-treat-date-original): Remove.
8348         (gnus-treat-date-iso8601): Remove.
8349         (gnus-treat-date-user-defined): Remove.
8350         (gnus-article-date-headers): New variable to control all the date
8351         header options.
8352         (article-date-ut): Rewrite to allow using the new way to format date
8353         headers(s).
8354
8355 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8356
8357         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8358         method.
8359         (nnmail-article-group): A better test for fanciness.
8360
8361         * nnimap.el (nnimap-request-head): Protect against not finding the
8362         article by Message-ID.
8363
8364 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8365
8366         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8367         keep point at the "same place".
8368
8369 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8370
8371         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8372         data if the group is inactive.
8373
8374 2011-01-28  Julien Danjou  <julien@danjou.info>
8375
8376         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8377         (gnus-all-windows-visible-p): Remove old compatibility code.
8378         (gnus-window-top-edge): Add docstring.
8379
8380         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8381
8382 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8383
8384         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8385         older request-update-info.
8386
8387         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8388
8389 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8390
8391         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8392         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8393
8394 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8395
8396         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8397         groups.  This makes the nndraft:queue group pop up if it's not already
8398         there.
8399
8400         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8401         messages" logic, which was reversed.
8402
8403         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8404         the "same place" even if point is on the line being replaced.
8405         (article-update-date-lapsed): Allow updating both the combined lapsed
8406         and the lapsed headers.
8407         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8408         (article-make-date-line): Limit the number of segments dynamically to
8409         avoid too-long lines.
8410
8411 2011-01-27  Julien Danjou  <julien@danjou.info>
8412
8413         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8414         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8415
8416 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8419         Use plist-get instead of the cl function getf.
8420
8421 2011-01-27  Glenn Morris  <rgm@gnu.org>
8422
8423         * gnus-util.el (float-time): Get rid of compiler warning, again.
8424
8425 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8426
8427         * shr.el (shr-put-color): Special-case background colors: Do put them
8428         at the blank parts at the front of the lines.
8429
8430         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8431         exit hook to nix out all data on readedness on group exit.
8432
8433         * gnus-util.el (float-time): If float-time is bound, always use it on
8434         all Emacsen.  It's unclear why the subrp check was there.
8435         (time-date): Require to make some autoload issues on XEmacs go away.
8436
8437         * shr.el (shr-put-color): Don't do the box padding in tables, since
8438         they're already padded.
8439
8440 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8441
8442         * gnus-art.el (gnus-article-next-page): When the last line of the
8443         article is displayed, scroll down once more instead of going to the
8444         next article at once.
8445         (article-lapsed-string): Refactor out and allow specifying how many
8446         segments you want.
8447         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8448         (gnus-article-update-lapsed-header): New variable.
8449
8450         * shr.el: Revert change that made headings use different-sized faces.
8451         The Emacs display engine isn't advanced enough that, for instance,
8452         tables can comfortably use differently-sized faces.
8453
8454 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8455
8456         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8457         used.
8458         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8459         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8460         we're using an encrypted connection.
8461
8462         * proto-stream.el: Alter the interface functions to also return the
8463         actual stream type used: network or tls.
8464
8465 2011-01-25  Julien Danjou  <julien@danjou.info>
8466
8467         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8468         (mm-display-javascript-inline): New function.
8469
8470         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8471         viewing function.
8472
8473 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * shr.el (shr-expand-newlines): Fix variable name.
8476
8477 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8478
8479         * shr.el (shr-expand-newlines): Make nested boxes work.
8480
8481 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8482
8483         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8484         backgrounds.
8485         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8486         in a more sensible manner.
8487
8488 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8489
8490         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8491         if EPG is loaded.
8492
8493 2011-01-24  Julien Danjou  <julien@danjou.info>
8494
8495         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8496         tags.
8497
8498 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8499
8500         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8501         commands.
8502
8503         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8504         in the article buffer.
8505         (gnus-gravatar-insert): Use blank space from the current buffer to
8506         avoid breaking text properties.  This makes X-Sent updating work again.
8507
8508         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8509
8510 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8511
8512         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8513         fix the bug in url-http.el instead.
8514
8515         * shr.el (shr-image-fetched): Ditto.
8516
8517         * shr.el (shr-image-fetched): Avoid having point move in the article
8518         buffer.
8519
8520         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8521         buffer after being called.  It's apparently being killed by url.el, and
8522         killing it made point move to end-of-buffer in a random buffer.
8523
8524         * shr.el (shr-image-fetched): Ditto.
8525
8526 2011-01-23  Julien Danjou  <julien@danjou.info>
8527
8528         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8529
8530         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8531         text/x-org.
8532
8533 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8534
8535         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8536         (i.e., nnimap) returning nil as the article number.
8537
8538 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8539
8540         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8541         "DelSp" parameter in RFC3676.
8542
8543 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8544
8545         * message.el (message-check-recipients): Display the encoded version of
8546         the bogus address if they differ.
8547
8548         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8549         after sending.
8550
8551         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8552
8553         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8554
8555         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8556         group buffer after sending the queue.
8557
8558         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8559
8560 2011-01-22  Julien Danjou  <julien@danjou.info>
8561
8562         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8563
8564 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8565
8566         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8567         nested related parts.
8568
8569         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8570         unexpired articles.  This fixes the regression that led expiry marks to
8571         disappear from nnfolder groups.
8572
8573 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8574
8575         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8576         Don't confuse the "ret" of "retrograde" with RET.
8577
8578 2011-01-21  Julien Danjou  <julien@danjou.info>
8579
8580         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8581         than mm-insert-inline.
8582
8583 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8584
8585         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8586         Widen article buffer.
8587
8588 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8589
8590         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8591         the temp buffer.
8592         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8593
8594 2011-01-20  Julien Danjou  <julien@danjou.info>
8595
8596         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8597
8598         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8599         than mm-insert-inline to insert inline part: this respect
8600         mm-inline-media-tests displayers.
8601
8602         * mm-view.el (mm-display-shell-script-inline): New function.
8603
8604         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8605
8606         * mm-uu.el (mm-uu-type-alist): Add org block.
8607         (mm-uu-org-src-code-block-extract): New function.
8608
8609         * mm-view.el (mm-display-org-inline): New function.
8610
8611         * mm-decode.el (mm-automatic-display): Add text/org.
8612
8613         * mailcap.el (mailcap-mime-extensions): Add .org.
8614
8615 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8618         gnus-article-add-buttons.
8619
8620 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8621
8622         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8623         From header with a date and "nobody" as the sender.
8624
8625 2011-01-19  Julien Danjou  <julien@danjou.info>
8626
8627         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8628         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8629         if you have the same regexp several times.
8630         (gnus-button-push): Fix matching when regexp is symbol.
8631
8632 2011-01-15  Glenn Morris  <rgm@gnu.org>
8633
8634         * message.el (message-mail): A compose-mail function should
8635         accept headers as strings.
8636
8637 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8638
8639         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8640         Add :vert-only tags.
8641         (message-mail): New arg RETURN-ACTION.
8642         (message-return-action): New var.
8643         (message-bury): Use it.
8644         (message-mode): Make it buffer-local.
8645         (message-send-and-exit): Always call message-bury.
8646
8647         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8648         message-mail.
8649
8650 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8651
8652         * nnimap.el (nnimap-convert-partial-article): Protect against
8653         zero-length body parts.
8654
8655         * mm-decode.el (mm-preferred-alternative-precedence):
8656         Discourage showing empty parts.
8657
8658         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8659         and stuff if the backend didn't return the article number.  This fixes
8660         an Exchange-related nnimap bug.
8661
8662         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8663         group window, because it does the wrong thing when a separate frame
8664         displays the group buffer.
8665
8666         * proto-stream.el (open-protocol-stream): Protect against the low-level
8667         transport functions returning nil.
8668
8669 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8670
8671         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8672         (mml2015-epg-find-usable-secret-key): New function.
8673         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8674         mml2015-epg-find-usable-key (Bug#7797).
8675         (mml2015-epg-encrypt): Ditto.
8676
8677 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * dgnushack.el (rot13-string): Fix the way to get the argument.
8680
8681 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8682
8683         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8684
8685 2011-01-03  Glenn Morris  <rgm@gnu.org>
8686
8687         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8688
8689         * sieve.el (sieve-open-server): Give a more explicit error if
8690         sieve-manage-open returns nil.  (Bug#7720)
8691
8692 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8693
8694         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8695
8696 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8697
8698         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8699         This avoids sending passwords in plain text over non-encrypted
8700         channels.
8701
8702         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8703
8704         * nnimap.el (nnimap-login): Refactored out into own function, and
8705         implement CRAM-MD5.
8706         (nnimap-wait-for-line): Refactored out.
8707
8708         * mm-view.el (mml-smime): Require.
8709
8710 2010-12-20  David Engster  <deng@eml.cc>
8711
8712         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8713         use EPG to decrypt S/MIME messages instead of openssl.
8714
8715 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8716
8717         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8718
8719         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8720         status is the group clearly is unreachable.
8721
8722         * auth-source.el (auth-source-create): Add the optional second
8723         parameter to `local-variable-p' to be compatible with XEmacs.
8724
8725 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8726
8727         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8728         work when using a compressed nnml folder.
8729
8730 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8731
8732         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8733         backends after sanitising on entry, because this never makes sense:
8734         If the articles have gone missing, then the data no longer exists on
8735         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8736         overwrite anything anyway.
8737
8738         * shr.el (shr-insert-document): Bind shr-width dynamically to
8739         window-width if it's nil.
8740
8741 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8742
8743         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8744         with the meaning of using the full emacs window width for rendering.
8745
8746 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8747
8748         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8749         case when sender is not given.
8750
8751 2010-12-23  Julien Danjou  <julien@danjou.info>
8752
8753         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8754         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8755         the addresses, otherwise we might misplaced the gravatar.
8756
8757 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8758
8759         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8760         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8761         obsolete in Emacs.
8762
8763 2010-12-20  Julien Danjou  <julien@danjou.info>
8764
8765         * gnus-util.el (gnus-rescale-image): Revert last change.
8766
8767 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8768
8769         * binhex.el: Improve commentary (Bug#7482).
8770
8771 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8772
8773         * gnus-group.el (gnus-group-delete-articles): New command.
8774
8775 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8776
8777         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8778
8779 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8780
8781         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8782         here, since it's up to the backends to do CRLF removal if their
8783         protocol has it.
8784
8785         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8786
8787 2010-12-17  Julien Danjou  <julien@danjou.info>
8788
8789         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8790         they are from file.  Can also scale up.
8791
8792 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8793
8794         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8795         Restore gnus-use-agent.
8796         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8797
8798         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8799
8800 2010-12-17  Julien Danjou  <julien@danjou.info>
8801
8802         * gravatar.el (gravatar-retrieve-synchronously): New function.
8803         (gravatar-get-data): Make more robust.
8804
8805 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8808
8809 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8810
8811         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8812         to really consider the last line.
8813
8814 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8815
8816         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8817         list of recipient keys, or use symmetric encryption if not a list.
8818         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8819         EPA override, replacing the call to `netrc-store-data'.
8820
8821 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8822
8823         * gnus-srvr.el: Avoid passing nil regexp argument to
8824         delete-matching-lines.
8825
8826 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8827
8828         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8829         fetching stops when Gnus exits.
8830
8831         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8832         function.
8833         (nnfolder-request-expire-articles): Save all the buffers after doing
8834         expiry.
8835
8836         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8837         the last article", since that led to serious performance regressions
8838         when expiring nnml groups.
8839
8840 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8841
8842         * nnir.el: Improve customizations.
8843
8844 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8845
8846         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8847
8848         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8849         group has been killed.
8850         (gnus-group-yank-group): Ditto.
8851
8852         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8853
8854         * nnimap.el (nnimap-request-update-group-status): New function.
8855
8856         * gnus-int.el (gnus-request-update-group-status): New interface
8857         function.
8858
8859         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8860         copying read-ness to the backends.
8861
8862         * nnimap.el (nnimap-quirk): New function.
8863         (nnimap-retrieve-group-data-early): Use it.
8864         (nnimap-quirks): New alist.
8865
8866 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8869         don't delete it within indentation.
8870
8871 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8872
8873         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8874         previous line.
8875
8876 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8877
8878         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8879         QRESYNC command by deleting a superfluous space which broke Cyrus
8880         servers.  This change will break other servers that are buggy the other
8881         way around.
8882
8883 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8884
8885         * spam.el: Reindent and fix long lines.
8886         (spam-copy-or-move-routine): Exclude invalid move destinations.
8887
8888 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8889
8890         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8891         installed the registry.
8892
8893 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8896
8897 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8898
8899         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8900         groupname doesn't contain "gmane".
8901
8902 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8903
8904         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8905         and netrc-bound-and-true-p bindings.
8906         (netrc-parse): Cache the netrc contents.
8907
8908         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8909         (gnus-1): Don't create the nndrafts group twice.
8910         (gnus-setup-news): There's no need to read the active file here, since
8911         that's done again later on a per-backend basis.
8912         (gnus-start-draft-setup): Make sure that the new group is started out
8913         empty.
8914
8915         * gnus-agent.el (gnus-agentize): Don't create the queue group
8916         automatically on startup.  It'll be created later, if needed.
8917
8918         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8919         of automatically subscribed groups.
8920         (gnus-auto-subscribed-categories): New variable.
8921         (gnus-matches-options-n): Use it.
8922         (gnus-default-subscribed-newsgroups): Remove unused variable.
8923         (gnus-start-draft-setup): Message a bit less.
8924
8925 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8926
8927         * nnir.el (nnir-run-imap): Return article list in order of increasing
8928         UID.
8929
8930 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8931
8932         * gnus-sum.el (gnus-summary-enter-digest-group):
8933         Mention gnus-auto-select-on-ephemeral-exit.
8934
8935         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8936         convention of the network-only option.
8937
8938 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8939
8940         * proto-stream.el (proto-stream-open-network-only): New function to
8941         have a way to specify non-STARTTLS upgrade connections.
8942
8943 2010-12-10  Julien Danjou  <julien@danjou.info>
8944
8945         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8946         email address is nil.
8947
8948         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8949
8950 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8951
8952         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8953         deletion.
8954         (nnir-run-imap): Only need to parse list once.
8955
8956 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8957
8958         * shr.el (shr-tag-script): Ignore <script>.
8959         (shr-tag-label): Add <label> support.
8960
8961 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8964
8965         * shr.el (shr-image-displayer): Work for images lined side by side.
8966
8967 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8968
8969         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8970         parameter, since XEmacs doesn't accept t as a parameter.
8971
8972 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8973
8974         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8975         ids.
8976         (nnir-run-gmane): Simplify groupspec formatting.
8977         (nnir-request-expire-articles): New function.
8978
8979 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8980
8981         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8982         overflow, possibly.
8983
8984         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8985         (shr-render-td): Handle td style="" better.
8986         (shr-tag-table): Use the color from the style sheet.
8987         (shr-render-td): Make sure we copy over all the overlays, too.
8988
8989 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8990
8991         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8992         (nnir-request-article): Improve article retrieval.
8993
8994 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8995
8996         * mm-util.el (mm-extra-numeric-entities): New variable.
8997
8998         * mm-url.el (mm-url-decode-entities):
8999         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
9000
9001         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
9002
9003 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9004
9005         * message.el: Use completion-at-point.
9006         (message-completion-function): New fun, extracted from message-tab.
9007         (message-mode): Use it for completion-at-point-functions.
9008         (message-tab): Use it and completion-at-point.
9009
9010 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
9013         character if a non-breakable character follows.
9014
9015 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9016
9017         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
9018         any stream.
9019
9020         * shr.el (shr-tag-font): Colorize the region.
9021         (shr-tag-body): Ditto.
9022         (shr-tag-font): Actually let the styles be inherited instead of
9023         overwriting them.
9024         (shr-tag-font): Get the background color right.
9025         (shr-tag-style): Ignore all <style> tags for the moment.
9026
9027         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9028         a Message-ID to avoid having nnimap depend on gnus-sum.
9029
9030         * shr.el (shr-descend): Only colorize something if we have a node that
9031         sets colors.
9032
9033 2010-12-06  Julien Danjou  <julien@danjou.info>
9034
9035         * shr.el (shr-render-td): Render td content with shr-descend, so style
9036         will be applied to <td> too.
9037         (shr-colorize-region): Colorize region even if we only have a background.
9038         (shr-tag-body): Fix color and background color inheritance.
9039         Do not recolorize after shr-generic.
9040         (shr-tag-font): Let shr-generic colorize via inheritance.
9041
9042 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
9045
9046 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
9047
9048         * nnir.el (nnir-request-move-article): Remove obsolete code.
9049
9050 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
9053
9054 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9055
9056         * gnus-sum.el (gnus-summary-respool-article): The completion function
9057         expects a list instead of an alist.
9058
9059         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9060         string as the parameter.
9061
9062         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9063
9064         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9065         styles.
9066         (shr-colorize-region): New function.
9067         (shr-insert-background-overlay): Remove.
9068         (shr-render-td): Background setting should be taken care of on a higher
9069         level.
9070         (shr-tag-body): Use post-hoc colorizations.
9071         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9072         (shr-put-color-1): Don't overwrite old colors.
9073         (shr-colorize-region): When the background color isn't explicit, use
9074         a fixed background.
9075
9076         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9077         nnmail variables.
9078
9079 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9080
9081         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9082         unless necessary.
9083
9084 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9085
9086         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9087         server.
9088
9089 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9090
9091         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9092         so that TAB works.
9093
9094         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9095         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9096
9097         * shr.el (shr-urlify): Show the URL before the title to avoid
9098         misleading URLs.
9099
9100 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9101
9102         * shr.el (shr-urlify): Display the title in <a> tags.
9103
9104 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9105
9106         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9107
9108 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9109
9110         * nnir.el: Rearrange code to allow macros to be autoloaded by
9111         gnus-sum.el.
9112         (nnir-retrieve-headers-override-function): Make this variable
9113         customizable.
9114         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9115
9116         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9117         from nnir.el.
9118
9119 2010-12-03  Julien Danjou  <julien@danjou.info>
9120
9121         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9122
9123 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9124
9125         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9126         allow optional argument `environment'.
9127
9128 2010-12-03  Glenn Morris  <rgm@gnu.org>
9129
9130         * mm-extern.el (message-goto-body): Update declaration.
9131
9132 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * gnus-util.el (gnus-macroexpand-all): New function.
9135
9136         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9137         instead of macroexpand-all that is unavailable in XEmacs.
9138
9139 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9140
9141         * nnir.el (nnir-summary-line-format): New variable.
9142         (nnir-mode): Use it.
9143         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9144         (nnir-article-ids): Reimplement as defsubst.
9145         (nnir-retrieve-headers): Don't mangle the subject header.
9146         (nnir-run-imap): Use 100 as RSV score.
9147         (nnir-run-find-grep): Fix for full server searching.
9148         (nnir-run-gmane): Better restriction to gmane groups.
9149
9150         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9151         summary buffers.
9152
9153 2010-12-02  Julien Danjou  <julien@danjou.info>
9154
9155         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9156
9157         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9158
9159         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9160         support.
9161
9162 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9163
9164         * nnir.el: Update to handle the registry better.
9165         (autoload): Silence byte-compiler.
9166         (nnir-open-server): Add a hook for nnir groups.
9167         (nnir-request-move-article): Don't mangle the header.  Better to use
9168         formatting variables (which will be added in the future).
9169         (nnir-registry-action): Update the registry using the original article
9170         group name.
9171         (nnir-mode): Install nnir-specific hooks for updating the registry.
9172
9173         * gnus-sum.el
9174         (gnus-article-original-subject, gnus-newsgroup-original-name):
9175         Remove obsolete variables.
9176         (gnus-summary-move-article): Remove use of obsolete variables.
9177         (gnus-summary-local-variables): Make move and delete hooks local to
9178         summary buffers.
9179
9180 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9181
9182         * rtree.el: New file.
9183
9184 2010-12-01  Julien Danjou  <julien@danjou.info>
9185
9186         * message.el (message-user-organization): Do not use
9187         gnus-local-organization.
9188
9189         * gnus.el: Remove gnus-local-organization.
9190
9191         * gnus-msg.el: Remove nastygram thing.
9192
9193 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9194
9195         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9196         funcall.
9197
9198 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9201         names.
9202
9203         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9204         characters.
9205
9206         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9207         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9208         Suggested by Štěpán Němec <stepnem@gmail.com>.
9209         (gnus-gravatar-transform-address): Use mail-extract-address-components
9210         that supports non-ASCII names rather than mail-header-parse-addresses.
9211
9212 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9213
9214         * proto-stream.el (open-protocol-stream): All starttls connections are
9215         handled by the network handler.
9216
9217 2010-11-30  Julien Danjou  <julien@danjou.info>
9218
9219         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9220         (nnimap-open-connection-1): Fix PREAUTH.
9221
9222         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9223
9224 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9227         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9228         (shr-insert): Use them.
9229         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9230
9231 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9232
9233         * nnir.el (nnir-request-move-article): Bail out if original group
9234         doesn't support article moves.
9235         (nnir-get-active): Improve active list retrieval.
9236
9237 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9238
9239         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9240
9241 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9242
9243         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9244         seem to accept strings-with-numbers as port numbers.
9245
9246 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9247
9248         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9249         change the registry.
9250
9251 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9252
9253         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9254         delete-dups that is not available in XEmacs 21.4.
9255
9256         * mm-util.el (mm-delete-duplicates): Add comment.
9257
9258 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9259
9260         * nnir.el (nnir-ignored-newsgroups): New variable.
9261         (nnir-get-active): Use it.
9262
9263 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9264
9265         * proto-stream.el (proto-stream-open-network): Add some comments.
9266
9267         * nntp.el (nntp-open-connection): Provide a :success condition.
9268
9269         * nnimap.el (nnimap-open-connection-1): Ditto.
9270
9271         * proto-stream.el (proto-stream-open-network): See what the response to
9272         the STARTTLS command is.
9273
9274         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9275         backwards compatibility).
9276         (nnimap-open-connection-1): Really respect nnimap-server-port.
9277
9278         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9279         TLS upgrades we don't really care about the identity of the peer.
9280         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9281         that what we've checked for.
9282         (proto-stream-always-use-starttls): Only default to t if
9283         open-gnutls-stream exists.
9284         (proto-stream-open-network): If STARTTLS failed, then just open a
9285         normal connection.
9286         (proto-stream-open-network): Wait until the greeting before doing
9287         STARTTLS.
9288
9289         * nntp.el (nntp-open-connection): Report what the connection error is.
9290
9291         * proto-stream.el (open-protocol-stream): Rename from
9292         open-proto-stream.
9293
9294 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9295
9296         * nnimap.el (nnimap-stream): Change default to `undecided'.
9297         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9298         first, and then network.
9299         (nnimap-open-connection-1): Respect nnimap-server-port.
9300         (nnimap-open-connection): Be more backwards-compatible.
9301
9302         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9303         (proto-stream-open-starttls): De-duplicate the starttls code.
9304         (proto-stream-open-starttls): Folded back into the main function.
9305         (proto-stream-open-network): Fix typo in the gnutls path.
9306         (proto-stream-command): Refactor out.
9307
9308         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9309
9310         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9311         starttls.el STARTTLS.
9312
9313         * color.el (color-lab->srgb): Fix function call name.
9314
9315         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9316         if we're using tls.el.
9317         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9318         built in, then don't try to establish a STARTTLS connection.
9319
9320         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9321         servers.
9322
9323         * proto-stream.el (open-proto-stream): Use network, not stream.
9324         (open-proto-stream): Add a way to specify what the end of a command is.
9325
9326         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9327         connections types.
9328         (nntp-open-network-stream): Remove.
9329         (nntp-open-ssl-stream): Remove.
9330         (nntp-open-tls-stream): Remove.
9331         (nntp-ssl-program): Remove.
9332
9333         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9334
9335 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9336
9337         * nnir.el: Fix typos.
9338         (nnir-retrieve-headers-override-function): Rename variable to reflect
9339         new semantics.
9340         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9341         macros.
9342         (nnir-request-article, nnir-request-move-article): Use them.
9343         (nnir-categorize): New function.
9344         (nnir-run-query): Use it.
9345         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9346         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9347         sorted.
9348         (nnir-group-full-name): Use gnus-group-full-name instead.
9349         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9350         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9351
9352 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9353
9354         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9355
9356         * proto-stream.el: New library to provide protocol-specific
9357         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9358         protocols.
9359         (open-proto-stream): Complete the documentation.
9360         (proto-stream-open-network): Fix some typos.
9361
9362         * nnimap.el (nnimap-open-connection): Use it.
9363
9364 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9365
9366         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9367         negotiation.
9368
9369 2010-11-26  Julien Danjou  <julien@danjou.info>
9370
9371         * color.el: Rename various rgb functions to srgb.
9372
9373 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9374
9375         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9376         names.
9377
9378 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * shr.el (shr-insert): Revert last change.
9381         (shr-find-fill-point): Never leave point being at bol;
9382         relax the kinsoku limitation when rendering tables.
9383
9384 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9385
9386         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9387         results from -accept-article.
9388
9389         * shr-color.el: Require cl when compiling.
9390
9391         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9392         checkin.
9393
9394         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9395
9396         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9397
9398         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9399         'add and 'delete to set backend marks.
9400
9401         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9402
9403         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9404
9405         * nntp.el (nntp-request-set-mark): Use it.
9406
9407         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9408
9409         * nnml.el (nnml-request-set-mark): Ditto.
9410
9411         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9412         introduces regressions in article selection.
9413         (nnimap-find-uid-response): New function.
9414         (nnimap-request-accept-article): Use the UID returned, if any.
9415         (nnimap-request-move-article): Use the UID returned, if any.
9416         (nnimap-get-groups): Reimplement to work with folded lines.
9417         (nnimap-find-uid-response): The UID is the last element in the list.
9418         (nnimap-request-set-mark): Extend syntax with 'set.
9419
9420         * nnml.el (nnml-request-set-mark): Ditto.
9421
9422         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9423
9424         * nntp.el (nntp-request-set-mark): Ditto.
9425
9426 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * message.el (message-called-interactively-p): A temporary macro.
9429         (message-goto-body): Use it temporarily.
9430
9431 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9432
9433         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9434         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9435         (nnimap-last-response-string): Fix last unfolding fix.
9436
9437 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * shr.el (shr-insert): Fix the way to fold lines.
9440
9441 2010-11-25  Julien Danjou  <julien@danjou.info>
9442
9443         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9444
9445         * color.el: Rename from color-lab.el
9446         (color-rgb->hex): Add.
9447         (color-complement): Add.
9448         (color-complement-hex): Add.
9449
9450         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9451
9452 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9453
9454         * shr-color.el (shr-color-visible): Don't bug out if the color names
9455         don't exist.
9456
9457 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9460         assuming that article displaying or another mml-preview may be
9461         interrupted for an error or for the like.
9462
9463         * shr.el (shr-get-background): Fix argument name.
9464
9465 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9466
9467         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9468
9469         * gnus-sum.el (gnus-summary-include-articles): New function.
9470
9471         * message.el (message-goto-body): called-interactively-p needs a
9472         parameter, so use `any'.
9473
9474         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9475         clear marks before moving, since they're synced from the Gnus side
9476         first.
9477
9478         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9479         (gnus-summary-move-article): Copy over all marks before moving, so that
9480         IMAP doesn't think a new article has arrived.
9481
9482 2010-11-24  Julien Danjou  <julien@danjou.info>
9483
9484         * shr.el (shr-insert-background-overlay): Fix typo.
9485         (shr-render-td): Copy the background before rendering.
9486
9487         * shr-color.el (shr-color-visible): Fix docstring.
9488
9489         * shr.el (shr-tag-table): Add bgcolor support.
9490         (shr-render-td): Add bgcolor support.
9491         (shr-get-background): Add.
9492         (shr-insert-foreground-overlay): Use shr-get-background.
9493
9494         * message.el (message-goto-body): Use called-interactively-p.
9495         (message-in-body-p): message-goto-body returns point.
9496
9497 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9498
9499         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9500         Fixes something or other in Emacs 23, and is backwards compatible.
9501
9502         * message.el (message-goto-body): Remove the <#secure special-casing,
9503         which is too special.
9504
9505         * shr.el (shr-parse-style): Drop !important from styles.
9506
9507 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9508
9509         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9510         this function to return incorrect results when calling it with an
9511         explicit article argument different from
9512         (gnus-summary-article-number).
9513
9514 2010-11-24  Julien Danjou  <julien@danjou.info>
9515
9516         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9517         (shr-tag-body): Add background support.
9518         (shr-descend): Add background support.
9519         (shr-tag-title): Add.
9520
9521         * shr-color.el (shr-color-visible): Really return original background
9522         if fixed.
9523
9524 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9525
9526         * shr.el (shr-color-check): Protect against non-existent color names.
9527
9528 2010-11-24  Julien Danjou  <julien@danjou.info>
9529
9530         * color-lab.el: Require 'cl when compiling.
9531
9532         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9533
9534         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9535         matched part.
9536
9537         * color-lab.el: Fix all expt calls to use float type.
9538
9539 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9542         expression to shr-color-check as is.
9543
9544         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9545
9546         * color-lab.el: Add coding cookie.
9547         (float-pi): Use eval-and-compile.
9548
9549         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9550         compiled for Emacsen having no `libxml-parse-html-region' support.
9551
9552 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9553
9554         * shr.el (shr-insert-color-overlay): Split stuff like
9555         "#444444 !important" to find the real color.
9556         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9557         parse <font color="red"> entries.
9558
9559 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9560
9561         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9562         point when parsing headers.
9563
9564         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9565         is positioned properly when parsing headers.
9566
9567 2010-11-23  Julien Danjou  <julien@danjou.info>
9568
9569         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9570
9571         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9572
9573         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9574
9575         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9576         Use shr-color-hue-to-rgb.
9577         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9578
9579 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9580
9581         * shr.el (shr-color->hexadecimal): Autoload.
9582         (shr-descend): Add color to all tags.
9583
9584 2010-11-22  Julien Danjou  <julien@danjou.info>
9585
9586         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9587         shr-color->hexadecimal.
9588
9589         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9590         RGB() or HSL() color representation.
9591
9592         * shr.el (shr-tag-font): Add.
9593         (shr-tag-color-check): New function to get better colors.
9594         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9595         tag-span.
9596
9597         * shr-color.el: New file.
9598
9599         * color-lab.el: New file.
9600
9601         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9602
9603 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9604
9605         * nnir.el: Fix typo in comments.
9606         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9607         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9608
9609 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9610
9611         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9612
9613         * nnimap.el (nnimap-get-capabilities): Refactor out.
9614         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9615
9616 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9617
9618         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9619         appearing when `mm-uu-hide-markers' is nil.
9620
9621 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9622
9623         * nnimap.el (nnimap-unselect-group): Make into its own function.
9624         (nnimap-request-rename-group): Unselect group before renaming.
9625         This had gotten lost somewhere.
9626         (nnimap-request-accept-article): Keep track of examined groups, and
9627         unselect the group before APPENDing to read-only groups.
9628         (nnimap-request-move-article): Clear flags before moving so that they
9629         can be re-set later.
9630
9631 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9634         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9635
9636 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * gnus-art.el (gnus-mime-display-single):
9639         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9640         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9641         parameter.
9642
9643 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644
9645         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9646         (shr-table-vertical-line): New variable.
9647         (shr-insert-table): Use it.
9648
9649 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * gnus-html.el (gnus-html-wash-images): Don't display images if
9652         gnus-inhibit-images is non-nil; register displayer for cid images.
9653         (gnus-html-display-image): Work for cid image.
9654         (gnus-html-insert-image): Allow arguments.
9655         (gnus-html-put-image): Inhibit read-only.
9656         (gnus-html-prefetch-images): Don't prefetch images if
9657         gnus-inhibit-images is non-nil.
9658
9659 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9660
9661         * shr.el (shr-put-image): Break lines when inserting big pictures.
9662
9663 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9664
9665         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9666         sender, thanks Katsumi Yamaoka.
9667
9668 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9669
9670         * nnir.el (nnir-run-imap): Reverse the article list for each group
9671         rather than the whole list.
9672
9673 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * shr.el (shr-image-displayer): Protect function against non-existent
9676         image source.
9677
9678         * gnus-art.el (gnus-inhibit-images): New user option.
9679         (gnus-mime-display-single): Don't display image if it is non-nil.
9680
9681         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9682         gnus-inhibit-images.
9683
9684         * shr.el (shr-image-displayer): New function.
9685         (shr-tag-img): Use it.
9686
9687 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9688
9689         * mml2015.el (mml2015-epg-sign): Use From header.
9690
9691 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9692
9693         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9694
9695         * gnus-util.el (gnus-find-text-property-region): Return markers.
9696
9697         * shr.el (shr-tag-img): Put a displayer in the text property.
9698
9699         * gnus-util.el (gnus-find-text-property-region): New utility function.
9700
9701         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9702         (gnus-html-show-images): Remove.
9703
9704         * gnus-art.el (gnus-article-show-images): New, more general function.
9705
9706         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9707         image url text properties.
9708
9709         * shr.el: Ditto.
9710
9711         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9712         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9713
9714 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9717         work for two or more articles.
9718
9719 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9722         divide an image that's in an html article to two or more when washing
9723         non-ASCII characters in alt text of it.
9724
9725 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9728         smime-decrypt-region using function argument.
9729         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9730
9731         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9732
9733         * smime.el (smime-decrypt-region): Catch it.
9734
9735 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9736
9737         * smime.el (smime-mode-map): Move initialization into declaration.
9738         (gnus-run-mode-hooks): Don't autoload.
9739         (smime-mode): Use define-derived-mode.
9740
9741 2010-11-11  Glenn Morris  <rgm@gnu.org>
9742
9743         * smime.el (from): Restrict declaration to XEmacs.
9744
9745         * nnir.el (gnus-group-topic-name): Autoload.
9746
9747 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * shr.el (shr-insert): Don't break long line if it is because of
9750         kinsoku-bol characters in the line end.
9751
9752 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9753
9754         * nnir.el (nnir-request-move-article): Fix to provide original group
9755         and subject.
9756         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9757         been retrieved.
9758
9759         * gnus-sum.el (gnus-summary-move-article): Use original group and
9760         subject for virtual articles such as those in an nnir summary buffer.
9761
9762 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9765         least 21.5).
9766
9767         * smime.el (from): Declare it again for XEmacs.
9768
9769 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9770
9771         * message.el (message-resend): Don't disable encoding unless it's
9772         already encoded.
9773
9774         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9775         low-numbered articles.
9776
9777 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * rfc2047.el (rfc2047-syntax-table): Simplify.
9780
9781         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9782
9783         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9784         set-char-table-range for XEmacs.
9785
9786 2010-11-10  Glenn Morris  <rgm@gnu.org>
9787
9788         * time-date.el (time-to-seconds): Always an alias on Emacs,
9789         never a real function.
9790         (with-no-warnings): Remove compat stub, now unused.
9791         (time-less-p): Doc fix.
9792         (time-to-number-of-days): Simplify.
9793
9794         * smime.el (from): Remove unused declaration.
9795
9796         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9797         (gnus-float-time): On Emacs, always an alias.
9798
9799         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9800         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9801
9802 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * dgnushack.el: Don't use ignore-errors in the top level form since it
9805         is unavailable in XEmacs even if cl is loaded.
9806
9807         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9808
9809 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9810
9811         * shr.el (browse-url-mailto): Autoload.
9812
9813         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9814
9815         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9816         regexp doesn't need quoting.
9817
9818 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9819
9820         * message.el (message-subject-trailing-was-ask-regexp)
9821         (message-subject-trailing-was-regexp): Match was: in addition to was.
9822
9823 2010-11-09  Glenn Morris  <rgm@gnu.org>
9824
9825         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9826         (nnbabyl-check-mbox): Use point-at-bol.
9827
9828 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9829
9830         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9831
9832         * message.el (message-mailto): New function.
9833         (message-mailto): Should accept other parameters.
9834         (message-mailto): Remove since it duplicates browse-url-mailto
9835         functionality.
9836
9837 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9838
9839         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9840         methods.
9841         (gnus-read-active-file): Ditto.
9842
9843         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9844         ": " from the prompt.
9845         (gnus-group-make-group): Ditto.
9846
9847 2010-11-07  Glenn Morris  <rgm@gnu.org>
9848
9849         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9850         (gnus-bookmark-kill-line): Use point-at-eol.
9851
9852 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9855         asterisks in From header.
9856
9857 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9858
9859         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9860         string to avoid making the From headers syntactically invalid.
9861
9862         * message.el (message-send-mail): Don't insert courtesy messages if the
9863         message already has List-Post and List-ID messages.
9864
9865 2010-11-06  Glenn Morris  <rgm@gnu.org>
9866
9867         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9868         `condition', `type', `length' a prefix.
9869         (gnus-treat-predicate): Update for above name changes.
9870
9871 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9872
9873         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9874         binding.  Handled by `gnus-summary-refer-thread' instead.
9875         (nnir-warp-to-article): New backend function.
9876
9877         * nnimap.el (nnimap-request-thread): Force dependency updating.
9878
9879         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9880         (gnus-summary-refer-thread): Rework to improve thread-referral.
9881
9882         * gnus-int.el (gnus-warp-to-article): New function.
9883
9884         * gnus-sum.el (gnus-summary-article-map): Bind it.
9885
9886 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9887
9888         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9889         gnus-summary-refer-thread.
9890
9891         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9892         headers.
9893         (gnus-summary-limit-include-thread): Prevent articles in thread from
9894         being cut in gnus-cut-threads.
9895         (gnus-summary-refer-thread): Limit retrieved headers to those in
9896         thread.
9897
9898 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * message.el (message-send-mail): Use the value of
9901         message-courtesy-message from the message buffer.
9902
9903         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9904
9905         * shr.el (shr-browse-url): Implement mailto: URLs.
9906
9907         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9908         "raw".
9909
9910         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9911         if it's already selected.
9912
9913         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9914
9915 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9918         to measure the length and truncate alt text.
9919
9920 2010-11-03  Glenn Morris  <rgm@gnu.org>
9921
9922         * nndiary.el (nndiary-generate-nov-databases-1)
9923         (nndiary-generate-active-info): Rename dynamic variable `files' to
9924         something less generic.
9925
9926 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9927
9928         * nnir.el (nnir-request-move-article): Call the underlying backend to
9929         move articles from nnir.
9930
9931 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9932
9933         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9934
9935 2010-11-02  Julien Danjou  <julien@danjou.info>
9936
9937         * nnir.el: Remove wais support.
9938
9939 2010-11-02  Glenn Morris  <rgm@gnu.org>
9940
9941         * gnus-html.el: Reorder requirements to quieten compiler.
9942
9943 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9946         properly for XEmacs as well.
9947         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9948         (gnus-article-natural-long-line-p): Use window-width rather than
9949         frame-width.
9950
9951 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9952
9953         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9954         (nnir-read-parms): Don't modify query.
9955         (nnir-run-query): Add ability to search topic on current line.
9956         (nnir-get-active): Clean up.
9957
9958 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9959
9960         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9961         degenerate articles.
9962
9963         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9964         (gnus-print-buffer): Just print the buffer as is, without any copying
9965         to a buffer and then re-highlighting.
9966
9967         * nnimap.el (nnimap-request-group): Store the new updated info.
9968         (nnimap-request-group): Select the group when we don't know whether it
9969         exists or not.
9970
9971         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9972         groups.
9973
9974         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9975         groups.
9976
9977         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9978         groups.
9979
9980         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9981         long-lines case by only filling the long lines.
9982
9983         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9984         (bug#7311).
9985
9986 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * shr.el: No need to declare `declare-function' since shr.el is for
9989         only Emacsen that provide `libxml-parse-html-region'.
9990
9991         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9992         effective only in a file it is referred to.
9993
9994 2010-11-01  Glenn Morris  <rgm@gnu.org>
9995
9996         * mm-util.el (gnus-completing-read): Autoload.
9997         (mm-read-coding-system): Simplify Emacs definition.
9998
9999         * nnmail.el (gnus-activate-group):
10000         * nnimap.el (gnutls-negotiate):
10001         * nntp.el (netrc-parse): Fix declarations.
10002
10003 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
10006         string-match-p in Emacs >=23.
10007
10008         * gnus-msg.el (gnus-configure-posting-styles):
10009         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
10010
10011 2010-11-01  Glenn Morris  <rgm@gnu.org>
10012
10013         * nnir.el (declare-function): Add compat stub.
10014         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
10015         (nnir-run-gmane): Require 'mm-url.
10016
10017         * mm-util.el (mm-string-to-multibyte): Simplify.
10018
10019         * shr.el (declare-function): Add compat stub.
10020         (url-cache-create-filename): Declare.
10021         (mm-disable-multibyte, widget-convert-button): Autoload.
10022
10023         * smime.el (ldap-search): Declare.
10024         (smime-cert-by-ldap-1): Require ldap on Emacs.
10025
10026         * nnimap.el: Require nnmail, and gnus-sum when compiling.
10027         (nnimap-keepalive): Use gnus-float-time.
10028
10029         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
10030         (mail-source-delete-crash-box): Use gnus-float-time.
10031
10032         * gnus-dired.el (gnus-completing-read): Autoload.
10033
10034         * mm-view.el (gnus-rescale-image): Autoload.
10035
10036         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
10037
10038         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
10039
10040         * sieve-manage.el: Require 'cl when compiling.
10041
10042         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
10043         (gnus-iswitchb-completing-read): Require iswitchb.
10044         (gnus-select-frame-set-input-focus): Silence compiler.
10045
10046 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10047
10048         * message.el (message-subject-trailing-was-query): Change default to t,
10049         since I think that's what most people want.
10050
10051         * nnimap.el (nnimap-request-accept-article): Erase buffer before
10052         appending for easier debugging.
10053         (nnimap-wait-for-connection): Take a regexp.
10054         (nnimap-request-accept-article): Wait for the continuation line before
10055         sending anything unless we're streaming.
10056
10057         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10058         leave the header washing to take place.
10059
10060 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10061
10062         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10063         regular expression match and replace in posting styles.
10064
10065 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10066
10067         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10068         an entire server.
10069         (nnir-get-active): New function.
10070         (nnir-run-imap): Use it.
10071         (nnir-run-gmane): Who knew, gmane search returns an article score!
10072
10073         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10074         server on the current line with nnir.
10075
10076 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10077
10078         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10079         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10080         left edge.
10081         (gnus-article-foldable-buffer): Skip past the prefix when determining
10082         raggedness.
10083
10084         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10085         the raw article, and change `C-u g' to show the article without doing
10086         treatments.
10087
10088         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10089         on to `gnus-treat-article'.
10090         (gnus-inhibit-article-treatments): New variable.
10091
10092         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10093
10094         * gnus-art.el (gnus-treatment-function-alist): Have
10095         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10096         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10097         sections.
10098
10099         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10100         parameter.
10101         (gnus-article-fill-cited-long-lines): New function.
10102         (gnus-article-fill-cited-article): Allow filling only long sections.
10103
10104         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10105         and non-punctuation (like after the apostrophe in "'We").
10106
10107         * gnus-sum.el (gnus-summary-select-article): Make sure
10108         gnus-original-article-buffer is alive.
10109
10110         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10111         reflect the order they're in in the digest.
10112
10113         * gnus.el (gnus-group-startup-message): Move point to the start of the
10114         buffer.
10115
10116         * nnimap.el (nnimap-capability): New function.
10117         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10118         is set.
10119
10120 2010-10-31  David Engster  <dengste@eml.cc>
10121
10122         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10123         conform with changes to gnus-completing-read.
10124
10125 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10126
10127         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10128
10129 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10130
10131         * nnir.el: Move defvar, defcustom around to keep file organized
10132         and keep byte-compiler quiet.
10133         (nnir-read-parms): Accept search-engine as arg.
10134         (nnir-run-query): Pass search-engine as arg.
10135         (nnir-search-engine): Remove.
10136
10137 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10138
10139         * shr.el (shr-generic): The text nodes should be text, not :text.
10140
10141         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10142         later in the file.
10143
10144 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10145
10146         * nnir.el: General clean up.  Allow searching with multiple engines.
10147         Allow separate extra-parameters for each engine.
10148         Batch queries when possible.
10149         (nnir-imap-default-search-key, nnir-method-default-engines):
10150         Add customize interface.
10151         (nnir-run-gmane): New engine.
10152         (nnir-engines): Use it.  Qualify all prompts with engine name.
10153         (nnir-search-engine): Remove global variable.
10154         (nnir-run-hyrex): Restore for now.
10155         (nnir-extra-parms, nnir-search-history): New variables.
10156         (gnus-group-make-nnir-group): Use them.
10157         (nnir-group-server): Remove in favor of gnus-group-server.
10158         (nnir-request-group): Avoid searching twice.
10159         (nnir-sort-groups-by-server): New function.
10160
10161 2010-10-30  Julien Danjou  <julien@danjou.info>
10162
10163         * gnus-group.el: Remove gnus-group-fetch-control.
10164
10165         * gnus-start.el (gnus-find-new-newsgroups):
10166         Remove gnus-check-first-time-used.
10167
10168         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10169
10170 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10171
10172         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10173         set on groups that don't have \* permanentflags.
10174
10175 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10176
10177         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10178         control the background color.
10179         (shr-tag-img): Ignore very small web bug type images.
10180         (shr-put-image): Add help-echo alt texts to the images.
10181         (shr-tag-video): Show the video poster image.
10182
10183 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10184
10185         * shr.el (shr-table-depth): New variable.
10186         (shr-tag-table-1): Only insert the images after the top-level table.
10187
10188         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10189
10190         * gnus-util.el (gnus-list-memq-of-list): New function.
10191
10192         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10193         selected.
10194         (nnimap-unsplittable-articles): New slot.
10195         (nnimap-new-articles): Use it.
10196
10197 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10198
10199         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10200         move to the previous line on `M-g'.
10201
10202 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10203
10204         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10205         *-request-group, which seems unnecessary.
10206
10207         * nnimap.el (nnimap-quote-specials): Function copied over from
10208         imap.el.
10209         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10210         they support that.  Suggested by Tom Regner.
10211
10212 2010-10-29  Julien Danjou  <julien@danjou.info>
10213
10214         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10215         defalias.
10216         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10217
10218         * gnus.el: Remove `gnus-nntp-service' variable.
10219         (gnus-secondary-servers): Make obsolete.
10220         (gnus-nntp-server): Make obsolete.
10221
10222         * gnus-start.el (gnus-1): Remove x-splash calls.
10223
10224         * gnus-ems.el (gnus-x-splash): Remove.
10225
10226         * gnus.el (gnus-group-startup-message): Simplify/update code.
10227
10228         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10229         definition.
10230
10231         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10232         capability before doing anything.
10233         (gnus-group-insert-group-line): Remove useless
10234         gnus-group-remove-excess-properties.
10235
10236 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10237
10238         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10239
10240 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10241
10242         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10243         config after reselecting.
10244
10245 2010-10-28  Julien Danjou  <julien@danjou.info>
10246
10247         * shr.el (shr-put-image): Use point even if only inserting text.
10248         (shr-put-image): Save excursion when inserting alt text on non-graphic
10249         display, so the behavior is the same when we are on a graphic display.
10250
10251         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10252
10253 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10256         (gnus-mime-copy-part): Check coding system, not charset.
10257         (gnus-mime-view-part-externally): Never remove part.
10258         (gnus-mime-view-part-internally): Don't remove part here.
10259         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10260         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10261         multipart/alternative.
10262
10263         * mm-decode.el (mm-display-part): Take optional arg `force'.
10264
10265 2010-10-26  Julien Danjou  <julien@danjou.info>
10266
10267         * gnus-group.el (gnus-group-default-list-level): Add this function to
10268         compute the default list level.
10269         (gnus-group-default-list-level): Add possibility to use a function.
10270
10271 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10272
10273         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10274
10275         * gnus-group.el (gnus-group-completing-read)
10276         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10277         gnus-replace-in-string.
10278
10279 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * shr.el (shr-tag-div): Add.
10282
10283         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10284
10285 2010-10-25  Julien Danjou  <julien@danjou.info>
10286
10287         * gnus-util.el: Remove `gnus-with-local-quit'.
10288
10289         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10290
10291 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10292
10293         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10294         the original article buffer.
10295
10296 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10297
10298         * nnimap.el (nnimap-request-head): New function.
10299         (nnimap-request-move-article): Try to be slightly faster by not
10300         requesting the entire message when moving.
10301         (nnimap-transform-headers): Don't bug out on bodiless articles.
10302         (nnimap-send-command): Have no outstanding messages if the IMAP server
10303         doesn't support streaming.
10304         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10305
10306 2010-10-24  Julien Danjou  <julien@danjou.info>
10307
10308         * message.el (message-default-headers): Fix type.
10309
10310 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10311
10312         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10313         prefetching images.
10314
10315         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10316         backend for unknown groups.  This is mainly useful for nnimap groups.
10317
10318         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10319         group isn't covered by the agent.
10320
10321 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10322
10323         * nnir.el (nnir-method-default-engines): New variable.
10324         (nnir-run-query): Use it.
10325         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10326         (gnus-summary-nnir-goto-thread): Change group if needed.
10327
10328         * gnus-group.el (gnus-group-group-map): Add key binding for
10329         gnus-group-make-nnir-group.
10330
10331 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10332
10333         * shr.el (shr-tag-object): Add.
10334
10335         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10336         original article buffer live.
10337         (gnus-summary-select-article-buffer):
10338         Mention gnus-widen-article-buffer.
10339
10340 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10341
10342         * shr.el (shr-tag-strong): Add.
10343
10344 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10345
10346         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10347         group names.  They mess up the group buffer badly.
10348
10349         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10350
10351         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10352         instead of the summary one.
10353
10354 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * mml.el (mml-preview): Work properly when editing article.
10357
10358         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10359         gnus-have-read-active-file if it's already been in.
10360
10361 2010-10-22  Tom Tromey  <tromey@redhat.com>
10362
10363         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10364         gnus-group-completing-read.
10365
10366 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10367
10368         * message.el (message-mode-map): Don't bind M-; to comment region, to
10369         allow the global comment-dwim to work.
10370
10371 2010-10-21  Julien Danjou  <julien@danjou.info>
10372
10373         * message.el (message-setup-1): Allow message-default-headers to be a
10374         function.
10375
10376 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * shr.el (shr-tag-table): Simplify.
10379
10380 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10381
10382         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10383         to avoid trying to snarf invalid stuff.
10384
10385         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10386
10387         * gnus.el (gnus-message-archive-group): Quote value.
10388         (gnus-message-archive-group): Mark as changed.
10389
10390         * shr.el (shr-add-font): Don't put the font properties on the newline
10391         or the indentation.
10392
10393         * message.el (message-fix-before-sending): Change options when sending
10394         non-printable characters.
10395
10396         * gnus.el (gnus-message-archive-method): Change the default to
10397         monthly outgoing groups.
10398
10399         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10400         that have gotten new numbers.
10401
10402         * nnimap.el (nnimap-request-replace-article): New function.
10403
10404 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10407         (nnrss-request-article): Don't use special html washing code.
10408
10409 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * shr.el (shr-tag-table): Remove useless nconc.
10412
10413 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10414
10415         * gnus-art.el (article-wash-html): Simplify and remove the charset
10416         stuff.  Use the normal html rendering code instead of the special html
10417         washing code.
10418
10419         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10420         `gnus-w3m' symbols.
10421         (mm-text-html-washer-alist): Remove.
10422
10423         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10424         (mm-inline-media-tests): Remove use.
10425         (mm-text-html-renderer): Change default to the `shr' symbol.
10426
10427         * mm-view.el (mm-inline-text-html): Remove use.
10428
10429         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10430         `gnus-blocked-images' to be a function.
10431         (gnus-article-wash-function): Remove.
10432
10433 2010-10-20  Julien Danjou  <julien@danjou.info>
10434
10435         * spam.el (spam-list-of-processors): Mark as obsolete.
10436
10437         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10438         (nnimap-insert-partial-structure): Fix boundary detection.
10439
10440 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10441
10442         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10443         run file-truename on remote files.  This can be expensive and even
10444         prevent one from editing drafts if some unrelated buffer has a stale
10445         connection.
10446
10447 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10450         kinsoku-eol regardless of shr-kinsoku-shorten.
10451         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10452         (shr-tag-table): Support caption, thead, and tfoot.
10453
10454 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10455
10456         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10457         lines.
10458         (shr-save-contents): New command and keystroke.
10459
10460         * nndoc.el (nndoc-type-alist): Add git support.
10461         (nndoc-git-type-p): New function.
10462         (nndoc-transform-git-article): Ditto.
10463         (nndoc-transform-git-headers): Ditto.
10464         (nndoc-transform-git-headers): Generate Subject headers.
10465
10466         * shr.el (shr-parse-style): New function.
10467         (shr-tag-span): Ditto.
10468
10469         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10470         to `G G' to avoid collisions.
10471
10472 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * shr.el: Load kinsoku if necessary.
10475         (shr-kinsoku-shorten): New internal variable.
10476         (shr-find-fill-point): Make kinsoku shorten text line if
10477         shr-kinsoku-shorten is bound to non-nil.
10478         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10479         shr-indentation too when testing if table is wider than frame width.
10480         (shr-insert-table): Use `string-width' instead of `length' to measure
10481         text width.
10482         (shr-insert-table-ruler): Make sure indentation is done at bol.
10483
10484 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10485
10486         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10487         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10488         undecoded network data.
10489
10490 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10491
10492         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10493         name in the mode line spec so that the mode line menu works
10494         (bug#2431).
10495
10496         * message.el (message-get-reply-headers): If we're fed `to-address',
10497         then always use that.
10498
10499         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10500         aren't so wide as to need to switch off the edit menu.
10501
10502         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10503         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10504
10505         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10506         `M-g'.
10507         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10508         the permanent marks.
10509
10510 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10511
10512         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10513         Splitting according to references/in-reply-to obeys the ignore-groups
10514         variable, while splitting by sender and subject do not.
10515
10516 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10517
10518         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10519         alist, so that we can look for non-Unicode chars.
10520         (article-translate-strings): Allow both character and string maps.
10521
10522 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * shr.el (shr-insert): Don't insert space behind a wide character
10525         categorized as kinsoku-bol, or between characters both categorized as
10526         nospace.
10527
10528 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10529
10530         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10531         headers to gnus-newsgroup-headers.
10532
10533 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10534
10535         * shr.el (shr-tag-img): Don't align images -- since we're not
10536         rescaling, this often leads to ugly displays.
10537
10538 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10539
10540         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10541         duplicates.
10542
10543 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10544
10545         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10546         call.
10547
10548 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10549
10550         * gnus.el: Autoload gnus-html-show-images.
10551
10552         * nnimap.el: Use nnheader-message throughout.
10553
10554         * shr.el (shr-tag-img): Ignore images with no data.
10555
10556 2010-10-15  Julien Danjou  <julien@danjou.info>
10557
10558         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10559         a possibility to disable format=flow encoding when using hard newlines.
10560
10561 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * shr.el (shr-insert): Remove space inserted before or after a
10564         breakable character or at the beginning or the end of a line.
10565         (shr-find-fill-point): Do kinsoku; find the second best point or give
10566         it up if there's no breakable point.
10567
10568 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10569
10570         * nnimap.el (nnimap-open-connection): Message when opening connection
10571         for debugging purposes.
10572
10573         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10574         on every setup buffer call to allow this to change from article to
10575         article.
10576
10577         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10578         buffers where we have a wide table.
10579
10580 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10581
10582         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10583         uses *-request-thread.
10584
10585 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10586
10587         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10588         incantation, which is no longer valid.
10589
10590 2010-10-14  Julien Danjou  <julien@danjou.info>
10591
10592         * shr.el: Fix defcustom type (char -> character).
10593
10594 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10595
10596         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10597         programs.
10598
10599 2010-10-14  Julien Danjou  <julien@danjou.info>
10600
10601         * shr.el (shr-tag-a): Use url-link as widget type.
10602
10603         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10604         `gnus-group-get-icon'.
10605
10606 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10607
10608         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10609         This should make server editing work better.
10610
10611         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10612
10613         * tls.el (tls-program): Remove spurious %s from openssl.
10614
10615         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10616         (nnimap-parse-flags): Fix regexp.
10617
10618         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10619         probably work for CJVK text, too.
10620
10621         * nnimap.el (nnimap-extend-tls-programs): Remove.
10622         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10623
10624         * tls.el (tls-starttls-switches): Remove starttls hack.
10625         (open-tls-stream): Ditto.
10626         (tls-find-starttls-argument): Ditto.
10627
10628 2010-10-13  Julien Danjou  <julien@danjou.info>
10629
10630         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10631         responses.
10632
10633 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10634
10635         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10636
10637         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10638         anything in Emacs.
10639
10640         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10641
10642 2010-10-13  Julien Danjou  <julien@danjou.info>
10643
10644         * shr.el (shr-width): Make shr-width a defcustom with default to
10645         fill-column.
10646         (shr-tag-img): Use shr-width rather than fill-column.
10647
10648 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * dgnushack.el (byte-optimize-apply):
10651         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10652
10653         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10654         position when (X-)Faces exist.
10655         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10656         avatars when called interactively.
10657
10658 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10659
10660         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10661         gnus-article-x-face-too-ugly is bound.
10662
10663 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10664
10665         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10666
10667         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10668         mailbox that doesn't exist.
10669
10670 2010-10-12  Julien Danjou  <julien@danjou.info>
10671
10672         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10673         (shr-get-image-data): Encode URL properly when fetching from cache.
10674         (shr-tag-img): Use aligned-to spaces to align correctly images.
10675
10676         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10677         before inserting the Gravatar.
10678
10679         * shr.el (shr-tag-img): Add align attribute support for <img>.
10680
10681 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10682
10683         * gnus-gravatar.el (gnus-art): Require.
10684
10685         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10686         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10687         Remove long obsoleted functions.
10688
10689 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10692
10693         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10694
10695         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10696         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10697         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10698         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10699         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10700         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10701         * sieve-manage.el, smime.el, spam.el:
10702         Fix comment for declare-function.
10703
10704 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10705
10706         * nnimap.el (nnimap-request-rename-group): Select group read-only
10707         before renaming it.
10708
10709         * shr.el (shr-insert): Fix up the white space only regexp.
10710
10711         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10712         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10713
10714         * shr.el (shr-current-column): New function.
10715         (shr-find-fill-point): New function.
10716
10717 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10718
10719         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10720         numbers.
10721
10722 2010-10-11  Julien Danjou  <julien@danjou.info>
10723
10724         * shr.el (shr-hr-line): Add.
10725         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10726         display hr lines.
10727         (shr-max-columns): Do not change state to nil if we just inserting
10728         spaces.
10729
10730 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10731
10732         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10733         select the last group.
10734
10735 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10736
10737         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10738
10739 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10740
10741         * dig.el (dig-mode-map): Declare and define in one step.
10742
10743 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10744
10745         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10746         for Gnus.
10747         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10748         (nnimap-update-qresync-info): Mark \Seen articles as read.
10749
10750         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10751         non-variable, too.
10752
10753         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10754         available.
10755         (nnimap-update-info): Rely more on the current active than the param
10756         active to avoid marking articles as read too much.
10757
10758         * auth-source.el (auth-source-create): Use (user-login-name) for the
10759         user name default.
10760
10761         * nnimap.el (nnimap-update-info): If the server doesn't return any
10762         useful info, just use the previous info.
10763         (nnimap-update-info): Prefer old info over start-article.
10764         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10765
10766 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10767
10768         * nnir.el (autoload): Clean up autoloads.
10769         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10770         Use key rather than value.
10771         (nnir-imap-search-other): New variable.
10772         (nnir-read-parm): Use it.
10773         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10774         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10775
10776 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10777
10778         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10779         the process, too.
10780
10781 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10782
10783         * spam.el (gnus-summary-mode-map): Bind to "$".
10784         Suggested by Russ Allbery.
10785
10786         * shr.el: Rework the way things are indented by <li> slightly.
10787
10788         * gnus.el (gnus-group-set-parameter): Fix typo.
10789
10790         * nnimap.el: Start implementing QRESYNC support.
10791
10792 2010-10-09  Julien Danjou  <julien@danjou.info>
10793
10794         * nnir.el (nnir-engines): Fix too many arguments.
10795
10796 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10797
10798         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10799         group is the "last", so that the backends like nnfolder actually save
10800         their folders.
10801
10802         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10803         try to use that for the tls stream.
10804         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10805         UIDVALIDITY and find out which groups are read-only and not.
10806         (nnimap-get-flags): Use the same marks parsing code as the rest of
10807         nnimap.
10808
10809 2010-10-09  Julien Danjou  <julien@danjou.info>
10810
10811         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10812
10813         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10814         retrieving gravatars.
10815
10816         * shr.el (shr-table-corner): Add.
10817         (shr-table-line): Add.
10818         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10819
10820 2010-10-08  Julien Danjou  <julien@danjou.info>
10821
10822         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10823
10824 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10825
10826         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10827
10828         * gnus-sum.el (gnus-mark-article-as-unread)
10829         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10830         (gnus-summary-set-bookmark): Use it.
10831
10832         * gnus-msg.el (gnus-setup-message): Use it.
10833
10834         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10835
10836         * gnus.el (gnus-group-remove-parameter): Use it.
10837
10838         * gnus-group.el (gnus-group-make-web-group): Use it.
10839
10840         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10841
10842         * nnregistry.el: Update docs to mention manual.
10843
10844         * gnus-registry.el: Update docs to mention nnregistry.el.
10845         (gnus-registry-initialize): Don't install nnregistry refer method
10846         automatically.
10847         (gnus-registry-install-nnregistry): Remove it.
10848
10849 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10850
10851         * shr.el (shr-insert): Don't insert double spaces.
10852
10853 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * gnus-gravatar.el (gnus-treat-from-gravatar)
10856         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10857         called interactively.
10858
10859         * gnus-art.el (gnus-mime-view-part-externally)
10860         (gnus-mime-view-part-internally): Make predicate function passed to
10861         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10862         of a mime type.
10863
10864         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10865
10866 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10867
10868         * shr.el (require): Require cl when compiling.
10869         (shr-tag-hr): New function.
10870
10871         * nnimap.el (nnimap-update-info): Remove double setting of high.
10872         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10873         This makes nnimap work properly on Courier again.
10874
10875         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10876         the variable for backwards compatibility.
10877
10878         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10879         the file name before using to avoid setting mm-default-directory to
10880         nil.
10881
10882         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10883         bidning gnus-agent variables.
10884
10885         * shr.el (shr-render-td): Use a cache for the table rendering function
10886         to avoid getting an exponential rendering behavior in nested tables.
10887         (shr-insert): Rework the line-breaking algorithm.
10888         (shr-insert): Don't leave trailing spaces.
10889         (shr-insert-table): Also insert empty TDs.
10890         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10891
10892 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10893
10894         * gnus-sum.el (gnus-number): Rename from `number'.
10895         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10896         (gnus-summary-limit-children): Update uses correspondingly.
10897
10898 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10901         (gnus-gravatar-transform-address): Don't show avatars of people of
10902         which mail addresses match gnus-gravatar-too-ugly.
10903
10904 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10905
10906         * shr.el (shr-table-widths): Expand TD elements to fill available
10907         space.
10908
10909 2010-10-07  Julien Danjou  <julien@danjou.info>
10910
10911         * nnimap.el (nnimap-request-rename-group): Add this method.
10912
10913 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10914
10915         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10916         name from XEmacs' function-arglist.
10917
10918         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10919         gravatar under XEmacs.
10920
10921 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10922
10923         * auth-source.el: Update docs with TODO items.
10924
10925         * gnus-sync.el: Update docs to explain state and plans.
10926
10927         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10928         Hooks for mark updates.
10929         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10930
10931         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10932         hooks with arguments, which is needed for mark update hooks.
10933
10934 2010-10-06  Julien Danjou  <julien@danjou.info>
10935
10936         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10937         was matched.
10938
10939         * sieve-manage.el: Update example in `Commentary'.
10940
10941         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10942
10943         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10944         not 2000.
10945         (sieve-manage-authenticate): Re-add function.
10946
10947 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10948
10949         * shr.el (shr-insert): Get 'space transition right.
10950         (shr-render-td): Only delete space at the end of the TD.
10951
10952         * nnimap.el (nnimap-open-connection): Prepare to support
10953         open-gnutls-stream.
10954
10955         * shr.el: Rearrange function order to be more logical.
10956
10957 2010-10-06  Julien Danjou  <julien@danjou.info>
10958
10959         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10960         (nnrss-discover-feed): Remove 404 URL in docstring.
10961
10962         * nnir.el: Fix Swish-E URL.
10963         Fix Namazu URL.
10964
10965         * message.el (message-change-subject): Remove 404 URL in a comment.
10966
10967 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10970         called interactively.
10971
10972         * gnus-util.el (gnus-remove-if): Allow hash table.
10973         (gnus-remove-if-not): New function.
10974
10975         * gnus-art.el (gnus-mime-view-part-as-type):
10976         * gnus-score.el (gnus-summary-score-effect):
10977         * gnus-sum.el (gnus-read-move-group-name):
10978         Replace remove-if-not with gnus-remove-if-not.
10979
10980         * gnus-group.el (gnus-group-completing-read):
10981         Regard collection as a hash table if it is not a list.
10982
10983 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10984
10985         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10986
10987         * shr.el: Document the table-rendering algorithm.
10988
10989 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10992         for Emacsen having no `libxml-parse-html-region' support.
10993
10994 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10995
10996         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10997         invalid URLs.
10998
10999         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
11000         line-broken.
11001         (shr-tag-img): Ignore image fetching errors.
11002         (shr-overlays-in-region): Compute overlay positions correctly.
11003
11004         * mm-decode.el (mm-shr): Require shr.
11005
11006         * gnus-art.el (gnus-blocked-images): Move variable here.
11007
11008         * shr.el (shr-insert-table): Bind free variable.
11009
11010         * mm-decode.el (mm-shr): Bind shr-content-function.
11011
11012         * shr.el (shr-content-function): New variable.
11013
11014         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
11015         added for symmetry.
11016
11017         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
11018
11019         * gnus-group.el (gnus-group-make-group): Doc fix.
11020
11021         * nnimap.el (nnimap-request-newgroups): Return success.
11022
11023         * shr.el (shr-find-elements): New function.
11024         (shr-tag-table): Put all the images after the table.
11025         (shr-tag-table): Really inhibit images inside the table.
11026         (shr-collect-overlays): Copy over overlays from the TD elements to the
11027         main document.
11028
11029         * mm-decode.el (mm-shr): Bind shr-blocked-images to
11030         gnus-blocked-images.
11031
11032 2010-10-05  Julien Danjou  <julien@danjou.info>
11033
11034         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
11035
11036         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
11037         (gnus-html-maximum-image-size): Add this function.
11038         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11039
11040         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
11041         server-value of the capability is nil.
11042
11043 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11044
11045         * shr.el (shr-tag-em): Add <EM> tag.
11046
11047 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
11048
11049         * sieve-manage.el (sieve-manage-default-stream): Make default stream
11050         customizable.
11051
11052         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
11053         handing broken links to browse-url.
11054
11055 2010-10-05  Julien Danjou  <julien@danjou.info>
11056
11057         * gnus-util.el (gnus-emacs-completing-read)
11058         (gnus-iswitchb-completing-read): Use autoload rather than require.
11059
11060 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11063         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11064         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11065         iswitchb-temp-buflist for XEmacs.
11066
11067         * gnus-util.el (gnus-completing-read-function): Exclude
11068         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11069         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11070         XEmacs.
11071
11072         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11073         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11074
11075         * gnus-html.el: Don't require help-fns under XEmacs.
11076         (gnus-html-schedule-image-fetching): Work for XEmacs.
11077
11078         * mm-decode.el (mm-shr): Decode contents by charset.
11079
11080 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11081
11082         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11083         unknown.
11084
11085         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11086         (shr-get-image-data): Ensure against the cache file missing.
11087
11088         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11089         for data.
11090
11091         * spam-report.el (spam-report-url-ping-plain): Don't query about
11092         killing the process.
11093
11094         * shr.el (shr-render-td): Protect against too-wide text.
11095
11096 2010-10-04  Julien Danjou  <julien@danjou.info>
11097
11098         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11099         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11100
11101         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11102         retrieved.
11103
11104 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11105
11106         * shr.el (browse-url): Require.
11107         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11108         lines.
11109         (shr-show-alt-text, shr-browse-image): New commands.
11110         (shr-browse-url, shr-copy-url): New commands.
11111
11112         * gnus-sum.el (gnus-widen-article-window): New variable.
11113         (gnus-summary-select-article-buffer): Use it.
11114
11115         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11116         without @ signs.
11117
11118 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11119
11120         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11121
11122 2010-10-04  Julien Danjou  <julien@danjou.info>
11123
11124         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11125         for XEmacs.
11126
11127 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11128
11129         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11130
11131         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11132         (nnimap-close-server): Implement.
11133
11134         * dgnushack.el (iswitchb): Require to shut up the compiler.
11135
11136         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11137         (shr-insert): Tweak line breaking.
11138         (shr-insert): Handle <pre> better.
11139         (shr-tag-li): Get <li> indentation right.
11140         (shr-tag-li): Get <li> indentation even righter.
11141         (shr-tag-blockquote): Ensure paragraph start.
11142         (shr-make-table): Tweak table generation.
11143         (shr-make-table): Fix typo.
11144
11145         * shr.el: Implement table rendering.
11146
11147 2010-10-04  Julien Danjou  <julien@danjou.info>
11148
11149         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11150
11151 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11152
11153         * shr.el (shr-insert): Use string anchors instead of line anchors.
11154
11155 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11156
11157         * shr.el: Add headings.
11158         (shr-ensure-paragraph): Actually work.
11159         (shr-tag-li): Make <ul> prettier.
11160         (shr-insert): Get white space at the beginning/end of elements right.
11161         (shr-tag-p): Collapse subsequent <p>s.
11162         (shr-ensure-paragraph): Don't insert double line feeds after blank
11163         lines.
11164         (shr-insert): \t is also space.
11165         (shr-tag-s): Fix "s" tag name function.
11166         (shr-tag-s): Fix face prop name.
11167
11168 2010-10-03  Julien Danjou  <julien@danjou.info>
11169
11170         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11171
11172         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11173         gnus-window-inside-pixel-edges.
11174
11175         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11176         gnus-ems.
11177
11178         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11179
11180         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11181         function.
11182
11183         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11184         resize choice.
11185
11186 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11187
11188         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11189         beginning of the buffer.
11190
11191         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11192         article buffer again.
11193
11194         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11195
11196         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11197         when it's at the start of the buffer.
11198
11199         * shr.el (shr-tag-blockquote): Convert name.
11200         (shr-rescale-image): Use the right image-size variant.
11201
11202         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11203         buffer isn't shown, then select the current article first instead of
11204         bugging out.
11205         (gnus-summary-select-article-buffer): Show both the article and summary
11206         buffers again.
11207
11208         * shr.el (shr-fontize-cont): Protect against regions with no text.
11209         Rename tag functions to shr-tag-* for enhanced security.
11210         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11211
11212 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11213
11214         * shr.el (shr-insert):
11215         * pop3.el (pop3-movemail):
11216         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11217         loaded.
11218
11219 2010-10-03  Glenn Morris  <rgm@gnu.org>
11220
11221         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11222
11223         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11224
11225         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11226
11227         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11228
11229         * gnus-util.el (gnus-make-local-hook): Simplify.
11230
11231 2010-10-02  Julien Danjou  <julien@danjou.info>
11232
11233         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11234         (gnus-ido-completing-read): New function.
11235         (gnus-emacs-completing-read): New function.
11236         (gnus-completing-read): Use gnus-completing-read-function.
11237         Add gnus-completing-read-function.
11238
11239 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11240
11241         * shr.el (shr-insert-document): Autoload.
11242         (shr-img): Be silent.
11243         (shr-insert): Add a newline after every picture before text.
11244         (shr-add-font): Use overlays for combining faces.
11245         (shr-insert): Pass upwards the text start point.
11246
11247         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11248         possible.
11249         (mm-shr): New function.
11250
11251 2010-10-02  Julien Danjou  <julien@danjou.info>
11252
11253         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11254         should go backward.
11255
11256 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11257
11258         * shr.el (shr): Fix typo in provide call.
11259
11260 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11261
11262         * shr.el: New file.
11263
11264         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11265
11266         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11267         completing read.
11268
11269 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11270
11271         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11272         we're being queried about.  Suggested by Dan Jacobson.
11273
11274         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11275         Suggested by Jason Eisner.
11276
11277         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11278         table, too.  Suggested by Stefan Wiens.
11279         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11280         the table unnecessary.  Suggested by Stefan Wiens.
11281
11282         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11283         longer needed, and probably doesn't work either, as pointed out by
11284         Stefan Wiens.
11285         (gnus-summary-exit): Remove call to the clearing function.
11286         (gnus-summary-exit-no-update): Ditto.
11287
11288         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11289         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11290         Reported by Stefan Monnier.
11291         (gnus-summary-save-in-rmail): Ditto.
11292
11293         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11294         article buffer, instead of both the article buffer and the summary
11295         buffer.  Sort of suggested by Dan Jacobson.
11296
11297         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11298
11299         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11300         Suggested by Dan Jacobson.
11301
11302         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11303         documentation clearer.
11304
11305         * message.el (message-shorten-references): Comment on the number "21".
11306         Suggested by Stefan Monnier.
11307
11308         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11309         Suggested by Dan Jacobson.
11310
11311         * gnus.el (gnus-large-newsgroup):
11312         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11313
11314         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11315         externalize attachments.  Bug reported by Steve Wen.
11316
11317         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11318         really message anything to the user.
11319
11320         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11321         directly.
11322
11323         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11324         messages in empty groups.
11325
11326 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11327
11328         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11329         non-UIDNEXT group.
11330
11331 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11332
11333         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11334         not the value from the collection.
11335
11336         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11337         values.  This sometimes happens on some groups that have no info.
11338         (nnimap-request-newgroups): New function.
11339
11340 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11341
11342         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11343         check into `gnus-registry-initialize'.
11344         (gnus-registry-initialize): Ditto.
11345         Fix and extend header docs.
11346
11347 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11348
11349         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11350         regexp backtrace overflows.
11351
11352         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11353         for starttls that tls.el implements; i.e. openssl.
11354
11355         * tls.el (tls-starttls-switches): Give up on using starttls with
11356         gnutls-cli.
11357         (tls-program): Add --insecure to be consistent with the defaults from
11358         openssl s_client.  Now all three commands are insecure.
11359
11360 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * lpath.el: Bind completion-styles-alist for XEmacs.
11363
11364         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11365         (gravatar-create-image): New function that's an alias to
11366         gnus-xmas-create-image, gnus-create-image, or create-image.
11367         (gravatar-data->image): Use it.
11368
11369 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11370
11371         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11372         install the nnregistry refer method.
11373         (gnus-registry-install-hooks): Use it.
11374         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11375         unfollowed groups.
11376
11377 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11378
11379         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11380         expanding threads.
11381
11382 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11383
11384         * nnir.el: Use the server names without suffixes (bug#7009).
11385
11386         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11387         unencrypted to STARTTLS, if possible.
11388
11389 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11390
11391         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11392         headers before superseding.
11393
11394 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11395
11396         * nnrss.el (nnrss-use-local): Add documentation.
11397
11398         * nnimap.el (nnimap-extend-tls-programs): New function.
11399         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11400         (nnimap-wait-for-connection): Accept the greeting from the stupid
11401         output from openssl s_client -starttls, too.
11402
11403         * tls.el (tls-starttls-switches): New variable.
11404         (tls-find-starttls-argument): Use it.
11405         (open-tls-stream): Ditto.
11406
11407         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11408         (netrc-machine): Ditto.
11409
11410         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11411         article number.
11412         (nnimap-split-fancy): New variable.
11413         (nnimap-split-incoming-mail): Use it.
11414
11415         * nntp.el (nntp-server-list-active-group): Document.
11416
11417         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11418         SELECT to get the message-id.
11419
11420         * mail-source.el (mail-sources): Remove webmail support.
11421         (defvar): Ditto.
11422         (mail-source-fetcher-alist): Ditto.
11423         (mail-source-fetch-webmail): Remove.
11424
11425         * webmail.el: Remove -- doesn't seem relevant any more.
11426
11427         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11428
11429         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11430         the \r.
11431
11432 2010-09-30  Julien Danjou  <julien@danjou.info>
11433
11434         * gnus-agent.el (gnus-agent-add-group): Fix call to
11435         gnus-completing-read.
11436
11437 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11438
11439         * nndoc.el (nndoc-retrieve-groups): New function.
11440
11441         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11442         `default', use nnmail-split-methods.
11443         (nnimap-request-article): Downcase the NILs so that they are nil.
11444
11445         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11446         symbol.
11447
11448         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11449         code, since if the user has requested network, that's what they ought
11450         to get.
11451         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11452         (nnimap-split-rule): Mark as obsolete.
11453
11454         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11455         New variable.
11456
11457         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11458         correct slot, too.
11459
11460 2010-09-29  Julien Danjou  <julien@danjou.info>
11461
11462         * gnus.el (gnus-local-domain): Declare variable obsolete.
11463
11464         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11465         Fix history computing.
11466         (gnus-ido-completing-read): Require ido.
11467
11468 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11469
11470         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11471         build Gnus.
11472
11473         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11474         when interpreting the structures.
11475         (nnimap-request-accept-article): Add \r\n to the lines to make this
11476         work with Cyrus.
11477
11478         * nndraft.el (nndraft-request-expire-articles): Use the group name
11479         instead if "nndraft".  Fix found by Nils Ackermann.
11480
11481 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11482
11483         * nnregistry.el: Add.
11484
11485 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11486
11487         * nnmail.el (group, group-art-list, group-art):
11488         Remove unneeded directives.
11489
11490 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11491
11492         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11493         (mm-mime-charset):
11494         * rfc2047.el (rfc2047-syntax-table):
11495         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11496
11497         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11498         rather than `insert-file-contents' and `eval-region'.
11499
11500         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11501         construction.
11502
11503         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11504
11505         * time-date.el: No need to require cl for Emacs 21.
11506
11507 2010-09-29  Julien Danjou  <julien@danjou.info>
11508
11509         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11510         replacement of `gnus-gravatar-relief' to mimic
11511         `gnus-faces-properties-alist'.
11512         Add :version property.
11513
11514 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * mail-source.el (mail-source-report-new-mail):
11517         * message.el (message-default-mail-headers):
11518         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11519
11520         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11521
11522 2010-09-28  Julien Danjou  <julien@danjou.info>
11523
11524         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11525         mail-address contains the same string as real-name.
11526
11527         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11528         non-blank in header, otherwise it'll get stripped.
11529
11530         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11531         real-name, and then for mail address rather than doing : or , search.
11532
11533 2010-09-27  Julien Danjou  <julien@danjou.info>
11534
11535         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11536         right completing-read function.
11537         (gnus-use-ido): New variable
11538         (gnus-completing-read-with-default): Remove.
11539         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11540         (gnus-agent-add-group):
11541         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11542         * mm-view.el (mm-view-pkcs7-decrypt):
11543         * mm-util.el (mm-codepage-setup):
11544         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11545         * mml-smime.el (mml-smime-openssl-sign-query):
11546         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11547         (mml-insert-multipart):
11548         * gnus-msg.el (gnus-summary-yank-message):
11549         * gnus-int.el (gnus-start-news-server):
11550         * mm-decode.el (mm-interactively-view-part):
11551         * gnus-dired.el (gnus-dired-attach):
11552         * gnus.el (gnus-read-method):
11553         * gnus-bookmark.el (gnus-bookmark-jump):
11554         * gnus-art.el (gnus-mime-view-part-as-type)
11555         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11556         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11557         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11558         * nnmairix.el (nnmairix-create-server-and-default-group)
11559         (nnmairix-update-groups, nnmairix-get-server)
11560         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11561         (nnmairix-get-group-from-file-path):
11562         * nnrss.el (nnrss-find-rss-via-syndic8):
11563         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11564         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11565         (gnus-group-browse-foreign-server):
11566         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11567         (gnus-summary-execute-command, gnus-summary-respool-article)
11568         (gnus-read-move-group-name):
11569         * gnus-score.el (gnus-summary-increase-score)
11570         (gnus-summary-score-effect):
11571         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11572
11573 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11576         x-focus-frame.
11577
11578         * nnimap.el (auth-source-forget-user-or-password)
11579         (auth-source-user-or-password): Autoload.
11580
11581         * message.el (message-from-style, message-interactive)
11582         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11583         (message-yank-prefix, message-indentation-spaces, message-signature)
11584         (message-signature-file): Add comment.
11585
11586 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11587
11588         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11589         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11590         new articles.
11591
11592         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11593         parts.
11594         (nnimap-request-article): Work with the t setting, too.
11595
11596         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11597         that you don't get flashes of other buffers.
11598         (gnus-summary-show-complete-article): Intern before setting.
11599
11600 2010-09-27  David Engster  <dengste@eml.cc>
11601
11602         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11603         well as HEADERS.
11604         (nnmairix-retrieve-headers): Provide new argument for the above.
11605
11606 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11607
11608         * gnus-sum.el (gnus-summary-move-article): Don't alter
11609         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11610         group.
11611
11612         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11613
11614         * message.el (message-cite-prefix-regexp): Revert my last edit.
11615
11616         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11617         variable instead of the Gnus variable.
11618
11619         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11620
11621         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11622
11623         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11624         since some servers don't like it.
11625         (nnimap-open-connection): Forget credentials if the server says the
11626         password was wrong.
11627         (nnimap-parse-line): Protect against invalid data.
11628
11629         * gnus-sum.el (gnus-summary-move-article): Add comment.
11630         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11631         nothing alters it while scanning for new messages.
11632
11633         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11634         which may or may not help.
11635         (nnimap-open-connection): If we're doing a stream connection, and then
11636         discover we're on a STARTTLS-capable server, then open a STARTTLS
11637         connection instead.
11638
11639 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11640
11641         * nnimap.el (utf7): Require.
11642
11643         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11644         prefix.
11645
11646 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11647
11648         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11649
11650 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11651
11652         * nnimap.el (nnimap-request-accept-article): Message the error on
11653         error.
11654
11655 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11658
11659 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11660
11661         * nndoc.el (nndoc-request-list): Return success always.
11662
11663         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11664         `fetch-old' -- we only want to fetch the articles we've requested.
11665         The rest are in the agent, probably.
11666         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11667         disappeared server" to something low.  It's not important.
11668
11669         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11670         arrived before the FETCH data.
11671
11672         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11673         target here, because we don't know the Gnus name of the group.
11674
11675         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11676         for the correct group.
11677
11678         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11679
11680         * gnus.el (gnus): Give a final warning after startup.
11681
11682         * gnus-util.el (gnus-action-message-log): New variable.
11683         (gnus-message): Use it.
11684         (gnus-final-warning): New function.
11685
11686         * nnimap.el (nnimap-open-connection): Record the greeting.
11687         (nnimap): Add greeting.
11688
11689 2010-09-26  Julien Danjou  <julien@danjou.info>
11690
11691         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11692         arguments.
11693         (gnus-html-wash-images): Fix spec computing to include start/end.
11694
11695         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11696
11697 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11698
11699         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11700         deletion.
11701         (nnimap-retrieve-headers): Don't select the group, because that's
11702         already done by nnimap-possibly-change-group.
11703
11704         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11705         (gnus-picon-transform-address): Use it.
11706
11707         * mail-source.el (mail-source-value): Revert previous patch.
11708
11709         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11710         on failure.
11711         (nnimap-open-connection): Look up both virtual and physical server name
11712         credentials.
11713
11714         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11715
11716 2009-02-07  Dave Love  <fx@gnu.org>
11717
11718         * tls.el (open-tls-stream): Don't query killing process.
11719
11720 2009-02-08  Dave Love  <fx@gnu.org>
11721
11722         * gnus-win.el (gnus-window-to-buffer-helper)
11723         (gnus-all-windows-visible-p): Function needn't be a symbol.
11724
11725         * mail-source.el (mail-source-value): Function needn't be a symbol.
11726
11727 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11728
11729         * message.el (message-cite-prefix-regexp): Remove } from the cite
11730         prefix.
11731
11732         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11733         highlight again, so that the highlight is correct.
11734
11735         * gnus-picon.el (gnus-picon): Remove again.
11736         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11737
11738         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11739         doing the header highlightling, so that the background color of the
11740         picon is correct.
11741
11742         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11743         (gnus-picon): Ditto.
11744         (gnus-picon): Reinstate.  The background color for picons is white.
11745         (gnus-picon-insert-glyph): Make the background white.
11746
11747         * nnml.el (nnml-open-nov): Don't return dead buffers.
11748
11749         * auth-source.el (auth-source-create): Query the user for whether to
11750         store the credentials.
11751
11752         * netrc.el (netrc-store-data): New function.
11753
11754         * auth-source.el (auth-source-user-or-password): Use the existing auth
11755         sources, if any, for creation.
11756
11757         * gnus.el (gnus-group-fast-parameter): Return the last matching
11758         parameter instead of the first matching parameter.
11759
11760 2010-09-26  Julien Danjou  <julien@danjou.info>
11761
11762         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11763
11764 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11765
11766         * mml2015.el (mml2015-use): Remove gpg support.
11767
11768         * mml1991.el (mml1991-function-alist): Remove gpg function.
11769         (mml1991-gpg-sign): Remove.
11770
11771 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11772
11773         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11774         (gnus-browse-unsubscribe-current-group): Document it.
11775         (gnus-browse-unsubscribe-group): Use it.
11776
11777 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11778
11779         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11780         address to the To list for easier response.
11781
11782         * gnus.el (gnus-play-startup-jingle): Remove.
11783         (gnus-splash): Don't play jingle.
11784         (gnus): Silence gnus-load message.
11785
11786         * gnus-art.el (gnus-treat-play-sounds): Remove.
11787
11788         * gnus.el (gnus-play-jingle): Remove audio support.
11789
11790         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11791
11792         * earcon.el: Remove -- no users.
11793
11794         * gnus-audio.el: Remove -- no users of this package.
11795
11796         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11797
11798         * gnus-start.el (gnus-setup-news): Remove nocem support.
11799
11800         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11801
11802         * gnus.el (gnus-use-nocem): Remove.
11803
11804         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11805         Remove.
11806
11807         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11808         uses NoCeM any more.
11809
11810         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11811         (gnus-button-ctan-handler): Ditto.
11812         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11813         (gnus-button-ctan-directory-regexp): Ditto.
11814         (gnus-button-handle-ctan): Ditto.
11815         (gnus-button-tex-level): Ditto.
11816         (gnus-button-alist): Remove CTAN stuff.
11817
11818 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11819
11820         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11821         nnimap-streaming test.
11822
11823         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11824         servers twice.
11825
11826         * nnimap.el (nnimap-open-connection): Add more error reporting when
11827         nnimap fails early.
11828
11829         * nnheader.el (nnheader-get-report-string): New function.
11830         (nnheader-get-report): Use it.
11831
11832         * gnus-int.el (gnus-check-server): Say what the error was when opening
11833         failed.
11834
11835         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11836         using streaming.
11837
11838 2010-09-25  Julien Danjou  <julien@danjou.info>
11839
11840         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11841         gnus-window-inside-pixel-edges.
11842
11843 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11844
11845         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11846
11847         * mm-decode.el (mm-save-part): Allow saving to other directories the
11848         normal Emacs way.
11849
11850         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11851         Suggested by Jay Berkenbilt.
11852
11853         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11854         there isn't a single byte.
11855
11856         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11857         just do it.  It doesn't really seem to matter what the user responds
11858         here, I think, so it's just a confusing question.
11859
11860         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11861         non-streaming case.
11862
11863         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11864         (gnus-article-encrypt-body): Use it.
11865
11866         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11867         keystroke.
11868
11869         * nnimap.el (nnimap-find-wanted-parts-1):
11870         Use gnus-fetch-partial-articles.
11871
11872         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11873
11874         * nnimap.el (nnimap-insert-partial-structure): New function.
11875         (nnimap-get-partial-article): New function.
11876         (nnimap-request-article): Use it.
11877         (nnimap-wait-for-response): Return whether the wait was successful.
11878         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11879         retrieval wasn't successful.
11880         (nnimap-retrieve-group-data-early): Allow throttling servers.
11881         (nnimap-streaming): New variable.
11882         (nnimap-fetch-partial-articles): Remove.
11883
11884         * mm-decode.el (mm-with-part): Protect against killed buffers.
11885
11886         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11887         for prettier summary display.
11888
11889 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11890
11891         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11892
11893 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11894
11895         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11896         apparently third-party libraries depend on it.
11897
11898         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11899         before starting negotiation.
11900
11901         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11902         privacy reasons.
11903         (gnus-treat-mail-gravatar): Ditto.
11904
11905         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11906         buffer when inserting images.  Inserting text into the headers, for
11907         instance, can make them invalid.
11908
11909 2010-09-25  Julien Danjou  <julien@danjou.info>
11910
11911         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11912         variables.
11913
11914         * nnheader.el: Remove useless variables news-reply-yank-from and
11915         news-reply-yank-message-id.
11916
11917         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11918         variables.
11919
11920         * mml1991.el: Remove useless mml1991-verbose.
11921
11922         * gnus.el: Remove useless variable gnus-use-generic-from.
11923         Remove obsolete variable gnus-topic-indentation.
11924
11925         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11926
11927         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11928
11929         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11930
11931         * gnus-group.el: Remove useless gnus-group-icon-cache.
11932         Remove useless gnus-ephemeral-group-server.
11933
11934         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11935
11936         * mml2015.el: Remove useless mml2015-verbose.
11937
11938         * mml-smime.el: Remove useless mml-smime-verbose.
11939
11940         * gnus.el: Remove useless gnus-local-domain.
11941
11942         * gnus-gravatar.el (gnus-gravatar-transform-address):
11943         Use gnus-gravatar-size.
11944
11945         * gnus-art.el: Remove useless gnus-treat-translate.
11946
11947 2010-09-24  Julien Danjou  <julien@danjou.info>
11948
11949         * gnus-sum.el: Add support for Gravatars.
11950
11951         * gnus-art.el: Add support for Gravatars.
11952
11953         * gnus-gravatar.el: Add this file.
11954
11955         * gravatar.el: Add this file.
11956
11957 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11958
11959         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11960
11961         * gnus-group.el (gnus-group-fetch-faq): Remove.
11962
11963         * gnus.el (gnus-group-faq-directory): Remove.
11964
11965         * gnus-group.el (gnus-group-fetch-charter): Remove.
11966
11967         * gnus.el (gnus-group-charter-alist): Remove.
11968
11969         * gnus-group.el (gnus-group-archive-directory): Remove.
11970         (gnus-group-recent-archive-directory): Ditto.
11971         (gnus-group-make-archive-group): Remove.
11972
11973         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11974
11975         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11976         use the same article number for all the cached articles.
11977
11978         * nnimap.el (nnimap-command): Register the last command time so
11979         that we can use it for idling NOOPs.
11980         (nnimap-open-connection): Start the keeplive timer.
11981         (nnimap-make-process-buffer): Store all the process buffers.
11982         (nnimap-keepalive): New function.
11983
11984         * starttls.el (starttls-open-stream): Add autoload cookie.
11985
11986 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11987
11988         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11989         handling.
11990
11991 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11992
11993         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11994         its data structures.
11995
11996         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11997         instead of the cl.el copy-list.
11998         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11999         equalp.
12000
12001 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
12004         and tool-bar-local-item-from-menu.
12005
12006         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
12007         mode-line-highlight face for Emacs.
12008
12009         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
12010         loading gnus-sum.elc; fix comment for canlock-verify.
12011         (gnus-article-jump-to-part): Use read-number.
12012         (gnus-insert-mime-button, gnus-insert-mime-security-button):
12013         Remove Emacs pre-21 compatible code for help-echo.
12014         (gnus-article-next-page-1): No need to adjust the number of lines.
12015         (gnus-article-describe-bindings): Always use help-buffer.
12016
12017         * gnus-audio.el (gnus-audio-inline-sound):
12018         * gnus-cus.el (gnus-custom-mode):
12019         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
12020
12021         * gnus-sum.el (gnus-remove-overlays): Doc fix.
12022
12023         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
12024         compatible code.
12025
12026 2010-09-24  Glenn Morris  <rgm@gnu.org>
12027
12028         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
12029         visiting the fcc file in rmail-mode.
12030
12031         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
12032
12033 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * nnir.el: Silence the byte compiler.
12036
12037         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
12038         alias to browse-url-url-encode-chars if any.
12039         (gnus-html-encode-url): Use it.
12040
12041 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12042
12043         * gnus-start.el (gnus-use-backend-marks): New variable.
12044         (gnus-get-unread-articles-in-group): Use it.
12045
12046         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
12047         makeover.
12048
12049 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12050
12051         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
12052
12053 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12054
12055         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
12056         Remove.
12057         (gnus-setup-news-hook):
12058         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
12059
12060         * gnus-int.el (gnus-request-update-info): Protect against backends not
12061         having the function.
12062
12063         * nnimap.el (nnimap-stream): Mention starttls.
12064         (nnimap-open-connection): Add starttls support.
12065
12066 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12067
12068         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12069
12070 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12071
12072         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12073         BODYSTRUCTUREs.
12074         (nnimap-transform-headers): Unfold quoted {42} headers.
12075
12076         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12077         the info.
12078         (gnus-get-unread-articles): Only call updatep on backends that support
12079         it.
12080
12081         * nnweb.el (nnweb-request-update-info): NOOP.
12082
12083         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12084
12085         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12086         since it only deals with marks.
12087
12088         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12089         gnus-request-marks, and make a new gnus-request-update-info.
12090
12091         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12092         the active instead of the high number, which is usually too low.
12093
12094 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12095
12096         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12097         * encrypt.el: Remove.
12098
12099 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12100
12101         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12102         server in symbolic form.
12103
12104         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12105
12106 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12107
12108         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12109         (nnimap-update-info): Fix up code slightly.
12110
12111         * gnus-int.el (gnus-open-server): Add tracing for performance
12112         debugging.
12113
12114         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12115         (gnus-group-insert-group-line): Pass the real group name so that it
12116         gets the right data.
12117
12118         * gnus-start.el (gnus-get-unread-articles): Don't have
12119         `gnus-get-unread-articles-in-group' update info, since that can be
12120         really slow and doesn't seem to be needed?
12121
12122 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12123
12124         * time-date.el (date-to-time): Try using parse-time-string first before
12125         using the slower timezone-make-date-arpa-standard.
12126
12127 2010-09-22  Julien Danjou  <julien@danjou.info>
12128
12129         * gnus-group.el (gnus-group-insert-group-line):
12130         Call gnus-group-highlight-line.
12131         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12132         default hook list.
12133         (gnus-group-update-eval-form): Add new function.
12134         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12135         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12136
12137 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12138
12139         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12140         immediate, then expire all articles.
12141         (nnimap-update-info): Fix off-by-one errors.
12142         (nnimap-flags-to-marks): Would return no marks lists for group with no
12143         flags.  Instead return the other data.
12144
12145 2010-09-22  Julien Danjou  <julien@danjou.info>
12146
12147         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12148         Only return an icon.
12149         (gnus-group-insert-group-line): Compute icon to return.
12150
12151         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12152         (gnus-html-image-fetched): Only cache if
12153         gnus-html-image-automatic-caching is set.
12154         (gnus-html-image-fetched): Check for errors.
12155
12156 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12157
12158         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12159         once per method on `g'.  This ensures that backends like nnfolder don't
12160         open all their folders.
12161
12162         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12163         (nnimap-request-list): Nix out group in the correct buffer.
12164         (nnimap-parse-flags): Implement by using `read' instead of
12165         hand-parsing.
12166         (nnimap-flags-to-marks): Pass on permanent-flags.
12167         (nnimap-make-process-buffer): Record the server name.
12168         (nnimap-parse-flags): Fix typo.
12169         (nnimap-request-scan): Run split on the server in general, not just a
12170         single group.
12171
12172         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12173         parameter, and propagate this downwards.
12174
12175         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12176         since EXAMINE changes it on the server.
12177
12178         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12179         this command might take a while.
12180
12181 2010-09-22  Julien Danjou  <julien@danjou.info>
12182
12183         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12184         harmful if you have 2 images side-by-side, they can't be properly
12185         update on text deletion.  Using text-property is safer here.
12186         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12187         data.
12188
12189 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12190
12191         * nnimap.el (nnimap-expunge-inbox): Remove.
12192         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12193         (nnimap-expunge): Flip default to t.
12194
12195         * gnus.el (gnus-method-to-server): Don't push things to the cache
12196         unless it's unique.
12197         (gnus-server-to-method): Ditto.
12198
12199 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12200
12201         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12202
12203 2010-09-22  Julien Danjou  <julien@danjou.info>
12204
12205         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12206         get the start of data.
12207         (gnus-html-encode-url): Add this function to encode special chars in
12208         URL.
12209         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12210         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12211
12212         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12213         default.
12214         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12215
12216         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12217         images alt-text.
12218         (gnus-html-put-image): Put alt-text as help-echo.
12219
12220 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12223         * mm-util.el (mm-decompress-buffer):
12224         * nnir.el (nnir-run-find-grep):
12225         * pop3.el (pop3-list): Use 3rd arg of split-string.
12226
12227         * time-date.el (format-seconds): Comment fix.
12228
12229         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12230         and byte-optimize-form-code-walker.
12231         (dgnushack-make-auto-load): Don't advise make-autoload.
12232
12233         * lpath.el: Remove Emacs 21 stuff.
12234
12235 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12236
12237         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12238         outside the active range.  Suggested by Dan Christensen.
12239
12240         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12241         slightly later to avoid double-getting it.
12242
12243         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12244         previous patch.
12245
12246         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12247
12248 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12249
12250         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12251
12252 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12253
12254         * gnus-int.el (gnus-open-server): Give a better error message in the
12255         "go offline" case.
12256
12257         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12258         marks for nnimap, which is seldom the right thing to do.
12259
12260         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12261         (gnus-same-method-different-name): New function.
12262
12263         * nnimap.el (parse-time): Require.
12264
12265         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12266         method in the presence of many similar methods.
12267
12268         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12269
12270         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12271         nnml-inhibit-expiry.
12272
12273         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12274         find out whether methods are equal.
12275
12276         * nnimap.el (nnimap-find-expired-articles): New function.
12277         (nnimap-process-expiry-targets): New function.
12278         (nnimap-request-move-article): Request the article before looking at
12279         what the Message-ID is.  Fix found by Andrew Cohen.
12280         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12281
12282         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12283         for oldness in addition to being a predicate.
12284
12285         * nnimap.el (nnimap-request-group): When we have zero articles, return
12286         the right data to Gnus.
12287         (nnimap-request-expire-articles): Only delete articles immediately if
12288         the target is 'delete.
12289
12290         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12291         method, this would bug out.
12292
12293         * gnus-group.el (gnus-group-expunge-group): Rename from
12294         gnus-group-nnimap-expunge, and implemented as a normal interface
12295         function.
12296
12297         * gnus-int.el (gnus-request-expunge-group): New function.
12298
12299         * nnimap.el (nnimap-request-create-group): Implement.
12300         (nnimap-request-expunge-group): New function.
12301
12302 2010-09-21  Julien Danjou  <julien@danjou.info>
12303
12304         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12305         (gnus-html-cache-expired): Add new function.
12306         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12307         wethever we should display image for fetch it.
12308         Compute alt-text earlier to pass it to the fetching function too.
12309         (gnus-html-schedule-image-fetching): Change function argument to only
12310         get one image at a time, not a list.
12311         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12312         cache.
12313         (gnus-html-get-image-data): New function to retrieve image data from
12314         cache.
12315         (gnus-html-put-image): Change buffer argument to use image data rather
12316         than file, and place image above region rather than inserting a new
12317         one.  Do not take alt-text as argument, since it's useless now: we place
12318         the image above alt-text.
12319         (gnus-html-prune-cache): Remove.
12320         (gnus-html-show-images): Start to fetch image when we find one, do not
12321         push into a temporary list.
12322         (gnus-html-prefetch-images): Only fetch image if they have expired.
12323         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12324         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12325
12326 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12327
12328         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12329
12330 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12331
12332         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12333         spec inser "*" if the group isn't active instead of 0.
12334
12335         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12336         opening the server.
12337         (nnimap-request-delete-group): Implement group deletion.
12338         (nnimap-transform-headers): Return the size of the entire message in
12339         the Bytes header, not just the size of the first part.
12340         (nnimap-request-move-article): When moving an article from nnimap,
12341         request the article first so the accepting form has an article to
12342         accept.  Reported by Dan Christensen.
12343         (nnimap-command): Make sure that the error message doesn't error out.
12344
12345 2010-09-20  David Edmondson  <dme@dme.org>
12346
12347         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12348         we haven't requested anything.
12349
12350 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12351
12352         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12353         "".  Fix found by Andrew Cohen.
12354
12355         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12356         instead of -encode-string.
12357
12358 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12361
12362         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12363         by mm-subst-char-in-string.
12364
12365 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12366
12367         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12368         waiting for the connection string.
12369
12370         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12371         arriving.
12372
12373         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12374         bogus characters.  This allows selecting certain Gmail groups.
12375
12376         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12377         (nnimap-fetch-partial-articles): New variable.
12378         (nnimap-open-connection): When looking for credentials, also use the
12379         nnimap-server-port.
12380         (nnimap-request-article): Return the group/article number, so that Gnus
12381         `^' works as expected.
12382         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12383
12384         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12385         comments.
12386         (gnus-methods-sloppily-equal): New function.
12387         (gnus): When using the development version of Gnus, load the gnus-load
12388         file.
12389
12390         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12391         `gnus-open-server' on each method before trying to scan them etc.
12392         This ensures that all the backend parameters are set correctly.
12393
12394         * nnimap.el (nnimap-authenticator): New variable.
12395         (nnimap-open-connection): Allow anonymous login.
12396         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12397         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12398
12399         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12400         patch, found by Knut Anders Hatlen.
12401
12402 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12403
12404         * gnus-agent.el (gnus-agent-batch-confirmation)
12405         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12406         to gnus-message.
12407         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12408         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12409         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12410         * gnus-int.el (gnus-open-server): Likewise.
12411         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12412         (gnus-score-check-syntax): Likewise.
12413         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12414         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12415         Likewise.
12416         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12417
12418 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12419
12420         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12421         calling conventions so that prefetch doesn't bug out.
12422
12423 2010-09-19  Julien Danjou  <julien@danjou.info>
12424
12425         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12426         rather than `subst-char-in-region' in order to be able to replace ASCII
12427         char by UTF-8 ones.
12428
12429         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12430         than curl.
12431         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12432         the right URL and ALT text on images.
12433         (gnus-html-wash-tags): Fix tag case.
12434         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12435         (gnus-article-html): Add -o display_ins_del=2 option.
12436         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12437
12438 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12439
12440         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12441         the extra mail headers, which sometimes seem to happen for unknown
12442         reasons.
12443
12444         * mail-parse.el (mail-header-encode-parameter): Define as
12445         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12446         (or most, perhaps?) mail readers don't understand the latter, but do
12447         understand the former.
12448
12449         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12450         to nil, so that no methods are automatically agentized.  I think this
12451         is probably what most users want.
12452
12453         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12454         from url-retrieve, for instance about invalid URLs.
12455
12456         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12457         groups that have no articles.
12458         (nnimap-request-article): Check that we really got an article when we
12459         requested one.
12460
12461         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12462         doesn't exist.
12463
12464         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12465         nntp buffer so the agent can save it.
12466         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12467         that CRLF doesn't get translated to \n.
12468         (nnimap-open-connection): Don't make 'shell commands only send \n.
12469
12470 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12471
12472         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12473         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12474         Update var name.
12475         (nnml-generate-nov-file): Use dolist.
12476         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12477         Use with-current-buffer.
12478
12479 2010-09-18  Julien Danjou  <julien@danjou.info>
12480
12481         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12482         parallel.
12483
12484 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12485
12486         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12487         the range update right.
12488         (nnimap-request-group): Don't make `M-g' bug out on group with no
12489         marks.
12490         (nnoo): Require, so that other packages can require nnimap.
12491         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12492         command we're looking for.  This helps when the server sends more
12493         responses after we've gotten everything we expected.
12494         (nnimap): Add a `newlinep' field to keep track of end-of-line
12495         conventions.
12496         Don't send CRLF to things that don't want it.
12497         (nnimap-request-accept-article): Ditto.
12498
12499 2010-09-18  Julien Danjou  <julien@danjou.info>
12500
12501         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12502         than curl to retrieve images.
12503
12504 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12505
12506         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12507         the marks.
12508         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12509         (nnimap-wait-for-connection): New function.
12510         (nnimap-open-connection): If we have PREAUTH, don't query for login
12511         credentials.
12512         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12513         when doing a partial update.
12514
12515 2010-09-18  Julien Danjou  <julien@danjou.info>
12516
12517         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12518         tags.
12519
12520 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12521
12522         * nnimap.el (nnimap-credentials): New function.
12523         (nnimap-open-connection): Use the new function to look for credentials
12524         also on the numeric equivalents of "imap" and "imaps".
12525
12526         * gnus-start.el (gnus-activate-group): Send the info to
12527         gnus-request-group.
12528
12529         * nnimap.el (nnimap-request-group): Have the "check" version of the
12530         function parse flags and update the info, so that a `M-g' get a total
12531         resync of all flags from the group.
12532
12533         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12534         to allow backends to alter the info on group selection.  Also alter all
12535         the backend -request-group functions to take the parameter.
12536
12537         * nnimap.el (nnimap-store-info): New function.
12538         (nnimap-update-info): Store the info for later usage.
12539         (nnimap-request-group): Use the stored info for the dont-check case, so
12540         that we don't retrieve all marks when we enter a group.
12541
12542         * nnimap.el: Use deffoo instead of defun for interface functions.
12543
12544         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12545         update the group info.  This makes the nndraft groups, for instance, go
12546         back to their old behavior.
12547
12548         * gnus-sum.el (gnus-select-newsgroup): Indent.
12549
12550         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12551         in.
12552         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12553         nothing.
12554
12555         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12556         from methods that are denied.
12557
12558         * gnus-int.el (gnus-method-denied-p): New function.
12559
12560         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12561         store the password instead of netrc.
12562         (nnimap-open-connection): Don't error out when we can't make a
12563         connections.
12564
12565         * auth-source.el (auth-source-create): In the password prompt, say what
12566         we're querying for.  Also prompt for user name if that hasn't been
12567         given.
12568
12569         * nnimap.el (nnimap-with-process-buffer): Remove.
12570
12571 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12572
12573         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12574         method when we're reading from the agent.
12575
12576         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12577
12578         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12579         that's probably most useful for users.
12580
12581         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12582         "failed" all the time.
12583
12584         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12585         ...)) with (with-current-buffer ... ).
12586
12587         * nntp.el (nntp-open-server): Return whether the open was successful or
12588         not.
12589
12590         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12591         select an unread unseen article first.
12592
12593         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12594         /etc/services, supply some sensible port defaults.
12595
12596         * dgnushack.el: Define netrc-credentials.
12597
12598 2010-09-17  Julien Danjou  <julien@danjou.info>
12599
12600         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12601
12602 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12603
12604         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12605         doesn't have any parameters.
12606
12607 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12608
12609         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12610         only upcased checks.
12611
12612         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12613
12614         * nnimap.el (nnimap-open-shell-stream): New function.
12615         (nnimap-open-connection): Use it.
12616         (nnimap-transform-headers): Get the number of lines in each message.
12617         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12618         number of lines.
12619         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12620         problem.
12621
12622         * utf7.el (utf7-encode): Autoload.
12623
12624         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12625         to allow the mail splitting to not return a default group.  This is
12626         useful for nnimap, which will leave unmatched mail in the inbox.
12627
12628         * nnimap.el: Rewritten.
12629
12630         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12631         nnimap usage.
12632
12633         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12634         if the move is internal, so that nnimap can do fast internal moves.
12635
12636         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12637         data.
12638         (gnus-read-active-for-groups): Support finishing the early retrieval of
12639         data.
12640
12641         * gnus-range.el (gnus-range-nconcat): New function.
12642
12643         * gnus-int.el (gnus-finish-retrieve-group-infos)
12644         (gnus-retrieve-group-data-early): New functions.
12645
12646 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12647
12648         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12649         (nnrss-retrieve-groups):
12650         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12651         (pop3-quit): Use with-current-buffer.
12652
12653 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12656         instead of nnheader-accept-process-output.
12657
12658         * dgnushack.el (dgnushack-compile): Add comment.
12659
12660         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12661
12662         * gnus-html.el (gnus-html-schedule-image-fetching)
12663         (gnus-html-prefetch-images): Replace process-kill-without-query by
12664         gnus-set-process-query-on-exit-flag.
12665
12666 2010-09-16  Romain Francoise  <romain@orebokech.com>
12667
12668         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12669
12670 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12671
12672         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12673         parameter to unintern is mandatory-ish in Emacs 24.
12674
12675         * gnus-html.el (gnus-html-schedule-image-fetching)
12676         (gnus-html-prefetch-images): Check for curl before using it.
12677
12678         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12679         depend on curl, which isn't essential.
12680
12681         * imap.el: Revert back to version
12682         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12683         seem problematic.
12684
12685 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12686
12687         * gnus-registry.el (gnus-registry-install-shortcuts):
12688         Explicitly pass `obarray' to `unintern' to avoid a warning.
12689
12690 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12691
12692         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12693         change.
12694
12695         * nnrss.el (nnrss-request-list): Remove this function and related
12696         functions, including the moreover stuff.
12697
12698 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12699
12700         * nnrss.el (nnrss-retrieve-groups): New function.
12701
12702 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12703
12704         * .dir-locals.el: Add no-byte-compile cookie.
12705
12706 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * time-date.el (format-seconds): Comment fix.
12709
12710         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12711         for back end that doesn't support request-scan.
12712
12713 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12714
12715         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12716         then do request scans from the backends.
12717
12718         * netrc.el (netrc-credentials): New conveniency function.
12719
12720         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12721         avoid running a hook per line, since this takes a lot of time,
12722         profiling shows.
12723         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12724         directly if gnus-visual-p is true.
12725
12726 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12727
12728         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12729         groups; replace mapcar with dolist which is a bit faster; pass groups
12730         info to gnus-read-active-file-1.
12731         (gnus-read-active-file-1): Scan only specified groups if the new
12732         optional arg `infos' is given.
12733
12734 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12735
12736         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12737
12738         * pop3.el (pop3-movemail): Remove.
12739         (pop3-streaming-movemail): Rename to pop3-movemail.
12740
12741         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12742         don't restrict end-tag searches to the end of the line.
12743
12744 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12747         articles of every unchecked group to t, which means unknown since the
12748         server has never been opened.
12749
12750 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12751
12752         * gnus-html.el (gnus-html-show-alt-text): New command.
12753         (gnus-html-browse-image): Ditto.
12754         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12755         to browse the image directly.
12756         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12757         better.
12758
12759         * gnus-async.el (gnus-async-article-callback):
12760         Call `gnus-html-prefetch-images' unconditionally.
12761
12762         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12763         before feeding URLs to curl.
12764
12765 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12768         internal images as deletable by `W D D'.
12769
12770         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12771         (gnus-async-article-callback): Fix typo.
12772
12773 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12774
12775         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12776         current line to work around bugs in the output from w3m.
12777
12778         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12779         for groups that want that.
12780
12781         * nntp.el (nntp-wait-for-string): Supply a timeout for
12782         accept-process-output to ensure progress.
12783
12784         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12785         level to get unread articles from, then use that for foreign groups,
12786         too.
12787
12788         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12789         confuses the rest of the function.
12790
12791         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12792         for the methods that support -retrieve-groups, too.
12793
12794         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12795
12796 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12799         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12800
12801         * pop3.el: Require cl when compiling.
12802         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12803
12804 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12805
12806         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12807         that aren't going to be activated.
12808         (gnus-get-unread-articles): Fix up the last commit.
12809
12810         * gnus-html.el (gnus-article-html): Allow calling without specifying
12811         the handle.  In that case, dissect the buffer first.
12812
12813         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12814
12815         * nnimap.el (nnimap-open-connection): Revert the change that would look
12816         into authinfo for imaps instead of imap.
12817
12818         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12819         say that you don't want to call gnus-request-group with don-check, but
12820         do check the reponse.  This is for virtual groups only.
12821         (gnus-get-unread-articles): Count the archive groups as secondary, so
12822         that they're activated the same way as before.
12823
12824         * imap.el (imap-message-map): Removed optional buffer parameter, since
12825         no callers use it.
12826         (imap-message-get): Ditto.
12827         (imap-message-put): Ditto.
12828         (imap-mailbox-map): Ditto.
12829         (imap-mailbox-put): Ditto.
12830         (imap-mailbox-get): Ditto.
12831         (imap-mailbox-get): Revert last change for this function.
12832
12833         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12834         case-insensitively.
12835         (nnimap-debug): Remove.
12836
12837         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12838         callers to use `imap-fetch' instead.  According to the comments, this
12839         should be safe, since all other IMAP clients use the 1:* syntax.
12840         (imap-enable-exchange-bug-workaround): Remove.
12841         (imap-debug): Remove -- doesn't seem very useful.
12842
12843         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12844         mail from a file, and the file doesn't exist.
12845
12846         * imap.el (imap-log): New convenience function used throughout instead
12847         of repeating the same code all over the place.
12848
12849         * pop3.el (pop3-streaming-movemail): Return t for success.
12850
12851         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12852         .authinfo if we're using ssl connection.
12853
12854         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12855         already have if we're in a main Gnus `g' run.
12856
12857         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12858
12859 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12862
12863         * nnmh.el (nnmh-request-list-1): Bind `file'.
12864
12865         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12866         alias to set-process-query-on-exit-flag or process-kill-without-query.
12867         (pop3-open-server): Use it.
12868
12869 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12870
12871         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12872         box to the Incoming file.  Fixes mistake in previous checkin.
12873
12874         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12875         request loop (for debugging purposes) removed.
12876
12877         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12878         culprit is more visible.
12879         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12880         (nnml-add-incremental-nov): New functions to do "incremental" nov
12881         updates, where we just append to the end of the existing nov files
12882         without reading/writing them in full.
12883
12884         * mail-source.el (mail-source-delete-crash-box): Really only check the
12885         incoming files once in a while.
12886
12887         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12888
12889         * mail-source.el (mail-source-delete-crash-box): Only check the
12890         incoming files for deletion once per day to save a lot of file
12891         accesses.
12892
12893         * pop3.el (pop3-logon): Fix up unbound variable typo.
12894
12895         * mail-source.el (pop3-streaming-movemail): Autoload.
12896
12897         * pop3.el (pop3-streaming-movemail):
12898         Respect pop3-leave-mail-on-server.
12899
12900         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12901         retrieval.
12902
12903         * pop3.el (pop3-process-filter): Remove unused function.
12904         (pop3-streaming-movemail, pop3-send-streaming-command)
12905         (pop3-wait-for-messages, pop3-write-to-file)
12906         (pop3-number-of-responses): New functions for streaming pop3
12907         retrieval.
12908
12909         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12910         come from no known methods.
12911         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12912         list.
12913
12914         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12915         message sizes.
12916         (pop3-movemail): Use erase-buffer instead of looping and deleting
12917         regions, which seems rather odd.
12918
12919         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12920         file once per `g' run.
12921
12922         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12923         directories.  This makes the draft queue directory work.
12924
12925         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12926         data from the backends, so that we only request the list of groups from
12927         each method once.  This should speed things up considerably.
12928
12929         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12930         detect that it's not implemented.
12931
12932         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12933         we actually do recurse down into the tree, but don't stat all leaf
12934         nodes.
12935
12936         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12937         then say so instead of bugging out.
12938
12939         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12940         files exist before trying to read them.
12941
12942         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12943         around <pre_int>.
12944
12945         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12946
12947         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12948
12949 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12950
12951         * mm-util.el (mm-image-load-path): Just return the image directories,
12952         not all directories in the path in addition to the image directories.
12953         (mm-image-load-path): Maintain a cache of the image directories so that
12954         the `g' command in Gnus doesn't have to stat dozens of directories each
12955         time.
12956
12957         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12958         (gnus-html-wash-tags): Add a new `i' command to insert images.
12959         (gnus-html-insert-image): New command and keystroke.
12960         (gnus-html-redisplay-with-images): New command and keystroke.
12961         (gnus-html-show-images): Rename command.
12962         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12963         spacers.
12964         (gnus-html-wash-tags): Decode entities at the end, so that entities
12965         inside the tags don't mess up the rest of the "parsing".
12966
12967         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12968         so that nnimap methods aren't agentized by default.  There's apparently
12969         many problems related to agent/imap behavior.
12970
12971         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12972
12973         * gnus-html.el: Doc fix.
12974
12975 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12978         specifier-spec-list for Emacs 21.
12979
12980         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12981         glyph-width and glyph-height instead of display-graphic-p and
12982         image-size; make avoidance of displaying small images work for XEmacs.
12983
12984         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12985         for XEmacs.
12986
12987         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12988         of symbol that holds plist data.
12989         (gnus-process-plist): Remove plist of process after getting it.
12990
12991 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12992
12993         * message.el (message-generate-hashcash): Change default to
12994         'opportunistic if hashcash is installed.
12995
12996         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12997         (gnus-html-put-image): Only call image-size once, since it's somewhat
12998         time-consuming on remote X servers.
12999
13000 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
13003         type on data, not a file name.
13004
13005         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
13006         window-pixel-edges for Emacs 21.
13007
13008         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
13009         decoded contents.
13010         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
13011
13012 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13013
13014         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13015         group line format, since it isn't very interesting.
13016
13017         * gnus-agent.el (gnus-agent-short-article),
13018         (gnus-agent-long-article): Increase values for these two variables,
13019         since most people are likely to have more network connection and
13020         storage than before.
13021
13022         * gnus.el (gnus-refer-article-method): Change default to 'current.
13023         When referring an article, the common behavior is to refer it from the
13024         current select method, not the native select method.  The chances of
13025         the native select method having the message in question is rather slim
13026         these days.
13027
13028         * gnus-sum.el (gnus-auto-select-subject): Change default to
13029         `unseen-or-unread'.  I think it's likely that most people want to
13030         select an unseen article over a previously seen, but unread one.
13031
13032         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
13033         means that in the article buffer none of the minor mode elements will
13034         be shown, usually, and this is not desirable in most cases.
13035
13036         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
13037         that commands like `d' (and the like) go to the next line in the
13038         buffer, instead of the next unread article.  I think this is the
13039         behavior that is most natural for most users.
13040         (gnus-single-article-buffer): Change default to nil, so that people can
13041         have as many article buffers open as they have summary buffer.  I think
13042         this is the most natural way for the groups to behave.
13043
13044         * message.el (message-generate-new-buffers): Change default to
13045         `unsent', so that all new message buffers start their names with the
13046         string "*unsent", and it's easier to find the buffers if you move from
13047         them.
13048
13049 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13050
13051         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
13052         small.  They're probably tracking images.
13053         (gnus-html-wash-tags): Remove all <pre_int> place holders.
13054         (gnus-html-rescale-image): Yet another try at getting the image sizing
13055         right.
13056
13057         * nntp.el (nntp-request-set-mark): Refuse to do marks if
13058         nntp-marks-file-name is nil.
13059
13060 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13061
13062         * gnus-html.el (gnus-html-wash-tags)
13063         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13064         Better logging.
13065
13066 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13067
13068         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13069
13070         * gnus-html.el (gnus-html-wash-tags): Check the value of
13071         gnus-blocked-images in the summary buffer.
13072
13073 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13074
13075         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13076
13077 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13078
13079         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13080         like "a", it seems like.
13081         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13082         since it needs to be picked from the correct buffer.
13083
13084         * nnwfm.el: Remove.
13085
13086         * nnlistserv.el: Remove.
13087
13088 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13089
13090         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13091         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13092
13093 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13094
13095         * nnkiboze.el: Remove.
13096
13097         * nndb.el: Remove.
13098
13099         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13100         alt text.
13101         (gnus-html-rescale-image): Try to get the rescaling logic right for
13102         images that are just wide and not tall.
13103
13104         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13105         overshadow variable bindings.
13106
13107 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13108
13109         * gnus-html.el (gnus-html-wash-tags)
13110         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13111         Add extra logging.
13112
13113 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13114
13115         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13116         (gnus-max-image-proportion): New variable.
13117         (gnus-html-rescale-image): New function.
13118         (gnus-html-put-image): Rescale images.
13119
13120 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13121
13122         Fix up some byte-compiler warnings.
13123         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13124         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13125         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13126         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13127         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13128         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13129         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13130
13131 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * gnus-html.el (gnus-article-html): Decode contents by charset.
13134
13135 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13138         (gnus-html-frame-width, gnus-blocked-images):
13139         * message.el (message-prune-recipient-rules): Add custom version.
13140         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13141
13142         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13143         functions.
13144
13145         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13146         gnus-process-get.
13147
13148 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13149
13150         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13151         instead of lsub directly.
13152
13153 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13154
13155         * nnwarchive.el: Remove.
13156
13157         * gnus-soup.el: Remove.
13158
13159         * nnsoup.el: Remove.
13160
13161         * nnultimate.el: Remove.
13162
13163         * gnus-html.el (gnus-blocked-images): New variable.
13164
13165         * message.el (message-prune-recipients): New function.
13166         (message-prune-recipient-rules): New variable.
13167
13168         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13169         guess whether a long line is natural text or not.
13170
13171         * gnus-html.el (gnus-html-schedule-image-fetching):
13172         Use gnus-process-plist and friends for compatibility.
13173
13174 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13175
13176         * gnus-html.el: Require packages that define macros used in this file.
13177         (gnus-article-mouse-face): Declare to silence byte-compiler.
13178         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13179         process-get.
13180         (gnus-html-put-image): Use plist-get to avoid getf.
13181         (gnus-html-prefetch-images): Use with-current-buffer.
13182
13183 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * gnus-ems.el: Provide compatibility functions for
13186         gnus-set-process-plist.
13187
13188         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13189         header-line-format for XEmacs 21.4.
13190
13191         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13192         * gnus.el (gnus-valid-select-methods):
13193         * message.el (message-send-mail-partially-limit):
13194         * mm-decode.el (mm-text-html-renderer):
13195         * mml.el (mml-insert-mime-headers-always):
13196         * smiley.el (smiley-regexp-alist): Bump custom version.
13197
13198 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13199
13200         * gnus-html.el: Require mm-url.
13201         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13202         with the url to `url'.
13203         (gnus-html-wash-tags): Support cid: URLs/images.
13204
13205 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13206
13207         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13208         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13209         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13210
13211         * gnus-move.el: Remove file, since it doesn't really work.
13212
13213         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13214         UTF-8.  This seems to fix problems with some German web feeds.
13215
13216         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13217         at the top so that the proper colors are applied.
13218
13219         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13220         don't have dots in their names.
13221
13222         * gnus-art.el (gnus-article-view-part): Doc fix.
13223
13224         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13225         XEmacs-compatible.
13226         (gnus-html-put-image): Don't do images on non-graphic displays.
13227
13228         * nnslashdot.el: Remove this unused backend.
13229
13230         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13231         actions.
13232         (gnus-undo-register-1): Revert last change.
13233
13234         * gnus-group.el (gnus-group-completing-read): Protect against not
13235         having completion-styles bound.
13236
13237         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13238         make broken recipients happier.
13239
13240         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13241
13242         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13243         point parameter.
13244
13245         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13246
13247         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13248         completion-styles for group selection.
13249
13250 2009-02-04  Andreas Schwab  <schwab@suse.de>
13251
13252         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13253         headers and regexp-quote the match if necessary.
13254
13255 2009-03-24  Miles Bader  <miles@gnu.org>
13256
13257         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13258         the blinking smiley.
13259
13260 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13261
13262         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13263         blink smiley.
13264
13265 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13266
13267         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13268         where the dribbel file lives exists.
13269
13270         * message.el (message-send-mail-partially-limit): Change the default to
13271         nil, since most people don't want this.
13272
13273         * mm-url.el (mm-url-decode-entities): Also decode entities like
13274         &#x3212.
13275
13276 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13277
13278         * gnus-sum.el (gnus-summary-idna-message):
13279         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13280         Hyperlink urls in docstrings with URL `...'.
13281
13282 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13283
13284         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13285         functions.
13286
13287 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13288
13289         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13290         say what the mouseover text should be.
13291
13292         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13293         version of the mm-w3m-safe-url-regexp variable to only download images
13294         in the groups where we want that to happen.
13295
13296         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13297
13298         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13299         easier debugging.
13300         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13301         big pictures in the article buffer.
13302
13303         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13304         gnus-article-html.
13305         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13306         w3m.
13307
13308         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13309
13310 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13311
13312         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13313         which doesn't exist.
13314
13315         * message.el (message-inhibit-ecomplete): New variable to allow some
13316         function to inhibit ecomplete address storage.
13317         (message-resend): Disable ecomplete message storage when resending
13318         messages.
13319
13320         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13321
13322 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13325         Save excursion while copying, moving, and deleting articles in order to
13326         prevent the cursor from jumping to unforeseen place.
13327
13328 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13329
13330         * lpath.el: No need to bind bookmark-current-buffer,
13331         bookmark-yank-point and bookmark-make-record-function.
13332
13333 2010-08-17  Glenn Morris  <rgm@gnu.org>
13334
13335         * gnus-sync.el: Require gnus components whose functions are used.
13336
13337         * gnus-art.el (bookmark-make-record-function):
13338         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13339         Declare for compiler.
13340
13341         * mm-url.el (mml-compute-boundary): Autoload.
13342
13343 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13344
13345         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13346
13347 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13348
13349         Typo fix "hoo4a" -> "hook".
13350
13351         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13352
13353 2010-08-14  Glenn Morris  <rgm@gnu.org>
13354
13355         * gnus-sync.el (gnus-sync): Fix defgroup version.
13356
13357 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13358
13359         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13360
13361         * gnus-sync.el: Fix docs.
13362         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13363         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13364
13365 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13366
13367         Optimizations for gnus-sync.el.
13368
13369         * gnus-sync.el: Add docs about gnus-sync-backend
13370         possibilities.
13371         (gnus-sync-save): Remove unnecessary message.
13372         (gnus-sync-read): Optimize and show what groups were skipped.
13373
13374 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13375
13376         Minor bug fixes for gnus-sync.el.
13377
13378         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13379         Don't read the sync on get-new-news.
13380
13381         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13382         quiet.
13383
13384         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13385         (fix typo).
13386
13387 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13388
13389         Make saving and restoring of hidden threads work with overlays.
13390         Patch applied by Ted Zlatanov.
13391
13392         * gnus-sum.el (gnus-hidden-threads-configuration)
13393         (gnus-restore-hidden-threads-configuration): Update to deal with text
13394         properties, rather than searching for a magic character.
13395
13396 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13397
13398         New gnus-sync.el library for synchronization of marks.
13399
13400         * gnus-sync.el: New library for synchronization of marks.
13401
13402         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13403         renamed from `gnus-registry-grep-in-list'.
13404
13405         * gnus-registry.el (gnus-registry-follow-group-p):
13406         Use `gnus-grep-in-list'.
13407
13408         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13409
13410 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13413         determining charset of text fails.
13414
13415 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13416
13417         * nnmail.el (nnmail-get-new-mail-1): Revert.
13418
13419         * nnml.el (nnml-active-number): Make sure names of newly created groups
13420         in nnml-group-alist are encoded.
13421
13422 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13425         containing non-ASCII characters in active file for nnml back end.
13426
13427 2010-07-24  David Engster  <dengste@eml.cc>
13428
13429         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13430         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13431
13432 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13433
13434         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13435         tag (Bug#6654).
13436
13437 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13440         the article buffer, not the summary buffer.
13441
13442 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13445         Emacs 23 as well.
13446
13447 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13450         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13451
13452 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13453
13454         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13455         Patch applied by Karl Fogel.
13456
13457         * gnus-sum.el (gnus-summary-bookmark-make-record):
13458         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13459
13460 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13461
13462         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13463         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13464         C-w still not working correctly from Article buffers; Thierry's
13465         patch to fix that will be applied after this.
13466
13467         * gnus-art.el (bookmark-make-record-function): New local variable.
13468
13469         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13470         article buffer.
13471         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13472
13473 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13474
13475         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13476         on changes in bookmark.el.
13477
13478 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13481         `no-log' instead of message not to log prompt string.
13482
13483 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13484
13485         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13486         the *other* type of HTML form submission.
13487
13488 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13489
13490         * auth-source.el (auth-source-pick): If choice does not contain a
13491         questioned keyword, set the check to t.
13492
13493 2010-06-12  Romain Francoise  <romain@orebokech.com>
13494
13495         * gnus-util.el (gnus-date-get-time): Move up before first use.
13496
13497 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13500         (gnus-article-edit-part): Bind it to make last part that is substituted
13501         or deleted visible.
13502         (gnus-mime-display-single): Buttonize part of which id equals to
13503         gnus-mime-buttonized-part-id.
13504
13505 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13506
13507         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13508         (gnus-dd-mmm): Use gnus-date-get-time.
13509         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13510         simplify logic.
13511         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13512         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13513
13514 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13515
13516         * auth-source.el (top): Autoload `secrets-list-collections',
13517         `secrets-create-item', `secrets-delete-item'.
13518         (auth-sources): Fix tag string.
13519         (auth-get-source, auth-source-retrieve, auth-source-create)
13520         (auth-source-delete): New defuns.
13521         (auth-source-pick): Rewrite in order to avoid 2 passes.
13522         (auth-source-forget-user-or-password): New parameter USERNAME.
13523         (auth-source-user-or-password): New parameters CREATE-MISSING and
13524         DELETE-EXISTING.  Retrieve password interactively, if needed.
13525
13526 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13527
13528         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13529         deleting unused directories when gnus-expert-user is t.
13530
13531 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13534         for each temp file when gnus-article-browse-delete-temp is ask.
13535
13536 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13537
13538         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13539         Replace Lisp calls to delete-backward-char by calls to delete-char.
13540
13541 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13542
13543         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13544
13545 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13546
13547         * password-cache.el (password-cache-remove): Fix docstring.
13548
13549 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13552         article unless decoding article to be saved.
13553
13554 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13557         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13558         generated within the mm-with-unibyte-current-buffer macro.
13559
13560 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13563         to nil when we're in a mml-preview buffer and no group is selected.
13564
13565 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13566
13567         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13568         when catching the `C-g'.  Reported by "Leo".
13569
13570 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13571
13572         * message.el (message-forward-make-body-plain)
13573         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13574         multibyte-string-p.
13575
13576         * lpath.el: Revert.
13577
13578 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13579
13580         * message.el (message-forward-make-body-mml): Assume original message
13581         is multibyte string; error on unibyte.
13582         (message-forward-make-body-plain): Ditto; don't add excessive newline
13583         in body end.
13584
13585         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13586
13587 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13588
13589         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13590         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13591
13592 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * mm-extern.el (mm-extern-url): Don't use
13595         mm-with-unibyte-current-buffer.
13596         (mm-extern-cache-contents): Use with-current-buffer instead of
13597         save-excursion + set-buffer.
13598
13599 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * mm-util.el (mm-emacs-mule): Remove.
13602
13603 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13604
13605         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13606         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13607         change.
13608
13609 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13612         bind the default value of enable-multibyte-characters to nil.
13613
13614 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * message.el (message-forward-make-body-plain)
13617         (message-forward-make-body-mml):
13618         Don't use mm-with-unibyte-current-buffer.
13619
13620 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13621
13622         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13623
13624 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13625
13626         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13627         (Bug#5592).
13628
13629 2010-05-07  Julien Danjou  <julien@danjou.info>
13630
13631         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13632         it to mm-pipe-part.
13633
13634         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13635         it is given.
13636
13637 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * binhex.el (binhex-decode-region-internal):
13640         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13641         (dns-query):
13642         * nnweb.el (nnweb-gmane-search):
13643         * pgg-parse.el (pgg-parse-armor):
13644         * pgg.el (pgg-verify-region):
13645         * sha1.el (sha1-string-external):
13646         * uudecode.el (uudecode-decode-region-internal):
13647         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13648         XEmacs.
13649
13650         * gnus-art.el (gnus-article-browse-html-parts):
13651         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13652         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13653         make-temp-file.
13654
13655         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13656         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13657         compiling.
13658
13659         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13660         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13661         XEmacs when compiling.
13662
13663         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13664         gnus-pick-mode-off-hook for XEmacs when compiling.
13665         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13666         gnus-binary-mode-off-hook for XEmacs when compiling.
13667
13668         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13669         Return nil if char-charset is not available.
13670
13671         * imap.el (imap-disable-multibyte)
13672         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13673         macros.
13674
13675         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13676         instead of encode-coding-string.
13677
13678         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13679         'xemacs) instead of mm-emacs-mule to switch function definitions.
13680         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13681
13682         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13683         bind temporary-file-directory for XEmacs;
13684         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13685         timer-set-function for XEmacs 21.4 and SXEmacs;
13686         bind timer-list for XEmacs 21.4 and SXEmacs;
13687         fbind char-charset and find-charset-region for non-Mule XEmacs;
13688         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13689         encode-coding-region and encode-coding-string for XEmacs having no
13690         file-coding feature.
13691
13692 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13693
13694         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13695
13696 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13699         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13700
13701 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13702
13703         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13704         alias `jka-compr-delete-temp-file' no longer exists.
13705
13706 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13707
13708         Use define-minor-mode in Gnus where applicable.
13709         * mml.el (mml-mode): Use define-minor-mode.
13710         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13711         (gnus-undo-mode): Use define-minor-mode.
13712         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13713         (gnus-dead-summary-mode): Use define-minor-mode.
13714         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13715         Initialize in declaration.
13716         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13717         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13718         (gnus-mailing-list-mode): Use define-minor-mode.
13719         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13720         (gnus-draft-mode): Use define-minor-mode.
13721         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13722         (gnus-dired-mode): Use define-minor-mode.
13723
13724 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13725
13726         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13727         handles on recursive mml-to-mime translation and check them for
13728         boundary delimiter collisions.  Reported by Greg Troxel.
13729
13730 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13733
13734 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13735
13736         * mm-util.el (mm-find-buffer-file-coding-system):
13737         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13738
13739 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13740
13741         * message.el (message-generate-headers): Record insertion of optional
13742         headers as well.  Otherwise the check to prevent repeated insertion of
13743         optional headers is a no-op.
13744
13745 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13746
13747         * smime.el: Don't mention CVS.
13748
13749         * nnrss.el (nnrss-fetch): Don't mention CVS.
13750
13751         * nnir.el: Don't mention CVS.
13752
13753 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13754
13755         * gnus-sum.el (gnus-summary-bookmark-make-record):
13756         Add `location' field.
13757
13758 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * lpath.el: Fbind bookmark-default-handler,
13761         bookmark-get-bookmark-record, bookmark-make-record-default,
13762         bookmark-prop-get for Emacs <23 and XEmacs.
13763
13764 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13765
13766         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13767         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13768         Use with-current-buffer to silence the byte-compiler.
13769         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13770         bother to require `gnus'.
13771         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13772
13773 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13774
13775         * gnus-sum.el (gnus-summary-bookmark-make-record)
13776         (gnus-summary-bookmark-jump): New functions.
13777         (gnus-summary-mode): Setup bookmark support.
13778
13779 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13780
13781         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13782         if set.
13783
13784 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13787         gnus-article-browse-html-save-cid-image; make it work recursively for
13788         forwarded messages as well.
13789         (gnus-article-browse-html-parts): Work when prefix arg is given.
13790         (gnus-article-browse-html-article): Doc fix.
13791
13792 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13793
13794         * message.el (message-default-mail-headers)
13795         (message-default-headers): Carry the value mail-default-headers over
13796         into message-default-mail-headers, rather than message-default-headers.
13797
13798 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13799
13800         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13801         charset.
13802
13803         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13804         charset into the <meta> tag when the article is encoded to utf-8.
13805
13806 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * gnus-art.el (gnus-article-browse-delete-temp-files):
13809         Delete directories as well.
13810         (gnus-article-browse-html-parts): Work for images that do not specify
13811         file names; delete temp directory when quitting; insert header at the
13812         right place; use file: scheme for image files.
13813
13814 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13815
13816         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13817         (gnus-article-browse-html-parts): Use it to make temporary cid image
13818         files in addition to html file so that browser may display them.
13819
13820 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13823
13824 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13825
13826         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13827
13828 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13829
13830         * auth-source.el (auth-sources): Change default to be simpler.
13831         Explain about Secret Service API sources.  Improve Customize options.
13832         (auth-source-pick): Change to accept any number of search parameters.
13833         Implement fallbacks iteratively, not recursively.  Add scoring on the
13834         second pass and sort by score.  Call Secret Service API when needed.
13835         (auth-source-user-or-password): Use it.  Call Secret Service API
13836         directly when needed to get the user name and the password.
13837
13838 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13839
13840         * message.el (message-interactive): Doc fix.
13841         (message-qmail-inject-args): Reflow.
13842         (message-kill-to-signature): Fix typo in docstring.
13843
13844         * smiley.el (smiley-buffer): Fix typo in docstring.
13845
13846 2010-03-24  Glenn Morris  <rgm@gnu.org>
13847
13848         * mail-source.el (gnus-message): Declare.
13849         (mail-source-delete-old-incoming): Require gnus-util.
13850
13851 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13854
13855         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13856
13857         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13858         password-cache's default if it is not bound.
13859         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13860         password-cache-expiry's default if it is not bound.
13861
13862         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13863         available in Emacs 21.
13864
13865         * lpath.el: Suppress compiler warnings for:
13866         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13867         XEmacs;
13868         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13869         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13870         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13871
13872 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13873
13874         * auth-source.el (auth-sources): Fix up definition so extra parameters
13875         are always inline.
13876
13877 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13878
13879         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13880         wasn't updated after mismatch.  Clear cached mailbox info correctly
13881         when uidvalidity changes.
13882         (nnimap-group-prefixed-name): New function to avoid some code
13883         duplication.
13884         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13885         (nnimap-request-group): Use it.
13886         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13887         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13888         with many imap folders.  This is done by caching the group status from
13889         the imap server persistently in a group parameter `imap-status'.  (This
13890         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13891         but not persistently, so every Gnus startup was still very slow.)
13892
13893 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13894
13895         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13896         delete the extra newline.  Otherwise editing of :string and :number
13897         types don't work.
13898
13899 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13900
13901         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13902         secrets.el dependency.
13903         (auth-sources): Add optional user name.  Add secrets.el configuration
13904         choice (unused right now).
13905
13906 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13907
13908         * gnus-sum.el (gnus-summary-make-menu-bar):
13909         Let `gnus-registry-install-shortcuts' fill in the functions.
13910
13911         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13912         warnings.
13913         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13914         (gnus-registry-install-shortcuts): Populate and use it in a
13915         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13916
13917 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13918
13919         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13920         In-place substitutions for the group name encoding/decoding.
13921         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13922         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13923         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13924         (nnimap-update-unseen, nnimap-request-list)
13925         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13926         (nnimap-request-set-mark, nnimap-split-to-groups)
13927         (nnimap-split-articles, nnimap-request-newgroups)
13928         (nnimap-request-create-group, nnimap-request-accept-article)
13929         (nnimap-request-delete-group, nnimap-request-rename-group)
13930         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13931         `encoded-mbx' for consistency.
13932         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13933         variable `imap-current-mailbox'.
13934
13935         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13936         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13937
13938 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13939
13940         * pop3.el (pop3-display-message-size-flag): Display message size byte
13941         counts during POP3 download.
13942         (pop3-movemail): Use it.
13943         (pop3-list): Implement listing of available messages.
13944
13945 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13946
13947         * nnir.el (nnir-get-article-nov-override-function): New function to
13948         override the normal NOV retrieval.
13949         (nnir-retrieve-headers): Use it.
13950
13951 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13952
13953         * auth-source.el (netrc-machine-user-or-password): Autoload.
13954
13955 2010-03-19  Glenn Morris  <rgm@gnu.org>
13956
13957         Stop message.el from loading about 40 libraries it doesn't always need.
13958         The general approach is to autoload rather than require, and to
13959         require in the specific functions rather than the file.  (Bug#5642)
13960
13961         * gmm-utils.el: Don't require wid-edit.
13962         (widget-create-child-value, widget-convert, widget-default-get):
13963         Autoload.
13964
13965         * gnus-util.el: Don't require time-date, netrc.
13966         (message-fetch-field, gnus-group-name-decode): Declare rather than
13967         autoloading.
13968         (gnus-fetch-field): Require message.
13969         (gnus-decode-newsgroups): Require gnus-group.
13970
13971         * ietf-drums.el: Don't require time-date.
13972
13973         * message.el: Don't require hashcash, canlock, ecomplete.
13974         Do require mail-utils.  Require nnheader only when compiling.
13975         (smtpmail-default-smtp-server): Remove declaration.
13976         (message-send-mail-function): Check smtpmail-default-smtp-server
13977         is bound rather than requiring smtpmail.
13978         (message-auto-save-directory, message-insert-signature):
13979         Use expand-file-name rather than nnheader-concat.
13980         (nnheader-insert-file-contents): Autoload.
13981         (hashcash-wait-async): Declare.
13982         (message-send-mail): Only call gnus-setup-posting-charset if
13983         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13984         (message-send-mail-with-sendmail): Require sendmail.
13985         (canlock-password, canlock-password-for-verify): Declare.
13986         (message-canlock-password): Require canlock.
13987         (nnheader-get-report): Autoload.
13988         (gnus-setup-posting-charset): Declare.
13989         (message-send-news): Require gnus-msg.
13990         (message-make-references, message-make-in-reply-to): Use mail-header-id
13991         rather than the alias mail-header-message-id.
13992         (ecomplete-add-item, ecomplete-save): Declare.
13993         (message-put-addresses-in-ecomplete): Require ecomplete.
13994         (ecomplete-display-matches): Autoload.
13995
13996         * mm-decode.el: Don't require mailcap, gnus-util.
13997         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13998         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13999         Autoload.
14000         (mailcap-mime-extensions): Declare.
14001
14002         * mm-encode.el: Don't require mailcap.
14003         (mailcap-extension-to-mime): Autoload.
14004
14005         * mml-sec.el: Don't require password-cache.
14006
14007         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
14008         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
14009         (mml-minibuffer-read-type): Require mailcap.
14010         (mml-preview): Require gnus-msg.
14011
14012         * mml1991.el: Require password-cache.
14013         (password-cache-expiry): Remove declaration.
14014
14015         * mml2015.el: Require password-cache.
14016         (password-cache-expiry): Remove declaration.
14017
14018         * nneething.el (mailcap): Require mailcap.
14019
14020         * nnheader.el (declare-function): Add compatibility stub.
14021         (message-remove-header): Declare rather than autoload.
14022         (nnheader-replace-header): Require message.
14023
14024         * nnimap.el (declare-function): Add compatibility stub.
14025         (netrc-parse, netrc-machine-user-or-password): Declare.
14026         (nnimap-open-connection): Require netrc.
14027
14028         * nntp.el (declare-function): Add compatibility stub.
14029         (netrc-parse, netrc-machine, netrc-get): Declare.
14030         (nntp-send-authinfo): Require netrc.
14031
14032         * rfc2047.el: Don't require qp.
14033         (quoted-printable-encode-region, quoted-printable-decode-string):
14034         Autoload.
14035
14036         * sieve-mode.el: Don't require easymenu.
14037         (easy-menu-add-item): Autoload it.
14038
14039         * spam-stat.el (time-to-number-of-days): Autoload it.
14040
14041 2010-03-19  Glenn Morris  <rgm@gnu.org>
14042
14043         * password-cache.el (password-cache, password-cache-expiry): Autoload.
14044
14045 2010-03-18  Glenn Morris  <rgm@gnu.org>
14046
14047         * hashcash.el (declare-function): Remove duplicate definition.
14048
14049 2010-03-17  Kevin Ryde  <user42@zip.com.au>
14050
14051         * mml.el (mml-read-tag): Unquote values with `read' to reverse
14052         prin1 in mml-insert-tag (just stripping the quotes gave wrong
14053         value if any backslash escapes).
14054
14055 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
14058         if it is available.  (bug#5647)
14059
14060         * lpath.el: Suppress compiler warning for coding-system-from-name for
14061         Emacs 21 and XEmacs.
14062
14063 2010-03-14  Juri Linkov  <juri@jurta.org>
14064
14065         * hmac-def.el:
14066         * hmac-md5.el:
14067         * netrc.el: Fix keywords.
14068
14069 2010-02-26  Glenn Morris  <rgm@gnu.org>
14070
14071         * message.el (message-send-mail-function): Change the default, so that
14072         it inherits from a customized send-mail-function.  (Bug#5643)
14073
14074 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14075
14076         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14077         shell-command-to-string signals an error (bug#5299).
14078
14079 2010-02-24  Glenn Morris  <rgm@gnu.org>
14080
14081         * message.el (message-smtpmail-send-it)
14082         (message-send-mail-with-mailclient): Doc fixes.
14083
14084 2010-02-16  Glenn Morris  <rgm@gnu.org>
14085
14086         * message.el (message-default-mail-headers): Change the default value
14087         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14088
14089 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14092         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14093
14094 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14095
14096         * time-date.el (date-to-time): Doc fix (Bug#5408).
14097
14098 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14099
14100         * message.el (message-mail): Just pass yank-action on to message-setup.
14101         (message-setup): Handle (FUN . ARGS) form of yank-action.
14102         (message-with-reply-buffer, message-widen-reply)
14103         (message-yank-original): Handle non-buffer values of
14104         message-reply-buffer (Bug#4080).
14105         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14106
14107 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14108
14109         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14110         Fix typo in docstring.
14111
14112 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14113
14114         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14115         response.
14116
14117 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14120
14121         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14122
14123         * message.el (message-check-news-header-syntax): Protect against a
14124         string that `rfc822-addresses' returns when parsing fails.
14125
14126 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14129         (gnus-previous-char-property-change): New functions.
14130
14131         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14132
14133 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14134
14135         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14136         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14137
14138 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14139
14140         * message.el (message-exchange-point-and-mark): Rework last change to
14141         avoid using optional arg of exchange-point-and-mark, for backward
14142         compatibility.
14143
14144 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14145
14146         * message.el (message-exchange-point-and-mark):
14147         Call exchange-point-and-mark with an argument rather than setting
14148         mark-active by hand (Bug#5175).
14149
14150 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * nntp.el (nntp-service-to-port): Work for service expressed with
14153         numeric string; replace [:digit:] with [0-9] for XEmacs.
14154
14155 2009-12-17  Glenn Morris  <rgm@gnu.org>
14156
14157         * gnus-group.el (gnus-bug-group-download-format-alist):
14158         Change emacs entry to debbugs.gnu.org.  Bump :version.
14159
14160 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14161
14162         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14163
14164 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14165
14166         * message.el (message-info): Explain why we use `Info-goto-node'.
14167
14168 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14169
14170         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14171
14172 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14173
14174         * message.el (message-completion-in-region): New compatibility function.
14175         (message-expand-group): Use it.
14176
14177 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14180         with no unread article should be listed if the 2nd arg `predicate' is
14181         given.
14182
14183 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14184
14185         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14186
14187 2009-11-29  Juri Linkov  <juri@jurta.org>
14188
14189         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14190         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14191         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14192
14193 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14194
14195         * sha1.el (sha1-string-external): default-directory "/" in case
14196         otherwise non-existent.  process-connection-type pipe for touch of
14197         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14198
14199 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14200
14201         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14202         it's comms related and sgml-mode.el has "comm" on that basis too.
14203
14204 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14207         containing tspecial characters if they have been already quoted.
14208
14209 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14210
14211         * dns-mode.el (auto-mode-alist): Purecopy string.
14212
14213 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14214
14215         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14216
14217 2009-10-24  Glenn Morris  <rgm@gnu.org>
14218
14219         * gnus-art.el (help-xref-stack-item): Define for compiler.
14220
14221 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14222
14223         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14224
14225 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14228
14229 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14232         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14233
14234 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14237         (gnus-overlays-in): New alias to overlays-in.
14238
14239         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14240         gnus-overlay-get, and gnus-delete-overlay.
14241         (gnus-summary-show-thread): Make it work as well for systems in which
14242         next-single-char-property-change is not available.
14243         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14244
14245         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14246         (gnus-overlay-get): New alias to extent-property.
14247         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14248
14249         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14250         SXEmacs.
14251
14252         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14253         SXEmacs.
14254
14255 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14258
14259 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14260
14261         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14262         and XEmacs that don't have `remove-overlays'.
14263
14264 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14265
14266         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14267         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14268         selective display.  Use overlays instead.
14269
14270 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14271
14272         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14273
14274 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14275
14276         * spam-stat.el (spam-stat-load): Fix typo in message.
14277
14278 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14279
14280         * dig.el (dig-invoke): Fix typo in docstring.
14281         (query-dig): Reflow docstring.
14282
14283 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14284
14285         * gnus-art.el (gnus-article-encrypt-body):
14286         * message.el (message-check-recipients):
14287         * mm-util.el (mm-codepage-setup):
14288         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14289         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14290
14291 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14292
14293         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14294         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14295         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14296         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14297         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14298
14299 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14300
14301         * dig.el: Add "Keywords: comm", as per net-utils.el.
14302
14303 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14304
14305         * dig.el (dig-mode): Use define-derived-mode.
14306
14307 2009-09-19  Glenn Morris  <rgm@gnu.org>
14308
14309         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14310
14311 2009-09-18  Glenn Morris  <rgm@gnu.org>
14312
14313         * gnus-diary.el (gnus-diary-check-message):
14314         * message.el (message-insert-formatted-citation-line):
14315         * nnbabyl.el (top-level):
14316         * nndiary.el (nndiary-schedule):
14317         Fix typos in condition-case handlers.
14318
14319 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14322         configuration that provides the sole article window in a frame;
14323         position point correctly after deleting a part.
14324
14325 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14326
14327         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14328         (spam-resolve-registrations-routine): Use it to unregister articles
14329         that change status.
14330
14331 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14334         with XEmacs.
14335         (parse-time-string-chars): Use it.
14336
14337 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14338
14339         * imap.el (imap-interactive-login): Better messages.
14340         (imap-open): Fix bug with renamed buffer on reconnect.
14341         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14342         for easier debugging and cleaner code.  On successful (guessed based on
14343         server capabilities) secondary authentication, set imap-state
14344         correctly.
14345         (imap-last-authenticator): Define imap-last-authenticator as a variable
14346         to avoid warnings.
14347
14348 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * nnrss.el (nnrss-request-article): Remove binding of
14351         default-enable-multibyte-characters that has gotten needless by
14352         the 2007-07-13 change in rfc2047-encode-message-header.
14353
14354         * mml.el (mml-insert-multipart): Error on the message header.
14355         (mml-insert-part): Error on the message header; position point at
14356         the end of a MIME tag.
14357
14358 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * time-date.el (autoload): Expand define-obsolete-function-alias into
14361         defalias and make-obsolete for old Emacsen that Gnus supports.
14362         (with-no-warnings): Define it for old Emacsen.
14363         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14364         is available.
14365         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14366         float-time is available; suppress compile warning for time-to-seconds.
14367
14368         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14369         (gnus-float-time): Alias to float-time if it exists.
14370
14371         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14372         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14373         float-time is available; suppress compile warning for time-to-seconds.
14374
14375         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14376         XEmacs.
14377
14378 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14379
14380         * imap.el (imap-message-map): Docstring fix.
14381
14382 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14385         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14386         Add the optional argument `encoding' that overrides the default.
14387
14388         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14389         mm-encode-buffer.
14390
14391 2009-09-04  Glenn Morris  <rgm@gnu.org>
14392
14393         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14394         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14395         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14396         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14397         * mm-util.el (mm-with-unibyte-current-buffer)
14398         (mm-find-buffer-file-coding-system):
14399         * yenc.el (yenc-decode-region): Use default-value rather than
14400         default-enable-multibyte-characters.
14401
14402 2009-09-03  Glenn Morris  <rgm@gnu.org>
14403
14404         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14405         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14406         than default-enable-multibyte-characters.
14407
14408 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14409
14410         * gnus-art.el (gnus-article-read-summary-keys):
14411         Fix gnus-buffer-configuration's value temporarily used.
14412
14413 2009-09-02  Glenn Morris  <rgm@gnu.org>
14414
14415         * gnus-util.el (gnus-float-time): New function.
14416         * gnus-delay.el (gnus-delay-article):
14417         * gnus-sum.el (gnus-thread-latest-date):
14418         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14419         * nnspool.el (nnspool-request-newgroups):
14420         Use gnus-float-time rather than time-to-seconds.
14421         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14422
14423         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14424         (gnus-header-subject-face, gnus-header-newsgroups-face)
14425         (gnus-header-name-face, gnus-header-content-face):
14426         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14427         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14428         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14429         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14430         (gnus-cite-face-11):
14431         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14432         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14433         (gnus-server-closed-face, gnus-server-denied-face)
14434         (gnus-server-offline-face):
14435         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14436         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14437         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14438         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14439         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14440         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14441         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14442         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14443         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14444         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14445         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14446         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14447         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14448         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14449         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14450         (gnus-summary-high-undownloaded-face)
14451         (gnus-summary-low-undownloaded-face)
14452         (gnus-summary-normal-undownloaded-face)
14453         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14454         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14455         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14456         (gnus-splash-face):
14457         * message.el (message-header-to-face, message-header-cc-face)
14458         (message-header-subject-face, message-header-newsgroups-face)
14459         (message-header-other-face, message-header-name-face)
14460         (message-header-xheader-face, message-separator-face)
14461         (message-cited-text-face, message-mml-face):
14462         * sieve-mode.el (sieve-control-commands-face)
14463         (sieve-action-commands-face, sieve-test-commands-face)
14464         (sieve-tagged-arguments-face):
14465         * spam.el (spam-face):
14466         Mark face aliases with "-face" in the name as obsolete.
14467
14468 2009-09-01  Glenn Morris  <rgm@gnu.org>
14469
14470         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14471         than goto-line.
14472
14473 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14476         Don't move point if the command is invoked inside the message header.
14477
14478 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14479
14480         * imap.el (imap-send-command): Simplify.
14481         (imap-wait-for-tag): point-max -> buffer-size.
14482
14483 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14484
14485         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14486         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14487         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14488         * nnir.el (nnir-swish-e-index-file):
14489         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14490         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14491         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14492         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14493         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14494         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14495
14496 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14499         Don't save excursion.
14500
14501 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14502
14503         * nnheader.el (nnheader-find-file-noselect):
14504         * mm-util.el (mm-insert-file-contents):
14505         Use (default-value 'major-mode) instead of default-major-mode.
14506
14507 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14508
14509         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14510
14511 2009-08-26  Glenn Morris  <rgm@gnu.org>
14512
14513         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14514         than placing in files.el.
14515
14516 2009-08-25  Glenn Morris  <rgm@gnu.org>
14517
14518         * nnir.el (top-level): Don't require cl at run-time.
14519         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14520         Replace cl-function substitute with gnus-replace-in-string.
14521         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14522         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14523         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14524         simplified expansions.
14525
14526 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14527
14528         * dig.el (dig): Add autoload cookie.
14529
14530 2009-08-22  Glenn Morris  <rgm@gnu.org>
14531
14532         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14533         goto-line.
14534
14535 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14536
14537         * parse-time.el (parse-time-string-chars): Save match data.
14538
14539 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14540
14541         * parse-time.el (parse-time-string-chars): Compute using character
14542         classes, to handle non-ascii characters (Bug#3190).
14543
14544 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14545
14546         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14547
14548         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14549         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14550         (gnus-mm-display-part, gnus-mime-display-single)
14551         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14552         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14553
14554         * gnus-sum.el
14555         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14556         (gnus-summary-move-article): Add expirable mark to articles copied or
14557         moved to group that has auto-expire turned on if the option is non-nil.
14558
14559 2009-07-24  Glenn Morris  <rgm@gnu.org>
14560
14561         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14562         Fix typo.  (Bug#3903)
14563
14564 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14567         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14568         that should not be used for draft articles.
14569         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14570         that has no concern in minor mode keys.
14571         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14572         Abolish.
14573
14574 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14577         article without making inquiry to a user for unknown encoding.
14578
14579         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14580         (nnmaildir--scan): Assume i-node and device number that file-attributes
14581         returns might be cons-cell.
14582
14583         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14584
14585         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14586
14587 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14588
14589         * auth-source.el: Remove docs now in auth.texi.  Don't use
14590         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14591         `auth-source-hide-passwords' and use them.
14592
14593 2009-07-15  Glenn Morris  <rgm@gnu.org>
14594
14595         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14596
14597 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14600         excessive whitespace from the default values of title and description.
14601
14602 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14603
14604         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14605         mail-fetch-field to fetch Content-Description header in order to
14606         exclude newlines.
14607
14608 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14609
14610         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14611         format used by GnuPG 2.0.11.
14612
14613 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14616         to deleted part.
14617
14618 2009-05-30  David Engster  <dengste@eml.cc>
14619
14620         * nnmairix.el: Remove old documentation in the commentary block.
14621         (nnmairix-request-group): Do not update active file for nnml back ends.
14622         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14623         end so that overview files are ignored.
14624         (nnmairix-update-groups): Make updating the groups more robust by using
14625         marks.
14626         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14627         with dollar characters in message-id.
14628
14629 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14630
14631         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14632         2008-12-25 in dns.el.
14633
14634 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14635
14636         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14637         could happen if the text is only composed of spaces and/or tabs.
14638
14639 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14640
14641         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14642         when sending a queued message to avoid extra mml tags.
14643
14644 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14645
14646         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14647
14648 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14651         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14652         rmail-toggle-header for XEmacs;
14653         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14654
14655 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * gnus-dired.el: Remove autoload for gnus-setup-message.
14658         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14659         displaying Gnus logo; always use compose-mail.
14660
14661 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14664
14665 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14668         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14669         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14670         available.
14671         (gnus-nocem-epg-verify): New function.
14672
14673 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14674
14675         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14676
14677 2009-02-15  Glenn Morris  <rgm@gnu.org>
14678
14679         * gnus-util.el (rmail-insert-rmail-file-header)
14680         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14681         autoloads.
14682         (rmail-default-rmail-file): Remove unnecessary declaration.
14683         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14684
14685 2009-02-14  Glenn Morris  <rgm@gnu.org>
14686
14687         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14688         variable (only used in gnus-util, which declares it anyway).
14689         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14690         which was only needed by gnus-art (changed to not use it any more).
14691         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14692         only used in gnus-util, which autoloads it itself.
14693         (rmail-update-summary): Fix autoload.
14694
14695         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14696         rather than rmail-output-to-rmail-file.
14697
14698 2009-02-07  Glenn Morris  <rgm@gnu.org>
14699
14700         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14701         autoload of function that no longer exists.
14702         (rmail-toggle-header): Declare.
14703         (message-forward-rmail-make-body): Handle mbox Rmail.
14704
14705 2009-01-31  Glenn Morris  <rgm@gnu.org>
14706
14707         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14708         2009-01-09 change.
14709
14710 2009-01-31  Dave Love  <fx@gnu.org>
14711
14712         * imap.el (imap-fetch-safe): Bind debug-on-error.
14713         (imap-debug): Add imap-fetch-safe.
14714
14715 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14716
14717         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14718         (auth-source-forget-all-cached): New convenience function.
14719         (auth-source-user-or-password): Accept list of modes or a single mode.
14720
14721         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14722         auth-source modes.
14723
14724         * netrc.el (netrc-machine-user-or-password): Use list of
14725         auth-source modes.
14726
14727         * nnimap.el (nnimap-open-connection): Use list of
14728         auth-source modes.
14729
14730         * nntp.el (nntp-send-authinfo): Use list of
14731         auth-source modes.
14732
14733 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14734
14735         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14736         now.
14737
14738 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14741         coding system in XEmacs; add a workaround for XEmacs.
14742
14743         * lpath.el: Fbind coding-system-aliasee.
14744
14745 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14748         of current-language-environment.
14749
14750 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14751
14752         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14753         available at runtime.
14754
14755 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14758
14759 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14760
14761         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14762         the greatest positive fixnum value doesn't work under an XEmacs with
14763         bignum support; use the most-positive-fixnum constant instead,
14764         available since Emacs 21.1 with cl and XEmacs 21.1.
14765
14766 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14767
14768         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14769         XEmacs gets not to work.
14770
14771 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14772
14773         * mm-util.el (mm-coding-system-priorities): Allow the value like
14774         "Japanese (UTF-8)" of current-language-environment.
14775
14776 2009-01-09  Glenn Morris  <rgm@gnu.org>
14777
14778         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14779         with last-command-event.
14780
14781 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14782
14783         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14784         in the doc string.
14785
14786         * message.el (message-fix-before-sending): Amend comment.
14787
14788 2009-01-08  Dave Love  <fx@gnu.org>
14789
14790         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14791
14792 2009-01-07  David Engster  <dengste@eml.cc>
14793
14794         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14795         simplified server definitions by converting it via
14796         gnus-server-to-method.
14797
14798 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14801         parameter's operands.
14802
14803 2009-01-06  David Engster  <dengste@eml.cc>
14804
14805         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14806         primary select method (for gnus-group-mark-article-as-read).
14807
14808 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14809
14810         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14811         `(gnus)Face', not `(gnus)X-Face'.
14812
14813 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * mm-util.el (mm-ucs-to-char): New function.
14816
14817         * mm-url.el (mm-url-decode-entities): Use it.
14818
14819         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14820         unicode-to-char.
14821
14822 2009-01-05  Dave Love  <fx@gnu.org>
14823
14824         * time-date.el: Require cl for `declare'.
14825
14826 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14827
14828         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14829         Dave Love.
14830
14831 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         * message.el (message-fix-before-sending): Add `eight-bit' to
14834         illegible-text check.
14835
14836 2009-01-03  Michael Olson  <mwolson@gnu.org>
14837
14838         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14839         `headers' is nil.  This can occur if the IMAP server does not have
14840         permissions to read messages from a folder, but can write new messages
14841         to the folder.
14842         (nnimap-request-article-part): Do not insert `data' if it is nil.
14843
14844         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14845         characters which will confuse `read', so skip past them.
14846
14847 2009-01-01  Dave Love  <fx@gnu.org>
14848
14849         * imap.el (imap-string-to-integer): Fix typo.
14850         (imap-fetch-safe): New function.
14851         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14852
14853         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14854
14855         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14856         (imap-parse-greeting): Fix doc strings.
14857         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14858         (imap-parse-flag-list): Make messages unique.
14859         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14860
14861         * nnimap.el: Fix author email.
14862         (nnimap-split-rule): Add FIXME comment.
14863         (nnimap-debug): Fix doc string.
14864
14865 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14866
14867         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14868
14869 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14870
14871         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14872         nslookup if resolv.conf isn't available.
14873         (dns-query): Rename from query-dns.
14874         (dns-query-cached): Rename from query-dns-cached.
14875
14876 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14879         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14880         to check if those variables exist (first appeared in Emacs 18.50).
14881
14882 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * mm-util.el (mm-line-number-at-pos): New function.
14885
14886         * spam-report.el (spam-report-process-queue): Use it.
14887
14888 2008-12-24  David Engster  <dengste@eml.cc>
14889
14890         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14891         parameters that haven't existed as variables as buffer-local variables.
14892
14893 2008-12-23  Dave Love  <fx@gnu.org>
14894
14895         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14896         cadar.
14897
14898         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14899         imap-starttls-p.
14900         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14901
14902 2008-12-22  Dave Love  <fx@gnu.org>
14903
14904         * imap.el: Fix author email.  Doc fixes.
14905         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14906         reply.
14907
14908 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14909
14910         * spam-report.el (spam-report-gmane-max-requests): New constant.
14911         (spam-report-gmane-wait): New variable.
14912         (spam-report-gmane-ham, spam-report-gmane-spam)
14913         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14914         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14915         the server.
14916
14917         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14918         Add explanations.
14919
14920         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14921         nnheader-accept-process-output and nnheader-read-timeout if available.
14922         (pop3-movemail): Use it.
14923
14924         * message.el (message-check-news-body-syntax): Fix signature check if
14925         there's an attachment.
14926
14927 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * mm-util.el: Add comments to the mm- emulating functions.
14930
14931 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14932
14933         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14934         Reported by Stephen Berman <stephen.berman@gmx.net>.
14935
14936 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * mm-util.el (mm-substring-no-properties): New function.
14939         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14940         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14941         (mm-string-to-multibyte): Doc fix.
14942
14943         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14944
14945 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14946
14947         * mml.el (mml-attach-file): Strip text properties from file name.
14948         (Bug#1574)
14949
14950 2008-12-16  Glenn Morris  <rgm@gnu.org>
14951
14952         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14953
14954 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14955
14956         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14957         knows since the charset specified might be a bogus alias that
14958         mm-charset-synonym-alist provides.
14959
14960 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14961
14962         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14963         "ISO_8859-1".
14964
14965         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14966
14967 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * mm-util.el (mm-charset-eval-alist):
14970         Define it before mm-charset-to-coding-system.
14971         (mm-charset-to-coding-system): Add optional argument `silent';
14972         define it before mm-charset-override-alist.
14973         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14974         default value if it can be used in Emacs currently running;
14975         silence mm-charset-to-coding-system.
14976
14977 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14980         `allow-override' which says whether to use `mm-charset-override-alist'.
14981         (rfc2047-decode-encoded-words): Use it.
14982
14983         * mm-util.el (mm-charset-override-alist): Fix custom type;
14984         add `(gb2312 . gbk)' to choices.
14985
14986 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14989         fast.
14990
14991         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14992
14993         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14994
14995 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14996
14997         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14998         on links.
14999
15000         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15001
15002 2008-12-03  Lute Kamstra  <lute@gnu.org>
15003
15004         * sha1.el: Remove leading * from docstrings of defcustoms,
15005         deffaces, defconsts and defuns.
15006
15007 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * message.el (message-idna-to-ascii-rhs-1): Protect against local
15010         users' addresses that don't have domain parts.
15011         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
15012         rather than message-narrow-to-head since there will be the message
15013         header separator.
15014
15015 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15016
15017         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
15018         since the result is inserted in a unibyte buffer anyway.
15019         (nnimap-demule-use-string-to-multibyte): Remove.
15020         (nnimap-demule): Alias it to mm-string-to-multibyte.
15021
15022 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15023
15024         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
15025         variable for debugging bug#464 and bug#1174.
15026         (nnimap-demule): Use it.
15027
15028 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15029
15030         * gnus-score.el (gnus-score-find-trace): Handle default score in total
15031         score calculation correctly.
15032
15033 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15034
15035         * message.el (message-send-mail): Just set the buffer to unibyte
15036         rather than use mm-with-unibyte-current-buffer which does a lot more.
15037         (message-send-mail-partially): Don't bother with
15038         mm-with-unibyte-current-buffer since it's already been made unibyte by
15039         message-send-mail.
15040
15041 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
15042
15043         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
15044
15045 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
15046
15047         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
15048
15049 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15050
15051         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
15052         require itself and to remove `with-no-warnings'.
15053
15054 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
15055
15056         * starttls.el (starttls-any-program-available): Get the name of the
15057         available TLS layer program.
15058         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
15059         well as the host name in the "opening" message.
15060
15061         * auth-source.el (auth-source-cache, auth-source-do-cache)
15062         (auth-source-user-or-password): Cache passwords and logins by default,
15063         allow override with `auth-source-do-cache'.
15064         (auth-source-forget-user-or-password): Allow users to remove cache
15065         entries if needed.
15066
15067 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15068
15069         * md4.el (md4-buffer): Fix typo in docstring.
15070         (md4, md4-64): Doc fixes.
15071         (md4-pack-int32): Reflow docstring.
15072
15073 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15074
15075         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15076         condition-case to only the forward-sexp call.
15077
15078 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15079
15080         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15081         quotes contained.  Make it more robust regardless by an extra
15082         condition-case wrapper.
15083
15084 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15087
15088 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15089
15090         * nnml.el (nnml-request-expire-articles): Check if the function set to
15091         `nnmail-expiry-target' returns the symbol `delete'.
15092
15093         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15094
15095         * nnmail.el (nnmail-expiry-target): Fix custom type.
15096
15097 2008-10-02  Glenn Morris  <rgm@gnu.org>
15098
15099         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15100         Silence compiler warning.
15101
15102 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15103
15104         * tls.el (open-tls-stream): Show the actual command being
15105         executed, instead of the format string.
15106
15107 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * lpath.el: Fbind codepage-setup for Emacs 23.
15110
15111 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15112
15113         * mml.el (mml-menu): Don't assume mml2015 is bound.
15114
15115 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15118         exists.
15119
15120 2008-09-27  Glenn Morris  <rgm@gnu.org>
15121
15122         * gnus-util.el (mail-header-remove-comments): Autoload it.
15123
15124 2008-09-27  Andreas Schwab  <schwab@suse.de>
15125
15126         * gnus-util.el (gnus-split-references): Strip comments.
15127         (gnus-parent-id): Likewise.
15128
15129 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15130
15131         * message.el (message-confirm-send): Fix version.
15132
15133 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15134
15135         * message.el (message-idna-to-ascii-rhs-1): Use
15136         mail-extract-address-components rather than mail-header-parse-addresses
15137         that is an alias by default to ietf-drums-parse-addresses that does not
15138         support non-ASCII names in headers' contents.
15139
15140 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15141
15142         * message.el (message-confirm-send): Fix variable documentation to
15143         avoid the "y/n" wording.
15144
15145 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15146
15147         * message.el (message-set-auto-save-file-name): Save to a different
15148         filename so multiple messages (especially drafts) can be recovered.
15149
15150 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15151
15152         * message.el (message-confirm-send): Add appropriate version.
15153
15154 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15155
15156         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15157         defvar.
15158
15159 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15160
15161         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15162         (mm-pkcs7-enveloped-magic): Ditto.
15163
15164 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15165
15166         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15167         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15168
15169 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15170
15171         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15172         default, it's better.
15173
15174 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15175
15176         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15177         summary line gnus-number property and ignore them (with a warning
15178         message).
15179
15180 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15183         macro caddr in the interactive form since it won't be expanded.
15184
15185 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15188         `charset'; fix name of function called recursively.
15189         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15190
15191 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15194         (gnus-mime-set-charset-parameters): New function.
15195         (gnus-mime-view-part-as-charset): Use it to correctly display part
15196         specifying wrong charset.
15197
15198 2008-09-08  David Engster  <dengste@eml.cc>
15199
15200         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15201         in completing-read for back end server.
15202
15203 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15204
15205         * message.el (message-confirm-send): New variable to confirm sending a
15206         message.
15207         (message-send): Use it.
15208
15209 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15210
15211         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15212
15213 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15216
15217 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15218
15219         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15220         prevent tracking too many groups.
15221         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15222         Use it.
15223
15224 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15225
15226         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15227         moving point to the bottom of the window in order to avoid recentering.
15228
15229 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15230
15231         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15232
15233         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15234         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15235         (gnus-article-beginning-of-window): Fix calculation.
15236
15237 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15238
15239         * gnus-msg.el (gnus-summary-supersede-article)
15240         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15241         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15242         message header.
15243
15244 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15245
15246         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15247         pending output coming after the status change.
15248
15249 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15250
15251         * message.el:
15252         * gnus-start.el:
15253         * gnus-registry.el: Remove VMS support.
15254
15255 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15258         macro.
15259         (rfc2104-hash): Use it.
15260
15261 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15262
15263         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15264         (gnus-summary-sort-by-most-recent-date): New commands.
15265         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15266         and menu entries.
15267
15268 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15271         don't redisplay article for raw contents; remove plural articles stuff.
15272
15273         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15274         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15275         on gnus-summary-save-article; display results properly.
15276
15277 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * lpath.el: No need to fbind ns-focus-frame.
15280
15281 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15284
15285 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * gnus-art.el (gnus-summary-save-in-pipe):
15288         Consider gnus-save-all-headers.
15289
15290 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15291
15292         * gnus-util.el (ns-focus-frame): Remove declaration.
15293         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15294         like x.
15295
15296 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15297
15298         * rfc2104.el (rfc2104-zero): Delete defconst.
15299         (rfc2104-hex-alist): Likewise.
15300         (rfc2104-hex-to-int): Delete func.
15301         (rfc2104-hexstring-to-bitstring): Likewise.
15302         (rfc2104-nybbles): New defconst.
15303         (rfc2104-hash): Rewrite for speed.
15304
15305 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * tls.el (open-tls-stream): Make it work with the 2nd argument
15308         BUFFER that is a string but does not exist as a buffer object, as
15309         mentioned in the doc-string.
15310
15311 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15314         SXEmacs.
15315
15316 2008-07-16  Glenn Morris  <rgm@gnu.org>
15317
15318         * gnus-util.el (ns-focus-frame): Declare for compiler.
15319
15320 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15323         set as a group parameter.
15324         (gnus-summary-save-in-pipe): Work when it is called independently.
15325         (gnus-summary-pipe-to-muttprint): Don't modify
15326         gnus-summary-pipe-output-default-command.
15327
15328 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15329
15330         * message.el (message-send-mail-with-sendmail):
15331         Display the error message.
15332
15333 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * gnus-art.el (gnus-default-article-saver):
15336         Add gnus-summary-save-in-pipe to choices.
15337         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15338         gnus-summary-pipe-output-default-command as the default command.
15339         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15340         instead of gnus-last-shell-command.
15341
15342         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15343         New user option.
15344         (gnus-summary-muttprint-program): Mention the value will be changed.
15345         (gnus-summary-save-article): Force showing of all headers.
15346         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15347
15348 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15349
15350         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15351
15352 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15353
15354         * nnimap.el (nnimap-id):
15355         * sieve-manage.el (sieve-manage-open): Doc fixes.
15356
15357 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15358
15359         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15360         if available.
15361
15362 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15363
15364         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15365
15366         * nnkiboze.el (nnkiboze-generate-group):
15367         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15368
15369         * nnmairix.el: Require CL.
15370
15371 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15372
15373         * dgnushack.el: Autoload get-display-table and put-display-table for
15374         XEmacs 21.5.
15375
15376         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15377         21.4 and SXEmacs.
15378
15379 2008-06-15  David Engster  <dengste@eml.cc>
15380
15381         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15382
15383 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15384
15385         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15386         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15387         runtime choice under XEmacs.
15388
15389         * gnus-sum.el (gnus-summary-set-display-table):
15390         Use `gnus-put-display-table', `gnus-get-display-table',
15391         `gnus-set-display-table' for the display table, instead of `aset'.
15392
15393         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15394         Use `gnus-put-display-table', `gnus-get-display-table',
15395         `gnus-set-display-table' for the display table.
15396
15397 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15398
15399         * nnmairix.el: Add autoloads.
15400
15401 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15402
15403         * nnmairix.el (nnmairix-delete-recreate-group)
15404         (nnmairix-update-and-clear-marks): Fix error messages.
15405
15406 2008-06-14  David Engster  <dengste@eml.cc>
15407
15408         * nnmairix.el: Upgrade to version 0.6.
15409         (nnmairix-group-toggle-propmarks-this-group)
15410         (nnmairix-group-toggle-readmarks-this-group)
15411         (nnmairix-group-delete-recreate-this-group)
15412         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15413         (nnmairix-remove-tick-mark-original-article): New commands.
15414         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15415         (nnmairix-propagate-marks-to-nnmairix-groups)
15416         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15417         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15418         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15419         functions needed for marks propagation and manipulation of read marks.
15420         (nnmairix-update-groups): New function.
15421         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15422         (nnmairix-determine-original-group-from-registry)
15423         (nnmairix-determine-original-group-from-path)
15424         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15425         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15426         New helper functions.
15427         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15428         keystrokes for new commands.
15429         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15430         (nnmairix-request-group): Check allow-fast group parameter.
15431         (nnmairix-request-create-group): Set allow-fast group parameter if
15432         nnmairix-allowfast-default is set.
15433         (nnmairix-close-group): Propagate marks upon closing if needed.
15434         (nnmairix-group-toggle-threads-this-group): Use new.
15435         nnmairix-group-toggle-parameter helper function.
15436         (nnmairix-search): Better check for empty search result.
15437         (nnmairix-goto-original-article): Use new helper functions for
15438         determining original article.
15439         (nnmairix-show-original-article): Make sure message-id is in brackets.
15440         (nnmairix-call-mairix-binary): Change variable name.
15441         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15442         helper function.
15443         (nnmairix-widget-toggle-activate): Fix doc string.
15444
15445 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * nnir.el: Require edmacro when compiling with XEmacs.
15448         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15449         available in Emacs 21.
15450
15451 2008-06-11  Glenn Morris  <rgm@gnu.org>
15452
15453         * gnus-util.el (x-focus-frame):
15454         * gnus.el (image-size):
15455         * mm-decode.el (image-size): Declare.
15456
15457         * gnus-picon.el (declare-function): Add compat definition.
15458         (image-size): Declare.
15459
15460         * gnus-group.el (tool-bar-map):
15461         * gnus-sum.el (tool-bar-map): Define for compiler.
15462
15463         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15464
15465         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15466
15467         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15468         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15469         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15470         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15471         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15472         * sieve-manage.el, spam-report.el, spam.el:
15473         Remove unnecessary eval-and-compile of autoloads.
15474
15475 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15476
15477         * auth-source.el: Precise Tramp doc.
15478
15479 2008-06-07  Glenn Morris  <rgm@gnu.org>
15480
15481         * nnmairix.el: Remove unnecessary eval-when-compile.
15482
15483 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * lpath.el: Fbind propertize for XEmacs 21.4.
15486
15487 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15488
15489         * nnir.el: Move here from ../contrib.
15490
15491 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15492
15493         * gnus-util.el (gnus-read-shell-command): New function.
15494         * mm-decode.el (mm-pipe-part):
15495         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15496
15497 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15500
15501 2008-06-03  Glenn Morris  <rgm@gnu.org>
15502
15503         * pop3.el (nnheader-accept-process-output): Autoload it.
15504
15505 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15508         are not 2-digit hexadecimal characters that follow `%'s.
15509
15510 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15511
15512         * message.el (message-bogus-recipient-p): Fix type in doc string.
15513         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15514         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15515         Improve custom options.
15516         (message-bogus-recipient-p): Adjust accordingly.
15517
15518 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15519
15520         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15521         long-form month and day names.
15522
15523 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15524
15525         * dgnushack.el: Autoload debug, eudc-expand-inline and
15526         pgg-snarf-keys-region for XEmacs.
15527
15528         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15529
15530         * nnmairix.el: Require edmacro when compiling with XEmacs.
15531
15532 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15533
15534         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15535         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15536
15537 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15538
15539         * auth-source.el: Add more docs.
15540
15541         * netrc.el (netrc-machine): Always match if the port is not given.
15542
15543 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15544
15545         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15546         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15547         retrieval faster in some cases, but might make CPU usage larger.
15548         If this has any bad side effects, we might revert this change.
15549
15550         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15551         seems to make mail retrieval much, much faster.
15552         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15553         unconditionally.
15554
15555         * gnus-draft.el (gnus-group-send-queue):
15556         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15557
15558 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15559
15560         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15561
15562         * message.el (message-bogus-address-regexp): Fix and improve custom
15563         type.
15564         (message-setup-hook): Add message-check-recipients as custom option.
15565
15566 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15567
15568         * message.el (message-cite-function): Remove bogus autoload which crept
15569         in during merge from v5-10.
15570
15571 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15572
15573         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15574
15575         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15576
15577         * auth-source.el: Preliminary Tramp docs.
15578         (auth-sources): Change the default auth-sources to use
15579         EPA .gpg files.
15580
15581 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15582
15583         * nntp.el: Autoload `auth-source-user-or-password'.
15584         (nntp-send-authinfo): Use it.
15585
15586         * nnimap.el: Autoload `auth-source-user-or-password'.
15587         (nnimap-open-connection): Use it.
15588
15589         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15590         for the gnus-message function.
15591         (auth-source-user-or-password): Use it.
15592
15593 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15594
15595         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15596         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15597         (rfc2104-hash): Use it.
15598
15599 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15600
15601         * gnus-art.el (gnus-article-toggle-truncate-lines):
15602         Don't use `iff' in docstring.
15603
15604 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15605
15606         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15607
15608         * gnus-util.el (gnus-extract-address-component-name)
15609         (gnus-extract-address-component-email): Convenience functions around
15610         `gnus-extract-address-components'.
15611
15612         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15613         Use `gnus-extract-address-component-email' to fix bug of comparing full
15614         sender name to `user-mail-address'.
15615
15616 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15617
15618         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15619         catch/throw to optimize.
15620         (gnus-registry-find-keywords): Just use member to find a keyword.
15621
15622 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15623
15624         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15625         is current before calling gnus-server-prepare.
15626         (gnus-server-setup-buffer, gnus-server-update-server)
15627         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15628
15629 2008-05-04  Juri Linkov  <juri@jurta.org>
15630
15631         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15632         (mailcap-file-default-commands): Use mailcap-replace-in-string
15633         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15634         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15635
15636 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15637
15638         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15639
15640 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15641
15642         * gnus.el: Bump version to 0.11.
15643
15644 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15645
15646         * gnus.el: No Gnus v0.10 is released.
15647
15648 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15649
15650         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15651         hooks.
15652         (gnus-update-read-articles): Speed up non-marks-using users.
15653         (gnus-use-marks): Define gnus-use-marks.
15654         (gnus-propagate-marks): Rename variable to something more sensible.
15655
15656 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15657
15658         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15659         (gmm-image-load-path-for-library): Fix typos in docstrings.
15660         (gmm-message): Reflow docstring.
15661
15662 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15663
15664         * mail-source.el (mail-source-set-1, mail-source-bind):
15665         Move auth-source code out of the macro to clean it up and fix bugs.
15666
15667 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15668
15669         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15670         by sender if it's equal to user-mail-address, it's likely to be
15671         useless.
15672
15673         * mail-source.el (mail-source-bind): Don't use user or password if they
15674         are not bound.  Unintern them if they are nil.  Don't use server unless
15675         it's bound, and default it to empty string otherwise.
15676
15677 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15678
15679         * mail-source.el: Load auth-source.el.
15680         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15681         get user name or password, if auth-sources is set up.
15682
15683         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15684         strategy of splitting with parent.
15685         (gnus-registry-split-fancy-with-parent)
15686         (gnus-registry-post-process-groups): Use it and fix prior
15687         bug (returning a list as the split result).
15688
15689         * auth-source.el (auth-sources): Remove server parameter.
15690         (auth-source-pick, auth-source-user-or-password)
15691         (auth-source-user-or-password-imap)
15692         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15693         (auth-source-user-or-password-sftp)
15694         (auth-source-user-or-password-smtp): Remove server parameter.
15695
15696 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15697
15698         * smime.el (smime-sign-region, smime-encrypt-region)
15699         (smime-decrypt-region):
15700         Remove redundant calls to `generate-new-buffer-name'.
15701
15702 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15703
15704         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15705         Don't use QP for message/rfc822.
15706         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15707
15708 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15709
15710         * sieve-manage.el (sieve-string-bytes): Remove.
15711         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15712         correct byte-length only if the process's coding-system is the same as
15713         the one used internally by Emacs to represent strings.
15714
15715 2008-04-22  Juri Linkov  <juri@jurta.org>
15716
15717         * mailcap.el (mailcap-file-default-commands): New function.
15718
15719 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15720
15721         * message.el (message-signature-separator, message-cite-function):
15722         Change custom version.
15723
15724 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15725
15726         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15727         commands.
15728         (tls-checktrust): Ditto.
15729
15730 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15731
15732         * mm-decode.el (mm-display-external): Make temp file read-only.
15733
15734 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15735
15736         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15737         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15738         `C-c C-f d'.
15739
15740 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15741
15742         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15743
15744 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15745
15746         * gnus.el: Bump version to 0.9.
15747
15748 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15749
15750         * gnus.el: No Gnus v0.8 is released.
15751
15752 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15753
15754         * mail-source.el (mail-source-value):
15755         Prefer fboundp to functionp so it works with macros as well.
15756
15757 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15758
15759         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15760         Fix last change in case the element is not even a symbol.
15761
15762 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15763
15764         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15765         Prefer fboundp to functionp so it works with macros as well.
15766
15767 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15768
15769         * auth-source.el: Add docs.
15770         (auth-sources): Modify format to support server.
15771         (auth-source-pick, auth-source-user-or-password)
15772         (auth-source-user-or-password-imap)
15773         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15774         (auth-source-user-or-password-sftp)
15775         (auth-source-user-or-password-smtp): Add server parameter.
15776
15777 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15778
15779         * gnus-registry.el: Initialize the registry when gnus-registry-install
15780         is t.
15781
15782 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * compface.el (uncompface): Make buffer unibyte.
15785
15786 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15787
15788         * mail-source.el (mail-source-value):
15789         Prefer fboundp to functionp so it works with macros as well.
15790
15791 2008-04-05  Glenn Morris  <rgm@gnu.org>
15792
15793         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15794
15795 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15796
15797         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15798         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15799
15800         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15801         multibyteness after rather than before erasing it.
15802
15803         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15804         mm-with-multibyte.
15805         (gnus-request-article-this-buffer): Make sure the proper decoding is
15806         used if gnus-original-article-buffer happens to be unibyte.
15807
15808         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15809         default-enable-multibyte-characters.
15810
15811         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15812         default-enable-multibyte-characters.
15813
15814         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15815
15816         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15817
15818 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15819
15820         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15821         Fix last change in case the element is not even a symbol.
15822
15823 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15824
15825         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15826         (imap-message-copyuid-1): Use it.
15827         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15828         J. Williams in
15829         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15830
15831         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15832         imap-enable-exchange-bug-workaround.
15833         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15834
15835 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15836
15837         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15838         a 100 byte status-checks into a 2-3MB transfer for each group.
15839         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15840         to enable bug workaround or not.
15841         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15842
15843 2008-03-31  Glenn Morris  <rgm@gnu.org>
15844
15845         * message.el (mml2015-use): Declare for compiler.
15846         (message-info): Require mml2015 when appropriate.
15847
15848 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15851         whitespace.
15852
15853 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15854
15855         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15856         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15857         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15858         (nntp-service-to-port): New function.
15859         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15860         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15861         (nntp-open-netcat-stream): New function.
15862         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15863
15864 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15865
15866         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15867
15868 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15869
15870         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15871
15872 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15873
15874         * dns.el (dns-write): Use set-buffer-multibyte.
15875
15876 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15877
15878         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15879
15880 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15881
15882         * message.el (message-signature-separator): Change default.
15883         Improve custom type.
15884         (message-cite-function): Change default to
15885         message-cite-original-without-signature.
15886
15887         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15888         toggle.
15889
15890         * message.el (message-check-news-body-syntax): Fix signature check.
15891         (message-setup-1): Mark buffer as unmodified _after_ running
15892         message-setup-hook and handling message-alternative-emails.
15893         (message-shorten-references): Be more strict when building list of
15894         valid references to comply with GNKSA.
15895
15896         * gnus-group.el (gnus-read-ephemeral-bug-group)
15897         (gnus-read-ephemeral-debian-bug-group)
15898         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15899
15900         * message.el (message-info): Don't use booleanp which isn't supported
15901         in Emacs 21 and XEmacs.
15902
15903 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15904
15905         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15906         gnus-group-gmane-group-download-format.
15907         (gnus-group-read-ephemeral-gmane-group): Rename from
15908         gnus-group-read-ephemeral-gmane-group.
15909         (gnus-read-ephemeral-gmane-group-url): Rename from
15910         gnus-group-read-ephemeral-gmane-group-url.
15911         (gnus-bug-group-download-format-alist): New variable.
15912         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15913         (gnus-read-ephemeral-emacs-bug-group): New commands.
15914
15915 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15916
15917         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15918         (gnus-visible-headers): Improve custom type.
15919
15920 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15921
15922         * mml.el (mml-menu): Add workarounds for XEmacs.
15923
15924         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15925         X-Boundary header.
15926
15927         * message.el (message-simplify-recipients): Fix previous commit.
15928
15929 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15930
15931         * mm-util.el (mm-set-buffer-multibyte): New function.
15932         * mm-decode.el (mm-copy-to-buffer): Use it.
15933
15934         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15935         Prefer fboundp to functionp so it works with macros as well.
15936
15937 2008-03-19  Glenn Morris  <rgm@gnu.org>
15938
15939         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15940         Accidentally removed in the sync process with Emacs.
15941
15942 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15943
15944         * message.el (message-alter-recipients-discard-bogus-full-name):
15945         New function.
15946         (message-alter-recipients-function): New variable.
15947         (message-get-reply-headers): Use it.
15948         (message-replace-header): New helper function.
15949         (message-recipients-without-full-name): New variable.
15950         (message-simplify-recipients): New command.
15951
15952         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15953
15954         * message.el (message-info): Handle EasyPG manual.
15955
15956         * mml.el (mml-menu): Add entry for EasyPG.
15957
15958 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15959
15960         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15961         parameter.
15962
15963         * message.el (message-disassociate-draft): Specify drafts group name
15964         fully.
15965
15966 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15967
15968         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15969         Eliminate unnecessary duplicates from the match list.
15970
15971 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15974
15975         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15976
15977         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15978         args of `how-many' of which the XEmacs version doesn't take; declare
15979         Info-index-next as function.
15980
15981 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15982
15983         * gnus-score.el (gnus-score-headers): Fix handling of
15984         gnus-inhibit-slow-scoring.
15985
15986         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15987         string.
15988         (gnus-button-url-regexp): Improve handling of parenthesis.
15989         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15990         (gnus-button-handle-info-keystrokes): Handle index entries.
15991
15992 2008-03-15  Glenn Morris  <rgm@gnu.org>
15993
15994         * parse-time.el (parse-time-string): Simplify.
15995
15996 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15997
15998         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15999         Incoming* files.
16000
16001 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16002
16003         * auth-source.el (auth-sources): Rename from auth-source-choices.
16004         (auth-source-pick): Use it.
16005
16006 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16007
16008         * binhex.el (binhex-decode-region-internal):
16009         * uudecode.el (uudecode-decode-region-internal):
16010         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16011         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16012         setting default-enable-multibyte-characters.
16013
16014 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16015
16016         * auth-source.el (auth-source-protocols)
16017         (auth-source-protocols-customize, auth-source-choices): Add and
16018         modified variable customizations and defaults.
16019         (auth-source-pick, auth-source-user-or-password)
16020         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
16021         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
16022         (auth-source-user-or-password-sftp)
16023         (auth-source-user-or-password-smtp): Use new variables and provide an
16024         interface to netrc.el.
16025
16026 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16027
16028         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
16029         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
16030         Make sure the nntp port to specify is a string.
16031
16032 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16033
16034         * nntp.el: Use with-current-buffer.
16035         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
16036         dubious mm-with-unibyte-current-buffer.
16037         (nntp-with-open-group-function): New function extracted from
16038         nntp-with-open-group macro.
16039         (nntp-with-open-group): Use the function, so it's easier to debug.
16040         Add indentation and debugging info.
16041         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
16042         Recommend the use of the netcat alternatives.
16043
16044         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
16045         Avoid mm-string-as-multibyte as well.
16046
16047         * nnweb.el (nnweb-insert-html):
16048         Remove use of nnheader-string-as-multibyte.
16049
16050         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
16051         (nnheader-string-as-multibyte): Remove.
16052
16053         * mm-view.el: Use inhibit-read-only.
16054         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
16055         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
16056         or unibyte-string.
16057
16058         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
16059         (mm-uu-yenc-extract): Use with-current-buffer.
16060
16061         * gnus-soup.el (gnus-soup-send-packet): Don't use
16062         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16063
16064         * nnmh.el: Use with-current-buffer.
16065         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16066         mm-string-as-multibyte on the output of mm-encode-coding-string.
16067
16068         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16069         (nnimap-request-move-article): Use with-current-buffer.
16070
16071         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16072         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16073         conversion uses string-make-unibyte rather than string-as-unibyte.
16074
16075         * gnus-msg.el: Use with-current-buffer.
16076
16077         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16078
16079 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16080
16081         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16082         string for caching if it is 'PIN.
16083
16084 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16085
16086         * lpath.el: Consider the case without Emacs/W3.
16087
16088 2008-03-08  Glenn Morris  <rgm@gnu.org>
16089
16090         * time-date.el (date-to-time, time-subtract, time-add)
16091         (safe-date-to-time): Doc fixes.
16092
16093 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16094
16095         * mail-source.el (mail-source-delete-old-incoming-confirm):
16096         Change default to nil.
16097         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16098
16099 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * lpath.el: Rearrange.
16102
16103         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16104         (gnus-article-goto-prev-page): Work for articles having ^L's.
16105
16106         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16107
16108         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16109
16110 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16111
16112         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16113         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16114         (gnus-bookmark-jump): Adjust some variable names.
16115
16116 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16117
16118         * auth-source.el: New package.
16119         (auth-source-choices): Add customization entry point variable.
16120
16121         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16122         bug.
16123
16124 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16125
16126         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16127         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16128         (gnus-registry-install-shortcuts): Rename from
16129         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16130         the `gnus-registry-mark-map' keymap dynamically from
16131         `gnus-registry-marks'.  The generated functions update the summary line
16132         when a registry mark is added or deleted, and will call
16133         `gnus-registry-install-p' (see the comments in the code).
16134         (gnus-registry-user-format-function-M): Use concat intelligently.
16135
16136         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16137         the registry mark functions.
16138
16139 2008-03-05  Glenn Morris  <rgm@gnu.org>
16140
16141         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16142         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16143         gnus-art.
16144         (top-level): No need to load own source when compiling.
16145
16146 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16147
16148         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16149         Suggested by <chris.anderton@zetnet.co.uk>.
16150
16151 2008-03-04  Glenn Morris  <rgm@gnu.org>
16152
16153         * gnus-sum.el (top-level): No need to require gnus when compiling,
16154         since unconditionally required near start of file.
16155         (gnus-summary-display-while-building): Move definition before use.
16156
16157 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16158
16159         * gnus-registry.el (gnus-registry-user-format-function-M):
16160         Add formatting function.
16161
16162 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16163
16164         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16165         with plists.
16166         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16167         Use new format.
16168
16169 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16170
16171         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16172         `where-is-internal' that returns a range of key sequences.
16173
16174 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16175
16176         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16177
16178         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16179         (gnus-summary-jump-to-group): Consider windows on other displayed
16180         frames as well.  Similar changes might be needed elsewhere, but that's
16181         the one I've bumped into during my use.
16182
16183         * nndoc.el (nndoc-oe-dbx-type-p):
16184         * gnus-msg.el (gnus-debug):
16185         * gnus-group.el (gnus-update-group-mark-positions):
16186         Use mm-string-to-multibyte.
16187
16188 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16189
16190         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16191         doesn't handle NotDashEscaped.
16192
16193         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16194         (mml-dnd-attach-options): Fix typo in custom choice.
16195
16196         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16197         Change nndoc-article-type to mbox.
16198         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16199
16200         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16201         to nil, instead of html2text.
16202
16203         * imap.el (imap-debug): Add `imap-ping-server'.
16204
16205         * gnus-bookmark.el: Add FIXMEs.
16206
16207         * message.el (message-form-letter-separator)
16208         (message-send-form-letter-delay): New variables.
16209         (message-send-form-letter): Use them.  New command to send form
16210         letters.  Requested by Uwe Siart.
16211         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16212
16213 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16214
16215         * Update copyright years.
16216
16217 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16218
16219         Sync from EMACS_22_BASE.
16220
16221         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16222
16223 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16224
16225         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16226         empty author.
16227
16228 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16229
16230         * gnus-registry.el (gnus-registry-marks): Add variable for
16231         customization of marks and their appearance.
16232         (gnus-registry-read-mark): Use it.
16233         (gnus-registry-do-marks): Add utility function to loop through
16234         `gnus-registry-marks'.
16235         (gnus-registry-install-shortcuts-and-menus): Add function to install
16236         shortcuts and menus.
16237         (gnus-registry-initialize): Use it.
16238         (gnus-registry-default-mark): Clarify documentation.
16239
16240 2008-02-29  Glenn Morris  <rgm@gnu.org>
16241
16242         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16243         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16244         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16245         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16246         Change defcustom :version from 23.0 to 23.1.
16247
16248 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16249
16250         * gnus-registry.el (gnus-registry-follow-group-p)
16251         (gnus-registry-post-process-groups): Add functions to aid registry
16252         splitting and improve logging.  Clarify behavior in function
16253         documentation.
16254         (gnus-registry-split-fancy-with-parent): Use them.
16255
16256 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16257
16258         * gnus-art.el: Use with-current-buffer.
16259
16260 2008-02-27  David Engster  <dengste@eml.cc>
16261
16262         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16263         Express real group name in the response.
16264
16265 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16266
16267         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16268         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16269         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16270         autoload gnus-registry-fetch-group when compiling.
16271         (nnmairix-request-group-with-article-number-correction):
16272         Remove unreferenced argument passed to nnmairix-call-backend.
16273
16274 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16275
16276         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16277         (mm-uu-extract): Improve face for low color ttys.
16278         Reported by Sascha Wilde.
16279
16280 2008-02-27  Glenn Morris  <rgm@gnu.org>
16281
16282         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16283         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16284         variables to defconsts.  Convert comments to doc-strings.
16285         (nnmairix-last-server, nnmairix-current-server): Convert from free
16286         variables to defvars.  Convert comments to doc-strings.
16287         (gnus-registry-fetch-group): Autoload.
16288         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16289         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16290         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16291         caddr.
16292         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16293         nnmairix-request-group-with-article-number-correction call.
16294         (nnmairix-fast, nnmairix-group): New, less general names, for free
16295         variables passed from nnmairix-request-group to
16296         nnmairix-request-group-with-article-number-correction.  Declare.
16297         (nnmairix-request-group-with-article-number-correction):
16298         Use nnmairix-fast, nnmairix-group rather than fast, group.
16299
16300 2008-02-26  David Engster  <dengste@eml.cc>
16301
16302         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16303         version 0.5.
16304
16305 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16306
16307         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16308         instead of making an extra function call.  Don't add the current group
16309         to articles only when they have the group.  Use
16310         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16311         Reported by David <de_bb@arcor.de>.
16312
16313 2008-02-24  Miles Bader  <miles@gnu.org>
16314
16315         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16316         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16317         (mm-find-mime-charset-region):
16318         * mm-bodies.el (mm-encode-body):
16319         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16320
16321 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16324         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16325
16326 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16327
16328         * mail-source.el (mail-source-delete-incoming): Change default.
16329         Supplement doc string.
16330
16331         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16332
16333 2008-02-14  Glenn Morris  <rgm@gnu.org>
16334
16335         * time-date.el (format-seconds): New function.
16336
16337 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16338
16339         * nnmail.el (nnmail-message-id-cache-file): Derive from
16340         `gnus-home-directory'.
16341
16342 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16343
16344         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16345         Document negative prefix.
16346
16347         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16348
16349 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16350
16351         * message.el (message-unsent-separator): Add the Exim bounce
16352         separator.
16353
16354 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16355
16356         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16357         list.
16358         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16359         recipient/signer list.
16360
16361 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16362
16363         * Makefile.in (datarootdir): Define.
16364         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16365         name that might contain whitespace.
16366
16367 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16368
16369         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16370         fbound (Emacs 23 unicode), signal an error.
16371
16372 2008-02-08  Glenn Morris  <rgm@gnu.org>
16373
16374         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16375
16376 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16377
16378         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16379         ports to the calls to `netrc-machine-user-or-password' in addition to
16380         "imap" and "imaps".
16381
16382 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16383
16384         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16385
16386         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16387
16388 2008-02-01  Kenichi Handa  <handa@m17n.org>
16389
16390         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16391         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16392         (rfc2104-hash): Convert the result of concat to unibyte string.
16393
16394 2008-02-01  Dave Love  <fx@gnu.org>
16395
16396         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16397         coding-system-for-read.
16398         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16399
16400 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16401
16402         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16403         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16404         <hanche@math.ntnu.no>.
16405
16406 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16407
16408         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16409
16410         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16411
16412 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16413
16414         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16415         * message.el (message-beginning-of-line): Use featurep instead of bound
16416         tests in order to resolve conditionals at compile time.
16417
16418 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16419
16420         * mail-source.el (mail-sources): Add `group' choice.
16421
16422         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16423         parameter `in-group' to control into which group the articles go.
16424         Add treatment of `group' mail-source.
16425
16426 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16429
16430         * mm-decode.el (mm-dissect-buffer): Decode description.
16431
16432         * mml.el (mml-to-mime): Encode message header first.
16433
16434 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16435
16436         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16437         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16438
16439         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16440         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16441
16442 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16443
16444         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16445
16446 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16449         prefix keys.
16450         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16451         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16452         gnus-xmas.el.
16453
16454         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16455         (gnus-xmas-article-describe-bindings): New function.
16456         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16457         gnus-xmas-article-describe-bindings.
16458
16459         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16460
16461 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16462
16463         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16464         Add new variables for article mark management.
16465         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16466         list of extra data entries which, when present, will indicate that the
16467         article ID should not be trimmed from the registry.
16468         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16469         functions.
16470         (gnus-registry-read-mark): New function to read a mark name from the
16471         user.
16472         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16473         (gnus-registry-set-article-mark-internal): New functions to add and
16474         remove marks.
16475         (gnus-registry-get-article-marks): New function to show the marks for
16476         an article, or retrieve them for further use.
16477
16478 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16481         keys when no argument is given.
16482
16483 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16484
16485         * imap.el (imap-ping-server): New variable.
16486         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16487         (imap-ping-server): Minor doc string fixes.
16488
16489 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16490
16491         * imap.el (imap-ping-server): New function.
16492         (imap-opened): Call imap-ping-server.
16493
16494 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16495
16496         * gnus-sum.el (gnus-article-sort-by-random)
16497         (gnus-thread-sort-by-random): Fix doc strings.
16498         Reported by jidanni@jidanni.org.
16499
16500 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16501
16502         * gnus-art.el (gnus-article-describe-bindings): New function.
16503         (gnus-article-read-summary-keys): Use it.
16504         (gnus-article-mode-map): Bind `C-h b' to it.
16505
16506 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16507
16508         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16509         XEmacs.
16510         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16511         Protect against non-character events.
16512
16513         * lpath.el: Fbind map-keymap for Emacs 21.
16514
16515 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16516
16517         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16518         New command.
16519         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16520         instead of END.  Change name of the temp file.
16521         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16522         customizable.
16523
16524 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16527         bind `S W' to gnus-article-wide-reply-with-original; set default
16528         binding to gnus-article-read-summary-send-keys.
16529         (gnus-article-read-summary-keys): Fix the order of keys; display
16530         continuation keys correctly in the echo area; describe bindings
16531         correctly when keys end with `C-h'.
16532         (gnus-article-read-summary-send-keys): New function.
16533         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16534         Work for gnus-article-read-summary-send-keys; display continuation keys
16535         correctly in the echo area.
16536         (gnus-article-reply-with-original): Ignore prefix argument.
16537         (gnus-article-wide-reply-with-original): New function.
16538
16539         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16540         Emacs 21.
16541
16542 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16545         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16546
16547 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16548
16549         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16550         (gnus-group-read-ephemeral-gmane-group): New command.
16551
16552 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16553
16554         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16555
16556 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * message.el (message-send-mail-function): Increase custom version.
16559
16560         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16561         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16562
16563 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16564
16565         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16566         for the cases where imap-authenticate is called with a nil buffer
16567         parameter.
16568
16569 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16570
16571         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16572         html parts correctly; support forwarded messages.
16573         (gnus-article-browse-html-article): Remove work buffers.
16574
16575         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16576         compiling.
16577         (netrc-bound-and-true-p): New macro.
16578         (netrc-parse): Use it instead of bound-and-true-p that is not available
16579         in XEmacs 21.4.
16580
16581 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16582
16583         * gnus-registry.el (gnus-registry-mark-article)
16584         (gnus-registry-article-marks): Add functionality to mark articles
16585         through the Gnus registry.
16586
16587         * encrypt.el: Clarify documentation for the new pgg method.
16588         (encrypt-file-alist): Add PGG option.
16589         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16590         functionality.  Abstract password key and messaging to external
16591         functions.
16592         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16593         (encrypt-message-method-and-cipher): Add new convenience external
16594         functions.
16595         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16596         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16597
16598         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16599         (netrc-parse): Use encrypt-file-alist to determine if
16600         encrypt-find-model or encrypt-insert-file-contents should be used.
16601
16602         * encrypt.el: Clarify documentation.  Load password-cache or
16603         password, whichever one is found first, instead of autoloading.
16604
16605 2007-12-19  Glenn Morris  <rgm@gnu.org>
16606
16607         * mml.el (message-options-set, message-narrow-to-head)
16608         (message-in-body-p, message-mail-p, message-encode-message-body):
16609         Autoload.
16610         (message-remove-header, message-narrow-to-headers-or-head)
16611         (message-subscribed-p, message-make-mail-followup-to)
16612         (message-position-on-field, message-news-p)
16613         (message-options-set-recipient, message-generate-headers)
16614         (message-sort-headers): Declare as functions.
16615
16616 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16617
16618         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16619         convention in doc string.
16620
16621 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16624         title to html parts.
16625         (gnus-article-browse-html-article): Pass message header to it.
16626
16627         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16628
16629 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16630
16631         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16632         or password compatible with XEmacs.
16633
16634 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16635
16636         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16637         format document.
16638         (gnus-mime-delete-part): Don't write description line if empty.
16639         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16640
16641 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16642
16643         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16644         (gnus-summary-mark-read-and-unread-as-read)
16645         (gnus-summary-mark-current-read-and-unread-as-read)
16646         (gnus-summary-mark-unread-as-ticked): Doc fix.
16647         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16648
16649 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16650
16651         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16652         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16653
16654 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16655
16656         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16657         yes-or-no-p.
16658
16659 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * mm-decode.el (mm-add-meta-html-tag): New function.
16662         (mm-save-part-to-file, mm-pipe-part): Use it.
16663
16664         * gnus-art.el (gnus-article-browse-delete-temp-files):
16665         Use gnus-y-or-n-p instead of y-or-n-p.
16666         (gnus-article-browse-html-parts): Work with message/external-body; use
16667         mm-add-meta-html-tag.
16668
16669 2007-12-11  Glenn Morris  <rgm@gnu.org>
16670
16671         * gnus-cache.el: Require gnus-sum not just when compiling.
16672
16673         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16674
16675         * gnus-int.el (gnus-server-opened, gnus-status-message):
16676         Move definitions before use.
16677
16678         * mm-decode.el: Require gnus-util.
16679         (mm-remove-part): Only call delete-annotation on XEmacs.
16680
16681         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16682
16683         * nnmail.el: Require gnus-int.
16684
16685         * spam.el: Move `require's before `eval-when-compile's.
16686
16687         * gnus-ems.el (gnus-alive-p):
16688         * gnus-fun.el (message-goto-eoh):
16689         * gnus-util.el (gnus-group-name-decode):
16690         * mail-source.el (gnus-compress-sequence):
16691         * message.el (Info-goto-node, format-spec):
16692         * mm-bodies.el (message-options-get):
16693         * mm-decode.el (mm-view-pkcs7):
16694         * mm-util.el (gmm-write-region):
16695         * mml-smime.el (mml-compute-boundary)
16696         (gnus-completing-read-with-default):
16697         * mml.el (widget-button-press, gnus-make-hashtable):
16698         * mml1991.el (mm-decode-content-transfer-encoding)
16699         (mm-encode-content-transfer-encoding)
16700         (message-options-get, message-options-set):
16701         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16702         * nnfolder.el (gnus-request-group):
16703         * nnheader.el (ietf-drums-unfold-fws):
16704         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16705         * smime.el (gnus-run-mode-hooks):
16706         * spam-stat.el (gnus-message): Autoload.
16707
16708         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16709         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16710         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16711         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16712         Add declare-function compatibility definition.
16713
16714         * gnus-cache.el (nnvirtual-find-group-art):
16715         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16716         (gnus-add-image, gnus-add-wash-type):
16717         * gnus-group.el (nnkiboze-score-file):
16718         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16719         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16720         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16721         (message-tokenize-header, gnus-get-buffer-create)
16722         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16723         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16724         * gnus.el (gnus-group-decoded-name):
16725         * mail-source.el (imap-capability):
16726         * mm-bodies.el (message-options-set):
16727         * mm-decode.el (gnus-configure-windows):
16728         * mm-extern.el (message-goto-body):
16729         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16730         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16731         (epg-sub-key-validity, message-options-set):
16732         * mml.el (widget-event-point, gnus-configure-windows):
16733         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16734         * mml2015.el (epg-check-configuration, epg-configuration)
16735         (message-options-set):
16736         * nndb.el (nndb-request-article):
16737         * nnfolder.el (gnus-request-create-group):
16738         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16739         * nnmaildir.el (gnus-group-mark-article-read):
16740         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16741         * rfc1843.el (message-fetch-field):
16742         * spam.el (gnus-extract-address-components):
16743         Declare as functions.
16744
16745 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16748
16749         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16750
16751         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16752         bind show-trailing-whitespace for XEmacs.
16753
16754 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16755
16756         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16757         new no-op macro for backward compatibility.
16758
16759         * imap.el (imap-string-to-integer): New function.
16760
16761 2007-12-09  Glenn Morris  <rgm@gnu.org>
16762
16763         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16764
16765         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16766         * message.el, mm-view.el, sieve-manage.el, smime.el:
16767         Add declare-function compatibility definition.
16768
16769         * gnus-art.el (w3-region, w3m-region, Info-menu):
16770         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16771         * gnus-sum.el (gnus-get-predicate):
16772         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16773         * message.el (mail-abbrev-in-expansion-header-p):
16774         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16775         (w3m-detect-meta-charset, w3m-region):
16776         * sieve-manage.el (password-read, password-cache-add)
16777         (password-cache-remove):
16778         * smime.el (password-read-and-add): Declare as functions.
16779
16780 2007-12-08  David Kastrup  <dak@gnu.org>
16781
16782         * gnus-sum.el (gnus-summary-simplify-subject-query):
16783         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16784         `message'.
16785
16786 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16789         it to bind idna-program, installation-directory, defined-colors, and
16790         face-attribute for XEmacs of the version that compiles defcustom forms.
16791
16792 2007-12-07  Glenn Morris  <rgm@gnu.org>
16793
16794         * gnus-art.el (article-make-date-line): Revert previous change.
16795
16796 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16797
16798         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16799
16800 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16801
16802         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16803         Call gnus-add-to-range ranges only once with a prepared article-list.
16804
16805 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16806
16807         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16808         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16809         group names with backslashes.
16810         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16811
16812 2007-12-06  Deepak Goel  <deego3@gmail.com>
16813
16814         * gnus-art.el (article-make-date-line):
16815         * gnus-start.el (gnus-load):
16816         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16817
16818 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16819
16820         * gnus-art.el (gnus-use-idna):
16821         * gnus-start.el (gnus-site-init-file):
16822         * message.el (message-use-idna):
16823         * mm-uu.el (mm-uu-hide-markers):
16824         * smiley.el (smiley-style): Revert changes that suppress warnings.
16825
16826 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16827
16828         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16829         specify charset to html source.
16830         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16831
16832 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16835         idna-program in order to suppress byte compile warning issued by XEmacs
16836         that came to byte compile the default value section of defcustom forms
16837         recently.
16838
16839         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16840         value of installation-directory.
16841
16842         * message.el (message-use-idna): Don't directly refer to the value of
16843         idna-program.
16844
16845         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16846
16847         * smiley.el (smiley-style): Don't directly call face-attribute.
16848
16849 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16850
16851         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16852
16853         * gnus-dired.el: Reduce Gnus dependencies.
16854         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16855         Don't require.  Use autoloads instead.
16856         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16857         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16858         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16859         (gnus-dired-mode): Adjust doc string.
16860         (gnus-dired-mail-mode): New variable.
16861         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16862         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16863         (gnus-dired-mail-buffers): New function.  Return mail or message
16864         composition buffers.
16865         (gnus-dired-attach): Use it.
16866         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16867         NO-DECODE.
16868         (gnus-dired-print): Use `gnus-print-buffer' depending on
16869         `gnus-dired-mail-mode'.
16870
16871 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * rfc2047.el (rfc2047-encoded-word-regexp)
16874         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16875         explaining what regexp patterns are for.
16876
16877 2007-12-04  Glenn Morris  <rgm@gnu.org>
16878
16879         * password.el: Move to password-cache.el.
16880
16881         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16882         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16883         * mml-smime.el (password-read, password-cache-add)
16884         (password-cache-remove):
16885         No need to autoload, since mml-sec requires password.
16886
16887         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16888         * message.el (gnus-extract-address-components):
16889         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16890
16891         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16892         password.
16893
16894 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16895
16896         * mailcap.el: Reduce dependencies.
16897         (mail-header-parse-content-type): Autoload.
16898         (mailcap-delete-duplicates): New alias.
16899         (mailcap-mime-info): Add optional argument NO-DECODE.
16900         (mailcap-mime-types): Use mailcap-delete-duplicates.
16901
16902         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16903
16904 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16905
16906         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16907         (imap-parse-status): Upcase status-att for servers that sends them
16908         lower-case (e.g., MS Exchange 2007).
16909
16910 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16911
16912         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16913         function.
16914
16915         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16916         (gnus-uu-yenc-article): New function.
16917
16918         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16919
16920         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16921
16922 2007-12-02  Glenn Morris  <rgm@gnu.org>
16923
16924         * binhex.el (binhex): New custom group.
16925         (binhex-decoder-program, binhex-decoder-switches)
16926         (binhex-use-external): Move to the binhex custom group.
16927
16928         * uudecode.el (uudecode): New custom group.
16929         (uudecode-decoder-program, uudecode-decoder-switches)
16930         (uudecode-use-external): Move to the uudecode custom group.
16931
16932         * netrc.el (top-level): Don't load `encrypt' features.
16933         (netrc-parse): Don't use encrypt.
16934         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16935
16936         * encrypt.el: Remove file.
16937
16938 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16939
16940         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16941         matches on patches.
16942
16943         * gnus-art.el (gnus-article-browse-html-article):
16944         Mention `mm-text-html-renderer' in the doc string.
16945
16946         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16947         string.  Add comments.
16948
16949         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16950         if rhs is ASCII.
16951
16952 2007-12-01  Glenn Morris  <rgm@gnu.org>
16953
16954         * mail-source.el (top-level): Require format-spec before
16955         eval-when-compile.
16956
16957 2007-11-30  Glenn Morris  <rgm@gnu.org>
16958
16959         * encrypt.el: Require password, rather than autoloading password-read.
16960
16961 2007-11-29  Glenn Morris  <rgm@gnu.org>
16962
16963         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16964         (sasl-make-client, sasl-next-step, sasl-step-data)
16965         (sasl-step-set-data): Declare as functions.
16966
16967 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16968
16969         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16970
16971 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16972
16973         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16974         certs should be verified and what is to be done in the event of a
16975         verification failure.
16976
16977         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16978         caller can indicate whether the cache should be disregarded for this
16979         call.  This way the result of the call is reproducible at all times and
16980         can be considered a canonical server name for the supplied method.
16981         (gnus-agent-method-p): Canonicalize server names by pushing their
16982         method through `gnus-method-to-server' using the no-cache argument.
16983
16984         * gnus-srvr.el (gnus-server-insert-server-line):
16985         Call `gnus-method-to-server' with `no-cache' argument.
16986
16987         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16988         gnus-agent-possibly-synchronize-flags as this should be called when the
16989         server is actually being opened.
16990         (gnus-agent-possibly-synchronize-flags)
16991         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16992         flags file of an agentized server to the latter function.
16993
16994         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16995         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16996         after a connection has been established successfully.
16997
16998 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * gnus-art.el (article-display-face): Force to display face if called
17001         interactively; check if gnus-article-x-face-too-ugly matches author.
17002         (article-display-x-face): Display face even if From header is missing
17003         as article-display-face does.
17004
17005 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
17006
17007         * hashcash.el (message-narrow-to-headers-or-head)
17008         (message-fetch-field, message-goto-eoh)
17009         (message-narrow-to-headers): Declare as functions.
17010
17011 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
17012
17013         * mail-source.el (mail-sources): Default to fetch from file for
17014         compatibility with default of nnmail-spool-file.
17015
17016 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17017
17018         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
17019         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
17020         to look for encoded word that should be encoded again.
17021         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
17022         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
17023         encoding pattern.
17024         (rfc2047-decode-region): Switch strict regexp and loose one according
17025         to rfc2047-allow-irregular-q-encoded-words.
17026
17027 2007-11-25  Romain Francoise  <romain@orebokech.com>
17028
17029         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
17030
17031 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17032
17033         * tls.el (tls-program): Provide more custom choices from
17034         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
17035         (tls-process-connection-type, tls-success): Remove "*" in doc string.
17036
17037 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17038
17039         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
17040         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
17041
17042         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
17043         `nnmail-spool-file'.
17044
17045         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
17046         `nnmail-spool-file'.
17047
17048         * gnus-move.el (gnus-change-server): Ditto.
17049
17050         * gnus-kill.el (gnus-batch-score): Ditto.
17051
17052         * gnus-cache.el (gnus-jog-cache): Ditto.
17053
17054         * gnus-msg.el (gnus-summary-reply):
17055         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
17056
17057 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17058
17059         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17060         version.  Minor improvement to doc strings.
17061         (tls-program): Add comment.
17062
17063 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17064
17065         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17066         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17067         mismatch between the hostname provided in the certificate and the name
17068         of the host connnecting to.
17069         (open-tls-stream): Use them.  Check certificates against trusted root
17070         certificates.
17071
17072 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17073
17074         * gnus-cache.el (gnus-cache-generate-nov-databases):
17075         Use nnml-generate-nov-databases-directory instead of
17076         nnml-generate-nov-databases-1.
17077
17078 2007-11-24  Glenn Morris  <rgm@gnu.org>
17079
17080         * message.el (message-tool-bar-retro): Update for rename
17081         mail_send.xpm->mail-send.xpm.
17082
17083 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17084
17085         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17086         `smime-ldap-search' for Emacs 22 and up.
17087
17088 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17089
17090         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17091
17092         * message.el (message-send-mail-function): Fix error convention.
17093         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17094         (message-widen-reply, message-send-mail, message-talkative-question)
17095         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17096         (message-clone-locals, message-send-news): Use with-current-buffer.
17097         (message-insert-or-toggle-importance): Remove unused var `valid'.
17098         (message-make-references): Remove unused var `new-references'.
17099         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17100
17101 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17102
17103         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17104         (spam-split-symbolic-return-positive): Reflow docstring.
17105         (spam-backends, spam-summary-exit-behavior)
17106         (spam-mark-ham-unread-before-move-from-spam-group)
17107         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17108         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17109         (spam-clear-cache, spam-backend-check, spam-install-backend)
17110         (spam-install-statistical-backend, spam-list-of-processors)
17111         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17112         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17113         (spam-check-crm114, spam-initialize, spam-unload-hook):
17114         Fix typos in docstrings.
17115
17116 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17119         been checked if they have never been read and those group levels are
17120         higher than the one that a user specified.
17121
17122 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17125         foreign groups unless a group level is specified by a user.
17126         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17127
17128 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17129
17130         * message.el (message-send-mail-function): Require sendmail.
17131
17132 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17133
17134         * message.el (message-send-mail-function): Check for smtpmail too.
17135
17136         * utf7.el (utf7-encode, utf7-decode): Use coding system
17137         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17138
17139         * message.el (message-send-mail-function): New function.
17140         (message-send-mail-function): Set default using
17141         message-send-mail-function.  Adjust doc string.
17142         (message-send-mail-with-mailclient): New function.
17143
17144 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17145
17146         * smime.el (from):
17147         * rfc2047.el (message-posting-charset):
17148         * qp.el (mm-use-ultra-safe-encoding):
17149         * pop3.el (parse-time-months):
17150         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17151         * nnml.el (files):
17152         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17153         (jka-compr-compression-info-list, ange-ftp-path-format)
17154         (efs-path-regexp):
17155         * nndiary.el (files):
17156         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17157         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17158         (epg-digest-algorithm-alist, inhibit-redisplay)
17159         (password-cache-expiry):
17160         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17161         (pgg-output-buffer, password-cache-expiry):
17162         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17163         (efs-path-regexp):
17164         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17165         (inhibit-redisplay):
17166         * mm-uu.el (file-name, start-point, end-point, entry)
17167         (gnus-newsgroup-name, gnus-newsgroup-charset):
17168         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17169         (latin-unity-ucs-list):
17170         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17171         (mm-uu-binhex-decode-function):
17172         * message.el (gnus-message-group-art, gnus-list-identifiers)
17173         (rmail-enable-mime-composing, gnus-local-organization)
17174         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17175         (gnus-read-active-file, facemenu-add-face-function)
17176         (facemenu-remove-face-function, gnus-article-decoded-p)
17177         (tool-bar-mode):
17178         * mail-source.el (display-time-mail-function):
17179         * gnus-util.el (nnmail-pathname-coding-system)
17180         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17181         (gnus-original-article-buffer, gnus-user-agent)
17182         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17183         (xemacs-codename, sxemacs-codename, emacs-program-version):
17184         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17185         * gnus-start.el (gnus-agent-covered-methods)
17186         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17187         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17188         (gnus-newsgroup-headers, gnus-group-list-mode)
17189         (gnus-group-mark-positions, gnus-newsgroup-data)
17190         (gnus-newsgroup-unreads, nnoo-state-alist)
17191         (gnus-current-select-method, mail-sources)
17192         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17193         (nnmail-spool-file, gnus-cache-active-hashtb):
17194         * gnus-mh.el (mh-lib-progs):
17195         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17196         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17197         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17198         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17199         (gnus-group-buffer):
17200         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17201         (font-lock-set-defaults):
17202         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17203         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17204         (gnus-summary-post-menu, total-parts, type, condition, length):
17205         * gnus-agent.el (gnus-agent-read-agentview):
17206         * flow-fill.el (show-trailing-whitespace):
17207         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17208         eval-and-compile wrappers for byte compiler pacifiers.
17209
17210         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17211         (mm-display-inline-fontify): Check for featurep 'xemacs not
17212         extent-list.
17213
17214         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17215         itimer-list.
17216         (mm-create-image-xemacs): Only do something for XEmacs.
17217         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17218
17219         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17220
17221         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17222         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17223
17224 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17225
17226         * nnimap.el (nnimap-split-download-body):
17227         * gnus-demon.el (gnus-demon):
17228         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17229
17230 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17233         New macros.
17234         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17235         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17236         copy data from unibyte buffer to multibyte current buffer.
17237         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17238         to copy data from unibyte current buffer to multibyte buffer.
17239         (nntp-make-process-buffer): Make process buffer unibyte.
17240
17241         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17242
17243 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17244
17245         * pop3.el (pop3-open-server): Accept and process data more robustly at
17246         connection start to avoid spurious "POP SSL connection failed" errors.
17247
17248 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17251         read group names.
17252
17253 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17254
17255         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17256
17257 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17260         (nnmail-save-active): Use a unibyte buffer when saving active file,
17261         which may contain non-ASCII group names.
17262
17263         * nnml.el (nnml-request-group): Decode group names in messages.
17264
17265 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17266
17267         * message.el (message-citation-line-function)
17268         (message-insert-formatted-citation-line): Fix spelling of
17269         `message-insert-formated-citation-line'.
17270
17271 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17272
17273         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17274
17275 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17276
17277         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17278         nnmail-pathname-coding-system.
17279
17280         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17281         that a user enters; decode group names in messages.
17282
17283         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17284
17285 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17286
17287         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17288
17289         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17290
17291         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17292         risky local variable.
17293
17294         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17295
17296 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17297
17298         * encrypt.el: Improve documentation to fix function name typo.
17299         Reported by Daiki Ueno <ueno@unixuser.org>.
17300
17301 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17302
17303         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17304         even if the point is not in the last page of an article.
17305         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17306         back to the previous page.
17307
17308 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17309
17310         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17311
17312 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17313
17314         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17315
17316 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17317
17318         * message.el (message-check-news-body-syntax):
17319         Avoid mm-string-as-multibyte.
17320         (message-hide-headers): Don't assume (point-min)==1.
17321
17322 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17323
17324         * message.el (message-remove-blank-cited-lines): Fix if remove is
17325         given.
17326         (message-bogus-address-regexp): New variable.
17327         (message-bogus-recipient-p): New function.
17328         (message-check-recipients): New command.
17329         (message-syntax-checks): Add `bogus-recipient'.
17330         (message-fix-before-sending): Add `bogus-recipient'.
17331
17332         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17333         (gnus-treat-body-boundary): Don't test window-system.
17334
17335 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17336
17337         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17338
17339 2007-10-28  Miles Bader  <miles@gnu.org>
17340
17341         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17342         at compile-time too.
17343
17344 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17345
17346         * gnus-msg.el (gnus-message-setup-hook):
17347         Add `message-remove-blank-cited-lines' to options.
17348
17349 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17350
17351         * message.el (message-remove-blank-cited-lines): New function.
17352         Suggested by Karl Plästerer.
17353
17354 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17355
17356         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17357         mapc.
17358
17359         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17360         (top-level): Use mapc to set functions to be traced for debugging.
17361
17362         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17363         called for effect with while loop.
17364
17365         * message.el (message-talkative-question): Replace mapcar called for
17366         effect with mapc.
17367
17368         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17369         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17370         called for effect with dolist.
17371
17372         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17373
17374         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17375         gnus-extra-headers and nnmail-extra-headers.
17376
17377         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17378         called for effect with dolist.
17379         (top-level): Use mapc to set functions to be traced for debugging.
17380
17381         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17382         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17383         dolist.
17384
17385         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17386         Replace mapcar called for effect with mapc.
17387         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17388         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17389         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17390         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17391
17392         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17393         remove-if that's a cl function.
17394
17395         * webmail.el (webmail-debug): Replace mapcar called for effect with
17396         dolist.
17397
17398         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17399         with mapc.
17400
17401 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17404         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17405         with while loop.
17406
17407         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17408         functions from article-* functions.
17409         (gnus-multi-decode-header): Replace mapcar called for effect with
17410         dolist.
17411
17412         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17413         (gnus-bookmark-show-details): Replace mapcar called for effect with
17414         while loop.
17415
17416         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17417         called for effect with while loop.
17418
17419         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17420         with dolist.
17421
17422         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17423         Replace mapcar called for effect with dolist.
17424
17425         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17426
17427         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17428         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17429         Replace mapcar called for effect with dolist.
17430         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17431         mapc.
17432
17433         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17434         Replace mapcar called for effect with dolist.
17435         (gnus-topic-list): Replace mapcar called for effect with mapc.
17436
17437         * gnus.el: Use mapc instead of mapcar to add autoloads.
17438
17439 2007-10-23  Richard Stallman  <rms@gnu.org>
17440
17441         * gnus-group.el (gnus-group-highlight): Mark as risky.
17442
17443 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * gnus.el (gnus-server-to-method): Return method found first in
17446         gnus-newsrc-alist.
17447
17448         * gnus-art.el (gnus-article-highlight-signature)
17449         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17450         button overlay without the front stickiness.
17451
17452 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17453
17454         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17455         overview buffer needed a catch to receive its throw.
17456         (gnus-agent-flush-cache): Declare as interactive to make this function
17457         easier to use.
17458
17459 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17460
17461         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17462         `next-line'.
17463
17464 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17467         exclude address matching message-dont-reply-to-names.
17468
17469 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17470
17471         * gnus-util.el (gnus-string<): New function.
17472
17473         * gnus-sum.el (gnus-article-sort-by-author)
17474         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17475
17476 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17479         the frame-focus tag is set in gnus-buffer-configuration.
17480
17481 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17482
17483         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17484         the front stickiness.
17485
17486 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17487
17488         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17489         url pattern; remove duplicate one.
17490         (gnus-article-extend-url-button): New function.
17491         (gnus-article-add-buttons): Use it.
17492         (gnus-button-push): Use concatenated url that it makes.
17493
17494 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17495
17496         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17497
17498 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17499
17500         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17501         Don't hardcode point-min==1.
17502
17503 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17504
17505         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17506         Fix comment about "iso8859-1".
17507
17508 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17509
17510         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17511         ones returned from the verify-function.
17512
17513         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17514         Call mml2015-extract-cleartext-signature if extraction failed.
17515
17516 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17517
17518         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17519         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17520         failed.
17521
17522 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17523
17524         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17525
17526 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17527
17528         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17529         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17530         recommends to use EasyPG instead of PGG.
17531
17532         * pgg.el: Revert to revision 6.23.2.16.
17533
17534         * pgg-def.el: Revert to revision 6.6.2.14.
17535
17536         * pgg-gpg.el: Revert to revision 6.23.2.34.
17537
17538 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17539
17540         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17541         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17542         thread for both the null and zero (kill/expire thread) universal prefix
17543         cases.
17544         (gnus-summary-expire-thread): Add new function to expire a thread,
17545         using gnus-summary-kill-thread.
17546         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17547         shortcuts for gnus-summary-expire-thread.
17548         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17549         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17550
17551 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17552
17553         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17554         extras value, so an extras entry can be deleted.
17555         (gnus-registry-delete-extra-entry): Use it.
17556         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17557         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17558         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17559         storage through the gnus-registry, and provide an appropriate API for
17560         it.
17561
17562 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17565         Suggested by Leo <sdl.web@gmail.com>.
17566
17567         * gnus.el: Do.
17568
17569 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17572         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17573
17574         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17575
17576         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17577         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17578
17579 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17580
17581         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17582         newline.
17583         (nnmbox-request-accept-article): Don't change article in source buffer;
17584         narrow to header to use message-fetch-field rather than
17585         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17586         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17587         as delimiters; make sure article ends with newline.
17588         (nnmbox-delete-mail): Correct last position of article to be deleted;
17589         ignore X-Gnus-Newsgroup header in article body.
17590         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17591         positions; make sure article ends with newline.
17592
17593         * message.el (message-display-abbrev): Don't infloop when a user
17594         inserts SPC in the beginning of header.
17595
17596         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17597         coding-system-for-read and coding-system-for-write for XEmacs having no
17598         file-coding feature.
17599
17600         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17601
17602 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17603
17604         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17605         list of groups not followed by default.  Fix type to be regexp.
17606         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17607
17608 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17609
17610         * hmac-def.el (define-hmac-function): Switch from old-style to
17611         new-style backquotes.
17612
17613         * md4.el (md4-make-step): Likewise.
17614
17615 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17616
17617         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17618         raw-text coding system when saving .newsrc file, which may contain
17619         non-ASCII group names.
17620
17621 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17622
17623         * gnus-cus.el (gnus-score-extra): New widget.
17624         (gnus-score-extra-convert): New function.
17625         (gnus-score-customize): Use it for Extra.
17626
17627 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17628
17629         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17630         (mml2015-mailcrypt-clear-verify): Use it.
17631         (mml2015-gpg-clear-verify): Use it.
17632         (mml2015-pgg-clear-verify): Use it.
17633         (mml2015-epg-clear-verify): Replace the current part with the output
17634         from GnuPG; don't extract the plaintext by itself.
17635
17636         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17637         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17638         mml2015-clear-verify-function; don't touch the armor headers or
17639         dash-escaped text here.
17640
17641 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17642
17643         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17644         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17645         parts, or application/octet-stream as a last resort.
17646         (gnus-mime-view-part-as-type): Don't toggle display.
17647         (gnus-mime-view-part-as-charset): Don't turn off display before
17648         querying charset.
17649
17650         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17651         stuff to undisplayer function in Emacs.
17652         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17653
17654         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17655         text/calendar parts.
17656
17657 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17660         decoding text/calendar parts.
17661
17662         * message.el (message-forward-make-body-mime): Always mark body as
17663         having no illegible text; remove signed-or-encrypted argument.
17664         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17665
17666         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17667         (mml-generate-mime-1): Don't encode body if it is specified to be in
17668         raw form; don't make buffer be unibyte when inserting multibyte string.
17669
17670 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17671
17672         * sha1.el: Fix up comment style.
17673         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17674         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17675
17676         * hex-util.el: Fix up comment style.
17677         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17678
17679         * gnus-salt.el: Use with-current-buffer.
17680         (gnus-pick-setup-message): Fix long-standing typo.
17681
17682 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * imap.el (imap-logout-timeout): New variable.
17685         (imap-logout, imap-logout-wait): New functions.
17686         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17687
17688         * nnimap.el (nnimap-logout-timeout): New server variable.
17689         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17690         nnimap-logout-timeout.
17691
17692         * gnus-art.el (gnus-article-summary-command-nosave)
17693         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17694
17695 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * gnus.el (gnus-maximum-newsgroup): New variable.
17698
17699         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17700         according to gnus-maximum-newsgroup.
17701
17702         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17703         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17704         Limit the range of articles according to gnus-maximum-newsgroup.
17705
17706 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17707
17708         * gnus-art.el (gnus-sticky-article): Fix problems described in
17709         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17710         Don't perform gnus-configure-windows here; reuse existing sticky
17711         article buffer.
17712
17713         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17714         it doesn't exist in gnus-article-mode.
17715
17716 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17719         (gnus-agent-decoded-group-name): New function.
17720         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17721         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17722
17723 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17724
17725         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17726         Add binding for gnus-sticky-article.
17727         (gnus-summary-exit): Don't kill sticky article buffers.
17728
17729         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17730         article buffer.
17731         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17732         (gnus-kill-sticky-article-buffers): New commands.
17733
17734 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17735
17736         * nntp.el (nntp-xref-number-is-evil): New server variable.
17737         (nntp-find-group-and-number): If it is non-nil, don't trust article
17738         numbers in the Xref header.
17739
17740 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17741
17742         * gnus-agent.el (gnus-agent-read-group): New function.
17743         (gnus-agent-flush-group, gnus-agent-expire-group)
17744         (gnus-agent-regenerate-group): Use it.
17745         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17746         nnmail-pathname-coding-system.
17747
17748 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17749
17750         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17751
17752         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17753         that are unread as unread, and also as selected so that information of
17754         marks having been changed by a user may be updated when exiting group.
17755
17756 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17757
17758         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17759
17760 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17761
17762         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17763         calculated ignoring signature parts to gnus-treat-article.
17764
17765 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17768         a point here in order to keep the window start.
17769         (gnus-insert-mime-security-button): Make a button overlay without the
17770         front stickiness.
17771         (gnus-mime-display-security): Goto the end of a button.
17772
17773         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17774
17775 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17778         group-name-at-point.
17779         (gnus-group-completing-read): New function that offers decoded
17780         non-ASCII group names for completion.
17781         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17782         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17783         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17784         (gnus-group-fetch-control): Use it.
17785         (gnus-fetch-group): Use group-name-at-point for the initial value
17786         rather than the default value; use gnus-alive-p.
17787
17788         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17789         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17790         (gnus-summary-post-news): Use gnus-group-completing-read.
17791
17792         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17793         (gnus-read-move-group-name): Decode group name for completion.
17794
17795 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17796
17797         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17798         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17799         Yamaoka slightly modified the code).
17800
17801 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17802
17803         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17804         (nnmail-split-incoming): Bind it.
17805
17806         * nnml.el (nnml-group-name-charset): New function.
17807         (nnml-decoded-group-name): Use it; don't decode group name if
17808         nnmail-group-names-not-encoded-p is non-nil.
17809         (nnml-encoded-group-name): New function.
17810         (nnml-group-pathname): Inline nnml-decoded-group-name.
17811         (nnml-request-expire-articles): Decode group name in message.
17812         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17813         nnmail-pathname-coding-system.
17814         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17815         not decoded ones according to nnmail-group-names-not-encoded-p.
17816         (nnml-generate-active-info): Use nnml-encoded-group-name.
17817
17818 2007-08-08  Glenn Morris  <rgm@gnu.org>
17819
17820         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17821         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17822         doc-strings and comments.
17823
17824 2007-07-25  Glenn Morris  <rgm@gnu.org>
17825
17826         * Relicense all FSF files to GPLv3 or later.
17827
17828 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17829
17830         * gnus-sum.el (gnus-summary-move-article):
17831         Make gnus-summary-respool-article work.
17832
17833 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17834
17835         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17836         string.
17837
17838 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17839
17840         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17841         that should be ignored when comparing distant RSS articles with local
17842         ones.
17843         (nnrss-make-hash-index): New function.  Create a hash index according
17844         to the ignored fields.
17845         (nnrss-check-group): Use it.
17846
17847 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17850
17851         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17852
17853         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17854         the new optional argument ENCODED is non-nil.
17855         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17856         coding system for encoding group name.
17857         (gnus-group-make-rss-group): Pass un-encoded group name to
17858         gnus-group-make-group.
17859         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17860         encoded.
17861
17862         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17863         Encode group name to which articles are moved or copied.
17864         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17865         coding system for encoding Newsgroup, Followup-To and Xref headers.
17866
17867         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17868         marks; use nnheader-file-coding-system to write a file.
17869         (nnagent-retrieve-headers): Bind file-name-coding-system to
17870         nnmail-pathname-coding-system.
17871
17872         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17873
17874         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17875         (nnml-request-article, nnml-request-create-group)
17876         (nnml-request-rename-group, nnml-find-id)
17877         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17878         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17879         (nnml-save-marks): Use nnml-group-pathname instead of
17880         nnmail-group-pathname.
17881
17882         (nnml-request-create-group, nnml-request-expire-articles)
17883         (nnml-request-move-article, nnml-request-delete-group)
17884         (nnml-deletable-article-p, nnml-possibly-create-directory)
17885         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17886         (nnml-open-marks): Bind file-name-coding-system to
17887         nnmail-pathname-coding-system.
17888
17889         (nnml-request-article): Pass server argument to nnml-find-group-number.
17890         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17891         Pass server argument to nnml-possibly-create-directory.
17892         (nnml-request-accept-article): Pass server argument to
17893         nnml-active-number and nnml-save-mail.
17894         (nnml-find-group-number): Pass server argument to nnml-find-id.
17895         (nnml-request-update-info): Pass server argument to
17896         nnml-marks-changed-p.
17897
17898         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17899         (nnml-save-mail, nnml-active-number): Add server argument.
17900
17901         (nnml-request-delete-group): Warn if group is missing.
17902         (nnml-get-nov-buffer): Decode group name.
17903         (nnml-generate-active-info): Encode group name.
17904         (nnml-open-marks): Decode group name in messages.
17905
17906 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17909         if it is not specified.
17910         (gnus-article-pipe-part, gnus-article-save-part)
17911         (gnus-article-interactively-view-part, gnus-article-copy-part)
17912         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17913         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17914         (gnus-article-replace-part, gnus-article-delete-part)
17915         (gnus-article-view-part-as-type): Pass raw prefix argument to
17916         gnus-article-part-wrapper.
17917
17918 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17919
17920         * gnus-agent.el (gnus-agent-save-active):
17921         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17922
17923         * gnus-cache.el (gnus-cache-save-buffers)
17924         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17925         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17926         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17927         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17928         (gnus-cache-generate-active, gnus-cache-rename-group)
17929         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17930         (gnus-cache-update-overview-total-fetched-for):
17931         Bind file-name-coding-system to nnmail-pathname-coding-system.
17932         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17933         New variables.
17934         (gnus-cache-decoded-group-name): New function.
17935         (gnus-cache-file-name): Use it.
17936         (gnus-cache-generate-active): Use non-decoded group name for active.
17937
17938         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17939         right place.
17940         (gnus-write-active-file): Don't break non-ASCII group names.
17941
17942         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17943         nnmail-pathname-coding-system.
17944
17945         * lpath.el: Bind default-file-name-coding-system,
17946         file-name-coding-system and language-info-alist for XEmacs.
17947
17948         * gnus-uu.el (gnus-uu-decode-save): Typo.
17949
17950 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17951
17952         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17953
17954 2007-07-14  David Kastrup  <dak@gnu.org>
17955
17956         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17957         finishing actions if we did not edit the article.
17958
17959 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17962         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17963         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17964         (gnus-agent-flush-group, gnus-agent-flush-cache)
17965         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17966         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17967         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17968         (gnus-agent-regenerate-group)
17969         (gnus-agent-update-files-total-fetched-for)
17970         (gnus-agent-update-view-total-fetched-for):
17971         Bind file-name-coding-system to nnmail-pathname-coding-system.
17972         (gnus-agent-group-pathname): Don't encode file names by
17973         nnmail-pathname-coding-system.
17974         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17975         coding-system-for-write instead of buffer-file-coding-system to
17976         gnus-agent-file-coding-system.
17977
17978         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17979         Decode group name.
17980
17981         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17982
17983         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17984         (gnus-read-newsrc-el-file): Make group names unibyte.
17985
17986         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17987         nnmail-pathname-coding-system.
17988
17989         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17990         (nnrss-request-delete-group): Bind file-name-coding-system to
17991         nnmail-pathname-coding-system.
17992         (nnrss-read-server-data, nnrss-read-group-data):
17993         Bind file-name-coding-system correctly.
17994         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17995
17996         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17997         (nntp-server-to-method-cache): New variable.
17998         (nntp-group-pathname): New function that decodes non-ASCII group names.
17999         (nntp-possibly-create-directory, nntp-marks-changed-p)
18000         (nntp-save-marks, nntp-open-marks): Use it.
18001         (nntp-possibly-create-directory, nntp-open-marks):
18002         Bind file-name-coding-system to nnmail-pathname-coding-system.
18003         (nntp-open-marks): Decode group names when bootstrapping marks.
18004
18005         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
18006         Newsgroups and Followup-To headers.
18007
18008 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18009
18010         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18011         (gnus-server-closed-face, gnus-server-denied-face)
18012         (gnus-server-offline-face): Remove variable.
18013         (gnus-server-font-lock-keywords): Use faces that are not aliases.
18014
18015         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
18016         of modifying message-stack directly for XEmacs.
18017
18018         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
18019         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
18020         if the coding-system argument is nil for XEmacs.
18021
18022         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
18023         mm-charset-override-alist.
18024
18025         * rfc2047.el: Don't require base64; require rfc2045 for the function
18026         rfc2045-encode-string.
18027         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
18028         to quote the parameter value.
18029
18030 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18031
18032         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
18033         form in gnus-group-name-charset-method-alist.
18034
18035         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
18036         overrides the default layout edit-form.
18037
18038         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
18039
18040         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
18041
18042 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18043
18044         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
18045         as unfetched articles.
18046
18047 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
18048
18049         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
18050
18051 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18052
18053         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
18054         original back end that keeps marks in the local system.
18055
18056 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
18059         arg of pop-to-buffer for XEmacs.
18060         (gnus-article-read-summary-keys): Ditto; don't restore window
18061         configuration if summary command ends up with neither article buffer
18062         nor summary buffer; describe bindings if summary keys end with C-h.
18063
18064 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18065
18066         * message.el (message-fix-before-sending): Skip raw message part to be
18067         forwarded while checking illegible text.
18068         (message-forward-make-body-mime, message-forward-make-body):
18069         Mark signed or encrypted raw message as having no illegible text.
18070
18071 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18072
18073         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18074         (gnus-message-with-timestamp-1): New macro.
18075         (gnus-message-with-timestamp): New function.
18076         (gnus-message): Use them.
18077
18078         * nnheader.el (nnheader-message): Use them.
18079
18080 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18081
18082         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18083         .newsrc.eld file.
18084
18085 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18086
18087         * gnus-agent.el (gnus-agent-fetch-headers)
18088         (gnus-agent-retrieve-headers):
18089         Bind gnus-decode-encoded-address-function to identity.
18090
18091         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18092         available also when the server returns simply a dot.
18093
18094         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18095
18096 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18097
18098         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18099
18100 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * gnus-ems.el (gnus-x-splash): Make it work.
18103
18104         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18105         from being used.
18106
18107         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18108
18109 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18110
18111         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18112         4th and the 5th arguments.
18113
18114         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18115         the front stickiness.
18116         (gnus-article-summary-command-nosave): Correct the order of the
18117         arguments passed to pop-to-buffer.
18118         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18119         summary command ends up with the article buffer.
18120
18121         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18122         the same faces.
18123
18124 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18125
18126         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18127
18128 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18129
18130         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18131         * gnus-sum.el (gnus-summary-highlight):
18132         * pgg.el (pgg-sign-region, pgg-sign):
18133         * mail-source.el (mail-source-delete-old-incoming-confirm):
18134         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18135
18136 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * gnus-art.el (gnus-mime-view-part-externally)
18139         (gnus-mime-view-part-internally): Fix predicate function passed to
18140         completing-read.
18141
18142         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18143
18144         * gnus.el (gnus-update-message-archive-method): Add :version.
18145
18146 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * gnus.el (gnus-update-message-archive-method): New variable.
18149
18150         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18151         according to gnus-message-archive-method if
18152         gnus-update-message-archive-method is non-nil.
18153
18154 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18155
18156         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18157         Suggested by Loic Dachary <loic@dachary.org>.
18158         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18159
18160 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18161
18162         * message.el (message-pop-to-buffer): Add switch-function argument.
18163         (message-mail): Pass switch-function argument to it.
18164
18165 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18166
18167         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18168         Improve doc string.
18169
18170 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18171
18172         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18173         (gnus-header-content):
18174         * gnus-cite.el (gnus-cite-10):
18175         * gnus-srvr.el (gnus-server-closed):
18176         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18177         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18178         (gnus-group-mail-3-empty, gnus-group-mail-low)
18179         (gnus-group-mail-low-empty, gnus-splash):
18180         * message.el (message-header-to, message-header-cc)
18181         (message-header-subject, message-header-other, message-header-name)
18182         (message-header-xheader, message-separator, message-cited-text)
18183         (message-mml): Lighten colors of faces used for dark background.
18184
18185 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18186
18187         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18188         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18189
18190 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18191
18192         * message.el (message-narrow-to-headers-or-head):
18193         Ignore mail-header-separator in the body.
18194
18195 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18196
18197         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18198         same as window size.
18199
18200 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18201
18202         * message.el (message-font-lock-keywords): Use message-header-xheader
18203         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18204         ahead of the anything pattern, to get it recognized.
18205
18206 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18209         spam.el loads uses it in the compiled defadvice form.
18210
18211 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18212
18213         * gnus-sum.el (gnus-articles-to-read)
18214         (gnus-summary-insert-old-articles): Don't truncate group name for
18215         `read-string'.
18216
18217         * gnus-util.el (gnus-limit-string): Delete this function.
18218
18219         * gnus-sum.el (gnus-simplify-subject-fully):
18220         Use `truncate-string-to-width' instead.
18221
18222 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18223
18224         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18225         Tell if, on summary exit, the next group has to be selected.
18226         (gnus-summary-exit): Use it.
18227
18228 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18229
18230         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18231         non-break space.
18232
18233 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18234
18235         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18236         Check if group is not a directory.
18237         (nnfolder-request-expire-articles): Don't delete articles if the target
18238         group is not available.
18239
18240         * nnml.el (nnml-request-create-group): Properly check if group is not a
18241         file.
18242         (nnml-request-expire-articles): Don't delete articles if the target
18243         group is not available.
18244
18245         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18246         Don't quote characters that are within parentheses.
18247
18248 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18251         (gnus-handle-ephemeral-exit): Select article according to it.
18252
18253 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18254
18255         * message.el (message-insert-formated-citation-line): Remove newline.
18256         (message-citation-line-format): Add final \n here so that the user can
18257         avoid a blank line.
18258
18259 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18260
18261         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18262         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18263         Update lanl/arXiv support.
18264
18265 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18266
18267         * gnus.el: Bump version number.
18268
18269 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18270
18271         * gnus.el (gnus-version-number): Bump version.
18272
18273 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18274
18275         * gnus.el: No Gnus v0.6 is released.
18276
18277 2007-04-27  Didier Verna  <didier@xemacs.org>
18278
18279         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18280         * gmm-utils.el (gmm-regexp-concat): ... here.
18281         * message.el: Don't require 'gnus-util.
18282         (message-dont-reply-to-names): Handle name change above.
18283         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18284
18285 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18288         since the initial value varies according to the system.
18289
18290 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18291
18292         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18293
18294 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18295
18296         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18297
18298 2007-04-24  Didier Verna  <didier@xemacs.org>
18299
18300         Improve the type of gnus-ignored-from-addresses.
18301         * gnus-util.el (gnus-orify-regexp): New function.
18302         * message.el (gnus-util): Require it.
18303         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18304         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18305         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18306
18307 2007-04-24  Didier Verna  <didier@xemacs.org>
18308
18309         * gnus-sum.el:
18310         * gnus-utils.el: Fix some trailing whitespaces.
18311
18312 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18313
18314         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18315         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18316         article's Message-ID; refer parent article in summary buffer.
18317
18318         * message.el (message-bounce): Call mime-to-mml.
18319
18320         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18321         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18322         optimize and/or forms properly.
18323
18324 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18325
18326         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18327         URL.
18328
18329 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18330
18331         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18332
18333 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18334
18335         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18336         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18337         displayed of multipart/alternative part if it is invoked from summary
18338         buffer.
18339
18340         * mm-view.el (mm-inline-text-html-render-with-w3m)
18341         (mm-inline-text-html-render-with-w3m-standalone)
18342         (mm-inline-render-with-function): Use mail-parse-charset by default.
18343
18344 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18345
18346         * parse-time.el (parse-time-string-chars): Check if CHAR
18347         is less than the length of parse-time-syntax.
18348
18349 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18352         from gnus-newsgroup-processable.
18353
18354 2007-04-16  Didier Verna  <didier@xemacs.org>
18355
18356         * gnus-msg.el (gnus-configure-posting-styles):
18357         Handle message-signature-directory properly with :file syntax.
18358         Reported by "Leo".
18359
18360 2007-04-11  Didier Verna  <didier@xemacs.org>
18361
18362         New user option: message-signature-directory.
18363         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18364         * message.el (message-insert-signature): Ditto.
18365         * message.el (message-signature-file): Doc update.
18366         * message.el (message-signature-directory): New.
18367
18368 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18369
18370         * gnus-msg.el (gnus-inews-yank-articles):
18371         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18372
18373 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18374
18375         * message.el (message-yank-original): Make sure cited text ends with
18376         newline; don't exchange point and mark.
18377
18378 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18379
18380         * tls.el (open-tls-stream): Properly handle case where there
18381         is no associated buffer.
18382
18383 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18384
18385         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18386         message-yank-original, make sure (< mark TEXT point).
18387
18388 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18389
18390         * message.el (message-fill-column): New variable.
18391         (message-mode): Use it.  Add comment on a possible new hook.
18392
18393         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18394         (nnmail-get-new-mail): Reformat.
18395
18396         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18397
18398         * gmm-utils.el: Fix Commentary.
18399         (gmm-tool-bar-from-list): Fix typo in doc string.
18400
18401 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18402
18403         * message.el (message-yank-original): Don't switch point and mark
18404         unnecessarily to put point and mark as documented.
18405
18406 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18407
18408         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18409         from the message heads.
18410
18411 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18412
18413         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18414         article buffer does not have a window.  This may not be the best
18415         solution but is certainly better than setting the start of the null,
18416         that is the current, window.
18417
18418 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18419
18420         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18421         (gnus-draft-setup): Run it.
18422
18423         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18424         gnus-score-fast-scoring.  Allow regexp.
18425         (gnus-score-headers): Use it.
18426
18427         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18428         XEmacs.
18429
18430         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18431         string.
18432         (gnus-button-alist): Also catch `<f1> k ...'.
18433         (gnus-treat-display-x-face): Fix doc string.
18434
18435 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18436
18437         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18438         evaluation of gnus-extended-version to ensure correct generation of the
18439         User-Agent header when message-generate-headers-first is used.
18440
18441 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18442
18443         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18444         hashcash-path is nil.  Don't call callback with incorrect number of
18445         parameters if val is 0.
18446
18447 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18448
18449         * message.el (message-required-news-headers):
18450         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18451
18452 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18453
18454         * tls.el (open-tls-stream): In handshake-waiting loop,
18455         don't wait more if there is output available to process.
18456
18457 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18458
18459         * tls.el (tls-program): Doc fix.
18460
18461 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18462
18463         * message.el (message-generate-new-buffers): Change the meaning of the
18464         nil value; add `standard' to the choices; treat t as `unique'; improve
18465         doc string.
18466         (gnus-select-frame-set-input-focus): Autoload.
18467         (message-buffer-name): Search for the existing message buffer if
18468         message-generate-new-buffers is nil or `standard'; treat the value t of
18469         message-generate-new-buffers as `unique'.
18470         (message-pop-to-buffer): Raise the frame already displaying the message
18471         buffer; clear the echo area after querying.
18472         (message-setup): Pass the `continue' argument to compose-mail.
18473         (message-mail): Prefer `switch-function' if it is given; search for the
18474         existing message buffer if the `continue' argument is non-nil; pass
18475         continue and switch-function arguments to compose-mail by way of
18476         message-setup.
18477         (message-mail-other-window): Adjust argument of message-setup.
18478         (message-mail-other-frame): Ditto.
18479
18480 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18481
18482         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18483         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18484         to turn font-lock on when turning gnus-message-citation-mode on.
18485
18486 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18487
18488         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18489         (mml-smime-function-alist): New variable; add epg as the backend.
18490         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18491         mml-smime- functions instead.
18492         * mm-view.el: Require smime.
18493
18494 2007-03-05  Didier Verna  <didier@xemacs.org>
18495
18496         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18497         instead of just inheritance for posting styles.
18498         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18499
18500 2007-02-24  Chris Moore  <dooglus@gmail.com>
18501
18502         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18503         * pgg-pgp.el (pgg-pgp-encrypt-region):
18504         * pgg-gpg.el (pgg-gpg-encrypt-region):
18505         Check pgg-encrypt-for-me if no other recipients.
18506
18507 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18508
18509         * tls.el (tls-certtool-program): Fix custom type.
18510
18511 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18512
18513         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18514         and point-at-eol instead of line-(beginning|end)-position.
18515
18516         * assistant.el (assistant-parse-buffer): Ditto.
18517
18518         * netrc.el (netrc-parse-services): Ditto.
18519
18520 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18521
18522         * mml2015.el (mml2015-epg-find-usable-key): New function.
18523         (mml2015-epg-sign): Use it.
18524         (mml2015-epg-encrypt): Use it.
18525
18526 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18527
18528         * message.el (message-make-in-reply-to): Quote name containing
18529         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18530         if there are special characters.  Reported by NAKAJI Hiroyuki
18531         <nakaji@jp.freebsd.org>.
18532
18533 2007-02-27  Didier Verna  <didier@xemacs.org>
18534
18535         Include the group parameters as well as the topic ones in the
18536         inheritance filter process.
18537         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18538         argument GROUP-PARAMS-LIST.
18539         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18540
18541 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18542
18543         * nntp.el (nntp-never-echoes-commands)
18544         (nntp-open-connection-functions-never-echo-commands): New variables.
18545         (nntp-send-command): Use them.
18546
18547 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18548
18549         * mml2015.el (mml2015-epg-verify): Simplify.
18550
18551 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18552
18553         * mml.el (mml-content-disposition-alist): New user option.
18554         (mml-content-disposition): New function.
18555         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18556         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18557
18558 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18559
18560         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18561         verification.
18562
18563 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18564
18565         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18566         articles posted in the last 24 hours.
18567
18568 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18569
18570         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18571
18572 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18573
18574         * nntp.el (nntp-send-command): Don't wait for echoes when
18575         nntp-open-ssl-stream is used.
18576
18577 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18578
18579         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18580         (gnus-message-add-citation-keywords)
18581         (gnus-message-remove-citation-keywords): Remove.
18582         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18583         directly, make the variables in font-lock-defaults buffer-local, add
18584         gnus-message-citation-keywords to them and then update the value of
18585         font-lock-keywords.
18586
18587 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18588
18589         * message.el (message-cite-original-1): Don't call
18590         gnus-article-highlight-citation.
18591
18592         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18593         citations; fix line count.
18594
18595 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18596
18597         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18598         (gnus-message-add-citation-keywords)
18599         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18600         versions of font-lock-add-keywords and font-lock-remove-keywords to
18601         work with XEmacs correctly.
18602
18603 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18604
18605         * gnus-cite.el (gnus-cite-face-list): Set the values of
18606         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18607         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18608         (gnus-message-cite-prefix-regexp): New variable.
18609         (gnus-message-search-citation-line): Use it; protect against long
18610         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18611         the 0th match data for Emacs.
18612         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18613         (gnus-message-add-citation-keywords): Append keywords rather than
18614         prepending; emulate font-lock-add-keywords if it is not available.
18615         (gnus-message-remove-citation-keywords):
18616         Emulate font-lock-remove-keywords if it is not available.
18617
18618         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18619
18620         * message.el (message-cite-prefix-regexp): Set the value of
18621         gnus-message-cite-prefix-regexp.
18622
18623 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18624
18625         * nnweb.el (nnweb-google-parse-1): Update parser.
18626
18627 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18628
18629         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18630
18631 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18632
18633         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18634         regexp.
18635
18636 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18637
18638         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18639         string-to-multibyte.
18640         (uudecode-decode-region-internal): Use it.
18641
18642         * lpath.el: Fbind string-as-multibyte for XEmacs.
18643
18644 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18645
18646         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18647         Fix custom choice.
18648
18649         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18650
18651 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18652
18653         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18654
18655         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18656         `write-region' to respect `mm-inhibit-file-name-handlers'.
18657
18658 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18659
18660         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18661         Use gnus-home-directory instead of "~/" or "$HOME".
18662
18663 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18664
18665         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18666         to mention filename.
18667         Add comments at beginning regarding usage.
18668         (encrypt-write-file-contents): Change interactive so a string is
18669         acceptable.  If the file has no associated model, show an error instead
18670         of a nonsense prompt.
18671
18672 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18673
18674         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18675         Thanks to Yoshihiko Yamada for kind notification of this typo.
18676
18677 2007-01-12  Kenichi Handa  <handa@m17n.org>
18678
18679         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18680         multibyte buffer.
18681
18682 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18683
18684         * gnus-score.el (gnus-score-fast-scoring): New variable.
18685         (gnus-score-headers): Use it.
18686
18687         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18688
18689         * message.el (message-cite-original-1):
18690         Call gnus-article-highlight-citation if requested.
18691         (message-make-from): Allow name and address as optional arguments.
18692
18693         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18694
18695         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18696         bugs to doc string.
18697         (gnus-button-alist): Add mid\\|message-id.
18698         (gnus-button-fetch-group): Extend for use in
18699         `browse-url-browser-function'.
18700         (gnus-button-url-regexp): Try to catch paired parentheses like in
18701         Wikipedia URLs.
18702
18703         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18704         Suggested by Simon Krahnke <overlord@gmx.li>.
18705
18706 2007-01-13  Romain Francoise  <romain@orebokech.com>
18707
18708         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18709         Update copyright.
18710
18711 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18712
18713         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18714
18715 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18716
18717         * gnus-registry.el (gnus-registry-unfollowed-groups)
18718         (gnus-registry-split-fancy-with-parent): Fix documentation.
18719
18720 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18721
18722         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18723         from nnweb groups.
18724
18725 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18726
18727         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18728         Xref urls.  Erase buffer before requesting head.
18729
18730         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18731
18732 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18733
18734         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18735         customizable.
18736
18737 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18738
18739         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18740         no signing key is found.
18741         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18742         no encrypting and/or signing key is found.
18743
18744 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18745
18746         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18747
18748 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18749
18750         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18751         headers read from disk with the ones newly found in the current search.
18752         This should no longer cause problems, because the article numbers in
18753         Gmane's `nov.php' output are ignored since the previous change.
18754
18755 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18756
18757         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18758
18759 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18762         replace-regexp-in-string; bind url-version; fbind display-images-p and
18763         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18764         find-face and set-itimer-function for Emacs; bind itimer-list for
18765         Emacs.
18766
18767         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18768
18769 2007-01-01  Romain Francoise  <romain@orebokech.com>
18770
18771         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18772
18773 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18774
18775         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18776         `define-minor-mode' macro definition expanded properly.
18777         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18778         exclude it there.
18779
18780         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18781         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18782         `fboundp' test.
18783         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18784         This is OK to autoload in (S)XEmacs now.
18785
18786 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18787
18788         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18789         keystroke.
18790         (gnus-summary-limit-to-singletons): Fix typo.
18791
18792         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18793         else fails.
18794
18795 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18796
18797         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18798         docstring.
18799
18800         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18801         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18802         (gnus-summary-insert-dormant-articles): Fix typo in message.
18803
18804 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18805
18806         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18807         nil for XEmacs.
18808         (gnus-message-citation-mode): Don't autoload in XEmacs.
18809
18810         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18811
18812 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18813
18814         * nnimap.el (nnimap-expunge-search-string):
18815         Mention nnimap-search-uids-not-since-is-evil in docstring.
18816
18817 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18818
18819         * spam.el: Revert to make-obsolete-variable because
18820         define-obsolete-variable-alias is not supported in Emacs 21.
18821
18822         * spam.el (spam-ifile-path, spam-ifile-database-path)
18823         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18824         make-obsolete-variable.
18825         (spam-bsfilter-path, spam-bsfilter-program)
18826         (spam-spamassassin-path, spam-spamassassin-program)
18827         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18828         Don't use "path" inappropriately.
18829         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18830         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18831         variable names.
18832
18833 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18834
18835         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18836         summary buffer.
18837
18838         * password.el (password-cache-remove): Use clear-string to burn
18839         password, if available.
18840
18841 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18842
18843         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18844
18845         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18846
18847         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18848         (gnus-message-highlight-citation): Move defcustom here from
18849         gnus-cite.el.
18850         (gnus-message-citation-mode): Autoload.
18851
18852         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18853         checks to make it compile with XEmacs.
18854         (gnus-message-citation-mode): New minor mode.
18855         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18856         (gnus-message-highlight-citation): New variables.
18857         (gnus-message-search-citation-line)
18858         (gnus-message-add-citation-keywords)
18859         (gnus-message-remove-citation-keywords)
18860         (turn-on-gnus-message-citation-mode)
18861         (turn-off-gnus-message-citation-mode): New functions.
18862
18863 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18864
18865         * gnus-cite.el: Enable highlighting of different citation levels in
18866         message-mode.
18867
18868 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18869
18870         * message.el (message-make-fqdn): Fix comment.
18871         (message-bogus-system-names): Add ".local".
18872
18873         * spam.el (spam-ifile-path, spam-ifile-program)
18874         (spam-ifile-database-path, spam-ifile-database)
18875         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18876         Don't use "path" inappropriately.
18877         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18878         strings.
18879         (spam-check-ifile, spam-ifile-register-with-ifile)
18880         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18881         Use new variable names.
18882
18883         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18884         (gnus-treat-display-smileys): Simplify using
18885         gnus-image-type-available-p.
18886
18887         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18888         available.
18889
18890         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18891         Use `display-images-p' if available.
18892
18893 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18894
18895         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18896         one after turning on the buffer's multibyteness instead of decoding
18897         them directly in the unibyte buffer that causes unexpected conversion
18898         in Emacs 23 (unicode).
18899
18900 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18901
18902         * message.el (message-generate-hashcash): Fix custom type.
18903
18904 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18905
18906         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18907
18908 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18909
18910         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18911         disconnect icons.  Add help text.
18912
18913 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18914
18915         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18916         negated to be consistent with the others we handle.
18917
18918 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18919
18920         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18921         version of gnus-summary-buffer to something, so that we can use two
18922         article buffers at the same time.
18923
18924 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18925
18926         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18927         trigger all the extra headers.
18928         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18929         sorting.
18930
18931 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18932
18933         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18934         solid groups.
18935
18936 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18937
18938         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18939
18940 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18941
18942         * legacy-gnus-agent.el: Add Copyright notice.
18943
18944 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18945
18946         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18947
18948 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18949
18950         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18951
18952         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18953         to make it work reliably in CVS Emacs.
18954         (gnus-summary-limit-strange-charsets-predicate)
18955         (gnus-summary-limit-to-predicate): New functions.
18956
18957 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18958
18959         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18960         specifying array size.
18961         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18962         array if it is too small.
18963         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18964         (gnus-sort-threads-loop): New function.
18965
18966 2006-12-06  Chris Moore  <dooglus@gmail.com>
18967
18968         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18969         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18970
18971 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18972
18973         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18974         options.
18975
18976 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18977
18978         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18979         DOS-ing the recipient.
18980
18981         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18982         the headers when creating the mapping to avoid mismappings.
18983         (nnweb-gmane-create-mapping): Always nix out old mapping.
18984
18985 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18986
18987         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18988         and mm-verify-option to never.
18989
18990 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18991
18992         * message.el (message-signed-or-encrypted-p): New function.
18993         (message-forward-make-body): Use it.
18994
18995         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18996         Replace encode-coding-string with mm-encode-coding-string.
18997
18998 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18999
19000         * nneething.el (nneething-decode-file-name):
19001         Replace decode-coding-string with mm-decode-coding-string.
19002
19003         * gnus-int.el (gnus-open-server): Say failed server's name.
19004
19005 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19006
19007         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
19008         strings to a single string.  Quote `errors-file-name'.
19009         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
19010         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
19011         Adjust calls.  Use `shell-quote-argument'.
19012
19013 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
19014
19015         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
19016         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
19017
19018         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
19019         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
19020         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
19021         (gnus-group-make-directory-group, gnus-group-transpose-groups):
19022         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
19023         (gnus-subscribe-newsgroup, gnus-1):
19024         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
19025         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
19026         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
19027         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
19028
19029 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19030
19031         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
19032         keystroke.
19033         (gnus-summary-limit-to-bodies): Implement headersp.
19034
19035 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19036
19037         * dns.el (query-dns): Protect against "Process dns deleted" strings.
19038
19039 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19040
19041         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
19042
19043 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19044
19045         * message.el (message-generate-hashcash): Expand range of values to
19046         include `opportunistic'.
19047         (message-send-mail): Use it.
19048
19049 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19050
19051         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
19052         and comment it.
19053
19054         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
19055
19056 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
19057
19058         * gnus-util.el (gnus-extract-address-components): Improve comment.
19059
19060 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19061
19062         * gnus-util.el (gnus-extract-address-components): Work with address in
19063         which the name portion contains @.
19064
19065         * lpath.el: Fbind custom-autoload.
19066
19067 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19068
19069         * gnus.el (gnus-start): Move custom group up.
19070         (gnus-select-method): Don't autoload, but make it available for
19071         `customize-variable'.
19072         (gnus-getenv-nntpserver): Don't autoload.
19073
19074 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19075
19076         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19077
19078 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19079
19080         * message.el (message-sendmail-extra-arguments): New variable.
19081         (message-send-mail-with-sendmail): Use it.
19082
19083 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19084
19085         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19086         mm-with-unibyte-current-buffer to make string unibyte.
19087
19088         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19089         mm-string-as-multibyte.
19090
19091 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19092
19093         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19094         Reported by Werner Koch <wk@gnupg.org>.
19095
19096 2006-11-14  Daiki Ueno  <ueno@p360>
19097
19098         * mml2015.el: Autoload epa-select-keys when compiling.
19099
19100 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19101
19102         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19103         message-options.
19104         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19105
19106 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19107
19108         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19109         EasyPG (< 0.0.6).
19110         (mml2015-always-trust): New user option.
19111         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19112         prompt.
19113
19114 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19115
19116         * nntp.el (nntp-authinfo-force): New variable.
19117         (nntp-send-authinfo): Use it.
19118
19119 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19120
19121         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19122         decode encoded words.  Improve prompt.  Add comment about forwarding.
19123         (message-replacement-char): Move up.
19124
19125 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19126
19127         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19128         instead of gnus-intersection because arguments of gnus-sorted-nunion
19129         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19130
19131 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19132
19133         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19134         (message-simplify-subject-functions):
19135         Enable message-strip-subject-encoded-words by default.
19136
19137 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19138
19139         * message.el (message-strip-subject-encoded-words): New function.
19140         (message-simplify-subject-functions): New variable.
19141         (message-simplify-subject): Use it.  Fix typo in doc string.
19142         Support message-strip-subject-encoded-words.
19143
19144 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19145
19146         * gnus-diary.el (gnus-diary-delay-format-function):
19147         * nndiary.el (nndiary-reminders):
19148         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19149
19150 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19151
19152         * gnus-art.el (article-hide-boring-headers): Fetch date from
19153         gnus-original-article-buffer to avoid problems with localized date
19154         strings.
19155
19156 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19157
19158         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19159
19160 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19161
19162         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19163         New variables.
19164         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19165         (mm-charset-synonym-alist): Move some entries to
19166         mm-codepage-iso-8859-list.
19167         (mm-charset-synonym-alist, mm-charset-override-alist):
19168         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19169
19170 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19171
19172         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19173
19174 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19175
19176         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19177         with Emacs 21 and XEmacs.
19178
19179 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19180
19181         * spam.el (spam-parse-address): New function for better parsing,
19182         catching errors, etc.
19183         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19184
19185 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19186
19187         * mm-view.el: Add interactive arg to html2text autoload.
19188
19189 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19190
19191         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19192
19193 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19194
19195         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19196         New variables.
19197         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19198         (mm-charset-synonym-alist): Move some entries to
19199         mm-codepage-iso-8859-list.
19200
19201         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19202
19203 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19204
19205         * message.el (message-citation-line-format)
19206         (message-insert-formated-citation-line): Fix implementation of %E, %N
19207         and %n according to the doc string.
19208
19209 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19210
19211         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19212         Use car-safe to avoid bad parses.
19213
19214 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19215
19216         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19217         names.
19218
19219         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19220
19221 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19222
19223         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19224         header.
19225
19226         * message.el (message-draft-headers): Add Date.
19227         (message-headers-to-generate): Fix typo in docstring.
19228
19229         * nndraft.el (nndraft-required-headers): New variable.
19230         (nndraft-generate-headers): Use it.
19231
19232         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19233
19234 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19235
19236         * gnus-registry.el (gnus-registry-wash-for-keywords)
19237         (gnus-registry-find-keywords): New functions to allow easy searching of
19238         articles that are in the registry.
19239
19240 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19241
19242         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19243         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19244         Reported by Damien Elmes <damien@repose.cx>.
19245
19246 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19247
19248         * gnus.el (gnus-mime): Remove unused custom group.
19249
19250 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19251
19252         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19253         "blank line" when searching for end of armor headers.
19254
19255 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19256
19257         * gmm-utils.el (gmm-write-region): Fix variable name.
19258
19259 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19260
19261         * gmm-utils.el (gmm-write-region): New function based on compatibility
19262         code from `mm-make-temp-file'.
19263
19264         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19265
19266         * nnmaildir.el (nnmaildir--update-nov)
19267         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19268         Use `gmm-write-region'.
19269
19270 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19271
19272         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19273         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19274
19275         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19276
19277         * message.el (message-replacement-char): New variable.
19278         (message-fix-before-sending): Use it.
19279         (message-simplify-subject): New function to remove duplicate code.
19280         (message-reply, message-followup): Use it.
19281
19282         * gnus-sum.el (gnus-summary-make-menu-bar):
19283         Clarify gnus-summary-limit-to-articles.
19284
19285 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * gnus-util.el (gnus-with-local-quit): New macro.
19288
19289         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19290
19291 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19292
19293         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19294         ignore non-string data.
19295
19296 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19297
19298         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19299         non-string data (needs to be done in the registry too).
19300
19301 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19302
19303         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19304         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19305         (gnus-registry-split-fancy-with-parent)
19306         (gnus-registry-fetch-simplified-message-subject-fast)
19307         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19308         Remove text properties on ingress into the registry and when it's saved.
19309         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19310         registry from entries with no groups.
19311
19312 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19313
19314         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19315         function to remove string properties.
19316
19317 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19318
19319         * gmm-utils.el (gmm): Adjust custom version.
19320
19321         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19322         Adjust custom version.
19323
19324         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19325
19326 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19327
19328         * gnus-art.el (gnus-insert-prev-page-button)
19329         (gnus-insert-next-page-button): Simplify.  Reformat.
19330
19331 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19332
19333         * gnus-art.el (gnus-insert-prev-page-button)
19334         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19335
19336 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19337
19338         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19339
19340 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19341
19342         * gnus-art.el (gnus-insert-mime-button)
19343         (gnus-insert-mime-security-button):
19344         Apply gnus-article-button-face to MIME and security buttons.
19345
19346 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19347
19348         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19349         readable.
19350
19351 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19352
19353         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19354
19355 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19356
19357         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19358         `browse-url-of-file' instead of `browse-url'.
19359
19360 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19361
19362         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19363         regexp.  Articles containing quotation were cut prematurely.
19364
19365 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19366
19367         * message.el (message-cite-original-1): Use nobody by default for the
19368         value of From header.
19369         (message-reply): Ditto.
19370
19371 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19372
19373         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19374         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19375         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19376
19377 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19378
19379         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19380         mails in the doc string.  Add some URLs in comment.
19381         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19382
19383 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19384
19385         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19386         backslashes handling and the way to find boundaries of quoted strings.
19387
19388 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19389
19390         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19391         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19392         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19393         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19394
19395 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19396
19397         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19398         doc string.
19399         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19400
19401 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * lpath.el: Fbind epg-check-configuration.
19404
19405 2006-09-06  Simon Josefsson  <jas@extundo.com>
19406
19407         * mml2015.el (mml2015-use): Doc fix, mention epg.
19408
19409 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19410
19411         * mml2015.el (mml2015-use): Default to epg, if available.
19412
19413 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19414
19415         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19416         message-sender.
19417         (mml1991-epg-encrypt): Ditto.
19418         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19419         message-sender.
19420         (mml2015-epg-encrypt): Ditto.
19421
19422 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19423
19424         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19425         several common directories.
19426
19427 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19428
19429         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19430         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19431
19432 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19433
19434         * gnus-art.el (article-decode-encoded-words): Make it fast.
19435
19436 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19437
19438         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19439
19440         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19441         in quoted string into `\'.
19442
19443 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19444
19445         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19446         Use standard-syntax-table.
19447
19448 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19449
19450         * gnus-art.el (gnus-decode-address-function): New variable.
19451         (article-decode-encoded-words): Use it to decode headers which are
19452         assumed to contain addresses.
19453         (gnus-mime-delete-part): Remove useless `or'.
19454
19455         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19456         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19457         (gnus-nov-parse-line): Use it to decode From header.
19458         (gnus-get-newsgroup-headers): Ditto.
19459         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19460
19461         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19462         (mail-decode-encoded-address-string): New alias.
19463
19464         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19465         New function.
19466         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19467         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19468         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19469         (rfc2047-decode-string): Ditto.
19470         (rfc2047-decode-address-region): New function.
19471         (rfc2047-decode-address-string): New function.
19472
19473 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19474
19475         * message.el (message-caesar-buffer-body): Allow rotating headers.
19476
19477         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19478
19479         * message.el (message-insert-formated-citation-line): Fix %f.
19480         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19481
19482 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19483
19484         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19485         (gnus-bookmark-mouse-available-p): New macro.
19486         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19487         (gnus-bookmark-bmenu-show-infos): Use it.
19488         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19489         (gnus-bookmark-bmenu-hide-infos): Ditto.
19490         (gnus-bookmark-remove-properties): New function.
19491         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19492         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19493         (gnus-bookmark-write-file): Bind coding-system-for-write.
19494         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19495         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19496         group before selecting it.
19497         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19498         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19499         quit-window if it is not available; use gnus-mouse-2 and bind it to
19500         gnus-bookmark-bmenu-select-by-mouse.
19501         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19502         (gnus-bookmark-bmenu-select-by-mouse): New function.
19503
19504 2006-08-13  Romain Francoise  <romain@orebokech.com>
19505
19506         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19507         space.
19508
19509 2006-08-10  Romain Francoise  <romain@orebokech.com>
19510
19511         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19512         (dns-mode-soa-auto-increment-serial): New user option.
19513         (dns-mode-soa-maybe-increment-serial): New function.
19514         (dns-mode): Add the latter to `write-contents-functions'.
19515
19516 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19517
19518         * compface.el (uncompface): Use binary rather than raw-text-unix.
19519
19520 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19521
19522         * compface.el (uncompface): Make sure the eol conversion doesn't take
19523         place when communicating with the external programs.
19524         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19525
19526 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19527
19528         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19529
19530 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19531
19532         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19533         Make it more robust by parsing author and date independently.
19534
19535 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19536
19537         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19538
19539 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19540
19541         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19542         first matching secret key.
19543         (mml2015-epg-encrypt): Ditto.
19544
19545         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19546         first matching secret key.
19547         (mml1991-epg-encrypt): Ditto.
19548
19549         * mml2015.el (mml2015-encrypt-to-self): New user option.
19550         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19551         mml2015-epg-encrypt-to-self is set.
19552
19553         * mml1991.el (mml1991-encrypt-to-self): New variable.
19554         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19555         mml1991-epg-encrypt-to-self is set.
19556
19557         * mml2015.el (mml2015-signers): New user option.
19558         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19559         (mml2015-epg-encrypt): Allow to select signing keys.
19560
19561         * mml1991.el (mml1991-signers): New variable.
19562         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19563         (mml1991-epg-encrypt): Allow to select signing keys.
19564
19565 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19566
19567         * nnheader.el (nnheader-insert-head): Make it work even if the file
19568         uses CRLF for the line-break code.
19569
19570 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19571
19572         * mml2015.el: Require mml-sec instead of password.
19573         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19574         (mml2015-cache-passphrase): Inherit the default value from
19575         mml-secure-cache-passphrase.
19576         (mml2015-passphrase-cache-expiry): Inherit the default value from
19577         mml-secure-passphrase-cache-expiry.
19578
19579         * mml1991.el: Require mml-sec instead of password.
19580         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19581         (mml1991-cache-passphrase): Inherit the default value from
19582         mml-secure-cache-passphrase.
19583         (mml1991-passphrase-cache-expiry): Inherit the default value from
19584         mml-secure-passphrase-cache-expiry.
19585
19586         * mml-sec.el: Require password.
19587         (mml-secure-verbose): New user option.
19588         (mml-secure-cache-passphrase): New user option.
19589         (mml-secure-passphrase-cache-expiry): New user option.
19590
19591 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19592             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19593
19594         * pgg-def.el (pgg-truncate-key-identifier):
19595         Truncate the key ID to 8 letters from the end.
19596
19597 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19598
19599         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19600         workaround for the url package included with Emacs.
19601
19602         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19603
19604 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19605
19606         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19607         correctly.  This fixes a bug caused by the 2006-05-12 change.
19608
19609 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19610
19611         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19612         some information about the error when saying that the `bogus' mail
19613         group will be used.
19614
19615 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19616
19617         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19618         string.
19619
19620 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19621
19622         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19623
19624 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19625
19626         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19627
19628 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19629
19630         * mml1991.el (mml1991-function-alist): Add epg.
19631         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19632         (mml1991-epg-encrypt): New functions.
19633
19634 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19635
19636         * mml2015.el (mml2015-verbose): New variable.
19637         (mml2015-cache-passphrase): Ditto.
19638         (mml2015-passphrase-cache-expiry): Ditto.
19639         (mml2015-function-alist): Add epg.
19640         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19641         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19642         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19643         New functions.
19644
19645 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19646
19647         * message.el (message-cite-original-1): Preserve region when removing
19648         quoted text due to X-No-Archive in order to avoid bogus attribution
19649         when citing multiple messages.
19650
19651 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19652
19653         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19654         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19655
19656 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19657
19658         * gnus-diary.el (gnus-user-format-function-d)
19659         (gnus-user-format-function-D): Autoload.
19660
19661         * imap.el (Commentary): Fix typo.
19662
19663         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19664         2006-04-22 contribution.
19665
19666 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19667
19668         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19669         It didn't really fix the bogosity I'm seeing with solid web groups.
19670
19671 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19672
19673         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19674         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19675         created using server names.  If we use the feature without declaring
19676         it, Gnus does not properly manage server and group state.
19677
19678         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19679         bound.
19680
19681 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19682
19683         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19684         looking up the method using GROUP's prefix before inventing a new one.
19685         It is used on killed/unknown groups in various places where returning
19686         an all-new method isn't expected by the caller.
19687
19688         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19689         and match semantics of gnus-group-real-prefix.
19690
19691 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19692
19693         * nnmail.el (nnmail-broken-references-mailers): New variable.
19694         (nnmail-ignore-broken-references): New function generalizing
19695         nnmail-fix-eudora-headers.
19696         (nnmail-fix-eudora-headers): Now obsolete.
19697
19698         * gnus-art.el (gnus-button-handle-custom):
19699         Support `customize-apropos*'.
19700
19701 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19702
19703         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19704
19705         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19706         articles.
19707
19708 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19709
19710         * message.el (message-cite-reply-above): New variable.
19711         (message-yank-original): Use it.
19712
19713 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19714
19715         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19716
19717 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19718
19719         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19720         as read.
19721
19722         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19723
19724 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19725
19726         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19727         (gnus-bookmark-default-file): Use gnus-directory.
19728         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19729         Remove "*" in doc string.
19730         (gnus-bookmark-write-file): Simplify.
19731         (gnus-bookmark-maybe-sort-alist): Use `when'.
19732         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19733         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19734         Add FIXME about Emacs 21 and XEmacs compatibility.
19735         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19736         compatibility.
19737         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19738         compatibility.
19739         (gnus-bookmark-menu-heading): Fix version.
19740
19741 2006-06-19  Bastien Guerry  <bzg@altern.org>
19742
19743         * gnus-bookmark.el: New file.
19744
19745 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19746
19747         * message.el (message-syntax-checks): Doc fix.
19748
19749 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19750
19751         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19752         unsubscribed groups as if they were killed ones.  It causes duplicate
19753         entries in gnus-newsrc-alist.
19754
19755 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19756
19757         * message.el (message-syntax-checks): Doc fix.
19758         (message-send-mail): Add check for continuation headers.
19759         (message-check-news-header-syntax): Fix regexp used to check for
19760         continuation headers.
19761
19762 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19763
19764         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19765
19766 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19767
19768         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19769
19770 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19771
19772         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19773         default-truncate-lines.
19774
19775 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19778         to fill the utf-8 entry.
19779
19780         * lpath.el: Fbind unicode-precedence-list.
19781
19782 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19783
19784         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19785
19786 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19787
19788         * gnus-agent.el (directory-files-and-attributes): Move all the way
19789         forward (the third and final move).
19790         (gnus-agent-read-agentview): Trap reconstruction errors due to
19791         nonexistent directory.  Handle by returning nil.
19792
19793 2006-05-30  Didier Verna  <didier@xemacs.org>
19794
19795         * message.el (message-dont-reply-to-names): Update the custom type.
19796         * message.el (message-dont-reply-to-names): New defsubst: potentially
19797         convert a list of regexps into a single one.
19798         * message.el (message-get-reply-headers): Use it.
19799         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19800
19801 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19802
19803         * gnus-agent.el (directory-files-and-attributes): Move forward.
19804
19805 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19806
19807         * gnus-ml.el (gnus-mailing-list-subscribe)
19808         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19809         (gnus-mailing-list-message): Fix doc strings.
19810
19811 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19812
19813         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19814         of doing it manually.
19815
19816 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19817
19818         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19819         comment.
19820
19821 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19822
19823         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19824         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19825         (gnus-agent-read-local): All symbols allocated in my-obarray.
19826         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19827         (gnus-agent-regenerate-group): Check numeric names to see if they are
19828         messages or groups.
19829         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19830         better way of do this...)
19831
19832         * gnus-cache.el (gnus-agent-total-fetched-for):
19833         Ignore 'dummy.group' (there should be a better way of do this...)
19834
19835 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19836
19837         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19838         (gnus-saved-headers): Ditto.
19839         (gnus-default-article-saver): Mention functions may have properties.
19840         (gnus-article-save): Override gnus-save-all-headers and
19841         gnus-saved-headers by :headers property which saver function may have.
19842         (gnus-summary-save-in-file): Add :headers property.
19843         (gnus-summary-write-to-file): Ditto.
19844
19845         * gnus-sum.el (gnus-summary-save-article): Bind
19846         gnus-prompt-before-saving to t when saving many articles in a file;
19847         always show all headers.
19848
19849         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19850
19851 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19852
19853         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19854         marks.
19855
19856         * message.el (message-indent-citation): Add optional arguments to allow
19857         using it outside of message buffers.
19858
19859         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19860         (gnus-article-treat-unfold-headers): Use it.
19861         (gnus-article-truncate-lines): New variable.
19862         (gnus-article-mode): Use it.
19863         (gnus-article-toggle-truncate-lines): New function.
19864
19865         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19866         Add gnus-article-toggle-truncate-lines.
19867
19868         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19869         coding system in XEmacs, use binary.
19870
19871 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19872
19873         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19874         after-load-alist.
19875
19876         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19877         this function should save decoded articles.
19878         (gnus-summary-write-to-file): Use property to specify this function
19879         should save decoded articles and specify gnus-summary-save-in-file
19880         should be used to save articles other than the first one when saving
19881         many articles.
19882         (gnus-summary-save-body-in-file): Use property to specify this
19883         function should save decoded articles.
19884         (gnus-summary-write-body-to-file): Use property to specify this
19885         function should save decoded articles and specify
19886         gnus-summary-save-body-in-file should be used to save articles other
19887         than the first one when saving many articles.
19888
19889         * gnus-sum.el (gnus-summary-save-article): Simplify.
19890
19891 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19892
19893         * gnus-art.el (gnus-default-article-saver):
19894         Add gnus-summary-write-body-to-file.
19895         (gnus-article-save-coding-system): Don't use coding system object
19896         in XEmacs.
19897         (gnus-read-save-file-name): Add optional `dir-var' argument which
19898         specifies directory in which files are saved; work even if optional
19899         `variable' argument is not specified.
19900         (gnus-summary-write-to-file): Read file name.
19901         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19902         (gnus-summary-write-body-to-file): New function.
19903
19904         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19905         (gnus-summary-local-variables): Add it.
19906         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19907         (gnus-summary-save-article): Remove optional `decode' argument;
19908         determine whether to decode articles by the value of
19909         gnus-default-article-saver; when saving many files using
19910         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19911         it first and use gnus-summary-save-in-file or
19912         gnus-summary-save-body-in-file thereafter unless
19913         gnus-prompt-before-saving is always; move point to article which
19914         will be saved.
19915         (gnus-summary-save-article-file): Revert.
19916         (gnus-summary-write-article-file): Revert.
19917         (gnus-summary-save-article-body-file): Revert.
19918         (gnus-summary-write-article-body-file): New function.
19919
19920 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19921
19922         * gnus-art.el (gnus-default-article-saver): Doc fix.
19923         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19924         from gnus-summary-save-article-coding-system, and default to a
19925         certain coding system.
19926         (gnus-output-to-file): Add coding cookie and encode text according
19927         to gnus-article-save-coding-system; don't use mm-append-to-file.
19928
19929         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19930         gnus-art.el and rename to gnus-article-save-coding-system.
19931         (gnus-summary-save-article): Require gnus-art; don't show all
19932         headers if it decodes articles; don't add coding cookie here;
19933         don't bind mm-text-coding-system-for-write.
19934         (gnus-summary-save-article-file): Save decoded articles.
19935         (gnus-summary-write-article-file): When saving many files, use
19936         gnus-summary-write-to-file first and gnus-summary-save-in-file
19937         thereafter unless gnus-prompt-before-saving is always.
19938         (gnus-summary-save-article-body-file): Save decoded articles.
19939
19940         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19941
19942 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19943
19944         * nnrss.el (nnrss-check-group): Bind hash-index.
19945
19946 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19947
19948         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19949         its hash index.  Store this hash in `nnrss-group-data'.
19950         (nnrss-read-group-data): Update accordingly.
19951
19952 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19953
19954         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19955         entry.
19956
19957         * gnus-sum.el (gnus-summary-make-menu-bar):
19958         Add gnus-article-browse-html-article.
19959
19960 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19961
19962         * gnus-sum.el (gnus-summary-mime-map):
19963         Add gnus-article-browse-html-article.
19964
19965         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19966
19967 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19968
19969         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19970         suitable coding systems in customize.
19971
19972 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19973
19974         * mail-source.el (mail-sources): Fix custom type.
19975
19976 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19977
19978         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19979         (gnus-summary-expire-articles-now): Shorten prompt.
19980
19981         * gmm-utils.el (wid-edit): Require.
19982         (defun-gmm): Rename from `gmm-defun-compat'.
19983         (gmm-image-search-load-path): Use it.
19984         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19985
19986 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19987
19988         * gnus-sum.el (gnus-summary-save-article-coding-system):
19989         New variable.
19990         (gnus-summary-save-article): Add optional `decode' argument.
19991         If it is set and gnus-summary-save-article-coding-system is non-nil,
19992         save decoded article.
19993         (gnus-summary-write-article-file): Save decoded article if
19994         gnus-summary-save-article-coding-system is non-nil.
19995
19996         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19997         type.
19998
19999 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20000
20001         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
20002
20003 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20004
20005         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
20006         first to test gnus-single-article-buffer which may be buffer-local.
20007
20008         * gnus-sum.el (gnus-summary-setup-buffer):
20009         Make gnus-single-article-buffer buffer-local and nil in ephemeral
20010         group; make gnus-article-buffer, gnus-article-current, and
20011         gnus-original-article-buffer always buffer-local.
20012         (gnus-summary-exit): Kill article buffer belonging to ephemeral
20013         group.
20014         (gnus-handle-ephemeral-exit): Don't move to next summary line.
20015
20016 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
20017
20018         * nnml.el (nnml-request-compact-group): Compressed files might not
20019         have .gz extension.
20020
20021 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20022
20023         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
20024         (mm-copy-to-buffer): Use with-current-buffer.
20025         (mm-display-part): Simplify.
20026         (mm-inlinable-p): Add optional arg `type'.
20027
20028 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20029
20030         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
20031         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
20032         Try harder to show the attachment internally or externally using
20033         gnus-mime-view-part-as-type.
20034
20035 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
20036
20037         * message.el (message-from-style, message-signature-separator)
20038         (message-user-organization-file, message-send-mail-function)
20039         (message-citation-line-function, message-yank-prefix)
20040         (message-indent-citation-function, message-signature)
20041         (message-signature-file, message-signature-insert-empty-line):
20042         Remove autoloads.
20043
20044         * gnus-art.el (gnus-buttonized-mime-types):
20045         Remove "multipart/signed".  Revert 2006-04-26 change.
20046
20047 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20048
20049         * gnus.el (gnus-version-number): Bump version.
20050
20051 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20052
20053         * gnus.el: No Gnus v0.5 is released.
20054
20055 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20056
20057         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
20058         fetching articles by message-id.
20059
20060 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20061
20062         * message.el (hashcash): Require hashcash as normal.
20063
20064         * ecomplete.el (ecomplete-highlight-match-line):
20065         Use point-at-eol.
20066         (ecomplete-highlight-match-line): Use `highlight', because that
20067         face exists in both Emacs and XEmacs.
20068
20069         * message.el (message-display-abbrev): Use point-at-bol.
20070
20071         * mail-source.el: Don't require timer/timer-funcs.
20072
20073         * gnus-async.el: Ditto.
20074
20075         * password.el: Ditto.
20076
20077         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20078
20079         * mm-url.el: Ditto.
20080
20081         * gnus-xmas.el: Don't require timer-funcs.
20082
20083         * mm-util.el: Require timer/timer-funcs.
20084
20085 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20086
20087         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20088         Close.
20089
20090 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20091
20092         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20093         unibyte after clear-decrypt function runs.
20094
20095         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20096         returns as a unibyte string.
20097
20098 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20099
20100         * lpath.el: Revert.
20101
20102         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20103         (pgg-gpg-process-sentinel): Revert.
20104
20105         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20106         (pgg-pgp-lookup-key): Revert.
20107
20108         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20109         (pgg-pgp5-lookup-key): Revert.
20110
20111         * pgg.el (pgg-fetch-key): Revert.
20112
20113 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20114
20115         * lpath.el: Fbind string-as-multibyte for XEmacs.
20116
20117         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20118         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20119         (mml1991-pgg-encrypt): Ditto.
20120
20121         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20122         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20123         a multibyte buffer.
20124
20125         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20126         (pgg-pgp-lookup-key): Ditto.
20127
20128         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20129         (pgg-pgp5-lookup-key): Ditto.
20130
20131         * pgg.el (pgg-fetch-key): Ditto.
20132
20133 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20134
20135         * message.el (message-user-organization-file): Check several
20136         locations of the organization file.
20137
20138         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20139         Add gnus-article-view-part-as-type.
20140
20141         * gnus-art.el (gnus-article-view-part-as-type): New function.
20142
20143         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20144         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20145
20146         * mml.el: Simplify autoload.
20147         (mml-mode): defvar dnd-protocol-alist instead of using
20148         symbol-value.
20149         (mml-default-directory): New variable.
20150         (mml-minibuffer-read-file): Use it.
20151         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20152
20153         * message.el (message-citation-line-format): New variable.
20154         (message-insert-formated-citation-line): New function.
20155         (message-citation-line-function):
20156         Add `message-insert-formated-citation-line' to custom type.
20157
20158         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20159         to doc string.
20160
20161         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20162         depending on mm-verify-option.
20163
20164 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20165
20166         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20167         binding pgg-* variables; reimplement the section which prevents
20168         MIME header from being signed.
20169         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20170         pgg-text-mode; remove a blank line at the top of body.
20171
20172         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20173         lines at the top of body; use gnus-newsgroup-charset if there's no
20174         Charset header.
20175
20176 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20177
20178         * message.el (message-self-insert-commands): Doc fix.
20179
20180         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20181         (mm-uu-pgp-encrypted-test): Ditto.
20182         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20183         between header and body; return application/pgp-encrypted handle
20184         if decryption failed; decode decrypted body by charset.
20185
20186         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20187         element match to application/pgp-*.
20188
20189 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20190
20191         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20192         HTML.
20193
20194 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20195
20196         * mail-source.el (mail-source-call-script): Message the error
20197         string.
20198
20199 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20200
20201         * gnus-util.el (gnus-byte-compile): Use it.
20202
20203 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20204
20205         * gnus-util.el (kill-empty-logs): New function.
20206
20207 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20208
20209         * message.el (message-mail-alias-type): Doc fix.
20210         (message-mail-alias-type-p): New function.
20211         (message-send): Use it.
20212         (message-mode): Ditto.
20213         (message-strip-forbidden-properties): Ditto.
20214
20215         * ecomplete.el (ecomplete-database-file-coding-system):
20216         New variable.
20217         (ecomplete-save): Use it.
20218         (ecomplete-setup): Use it.
20219
20220 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20221
20222         * message.el (message-self-insert-commands): New variable.
20223         (message-strip-forbidden-properties): Use it.
20224
20225 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20226
20227         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20228         that doesn't make XEmacs choke.
20229
20230 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20231
20232         * gnus-util.el (gnus-replace-in-string):
20233         Prefer replace-regexp-in-string over of replace-in-string.
20234
20235 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20236
20237         * gnus-util.el (gnus-select-frame-set-input-focus):
20238         Use select-frame-set-input-focus if it is available in XEmacs; use
20239         definition defined in Emacs 22 for old Emacsen.
20240
20241         * dgnushack.el: Autoload unmorse-region for XEmacs.
20242
20243         * lpath.el: Bind cursor-in-non-selected-windows and
20244         select-frame-set-input-focus for XEmacs.
20245
20246 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20247
20248         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20249
20250 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20251
20252         * gnus-registry.el (gnus-registry-cache-save): Remove text
20253         properties when saving via the temp buffer.
20254
20255 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20256
20257         * message.el (message-generate-hashcash): Honor custom type.
20258
20259 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20260
20261         * message.el (message-generate-hashcash): Default to non-nil when
20262         hashcash is found.
20263
20264         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20265         (gnus-refer-thread-limit): Increase default to 500.
20266
20267         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20268
20269         * flow-fill.el (fill-flowed): Allow delete-space.
20270
20271 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20272
20273         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20274         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20275         Remove autoloads.
20276
20277 2006-04-18  Simon Josefsson  <jas@extundo.com>
20278
20279         * message.el (message-generate-hashcash): Default to.
20280
20281 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20282
20283         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20284         concatenating segments rather than before concatenating them.
20285
20286 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20287
20288         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20289
20290 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20291
20292         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20293
20294         * message.el (message-forward-make-body-plain):
20295         Allow message-forward-ignored-headers to be a list.
20296         (message-remove-ignored-headers): Factor out into function.
20297         (message-forward-make-body-mml): Use it.
20298
20299         * imap.el (imap-quote-specials): New function.
20300         (imap-login-auth): Quote specials.
20301
20302         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20303         (rfc2231-parse-string): Allow concatanation of parameters that
20304         aren't contiguous.  The test case is
20305           (mail-header-parse-content-type "message/external-body;
20306             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20307             access-type=LOCAL-FILE;
20308             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20309
20310 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20311
20312         * nntp.el (nntp-accept-process-output): Return the value of
20313         `nnheader-accept-process-output'.
20314
20315 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20316
20317         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20318         (gnus-button-alist): Recognize more diff formats.
20319         (gnus-button-patch): Strip directory.
20320
20321 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20322
20323         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20324         Emacs 22 when setting focus.
20325
20326 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20327
20328         * gnus-art.el (gnus-article-treat-types): Do treatment of
20329         text/x-verbatim parts.
20330         (gnus-button-patch): New command.
20331
20332         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20333         addresses that contain invalid characters.
20334
20335 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20336
20337         * message.el (message-put-addresses-in-ecomplete):
20338         Use gnus-replace-in-string.
20339         (message-is-yours-p): Use the more correct
20340         mail-header-parse-address instead of
20341         mail-extract-address-components.
20342         (message-put-addresses-in-ecomplete): Fix typo.
20343
20344         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20345         keystroke.
20346
20347         * gnus-art.el (gnus-treatment-function-alist): Change order of
20348         newsgroups/generic header folding to avoid double-folding.
20349
20350         * message.el (message-hidden-headers): Add X-Draft-From.
20351
20352         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20353         New command.
20354         (gnus-summary-repeat-search-article-backward): New command.
20355
20356         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20357         groups in the parent topic.
20358
20359 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20360
20361         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20362         (spam-extra-header-to-number): Return the CRM114 number as a
20363         number instead of a string.
20364
20365 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20366
20367         * gnus-art.el (gnus-face-properties-alist): Move here from
20368         gnus-fun.
20369
20370         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20371
20372 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20373
20374         * message.el (message-strip-forbidden-properties): Only display on
20375         self-insert-command.
20376
20377         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20378         reindent.
20379         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20380
20381 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20382
20383         * smiley.el (smiley-style): Fix typo.
20384
20385 2006-03-23  Kenichi Handa  <handa@m17n.org>
20386
20387         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20388         instead of set-buffer-multibyte.
20389
20390 2006-03-23  Kenichi Handa  <handa@m17n.org>
20391
20392         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20393         buffer and then decode the buffer text if necessary.
20394         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20395         first, and after mm-encode-body, change the buffer to unibyte.
20396
20397 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20398
20399         * hashcash.el (hashcash-insert-payment-async-2):
20400         Use message-goto-eoh instead of doing it manually.
20401         (mail-add-payment): Use message-narrow-to-header instead of trying
20402         to do the same itself.
20403
20404         * message.el (message-hidden-headers): Add Face.
20405
20406         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20407         reparenting code.
20408         (gnus-summary-reparent-children): Refactored out code.
20409         (gnus-summary-thread-map): New keystroke.
20410         (gnus-summary-reparent-children): Make into command.
20411
20412         * smiley.el (smiley-style): Default to `medium' if using a large
20413         font.
20414
20415         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20416         does it itself.
20417
20418         * message.el (message-point-in-header-p): Simplify definition.
20419
20420 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20421
20422         * nnagent.el (nnagent-request-set-mark): Silence log file
20423         writing.
20424         (nnagent-request-set-mark): Use write-region instead of
20425         append-to-file.
20426
20427         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20428         strange select method.
20429
20430         * ecomplete.el (ecomplete-display-matches): Get highlightling
20431         right.
20432         (ecomplete-display-matches): Use literals.
20433         (ecomplete-display-matches): Disable message logging.
20434
20435         * message.el (message-display-abbrev): Small optimization.
20436
20437         * ecomplete.el (ecomplete-display-matches): Allow automatic
20438         display.
20439
20440         * message.el (message-strip-forbidden-properties):
20441         Display abbrevs.
20442         (message-display-abbrev): Get automatic display right.
20443
20444         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20445         keystrokes.
20446
20447 2006-04-13  Romain Francoise  <romain@orebokech.com>
20448
20449         TODO: Backport to v5-10!
20450
20451         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20452         Move here (and rename) from gnus-registry.el.
20453
20454         * gnus-registry.el: Require gnus-util.
20455         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20456
20457 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20458
20459         * gnus-group.el (gnus-group-catchup-current):
20460         Change if-then-else-if-then-else into cond.
20461         (gnus-group-catchup): Indent.
20462         (group-name-at-point): New function.
20463         (gnus-fetch-group): Provide default from thing at point.
20464
20465 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20466
20467         * message.el (message-display-abbrev): Fix regexp.
20468
20469         * ecomplete.el (ecomplete-highlight-match-line):
20470         Reimplement choosing.
20471         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20472         dead variables.
20473
20474         * message.el (message-newline-and-indent): Remove debugging.
20475         (message-display-abbrev): Use new implementation.
20476
20477 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20478
20479         * gnus-art.el (gnus-article-mode):
20480         Set cursor-in-non-selected-windows to nil.
20481
20482         * smiley.el: Revert previous change.
20483         (smiley-data-directory): defvar it before using it in the
20484         defcustom of `smiley-style'.
20485
20486 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20487
20488         * message.el (message-newline-and-indent): New function.
20489
20490         * ecomplete.el: Implement more bits.
20491
20492         * message.el (message-put-addresses-in-ecomplete): Clean up the
20493         string.
20494
20495         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20496
20497         * gnus-sum.el (gnus-summary-save-parts):
20498         Bind gnus-summary-save-parts-counter and use it to make unique file
20499         names.
20500
20501         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20502
20503         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20504         parameter to say whether to actually parse the individual
20505         addresses.
20506
20507         * message.el (message-put-addresses-in-ecomplete): New function.
20508         (ecomplete): Require.
20509         (message-mail-alias-type): Add ecomplete as an option.
20510
20511 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20512
20513         * flow-fill.el (fill-flowed): Remove trailing space from blank
20514         quoted lines.
20515
20516 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20517
20518         * smiley.el (smiley-style): Move definition later to avoid a
20519         compilation warning.
20520
20521 2006-04-12  Kenichi Handa  <handa@m17n.org>
20522
20523         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20524         buffer and then decode the buffer text if necessary.
20525         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20526         first, and after mm-encode-body, change the buffer to unibyte.
20527         Use mm-disable-multibyte instead of set-buffer-multibyte.
20528
20529 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20530
20531         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20532         Content-Type header instead of Content-Disposition header.
20533         (gnus-mime-inline-part): Ditto.
20534         (gnus-mime-view-part-as-charset): Ignore charset that the part
20535         specifies.
20536
20537         * mm-decode.el (mm-display-part): Work with external parts and
20538         usual parts similarly.
20539
20540         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20541         instead of gnus-display-mime.
20542
20543         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20544         instead of with-temp-buffer.
20545
20546         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20547         tag to summarized topics part in order to encode non-ASCII text.
20548
20549 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20550
20551         * smiley.el (smiley-style): New variable.
20552         (smiley-directory): New function.
20553         (smiley-data-directory): Derive from `smiley-style' using
20554         `smiley-directory'.
20555         (smiley-regexp-alist): Add new entries.
20556
20557         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20558         (gnus-article-browse-delete-temp): Add :version.
20559
20560 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20561
20562         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20563         the sieve region.
20564
20565 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20566
20567         * gnus.el (gnus-version-number): Bump version.
20568
20569 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20570
20571         * gnus.el: No Gnus v0.4 is released.
20572
20573 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20574
20575         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20576         layout.
20577
20578         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20579         unknown charset.
20580
20581         * message.el (message-header-synonyms): Add Original-To to the
20582         default.
20583
20584         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20585         optional parameter.
20586
20587 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20588
20589         * gnus-fun.el (gnus): Require it for gnus-directory.
20590
20591 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20592
20593         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20594
20595 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20596
20597         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20598
20599 2006-04-05  Simon Josefsson  <jas@extundo.com>
20600
20601         * password.el (password-reset): New function.
20602
20603 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20604
20605         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20606         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20607
20608 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20609
20610         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20611         Some whitespace was matched into the url, which broke browsing hits
20612         > 100 when mm-url-use-external was nil.
20613
20614 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20615
20616         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20617         Check gnus-extra-headers for 'Newsgroups.
20618
20619         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20620         bound.
20621
20622 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20623
20624         * pgg-gpg.el: Clean up process buffers every time gpg processes
20625         complete.
20626
20627 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20628
20629         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20630         doc string.
20631
20632 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20633
20634         * pgg-gpg.el (pgg-gpg-process-filter)
20635         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20636
20637         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20638         lines, temporary fix.
20639
20640 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20641
20642         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20643
20644 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20645
20646         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20647         default-enable-multibyte-characters.  This reverts the change from
20648         revision 6.17 which is no longer necessary because the passphrase
20649         is sent separately now.  GnuPG messages are unreadable under
20650         multibyte locales with default-enable-multibyte-characters set to
20651         nil.
20652
20653 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20654
20655         * message.el (message-tool-bar-gnome): Move "spell".
20656
20657 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20658
20659         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20660         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20661         instead.
20662
20663 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20664
20665         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20666         Improve newsgroups handling for NNTP overviews which don't include
20667         Newsgroups.
20668
20669 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20670
20671         * message.el (message-resend): Bind message-generate-hashcash to nil.
20672
20673 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20674
20675         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20676         when searching for already-paid recipients.
20677
20678 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20679
20680         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20681         passphrases when it is not needed.
20682         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20683         passphrase stuff from gpg, should only be necessary when you use
20684         gpg with a smartcard.
20685
20686 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20687
20688         * mml.el (mml-insert-mime): Ignore cached contents of
20689         message/external-body part.
20690
20691         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20692         (mm-insert-part): Ditto.
20693
20694 2006-03-23  Simon Josefsson  <jas@extundo.com>
20695
20696         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20697         Reiner.
20698         (pgg-gpg-use-agent-p): Use it again.
20699
20700 2006-03-23  Simon Josefsson  <jas@extundo.com>
20701
20702         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20703         older emacsen.
20704         (pgg-gpg-use-agent-p): Don't use it.
20705
20706 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20707
20708         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20709         if we can.
20710
20711 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20712
20713         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20714         (pgg-gpg-update-agent): New function.
20715         (pgg-gpg-use-agent-p): New function.
20716         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20717         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20718         (pgg-gpg-sign-region): Use it.
20719
20720 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20721
20722         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20723         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20724
20725 2006-03-21  Simon Josefsson  <jas@extundo.com>
20726
20727         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20728         <wilde@sha-bang.de>.
20729         (pgg-gpg-use-agent): New variable.
20730         (pgg-gpg-process-region): Use it.
20731         (pgg-gpg-encrypt-region): Likewise.
20732         (pgg-gpg-encrypt-symmetric-region): Likewise.
20733         (pgg-gpg-decrypt-region): Likewise.
20734         (pgg-gpg-sign-region): Likewise.
20735         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20736
20737 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20738
20739         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20740
20741         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20742         Add comment on version.
20743
20744 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20745
20746         * smiley.el: Add missing test smiley.
20747
20748 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20749
20750         * mm-decode.el (mm-with-part): New macro.
20751         (mm-get-part): Use it; work with message/external-body as well.
20752         (mm-save-part): Treat name and filename equally.
20753
20754         * mm-extern.el (mm-extern-cache-contents): New function.
20755         (mm-inline-external-body): Use it; force the part to be displayed;
20756         move undisplayer added to the cached handle to the parent.
20757
20758         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20759         (gnus-mime-view-part-as-type): Work with message/external-body.
20760
20761         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20762
20763 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20764
20765         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20766         images in image-load-path.  [Sync with image.el, revision 1.60, in
20767         Emacs.]
20768
20769 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20770
20771         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20772         path rather than symbol.  Always return list of directories.
20773         Guarantee that image directory comes first.  [Sync with image.el,
20774         revision 1.59, in Emacs.]
20775
20776         * message.el (message-make-tool-bar): Adjust to new API of
20777         `gmm-image-load-path-for-library'.
20778
20779         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20780
20781         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20782
20783 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20784
20785         * gnus-art.el (gnus-article-only-boring-p):
20786         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20787         intangible text.
20788         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20789
20790 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20791
20792         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20793         Use `defun' instead of `gmm-defun-compat'.
20794
20795 2006-03-14  Simon Josefsson  <jas@extundo.com>
20796
20797         * message.el (message-unique-id): Don't use message-number-base36
20798         if (user-uid) is a float.
20799         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20800
20801 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20802
20803         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20804
20805         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20806         empty line between a part and a message part.
20807
20808 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20809
20810         * smiley.el: Add more test smileys.
20811         (smiley-data-directory, smiley-regexp-alist)
20812         (gnus-smiley-file-types): Fix doc strings.
20813         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20814         adding new elements.
20815         (smiley-mouse-map): Unused code.  Make it a comment.
20816
20817 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20818
20819         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20820         scan latest NoCeM messages instead of old ones.
20821         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20822         delimiters that are recently used.
20823         (gnus-nocem-load-cache): Add autoload cookie.
20824
20825         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20826
20827         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20828         level which is larger than gnus-use-nocem is specified.
20829
20830         * gnus-group.el (gnus-group-get-new-news): Ditto.
20831
20832 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20833
20834         * gnus-util.el (gnus-tool-bar-update): New function.
20835
20836         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20837         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20838
20839         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20840
20841         * gnus-group.el (gnus-group-redraw-when-idle)
20842         (gnus-group-redraw-check): Remove.
20843         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20844
20845 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20846
20847         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20848         if optional last element is specified in splits (FIELD VALUE...).
20849
20850 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20851
20852         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20853         to gmm-image-load-path-for-library.  Call with no-error argument.
20854         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20855
20856         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20857
20858         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20859
20860         * gmm-utils.el (gmm-image-load-path): Remove alias.
20861
20862 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20863
20864         * gmm-utils.el (gmm-image-load-path): Add alias.
20865
20866         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20867         nnml-generate-nov-databases-1.
20868         (nnml-generate-nov-databases): Use it.
20869         (nnml-generate-nov-databases-directory): Document no-active
20870         argument.
20871
20872         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20873         directory if path is t.  Add no-error.
20874
20875         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20876         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20877
20878         * gnus-art.el (gnus-article-browse-delete-temp-files):
20879         Simplify resetting gnus-article-browse-html-temp-list.
20880
20881         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20882         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20883         Add example to docstring.  Rename local variables.  Move error
20884         checks to default case in cond and simplify.
20885
20886 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20887
20888         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20889         handle is multipart when calling it recursively.
20890         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20891
20892 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20893
20894         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20895         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20896
20897 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20898
20899         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20900         is loaded.
20901
20902         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20903         loaded.
20904
20905 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20906
20907         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20908         to "Emacs 23 (unicode)" in doc string.
20909
20910         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20911         "Emacs 23 (unicode)" in comment.
20912
20913 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20914
20915         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20916
20917         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20918         characters 160 through 255 in Emacs 23.
20919
20920 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20921
20922         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20923         gnus-article-browse-html-temp.
20924         (gnus-article-browse-delete-temp): Make it customizable.
20925         Add `file'.  Adjust doc string.
20926         (gnus-article-browse-delete-temp-files): Add argument.
20927         Allow query for each file.  Adjust doc string.
20928         (gnus-article-browse-html-parts):
20929         Add `gnus-article-browse-delete-temp-files' to
20930         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20931
20932 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20933
20934         * gnus-art.el (gnus-article-browse-html-temp)
20935         (gnus-article-browse-delete-temp): New variables.
20936         (gnus-article-browse-delete-temp-files): New function.
20937         (gnus-article-browse-html-parts): Use it.
20938
20939 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20940
20941         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20942
20943         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20944         string.
20945
20946         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20947         gnus-summary-insert-new-articles when unplugged.
20948         Remove gnus-summary-search-article-forward.
20949
20950         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20951         display-visual-class instead of display-color-cells.
20952
20953 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20954
20955         * dgnushack.el: Autoload customize-group for XEmacs.
20956
20957         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20958         message/* containing non-ASCII text properly.
20959
20960 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20961
20962         * message.el: Require gmm-utils, remove autoloads.
20963         (message-tool-bar): Set default based on
20964         gmm-tool-bar-style.
20965         (message-tool-bar-gnome): Add gmm-customize-mode.
20966
20967         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20968         gmm-tool-bar-style.
20969         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20970
20971         * gnus-group.el (gnus-group-tool-bar): Set default based on
20972         gmm-tool-bar-style.
20973         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20974
20975         * gmm-utils.el (gmm-image-directory): Rename variable from
20976         gmm-image-load-path.
20977         (gmm-image-load-path): Use gmm-image-directory.
20978         (gmm-customize-mode): New function.
20979         (gmm-tool-bar-style): New variable.
20980
20981         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20982         gnus-group-redraw-line-number.
20983         (gnus-group-redraw-check): Simplify.
20984         (gnus-group-tool-bar-update): Remove redraw check.
20985         (gnus-group-make-tool-bar): Add redraw check.
20986
20987 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20988
20989         * gnus-art.el (gnus-button): Add missing parentheses.
20990
20991 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20992
20993         * lpath.el: Fbind line-number-at-pos.
20994
20995 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20996
20997         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20998
20999 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21000
21001         * gnus-art.el (gnus-button): New face.
21002         (gnus-article-button-face): Use it.
21003
21004         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21005         Add gnus-summary-next-page.  Re-order.
21006
21007         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
21008         next-node are now included.
21009         (gnus-group-redraw-line-number): New internal variable.
21010         (gnus-group-redraw-check): Helper function for updating the tool
21011         bar.
21012         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
21013
21014         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
21015
21016         * spam.el (spam-spamassassin-score-regexp): New internal variable.
21017         (spam-extra-header-to-number, spam-check-spamassassin-headers):
21018         Use it to match format of Spamassassin 3.0 and later.
21019         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
21020         (spam-check-bogofilter)
21021         (spam-bogofilter-register-with-bogofilter): Fix args of
21022         `gnus-error' calls.
21023
21024 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21025
21026         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
21027         unnecessary interaction when sending queued mails.
21028         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
21029
21030 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
21031
21032         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
21033         first or last are nil.
21034
21035 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
21036
21037         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21038
21039 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21040
21041         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
21042
21043 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21044
21045         * dns.el (query-dns): Protect more against buggy tcp output.
21046
21047 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21048
21049         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
21050         nov.php.
21051
21052 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21053
21054         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
21055         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
21056         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
21057         output on the server side.
21058         (nnweb-google-create-mapping): Update regexps and add some
21059         progress indication.
21060
21061 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21062
21063         * gnus-group.el (gnus-group-tool-bar-gnome):
21064         Fix gnus-agent-toggle-plugged.  Re-order icons.
21065         (gnus-group-tool-bar-gnome):
21066         Add gnus-group-{prev,next}-unread-group.
21067         (gnus-group-tool-bar-gnome): Re-order icons.
21068
21069         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21070         Move gnus-summary-insert-new-articles.
21071
21072         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21073         Fix comments.
21074
21075         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21076         also available in Emacs 21.3.
21077
21078         * message.el (message-fix-before-sending): Change "Emacs 22" to
21079         "Emacs 23 (unicode)" in comment.
21080
21081         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21082         "Emacs 23 (unicode)" in comment.
21083
21084         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21085         comment.
21086         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21087
21088         * mm-view.el (mm-fill-flowed): Add :version.
21089
21090 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21091
21092         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21093         and load-path.
21094
21095 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21096
21097         * message.el: Autoload gmm-image-load-path.
21098         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21099         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21100         consitency.
21101
21102         * gmm-utils.el (gmm-image-load-path): Also search in
21103         "../etc/images".  Don't set gmm-image-load-path if we don't find
21104         the image.
21105
21106 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21107
21108         * gmm-utils.el (gmm-image-load-path): Don't make
21109         `gmm-image-load-path' include subdirectories which the second arg
21110         `image' might specify.
21111
21112         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21113         subdirectory to icon file names.
21114
21115         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21116
21117 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21118
21119         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21120         gmm-image-load-path calls.
21121
21122         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21123
21124         * message.el (message-make-tool-bar): Ditto.
21125
21126         * mml.el (mml-preview): Add comment concerning tool bar icons.
21127
21128         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21129         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21130
21131         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21132         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21133
21134         * message.el (message-tool-bar-gnome): Use new icon names.
21135         (message-make-tool-bar): Use `gmm-image-load-path'.
21136
21137         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21138         New functions from MH-E.
21139         (gmm-image-load-path): New variable from MH-E.
21140         (gmm-image-load-path): New function from MH-E.  Add arguments
21141         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21142         *-image-load-path-called-flag.
21143
21144 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21145
21146         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21147
21148 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21149
21150         * nnimap.el (nnimap-request-move-article): Change folder back to
21151         source group before deleting.
21152
21153 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21154
21155         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21156
21157         * gnus-art.el (mm-url-insert-file-contents-external):
21158         Autoload mm-url.
21159
21160         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21161
21162 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21163
21164         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21165         coding system which mm-charset-to-coding-system returns for a
21166         given charset is valid.
21167
21168 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21169
21170         * html2text.el (html2text-remove-tag-list):
21171         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21172
21173 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21174
21175         * gnus-cus.el: Revert 2005-10-17 change.
21176
21177 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21178
21179         * gnus-art.el (article-strip-banner):
21180         Call article-really-strip-banner only when the regexp match is made.
21181
21182 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21183
21184         * gnus-art.el (article-strip-banner):
21185         Use gnus-extract-address-components instead of
21186         mail-header-parse-addresses to make it work with non-ASCII text;
21187         remove mail-encode-encoded-word-string.
21188
21189         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21190         values which are surrounded with \"...\"; make it never cause a
21191         Lisp error; give up parsing of parameters if it failed in
21192         extracting type.
21193
21194 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21195
21196         * smime.el (smime-cert-by-ldap-1): Fix bug where
21197         `smime-ldap-search' returns results without userCertificates.
21198
21199 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21200
21201         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21202
21203 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21204
21205         * spam.el (spam-check-spamassassin-headers): Adapt format for
21206         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21207         <ari@mbf.ocn.ne.jp>.
21208         (spam-list-of-processors): Add spam-use-gmane.
21209
21210 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21211
21212         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21213         make-temp-file; make it work with XEmacs as well.
21214
21215         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21216         mm-make-temp-file.
21217
21218         * mm-decode.el (mm-display-external): Use the 3rd arg of
21219         mm-make-temp-file.
21220         (mm-create-image-xemacs): Ditto.
21221
21222 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21223
21224         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21225         with message-narrow-to-headers.
21226         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21227         (gnus-draft-check-draft-articles): New function.
21228         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21229
21230 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21231
21232         * gnus-art.el (gnus-article-browse-html-parts):
21233         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21234         Don't use suffix argument for mm-make-temp-file for Emacs 21
21235         compatibility.  Remove useless `format'.
21236
21237 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21238
21239         * nnweb.el (nnweb-google-wash-article): Update regexps.
21240         (nnweb-group-alist): Use defvoo instead of defvar.
21241
21242 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21243
21244         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21245         re-loading nn* modules.
21246
21247 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21248
21249         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21250         for `tool-bar-mode' and don't check it's default-value.
21251
21252         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21253
21254         * message.el (message-make-tool-bar): Ditto.
21255
21256         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21257         `substring'.  Shorten tmp-file name.
21258
21259         * gnus.el: Remove bogus comment.
21260
21261 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21262
21263         * gnus-art.el (gnus-article-browse-html-parts): New function.
21264         (gnus-article-browse-html-article): New function for viewing html
21265         articles with a browser.
21266
21267 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21268
21269         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21270         in elisp.
21271         (pgg-gpg-encrypt-symmetric-region): Ditto.
21272         (pgg-gpg-sign-region): Ditto.
21273
21274         * pgg-def.el (pgg-text-mode): New variable.
21275
21276         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21277         (mml2015-pgg-encrypt): Ditto.
21278
21279         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21280         (mml1991-pgg-encrypt): Ditto.
21281
21282 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21283
21284         * nnfolder.el (nnfolder-insert-newsgroup-line):
21285         Use message-make-date instead of current-time-string.
21286
21287         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21288         to gnus-decoded which mm-uu might set.
21289
21290 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21291
21292         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21293         don't decode quoted parameters; remove misimported Emacs code.
21294         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21295         (rfc2231-decode-encoded-string): Don't use split-string which
21296         behaves differently according to Emacs version; use
21297         mm-decode-coding-region to convert charset to coding-system.
21298         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21299         (rfc2231-encode-string): Remove misimported Emacs code.
21300
21301 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21302
21303         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21304         when calling mail-header-parse-content-type.
21305         (article-de-quoted-unreadable): Ditto.
21306         (article-de-base64-unreadable): Ditto.
21307         (article-wash-html): Ditto.
21308
21309         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21310         calling mail-header-parse-content-type and
21311         mail-header-parse-content-disposition.
21312         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21313         mail-header-parse-content-type.
21314
21315         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21316         insert charset and format parameters; encode description after
21317         inserting it to buffer.
21318         (mml-insert-parameter): Fold lines properly even if a parameter is
21319         segmented into two or more lines; change the max column to 76.
21320
21321         * rfc1843.el (rfc1843-decode-article-body): Don't use
21322         ignore-errors when calling mail-header-parse-content-type.
21323
21324         * rfc2231.el (rfc2231-parse-string): Return at least type if
21325         possible; don't cause an error even if it fails in parsing of
21326         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21327         (rfc2231-encode-string): Don't break lines at the beginning, leave
21328         it to mml-insert-parameter.
21329
21330         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21331         calling mail-header-parse-content-type.
21332
21333 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21334
21335         * spam-report.el (spam-report-gmane-use-article-number):
21336         Improve doc string.
21337         (spam-report-gmane-internal): Check if a suitable header was found
21338         in the article.
21339
21340 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21341
21342         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21343         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21344
21345 2006-02-05  Romain Francoise  <romain@orebokech.com>
21346
21347         Update copyright notices of all files in the gnus directory.
21348
21349 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21350
21351         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21352
21353 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21354
21355         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21356         segmented lines of parameter value to cope with Thunderbird 1.5
21357         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21358         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21359         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21360
21361 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21362
21363         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21364         parts.
21365
21366 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21367
21368         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21369         there's only one active file for all servers.
21370         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21371         solid groups.  Gnus might have used a FAST request to select the group.
21372         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21373         and nnweb-search redundantly in the active file.
21374         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21375         (nnweb-request-create-group): Don't use ARGS.
21376         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21377         initializations.  Let nnoo do the work.
21378
21379 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21380
21381         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21382         Say the part has been decoded.
21383
21384         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21385
21386 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21387
21388         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21389         mailcap-viewer-test-cache when there's no 'test clause, since that
21390         will invert the meaning of a "nil" test previously determined by
21391         mailcap-mailcap-entry-passes-test.
21392
21393 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21394
21395         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21396         compiling.
21397
21398         * gnus-sum.el: Ditto.
21399
21400         * message.el: Don't bind tool-bar-map when compiling.
21401
21402 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21403
21404         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21405
21406 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21407
21408         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21409         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21410         current Google Groups.
21411
21412 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21413
21414         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21415         and tool-bar-mode.
21416
21417         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21418         and tool-bar-mode.
21419
21420         * message.el (message-tool-bar-update): Simplify.
21421         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21422
21423         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21424         gnus-summary-buffer.
21425         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21426         gnus-summary-reply.
21427
21428         * gmm-utils.el (gmm): Add :version.
21429
21430 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21431
21432         * Makefile.in (clean): New rule.
21433         (distclean): Use it.
21434
21435 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21436
21437         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21438         Don't autoload.
21439
21440 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21441
21442         * gmm-utils.el (gmm-verbose): Add :group.
21443
21444 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21445
21446         * message.el: Change some comments WRT tool-bars.
21447
21448         * gnus-sum.el (gnus-summary-tool-bar)
21449         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21450         (gnus-summary-tool-bar-zap-list): New variables.
21451         (gnus-summary-make-tool-bar): Complete rewrite using
21452         `gmm-tool-bar-from-list'.
21453
21454         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21455         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21456         New variables.
21457         (gnus-group-make-tool-bar): Complete rewrite using
21458         `gmm-tool-bar-from-list'.
21459         (gnus-group-tool-bar-update): New function.
21460
21461         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21462
21463 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21464
21465         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21466         is dissected into a single part of which the type is the same as
21467         the given one; decode charset.
21468
21469 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21470
21471         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21472         into alists as symbol not string, since that's what
21473         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21474         look for.
21475
21476 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21477
21478         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21479         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21480
21481         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21482
21483 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21484
21485         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21486         (gnus-xmas-mime-security-button-menu): New function.
21487
21488         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21489         (gnus-mime-security-button-menu): New definition.
21490         (gnus-mime-security-button-map): Use them.
21491         (gnus-mime-security-button-menu): New function.
21492         (gnus-insert-mime-security-button): Addition to help echo.
21493         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21494         (gnus-mime-security-pipe-part): New functions.
21495
21496         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21497         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21498
21499         * mm-decode.el (mm-handle-set-disposition): Remove.
21500         (mm-handle-set-description): Remove.
21501
21502 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21503
21504         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21505         (mm-w3m-standalone-supports-m17n-p): New function.
21506         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21507         w3m usage.
21508
21509         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21510         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21511
21512 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21513
21514         * message.el (message-tool-bar-zap-list):
21515         Use gmm-tool-bar-zap-list as custom type.
21516         (message-tool-bar-update): New function.
21517         (message-tool-bar, message-tool-bar-gnome)
21518         (message-tool-bar-retro): Add message-tool-bar-update.
21519         (message-tool-bar-gnome): Add flyspell-buffer.
21520
21521         * gnus-util.el (gnus-error): Describe `args'.
21522
21523         * gmm-utils.el (gmm-error): Describe `args'.
21524         (gmm-tool-bar-zap-list): New widget.
21525         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21526
21527 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21528
21529         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21530         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21531         the number of recursive calls.
21532
21533         * mm-decode.el (mm-handle-set-disposition): New macro.
21534         (mm-handle-set-description): New macro.
21535
21536 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21537
21538         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21539         encoding.
21540
21541 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21542
21543         * message.el (message-tool-bar-zap-list, message-tool-bar)
21544         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21545         (message-tool-bar-local-item-from-menu): Remove.
21546         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21547         (message-make-tool-bar): New function.
21548         (message-mode): Use `message-make-tool-bar'.
21549
21550         * gmm-utils.el: New file.
21551         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21552         (gmm-lazy): New widget copied from `nnmail.el'.
21553         (gmm-tool-bar-from-list): New function for creating customizable
21554         tool bars.
21555         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21556         output.
21557         (gmm): Add :prefix to defgroup.
21558
21559 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21560
21561         * gmm-utils.el (gmm-widget-p): New function.
21562
21563 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21564
21565         * mml.el (mml-attach-file): Describe `description' in doc string.
21566         (mml-menu): Add Emacs MIME manual and PGG manual.
21567
21568 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21569
21570         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21571
21572 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21573
21574         * nntp.el (nntp-end-of-line): Doc fix.
21575
21576 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21577
21578         * imap.el (imap-open): Handle case where buffer is a buffer
21579         object.
21580
21581 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21582
21583         * gnus-delay.el (gnus-delay): Don't autoload.
21584         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21585         to be re-loaded when customizing the `gnus-delay' group.
21586
21587 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21588
21589         * message.el (message-insert-citation-line): Use newlines.
21590
21591 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21592
21593         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21594         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21595         these routines, so the passphrase can be managed externally and
21596         passed in to the system.
21597         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21598         pgg-add-passphrase-to-cache function.
21599
21600         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21601         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21602         these routines, so the passphrase can be managed externally and
21603         passed in to the system.
21604         (pgg-pgp5-sign-region): Use new name of
21605         pgg-add-passphrase-to-cache function.
21606
21607 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21608
21609         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21610         part of the decoded armor to find the key-identifier.
21611         (pgg-gpg-lookup-key-owner): New function to return the
21612         human-readable identifier of a key owner.
21613         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21614         itself.
21615         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21616         the key value) if we have a key and can match it against a secret
21617         key.  Also, added a note pointing out fact that the prompt only
21618         indicates the first matching key.
21619
21620         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21621         pgg-decrypt-region.
21622         (pgg-add-passphrase-to-cache): Rename from
21623         `pgg-add-passphrase-cache' to reduce confusion (all callers
21624         changed).
21625         (pgg-remove-passphrase-from-cache): Rename from
21626         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21627         changed).
21628         (pgg-read-passphrase, pgg-add-passphrase-cache)
21629         (pgg-remove-passphrase-cache): Add informative docstrings.
21630         (pgg-decrypt): Convey provided passphrase in subordinate call to
21631         pgg-decrypt-region.
21632
21633 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21634
21635         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21636         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21637         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21638         'passphrase' argument, so the passphrase can be managed externally
21639         and then passed in to the system.
21640
21641         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21642         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21643         so the passphrase cache can be used reliably with identifiers
21644         besides a pgp packet's key id.
21645
21646         * pgg-gpg.el (pgg-gpg-encrypt-region)
21647         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21648         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21649         these routines, so the passphrase can be managed externally and
21650         passed in to the system.
21651
21652         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21653         'notruncate' argument, so the passphrase cache can be used
21654         reliably with identifiers besides a pgp packet's key id.
21655
21656 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21657
21658         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21659         symmetric encryption.
21660         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21661         encrypted session key.
21662         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21663         message ask for the passphrase in a proper way.
21664
21665         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21666         New user commands for symmetric encryption.
21667
21668 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21669
21670         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21671
21672         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21673
21674 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21675
21676         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21677
21678 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21679
21680         * mm-decode.el (mm-inlined-types): Add application/pgp.
21681         (mm-automatic-display): Ditto.
21682
21683         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21684         part as text.
21685
21686 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21687
21688         * nnrss.el: Update copyright.
21689         (nnrss-opml-import): Query whether to subscribe to each entry.
21690
21691         * gnus-art.el:
21692         * gnus-sum.el:
21693         * gnus-xmas.el:
21694         * messagexmas.el:
21695         * mm-uu.el:
21696         * mm-view.el: Update copyright.
21697
21698 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21699
21700         * message.el (message-info): New function.
21701         (message-mode-menu): Add it.
21702         Update copyright.
21703
21704         * ChangeLog: Fix and update copyright.
21705
21706 2006-01-13  Romain Francoise  <romain@orebokech.com>
21707
21708         * message.el (message-forward-subject-name-subject): Prefer the
21709         address to 'nowhere' if the sender has no name.
21710         Fix typo.  Update copyright year.
21711
21712 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21713
21714         * gnus-art.el (article-wash-html):
21715         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21716         (gnus-article-wash-html-with-w3m-standalone): New function.
21717
21718         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21719         mm-inline-text-html-render-with-w3m-standalone.
21720         (mm-text-html-washer-alist): Map w3m-standalone to
21721         gnus-article-wash-html-with-w3m-standalone.
21722         (mm-inline-text-html-render-with-w3m-standalone): New function.
21723
21724 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21725
21726         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21727         Improve LaTeX.
21728
21729 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21730
21731         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21732         (nnrss-request-article): Render text/plain parts as HTML.
21733
21734         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21735         the buffer.
21736
21737 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21738
21739         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21740         custom definition of `gnus-posting-styles'.
21741
21742         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21743         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21744
21745 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21746
21747         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21748         Use nntp for bug archive.
21749
21750 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21751
21752         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21753         parts.
21754         (nnrss-normalize-date): New function converts ISO 8601 date into
21755         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21756         (nnrss-check-group): Use it.
21757
21758 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21759
21760         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21761
21762         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21763         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21764         (nnrss-insert-w3): Ditto.
21765
21766 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21767
21768         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21769         the articles to be forwarded including the case where neither a
21770         number of articles nor a region is specified.
21771
21772 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21773
21774         * nnrss.el (nnrss-request-article): Fix last change; fill
21775         text/plain parts.
21776
21777 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21778
21779         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21780         in text/plain part.
21781         (nnrss-check-group): Don't add excessive newline to dc:subject.
21782
21783 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21784
21785         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21786         article.
21787
21788 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21789
21790         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21791         (nnml-use-compressed-files, nnml-save-mail): Support other
21792         comression programs such as bzip2.
21793
21794 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21795
21796         * dns.el (query-dns): Make sure we check the buffer size before
21797         removing tcp headers.
21798
21799 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21800
21801         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21802         remove MIME buttons associated with multipart/alternative parts.
21803         (gnus-mime-display-alternative): Tag buttons using `article-type'
21804         text property.
21805
21806         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21807         associated with multipart/alternative parts.
21808
21809         * gnus-art.el (gnus-signature-separator): Fix custom type.
21810
21811         * mm-decode.el (mm-inlined-types): Fix custom type.
21812         (mm-keep-viewer-alive-types): Ditto.
21813         (mm-automatic-display): Ditto.
21814         (mm-attachment-override-types): Ditto.
21815         (mm-inline-override-types): Ditto.
21816         (mm-automatic-external-display): Ditto.
21817
21818 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21819
21820         * spam-report.el (spam-report-user-mail-address)
21821         (spam-report-user-agent): New variables.
21822         (spam-report-url-ping-plain): Use spam-report-user-agent.
21823
21824 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21825
21826         * gnus-art.el (gnus-button-handle-custom): Do not just use
21827         `customize-apropos' for any "M-x customize-*" button but the
21828         function called for.  Accept both the function name and its
21829         argument in order to achieve this.
21830         (gnus-button-alist): Remove support for "custom:" URL's.
21831         Pass function name to `gnus-button-handle-custom' in case of "M-x
21832         customize-*" buttons.
21833
21834 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21835
21836         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21837         multipart/alternative and add xref to mm-discouraged-alternatives
21838         in doc string.
21839
21840         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21841         gnus-buttonized-mime-types in doc string.
21842
21843 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21844
21845         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21846         Suggest image/.* in the doc string.
21847
21848 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21849
21850         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21851         message-marks (Debian bug#342521).
21852
21853 2005-12-12  Simon Josefsson  <jas@extundo.com>
21854
21855         * password.el (password-read-from-cache): Add.
21856         (password-read): Use it.
21857
21858 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21859
21860         * rfc2047.el (rfc2047-charset-to-coding-system):
21861         Recognize us-ascii as a MIME charset.
21862
21863         * mm-bodies.el (mm-decode-content-transfer-encoding):
21864         Protect against the case where the 2nd arg TYPE is nil.
21865
21866 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21867
21868         * pop3.el (pop3-stream-type): Fix custom version.
21869
21870         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21871
21872 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21873
21874         * mm-decode.el (mm-display-external): Add missing cdr.
21875
21876 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21877
21878         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21879         RFC1524) if it is in mailcap or add a suffix according to
21880         mailcap-mime-extensions when generating a temp filename; postpone
21881         deleting a temp file for 2 seconds for some wrappers, shell
21882         scripts, and so on, which might exit right after having started a
21883         viewer command as a background job.
21884
21885 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21886
21887         * nntp.el (nntp-marks-directory): Fix custom group.
21888
21889         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21890         steps when < 10.
21891
21892         * gnus-start.el (gnus-no-server-1):
21893         Mention `gnus-level-default-subscribed' in doc string.
21894
21895 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21896
21897         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21898         parens.
21899
21900 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21901
21902         * gnus-xmas.el (gnus-use-toolbar): Revert.
21903         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21904         gnus-use-toolbar is default.
21905
21906         * messagexmas.el (message-use-toolbar): Revert.
21907         (message-setup-toolbar): Use global default-toolbar if
21908         message-use-toolbar is default.
21909
21910 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21911
21912         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21913         according to default-toolbar-visible-p.
21914
21915         * messagexmas.el (message-use-toolbar): Ditto.
21916
21917 2005-11-26  Dave Love  <fx@gnu.org>
21918
21919         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21920         (tls-program, tls-success): Provide openssl alternative.
21921
21922         * starttls.el: Doc fixes.
21923         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21924         SERVICE to PORT.
21925
21926         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21927         port null or service name.
21928         (starttls-negotiate): Autoload.
21929
21930 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21931
21932         * message.el (message-kill-to-signature): Fix interactive spec.
21933
21934 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21935
21936         * pop3.el (pop3-open-server): Recognize a string as a service name.
21937
21938 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21939
21940         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21941
21942 2005-11-23  Dave Love  <fx@gnu.org>
21943
21944         Add pop3s, pop3/starttls.
21945
21946         * pop3.el (pop3-authentication-scheme): Clarify doc.
21947         (open-tls-stream, starttls-open-stream): Autoload.
21948         (pop3-stream-type): New.
21949         (pop3-open-server): Use it.
21950
21951         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21952         for POP.
21953         (mail-source-keyword-map): Add :stream for POP.
21954         (mail-source-fetch-pop): Use pop3-stream-type.
21955
21956 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21957
21958         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21959         of current-time-string.
21960
21961 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21962
21963         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21964         date header.
21965
21966 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21967
21968         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21969         it can seriously impact performance as it bypasses the agent's
21970         local caches.
21971
21972 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21973
21974         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21975         must be explicitly online rather than "not explicitly offline" for
21976         its flags to be synchronized.
21977
21978         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21979         that gnus-uu-unmark-thread will function correctly.
21980
21981         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21982         1024K is instead displayed as 1M.
21983
21984 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21985
21986         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21987
21988 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21989
21990         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21991
21992 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21993
21994         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21995         error message to display actual error condition.
21996         (gnus-agent-save-local): Avoid saving symbols that are bound to
21997         nil as they simply result in a warning message in
21998         gnus-agent-read-local.
21999
22000 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22001
22002         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
22003         rather than make-variable-buffer-local for file-precious-flag.
22004
22005 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22006
22007         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
22008         for duplicates which are removed.  The invalid sort check then
22009         triggers a rescan after the sort as sorting may have moved
22010         duplicate entries such that they can be cheaply detected.
22011
22012 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22013
22014         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
22015
22016 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22017
22018         * gnus-agent.el (gnus-agent-article-alist-save-format):
22019         Change internal variable to a custom variable.  Change default value
22020         from compressed(2) to uncompressed(1).
22021         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
22022         support for uncompressed agentview files.  Taken together, reading
22023         the agentview file should now be 6-7 times faster.
22024
22025 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
22026
22027         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
22028         as a buffer-local variable.  This avoids creating truncated
22029         dribble files as a result of a hang up, eg.
22030
22031 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
22032
22033         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
22034         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
22035         XEmacs.
22036
22037 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22038
22039         * gnus-start.el (gnus-start-draft-setup):
22040         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
22041
22042         * gnus.el (gnus-splash): Change custom group.
22043         (gnus-group-get-parameter, gnus-group-parameter-value):
22044         Describe allow-list argument.
22045
22046         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
22047         string.
22048
22049 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22050
22051         * gnus-art.el (gnus-default-article-saver): Add user-defined
22052         `function' to custom type.
22053
22054 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22055
22056         * imap.el (imap-open): Handle case where buffer is a buffer
22057         object.
22058
22059 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22060
22061         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22062         long lines.
22063         (gnus-cache-delete-group): Wrap doc strings.
22064
22065         * gnus-agent.el (gnus-agent-rename-group)
22066         (gnus-agent-delete-group): Wrap doc strings.
22067
22068 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22069
22070         * messagexmas.el (message-use-toolbar): Change the valid values
22071         into default, top, bottom, left, and right.
22072         (message-toolbar-thickness): New variable.
22073         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22074         well.
22075         (message-setup-toolbar): Make it work.
22076
22077         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22078         (gnus-use-toolbar): Change the valid values into default, top,
22079         bottom, left, and right.
22080         (gnus-toolbar-thickness): New variable.
22081         (gnus-xmas-setup-toolbar): New function.
22082         (gnus-xmas-setup-group-toolbar): Use it.
22083         (gnus-xmas-setup-summary-toolbar): Use it.
22084
22085 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22086
22087         * gnus-start.el (gnus-1): Add "native" to
22088         gnus-predefined-server-alist.
22089
22090         * gnus.el (gnus-method-to-server): Don't add "native" to the
22091         lists here, because that leads to problems when
22092         gnus-select-method is bound.
22093
22094 2005-11-09  Simon Josefsson  <jas@extundo.com>
22095
22096         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22097         use (not sort-by-date) instead.
22098
22099 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22100
22101         * gnus-delay.el (gnus-delay-group): Don't autoload.
22102         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22103         to be re-loaded when customizing the `gnus-delay' group.
22104
22105 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22106
22107         * message.el: Revert last changes.
22108         (message-insert-citation-line): Use newlines.
22109
22110 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22111
22112         * message.el (message-courtesy-message)
22113         (message-mark-insert-begin, message-mark-insert-end)
22114         (message-elide-ellipsis, message-cancel-message)
22115         (message-add-header, message-change-subject)
22116         (message-cross-post-followup-to-header)
22117         (message-cross-post-insert-note, message-reduce-to-to-cc)
22118         (message-widen-reply, message-delete-not-region)
22119         (message-kill-to-signature, message-insert-signature)
22120         (message-insert-importance-high, message-insert-importance-low)
22121         (message-insert-or-toggle-importance)
22122         (message-insert-disposition-notification-to)
22123         (message-indent-citation, message-yank-original)
22124         (message-cite-original-without-signature, message-cite-original)
22125         (message-insert-citation-line, message-position-on-field)
22126         (message-fix-before-sending, message-send-mail-partially)
22127         (message-send-mail, message-send-mail-with-sendmail)
22128         (message-send-mail-with-qmail, message-send-news)
22129         (message-check-news-header-syntax, message-generate-headers)
22130         (message-insert-courtesy-copy, message-fill-address)
22131         (message-fill-header, message-shorten-references)
22132         (message-setup-1, message-cancel-news)
22133         (message-forward-make-body-plain, message-forward-make-body-mime)
22134         (message-forward-make-body-mml, message-encode-message-body)
22135         (message-forward-make-body-digest-plain)
22136         (message-forward-make-body-digest-mime)
22137         (message-use-alternative-email-as-from): Insert `hard-newline'
22138         instead of ordinary newlines.
22139
22140 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22141
22142         * message.el (message-generate-headers): Downcase the argument
22143         given to message-check-element.
22144
22145 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22146
22147         * nntp.el (nntp-authinfo-rejected): New error condition.
22148         (nntp-wait-for): Use new error condition to signal authentication
22149         error.
22150         (nntp-retrieve-data): Rethrow new error condition to break out of
22151         recursive call to nntp-send-authinfo.
22152
22153 2005-11-08  Romain Francoise  <romain@orebokech.com>
22154
22155         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22156         (gnus-summary-exit-map): Bind to `Z p'.
22157         (gnus-summary-make-menu-bar): Add menu item.
22158
22159 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22160
22161         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22162         (gnus-treat-*): Add `first' in all doc strings.
22163
22164         * gnus-group.el (gnus-group-compact-group): Fix typo.
22165
22166 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22167
22168         * gnus.el (gnus-parameters-case-fold-search): New variable.
22169         (gnus-parameters-get-parameter): Use it.
22170
22171         * gnus-score.el (gnus-home-score-file): Doc fix.
22172
22173 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22174
22175         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22176
22177 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22178
22179         * mm-util.el (mm-special-display-p): New function.
22180
22181         * mml.el (mml-preview): Use it; doc fix.
22182
22183 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22184
22185         * imap.el (imap-open): Handle case where buffer is a buffer object.
22186
22187 2005-10-29  Romain Francoise  <romain@orebokech.com>
22188
22189         * message.el (message-fix-before-sending): Fix comment.
22190
22191 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22192
22193         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22194
22195 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22196
22197         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22198         Used in gnus-score.el.
22199
22200 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22201
22202         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22203
22204 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22205
22206         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22207         whitespace removed in revision 7.8.  Use concatenated string to
22208         protect trailing whitespace.
22209
22210 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22211
22212         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22213         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22214         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22215         Courier IMAP ("some version from 2004").  Mostly based on similar
22216         code in the same function.
22217
22218 2005-10-26  Didier Verna  <didier@xemacs.org>
22219
22220         * gnus-group.el (gnus-group-compact-group): Invalidate original
22221         article buffer.
22222         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22223         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22224         NOV database and in article itself.
22225         Invalidate article backlog.
22226
22227 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22228
22229         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22230
22231 2005-10-26  Simon Josefsson  <jas@extundo.com>
22232
22233         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22234         part of 2004-07-25 change.
22235
22236 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22237
22238         * message.el (message-display-completion-list): New function.
22239         (message-expand-group): Use it; make sure the Completions buffer
22240         is modifiable.
22241 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22242
22243         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22244         user-mail-name is an empty string.
22245
22246 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22247
22248         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22249         depending on gnus-score-decay-constant.
22250
22251         * encrypt.el (encrypt-insert-file-contents)
22252         (encrypt-write-file-contents): Don't use `gnus-message'.
22253
22254         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22255         arguments.
22256         (mm-uu-type-alist): Add message-marks and insert-marks.
22257         Pass arguments to mm-uu-verbatim-marks-extract.
22258         (mm-uu-hide-markers): New variable.
22259         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22260
22261         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22262         (gnus-convert-image-to-face-command): Use "convert" by default to
22263         allow other input image formats.
22264         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22265         accordingly.
22266
22267 2005-10-23  Simon Josefsson  <jas@extundo.com>
22268
22269         * imap.el (imap-gssapi-program): Align command line parameters
22270         with latest GNU SASL.
22271         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22272
22273 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22274
22275         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22276         HTML.
22277         (nnslashdot-request-article): Ditto.
22278
22279         * lpath.el (featurep): Add nobreak-char-display.
22280
22281 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22282
22283         * mail-source.el (mail-source-fetch-pop): Require pop3.
22284         (mail-source-check-pop): Ditto.
22285
22286 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22287
22288         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22289         errors.
22290
22291 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22292
22293         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22294         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22295
22296         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22297
22298         * mm-bodies.el (mm-decode-string):
22299         Call `mm-charset-to-coding-system' with allow-override argument.
22300
22301 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22302
22303         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22304         (rfc2047-charset-to-coding-system): New function.
22305         (rfc2047-decode-encoded-words): New function.
22306         (rfc2047-decode-region): Use them.
22307         (rfc2047-decode-cte): Remove.
22308         (rfc2047-parse-and-decode): Remove.
22309         (rfc2047-decode): Remove.
22310
22311 2005-10-15  Kenichi Handa  <handa@m17n.org>
22312
22313         * rfc2047.el (rfc2047-decode-cte): New function.
22314         (rfc2047-decode-region): Change the way to decode successive
22315         encoded-words: decode B- or Q-encoding in each encoded-word,
22316         concatenate them, and decode it as charset.
22317
22318 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22319
22320         * lpath.el: Fbind codepage-setup for XEmacs.
22321
22322 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22323
22324         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22325         widget-move-and-invoke.
22326         (gnus-custom-mode): Use gnus-custom-map.
22327
22328 2005-10-15  Bill Wohler  <wohler@newt.com>
22329
22330         * message.el (message-tool-bar-map): Rename image file from
22331         mail_send to mail/send.
22332
22333 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22334
22335         * message.el (message-expand-group): Pass the common
22336         prefix substring of completion to `display-completion-list'.
22337
22338 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22339
22340         * mml-sec.el (mml-secure-method): New internal variable.
22341         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22342         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22343         New functions using mml-secure-method.
22344
22345         * mml.el (mml-mode-map): Add key bindings for those functions.
22346         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22347         Harder <harder@myrealbox.com>.
22348         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22349         Goto end of message if point is the headers of the message.
22350
22351         * message.el (message-in-body-p): New function.
22352
22353         * assistant.el: Autoload gnus-util and netrc.
22354
22355         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22356         Use `mm-charset-override-alist' only when decoding.
22357
22358         * mm-bodies.el (mm-decode-body):
22359         Call `mm-charset-to-coding-system' with allow-override argument.
22360
22361         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22362         `filename' from Content-Disposition if Content-Type doesn't
22363         provide `name'.
22364         (gnus-mime-view-part-as-type): Set default instead of
22365         initial-input.
22366
22367 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22368
22369         * format-spec.el (format-spec): Propagate text properties of % spec.
22370
22371 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22372
22373         * gnus-art.el (gnus-treat-predicate): Add `first'.
22374
22375 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22376
22377         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22378         (mm-charset-override-alist): New variable.
22379         (mm-charset-to-coding-system): Use it.
22380         (mm-codepage-setup): New helper function.
22381         (mm-charset-eval-alist): New variable.
22382         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22383         Warn about unknown charsets.
22384
22385         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22386
22387 2005-10-04  David Hansen  <david.hansen@gmx.net>
22388
22389         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22390         (nnrss-check-group): Ditto.
22391
22392 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22393
22394         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22395         Rename x-gnus-verbatim to x-verbatim.
22396         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22397
22398         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22399         x-verbatim.
22400
22401         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22402
22403         * gnus-util.el (gnus-remove-duplicates): Remove.
22404
22405         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22406         instead of gnus-remove-duplicates.
22407
22408         * message.el (message-remove-duplicates): Remove.
22409         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22410         message-remove-duplicates.
22411
22412         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22413         available, else use implementation from `delete-dups'.
22414
22415         * message.el (message-insert-expires): New function.
22416         (message-mode-map): Add key binding.
22417         (message-mode-field-menu): Add menu entry.
22418         (message-mode): Document it.
22419         (message-make-expires-date): Use `message-make-date'.
22420
22421 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22422
22423         * message.el (message-make-expires-date): New function.
22424
22425 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22426
22427         * Makefile.in (list-installed-shadows): New entry.
22428         (install): Use it.
22429         (remove-installed-shadows): New entry.
22430
22431         * dgnushack.el (dgnushack-default-load-path): New variable.
22432         (dgnushack-find-lisp-shadows): New function.
22433         (dgnushack-remove-lisp-shadows): New function.
22434
22435 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22436
22437         * Makefile.in (install-el-elc): New entry.
22438         (install): Use it so that .el files are necessarily installed.
22439
22440 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22441
22442         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22443
22444 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22445
22446         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22447         function rather than the diff-mode.el package.
22448         (mm-display-external): Use with-current-buffer.
22449         (mm-viewer-completion-map, mm-viewer-completion-map):
22450         Move initialization inside declaration.
22451
22452 2005-09-29  Simon Josefsson  <jas@extundo.com>
22453
22454         * spam.el: Load hashcash when compiling, to avoid warnings.
22455         Don't autoload mail-check-payment.
22456         (spam-check-hashcash): Define unconditionally, since hashcash.el
22457         is part of Gnus now.  Ignore errors from payment checking.
22458
22459 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22460
22461         * message.el (message-bold-region, message-unbold-region):
22462         Rename from `bold-region' and `unbold-region'.
22463
22464         * message.el: Remove useless autoloads.
22465
22466 2005-09-28  Simon Josefsson  <jas@extundo.com>
22467
22468         * message.el (message-use-idna): Default to t.
22469         (message-use-idna): Test whether encoding works too.  Doc fix.
22470
22471 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22472
22473         * nntp.el (nntp-warn-about-losing-connection): Remove.
22474
22475 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22476
22477         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22478         customizable.  Change default value.
22479         (mm-uu-diff-groups-regexp): Change default value.
22480         (mm-uu-type-alist): Add doc string.
22481         (mm-uu-configure): Add doc string.  Make it interactive.
22482         (mm-uu-tex-groups-regexp): New variable.
22483         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22484         (mm-uu-type-alist): Add LaTeX documents.
22485         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22486         of "text/verbatim".
22487         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22488
22489         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22490         instead of "text/verbatim".
22491
22492         * message.el (message-mark-inserted-region)
22493         (message-mark-insert-file): Use slrn style marks when called with
22494         prefix argument.
22495
22496 2005-09-27  Simon Josefsson  <jas@extundo.com>
22497
22498         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22499
22500 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22501
22502         * message.el (message-remove-duplicates): New function.
22503         Implementation borrowed from `gnus-remove-duplicates'.
22504         (message-idna-to-ascii-rhs): Also encode idna addresses in
22505         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22506         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22507         only ask about the same idna domain once per header and also tell
22508         in what header to replace the idna domain.
22509
22510         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22511         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22512         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22513         a header is decoded and not just the last one.
22514
22515 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22516
22517         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22518         has been decoded.
22519
22520         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22521         (mm-insert-part): Don't modify text if it has been decoded.
22522
22523         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22524         decoded.
22525
22526         * mm-view.el (mm-inline-text): Don't strip text props unless
22527         decoding enriched or richtext parts.
22528
22529 2005-09-25  Romain Francoise  <romain@orebokech.com>
22530
22531         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22532         * gnus-start.el (gnus-subscribe-interactively):
22533         * gnus-uu.el (gnus-uu-grab-articles):
22534         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22535         space.
22536
22537 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22538
22539         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22540         * mm-view.el (mm-view-pkcs7-decrypt):
22541         * gnus-sum.el (gnus-summary-limit-to-extra)
22542         (gnus-summary-respool-article, gnus-read-move-group-name):
22543         * gnus-score.el (gnus-summary-increase-score):
22544         * gnus-util.el (gnus-completing-read-with-default):
22545         * gnus-art.el (gnus-read-save-file-name)
22546         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22547         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22548         * message.el (message-check-news-header-syntax):
22549         Follow convention for reading with the minibuffer.
22550
22551 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22552
22553         * spam-report.el (spam-report-url-ping-plain):
22554         Use gnus-extended-version as User-Agent.
22555
22556         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22557         default value is nil.
22558
22559         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22560         (mm-uu-verbatim-marks-extract): New function.
22561         (mm-uu-extract): New face.
22562         (mm-uu-copy-to-buffer): Use it.
22563
22564         * spam-report.el (spam-report-gmane-ham): Rename from
22565         `spam-report-gmane-unspam'.
22566         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22567         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22568
22569         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22570         Autoload.
22571         (spam-report-gmane-unregister-routine):
22572         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22573
22574 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22575
22576         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22577         (spam-report-gmane-unregister-routine): Add support for gmane
22578         unregistration.
22579
22580         * spam-report.el (spam-report-gmane-unspam)
22581         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22582         (spam-report-gmane): Change to take a single article and do unspam
22583         registration.
22584
22585 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22586
22587         * mm-url.el (mm-url-decode-entities): Fix regexp.
22588
22589 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22590
22591         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22592         default to nil, to be able to use Gnus at all.  If the default
22593         switches to something else, then the function should be fixed not
22594         be exceedingly slow.
22595
22596 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22597
22598         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22599         fail hard.
22600
22601         * spam-report.el: Add better Keywords line.
22602
22603         * spam.el: Add Maintainer and better Keywords line.
22604
22605 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22606
22607         * gnus-art.el (gnus-article-replace-part)
22608         (gnus-mime-replace-part): New functions.
22609         (gnus-mime-action-alist, gnus-mime-button-commands)
22610         (gnus-mime-save-part-and-strip): Add file argument.
22611         (gnus-article-part-wrapper): Add interactive argument.
22612
22613         * gnus-sum.el (gnus-summary-mime-map):
22614         Add `gnus-article-replace-part'.
22615
22616 2005-09-19  Didier Verna  <didier@xemacs.org>
22617
22618         The nnml compaction feature:
22619         * nnml.el (nnml-request-compact-group): New function.
22620         * nnml.el (nnml-request-compact): New function.
22621         * gnus-int.el (gnus-request-compact-group): New function.
22622         * gnus-int.el (gnus-request-compact): New function.
22623         * gnus-group.el (gnus-group-compact-group): New function.
22624         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22625         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22626         * gnus-srvr.el (gnus-server-compact-server): New function.
22627         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22628         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22629
22630 2005-09-18  Deepak Goel  <deego@gnufans.org>
22631
22632         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22633         format spec.
22634
22635 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22636
22637         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22638
22639 2005-09-15  Romain Francoise  <romain@orebokech.com>
22640
22641         * message.el (message-fill-paragraph): Clarify docstring.
22642
22643 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22644
22645         * gnus-art.el (gnus-mime-display-part): Protect against broken
22646         MIME messages.
22647
22648 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22649
22650         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22651         before parsing header.
22652
22653 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22654
22655         * html2text.el (html2text-replace-list): Add new entities.
22656
22657 2005-09-11  Romain Francoise  <romain@orebokech.com>
22658
22659         * message.el (message-alternative-emails): Improve docstring.
22660         (message-setup-1): Call `message-use-alternative-email-as-from'
22661         after `message-setup-hook' to give it precedence over posting
22662         styles, etc.
22663         (message-use-alternative-email-as-from): Add docstring.
22664         Remove the original From header if present.
22665
22666         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22667         (nnml-save-mail): Use it.
22668
22669         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22670         articles.  Add new argument `silent'.
22671         (gnus-uu-mark-all): Report the total number of marked articles.
22672
22673 2005-09-10  Romain Francoise  <romain@orebokech.com>
22674
22675         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22676         (gnus-uu-mark-series): Likewise.
22677
22678 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22679
22680         * spam-report.el (spam-report-gmane): Fix generation of spam
22681         report URL.
22682
22683 2005-09-10  Simon Josefsson  <jas@extundo.com>
22684
22685         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22686         t, based on discussion on the ding list with Robert Epprecht
22687         <epprecht@solnet.ch>.
22688
22689 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22690
22691         * spam-report.el (spam-report-gmane): Make it work without
22692         X-Report-Spam header.  Gmane now only provides Archived-At.
22693         This is only used if `spam-report-gmane-use-article-number' is nil.
22694         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22695
22696         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22697         make `gnus-summary-sort-by-recipient' work with threading.
22698
22699         * nnweb.el (nnweb-google-wash-article): Print a message if article
22700         is not available.
22701
22702 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22703
22704         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22705         change.  Decode text/* parts content before displaying.
22706
22707 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22708
22709         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22710
22711 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22712
22713         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22714
22715         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22716         url-package-name, url-package-version,
22717         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22718         w3m-display-inline-images, and w3m-minor-mode-map.
22719
22720 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22721
22722         * message.el (message-tab-body-function): Fix mismatched custom type.
22723
22724         * gnus.el (gnus-group-change-level-function): Ditto.
22725
22726         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22727
22728         * gnus-art.el (gnus-signature-limit)
22729         (gnus-article-mime-part-function): Ditto.
22730
22731 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22732
22733         * mml.el (mml-mode): Silence the byte compiler.
22734
22735         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22736         using `(sit-for 0)' before moving the point to the specified part;
22737         skip unbuttonized parts.
22738         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22739         return to the summary window if gnus-auto-select-part is non-nil.
22740
22741 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22742
22743         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22744         New variables.
22745         (mml-dnd-attach-file, mml-mode): Use them.
22746
22747         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22748         Make fetching article by MID work again for Google Groups.
22749         Add FIXME concerning gnus-group-make-web-group.
22750
22751         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22752         Don't depend on Gnus by using mail-extract-address-components if
22753         gnus-extract-address-components is not bound.
22754
22755 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22756
22757         * gnus-art.el (gnus-mime-display-security): Don't display the
22758         signature, but only the signed part.
22759
22760 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22761
22762         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22763
22764         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22765         list, not listp.
22766
22767 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22768
22769         * mm-encode.el (mm-encode-content-transfer-encoding):
22770         Likewise when encoding.
22771
22772         * mm-bodies.el (mm-decode-content-transfer-encoding):
22773         De-canonicalize CRLF for all text content types, not just
22774         text/plain.
22775
22776 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22777
22778         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22779         valid article; point arrow and cursor at the MIME button.
22780
22781 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22782
22783         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22784         Suggested by Dan Christensen <jdc@uwo.ca>.
22785
22786         * mm-decode.el (mm-save-part): Enable change of prompt.
22787
22788 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22789
22790         * gnus-msg.el (gnus-inews-add-send-actions):
22791         Make `message-post-method' lambda parameter ARG `&optional'.
22792
22793 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22794
22795         * gnus-sum.el (gnus-summary-mime-map):
22796         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22797         gnus-article-jump-to-part.
22798
22799         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22800         (gnus-article-edit-part): Use it.
22801         (gnus-article-part-wrapper): Add no-handle argument.
22802         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22803         New functions.
22804
22805 2005-08-29  Romain Francoise  <romain@orebokech.com>
22806
22807         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22808         docstring.
22809         (gnus-face-from-file): Likewise.
22810
22811 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22812
22813         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22814         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22815         non-nil.
22816         (gnus-auto-select-part): New variable.
22817         (gnus-article-jump-to-part): New function.
22818         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22819         (gnus-mime-delete-part): Allow selecting specified part after
22820         deleting or stripping parts.
22821         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22822         part if argument is bogus.
22823
22824 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22825
22826         * gnus-art.el (w3m-minor-mode-map):
22827         * gnus-spec.el (gnus-newsrc-file-version):
22828         * gnus-util.el (nnmail-active-file-coding-system)
22829         (gnus-original-article-buffer, gnus-user-agent):
22830         * gnus.el (gnus-ham-process-destinations)
22831         (gnus-parameter-ham-marks-alist)
22832         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22833         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22834         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22835         * mm-decode.el (gnus-current-window-configuration):
22836         * mm-extern.el (gnus-article-mime-handles):
22837         * mm-url.el (url-current-object, url-package-name)
22838         (url-package-version):
22839         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22840         (smime-keys, w3m-cid-retrieve-function-alist)
22841         (w3m-current-buffer, w3m-display-inline-images)
22842         (w3m-minor-mode-map):
22843         * mml-smime.el (gnus-extract-address-components):
22844         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22845         (gnus-newsrc-hashtb, message-default-charset)
22846         (message-deletable-headers, message-options)
22847         (message-posting-charset, message-required-mail-headers)
22848         (message-required-news-headers):
22849         * mml1991.el (mc-pgp-always-sign):
22850         * mml2015.el (mc-pgp-always-sign):
22851         * nnheader.el (nnmail-extra-headers):
22852         * rfc1843.el (gnus-decode-encoded-word-function)
22853         (gnus-decode-header-function, gnus-newsgroup-name):
22854         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22855
22856 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22857
22858         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22859         the end of the date treatments.
22860
22861 2005-08-15  Simon Josefsson  <jas@extundo.com>
22862
22863         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22864         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22865         Capello and Romain Francoise.
22866         (pgg-fetch-key-function): Remove, not used?
22867         (pgg-insert-url-with-w3): Require url, to get
22868         url-insert-file-contents regardless of where it is defined.
22869
22870 2005-08-13  Romain Francoise  <romain@orebokech.com>
22871
22872         * message.el (message-cite-original-1): New function.
22873         (message-cite-original): Use it.
22874         (message-cite-original-without-signature): Ditto.
22875
22876 2005-08-08  Romain Francoise  <romain@orebokech.com>
22877
22878         * message.el (message-yank-empty-prefix): New variable.
22879         (message-indent-citation): Use it.
22880         (message-cite-original-without-signature): Respect X-No-Archive.
22881
22882 2005-08-08  Simon Josefsson  <jas@extundo.com>
22883
22884         * pgg.el: Autoload url-insert-file-contents instead of loading
22885         w3/url.
22886         (pgg-insert-url-with-w3): Don't load url here.
22887
22888 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22889
22890         * message.el (message-kill-to-signature): Don't insert newline at
22891         bol.
22892         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22893
22894 2005-08-06  Romain Francoise  <romain@orebokech.com>
22895
22896         * message.el (message-user-fqdn): Fix typo in docstring.
22897
22898 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22899
22900         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22901
22902         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22903
22904 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22905
22906         * mm-bodies.el (mm-encode-body): Use coding system rather than
22907         charset to encode text.
22908
22909         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22910         number of charsets if utf-8 is available (XEmacs).
22911
22912 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22913
22914         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22915         taken from `gnus-button-mid-or-mail-regexp'.
22916         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22917         (gnus-button-alist): Improve regexp for domain part of the MIDs
22918         for news:localpart@domain buttons.
22919         (gnus-button-ctan-directory-regexp): Update.
22920
22921 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22922
22923         * sieve-manage.el (sieve-manage-interactive-login):
22924         Use make-local-variable rather than make-variable-buffer-local.
22925         (sieve-manage-open): Ditto.
22926         (sieve-manage-authenticate): Ditto.
22927
22928         * mml.el (mml-generate-mime-1): Make the content type default to
22929         text/plain if the filename is not specified.
22930
22931 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22932
22933         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22934         instead of insert-buffer.
22935
22936         * message.el (message-yank-original): Ditto; set the mark at the
22937         end of the yanked message.
22938
22939 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22940
22941         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22942         lines to scroll rather than to stop it.
22943
22944         * mml.el (mml-generate-default-type): Add doc string.
22945         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22946         default to application/octet-stream when determining the content
22947         type if it is not specified for the part or the mml contents; add
22948         a comment about mml-generate-default-type.
22949
22950 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22951
22952         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22953         make it default to application/octet-stream when determining the
22954         content type if it is not specified for the external contents.
22955
22956 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22957
22958         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22959         segmented parameter but also other parameters might be there.
22960
22961 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22962
22963         * mm-decode.el (mm-display-external): Delete temp file, directory
22964         and buffer immediately if the external process is exited.
22965
22966 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22967
22968         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22969         fewer lines than that of scroll-margin.
22970         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22971
22972 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22973
22974         * gnus-art.el (gnus-article-next-page): Revert.
22975         (gnus-article-beginning-of-window): New macro.
22976         (gnus-article-next-page-1): Use it.
22977         (gnus-article-prev-page): Ditto.
22978         (gnus-article-edit-part): Use insert-buffer-substring instead of
22979         insert-buffer.
22980         (gnus-article-edit-exit): Ditto.
22981
22982         * gnus-util.el (gnus-beginning-of-window): Remove.
22983         (gnus-end-of-window): Remove.
22984
22985         * lpath.el: Don't bind header-line-format and scroll-margin.
22986
22987 2005-07-25  Simon Josefsson  <jas@extundo.com>
22988
22989         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22990         to have the url package without w3.  Reported by Daiki Ueno
22991         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22992
22993 2005-07-20  Didier Verna  <didier@xemacs.org>
22994
22995         * gnus-diary.el: Remove the description comment (nndiary is now
22996         properly documented in the Gnus manual).
22997         Fix the spelling of "Back End".
22998         * nndiary.el: Ditto.
22999         Fix the copyright notice.
23000
23001 2005-07-18  Romain Francoise  <romain@orebokech.com>
23002
23003         * gnus-sum.el (gnus-summary-to-prefix)
23004         (gnus-summary-newsgroup-prefix): New variables.
23005         (gnus-summary-from-or-to-or-newsgroups): Use them.
23006
23007 2005-07-17  Romain Francoise  <romain@orebokech.com>
23008
23009         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
23010         space as it's generally not especially interesting to the user.
23011
23012 2005-07-16  Romain Francoise  <romain@orebokech.com>
23013
23014         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
23015         nil to avoid prompting and file modification if one of the
23016         messages at the top of the nnfolder file contains a copyright
23017         notice.
23018         Update copyright notice.
23019
23020         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
23021         instead of `current-time-string' as the latter creates a time
23022         string that is not RFC 2822 compliant (it lacks the zone).
23023         Update copyright notice.
23024
23025 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23026
23027         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
23028         for text/rtf.  Display default in prompt.  Pass default for M-n.
23029
23030         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
23031
23032 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23033
23034         * gnus-msg.el (gnus-button-mailto):
23035         Remove save-selected-window-window hackery because it relies on
23036         save-selected-window internals.
23037
23038 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23039
23040         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
23041         (gnus-article-next-page-1): Use gnus-beginning-of-window.
23042         (gnus-article-prev-page): Ditto.
23043
23044         * gnus-util.el (gnus-beginning-of-window): New function.
23045         (gnus-end-of-window): New function.
23046
23047         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
23048
23049 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
23050
23051         * gnus-score.el (gnus-score-edit-all-score):
23052         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
23053         gnus-message.
23054
23055 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23056
23057         * gnus-msg.el (gnus-button-mailto):
23058         Remove save-selected-window-window hackery because it relies on
23059         save-selected-window internals.
23060
23061 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23062
23063         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23064         add-minor-mode.
23065         (gnus-binary-mode): Ditto.
23066
23067         * gnus-topic.el (gnus-topic-mode): Ditto.
23068
23069 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23070
23071         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23072         (gnus-article-prev-page): Take scroll-margin into consideration.
23073
23074 2005-07-04  Lute Kamstra  <lute@gnu.org>
23075
23076         Update FSF's address in GPL notices.
23077
23078 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23079
23080         * gnus.el (gnus-exit):
23081         * gnus-group.el (gnus-group-icons):
23082         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23083
23084         * gnus-nocem.el (gnus-nocem):
23085         * message.el (message-various, message-buffers, message-sending)
23086         (message-interface, message-forwarding, message-insertion)
23087         (message-headers, message-news, message-mail):
23088         * pgg-gpg.el (pgg-gpg):
23089         * pgg-parse.el (pgg-parse):
23090         * pgg-pgp.el (pgg-pgp):
23091         * pgg-pgp5.el (pgg-pgp5):
23092         * pop3.el (pop3): Finish `defgroup' description with period.
23093
23094 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23095
23096         * gnus-art.el (article-display-face): Improve the efficiency.
23097         (article-display-x-face): Ditto; remove gray x-face stuff.
23098
23099 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23100
23101         * gnus-art.el (article-display-face): Correct the position in
23102         which Faces are inserted.
23103
23104 2005-06-29  Didier Verna  <didier@xemacs.org>
23105
23106         * gnus-art.el (article-display-face): Display faces in correct
23107         order.
23108
23109 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23110
23111         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23112         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23113         (gnus-nocem-check-article): Fetch the Type header.
23114         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23115         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23116         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23117         make sure gnus-nocem-hashtb is initialized.
23118         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23119         (gnus-nocem-unwanted-article-p): Ditto.
23120
23121         * pgg.el (pgg-verify): Return the verification result.
23122
23123 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23124
23125         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23126         is ascii.
23127
23128 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23129
23130         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23131         `show-nonbreak-escape'.
23132
23133 2005-06-23  Lute Kamstra  <lute@gnu.org>
23134
23135         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23136
23137         * dig.el (dig-mode):
23138         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23139
23140 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23141
23142         * nnimap.el (nnimap-split-download-body): Fix spellings.
23143
23144 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23145
23146         * gnus-art.el (gnus-article-encrypt-body):
23147         * gnus-cus.el (gnus-score-customize):
23148         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23149         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23150
23151 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23152
23153         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23154         header by looking for magic "MII" at the beginning.
23155
23156 2005-06-16  Miles Bader  <miles@gnu.org>
23157
23158         * gnus-xmas.el (gnus-xmas-group-startup-message):
23159         Use renamed gnus-splash face.
23160
23161         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23162         (assistant-field-face): New backward-compatibility alias for renamed
23163         face.
23164         (assistant-render-text): Use renamed assistant-field face.
23165
23166         * spam.el (spam): Remove "-face" suffix from face name.
23167         (spam-face): New backward-compatibility alias for renamed face.
23168         (spam-face, spam-initialize): Use renamed spam face.
23169
23170         * message.el (message-header-to, message-header-cc)
23171         (message-header-subject, message-header-newsgroups)
23172         (message-header-other, message-header-name)
23173         (message-header-xheader, message-separator, message-cited-text)
23174         (message-mml): Remove "-face" suffix from face names.
23175         (message-header-to-face, message-header-cc-face)
23176         (message-header-subject-face, message-header-newsgroups-face)
23177         (message-header-other-face, message-header-name-face)
23178         (message-header-xheader-face, message-separator-face)
23179         (message-cited-text-face, message-mml-face):
23180         New backward-compatibility aliases for renamed faces.
23181         (message-font-lock-keywords): Use renamed message faces.
23182
23183         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23184         (sieve-test-commands, sieve-tagged-arguments):
23185         Remove "-face" suffix from face names.
23186         (sieve-control-commands-face, sieve-action-commands-face)
23187         (sieve-test-commands-face, sieve-tagged-arguments-face):
23188         New backward-compatibility aliases for renamed faces.
23189         (sieve-control-commands-face, sieve-action-commands-face)
23190         (sieve-test-commands-face, sieve-tagged-arguments-face):
23191         Use renamed sieve faces.
23192
23193         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23194         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23195         (gnus-group-news-3-empty, gnus-group-news-4)
23196         (gnus-group-news-4-empty, gnus-group-news-5)
23197         (gnus-group-news-5-empty, gnus-group-news-6)
23198         (gnus-group-news-6-empty, gnus-group-news-low)
23199         (gnus-group-news-low-empty, gnus-group-mail-1)
23200         (gnus-group-mail-1-empty, gnus-group-mail-2)
23201         (gnus-group-mail-2-empty, gnus-group-mail-3)
23202         (gnus-group-mail-3-empty, gnus-group-mail-low)
23203         (gnus-group-mail-low-empty, gnus-summary-selected)
23204         (gnus-summary-cancelled, gnus-summary-high-ticked)
23205         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23206         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23207         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23208         (gnus-summary-low-undownloaded)
23209         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23210         (gnus-summary-low-unread, gnus-summary-normal-unread)
23211         (gnus-summary-high-read, gnus-summary-low-read)
23212         (gnus-summary-normal-read, gnus-splash):
23213         Remove "-face" suffix from face names.
23214         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23215         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23216         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23217         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23218         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23219         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23220         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23221         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23222         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23223         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23224         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23225         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23226         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23227         (gnus-summary-normal-ticked-face)
23228         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23229         (gnus-summary-normal-ancient-face)
23230         (gnus-summary-high-undownloaded-face)
23231         (gnus-summary-low-undownloaded-face)
23232         (gnus-summary-normal-undownloaded-face)
23233         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23234         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23235         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23236         (gnus-splash-face):
23237         New backward-compatibility aliases for renamed faces.
23238         (gnus-group-startup-message): Use renamed gnus faces.
23239
23240         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23241         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23242         (gnus-server-agent): Remove "-face" suffix from face names.
23243         (gnus-server-agent-face, gnus-server-opened-face)
23244         (gnus-server-closed-face, gnus-server-denied-face)
23245         (gnus-server-offline-face):
23246         New backward-compatibility aliases for renamed faces.
23247         (gnus-server-agent-face, gnus-server-opened-face)
23248         (gnus-server-closed-face, gnus-server-denied-face)
23249         (gnus-server-offline-face): Use renamed gnus faces.
23250
23251         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23252         Remove "-face" suffix from face names.
23253         (gnus-picon-xbm-face, gnus-picon-face):
23254         New backward-compatibility aliases for renamed faces.
23255
23256         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23257         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23258         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23259         (gnus-cite-11): Remove "-face" suffix from face names.
23260         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23261         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23262         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23263         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23264         New backward-compatibility aliases for renamed faces.
23265         (gnus-cite-attribution-face, gnus-cite-face-list)
23266         (gnus-article-boring-faces): Use renamed gnus faces.
23267
23268         * gnus-art.el (gnus-signature, gnus-header-from)
23269         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23270         (gnus-header-content): Remove "-face" suffix from face names.
23271         (gnus-signature-face, gnus-header-from-face)
23272         (gnus-header-subject-face, gnus-header-newsgroups-face)
23273         (gnus-header-name-face, gnus-header-content-face):
23274         New backward-compatibility aliases for renamed faces.
23275         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23276
23277         * gnus-sum.el (gnus-summary-selected-face)
23278         (gnus-summary-highlight): Use renamed gnus faces.
23279         * gnus-group.el (gnus-group-highlight): Likewise.
23280
23281 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23282
23283         * gnus-sieve.el (gnus-sieve-article-add-rule):
23284         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23285         * spam-stat.el (spam-stat-buffer-change-to-spam)
23286         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23287
23288         * message.el (message-is-yours-p):
23289         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23290
23291 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23292
23293         * mm-view.el (mm-inline-text): Withdraw the last change.
23294
23295 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23296
23297         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23298         executing enriched-decode.
23299
23300 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23301
23302         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23303         charset of tar files.
23304
23305 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23306
23307         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23308
23309 2005-06-04  Lute Kamstra  <lute@gnu.org>
23310
23311         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23312         information is never recorded.
23313
23314 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23315
23316         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23317
23318 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23319
23320         * pop3.el (pop3-apop): Run md5 in the binary mode.
23321
23322         * starttls.el (starttls-set-process-query-on-exit-flag):
23323         Use eval-and-compile.
23324
23325 2005-05-31  Simon Josefsson  <jas@extundo.com>
23326
23327         * smime.el (smime-replace-in-string): Define.
23328         (smime-cert-by-ldap-1): Use it.
23329
23330 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23331
23332         * gnus-art.el (article-display-x-face): Replace
23333         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23334
23335         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23336         set-process-query-on-exit-flag or process-kill-without-query.
23337
23338         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23339         loop instead of replace-regexp.
23340
23341         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23342         instead of process-kill-without-query if it is available.
23343
23344         * lpath.el: Fbind ldap-search-entries.
23345
23346         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23347         instead of find-file-hooks if it is available.
23348
23349         * mml1991.el: Bind pgg-default-user-id when compiling.
23350
23351         * mml2015.el: Bind pgg-default-user-id when compiling.
23352
23353         * nndraft.el (nndraft-request-associate-buffer):
23354         Use write-contents-functions instead of write-contents-hooks if it is
23355         available.
23356
23357         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23358         instead of find-file-hooks if it is available.
23359
23360         * nntp.el (nntp-open-connection): Replace
23361         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23362         (nntp-open-ssl-stream): Ditto.
23363         (nntp-open-tls-stream): Ditto.
23364
23365         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23366         set-process-query-on-exit-flag or process-kill-without-query.
23367         (starttls-open-stream-gnutls): Use it instead of
23368         process-kill-without-query.
23369         (starttls-open-stream): Ditto.
23370
23371 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23372
23373         * smime.el (smime-cert-by-ldap-1): Don't use
23374         replace-regexp-in-string.
23375
23376 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23377
23378         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23379
23380         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23381         in PEM format.  Adjust to the XEmacs compatibility.
23382
23383 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23384
23385         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23386         by `string-to-number'.
23387         * gnus-agent.el (gnus-agent-regenerate-group)
23388         (gnus-agent-fetch-articles): Ditto.
23389         * gnus-art.el (gnus-button-fetch-group): Ditto.
23390         * gnus-cache.el (gnus-cache-generate-active)
23391         (gnus-cache-articles-in-group): Ditto.
23392         * gnus-group.el (gnus-group-set-current-level)
23393         (gnus-group-insert-group-line): Ditto.
23394         * gnus-score.el (gnus-score-set-expunge-below)
23395         (gnus-score-set-mark-below, gnus-summary-score-effect)
23396         (gnus-summary-score-entry): Ditto.
23397         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23398         (gnus-soup-pack): Ditto.
23399         * gnus-spec.el (gnus-xmas-format): Ditto.
23400         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23401         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23402         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23403         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23404         * nndb.el (nndb-get-remote-expire-response): Ditto.
23405         * nndiary.el (nndiary-parse-schedule-value)
23406         (nndiary-string-to-number, nndiary-request-replace-article)
23407         (nndiary-request-article): Ditto.
23408         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23409         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23410         * nneething.el (nneething-make-head): Ditto.
23411         * nnfolder.el (nnfolder-request-article)
23412         (nnfolder-retrieve-headers): Ditto.
23413         * nnheader.el (nnheader-file-to-number): Ditto.
23414         * nnkiboze.el (nnkiboze-request-article): Ditto.
23415         * nnmail.el (nnmail-process-unix-mail-format)
23416         (nnmail-process-babyl-mail-format): Ditto.
23417         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23418         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23419         (nnmh-request-create-group, nnmh-request-list-1)
23420         (nnmh-request-group, nnmh-request-article): Ditto.
23421         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23422         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23423         * nnsoup.el (nnsoup-make-active): Ditto.
23424         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23425         * nntp.el (nntp-find-group-and-number)
23426         (nntp-retrieve-headers-with-xover): Ditto.
23427         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23428         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23429         (pgg-format-key-identifier): Ditto.
23430         * pop3.el (pop3-last, pop3-stat): Ditto.
23431         * qp.el (quoted-printable-decode-region): Ditto.
23432
23433         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23434         of concat.
23435
23436 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23437
23438         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23439
23440         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23441
23442         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23443
23444         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23445
23446         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23447
23448         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23449
23450         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23451         (gnus-carpal-mode): Ditto.
23452
23453         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23454         (gnus-browse-mode): Ditto.
23455
23456         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23457
23458         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23459
23460 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23461
23462         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23463
23464 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23465
23466         * gnus-util.el (gnus-run-mode-hooks): New function.
23467
23468         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23469
23470         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23471         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23472
23473 2005-05-27  Lute Kamstra  <lute@gnu.org>
23474
23475         * dns-mode.el (dns-mode): Specify customization group.
23476
23477 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23478
23479         * gnus-agent.el (gnus-agent-make-mode-line-string):
23480         Use mode-line-highlight as mouse-face.
23481
23482 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23483
23484         * canlock.el (canlock): Change the parent group to news.
23485
23486         * deuglify.el (gnus-outlook-deuglify): Add :group.
23487
23488         * dig.el (dig): Add :group.
23489
23490         * dns-mode.el (dns-mode): Add :group.
23491
23492         * encrypt.el (encrypt): Add :group.
23493
23494         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23495         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23496         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23497         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23498         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23499
23500         * gnus-diary.el (gnus-diary): Add :group.
23501
23502         * gnus.el (gnus-group-news-1-face): Add :group.
23503         (gnus-group-news-1-empty-face): Ditto.
23504         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23505         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23506         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23507         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23508         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23509         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23510         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23511         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23512         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23513         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23514         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23515         (gnus-summary-high-ticked-face): Ditto.
23516         (gnus-summary-low-ticked-face): Ditto.
23517         (gnus-summary-normal-ticked-face): Ditto.
23518         (gnus-summary-high-ancient-face): Ditto.
23519         (gnus-summary-low-ancient-face): Ditto.
23520         (gnus-summary-normal-ancient-face): Ditto.
23521         (gnus-summary-high-undownloaded-face): Ditto.
23522         (gnus-summary-low-undownloaded-face): Ditto.
23523         (gnus-summary-normal-undownloaded-face): Ditto.
23524         (gnus-summary-high-unread-face): Ditto.
23525         (gnus-summary-low-unread-face): Ditto.
23526         (gnus-summary-normal-unread-face): Ditto.
23527         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23528         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23529
23530         * hashcash.el (hashcash): New custom group.
23531         (hashcash-default-payment): Add :group.
23532         (hashcash-payment-alist): Ditto.
23533         (hashcash-default-accept-payment): Ditto.
23534         (hashcash-accept-resources): Ditto.
23535         (hashcash-path): Ditto.
23536         (hashcash-extra-generate-parameters): Ditto.
23537         (hashcash-double-spend-database): Ditto.
23538         (hashcash-in-news): Ditto.
23539
23540         * message.el (message-minibuffer-local-map): Add :group.
23541
23542         * netrc.el (netrc): Add :group.
23543
23544         * sieve-manage.el (sieve-manage-log): Add :group.
23545         (sieve-manage-default-user): Diito.
23546         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23547         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23548         (sieve-manage-authenticators): Ditto.
23549         (sieve-manage-authenticator-alist): Ditto.
23550         (sieve-manage-default-port): Ditto.
23551
23552         * sieve-mode.el (sieve-control-commands-face): Add :group.
23553         (sieve-action-commands-face): Ditto.
23554         (sieve-test-commands-face): Ditto.
23555         (sieve-tagged-arguments-face): Ditto.
23556
23557         * smime.el (smime): Add :group.
23558
23559         * spam-report.el (spam-report): Add :group.
23560
23561         * spam.el (spam, spam-face): Add :group.
23562
23563 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23564
23565         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23566         return \n.\n.\n at the end of articles.  Protect against that.
23567         (nntp-with-open-group): Allow debugging.
23568
23569         * nnheader.el (mail-header-set-extra): Make into a function
23570         because I just could't understand how to quote the list properly.
23571
23572         * dns.el (query-dns-cached): New function.
23573
23574 2005-05-26  Lute Kamstra  <lute@gnu.org>
23575
23576         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23577
23578 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23579
23580         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23581
23582         * gnus-art.el: Don't autoload mail-extract-address-components.
23583
23584         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23585         eval-and-compile to evaluate it.
23586
23587         * hashcash.el: Don't autoload executable-find.
23588
23589         * nndb.el: Don't declare the nndb back end two or more times; don't
23590         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23591
23592         * nntp.el: Autoload format-spec instead of format; use
23593         eval-and-compile to evaluate autoload forms.
23594
23595 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23596
23597         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23598
23599 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23600
23601         * gnus.el (gnus-version-number): Bump version.
23602
23603 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23604
23605         * gnus.el: No Gnus v0.3 is released.
23606
23607 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23608
23609         * lpath.el (featurep): Bind show-nonbreak-escape.
23610
23611 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23612
23613         * gnus-art.el (gnus-article-edit-part): Disable undo.
23614
23615 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23616
23617         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23618         gnus-article-date-lapsed-new-header is t if date timer is active;
23619         skip headers in which the original date value is empty.
23620         (gnus-article-save-original-date): Redefine it as a macro.
23621         (gnus-display-mime): Use it.
23622
23623 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23624
23625         * gnus-art.el (article-date-ut): Support converting date in
23626         forwarded parts as well.
23627         (gnus-article-save-original-date): New function.
23628         (gnus-display-mime): Use it.
23629
23630 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23631
23632         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23633         enclosure element of <item>.
23634
23635 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23636
23637         * message.el (message-kill-buffer-query): Rename from
23638         `message-kill-buffer-query-if-modified'.  Add :version.
23639
23640 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23641
23642         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23643         window layout.
23644
23645 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23646
23647         * mml.el: Autoload dnd when compiling.
23648
23649 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23650
23651         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23652         x-dnd-*.
23653
23654 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23655
23656         * qp.el (quoted-printable-encode-region): Save excursion.
23657
23658 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23659
23660         * message.el (message-kill-buffer-query-if-modified): Add new variable
23661         so the user can kill a modified message buffer quickly.
23662         (message-kill-buffer): Use it.
23663
23664 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23665
23666         * lpath.el: Fbind display-time-event-handler; don't fbind
23667         string-to-multibyte.
23668
23669         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23670
23671 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23672
23673         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23674         contained in text because xml.el decodes entities) with LFs.
23675
23676 2005-04-11  Lute Kamstra  <lute@gnu.org>
23677
23678         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23679         differently.
23680
23681 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23682
23683         * mm-util.el (mm-detect-coding-region): Typo.
23684
23685 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23686
23687         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23688
23689 2005-04-06  Deepak Goel  <deego@gnufans.org>
23690
23691         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23692         user-function allow user modifications of the scores.
23693         (spam-stat-score-buffer-user): New function, to allow
23694         user-computed modifications to the score.
23695         (spam-stat-score-buffer-user-functions): List of additional
23696         scoring functions.
23697         (spam-stat-error-holder): Global temporary error holder.
23698         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23699         variable.
23700
23701 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23702
23703         * gnus-registry.el (gnus-registry-clean-empty-function)
23704         (gnus-registry-trim, gnus-registry-fetch-groups)
23705         (gnus-registry-delete-group): Groups that match
23706         `gnus-registry-ignored-groups' are removed from the registry
23707         entries, not just ignored for splitting.  This helps clean up the
23708         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23709         to get all the groups a message ID is in.
23710
23711         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23712         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23713         (spam-stat-score-buffer-user-functions): Add :number custom type.
23714
23715 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23716
23717         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23718         argument in XEmacs.
23719
23720         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23721         (nnrss-request-group): Decode group name first.
23722         (nnrss-request-article): Make a text/plain article if mml-to-mime
23723         failed.
23724         (nnrss-get-encoding): Return a compatible encoding according to
23725         nnrss-compatible-encoding-alist.
23726         (nnrss-find-el): Use consp instead of listp.
23727         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23728
23729 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23730
23731         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23732         which Emacs 20 doesn't support.
23733         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23734
23735 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23736
23737         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23738         silence the byte compiler inside the defun.
23739
23740         * gnus-demon.el (parse-time-string): Add autoload.
23741
23742         * gnus-delay.el (parse-time-string): Add autoload.
23743
23744         * gnus-art.el (parse-time-string): Add autoload.
23745
23746         * nnultimate.el (parse-time): Require for `parse-time-string'.
23747
23748 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23749
23750         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23751
23752         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23753
23754         * smime.el (smime-ldap-host-list): Add :version.
23755
23756 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23757
23758         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23759         pass it to `gnus-browse-read-group'.
23760         (gnus-browse-read-group): Add NUMBER argument and pass it to
23761         `gnus-group-read-ephemeral-group'.
23762
23763         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23764         argument and pass it to `gnus-group-read-group'.
23765
23766 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23767
23768         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23769         mm-xemacs-find-mime-charset-1 if we have the mule feature
23770         available at runtime.
23771
23772 2005-03-25  Werner Lemberg  <wl@gnu.org>
23773
23774         * nnmaildir.el: Replace `illegal' with `invalid'.
23775
23776 2005-03-23  Lute Kamstra  <lute@gnu.org>
23777
23778         * time-date.el: Add comment on time value formats.
23779         Don't require parse-time.
23780         (with-decoded-time-value): New macro.
23781         (encode-time-value): New function.
23782         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23783         (days-to-time): Return a valid time value when arg is huge.
23784         (time-since): Use time-subtract.
23785         (time-to-number-of-days): Use time-to-seconds.
23786
23787 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23788
23789         * gnus-start.el (gnus-display-time-event-handler):
23790         Check display-time-timer at runtime rather than only at load time
23791         in case display-time-mode is turned off in the mean time.
23792
23793 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23794
23795         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23796         used.
23797
23798         * nneething.el (nneething-map-file-directory): Derive from
23799         `gnus-directory'.
23800
23801         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23802         the To/Cc button.
23803
23804 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23805
23806         * nnmaildir.el (nnmaildir-request-accept-article):
23807         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23808
23809 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23810
23811         * gnus-async.el: Require timer-funcs at compile time when in
23812         XEmacs for `run-with-idle-timer'.
23813
23814 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23815
23816         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23817         autoloaded function.
23818
23819 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23820
23821         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23822
23823 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23824
23825         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23826
23827 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23828
23829         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23830         Add gnus-expert-user to default.
23831
23832 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23833
23834         * nnimap.el (nnimap-open-server): Ditto.
23835
23836         * imap.el (imap-authenticate): Fix typo.
23837
23838 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23839
23840         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23841         buffer (since IMAP server might return FETCH response out of
23842         order, and the nntp buffer must be sorted).
23843
23844 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23845
23846         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23847         comparison on string.
23848
23849         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23850         (gnus-agent-score): Rename category keywords to match gnus-cus.
23851         (gnus-agent-summary-fetch-series): Modify to protect against
23852         gnus-agent-summary-fetch-group clearing processable flags.
23853         (gnus-agent-synchronize-group-flags): Update live group buffer as
23854         synchronization may occur due to the user toggle the plugged
23855         status.
23856         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23857         successfully downloaded.
23858         (gnus-agent-expire-group-1): Avoid using markers when the overview
23859         is in ascending order; greatly improves performance.
23860         (gnus-agent-regenerate-group):
23861         Use gnus-agent-synchronize-group-flags to reset read status in both
23862         gnus and server.
23863         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23864
23865 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23866
23867         * message.el: Don't autoload former message-utils variables.
23868         (message-strip-subject-trailing-was): Change doc string.
23869
23870         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23871         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23872         (nnweb-google-search): Add "hl=en" here.
23873         (nnweb-google-parse-1, nnweb-google-create-mapping):
23874         Don't hardcode URL.
23875
23876 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23877
23878         * message.el (message-get-reply-headers, message-followup):
23879         Mention related variables `message-use-followup-to' and
23880         `message-use-mail-followup-to', in the information buffer.
23881
23882         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23883         of broken groups(-beta).google.com.
23884
23885 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23886
23887         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23888         parameter to invoked gnus-request-move-article; remove the
23889         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23890         all at once instead of once per article.
23891         (gnus-summary-remove-process-mark): Accept a list of articles as
23892         well as a single article for processing.
23893
23894         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23895         parameter.
23896
23897         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23898
23899         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23900
23901         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23902         parameter.
23903
23904         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23905         parameter.
23906
23907         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23908         parameter and remove the gnus-sum-hint-move-is-internal variable.
23909
23910         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23911         parameter.
23912
23913         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23914         parameter.
23915
23916         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23917         parameter.
23918
23919         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23920
23921         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23922         parameter.
23923
23924         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23925         parameter.
23926
23927 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23928
23929         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23930         a more conservative way.
23931
23932 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23933
23934         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23935         buffer, so it moves the window's cursor.
23936
23937 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23938
23939         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23940         `mm-dissect-multipart' and receive the from field as an (optional)
23941         argument from `mm-dissect-multipart'.
23942         (mm-dissect-multipart): Receive the from field as an argument and
23943         pass it on when we call `mm-dissect-buffer' on MIME parts.
23944         Fixes verification/decryption of signed/encrypted MIME parts.
23945
23946 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23947
23948         * gnus-sum.el (gnus-summary-move-article):
23949         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23950         whatever it calls (right now, only nnimap-request-move article
23951         respects it).
23952
23953         * nnimap.el (nnimap-request-move-article):
23954         When gnus-sum-hint-move-is-internal is set, don't do the extra
23955         nnimap-request-article.
23956
23957 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23958
23959         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23960
23961         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23962         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23963
23964         * gnus-sum.el (gnus-summary-caesar-message):
23965         Apply `gnus-treat-article' after rotation.
23966
23967         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23968         doc string.
23969
23970 2005-02-22  Simon Josefsson  <jas@extundo.com>
23971
23972         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23973         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23974         <arne@arnested.dk>.
23975         (encrypt): Add password-cache and password-cache-expiry as group
23976         members.
23977
23978 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23979
23980         * smime.el (smime-ldap-host-list): Doc fix.
23981         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23982         cache) password.
23983         (smime-sign-region): Use it.
23984         (smime-decrypt-region): Use it.
23985         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23986         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23987         fails.
23988         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23989         certificate from DER to PEM format rather than calling openssl.
23990
23991         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23992
23993         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23994         for signing/encryption.
23995
23996         * mml.el (mml-parse-1): Use them.
23997
23998 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23999
24000         * nnrss.el (nnrss-verbose): Remove.
24001         (nnrss-request-group): Use `nnheader-message' instead.
24002
24003 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
24004
24005         * nnrss.el (nnrss-verbose): New variable.
24006         (nnrss-request-group): Make it say nnrss is requesting a group.
24007
24008 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
24009
24010         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
24011         Handle news URL with given port correctly.
24012
24013 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24014
24015         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
24016         containing special characters.
24017
24018         * gnus-sum.el (gnus-summary-edit-article): Ditto.
24019
24020         * mml.el (mime-to-mml): Ditto.
24021
24022         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
24023         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
24024         (rfc2047-decode-region): Quote decoded words containing special
24025         characters when rfc2047-quote-decoded-words-containing-tspecials
24026         is non-nil.
24027
24028 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
24029
24030         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
24031
24032         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
24033
24034 2005-02-15  Simon Josefsson  <jas@extundo.com>
24035
24036         * nnimap.el (nnimap-debug): Doc fix.
24037
24038         * imap.el (imap-debug): Doc fix.
24039
24040 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24041
24042         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
24043
24044 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
24045
24046         * gnus.el (spam-contents): Improve docs for spam-contents
24047         parameter in its variable incarnation.
24048
24049 2005-02-14  Simon Josefsson  <jas@extundo.com>
24050
24051         * smime-ldap.el: Use require instead of load-library for ldap.
24052         (smime-ldap-search): Indent.
24053         (smime-ldap-search-internal): Shorten line.
24054
24055         * smime.el (smime-cert-by-dns): Add doc-string.
24056         (smime-cert-by-ldap-1): Indent.
24057
24058         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
24059         mml-smime-get-dns-ldap.
24060         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24061
24062 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24063
24064         * smime.el: Require smime-ldap.
24065         (smime-ldap-host-list): New variable.
24066         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24067
24068         * mml-smime.el (mml-smime-encrypt-query): New function.
24069         (mml-smime-encrypt-query): Use it.
24070
24071         * smime-ldap.el: New file.
24072
24073 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24074
24075         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24076
24077 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24078
24079         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24080         argument in doc string.  Make query for type more clear.
24081
24082 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24083
24084         * gnus.el (gnus-group-startup-message): Search for gnus images in
24085         etc/images/gnus.
24086         * mm-util.el (mm-image-load-path): Likewise.
24087         * smiley.el (smiley-data-directory): Search for smilies in
24088         etc/images/smilies.
24089
24090 2005-02-09  Kim F. Storm  <storm@cua.dk>
24091
24092         Change Emacs release version from 21.4 to 22.1 throughout.
24093         Change Emacs development version from 21.3.50 to 22.0.50.
24094
24095 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24096
24097         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24098
24099         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24100         non-Mule XEmacs as well.
24101         (mm-decompress-buffer): Signal an error intentionally if it does
24102         not decompress compressed data because auto-compression-mode is
24103         disabled.
24104
24105 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24106
24107         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24108         an ID in the registry even if it has no groups.
24109
24110 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24111
24112         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24113         merge it into mm-decompress-buffer.
24114         (gnus-mime-copy-part): Use the MIME part charset, the value which
24115         a user specified or gnus-newsgroup-charset for decoding, like
24116         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24117         save-buffer what was used.  Suggested by Kevin Ryde
24118         <user42@zip.com.au>.
24119         (gnus-mime-inline-part): Allow the name parameter as well as the
24120         filename parameter; force decompressing of compressed data; always
24121         display contents being not decoded as unibyte.
24122
24123         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24124         as well as the filename parameter.
24125
24126         * mm-util.el (mm-decompress-buffer):
24127         Merge gnus-mime-jka-compr-maybe-uncompress.
24128         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24129         of compressed data.
24130
24131 2005-02-08  Simon Josefsson  <jas@extundo.com>
24132
24133         * imap.el (imap-log): Doc fix.
24134
24135 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24136
24137         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24138         the coding cookies; decompress compressed parts.
24139
24140         * mml.el (mml-generate-mime-1): Add the charset parameter according
24141         to the value which a user specified manually or the coding cookie.
24142
24143         * mm-util.el (mm-string-to-multibyte): New function.
24144         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24145         (mm-coding-system-to-mime-charset): New function.
24146         (mm-decompress-buffer): New function.
24147         (mm-find-buffer-file-coding-system): New function.
24148
24149         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24150         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24151         parts.
24152
24153 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24154
24155         * mm-view.el (mm-display-inline-fontify): Decode a part according
24156         to the charset parameter.
24157
24158 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24159
24160         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24161         prefix arg is neither nil nor a number, as info specifies.
24162
24163 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24164
24165         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24166         timestamps.
24167
24168 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24169
24170         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24171         groups error checking and notify user.
24172
24173 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24174
24175         * message.el (message-send-mail-function): Check existence of
24176         sendmail-program first before using default value
24177         `message-send-mail-with-sendmail'.  Otherwise use more generic
24178         `smtpmail-send-it'.
24179
24180 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24181
24182         * nntp.el (nntp-request-update-info): Always return nil.
24183
24184 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24185
24186         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24187
24188 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24189
24190         * message.el (message-beginning-of-line): Change the behavior when
24191         invoked between BOL and : so that it first moves backward.
24192
24193 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24194
24195         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24196         article buffer when editing of the article is discarded.
24197         (gnus-article-prepare): Revert.
24198
24199 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24200
24201         * gnus-art.el (gnus-article-prepare):
24202         Remove message-strip-forbidden-properties from the local hook.
24203
24204 2005-01-27  Simon Josefsson  <jas@extundo.com>
24205
24206         * password.el (password-cache-add): Only start one timer per key.
24207         Reported by Derek Atkins <warlord@MIT.EDU>.
24208
24209 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24210
24211         * run-at-time.el: Remove.  It is no longer needed as
24212         timer-funcs.el in the xemacs-base package has a working version of
24213         `run-at-time'.
24214
24215         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24216
24217         * password.el: Require timer-funcs instead of run-at-time in
24218         XEmacs.
24219         Remove `password-run-at-time' macro.
24220         (password-cache-add): Use `run-at-time' instead of
24221         `password-run-at-time'.
24222
24223         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24224         Remove `nnheader-cancel-function-timers' alias,
24225         `cancel-function-timers' exists in XEmacs in timer-funcs.
24226
24227         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24228         for `run-with-idle-timer'.
24229
24230         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24231         for `run-at-time'.
24232
24233         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24234         for `with-timeout'.
24235
24236         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24237         the same as for XEmacs 21.4.
24238         No need to ignore `run-with-idle-timer', this function exists in
24239         XEmacs now in timer-funcs.el in the xemacs-base package.
24240         (dgnushack-compile): No need to delete
24241         run-at-time.el from the list of files to compile because it
24242         doesn't exist anymore.
24243
24244 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24245
24246         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24247         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24248
24249 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24250
24251         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24252         sensitively.
24253
24254 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24255
24256         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24257
24258 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24259
24260         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24261         which will be inserted according to the multibyteness of a buffer
24262         rather than the type of contents.  Suggested by ARISAWA Akihiro
24263         <ari@mbf.ocn.ne.jp>.
24264
24265         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24266         of string which old xml.el may return rather than a string.
24267
24268 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24269
24270         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24271
24272 2005-01-16  Simon Josefsson  <jas@extundo.com>
24273
24274         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24275         idn/idna.el isn't available.
24276         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24277         <michael@waxrat.com>.
24278
24279         * hashcash.el: Remove non-FSF copyright header.
24280
24281         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24282         (hashcash-generate-payment): Use it.
24283         (hashcash-generate-payment-async): Use it.
24284
24285 2005-01-15  Simon Josefsson  <jas@extundo.com>
24286
24287         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24288         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24289
24290         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24291         gnus-summary-idna-message.
24292         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24293         (gnus-summary-idna-message): New function.
24294
24295 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24296
24297         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24298         gnus-novice-user.
24299
24300 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24301
24302         * nnrss.el (nnrss-request-delete-group): Delete entries in
24303         nnrss-group-alist as well.
24304         (nnrss-save-server-data): Insert newline.
24305
24306 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24307
24308         * gnus.el (gnus-user-agent): Use list of symbols instead of
24309         symbols.  Display full version number for (S)XEmacs.
24310         Optionally display (S)XEmacs codename.
24311
24312         * gnus-util.el (gnus-emacs-version): Update for new
24313         `gnus-user-agent'.
24314
24315         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24316         Gnus version.
24317
24318 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24319
24320         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24321         which is unreadable in some setups.
24322
24323 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24324
24325         * gnus-spec.el (gnus-update-format-specifications): Flush the
24326         group format spec cache if it doesn't support decoded group names.
24327
24328 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24329
24330         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24331         Allow to apply decay on score files matching a regexp.
24332
24333 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24334
24335         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24336         compatibility in %g and %c.
24337
24338 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24339
24340         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24341         name for only %g and %c.
24342         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24343         of gnus-tmp-group to decoded group name.
24344         (gnus-group-make-rss-group): Exclude `/'s from group names.
24345
24346 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24347
24348         * nnrss.el (nnrss-get-encoding): Fix regexp.
24349
24350 2004-12-27  Simon Josefsson  <jas@extundo.com>
24351
24352         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24353         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24354         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24355
24356 2004-12-17  Kim F. Storm  <storm@cua.dk>
24357
24358         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24359
24360         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24361
24362 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24363
24364         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24365
24366 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24367
24368         * nnrss.el: Require rfc2047 and mml.
24369         (nnrss-file-coding-system): New variable.
24370         (nnrss-format-string): Redefine it as an inline function.
24371         (nnrss-decode-group-name): New function.
24372         (nnrss-string-as-multibyte): Remove.
24373         (nnrss-retrieve-headers): Decode group name; don't use
24374         nnrss-format-string.
24375         (nnrss-request-group): Decode group name.
24376         (nnrss-request-article): Decode group name; allow a Message-ID as
24377         well as an article number; don't use nnrss-format-string; encode a
24378         Message-ID string which may contain non-ASCII characters; use
24379         mml-to-mime to compose a MIME article.
24380         (nnrss-request-expire-articles): Decode group name.
24381         (nnrss-request-delete-group): Decode group name.
24382         (nnrss-fetch): Clarify error message.
24383         (nnrss-read-server-data): Use insert-file-contents instead of load;
24384         bind file-name-coding-system; use multibyte buffer.
24385         (nnrss-save-server-data): Bind coding-system-for-write to the
24386         value of nnrss-file-coding-system; bind file-name-coding-system;
24387         add coding cookie.
24388         (nnrss-read-group-data): Use insert-file-contents instead of load;
24389         bind file-name-coding-system; use multibyte buffer.
24390         (nnrss-save-group-data): Bind coding-system-for-write to the
24391         value of nnrss-file-coding-system; bind file-name-coding-system.
24392         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24393         make it work with non-ASCII text.
24394         (nnrss-find-el): Make it work with old xml.el as well.
24395
24396 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24397
24398         * nnrss.el (nnrss-get-encoding): New function.
24399         (nnrss-fetch): Use unibyte buffer initially; bind
24400         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24401         decode contents according to the encoding attribute.
24402         (nnrss-save-group-data): Add coding cookie.
24403         (nnrss-mime-encode-string): New function.
24404         (nnrss-check-group): Use it to encode subject and author.
24405
24406 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24407
24408         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24409         imaginary variable.
24410
24411 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24412
24413         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24414         correctly even if there are wide characters.
24415
24416 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24417
24418         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24419         downcased symbol names; make a new cache instead of reusing
24420         bbdb-hashtable.
24421
24422 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24423
24424         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24425         concatenating segments rather than before concatenating them.
24426         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24427
24428         * message.el (message-get-reply-headers): Bind `extra'.
24429
24430 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24431
24432         * message.el (message-extra-wide-headers): New variable.
24433         (message-get-reply-headers): Use it.
24434
24435 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24436
24437         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24438         (gnus-agent-group-pathname): Ditto.
24439
24440         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24441
24442         * gnus-group.el (gnus-group-make-group): Decode group name.
24443         (gnus-group-make-rss-group): Register the group data after opening
24444         the nnrss group.
24445
24446 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24447
24448         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24449         by expiry now get marked as read.
24450
24451 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24452
24453         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24454
24455 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24456
24457         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24458         unify Latin characters in XEmacs.
24459         (mm-find-mime-charset-region): Use it.
24460
24461 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24462
24463         * gnus-util.el (gnus-delete-directory): New function.
24464
24465         * gnus-agent.el (gnus-agent-delete-group): Use it.
24466
24467         * gnus-cache.el (gnus-cache-delete-group): Use it.
24468
24469 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24470
24471         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24472         names.
24473
24474 2004-12-16  Simon Josefsson  <jas@extundo.com>
24475
24476         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24477
24478 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24479
24480         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24481
24482         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24483         (gnus-group-set-current-level): Decode group name.
24484
24485 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24486
24487         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24488         failed.
24489
24490 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24491
24492         * gnus-group.el (gnus-group-delete-group): Decode group name.
24493         (gnus-group-make-rss-group): Encode group name.
24494         (gnus-group-catchup-current): Decode group name.
24495         (gnus-group-kill-group): Decode group name.
24496
24497 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24498
24499         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24500
24501 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24502
24503         * gnus-group.el (gnus-group-make-rss-group):
24504         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24505
24506         * gnus-start.el (gnus-setup-news): Honor user's setting to
24507         gnus-message-archive-method.  Suggested by Lute Kamstra
24508         <lute@gnu.org>.
24509
24510 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24511
24512         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24513         global counterparts of the buffer-local variables.
24514
24515 2004-11-16  Romain Francoise  <romain@orebokech.com>
24516
24517         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24518         counterparts of the buffer-local variables.
24519
24520 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24521
24522         * message.el (message-forbidden-properties): Fix typo in doc
24523         string.
24524
24525 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24526
24527         * gnus-util.el (gnus-replace-in-string): Add doc string.
24528
24529         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24530         to avoid problems when splitting mails with many recipients.
24531
24532 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24533
24534         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24535         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24536
24537 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24538
24539         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24540         if there is no hashtable in memory or file modification time is
24541         newer than cached timestamp.
24542
24543 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24544
24545         * gnus-sum.el (gnus-summary-limit-to-recipient):
24546         Implement not-matching option.
24547
24548 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24549
24550         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24551         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24552         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24553         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24554         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24555         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24556
24557 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24558
24559         * message.el (message-forward-make-body-mml): Remove headers
24560         according to message-forward-ignored-headers if a message is decoded.
24561
24562 2004-12-02  Romain Francoise  <romain@orebokech.com>
24563
24564         * message.el (message-forward-make-body-plain): Always remove
24565         headers according to message-forward-ignored-headers.
24566
24567 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24568
24569         * spam.el (spam-summary-prepare-exit): Remove the
24570         gnus-summary-limit pop for now, it has problems with ham marks for
24571         me.
24572
24573 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24574
24575         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24576         correctly.
24577
24578 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24579
24580         * format-spec.el (format-spec): Message the char.
24581
24582 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24583
24584         * gnus-art.el (gnus-split-methods): Reformat comments.
24585
24586         * spam.el (spam-summary-prepare-exit): Remove article limits
24587         before exiting the summary buffer.
24588
24589 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24590
24591         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24592         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24593
24594         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24595         order to silence the byte compiler.
24596
24597         * spam.el: Fix the way to silence the byte compiler, which
24598         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24599         bbdb-search-simple, spam-BBDB-register-routine,
24600         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24601         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24602         spam-stat-buffer-is-spam, spam-stat-load,
24603         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24604         spam-stat-save and spam-stat-split-fancy.
24605
24606 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24607
24608         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24609         which may confuse users.
24610         (canlock-password-for-verify): Ditto.
24611
24612         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24613
24614         * gnus-art.el (gnus-emphasis-alist): Ditto.
24615
24616         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24617
24618         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24619
24620         * gnus-start.el (gnus-save-killed-list): Ditto.
24621
24622         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24623         (gnus-sum-thread-tree-root): Ditto.
24624         (gnus-sum-thread-tree-false-root): Ditto.
24625         (gnus-sum-thread-tree-single-indent): Ditto.
24626
24627         * message.el (message-courtesy-message): Ditto.
24628         (message-archive-note): Ditto.
24629         (message-subscribed-address-file): Ditto.
24630         (message-user-fqdn): Ditto.
24631
24632         * spam-report.el (spam-report-gmane-regex): Ditto.
24633
24634         * spam.el (spam-blackhole-good-server-regex): Ditto.
24635
24636 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24637
24638         * mml.el (mml-preview): Widen the message buffer before copying
24639         the contents to the preview buffer; sort headers before previewing.
24640
24641         * message.el (message-hidden-headers): Fix the way to avoid a bug
24642         in the `repeat' widget in Emacs 21.3 or earlier.
24643
24644 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24645
24646         * message.el (message-hidden-headers): Default to "^References:".
24647         Improve customization type.  Suggested by Reiner Steib
24648         <Reiner.Steib@gmx.de>.
24649
24650 2004-11-25  Romain Francoise  <romain@orebokech.com>
24651
24652         * message.el (message-strip-forbidden-properties): Remove check for
24653         obsolete `message-hidden' text property, hidden headers are not
24654         accessible in the buffer anymore.
24655
24656 2004-11-22  Romain Francoise  <romain@orebokech.com>
24657
24658         * message.el (message-header-format-alist): Add `From' in list
24659         so that it can be sorted.
24660         (message-fix-before-sending): Widen and sort headers before
24661         sending.
24662         (message-hide-headers): Use narrowing to hide headers by moving
24663         them to the top of the buffer and narrowing to the region
24664         underneath.
24665
24666 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24667
24668         * message.el (message-strip-forbidden-properties):
24669         Bind buffer-read-only (etc) to nil.
24670
24671 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24672
24673         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24674         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24675
24676 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24677
24678         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24679
24680 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24681
24682         * dns.el (query-dns): Use sit-for to time instead of
24683         accept-process-output, since that doesn't seem to work on udp
24684         sockets.
24685
24686 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24687
24688         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24689
24690 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24691
24692         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24693         doc string.  Improve doc string.
24694
24695 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24696
24697         * nntp.el (nntp-request-update-info): Return nil if
24698         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24699         may not call gnus-activate-group which uselessly issues the GROUP
24700         commands for all nntp groups and wastes time.  Reported by Romain
24701         Francoise <romain@orebokech.com>.
24702
24703         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24704
24705 2004-11-15  Simon Josefsson  <jas@extundo.com>
24706
24707         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24708         headers separately.
24709         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24710         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24711
24712 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24713
24714         * gnus-start.el (gnus-convert-old-newsrc):
24715         Assign legacy-gnus-agent to 5.10.7.
24716
24717 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24718
24719         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24720         start of the lines.
24721
24722 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24723
24724         * hashcash.el (hashcash-default-payment): Change default to 20.
24725         (hashcash-default-accept-payment): Change default to 20.
24726         (hashcash-process-alist): New variable.
24727         (hashcash-generate-payment-async): Add.
24728         (hashcash-already-paid-p): Add.
24729         (hashcash-insert-payment): Don't generate payments twice.
24730         (hashcash-insert-payment-async): Add.
24731         (hashcash-insert-payment-async-2): Add.
24732         (hashcash-cancel-async): Add.
24733         (hashcash-wait-async): Add.
24734         (hashcash-processes-running-p): Add.
24735         (hashcash-wait-or-cancel): Add.
24736         (mail-add-payment): New optional argument.  Conditionally start
24737         asynchronous calculation.
24738         (mail-add-payment-async): Add.
24739
24740         * message.el (message-send-mail): Wait for asynchronous hashcash
24741         results.  Don't clobber existing X-Hashcash headers.
24742         (message-setup-1): Call mail-add-payment-async when
24743         message-generate-hashcash is non-nil.
24744
24745 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24746
24747         * message.el (message-use-alternative-email-as-from): Examine the
24748         From header as well; use message-make-from in order to include a
24749         user's full name.
24750
24751 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24752
24753         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24754         default; improve customization type.
24755         (gnus-emphasis-custom-with-format): New macro.
24756         (gnus-emphasis-custom-value-to-external): New function.
24757         (gnus-emphasis-custom-value-to-internal): New function.
24758
24759 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24760
24761         * dns.el (query-dns): Resolve reverse addresses.
24762
24763 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24764
24765         * gnus-group.el (gnus-group-get-new-news): Use it.
24766
24767         * gnus-start.el (gnus-check-reasonable-setup): New function.
24768
24769 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24770
24771         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24772         "Args out of range" error.  Reported by Arnaud Giersch
24773         <arnaud.giersch@free.fr>.
24774
24775 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24776
24777         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24778
24779 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24780
24781         * spam.el (spam group): Add :version.
24782
24783         * pgg-def.el (pgg group): Add :version.
24784
24785 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24786
24787         * gnus-art.el (gnus-article-edit-article): Don't associate the
24788         article buffer with a draft file.  This is a temporary measure
24789         against the 2004-08-22 change to gnus-article-edit-mode.
24790
24791 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24792
24793         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24794         (html2text-format-tags): Remove unused variable `attr'.
24795
24796 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24797
24798         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24799
24800         * tls.el (tls-process-connection-type, tls-success)
24801         (tls-certtool-program): Add :version.
24802
24803         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24804         (starttls-extra-arguments, starttls-process-connection-type)
24805         (starttls-connect, starttls-failure, starttls-success): Add :version.
24806
24807         * spam-stat.el (spam-stat): Add :version.
24808
24809         * sieve.el (sieve): Add :version.
24810
24811         * sha1.el (sha1): Add :version.
24812         (sha1-use-external): Remove redundant version.
24813
24814         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24815         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24816         (nnmail-split-fancy-match-partial-words)
24817         (nnmail-split-lowercase-expanded): Add :version.
24818
24819         * nndiary.el (nndiary): Add :version.
24820
24821         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24822
24823         * mml-sec.el (mml-default-sign-method)
24824         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24825         Add :version.
24826
24827         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24828
24829         * mm-url.el (mm-url-use-external, mm-url-program)
24830         (mm-url-arguments): Add :version.
24831
24832         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24833         (mm-attachment-file-modes, mm-decrypt-option)
24834         (mm-w3m-safe-url-regexp): Add :version.
24835
24836         * message.el (message-cite-prefix-regexp)
24837         (message-sendmail-envelope-from, message-minibuffer-local-map)
24838         (message-user-fqdn, message-completion-alist): Add :version.
24839
24840         * gnus-win.el (gnus-configure-windows-hook)
24841         (gnus-use-frames-on-any-display): Add :version.
24842
24843         * gnus-art.el (gnus-article-address-banner-alist)
24844         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24845         (gnus-treat-from-picon, gnus-treat-mail-picon)
24846         (gnus-treat-x-pgp-sig): Add :version.
24847
24848         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24849         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24850         (gnus-summary-article-delete-hook)
24851         (gnus-summary-display-while-building): Add :version.
24852
24853         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24854         (gnus-get-top-new-news-hook): Add :version.
24855
24856         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24857         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24858
24859         * gnus-registry.el (gnus-registry): Add :version.
24860
24861         * gnus-spec.el (gnus-use-correct-string-widths)
24862         (gnus-make-format-preserve-properties): Add :version.
24863
24864         * gnus.el (gnus-group-charter-alist)
24865         (gnus-group-fetch-control-use-browse-url)
24866         (gnus-install-group-spam-parameters): Add :version.
24867
24868         * gnus-diary.el (gnus-diary): Add :version.
24869
24870         * gnus-delay.el (gnus-delay): Add :version.
24871
24872         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24873         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24874         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24875         Add :version.
24876
24877         * gnus-agent.el (gnus-agent-max-fetch-size)
24878         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24879         (gnus-agent-prompt-send-queue): Add :version.
24880
24881         * deuglify.el (gnus-outlook-deuglify): Add :version.
24882
24883         * html2text.el: Beautify code.  Improve doc strings.
24884         Some checkdoc cleanup.
24885         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24886
24887 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24888
24889         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24890
24891 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24892
24893         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24894         when package is loaded.
24895
24896         * spam.el (spam-summary-score-preferred-header): Add global preference
24897         for people who want to override the default SpamAssassin over
24898         Bogofilter preference (when both are set).
24899         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24900         (spam-user-format-function-S):
24901         Check spam-summary-score-preferred-header.
24902         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24903         (spam-user-format-function-S): Format the score correctly.
24904
24905 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24906
24907         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24908         signature file.  Suggested by Manoj Srivastava
24909         <srivasta@golden-gryphon.com>.
24910
24911         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24912         iso-2022-jp even in the Japanese language environment.
24913         Suggested by Jason Rumney <jasonr@gnu.org>.
24914
24915 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24916
24917         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24918         use the same characters as the dummy marks; make it free from
24919         getting affected by the language environment.
24920         (gnus-summary-read-group-1): Update mark positions only when the
24921         format spec is updated.
24922
24923         * gnus-spec.el (gnus-update-format-specifications): Return a list
24924         of updated types.
24925
24926 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24927
24928         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24929         of boundp to check if display-warning is available.
24930
24931 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24932
24933         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24934
24935 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24936
24937         * nnspool.el (nnspool-spool-directory): Use news-path if the
24938         news-directory variable is not bound.
24939
24940         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24941         function instead of display-warning if it is not available.
24942
24943 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24944
24945         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24946         v5-10: Use `point-at-bol'.
24947
24948 2004-10-26  Simon Josefsson  <jas@extundo.com>
24949
24950         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24951         <chenggao@gmail.com>.
24952
24953 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24954
24955         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24956         instead.
24957
24958 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24959
24960         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24961         to remove a server from the nnimap-server-buffer-alist.
24962         (nnimap-open-connection, nnimap-close-server): Use it.
24963
24964         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24965
24966 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24967
24968         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24969         running the major-mode function.
24970
24971 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24972
24973         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24974         dummy marks in the right way.
24975
24976 2004-10-18  David Edmondson  <dme@dme.org>
24977
24978         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24979         excessively.
24980
24981 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24982
24983         * gnus-util.el (gnus-split-references): Accept a nil references
24984         string and go on blissfully.
24985
24986         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24987         cases where the references string is non-nil but has no references.
24988
24989         * encrypt.el: Add autoload tags.
24990
24991         * spam.el (spam-resolve-registrations-routine): Remove article
24992         from unregistration list too.  Reported by David Hanak
24993         <dhanak@isis.vanderbilt.edu>
24994
24995 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24996
24997         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24998         nil.  Change custom type.
24999
25000 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
25001
25002         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
25003
25004         * gnus-sum.el (gnus-summary-move-article): Use it.
25005
25006 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
25007
25008         * encrypt.el: Add autoload cookies.
25009
25010         * spam.el (spam-backend-article-list-property)
25011         (spam-backend-get-article-todo-list)
25012         (spam-backend-put-article-todo-list)
25013         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
25014         Resolve registrations separately.
25015         (spam-register-routine): Format comments.
25016         (spam-unregister-routine, spam-register-routine): Always call with
25017         specific-articles, no default list.
25018         (spam-summary-prepare-exit): Use the spam-classifications function.
25019
25020         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
25021         gnus-encrypt.el.
25022
25023         * encrypt.el: Copied from gnus-encrypt.el.
25024
25025         * gnus-encrypt.el: Commented that it's obsolete.
25026
25027 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25028
25029         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
25030         (gnus-score-save): Use it.
25031
25032         * message.el (message-bury): Use `window-dedicated-p'.
25033
25034 2004-10-15  Simon Josefsson  <jas@extundo.com>
25035
25036         * pop3.el (top-level): Don't require nnheader.
25037         (pop3-read-timeout): Add.
25038         (pop3-accept-process-output): Add.
25039         (pop3-read-response, pop3-retr): Use it.
25040
25041 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
25042
25043         * spam.el (spam-register-routine): Move comment.
25044         (spam-verify-bogofilter): Use 'unknown for the initial
25045         spam-bogofilter-valid state, not 'never.
25046
25047         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
25048         for netrc-machine.
25049
25050         * nnimap.el (nnimap-open-connection):
25051         Use netrc-machine-user-or-password.
25052
25053 2004-10-17  Richard M. Stallman  <rms@gnu.org>
25054
25055         * gnus-registry.el (gnus-registry-unload-hook):
25056         Set as a variable with add-hook.
25057
25058         * nnspool.el (nnspool-spool-directory): Use news-directory instead
25059         of news-path.
25060
25061         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25062
25063         * spam.el: Delete duplicate `provide'.
25064         (spam-unload-hook): Set as a variable with add-hook.
25065
25066 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25067
25068         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25069         in the doc string.
25070
25071         * message.el (message-ignored-news-headers)
25072         (message-ignored-supersedes-headers)
25073         (message-ignored-resent-headers)
25074         (message-forward-ignored-headers): Improve custom type.
25075
25076 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25077
25078         * message.el (message-tokenize-header): Fix 2004-09-06 change
25079         which used point-min in the wrong place.
25080
25081 2004-10-12  Simon Josefsson  <jas@extundo.com>
25082
25083         * tls.el (tls-certtool-program): New variable.
25084         (tls-certificate-information): New function, based on
25085         ssl-certificate-information.
25086
25087 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25088
25089         * compface.el: Move the version of ELisp-based uncompface program
25090         to the contrib directory because of the copyright problem.
25091
25092 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25093
25094         * message.el (message-kill-buffer): Raise the current frame.
25095
25096 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25097
25098         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25099
25100         * gnus.el (message-y-or-n-p): Autoload.
25101
25102         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25103         (pop3-password-required, pop3-authentication-scheme)
25104         (pop3-leave-mail-on-server): Make customizable.
25105         (pop3): New custom group.
25106         (pop3-retr): Remove `sleep-for' statements.
25107         Suggested by Dave Love <fx@gnu.org>.
25108
25109         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25110         Windows/DOS.
25111
25112         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25113         (imap-parse-body): Fix incorrect use of `assert'.
25114         Suggested by Dave Love <fx@gnu.org>.
25115
25116         * mml.el (mml-minibuffer-read-disposition): Require match.
25117         Suggested by Dave Love <fx@gnu.org>.
25118
25119 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25120
25121         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25122         doc string.
25123
25124 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25125
25126         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25127
25128 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25129
25130         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25131         instead of calling `mm-insert-inline', to decode text/* parts
25132         before displaying them.
25133
25134 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25135
25136         * mm-uu.el (mm-uu-text-plain-type): New variable.
25137         (mm-uu-pgp-signed-extract-1): Use it.
25138         (mm-uu-pgp-encrypted-extract-1): Use it.
25139         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25140         bind mm-uu-text-plain-type with that value.
25141         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25142         mm-uu-dissect.
25143
25144 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25145
25146         * gnus-group.el (gnus-update-group-mark-positions):
25147         * gnus-sum.el (gnus-update-summary-mark-positions):
25148         * message.el (message-check-news-body-syntax):
25149         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25150         of string-as-multibyte.
25151
25152 2004-10-05  Juri Linkov  <juri@jurta.org>
25153
25154         * gnus-group.el (gnus-update-group-mark-positions):
25155         * gnus-sum.el (gnus-update-summary-mark-positions):
25156         * message.el (message-check-news-body-syntax):
25157         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25158         8-bit unibyte values to a multibyte string for search functions.
25159
25160 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25161
25162         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25163         (mm-uu-dissect-text-parts): New function.
25164
25165         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25166         dissect text parts.
25167
25168         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25169         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25170
25171         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25172
25173         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25174         Use gnus-current-topics instead of gnus-current-topic.
25175
25176 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25177
25178         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25179
25180 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25181
25182         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25183         where appropriate.
25184
25185         * nnml.el (nnml-generate-active-info): do.
25186
25187         * nndiary.el (nndiary-generate-active-info): do.
25188
25189         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25190         (gnus-topic-move): do.
25191
25192         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25193         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25194
25195         * gnus-srvr.el (gnus-server-prepare)
25196         (gnus-server-open-all-servers): do.
25197
25198         * gnus-msg.el (gnus-summary-cancel-article)
25199         (gnus-summary-resend-message)
25200         (gnus-summary-mail-crosspost-complaint): do.
25201
25202         * gnus-move.el (gnus-change-server): do.
25203
25204         * gnus-group.el (gnus-group-unmark-all-groups)
25205         (gnus-group-set-current-level): do.
25206
25207 2004-10-04  Simon Josefsson  <jas@extundo.com>
25208
25209         * message.el (message-generate-hashcash): Doc fix.
25210
25211 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25212
25213         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25214         avoid infinite recursion via gnus-get-function.
25215
25216 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25217
25218         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25219
25220         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25221
25222         * nnmail.el (nnmail-split-history): do.
25223
25224         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25225         (nnml-request-delete-group): do.
25226
25227         * nnslashdot.el (nnslashdot-read-groups): do.
25228
25229         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25230         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25231
25232         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25233         (nnspool-sift-nov-with-sed): Use last.
25234         (nnspool-retrieve-headers-with-nov): Use mapc.
25235         (nnspool-request-newgroups): Use dolist.
25236         (nnspool-request-group): Use last.
25237
25238         * nntp.el (nntp-read-server-type): Use dolist.
25239
25240         * nnvirtual.el (nnvirtual-create-mapping)
25241         (nnvirtual-update-read-and-marked): Use dolist.
25242         (nnvirtual-convert-headers): Simplify.
25243
25244 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25245
25246         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25247         Add support for sync'ing tick marks.
25248
25249 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25250
25251         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25252         there's no visible header.
25253
25254 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25255
25256         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25257         When necessary, pass full group name to gnus-request-set-marks.
25258
25259 2004-10-01  Simon Josefsson  <jas@extundo.com>
25260
25261         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25262         acroread.
25263
25264 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25265
25266         * spam-report.el (spam-report-gmane): Fix interactive.
25267
25268         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25269
25270         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25271         when writing file.
25272         (gnus-agent-synchronize-flags): Don't default to being
25273         interactive.
25274
25275 2004-09-30  Simon Josefsson  <jas@extundo.com>
25276
25277         * message.el (message-generate-hashcash): Add.
25278         (message-send-mail): Use it, call mail-add-payment.
25279
25280 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25281
25282         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25283
25284 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25285
25286         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25287         gnus-requst-update-info with explicit code to sync the in-memory
25288         info read flags with the marks being sync'd to the backend.
25289
25290         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25291
25292 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25293
25294         * spam.el (spam-verify-bogofilter): Add new function.
25295         (spam-check-bogofilter)
25296         (spam-bogofilter-register-with-bogofilter): Use it.
25297         (spam-verify-bogofilter): Add small fixes.
25298
25299 2004-09-28  Simon Josefsson  <jas@extundo.com>
25300
25301         * hashcash.el (hashcash-generate-payment): Revert.
25302
25303 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25304
25305         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25306         Use gnus-extract-references instead of gnus-split-references.
25307
25308         * gnus-util.el (gnus-extract-references): Add new function, analogous
25309         to gnus-split-references but extracts only the message-ID without
25310         anything extra.
25311
25312         * hashcash.el (hashcash-generate-payment)
25313         (hashcash-check-payment): Do the right thing if hashcash-path is
25314         nil (because the hashcash program could not be found).
25315
25316         * spam.el (spam-use-hashcash): Remove comment.
25317
25318 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25319
25320         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25321         (gnus-cache-enter-article, gnus-cache-remove-article)
25322         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25323
25324         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25325
25326         * gnus-art.el (article-hide-boring-headers)
25327         (article-translate-strings, article-display-face)
25328         (gnus-article-mime-match-handle-first)
25329         (gnus-article-highlight-headers)
25330         (gnus-article-add-buttons-to-head): do.
25331
25332 2004-09-27  Simon Josefsson  <jas@extundo.com>
25333
25334         * hashcash.el: New version, from
25335         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25336         ../contrib/.
25337
25338 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25339
25340         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25341
25342 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25343
25344         * gnus-dup.el (gnus-dup-open): Use mapc.
25345         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25346
25347         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25348         Reported by Stefan Wiens <s.wi@gmx.net>.
25349
25350         * gnus.el (gnus-shutdown): Use dolist.
25351
25352         * gnus-undo.el (gnus-undo): Use mapc.
25353
25354         * nnrss.el (nnrss-generate-active): do.
25355
25356         * message.el (message-cite-original-without-signature)
25357         (message-cite-original): Use mapc.
25358         (message-do-actions, message-make-forward-subject): Use dolist.
25359
25360 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25361
25362         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25363         deletion to remove entire duplicate line.  Fixes merged article
25364         number bug.
25365
25366 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25367
25368         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25369         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25370         first ask if you want to open a server and then, even when you
25371         responded with no, asking if you want to synchronize the server's
25372         flags.
25373         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25374         multi-line expressions.
25375         (gnus-agent-synchronize-group-flags): New internal function.
25376         Updates marks in memory (in the info structure) AND in the
25377         backend.
25378
25379         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25380
25381         * nnagent.el (nnagent-request-set-mark):
25382         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25383         method, to ensure that synchronization updates marks in the
25384         backend and in the info (in memory) structure.
25385
25386 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25387
25388         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25389         convention fully; don't miss the root article of a thread; make
25390         the X-Draft-From header with correct article numbers.
25391
25392 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25393
25394         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25395         unless plugged.  Disable the agent so that an open failure causes
25396         an error.
25397
25398         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25399         Revert 2004-09-21 change.  The backend must be opened while
25400         synchronizing flags even when the backend stores the flags
25401         locally.
25402
25403 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25404
25405         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25406         in `header' match.  Reported by Svend Tollak Munkejord.
25407
25408         * message.el (message-cite-original): Fix use of
25409         `message-cite-articles-with-x-no-archive'.
25410
25411 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25412
25413         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25414         (gnus-window-to-buffer): Ditto.
25415
25416         * mml.el (mml-preview-buffer): New variable.
25417         (mml-preview): Manage window layout with gnus-buffer-configuration.
25418
25419         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25420         X-Draft-From header even if those articles aren't quoted.
25421
25422 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25423
25424         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25425         (gnus-request-set-mark, gnus-request-update-mark): Use new
25426         g-s-t-u-l-m to decide to use backend even when unplugged.
25427
25428 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25429
25430         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25431         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25432
25433 2004-09-20  Simon Josefsson  <jas@extundo.com>
25434
25435         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25436         "utf-16-le".
25437
25438 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25439
25440         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25441
25442 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25443
25444         * uudecode.el (uudecode-use-external): Add :version.
25445
25446         * smime.el (smime-CA-file, smime-encrypt-cipher)
25447         (smime-dns-server): Add :version.
25448
25449         * smiley.el (gnus-smiley-file-types): Add :version.
25450
25451         * sha1.el (sha1-use-external): Add :version.
25452
25453         * pgg-def.el (pgg-query-keyserver): Add :version.
25454
25455         * nnmail.el (nnmail-fancy-expiry-targets)
25456         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25457         Add :version.
25458
25459         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25460         (nnimap-retrieve-groups-asynchronous): Add :version.
25461         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25462
25463         * mml.el (mml-content-disposition-parameters)
25464         (mml-insert-mime-headers-always): Add :version.
25465
25466         * mm-util.el (mm-coding-system-priorities): Add :version.
25467
25468         * mm-decode.el (mm-inline-text-html-with-images)
25469         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25470         (mm-verify-option): Add :version.
25471         (mm-text-html-renderer): Change :version.
25472
25473         * message.el (message-fcc-externalize-attachments)
25474         (message-required-headers, message-draft-headers)
25475         (message-subject-trailing-was-query)
25476         (message-subject-trailing-was-ask-regexp)
25477         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25478         (message-mark-insert-end, message-archive-header)
25479         (message-archive-note, message-cross-post-default)
25480         (message-cross-post-note, message-followup-to-note)
25481         (message-cross-post-note-function, message-use-mail-followup-to)
25482         (message-subscribed-address-functions)
25483         (message-subscribed-address-file, message-subscribed-addresses)
25484         (message-subscribed-regexps, message-allow-no-recipients)
25485         (message-yank-cited-prefix, message-signature-insert-empty-line)
25486         (message-hidden-headers, message-hierarchical-addresses)
25487         (message-mail-user-agent, message-use-idna)
25488         (message-valid-fqdn-regexp)
25489         (message-strip-special-text-properties, message-header-synonyms)
25490         (message-beginning-of-line, message-tab-body-function): Add :version.
25491         (message-insert-canlock, message-wide-reply-confirm-recipients):
25492         Change :version.
25493
25494         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25495         and :version.
25496         (mail-source-delete-old-incoming-confirm)
25497         (mail-source-movemail-program): Add :version.
25498
25499         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25500         (gnus-agent-cache, gnus-agent): Change :version.
25501
25502         * gnus-util.el (gnus-use-byte-compile): Change :version.
25503
25504         * gnus-sum.el (gnus-summary-make-false-root-always)
25505         (gnus-summary-default-high-score)
25506         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25507         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25508         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25509         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25510         (gnus-sum-thread-tree-single-indent)
25511         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25512         (gnus-sum-thread-tree-leaf-with-other)
25513         (gnus-sum-thread-tree-single-leaf): Add :version.
25514         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25515         (gnus-article-loose-mime): Change :version.
25516
25517         * gnus-start.el (gnus-backup-startup-file)
25518         (gnus-save-startup-file-via-temp-buffer): Add :version.
25519
25520         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25521         (gnus-server-offline-face): Add :version.
25522
25523         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25524
25525         * gnus-msg.el (gnus-gcc-externalize-attachments)
25526         (gnus-debug-files, gnus-debug-exclude-variables)
25527         (gnus-discouraged-post-methods): Change :version.
25528         (gnus-confirm-mail-reply-to-news)
25529         (gnus-confirm-treat-mail-like-news): Add :version.
25530
25531         * gnus-int.el (gnus-server-unopen-status): Add :version.
25532
25533         * gnus-group.el (gnus-group-jump-to-group-prompt)
25534         (gnus-large-ephemeral-newsgroup)
25535         (gnus-fetch-old-ephemeral-headers): Add :version.
25536
25537         * gnus-fun.el (gnus-x-face-directory)
25538         (gnus-convert-pbm-to-x-face-command)
25539         (gnus-convert-image-to-x-face-command)
25540         (gnus-convert-image-to-face-command): Add :version.
25541
25542         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25543
25544         * gnus-cite.el (gnus-cite-blank-line-after-header)
25545         (gnus-article-boring-faces): Add :version.
25546
25547         * gnus-art.el (gnus-buttonized-mime-types)
25548         (gnus-inhibit-mime-unbuttonizing)
25549         (gnus-treat-display-face)
25550         (gnus-treat-body-boundary): Change :version.
25551         (gnus-body-boundary-delimiter, gnus-picon-databases)
25552         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25553         (gnus-treat-date-english, gnus-treat-fold-headers)
25554         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25555         (gnus-treat-mail-picon, gnus-treat-wash-html)
25556         (gnus-article-encrypt-protocol)
25557         (gnus-use-idna, gnus-article-over-scroll)
25558         (gnus-mime-display-multipart-alternative-as-mixed)
25559         (gnus-mime-display-multipart-related-as-mixed)
25560         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25561         (gnus-ctan-url, gnus-button-ctan-handler)
25562         (gnus-button-handle-ctan-bogus-regexp)
25563         (gnus-button-ctan-directory-regexp)
25564         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25565         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25566         (gnus-button-man-level, gnus-button-emacs-level)
25567         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25568
25569         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25570         (gnus-agent-go-online): Change :version.
25571         (gnus-agent-expire-unagentized-dirs)
25572         (gnus-agent-auto-agentize-methods): Add :version.
25573
25574         * flow-fill.el (fill-flowed-display-column)
25575         (fill-flowed-encode-column): Add :version.
25576
25577         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25578         (gnus-outlook-deuglify-unwrap-max)
25579         (gnus-outlook-deuglify-cite-marks)
25580         (gnus-outlook-deuglify-unwrap-stop-chars)
25581         (gnus-outlook-deuglify-no-wrap-chars)
25582         (gnus-outlook-deuglify-attrib-cut-regexp)
25583         (gnus-outlook-deuglify-attrib-verb-regexp)
25584         (gnus-outlook-deuglify-attrib-end-regexp)
25585         (gnus-outlook-display-hook): Add :version.
25586
25587         * binhex.el (binhex-use-external): Add :version.
25588
25589 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25590
25591         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25592         and `invisible'.
25593
25594 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25595
25596         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25597         in gnus-registry-trim.
25598
25599 2004-09-13  Simon Josefsson  <jas@extundo.com>
25600
25601         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25602
25603         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25604
25605         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25606         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25607         <yamaoka@jpl.org>.
25608         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25609         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25610         <yamaoka@jpl.org>.
25611
25612         * sieve.el (sieve-manage-mode): Ditto.
25613
25614 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25615
25616         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25617
25618 2004-09-11  Simon Josefsson  <jas@extundo.com>
25619
25620         * dns-mode.el: Add.
25621
25622         * mm-view.el (mm-display-dns-inline): Add.
25623
25624         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25625         (mm-automatic-display): Ditto.
25626
25627         * mailcap.el (mailcap-mime-data): Add text/dns.
25628         (mailcap-mime-extensions): Map .soa to text/dns.
25629
25630 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25631
25632         * gnus-art.el (article-decode-mime-words, article-babel)
25633         (gnus-article-highlight-signature, gnus-article-add-buttons)
25634         (gnus-signature-toggle): Remove unnecessary bindings of
25635         `inhibit-read-only' inherited from v5.10 merge.
25636
25637 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25638
25639         * nntp.el (nntp): New customization group.
25640         (nntp-authinfo-file): Add customization group.
25641
25642         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25643
25644         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25645
25646         * gnus.el (to-address, to-list, subscribed)
25647         (large-newsgroup-initial): Ditto.
25648
25649         * flow-fill.el (fill-flowed-display-column)
25650         (fill-flowed-encode-column): Ditto.
25651
25652 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25653
25654         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25655         Use point-min rather than 1.
25656         (message-send-mail): Use buffer-size rather than point-max.
25657
25658         * gnus-sum.el (gnus-summary-search-article-forward):
25659         Signal a specific `search-failed' rather than a generic `error'.
25660
25661         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25662         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25663         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25664
25665 2004-09-10  Simon Josefsson  <jas@extundo.com>
25666
25667         * nndb.el (require): Remove tcp and duplicate cl.
25668
25669 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25670
25671         * gnus-agent.el (directory-files-and-attributes): Move forward.
25672
25673 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25674
25675         * gnus-agent.el (directory-files-and-attributes):
25676         Optionally defined to support XEmacs.
25677
25678 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25679
25680         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25681         to avoid run-time CL dependencies.
25682         (gnus-agent-unfetch-articles): New function.
25683         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25684         article numbers even when local .overview file is missing.
25685         (gnus-agent-read-article-number): New function.  Only accepts
25686         27-bit article numbers.
25687         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25688         Use gnus-agent-read-article-number.
25689         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25690         from backend while recognizing that article numbers in .overview
25691         must be valid.
25692         (gnus-agent-update-files-total-fetched-for):
25693         Use directory-files-and-attributes to improve performance.
25694         * gnus-int.el (gnus-request-move-article):
25695         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25696         improve performance.
25697
25698         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25699         some users confused by references to .newsrc when they only have a
25700         .newsrc.eld file.
25701         (gnus-convert-mark-converter-prompt)
25702         (gnus-convert-converter-needs-prompt): Fix use of property list.
25703         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25704         New function.  Used internally to only display 'gnus converting
25705         files' message when actually necessary.
25706
25707         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25708         methods now autoloaded.
25709
25710 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25711
25712         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25713         identifiers.
25714
25715 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25716
25717         * gnus-picon.el: Fix indentation and closing parenthesis.
25718
25719 2004-09-01  Simon Josefsson  <jas@extundo.com>
25720
25721         * message.el (message-canlock-generate): Require sha1, not
25722         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25723         to require within a function.  Sadly, if sha1.el isn't loaded, the
25724         let binding in m-c-g will hide the defcustom definition, which is
25725         bad.)
25726
25727         * canlock.el: Require sha1, not sha1-el.
25728
25729         * message.el: Don't autoload sha1 (there is a autoload cookie in
25730         sha1.el).
25731
25732         * sha1-el.el: Rename to sha1.el.
25733
25734 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25735
25736         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25737
25738 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25739
25740         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25741
25742 2004-08-30  Kim F. Storm  <storm@cua.dk>
25743
25744         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25745
25746         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25747         Add :group 'nnimap.
25748
25749 2004-08-30  Andreas Schwab  <schwab@suse.de>
25750
25751         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25752         ?* and ?\;.
25753
25754         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25755         and ?\' to symbol instead of whitespace.
25756
25757 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25758
25759         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25760
25761         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25762         instead of re-search-forward.
25763
25764         * gnus-uu.el (gnus-uu-save-article): Ditto.
25765         (gnus-uu-post-encode-uuencode): Ditto.
25766
25767         * html2text.el (html2text-clean-list-items): Ditto.
25768         (html2text-clean-dtdd): Ditto.
25769         (html2text-format-tags): Ditto.
25770
25771         * message.el (message-send-mail-with-sendmail): Fix regexp.
25772         (message-fill-field-general): Use search-forward instead of
25773         re-search-forward.
25774         (unbold-region): Ditto.
25775
25776         * nnrss.el (nnrss-request-article): Ditto.
25777
25778         * nnslashdot.el (nnslashdot-request-article): Ditto.
25779
25780         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25781
25782         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25783         "Unrecognized menu descriptor" error in XEmacs.
25784
25785 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25786
25787         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25788         parent article of a sparse article in the thread hashtb.
25789
25790 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25791
25792         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25793         (nnmail-expand-newtext): Lowercase expanded entries if
25794         nnmail-split-lowercase-expanded is non-nil.
25795
25796 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25797
25798         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25799
25800         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25801         of gnus-tmp-news-method into string under XEmacs.  It will be
25802         passed to gnus-correct-length which takes only a string argument.
25803
25804 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25805
25806         * gnus-util.el (gnus-bind-print-variables): New macro.
25807         (gnus-prin1): Use it.
25808         (gnus-prin1-to-string): Use it.
25809         (gnus-pp): New function.
25810         (gnus-pp-to-string): New function.
25811
25812         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25813         Replace pp-to-string with gnus-pp-to-string.
25814         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25815         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25816         * gnus-msg.el (gnus-debug): Ditto.
25817         * gnus-score.el (gnus-score-save): Ditto.
25818         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25819         gnus-pp-to-string.
25820         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25821         with gnus-pp.
25822         * score-mode.el (gnus-score-pretty-print): Ditto.
25823         * webmail.el (webmail-debug): Ditto.
25824
25825 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25826
25827         * gnus-art.el (article-display-face, article-display-x-face):
25828         Use buffer-read-only.
25829
25830 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25831
25832         * gnus-art.el (article-hide-list-identifiers):
25833         Bind inhibit-read-only as t.
25834
25835 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25836
25837         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25838
25839 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25840
25841         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25842         (gnus-narrow-to-page): Don't assume point-min == 1.
25843         (gnus-article-edit-mode): Derive from message-mode.
25844
25845         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25846         point-min == 1.
25847
25848         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25849         Disable incorrect use of `assert'.
25850
25851         * message.el (message-mode): Set comment-start-skip.
25852
25853
25854 2004-08-22  Sam Steingold  <sds@gnu.org>
25855
25856         * pop3.el (pop3-leave-mail-on-server): New user variable.
25857         (pop3-movemail): Delete mail only when it is nil.
25858
25859 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25860
25861         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25862
25863         * mml.el (mml-preview): Use `pop-to-buffer'.
25864
25865         * message.el (message-goto-mail-followup-to): Insert after "To".
25866         (message-carefully-insert-headers): Add comment.
25867
25868         * gnus.el: Remove unused variable `gnus-article-check-size'.
25869
25870         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25871
25872         * gnus-art.el (gnus-button-alist):
25873         Improve `gnus-button-handle-library' entry.
25874
25875 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25876
25877         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25878         Use downcase, since XEmacs capitalizes error messages differently.
25879
25880 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25881
25882         * nntp.el: Add (require 'gnus) due to reference to
25883         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25884
25885 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25886
25887         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25888         Bind `mm-fill-flowed'.
25889
25890         * mm-decode.el (mm-dissect-singlepart): Check it.
25891
25892 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25893
25894         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25895         'imap' for netrc parsing.
25896
25897 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25898
25899         * mailcap.el (mailcap-mime-data): Mark as risky.
25900
25901 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25902
25903         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25904         may be included in the encoded word.
25905         (rfc2047-encode): Don't append a space if the encoded word
25906         includes close parenthesis.
25907
25908 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25909
25910         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25911         of text within parentheses.
25912
25913 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25914
25915         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25916         (gnus-encrypt-write-file-contents): Make the password key the file
25917         name PLUS the cipher, not just the cipher.  Also remove failed
25918         passwords from the cache.
25919
25920 2004-08-06  Simon Josefsson  <jas@extundo.com>
25921
25922         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25923         Doc fix.
25924
25925 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25926
25927         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25928         LWSP.
25929
25930 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25931
25932         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25933         Try to append in-reply-to: data to the references: header.
25934
25935         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25936         (netrc-parse): Use gnus-encrypt.el functions.
25937
25938         * gnus-encrypt.el: Add new file for encryption support; currently
25939         does only a few GPG ciphers and an internal XOR cipher.
25940
25941         * password.el: Add comments on using password-read-and-add.
25942         (password-read-and-add): Add function to read and add the
25943         password to the cache at once.
25944
25945 2004-07-28  Simon Josefsson  <jas@extundo.com>
25946
25947         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25948         parameter (but don't use it, for now).
25949
25950         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25951         instead of hard coding to nil.
25952
25953 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25954
25955         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25956         as mm-inline-image-xemacs does.
25957
25958 2004-07-26  Simon Josefsson  <jas@extundo.com>
25959
25960         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25961         Revert part of 2004-07-17 change below.
25962
25963 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25964
25965         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25966         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25967
25968 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25969
25970         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25971         quotes that actually start with ">" at the beginning of the
25972         lines.
25973
25974 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25975
25976         * rfc2047.el (rfc2047-encode-region): Fix last change.
25977         (rfc2047-encode-parameter): Remove useless concat.
25978
25979 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25980
25981         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25982         encode special characters; fix some kind of misconfigured headers;
25983         signal a real error if debug-on-quit or debug-on-error is non-nil.
25984         (rfc2047-encode-max-chars): New variable.
25985         (rfc2047-encode-1): Use it.
25986         (rfc2047-encode-parameter): New function.
25987
25988         * mml.el (mml-insert-parameter): Remove an excessive space.
25989
25990 2004-07-17  Simon Josefsson  <jas@extundo.com>
25991
25992         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25993         Kai Grossjohann <kai@emptydomain.de>.
25994         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25995         (gnus-group-make-menu-bar): Ditto.
25996
25997         * gnus-util.el (gnus-group-server): Add.
25998
25999 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
26000
26001         * message.el (message-clone-locals): Clone sendmail and smtp
26002         variables.
26003
26004 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26005
26006         * rfc2047.el (rfc2047-encode-region): Fix last change.
26007
26008 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26009
26010         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
26011         characters as non-special.
26012
26013 2004-07-09  Simon Josefsson  <jas@extundo.com>
26014
26015         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
26016         Users will lose all flag changes made while unplugged with
26017         e.g. nntp unless flag synchronization happens, thus `nil' is not a
26018         good default.  See numerous reports on ding mailing list.
26019
26020 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26021
26022         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
26023         add generate-head-function and generate-article-function to the
26024         rfc822-forward entry.
26025         (nndoc-rfc822-forward-generate-article): New function.
26026         (nndoc-rfc822-forward-generate-head): New function.
26027
26028         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
26029
26030 2004-07-06  Dan Christensen  <jdc@uwo.ca>
26031
26032         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
26033         respect display group parameter and gnus-summary-expunge-below.
26034         (gnus-articles-to-read): Remove unused reference to display group
26035         parameter.
26036
26037 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26038
26039         * nnheader.el (nnheader-uniquify-message-id): New experimental
26040         variable.
26041         (nnheader-nov-read-message-id): Use it.
26042
26043         * spam-report.el (spam-report-gmane): Add interactive.
26044
26045 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26046
26047         * mm-encode.el (mm-content-transfer-encoding-defaults):
26048         Use qp-or-base64 for the application/* types.
26049
26050 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
26051
26052         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
26053
26054 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
26055
26056         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
26057         trim value.
26058
26059 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26060
26061         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26062         New macro and function.
26063         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26064
26065 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26066
26067         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26068         after-load-alist.
26069
26070 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26071
26072         * gnus-group.el (gnus-group-get-new-news-this-group):
26073         Don't update info that isn't there.
26074
26075 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26076
26077         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26078         entry.
26079
26080 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26081
26082         * mm-view.el (mm-inline-render-with-function): Use multibyte
26083         buffer; decode html source by charset.
26084
26085         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26086
26087         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26088         Mule-UCS is loaded under XEmacs.
26089         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26090
26091 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26092
26093         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26094
26095 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26096
26097         * mm-util.el (mm-coding-system-p): Return a coding-system.
26098         (mm-mime-mule-charset-alist): Use shift_jis instead of
26099         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26100         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26101         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26102         instead of japanese-shift-jis and iso-latin-1 respectively in
26103         order to share the default value with both Emacs and XEmacs-mule.
26104         (mm-mule-charset-to-mime-charset):
26105         Make mm-coding-system-priorities effective.
26106         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26107         while predicating of candidates upon the priorities.
26108
26109 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26110
26111         * gnus-sum.el (gnus-summary-make-menu-bar):
26112         Add gnus-uu-invert-processable.
26113
26114         * gnus.el: Autoload gnus-uu-invert-processable.
26115
26116 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26117
26118         * mm-util.el (mm-with-multibyte-buffer): New macro.
26119
26120         * rfc2047.el (rfc2047-encode-string): Use it.
26121         (rfc2047-encode-region): Move point to the end of the region after
26122         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26123
26124 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26125
26126         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26127         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26128
26129 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26130
26131         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26132         (gnus-cite-parse): Ignore quoted envelope From_.
26133         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26134
26135 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26136
26137         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26138         invalid addresses.
26139
26140 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26141
26142         * spam.el: Change section markers, revise TODO list.
26143         (spam-backends): Make new master list of all installed backends.
26144         (spam-summary-exit-behavior): Add new variable to determine how
26145         messages moves are done at summary exit.
26146         (spam-move-spam-nonspam-groups-only)
26147         (spam-process-ham-in-nonham-groups)
26148         (spam-process-ham-in-spam-groups): Remove variables, the
26149         spam-summary-exit-behavior variable should be used to manage this
26150         behavior.
26151         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26152         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26153         and spam-old-spam-articles.
26154         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26155         Add empty variables, placeholders for the backends they represent.
26156         (spam-set-difference): Move, unchanged.
26157         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26158         unless the user has a processor variable.
26159         (spam-classifications, spam-classification-valid-p)
26160         (spam-backend-properties, spam-backend-property-valid-p)
26161         (spam-backend-function-type-valid-p)
26162         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26163         (spam-report-articles-gmane, spam-report-articles-resend):
26164         Remove functions, they are not needed.
26165         (spam-install-backend-super, spam-backend-list)
26166         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26167         (spam-backend-function, spam-backend-ham-registration-function)
26168         (spam-backend-spam-registration-function)
26169         (spam-backend-ham-unregistration-function)
26170         (spam-backend-spam-unregistration-function)
26171         (spam-backend-statistical-p, spam-backend-mover-p)
26172         (spam-install-backend-alias, spam-install-checkonly-backend)
26173         (spam-install-mover-backend, spam-install-nocheck-backend)
26174         (spam-install-backend, spam-install-statistical-backend)
26175         (spam-install-statistical-checkonly-backend): Add backend installation
26176         support.
26177         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26178         (spam-group-processor-p): Use the new backend code and respect the
26179         summary exit behavior.
26180         (spam-mark-spam-as-expired-and-move-routine): Remove.
26181         (spam-summary-prepare): Change to use the new spam-old-articles
26182         variable.
26183         (spam-copy-or-move-routine, spam-copy-spam-routine)
26184         (spam-move-spam-routine, spam-copy-ham-routine)
26185         (spam-move-ham-routine): Add code to copy/move ham or spam.
26186         (spam-fetch-field-fast): Improve doc and code, plus allow the
26187         'number request.
26188         (spam-list-of-checks, spam-list-of-statistical-checks):
26189         Remove variables.
26190         (spam-split, spam-find-spam): Use the new backend code.
26191         (spam-registration-functions): Remove variable.
26192         (spam-unregister-routine): Add convenience wrapper.
26193         (spam-log-undo-registration, spam-register-routine)
26194         (spam-log-processing-to-registry)
26195         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26196         where possible.
26197         (spam-check-gmane-xref, spam-check-regex-headers)
26198         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26199         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26200         (spam-check-bogofilter-headers, spam-check-spamoracle)
26201         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26202         (spam-check-crm114-headers): Use the spam-split-group that
26203         spam-split prepares, no need to determine it every time.
26204
26205         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26206         to the nnheader-parse-naked-head call.
26207
26208         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26209
26210         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26211         the nnheader-nov-read-message-id call.
26212
26213 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26214
26215         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26216         gnus-activate-group twice.  Suggested by Markus Peter
26217         <warp@spin.de>.
26218
26219 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26220
26221         * gnus-art.el (gnus-article-time-format): Exchange the order of
26222         day and month in the default value; fix customization type.
26223         (article-date-ut): Use add-text-properties.
26224         (article-make-date-line): Use message-make-date instead of
26225         current-time-string.
26226
26227         * message.el (message-fetch-field): Don't use set-text-properties.
26228         (message-make-date): Simplify.
26229
26230         * messagexmas.el (message-xmas-make-date): New function.
26231         (message-xmas-redefine): Defalias message-make-date to it.
26232
26233 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26234
26235         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26236         (rfc2047-encode-region): Treat text within parentheses as special;
26237         show the original text when error has occurred.
26238
26239         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26240         already-computed method to gnus-activate-group.
26241
26242         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26243         same select-methods identical Lisp objects.
26244
26245         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26246         object when modifying the info.
26247
26248 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26249
26250         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26251         gnus-opened-servers since it has never been opened with the new
26252         configuration yet.
26253
26254 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26255
26256         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26257         arg to nnheader-generate-fake-message-id.
26258
26259 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26260
26261         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26262         number and build a fake message ID localized to a group and
26263         article number (so it's repeatable from that point on).
26264         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26265         ID format.
26266
26267         * gnus-sum.el (gnus-get-newsgroup-headers):
26268         Call nnheader-generate-fake-message-id with the article number.
26269
26270 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26271
26272         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26273         end-of-buffer.
26274
26275 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26276
26277         * message.el (message-ignored-supersedes-headers): Add Approved.
26278
26279 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26280
26281         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26282         goto-char.
26283         (rfc2047-encode): Fold the line before encoding.
26284
26285 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26286
26287         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26288         folding -- not all headers can be folded, and this should be done
26289         by the message composition mode.  Probably.  I think.
26290
26291 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26292
26293         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26294         fast.
26295
26296         * gnus-ems.el (gnus-remove-image): Don't use
26297         message-text-with-property; remove only the image found first.
26298
26299         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26300         found first.
26301
26302 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26303
26304         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26305
26306 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26307
26308         * message.el (message-text-with-property): Make it fast and accept
26309         optional arguments.
26310         (message-strip-forbidden-properties): Use it.
26311         (message-fix-before-sending): Follow the m-t-w-p change.
26312
26313         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26314
26315 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26316
26317         * gnus-art.el (article-hide-headers): Don't change the buffer
26318         mistakenly when performing mml-preview even if
26319         gnus-single-article-buffer is nil.
26320
26321 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26322
26323         * message.el (message-expand-name-databases): New user option.
26324         (message-expand-name): Use it.
26325
26326 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26327
26328         * spam.el (spam-report-articles-resend)
26329         (spam-report-resend-register-routine): Allow ham reporting.
26330         (spam-report-resend-register-ham-routine): Add wrapper.
26331         (spam-registration-functions): Add ham resending functions.
26332         (spam-list-of-processors): Add ham resend processor.
26333
26334         * gnus.el (ham-resend-to): Add new group parameter.
26335         (spam-process): Add ham resend option.
26336
26337         * spam-report.el (spam-report-resend): Allow reporting ham.
26338         (spam-report-resend-ham): Add wrapper.
26339
26340 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26341
26342         * message.el (message-cite-articles-with-x-no-archive):
26343         New variable.
26344         (message-cite-original): Use it.
26345
26346 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26347
26348         * message.el (message-cite-original): Respect X-No-Archive.
26349
26350 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26351
26352         * gnus-art.el (article-hide-headers): Refer to the values for
26353         gnus-ignored-headers and gnus-visible-headers in the summary
26354         buffer since a user may have set them as group parameters.
26355
26356 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26357
26358         * assistant.el (assistant-node-name): Add convenience function.
26359         (assistant-render-text, assistant-render-node): Add error handling,
26360         plus handle multiple next nodes.
26361         (assistant-find-next-node): Comment out for now.
26362         (assistant-find-next-nodes): Add function, returns list of next
26363         nodes.
26364
26365 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26366
26367         * mail-source.el (mail-source-directory): Fix doc-string.
26368
26369 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26370
26371         * assistant.el (assistant-render-text, assistant-eval): Add :set
26372         widget type, which is different because it takes and returns a
26373         list.  Much hilarity ensues.
26374
26375 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26376
26377         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26378
26379         * gnus-group.el (gnus-group-get-new-news-this-group):
26380         Add doc-string.
26381
26382         * gnus-start.el (gnus-activate-group): Add doc-string.
26383
26384 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26385
26386         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26387
26388 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26389
26390         * assistant.el (assistant-render-text): Try to add a :set
26391         widget, more to come.
26392
26393         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26394         strings.
26395         (spam-report-articles-resend)
26396         (spam-register-routine): Do registration iff any articles warrant
26397         it.
26398         (spam-summary-prepare-exit): Change log message for nil group
26399         destinations.
26400
26401 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26402
26403         * spam.el (spam-report-resend-register-routine):
26404         Allow spam-report-resend-to to be a group parameter or a global value.
26405
26406 2004-05-26  Simon Josefsson  <jas@extundo.com>
26407
26408         * starttls.el: Merge with my GNUTLS based starttls.el.
26409         (starttls-gnutls-program, starttls-use-gnutls)
26410         (starttls-extra-arguments, starttls-process-connection-type)
26411         (starttls-connect, starttls-failure, starttls-success):
26412         New variables.
26413         (starttls-program, starttls-extra-args): Doc fix.
26414         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26415         New functions.
26416         (starttls-negotiate, starttls-open-stream):
26417         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26418         function if it is set.
26419
26420 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26421
26422         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26423         structured fields.
26424
26425 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26426
26427         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26428
26429 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26430
26431         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26432         Add variable.
26433         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26434         assigning the spam-mark to new messages.
26435
26436 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26437
26438         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26439
26440 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26441
26442         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26443
26444         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26445         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26446         default.
26447
26448 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26449
26450         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26451         correct data.
26452
26453 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26454
26455         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26456         (spam-group-processor-p): Fix function.
26457         (spam-group-processor-multiple-p)
26458         (spam-group-spam-processor-report-gmane-p)
26459         (spam-group-spam-processor-report-resend-p)
26460         (spam-group-spam-processor-bogofilter-p)
26461         (spam-group-spam-processor-blacklist-p)
26462         (spam-group-spam-processor-ifile-p)
26463         (spam-group-ham-processor-ifile-p)
26464         (spam-group-spam-processor-spamoracle-p)
26465         (spam-group-spam-processor-crm114-p)
26466         (spam-group-ham-processor-bogofilter-p)
26467         (spam-group-spam-processor-stat-p)
26468         (spam-group-ham-processor-stat-p)
26469         (spam-group-ham-processor-whitelist-p)
26470         (spam-group-ham-processor-BBDB-p)
26471         (spam-group-ham-processor-spamoracle-p)
26472         (spam-group-ham-processor-copy-p): Remove functions with some
26473         prejudice against unneeded code.
26474         (spam-report-articles-resend)
26475         (spam-report-resend-register-routine): Allow the group/topic
26476         spam-resend-to value to override spam-report-resend-to.
26477         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26478         properly now.
26479
26480         * gnus.el (spam-resend-to): Add group/topic parameter.
26481         (spam-process): Move the OBSOLETE processors to the end of the
26482         choices.
26483
26484 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26485
26486         * spam-report.el (spam-report-resend-to, spam-report-resend):
26487         Start with resend-to set to nil, and then ask the user if necessary.
26488         (spam-report-resend): spam-report-resend takes a list of articles, not
26489         separate article numbers.
26490
26491 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26492
26493         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26494         addition to emacs-w3m.
26495
26496 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26497
26498         * assistant.el (assistant-authinfo-data): New function.
26499         (assistant-eval): Eval for entire assistant.
26500
26501         * netrc.el (netrc-services-file): New variable.
26502         (netrc-parse-services): New function.
26503         (netrc-find-service-name): New function.
26504         (netrc-find-service-number): New function.
26505         (netrc-port-equal): New function.
26506         (netrc-machine): Use it.
26507
26508         * nnimap.el (nnimap-open-connection): Use netrc.
26509
26510         * gnus-util.el (gnus-netrc-get): Remove aliases.
26511
26512         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26513
26514         * assistant.el (wid-edit): Fix compilation.
26515
26516         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26517
26518 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26519
26520         * gnus-util.el (gnus-set-file-modes): New function.  (small
26521         patch).
26522
26523 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26524
26525         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26526
26527         * assistant.el (assistant-render-node): Fix up rendering and
26528         read-only text.
26529         (assistant-render-node): Reset.
26530         (assistant-make-read-only): Not sticky.
26531
26532 2004-05-20  Danny Siu  <dsiu@adobe.com>
26533
26534         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26535         centered even when gnus-auto-center-summary is t.
26536
26537 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26538
26539         * dns.el (dns-get-txt-answer): New function.
26540         (dns-read-txt): Ditto.
26541         (query-dns): Use it.
26542
26543 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26544
26545         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26546         active for foreign groups even if the group level is higher than
26547         the specified value.
26548
26549 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26550
26551         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26552         non-active groups.
26553
26554         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26555
26556 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26557
26558         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26559
26560 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26561
26562         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26563         (spam-crm114-header, spam-crm114-spam-switch)
26564         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26565         (spam-crm114-positive-spam-header)
26566         (spam-crm114-database-directory, spam-list-of-processors)
26567         (spam-group-spam-processor-crm114-p)
26568         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26569         (spam-generic-score, spam-list-of-checks)
26570         (spam-list-of-statistical-checks, spam-registration-functions)
26571         (spam-check-crm114-headers, spam-crm114-score)
26572         (spam-check-crm114, spam-crm114-register-with-crm114)
26573         (spam-crm114-register-spam-routine)
26574         (spam-crm114-unregister-spam-routine)
26575         (spam-crm114-register-ham-routine)
26576         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26577
26578 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26579
26580         * gnus.el: Add spam-use-crm114.
26581
26582         * spam.el (spam-list-of-processors, spam-registration-functions):
26583         Add spam-use-resend.
26584         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26585         (spam-report-articles-gmane): Add doc fix.
26586         (spam-report-articles-resend, spam-report-resend-register-routine):
26587         Add wrappers around spam-report-resend-to.
26588
26589         * spam-report.el (spam-report-resend-to, spam-report-resend):
26590         Add support for resending spam.
26591         (spam-report-gmane): Fix line length >80.
26592
26593         * gnus.el (spam-process): Add spam-use-resend.
26594
26595 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26596
26597         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26598         number of processed spam messages.
26599         (spam-ham-copy-or-move-routine): Return the number of processed
26600         ham messages.
26601         (spam-summary-prepare-exit): Use the above values to decide
26602         whether status messages should be displayed.
26603
26604 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26605
26606         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26607         `rfc2047-encoding-function-alist' in order to avoid conflicting
26608         with the old version.
26609         (rfc2047-encode-region): Concatenate words containing non-ASCII
26610         characters in structured fields; don't encode space-delimited
26611         ASCII words even in unstructured fields; don't break words at
26612         char-category boundaries.
26613         (rfc2047-encode-1): New function.
26614         (rfc2047-encode): Use it; encode text so that it occupies the
26615         maximum width within 76-column; work correctly on Q encoding for
26616         iso-2022-* charsets.
26617         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26618         sure not to break a line just after the header name.
26619         (rfc2047-b-encode-region): Remove.
26620         (rfc2047-b-encode-string): New function.
26621         (rfc2047-q-encode-region): Remove.
26622         (rfc2047-q-encode-string): New function.
26623
26624         * mm-util.el (mm-replace-in-string): New function.
26625
26626 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26627
26628         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26629         Really get it right.
26630         (gnus-inews-make-draft): Really.
26631
26632 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26633
26634         * nnmh.el (nnmh-request-list-1): Don't check the link count
26635         before descending.  (small patch)
26636
26637 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26638
26639         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26640         stuff.
26641
26642         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26643         Match on real group name.
26644
26645         * gnus-art.el (gnus-signature-limit): Doc fix.
26646
26647         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26648
26649         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26650
26651 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26652
26653         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26654         isn't a string.
26655
26656 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26657
26658         * gnus-draft.el (gnus-draft-send):
26659         Bind rfc2047-encode-encoded-words.
26660
26661         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26662         (rfc2047-encodable-p): Say that =? needs encoding.
26663         (rfc2047-encode-encoded-words): New variable.
26664
26665         * gnus-group.el (gnus-group-select-group): Doc fix.
26666
26667         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26668
26669         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26670         to nil.
26671
26672         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26673
26674         * nnheader.el (nnheader-get-lines-and-char): New function.
26675
26676 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26677
26678         * gnus-msg.el (gnus-summary-followup-with-original):
26679         Document yanking of region when active.
26680
26681 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26682
26683         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26684         groups if the group level is higher than the specified value.
26685
26686 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26687
26688         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26689         (gnus-group-jump-to-group): Add prefix argument using
26690         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26691         non-active group.
26692
26693         * compface.el (uncompface): Be verbose when changing
26694         `uncompface-use-external'.
26695
26696         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26697         handle manual section.
26698
26699 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26700
26701         * gnus-art.el (gnus-button-alist): Revert previous change.
26702
26703 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26704
26705         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26706
26707 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26708
26709         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26710         whether backend can accept message.
26711
26712         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26713
26714 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26715
26716         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26717         Avoid creating directory when nntp-marks-is-evil is true.
26718         Reported by Reiner Steib.
26719
26720 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26721
26722         * gnus-picon.el (gnus-picon-insert-glyph):
26723         Add optional `nostring' argument.
26724
26725 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26726
26727         * gnus-picon.el (gnus-picon-style): New variable.
26728         (gnus-picon-transform-address): Support `gnus-picon-style'.
26729
26730 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26731
26732         * message.el (message-fill-field): Return point.
26733         (message-generate-headers): Go to end of field.
26734
26735         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26736         stuff for non-living groups.
26737
26738 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26739
26740         * gnus-art.el (gnus-article-followup-with-original)
26741         (gnus-article-reply-with-original): gnus-mark-active-p ->
26742         gnus-region-active-p.
26743
26744 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26745
26746         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26747         only when there is spam or ham to be processed.
26748
26749 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26750
26751         * mail-source.el (mail-source-delete-crash-box): Refactor.
26752         (mail-source-fetch): Use it.
26753         (mail-source-fetch-file): Ditto.
26754         (mail-source-fetch-directory): Run postscript in loop.
26755         (mail-source-fetch-pop): Delete.
26756         (mail-source-fetch-maildir): Ditto.
26757         (mail-source-fetch-imap): Ditto.
26758
26759         * imap.el (imap-authenticators): Comment out sasl.
26760
26761         * message.el (message-skip-to-next-address): New function.
26762         (message-fill-header-address): Refactor.
26763         (message-fill-address): Use it.
26764         (message-delete-address): Use it.
26765         (message-fill-header-general): Refactor.
26766         (message-fill-field-address): Rename.
26767         (message-narrow-to-field): Find the start of the header.
26768         (message-header-format-alist): Don't pre-fill.
26769         (message-fill-header): Remove.
26770         (message-insert-header): New function.
26771         (message-shorten-references): Use it.
26772
26773         * rfc2047.el (rfc2047-field-value): Strip props.
26774
26775         * mail-parse.el (mail-header-make-address): New alias.
26776
26777         * ietf-drums.el (ietf-drums-make-address): New function.
26778
26779         * imap.el: Add compiler directives.
26780
26781         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26782
26783         * gnus-art.el (article-decode-idna-rhs): Don't use
26784         message-idna-inside-rhs-p.
26785
26786 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26787
26788         * message.el (message-idna-inside-rhs-p): Remove.
26789         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26790
26791         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26792         false positives.
26793
26794 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26795
26796         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26797
26798 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26799
26800         * nneething.el (nneething-file-name): Don't create spurious
26801         files.
26802
26803         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26804         (gnus-inews-do-gcc): Remove sleep.
26805
26806         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26807         part under point.
26808
26809         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26810         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26811
26812 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26813
26814         * spam.el (spam-summary-prepare-exit): Fix (length).
26815
26816 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26817
26818         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26819         as expired without moving it" message when there are spam
26820         messages left.
26821
26822 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26823
26824         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26825         header is not nil.
26826
26827 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26828
26829         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26830         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26831         (nntp-marks-changed-p): New arg SERVER.
26832         (nntp-request-update-info): Adjust caller.
26833
26834 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26835
26836         * nntp.el (nntp-save-marks): Pass missing arg.
26837
26838 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26839
26840         * nntp.el: Support marks.
26841         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26842         (nntp-marks-modtime, nntp-marks-directory): New variables.
26843         (nntp-request-set-mark, nntp-request-update-info)
26844         (nntp-possibly-create-directory, nntp-marks-changed-p)
26845         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26846         New functions.
26847
26848 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26849
26850         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26851         (gnus-xmas-redefine): Rename.
26852
26853         * gnus-score.el (gnus-score-insert-help):
26854         Use gnus-select-lowest-window.
26855
26856         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26857         appt-select-lowest-window and rename to gnus-select-lowest-window.
26858
26859         * gnus.el: do.
26860
26861 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26862
26863         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26864         encodings of MIME-encoded words, in order to improve
26865         interoperability with several broken MUAs.
26866
26867 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26868
26869         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26870         tags, only when charsets are not specified in headers.
26871         (mm-inline-text-html-render-with-w3m): Ditto.
26872
26873         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26874         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26875
26876 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26877
26878         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26879         instead of MIME-decoded from fields when checking
26880         `gnus-article-address-banner-alist'.
26881
26882 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26883
26884         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26885         description rather than subject.
26886
26887 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26888
26889         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26890
26891 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26892
26893         * gnus.el (gnus-version-number): Bump.
26894
26895 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26896
26897         * gnus.el: No Gnus v0.2 is released.
26898
26899 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26900
26901         * gnus-agent.el (gnus-agent-read-agentview):
26902         Inline gnus-uncompress-range.
26903
26904 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26905
26906         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26907         `exec-installed-p'.
26908
26909 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26910
26911         * gnus.el (spam-process, spam-autodetect-methods):
26912         Add bsfilter and bsfilter-headers.
26913
26914         * spam.el (spam-bsfilter): New customize group.
26915         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26916         (spam-bsfilter-header, spam-bsfilter-probability-header)
26917         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26918         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26919         (spam-bsfilter-database-directory): New options.
26920         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26921         (spam-list-of-statistical-checks, spam-registration-functions):
26922         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26923         (spam-bsfilter-score): New command.
26924         (spam-check-bsfilter-headers, spam-check-bsfilter)
26925         (spam-bsfilter-register-with-bsfilter)
26926         (spam-bsfilter-register-spam-routine)
26927         (spam-bsfilter-unregister-spam-routine)
26928         (spam-bsfilter-register-ham-routine)
26929         (spam-bsfilter-unregister-ham-routine): New functions.
26930         (spam-generic-score): Support bsfilter; Accept an optional argument
26931         to recalcurate spam score even if scoring header has already been
26932         added.
26933         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26934         optional argument to recalcurate spam score even if scoring header
26935         has already been added.
26936
26937 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26938
26939         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26940         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26941         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26942         link is missing.
26943
26944 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26945
26946         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26947         (html2text-get-attr): Rewrite.
26948
26949         * message.el (message-setup-1): Remove redundant put-text-property
26950         on mail-header-separator.
26951
26952 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26953
26954         * gnus-registry.el (gnus-registry-cache-whitespace)
26955         (gnus-registry-action, gnus-registry-spool-action)
26956         (gnus-registry-split-fancy-with-parent): Change message levels
26957         from 5 to 3 or 7, as needed.
26958
26959         * spam.el (spam-summary-prepare-exit)
26960         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26961         (spam-split, spam-find-spam, spam-log-undo-registration)
26962         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26963         level from 5 to 6.
26964
26965 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26966
26967         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26968         2004-03-04 change).
26969
26970 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26971
26972         * sieve-manage.el (sieve-manage-open):
26973         * nnweb.el (nnweb-insert-html):
26974         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26975         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26976         * nnspool.el (nnspool-request-group):
26977         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26978         * nnml.el (nnml-request-update-info):
26979         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26980         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26981         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26982         (nnimap-request-set-mark):
26983         * nnfolder.el (nnfolder-request-update-info):
26984         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26985         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26986         * gnus-uu.el (gnus-uu-find-articles-matching):
26987         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26988         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26989         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26990         * gnus-nocem.el (gnus-nocem-scan-groups):
26991         * gnus-int.el (gnus-start-news-server):
26992         * gnus-group.el (gnus-group-make-kiboze-group)
26993         (gnus-group-browse-foreign-server):
26994         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26995         Use mapc when appropriate.
26996
26997 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26998             Adam Sjøgren  <asjo@koldfront.dk>
26999             Wes Hardaker  <wes@hardakers.net>
27000             Michael Shields  <shields@msrl.com>
27001
27002         * spam.el (spam-necessary-extra-headers): Get the extra headers we
27003         may need for spam sorting and scoring.
27004         (spam-user-format-function-S): Add user format function suitable for
27005         general use.
27006         (spam-article-sort-by-spam-status): Add sorting function for summary
27007         sorting.
27008         (spam-extra-header-to-number): Add function to get a score from a
27009         header.
27010         (spam-summary-score): Add function to get a numeric score from the
27011         headers.
27012         (spam-generic-score): Fix function doc, was in wrong place.
27013         (spam-initialize): Take symbols when it's run, and install the
27014         extra headers that spam-necessary-extra-headers thinks we need.
27015
27016 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
27017
27018         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
27019         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27020
27021 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
27022
27023         * gnus-sum.el (gnus-set-global-variables)
27024         (gnus-build-all-threads, gnus-get-newsgroup-headers)
27025         (gnus-article-get-xrefs, gnus-summary-best-group)
27026         (gnus-summary-next-article, gnus-summary-enter-digest-group)
27027         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
27028         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
27029         Use with-current-buffer.
27030
27031 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27032
27033         * spam.el (spam-summary-prepare-exit): Simplify logic.
27034         (spam-fetch-article-header): Read the article header if it's not
27035         available.
27036         (spam-list-articles): Simplify logic.
27037         (spam-filelist-register-routine): Fix bug with unregister-list.
27038
27039         * gnus-registry.el: Fix comments at beginning.
27040
27041 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
27042
27043         * message.el (message-cater-to-broken-inn): Remove.
27044         (message-shorten-references): Make sure the total folded length of
27045         References is shorter than 998 characters to cater to a bug in INN
27046         2.3.  Also, don't pretend that references aren't folded -- this
27047         hasn't worked for a while.
27048
27049 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27050
27051         * gnus-agent.el (gnus-agentize):
27052         gnus-agent-send-mail-real-function no longer set to current value
27053         of message-send-mail-function but rather a lambda that calls
27054         message-send-mail-function.  The change makes the agent real-time
27055         responsive to user changes to message-send-mail-function.
27056
27057 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27058
27059         * legacy-gnus-agent.el
27060         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27061         help from Florian Weimer <fw@deneb.enyo.de>
27062
27063 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27064
27065         * nnmail.el (nnmail-cache-insert): Revert last change.
27066
27067 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27068
27069         * nnmail.el (nnmail-cache-insert): Always check whether
27070         nnmail-cache-ignore-groups matches a group name.
27071
27072 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27073
27074         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27075         (spam-find-spam, spam-log-processing-to-registry)
27076         (spam-log-registered-p, spam-log-unregistration-needed-p)
27077         (spam-log-undo-registration): Use gnus-message instead of
27078         gnus-error, none of these errors are fatal.
27079
27080         * gnus-registry.el (gnus-registry-clean-empty-function)
27081         (gnus-registry-clean-empty): Remove only empty entries without
27082         extra data.
27083
27084 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27085
27086         * spam-stat.el (spam-stat-buffer-change-to-spam)
27087         (spam-stat-buffer-change-to-non-spam): Change (error) to
27088         (gnus-message 8) invocation.
27089
27090 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27091
27092         * nntp.el (nntp-via-netcat-command): New variable.
27093         (nntp-via-netcat-switches): New variable.
27094         (nntp-open-via-rlogin-and-netcat): New function.
27095         (nntp-open-connection-function): Doc fix.
27096         (nntp-telnet-command): Doc fix.
27097         (nntp-end-of-line): Doc fix.
27098         (nntp-via-rlogin-command): Doc fix.
27099         (nntp-via-user-name): Doc fix.
27100         (nntp-via-address): Doc fix.
27101
27102 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27103
27104         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27105         error in Emacs 21.1.
27106
27107 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27108
27109         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27110
27111 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27112
27113         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27114         (gnus-agent-with-refreshed-group): New macro.
27115         (gnus-agent-rename-group): New function.
27116         (gnus-agent-delete-group): New function.
27117         (gnus-agent-save-group-info): Use gnus-command-method when
27118         `method' parameter is nil.  Don't write nil entries into the
27119         active file.
27120         (gnus-agent-get-group-info): New function.
27121         (gnus-agent-fetch-articles):
27122         Use gnus-agent-update-files-total-fetched-for to increment disk space
27123         used.
27124         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27125         Use gnus-agent-update-view-total-fetched-for to increment disk space
27126         used.
27127         (gnus-agent-get-local): Add optional parameters to avoid calling
27128         gnus-group-real-name and gnus-find-method-for-group.
27129         (gnus-agent-set-local): Delete stored entry if either min, or max,
27130         are nil.
27131         (gnus-agent-fetch-session): Reworded error/quit messages.
27132         On quit, use gnus-agent-regenerate-group to record existance of any
27133         articles fetched to disk before the quit occurred.
27134         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27135         gnus-agent-update-view-total-fetched-for, and
27136         gnus-agent-update-files-total-fetched-for to decrement disk space
27137         used.
27138         (gnus-agent-retrieve-headers):
27139         Use gnus-agent-update-view-total-fetched-for to increment disk space
27140         used.
27141         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27142         with gnus-agent-update-files-total-fetched-for to decrement disk
27143         space and fresh group buffer.
27144         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27145         (gnus-agent-need-update-total-fetched-for): New variable.
27146         (gnus-agent-update-files-total-fetched-for): New function.
27147         (gnus-agent-update-view-total-fetched-for): New function.
27148         (gnus-agent-total-fetched-for): New function.
27149
27150         * gnus-cache.el (gnus-cache-save-buffers):
27151         Use gnus-cache-update-overview-total-fetched-for to change disk space
27152         used by this group.
27153         (gnus-cache-possibly-enter-article):
27154         Use gnus-cache-update-file-total-fetched-for to increment disk space
27155         used by this group.
27156         (gnus-cache-possibly-remove-article):
27157         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27158         used by this group.
27159         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27160         (gnus-cache-rename-group): New function.
27161         (gnus-cache-delete-group): New function.
27162         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27163         (gnus-cache-need-update-total-fetched-for): New variable.
27164         (gnus-cache-with-refreshed-group): New macro.
27165         (gnus-cache-update-file-total-fetched-for): New function.
27166         (gnus-cache-update-overview-total-fetched-for): New function.
27167         (gnus-cache-rename-group-total-fetched-for): New function.
27168         (gnus-cache-delete-group-total-fetched-for): New function.
27169         (gnus-cache-total-fetched-for): New function.
27170
27171         * gnus-group.el: Require gnus-sum and autoload functions to
27172         resolve warnings when gnus-group.el compiled alone.
27173         (gnus-group-line-format): Document new %F.
27174         (size of Fetched data) group line format; identifies disk space
27175         used by agent and cache.
27176         (gnus-group-line-format-alist): Define new F format.
27177         (gnus-total-fetched-for): New function.
27178         (gnus-group-delete-group): No longer update
27179         gnus-cache-active-altered as gnus-request-delete-group now keeps
27180         the cache in sync.
27181         (gnus-group-list-active): Let the agent store a server's active
27182         list if currently plugged.
27183
27184         * gnus-int.el (gnus-request-delete-group):
27185         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27186         local disk in sync with the server.
27187         (gnus-request-rename-group):
27188         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27189         local disk in sync with the server.
27190
27191         * gnus-start.el (gnus-get-unread-articles):
27192         Cosmetic simplification to logic.
27193
27194         * gnus-util.el (gnus-rename-file): New function.
27195
27196 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27197
27198         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27199
27200 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27201
27202         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27203         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27204
27205 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27206
27207         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27208         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27209
27210 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27211
27212         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27213
27214 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27215
27216         * spam.el (spam-set-difference): Add function to replace
27217         gnus-set-difference in spam.el.
27218         (spam-summary-prepare-exit): Use spam-set-difference.
27219
27220 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27221
27222         * gnus-registry.el (gnus-registry-cache-file): Update to use
27223         gnus-dribble-directory OR gnus-home-directory OR ~.
27224         (gnus-registry-split-fancy-with-parent): Fix doc.
27225
27226 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27227
27228         * message.el (message-exchange-point-and-mark):
27229         Use message-mark-active-p.  Suggested by Jesper Harder
27230         <harder@ifa.au.dk>.
27231
27232 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27233
27234         * message.el (message-exchange-point-and-mark): Don't activate
27235         region if it was inactive.  Suggested by Hiroshi Fujishima
27236         <pooh@nature.tsukuba.ac.jp>.
27237
27238 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27239
27240         * gnus-art.el (article-display-face): Display Faces in the same
27241         order as X-Faces.
27242
27243 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27244
27245         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27246
27247 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27248
27249         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27250         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27251         (gnus-article-mime-hierarchy): Remove.
27252         (gnus-article-mime-hierarchy-next): Remove.
27253         (gnus-article-mode): Revert 2004-03-19 change.
27254         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27255         (gnus-insert-mime-button): Revert 2004-03-19 change.
27256         (gnus-mime-accumulate-hierarchy): Remove.
27257         (gnus-mime-enter-multipart): Remove.
27258         (gnus-mime-leave-multipart): Remove.
27259         (gnus-mime-display-part): Revert 2004-03-19 change.
27260         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27261
27262         * mml.el (mml-preview): Revert 2004-03-19 change.
27263
27264 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27265
27266         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27267
27268 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27269
27270         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27271         t while entering a file name using the mm-with-multibyte macro.
27272         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27273
27274         * mm-util.el (mm-with-multibyte): New macro.
27275
27276 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27277
27278         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27279         New user option.
27280         (gnus-mime-multipart-functions): Doc and customization fix.
27281         (gnus-article-mime-hierarchy): New variable.
27282         (gnus-article-mime-hierarchy-next): New variable.
27283         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27284         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27285         gnus-article-mime-hierarchy-next to nil.
27286         (gnus-insert-mime-button): Show hierarchy numbers.
27287         (gnus-mime-accumulate-hierarchy): New function.
27288         (gnus-mime-enter-multipart): New function.
27289         (gnus-mime-leave-multipart): New function.
27290         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27291         (gnus-mime-display-alternative): Show hierarchy numbers.
27292
27293         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27294         gnus-article-mime-hierarchy-next to nil.
27295
27296 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27297
27298         * dns.el: Don't require gnus-xmas.
27299
27300 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27301
27302         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27303         inline PGP.
27304         (mml-menu): Disable mml-quote-region if mark is inactive.
27305
27306 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27307
27308         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27309         when the group's active is not available.
27310
27311 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27312
27313         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27314         error.
27315
27316 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27317
27318         * imap.el (imap-store-password): New variable.
27319         (imap-interactive-login): Use it.
27320         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27321
27322 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27323
27324         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27325         window-start and hscroll to summary window.
27326
27327 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27328
27329         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27330         conversion message to newsrc-dribble when an actual conversion is
27331         performed.
27332
27333 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27334
27335         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27336
27337 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27338
27339         * mm-decode.el (mm-complicated-handles): New function reviving
27340         former definition of mm-multiple-handles.
27341
27342         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27343         (gnus-mime-delete-part): Use it.
27344
27345 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27346
27347         * gnus-agent.el (gnus-agent-read-local):
27348         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27349         avoid the implicit assumption that they will always be equal.
27350         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27351         coding-system-for-write, as the with-temp-file macro first prints
27352         to a buffer then saves the buffer.
27353
27354 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27355
27356         * gnus-art.el (gnus-article-edit-part): New function.
27357         (gnus-mime-save-part-and-strip): Use it; do query instead of
27358         signaling an error; don't use mm-multiple-handles.
27359         (gnus-mime-delete-part): Ditto.
27360
27361 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27362
27363         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27364         old file versions.
27365         (gnus-group-prepare-hook): Remove function that converted list
27366         form of gnus-agent-expire-days to group properties.
27367
27368         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27369         (gnus-request-accept-article): Re-indented.
27370
27371         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27372         converters to handle old agent file formats.  Add logic for a
27373         "backup before upgrading warning".
27374         (gnus-convert-mark-converter-prompt): Developers can mark
27375         functions as needing (default), or not needing,
27376         gnus-convert-old-newsrc's "backup before upgrading warning".
27377         (gnus-convert-converter-needs-prompt): Tests whether the user
27378         should be protected from potentially irreversable changes by the
27379         function.
27380
27381         * legacy-gnus-agent.el: New.  Provides converters that are only
27382         loaded when gnus-convert-old-newsrc needs to call them.
27383
27384 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27385
27386         * mail-source.el (mail-source-touch-pop): Doc fix.
27387
27388         * message.el (message-smtpmail-send-it): Doc fix.
27389
27390 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27391
27392         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27393
27394         * nnmail.el (nnmail-split-fancy): do.
27395
27396         * gnus-kill.el (gnus-kill, gnus-execute): do.
27397
27398 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27399
27400         * gnus-sum.el (gnus-widget-reversible-match)
27401         (gnus-widget-reversible-to-internal)
27402         (gnus-widget-reversible-to-external): New functions.
27403         (gnus-widget-reversible): New widget.
27404         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27405
27406 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27407
27408         * gnus-sum.el (gnus-thread-sort-functions)
27409         (gnus-article-sort-functions): Document `(not F)' items.
27410
27411 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27412
27413         * spam.el (spam-use-gmane-xref): Add new backend.
27414         (spam-gmane-xref-spam-group): Add variable to control the name of the
27415         Gmane spam group.
27416         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27417         (spam-regex-headers-spam, spam-regex-headers-ham)
27418         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27419         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27420         backends and checks.
27421         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27422
27423         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27424         an autodetect method.
27425
27426 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27427
27428         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27429         articles are being added to a group.
27430         (gnus-request-replace-article): Inform the agent that articles
27431         need to be uncached as the cached contents are no longer valid.
27432
27433 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27434
27435         * binhex.el: Don't autoload executable-find.
27436
27437         * canlock.el: Don't autoload mail-fetch-field.
27438
27439         * dgnushack.el: Autoload c-mode for XEmacs.
27440
27441         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27442
27443         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27444         rmail-dont-reply-to and rmail-output.
27445
27446         * gnus-score.el: Don't autoload ffap-string-at-point.
27447
27448         * gnus-setup.el: Don't autoload sc-cite-original.
27449
27450         * imap.el: Don't autoload base64-decode-string,
27451         base64-encode-string and md5.
27452
27453         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27454         and rmail-msg-restore-non-pruned-header.
27455
27456         * mm-decode.el: Don't autoload executable-find.
27457
27458         * mm-url.el: Don't autoload executable-find.
27459
27460         * mm-view.el: Don't autoload diff-mode.
27461
27462         * nndb.el: Don't autoload news-reply-mode, news-setup,
27463         cancel-timer and telnet.
27464
27465         * password.el: Don't autoload run-at-time for Emacs.
27466
27467         * sha1-el.el: Don't autoload executable-find.
27468
27469         * sieve-mode.el: Don't autoload c-mode.
27470
27471         * uudecode.el: Don't autoload executable-find.
27472
27473 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27474
27475         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27476         (gnus-agent-possibly-alter-active): Avoid null in numeric
27477         comparison.
27478         (gnus-agent-set-local): Refuse to save null in local object table.
27479         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27480         list of articles that will be marked as unread.
27481
27482 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27483
27484         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27485
27486 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27487
27488         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27489         language tags.
27490
27491 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27492
27493         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27494         Don't bind "obarray".
27495
27496         * gnus-sum.el (gnus-thread-sort-functions):
27497         Add `gnus-thread-sort-by-most-recent-number' and
27498         `gnus-thread-sort-by-most-recent-date'.
27499         Reported by Kai Grossjohann <kai@emptydomain.de>.
27500
27501 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27502
27503         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27504
27505 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27506
27507         * gnus-cus.el (gnus-agent-customize-category):
27508         Remove ignore-errors macro reference that required cl to be loaded at
27509         run-time.
27510
27511         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27512         single-interval range of the form (min . max).  Previously the
27513         range had to look like ((min . max)).  Likewise, return
27514         (min . max) rather than ((min . max)).
27515         (gnus-range-map): Use gnus-range-normalize to accept
27516         single-interval range.
27517
27518         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27519         the cache, but not the agent, now appear with their usual face.
27520
27521         * dgnushack.el (loaddir): New variable that is bound to the
27522         directory containing the dgnushack.el file.  Use loaddir, rather
27523         than srcdir, to update load-path.  Change lets dgnushack compile
27524         code in directories other than GNUS/lisp.
27525
27526 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27527
27528         * lpath.el: Don't bind w3m-safe-url-regexp.
27529
27530         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27531         w3m-safe-url-regexp variable buffer-local.
27532
27533         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27534
27535 2004-02-27  Simon Josefsson  <jas@extundo.com>
27536
27537         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27538         gnus-group-real-prefix.
27539         (gnus-summary-move-article): Use it, instead of
27540         gnus-group-real-prefix.
27541
27542 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27543
27544         * lpath.el: Bind w3m-safe-url-regexp.
27545
27546         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27547         w3m-safe-url-regexp variable buffer-local and set it as the value
27548         of mm-w3m-safe-url-regexp.
27549
27550         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27551
27552         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27553         parsing gnus-posting-styles when the message is not for replying.
27554
27555         * dgnushack.el: Autoload sgml-mode for XEmacs.
27556
27557         * nnrss.el (nnrss-opml-export):
27558         Use mm-set-buffer-file-coding-system instead of
27559         set-buffer-file-coding-system.
27560
27561 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27562
27563         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27564         of checkdoc.el).
27565         * nnrss.el: do.
27566         * gnus-mlspl.el: do.
27567         * gnus-ml.el: do.
27568         * gnus-srvr.el: do.
27569
27570         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27571
27572 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27573
27574         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27575         Corrections to custom-manual links.
27576
27577         * gnus-art.el (gnus-article): Ditto.
27578
27579         * mm-decode.el (mime-display, mime-security): Ditto.
27580
27581 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27582
27583         * flow-fill.el: Typo.
27584
27585 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27586
27587         * spam-wash.el: New file.
27588
27589 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27590
27591         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27592
27593 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27594
27595         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27596         to be run with new-articles as LIST1, not LIST2.
27597         (spam-registration-functions): Add spam-use-ham-copy as a nil
27598         registration backend.
27599
27600 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27601
27602         * spam-stat.el (spam-stat-washing-hook): New option.
27603         (spam-stat-buffer-words): Use it.
27604         (spam-stat-process-directory, spam-stat-test-directory):
27605         Use insert-file-contents-literally.
27606         (spam-stat-coding-system): New variable.
27607         (spam-stat-load, spam-stat-save): Use it.
27608
27609 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27610
27611         * spam-report.el (spam-report-plug-agent):
27612         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27613
27614 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27615
27616         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27617         Allow / in mailto URLs.
27618
27619 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27620
27621         * spam-report.el (spam-report-process-queue): Fix interactive use.
27622         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27623         (spam-report-unplug-agent): Doc fixes.
27624         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27625         (spam-report-agentize, spam-report-deagentize): Autoload.
27626
27627 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27628
27629         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27630
27631         * message.el (message-setup-fill-variables): Add mml tags to
27632         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27633         <ajk@iu.edu>.
27634         (message-mode): Don't modify paragraph-separate there.
27635
27636 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27637
27638         * compface.el (uncompface-use-external): Default to undecided.
27639         (uncompface-use-external-threshold): New variable.
27640         (uncompface-float-time): New macro.
27641         (uncompface): Determine whether to use the external decoder if
27642         uncompface-use-external is undecided.
27643
27644 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27645
27646         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27647         after images.
27648
27649         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27650
27651 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27652
27653         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27654
27655         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27656
27657         * gnus-sum.el (gnus-summary-limit-to-age)
27658         (gnus-summary-limit-children): do.
27659
27660         * gnus-int.el (gnus-request-scan): do.
27661
27662         * gnus-group.el (gnus-group-suspend): do.
27663
27664         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27665
27666         * gnus-cite.el (gnus-cite-parse-attributions): do.
27667
27668         * gnus-agent.el (gnus-summary-set-agent-mark)
27669         (gnus-agent-regenerate-group): do.
27670
27671         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27672
27673         * binhex.el (binhex-decode-region-internal): do.
27674
27675 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27676
27677         * gnus-fun.el (gnus-face-properties-alist): New user option.
27678         (gnus-display-x-face-in-from): Use it.
27679
27680         * gnus-art.el (article-display-face): Ditto.
27681
27682         * compface.el (uncompface-use-external): Default to nil.
27683
27684 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27685
27686         * nntp.el (nntp-erase-buffer): New function.
27687         (nntp-retrieve-data, nntp-send-command)
27688         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27689         (nntp-possibly-change-group): Use it.
27690
27691         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27692         Use with-current-buffer.
27693
27694 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27695
27696         * compface.el: Merge the ELisp-based uncompface program.
27697         (compface): New customization group.
27698         (uncompface-use-external): New user option.
27699         (uncompface): Call uncompface-internal if uncompface-use-external
27700         is nil.
27701         (uncompface-internal): New function.  Note that there are also
27702         some other functions and variables added for this function.
27703
27704 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27705
27706         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27707         if necessary.
27708
27709 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27710
27711         * spam-report.el (spam-report-unplug-agent)
27712         (spam-report-plug-agent, spam-report-deagentize)
27713         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27714         Add support for the Agent in spam-report: when unplugged, report to a
27715         file; when plugged, submit all the requests.
27716
27717         * spam.el (spam-register-routine): Fix message about
27718         registration.
27719
27720 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27721
27722         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27723         dependencies.
27724         (rfc2047-encode): Use it.
27725
27726         * gnus-art.el (gnus-button-marker-list): Move before first
27727         reference.
27728
27729         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27730         (imap-parse-body): Fix format string mismatch.
27731
27732         * gnus-score.el (gnus-summary-increase-score): do.
27733
27734         * nnrss.el (nnrss-close): New function.
27735
27736 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27737
27738         * nnrss.el (nnrss-make-filename): New function.
27739         (nnrss-request-delete-group, nnrss-read-server-data)
27740         (nnrss-save-server-data, nnrss-read-group-data)
27741         (nnrss-save-group-data): Use it.
27742         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27743         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27744         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27745
27746 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27747
27748         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27749
27750 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27751
27752         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27753         files.
27754
27755         * message.el (message-generate-headers-first): Don't quote nil
27756         and t in docstrings.
27757
27758         * imap.el (imap-id): do.
27759
27760         * gnus-agent.el (gnus-agent-consider-all-articles)
27761         (gnus-agent-queue-mail): do.
27762
27763 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27764
27765         * spam-report.el (spam-report-process-queue): New function.
27766         Process requests from `spam-report-requests-file'.
27767         (spam-report-process-queue): Doc fix.
27768
27769 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27770
27771         * spam.el (spam-register-routine)
27772         (spam-log-processing-to-registry, spam-log-registered-p)
27773         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27774         Change "check" to "spam-check" for semi-clarity.
27775
27776 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27777
27778         * pop3.el: Require nnheader.
27779
27780         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27781
27782         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27783
27784         * gnus-picon.el: Require cl.
27785
27786         * gnus-fun.el: Require gnus-ems and gnus-util.
27787
27788         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27789
27790         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27791
27792         * gnus-art.el (gnus-article-edit-mode): Define before first
27793         reference.
27794
27795 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27796
27797         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27798         (gnus-uu-post-encoded): Use point-at-bol.
27799
27800         * gnus-topic.el (gnus-group-active-topic-p): do.
27801
27802         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27803
27804         * gnus-group.el (gnus-group-kill-region): do.
27805
27806         * gnus-art.el (article-date-ut): do.
27807
27808         * message.el (message-fetch-field): Remove redundant
27809         case-fold-search binding.
27810         (message-narrow-to-field): Simplify.
27811
27812 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27813
27814         * spam.el (spam-directory): Derive from `gnus-directory'.
27815
27816         * spam-report.el (spam-report-url-to-file)
27817         (spam-report-requests-file): New function and variable for offline
27818         reporting.
27819         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27820         and user defined function.
27821         (spam-report-url-ping-mm-url): Remove doubled slash.
27822
27823 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27824
27825         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27826
27827 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27828
27829         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27830         Fix format string mismatch.
27831
27832         * sieve.el (sieve-deactivate-all): do.
27833
27834         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27835
27836         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27837
27838         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27839
27840         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27841
27842 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27843
27844         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27845         the list of checks.
27846
27847 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27848
27849         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27850         padding.
27851
27852 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27853
27854         * mm-view.el (mm-fill-flowed): New variable.
27855         (mm-inline-text): Use it.
27856
27857 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27858
27859         * spam.el (spam-spamassassin-register-ham-routine)
27860         (spam-spamassassin-register-spam-routine): Fix function names.
27861
27862 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27863
27864         * gnus.el (gnus-tmp-grouplens): Remove.
27865         (gnus-summary-line-format): Remove grouplens.
27866
27867         * gnus-group.el (gnus-group-line-format): Ditto.
27868
27869         * gnus-spec.el (gnus-format-specs): Ditto.
27870         (gnus-update-format-specifications): Flush the group format spec
27871         cache if there's the grouplens stuff.
27872         (gnus-parse-simple-format): Replace %l with the empty string.
27873
27874 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27875
27876         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27877         omission.
27878
27879 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27880
27881         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27882         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27883
27884 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27885
27886         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27887         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27888         New macros and functions.
27889         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27890         Handle > NLINK_MAX messages.
27891         * nnmaildir.el (nnmaildir-request-set-mark):
27892         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27893
27894 2004-01-25  Alex Schroeder  <alex@gnu.org>
27895
27896         * spam-stat.el (spam-stat-process-directory-age): New option.
27897         (spam-stat-process-directory): Use it.
27898
27899 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27900
27901         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27902         (spam-stat-save): Accept prefix argument.
27903
27904 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27905
27906         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27907         links" error.
27908
27909 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27910
27911         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27912         the rest of the and/or forms.
27913
27914 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27915
27916         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27917         compatibility with old .newsrc.eld files.
27918
27919         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27920
27921         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27922
27923         * gnus-start.el (gnus-1): do.
27924
27925         * gnus-group.el (gnus-group-line-format-alist): do.
27926
27927         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27928
27929         * gnus-gl.el: Remove.
27930
27931 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27932
27933         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27934         marks consisting of a single range {for example, (3 . 5)} rather
27935         than a list of a single range { ((3 . 5)) }.
27936
27937 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27938
27939         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27940         Use with-current-buffer.
27941         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27942         avoid consing a string.
27943
27944         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27945         Remove obsolete entries for big5 and gb2312.
27946
27947 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27948
27949         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27950         uncompressed list.
27951
27952 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27953
27954         * spam-stat.el (spam-stat-strip-xref): New function.
27955         (spam-stat-process-directory): Use it.
27956
27957         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27958         here -- it's done in message-fetch-field.
27959
27960 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27961
27962         * gnus-agent.el (gnus-agent-queue-mail)
27963         (gnus-agent-prompt-send-queue): New variables.
27964         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27965         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27966         "nndraft:queue" along to gnus-draft-send.
27967         Use gnus-agent-prompt-send-queue.
27968         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27969         is "nndraft:queue".  Suggested by Gaute Strokkenes
27970         <gs234@srcf.ucam.org>
27971
27972         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27973         (agent-enable-undownloaded-faces): Add.
27974         (gnus-agent-cat-groups): Use eval-and-compile, not
27975         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27976         method of gnus-agent-cat-groups even when the buffer has been
27977         evaled.
27978         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27979         delete gnus-agent-save-active-1.
27980         (gnus-agent-save-groups): Delete.  Identical to
27981         gnus-agent-save-active.
27982         (gnus-agent-write-active): No longer adjust agent's copy of active
27983         file as agent's adjustments are now stored in their own
27984         file.  Remove optional parameter.
27985         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27986         servers.  Add use of min/max range limits from server's local
27987         file.
27988         (gnus-agent-save-alist): Remove unused optional argument.
27989         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27990         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27991         (gnus-agent-set-local): A per-server file that keeps min/max range
27992         limits for articles known to the agent.  Provides a fast mechanism
27993         for altering many active ranges.
27994         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27995         active file (local makes it unnecessary).
27996         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27997
27998         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27999         (agent-enable-undownloaded-faces): Add.
28000
28001         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
28002         disable it when sending to "nndraft:queue".
28003         (gnus-group-send-queue): Add safety check to avoid sending queue
28004         when unplugged.
28005
28006         * gnus-group.el (gnus-group-catchup): Use new
28007         gnus-sequence-of-unread-articles, not
28008         gnus-list-of-unread-articles, to avoid exhausting memory with huge
28009         numbers of articles.  Use gnus-range-map to avoid having to
28010         uncompress the unread list.
28011         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
28012         Fix invalid ange-ftp reference.
28013
28014         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
28015         (gnus-sorted-range-intersection): Intersection of two ranges
28016         without requiring that they first be uncompressed.
28017
28018         * gnus-start.el (gnus-activate-group): Unless blocked by the
28019         caller, possibly expand the active range to include both cached
28020         and agentized articles.
28021         (gnus-convert-old-newsrc): Rewrote in anticipation of having
28022         multiple version-dependent converters.
28023         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
28024         gnus-agent-save-active.
28025         (gnus-save-newsrc-file): Save dirty agent range limits.
28026
28027         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
28028         gnus-agent-possibly-alter-active.
28029         (gnus-adjust-marked-articles): Faster handling of simple lists.
28030
28031 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
28032
28033         * spam-stat.el (spam-stat-test-directory): New optional argument
28034         displays a list of files detected.  Suggested by Andrew Cohen
28035         <cohen@andy.bu.edu>.
28036         (spam-stat-buffer-words-with-scores): Don't narrow and change
28037         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
28038
28039 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
28040
28041         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
28042         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
28043         (spam-spamassassin-arguments)
28044         (spam-spamassassin-spam-flag-header)
28045         (spam-spamassassin-positive-spam-flag-header)
28046         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
28047         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
28048         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
28049         (spam-list-of-processors, spam-list-of-checks)
28050         (spam-list-of-statistical-checks, spam-registration-functions)
28051         (spam-check-spamassassin-headers, spam-check-spamassassin)
28052         (spam-spamassassin-score)
28053         (spam-spamassassin-register-with-sa-learn)
28054         (spam-spamassassin-register-spam-routine)
28055         (spam-spamassassin-register-ham-routine)
28056         (spam-assassin-register-spam-routine)
28057         (spam-assassin-register-ham-routine): Add SpamAssassin support.
28058         (spam-bogofilter-score): Fix to show article before scoring.
28059
28060 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28061
28062         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28063         default scoring function.
28064         (spam-generic-score): Call spam-spamassassin-score if
28065         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28066         spam-bogofilter-score otherwise.
28067
28068         * gnus.el (spam-process, spam-autodetect-methods):
28069         Add spamassassin and spamassassin-headers.
28070
28071 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28072
28073         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28074         Suppress unnecessary messages.
28075
28076 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28077
28078         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28079         make-hash-table.
28080
28081 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28082
28083         * canlock.el (base64-encode-string): Don't autoload it.
28084
28085 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28086
28087         * run-at-time.el: Remove useless (require 'itimer),
28088         eval-and-compile and (featurep 'xemacs).
28089
28090 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28091
28092         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28093         GROUP is a virtual group.
28094
28095 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28096
28097         * gnus.el: Autoload `message-y-or-n-p'.
28098
28099 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28100
28101         * pgg-parse.el: Remove unnecessary (require 'custom).
28102
28103         * pgg-def.el: do.
28104
28105         * nnmail.el: do.
28106
28107         * gnus-undo.el: do.
28108
28109         * gnus-picon.el: do.
28110
28111         * gnus-util.el: do.
28112
28113 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28114
28115         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28116
28117 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28118
28119         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28120         handle, as well as a list.
28121
28122         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28123         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28124         (mm-w3m-cid-retrieve): Simplify.
28125
28126 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28127
28128         * message.el (message-kill-to-signature): Allow prefix arg to
28129         specify number of lines to keep before signature.
28130
28131 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28132
28133         * message.el (message-kill-to-signature): Change docstring.
28134
28135 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28136
28137         * canlock.el: Always require sha1-el.
28138         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28139
28140         * message.el: Autoload sha1 only when compiling.
28141
28142         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28143         eudc-expand-inline for XEmacs.
28144
28145 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28146
28147         * message.el (message-canlock-generate): Require sha1-el.
28148
28149 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28150
28151         * message.el (message-expand-name): Silence the byte compiler.
28152
28153         * lpath.el: Add detect-coding-system.
28154
28155         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28156         cus-edit.
28157
28158 2004-01-13  Simon Josefsson  <jas@extundo.com>
28159
28160         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28161         Invoke gnus-score-mode.
28162         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28163
28164         * gnus-range.el (gnus-compress-sequence): Doc fix.
28165         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28166
28167 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28168
28169         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28170
28171 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28172
28173         * spam.el (spam-get-article-as-string): Update to use
28174         gnus-request-article-this-buffer, much simpler.
28175         (spam-get-article-as-buffer): Remove.
28176
28177 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28178
28179         * message.el (message-expand-name): Use EUDC if the user uses that.
28180
28181 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28182
28183         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28184         character for the encoding to avoid consing a string.
28185
28186         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28187         unnecessarily.
28188
28189         * mm-util.el (mm-replace-chars-in-string): Remove.
28190
28191         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28192         of mm-replace-chars-in-string.
28193
28194 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28195
28196         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28197
28198         * mm-util.el (mm-subst-char-in-string): Support inplace.
28199
28200         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28201         a new string in every iteration.  Use shy groups.
28202
28203 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28204
28205         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28206         * gnus-soup.el (gnus-soup-group-brew):
28207         * gnus-msg.el (gnus-put-message):
28208         * gnus-move.el (gnus-group-move-group-to-server):
28209         * gnus-kill.el (gnus-batch-score):
28210         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28211         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28212         (gnus-group-update-group, gnus-group-read-group)
28213         (gnus-group-make-group, gnus-group-make-help-group)
28214         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28215         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28216         (gnus-group-sort-by-unread, gnus-group-catchup)
28217         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28218         (gnus-group-yank-group, gnus-group-set-info)
28219         (gnus-group-list-groups):
28220         * gnus.el (gnus-generate-new-group-name):
28221         * gnus-delay.el (gnus-delay-send-queue):
28222         * nnvirtual.el (nnvirtual-catchup-group):
28223         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28224         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28225         (gnus-group-prepare-topics, gnus-topic-check-topology):
28226         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28227         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28228         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28229         (gnus-group-make-articles-read):
28230         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28231         (gnus-group-change-level, gnus-kill-newsgroup)
28232         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28233         (gnus-get-unread-articles, gnus-make-articles-unread)
28234         (gnus-make-ascending-articles-unread): Use accessor
28235         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28236         to get group information for improved readability.
28237
28238
28239 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28240
28241         * gnus-art.el (article-decode-mime-words, article-babel)
28242         (gnus-article-highlight-signature, gnus-article-add-buttons)
28243         (gnus-signature-toggle): Use gnus-with-article-buffer.
28244
28245         * gnus-art.el (gnus-article-highlight-headers)
28246         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28247
28248         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28249         (gnus-article-set-globals, gnus-request-article-this-buffer)
28250         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28251         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28252         (gnus-mime-display-alternative): Use with-current-buffer.
28253
28254 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28255
28256         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28257         also under 80 char limit, and call gnus-error if needed.
28258         (spam-fetch-article-header): Fix - it was a
28259         buffer-local variable (gnus-newsgroup-data).
28260         (spam-find-spam): Use spam-generate-fake-headers, forget about
28261         spam-insert-fake-headers.
28262         (spam-insert-fake-headers): Remove.
28263
28264 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28265
28266         * deuglify.el (gnus-article-outlook-unwrap-lines)
28267         (gnus-outlook-rearrange-article)
28268         (gnus-outlook-repair-attribution-outlook)
28269         (gnus-outlook-repair-attribution-block)
28270         (gnus-outlook-repair-attribution-other): Remove redundant
28271         save-excursion.
28272
28273 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28274
28275         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28276         (spam-fetch-field-subject-fast)
28277         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28278         (spam-fetch-article-header): Add functions to deal with Gnus
28279         internals for fast retrieval of article header data.
28280         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28281
28282 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28283
28284         * pop3.el (pop3-md5): Remove.
28285         (pop3-apop): Replace pop3-md5 with md5.
28286
28287         * mm-bodies.el: base64 is always built-in.
28288
28289         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28290         Use with-current-buffer.
28291
28292 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28293
28294         * canlock.el (canlock-insert-header): Remove excessive grouping in
28295         regexp.
28296
28297         * gnus-sum.el (gnus-summary-read-document): Ditto.
28298
28299         * gnus-uu.el (gnus-uu-part-number): Ditto.
28300
28301         * html2text.el (html2text-remove-tags): Ditto.
28302         (html2text-format-tags): Ditto.
28303         (html2text-format-single-elements): Ditto.
28304
28305         * mml.el (mml-parse-1): Ditto.
28306
28307 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28308
28309         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28310
28311         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28312
28313         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28314
28315         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28316
28317 2003-11-15  Simon Josefsson  <jas@extundo.com>
28318
28319         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28320         (pgg-gpg-lookup-key): Use regexp match instead of
28321         split-string (split-string is different between emacs 21.2 and
28322         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28323
28324 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28325
28326         * gnus-art.el (gnus-mime-view-all-parts)
28327         (gnus-article-part-wrapper, gnus-article-view-part):
28328         Use with-current-buffer.
28329
28330 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28331
28332         * spam.el (spam-disable-spam-split-during-ham-respool)
28333         (spam-spamoracle-database, spam-cache-lookups)
28334         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28335         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28336         (spam-group-ham-marks, spam-group-spam-marks)
28337         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28338         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28339         also add spam-use-blackholes to the statistical checks.
28340         (spam-fetch-field-fast): Add interface to fetching fields, may
28341         become a macro.
28342         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28343         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28344         (spam-insert-fake-headers): Fake an article when needed.
28345         (spam-find-spam): Fake article when possible.
28346         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28347         (spam-check-bogofilter-headers): Use message-fetch-field instead
28348         of nnmail-fetch-field.
28349
28350 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28351
28352         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28353
28354 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28355
28356         * spam.el (spam-split): Do not require spam-use-CHECK to be
28357         enabled if that check is passed to spam-split explicitly; also
28358         fix so 'spam doesn't get converted to spam-split-group when
28359         spam-split-symbolic-return is t.
28360         (spam-find-spam): Find registrations of the article and use those
28361         instead of re-running spam-split to find the spam/ham
28362         classification of the article.
28363         (spam-log-processing-to-registry, spam-log-registered-p)
28364         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28365         Use gnus-error instead of gnus-message.
28366         (spam-log-registration-type): Add function to determine the
28367         classification of a message based on registry entries; will
28368         return nil if both 'spam and 'ham are found.
28369         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28370         a reasonably fast local cache without the loading errors.
28371         (spam-cache-lookups): Set to t by default.
28372         (spam-find-spam): Don't try to guess spam-cache-lookups.
28373         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28374         spam-caches entry.
28375         (spam-filelist-build-cache, spam-filelist-check-cache):
28376         Fix caching of whitelist/blacklist entries.
28377         (spam-check-whitelist, spam-check-blacklist):
28378         Invoke spam-from-listed-p with a type, not a cache variable.
28379         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28380
28381 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28382
28383         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28384
28385         * nnmail.el (nnmail-split-fancy): do.
28386
28387         * mml.el (mml-parse): do.
28388
28389         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28390         (gnus-score-adaptive): do.
28391
28392 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28393
28394         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28395         (gnus-mime-button-map): Don't set keymap parent.
28396         (gnus-button-ctan-directory-regexp): Use shy grouping.
28397         (gnus-prev-page-map): Don't set keymap parent.
28398         (gnus-prev-page-map): Remove duplicated one.
28399         (gnus-next-page-map): Don't set keymap parent.
28400         (gnus-mime-security-button-map): Ditto.
28401
28402         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28403         version number.
28404
28405         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28406
28407 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28408
28409         * canlock.el (canlock-sha1-function): Remove.
28410         (canlock-sha1-function-for-verify): Remove.
28411         (canlock-openssl-program): Remove.
28412         (canlock-openssl-args): Remove.
28413         (canlock-ignore-errors): Remove.
28414         (canlock-sha1-with-openssl): Remove.
28415         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28416         (canlock-verify): Don't use canlock-ignore-errors.
28417
28418         * sha1-el.el (sha1-string-external): Make it can return a string
28419         in binary form.
28420         (sha1-region-external): Ditto.
28421         (sha1-string-internal): Ditto.
28422         (sha1-region-internal): Ditto.
28423         (sha1-region): Ditto.
28424         (sha1-string): Ditto.
28425         (sha1): Ditto.
28426
28427 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28428
28429         * spam.el (spam-report-articles-gmane): New command.
28430
28431 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28432
28433         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28434
28435         * run-at-time.el (run-at-time-saved): Remove.
28436         (run-at-time): Doc fix.
28437
28438 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28439
28440         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28441         (gnus-summary-limit-map): Add it.
28442         (gnus-summary-make-menu-bar): do.
28443
28444 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28445
28446         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28447         Make attempt at some caching support (done for BBDB only now).
28448         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28449         addresses to be checked.
28450         (spam-clear-cache-BBDB): Add function, to be invoked by
28451         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28452         (spam-check-BBDB): Check and use the caches, if
28453         spam-cache-lookups is on, remove superfluous (provide).
28454
28455 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28456
28457         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28458
28459 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28460
28461         * run-at-time.el (run-at-time-saved): Move to after the definition
28462         of `run-at-time'.
28463
28464         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28465
28466 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28467
28468         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28469         mm-w3m-local-map-property.
28470
28471         * mm-view.el (mm-w3m-mode-map): Remove.
28472         (mm-w3m-local-map-property): Remove.
28473         (mm-inline-text-html-render-with-w3m): Don't use
28474         mm-w3m-local-map-property.
28475
28476 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28477
28478         * run-at-time.el: New file.
28479
28480         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28481         under Emacs.
28482
28483         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28484         of gnus-set-text-properties.
28485
28486         * gnus-uu.el (gnus-uu-save-article): Ditto.
28487
28488         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28489
28490         * gnus-cite.el (gnus-cite-parse): Ditto.
28491
28492         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28493         of gnus-.
28494
28495         * gnus-xmas.el (run-at-time): Require run-at-time.
28496
28497         * gnus.el: Change calls to nnheader-run-at-time and
28498         password-run-at-time throughout to use run-at-time directly.
28499
28500         * password.el: Remove definition of run-at-time.
28501
28502         * nnheaderxm.el: Remove definition of run-at-time.
28503
28504 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28505
28506         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28507         in prompt.
28508
28509 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28510
28511         * messagexmas.el (message-xmas-redefine): Alias
28512         `message-make-caesar-translation-table' to
28513         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28514         version.
28515
28516         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28517         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28518         `gnus-xmas-set-text-properties'.
28519         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28520         `gnus-xmas-completing-read'.
28521         (gnus-xmas-completing-read): Removed.
28522         (gnus-xmas-open-network-stream): Removed.
28523
28524         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28525         XEmacs version.
28526
28527         * dns.el (dns-make-network-process): Use `open-network-stream'
28528         instead of `gnus-xmas-open-network-stream'.
28529
28530         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28531
28532         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28533
28534 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28535
28536         * gnus-art.el (gnus-mime-display-alternative)
28537         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28538         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28539         Don't use gnus-local-map-property.
28540
28541         * gnus-util.el (gnus-local-map-property): Remove.
28542
28543         * mm-view.el (mm-view-pkcs7-decrypt):
28544         Replace gnus-completing-read-maybe-default with completing-read.
28545
28546         * gnus-util.el (gnus-completing-read): do.
28547         (gnus-completing-read-maybe-default): Remove.
28548
28549 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28550
28551         * password.el: Only autoload `run-at-time' if not XEmacs.
28552         Only autoload the itimer functions if XEmacs.
28553
28554 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28555
28556         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28557         XEmacsen.
28558
28559         * dgnushack.el: Autoload executable-find for XEmacs.
28560
28561 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28562
28563         * gnus-art.el (gnus-read-string): Remove.
28564         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28565         read-string.
28566
28567 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28568
28569         * netrc.el: Autoload password-read.
28570         (netrc): Add configuration group.
28571         (netrc-encoding-method, netrc-openssl-path):
28572         Add variables for encoding and decoding of files with symmetric
28573         ciphers.
28574         (netrc-encode): Add assistant function to encode a file with
28575         netrc-encoding-method.
28576         (netrc-parse): Add interactive parameter, added optional
28577         decoding if netrc-encoding-method is non-nil but otherwise
28578         behavior is standard.
28579         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28580         Do s/encode/encrypt/ everywhere.
28581
28582         * spam.el: Remove executable-find autoload.
28583
28584 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28585
28586         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28587
28588         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28589
28590 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28591
28592         * gnus-art.el (gnus-treat-ansi-sequences)
28593         (article-treat-ansi-sequences): New variable and function.
28594         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28595
28596         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28597         Use it.
28598
28599 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28600
28601         * mm-util.el (mm-quote-arg): Remove.
28602
28603         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28604         shell-quote-argument.
28605
28606         * gnus-uu.el (gnus-uu-command): do.
28607
28608         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28609
28610         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28611         with make-char.
28612
28613         * mm-util.el (mm-make-char): Remove.
28614
28615         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28616         add-minor-mode.
28617
28618         * gnus-undo.el (gnus-undo-mode): do.
28619
28620         * gnus-topic.el (gnus-topic-mode): do.
28621
28622         * gnus-sum.el (gnus-dead-summary-mode): do.
28623
28624         * gnus-start.el (gnus-slave-mode): do.
28625
28626         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28627
28628         * gnus-ml.el (gnus-mailing-list-mode): do.
28629
28630         * gnus-gl.el (gnus-grouplens-mode): do.
28631
28632         * gnus-draft.el (gnus-draft-mode): do.
28633
28634         * gnus-dired.el (gnus-dired-mode): do.
28635
28636         * gnus-ems.el (gnus-add-minor-mode): Remove.
28637
28638         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28639         Replace gnus-char-width with char-width.
28640
28641         * gnus-ems.el (gnus-char-width): Remove.
28642
28643         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28644         Replace gnus-char-width with char-width.
28645
28646         * gnus-ems.el (gnus-char-width): Remove.
28647
28648         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28649         definition.
28650         Remove Emacs 20 hash table compatibility code.
28651
28652         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28653         20 compatibility code.
28654
28655         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28656
28657         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28658
28659         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28660         Replace with point-at-{eol,bol}.
28661
28662         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28663
28664         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28665
28666         * flow-fill.el (fill-flowed-point-at-bol)
28667         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28668
28669         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28670         Replace with point-at-{eol,bol} throughout all files.
28671
28672 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28673
28674         * ntlm.el (ntlm-string-as-unibyte): New macro.
28675         (ntlm-build-auth-response): Use it.
28676
28677         Remove Emacs 20 stuff:
28678         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28679         (butlast, mapc, remove): Remove the compiler macros.
28680         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28681         of delq and copy-sequence.
28682         * gnus-art.el (popup-menu): Remove the compiler macro.
28683         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28684         Emacs 20.
28685
28686 2004-01-05  Simon Josefsson  <jas@extundo.com>
28687
28688         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28689         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28690         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28691         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28692         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28693         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28694         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28695         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28696         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28697         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28698         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28699         string-xor into ntlm-string-xor.
28700         Suggested by Jesper Harder <harder@myrealbox.com>.
28701
28702         * ntlm.el: Don't include poem.
28703
28704         * md4.el (print-int32, print-string-hexa): Remove.
28705         Suggested by Jesper Harder <harder@myrealbox.com>.
28706
28707         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28708
28709         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28710         probably breaks emacs with DL patch, but do we care? Is anyone
28711         still using the DL stuff?)
28712
28713         * sieve-manage.el: Use the password package.
28714         (sieve-manage-read-passwd): Remove.
28715         (sieve-manage-interactive-login): Use password.  Re-add
28716         condition-case around loop.
28717
28718         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28719         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28720         Use the password package.
28721
28722 2003-02-19  Simon Josefsson  <jas@extundo.com>
28723
28724         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28725         token.
28726
28727 2002-08-07  Simon Josefsson  <jas@extundo.com>
28728
28729         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28730         (sieve-manage-authenticators)
28731         (sieve-manage-authenticator-alist): Add some SASL mechs.
28732         (sieve-sasl-auth): New function.
28733         (sieve-manage-cram-md5-auth)
28734         (sieve-manage-plain-auth): Rewrite using SASL library.
28735         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28736         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28737         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28738         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28739
28740 2004-01-05  Simon Josefsson  <jas@extundo.com>
28741
28742         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28743         New files.
28744
28745 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28746
28747         * gnus-group.el (gnus-no-groups-message): Update.
28748
28749         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28750
28751 2003-11-09  Simon Josefsson  <jas@extundo.com>
28752
28753         * imap.el: Support for ID IMAP extension (RFC 2971).
28754         (imap-local-variables): Add imap-id.
28755         (imap-id): New variable.
28756         (imap-id): New function.
28757         (imap-parse-response): Parse untagged ID response.
28758         * nnimap.el (nnimap-id): New variable.
28759         (nnimap-open-connection): Use it.
28760
28761 2003-12-28  Simon Josefsson  <jas@extundo.com>
28762
28763         * gnus-score.el (gnus-score-edit-all-score): New.
28764         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28765
28766 2004-01-04  Simon Josefsson  <jas@extundo.com>
28767
28768         * password.el: Add.
28769
28770 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28771
28772         * dns.el (dns-query-types): Fix typo.
28773         (dns-query-types): New function.
28774         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28775         PTR and SOA replies, see RFC 1035.
28776
28777 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28778
28779         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28780
28781         * Move to Changelog.2.
28782
28783 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28784
28785         * gnus.el (gnus-version-number): Bump version.
28786
28787 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28788
28789         * gnus.el: No Gnus v0.1 is released.
28790
28791 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28792
28793         * gnus.el: No Gnus v0.0 is released.
28794
28795 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28796
28797         * gnus.el (gnus-version-number): Bump.
28798         (gnus-version): No.
28799
28800 See ChangeLog.2 for earlier changes.
28801
28802   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28803
28804   This file is part of GNU Emacs.
28805
28806   GNU Emacs is free software: you can redistribute it and/or modify
28807   it under the terms of the GNU General Public License as published by
28808   the Free Software Foundation, either version 3 of the License, or
28809   (at your option) any later version.
28810
28811   GNU Emacs is distributed in the hope that it will be useful,
28812   but WITHOUT ANY WARRANTY; without even the implied warranty of
28813   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28814   GNU General Public License for more details.
28815
28816   You should have received a copy of the GNU General Public License
28817   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28818
28819 ;; Local Variables:
28820 ;; coding: utf-8
28821 ;; fill-column: 79
28822 ;; add-log-time-zone-rule: t
28823 ;; End: