lisp/ChangeLog (2015-09-04): Add missing entry
[gnus] / lisp / ChangeLog
1 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
2
3         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
4         isn't always passed in, check it's not nil before making it into a
5         list.  The active arg will also be nil if the group is new, check for
6         that.
7
8 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
9
10         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
11
12 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
13
14         * gmm-utils.el (gmm-image-load-path-for-library):
15         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
16         * gnus-registry.el (gnus-registry-split-strategy):
17         * gnus-start.el (gnus-check-new-newsgroups):
18         * gnus-sum.el (gnus-select-group-hook):
19         * gnus-uu.el (gnus-uu-user-archive-rules):
20         * gnus.el (gnus-message-archive-group, gnus-visual):
21         * message.el (message-cite-style):
22         * nnir.el (nnir-swish++-additional-switches)
23         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
24         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
25         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
26         * nntp.el (nntp-server-action-alist):
27         * tls.el (tls-checktrust):
28         Fix some more docstring etc. quoting problems.
29         Mostly these fixes prevent the transliteration of apostrophes
30         that should stay apostrophes.  Also, prefer curved quotes in
31         Bahá’í proper names, as that’s the preferred Bahá’í style and
32         these names are chock-full of non-ASCII characters anyway.
33
34 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
35
36         Escape ` and ' in doc
37         * gnus-art.el (gnus-article-address-banner-alist)
38         (gnus-face-properties-alist):
39         * gnus-sum.el (gnus-newsgroup-variables):
40         * nndiary.el (nndiary-reminders):
41         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
42         Escape apostrophes and grave accents in docstrings if they
43         are supposed to stand for themselves and are not quotes.  Remove
44         apostrophes from docstring examples like ‘'(calendar-nth-named-day
45         -1 0 10 year)’ that confuse source code with data.  Do some other
46         minor docstring fixups as well, e.g., insert a missing close
47         quote.
48
49 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * gnus-util.el (gnus-format-message):
52         * tls.el (tls-format-message): Use defalias at the top level so as to
53         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
54
55         * gnus-sum.el (gnus-summary-search-article):
56         Ensure that the article where the search word is found is displayed
57         and pointed to in the summary buffer.
58
59 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * tls.el (tls-format-message):
62         Alias to format-message, or format if not available.
63         (open-tls-stream): Use it.
64
65 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
66
67         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
68         * gnus-art.el (gnus-article-browse-delete-temp-files):
69         * gnus-eform.el (gnus-edit-form):
70         * gnus-fun.el (gnus-display-x-face-in-from):
71         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
72         * gnus-topic.el (gnus-topic-edit-parameters):
73         * mail-source.el (mail-source-delete-old-incoming):
74         * message.el (message-strip-subject-encoded-words)
75         (message-check-recipients, message-send-form-letter):
76         * mm-decode.el (mm-display-part):
77         * mm-uu.el (mm-uu-pgp-signed-extract-1):
78         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
79         * spam-report.el (spam-report-process-queue):
80         * tls.el (open-tls-stream):
81         Respect ‘text-quoting-style’ in diagnostics.
82         * gnus-art.el (article-display-face):
83         * gnus-fun.el (gnus-display-x-face-in-from):
84         Use straight quoting in email.
85         * rfc2231.el (rfc2231-decode-encoded-string):
86         Escape apostrophes in doc strings.
87
88 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
89
90         Go back to grave quoting in Gnus
91
92         * auth-source.el (auth-source-netrc-parse-entries):
93         * gnus-agent.el (gnus-agent-check-overview-buffer)
94         (gnus-agent-fetch-headers):
95         * gnus-int.el (gnus-start-news-server):
96         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
97         (gnus-registry-post-process-groups):
98         * gnus-score.el (gnus-summary-increase-score):
99         * gnus-start.el (gnus-convert-old-newsrc):
100         * gnus-topic.el (gnus-topic-rename):
101         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
102         * spam.el (spam-check-blackholes):
103         Stick with grave quoting in diagnostics strings.  This is more
104         portable to older Emacs, desirable for Gnus.
105
106 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
107
108         Prefer directed to neutral quotes in docstings and diagnostics.
109         In docstrings, escape apostrophes that would otherwise be translated
110         to curved quotes using the newer, simpler rules.
111
112         * auth-source.el (auth-source-netrc-parse-entries):
113         * gnus-agent.el (gnus-agent-check-overview-buffer)
114         (gnus-agent-fetch-headers):
115         * gnus-int.el (gnus-start-news-server):
116         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
117         * gnus-score.el (gnus-summary-increase-score):
118         * gnus-start.el (gnus-convert-old-newsrc):
119         * gnus-topic.el (gnus-topic-rename):
120         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
121         * nnmairix.el (nnmairix-widget-create-query):
122         * spam.el (spam-check-blackholes):
123         Use directed rather than neutral quotes in diagnostics.
124
125         * gnus-util.el (gnus-format-message):
126         Alias to format-message, or format if not available.
127
128 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
129
130         * auth-source.el (auth-sources):
131         Prefer (substitute-command-keys "`\\[foo-command]'")
132         to "`M-x foo-command'" in docstring.
133
134         * time-date.el (format-seconds):
135         Use curved quotes in diagnostic format strings.
136
137         * nnmairix.el (nnmairix-propagate-marks-upon-close):
138         * pop3.el (pop3-authentication-scheme):
139         Don't quote symbols with apostrophes in doc strings.
140         Use asymmetric quotes instead.
141
142 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         Use overlay functions directly
145
146         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
147         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
148
149         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
150         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
151         (gnus-article-highlight-signature, gnus-article-extend-url-button)
152         (gnus-article-add-button, gnus-insert-prev-page-button)
153         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
154         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
155         * gnus-html.el (gnus-html-wash-tags):
156         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
157         (gnus-highlight-selected-tree):
158         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
159         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
160         * gnus-util.el (gnus-put-overlay-excluding-newlines):
161         * message.el (message-fix-before-sending)
162         (message-toggle-image-thumbnails):
163         * mm-decode.el (mm-convert-shr-links):
164         * sieve.el (sieve-highlight, sieve-insert-scripts):
165         Use overlay functions directly instead of using gnus-overlay-*,
166         message-overlay-*, and sieve-overlay-*.
167
168         * gnus-sum.el (gnus-remove-overlays):
169         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
170         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
171         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
172         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
173         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
174         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
175         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
176         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
177         (gnus-overlays-at, gnus-overlays-in):
178         * message.el (message-delete-overlay, message-make-overlay)
179         (message-overlay-get, message-overlay-put, message-overlays-in):
180         * messagexmas.el (message-delete-overlay, message-make-overlay)
181         (message-overlay-get, message-overlay-put, message-overlays-in):
182         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
183         Remove.
184
185 2015-08-19  Glenn Morris  <rgm@gnu.org>
186
187         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
188
189 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
190
191         * message.el (message-overlay-put, message-make-overlay)
192         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
193         (message-delete-overlay, message-window-inside-pixel-edges):
194         Declare before using.
195
196 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * message.el (message-overlay-get, message-overlays-in)
199         (message-window-inside-pixel-edges):
200         * messagexmas.el (message-overlay-get, message-overlays-in):
201         XEmacs compatible functions.
202
203 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * message.el (message-toggle-image-thumbnails): New command.
206
207 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
208
209         * message.el (message-send-form-letter): Change (message (format ...))
210         to (message ...).  This lessens the probability of confusion when
211         the output of `format' contains `%'.
212
213 2015-08-04  David Kastrup  <dak@gnu.org>
214
215         * gnus-art.el (gnus-article-describe-key)
216         (gnus-article-describe-key-briefly):
217         Do not overwrite preexisting contents of unread-command-events.
218
219 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
220
221         * nnimap.el (nnimap-request-move-article)
222         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
223         extension if available.
224
225 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
226
227         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
228         capabilities instead of relying on LOGIN response.
229
230 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
231
232         * nnbabyl.el (nnbabyl-retrieve-headers):
233         * nndiary.el (nndiary-retrieve-headers):
234         * nneething.el (nneething-retrieve-headers):
235         * nnmbox.el (nnmbox-retrieve-headers):
236         * nnmh.el (nnmh-retrieve-headers):
237         * nnml.el (nnml-retrieve-headers):
238         * nnspool.el (nnspool-retrieve-headers):
239         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
240         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
241         progress-report percentages and the like.  This avoids problems
242         if (* 100 NUMERATOR) would overflow.
243
244         * gnus-registry.el (gnus-registry-import-eld):
245         * registry.el (registry-reindex):
246         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
247
248 2015-07-17  Julien Danjou  <jd@abydos>
249
250         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
251         command.
252
253 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
254
255         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
256         of function arguments.
257
258 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
259
260         * nnimap.el: Clean up "unused var" warnings.
261         (auth-source-creation-prompts): Declare.
262         (nnimap-retrieve-headers, nnimap-status-message)
263         (nnimap-request-create-group, nnimap-request-delete-group)
264         (nnimap-close-group, nnimap-request-move-article)
265         (nnimap-request-accept-article, nnimap-request-newgroups)
266         (nnimap-request-post, nnimap-dummy-active-number)
267         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
268         (nnimap-parse-flags): Remove unused var `p'.
269         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
270         (nnimap-flags-to-marks): Remove unused var `totalp'.
271
272 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
273
274         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
275         before RFC822.SIZE.
276
277 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
278
279         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
280         so that a 'plain value for the `nnimap-stream' server variable is
281         handled correctly.
282
283 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
284
285         Remove unused let variables
286         * nnimap.el (nnimap-request-group): Variables are not used.
287
288         Check if group names are already strings
289         * gnus-group.el (gnus-group-group-name):
290         The group name may already be a string.
291         Specifically, in the group list reached from the *Server* buffer,
292         the 'gnus-group text property returns a string.  Everywhere else
293         it returns a symbol.
294
295 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
296
297         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
298         (nnmaildir--update-nov): Remove unused var `numdir'.
299         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
300         (nnmaildir-request-group, nnmaildir-request-create-group)
301         (nnmaildir-request-post, nnmaildir-request-move-article)
302         (nnmaildir-request-accept-article, nnmaildir-active-number):
303         Mark unused args.
304         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
305         Declare.
306         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
307         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
308         `mark', `end', `new-mark', and `mark-sym'.
309         (nnmaildir-retrieve-headers):
310         Remove unused args `srv-dir', `dir', `nlist2'.
311         (nnmaildir-request-expire-articles):
312         Remove unused vars `article', `stop' and `nlist2'.
313         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
314         `end'.  Use nnmaildir--article when dyn-binding is needed.
315         Give the value directly in the `let' for `del-mark', `del-action',
316         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
317         (nnmaildir-close-server):
318         Declare those local vars that need to be dyn-bound.
319
320 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
321
322         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
323
324 2015-05-31  David Engster  <deng@randomsample.de>
325
326         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
327         instead of using `sleep-for', as the latter does not seem to reliably
328         wait (see for instance bug 15990).
329
330 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * gnus-art.el (gnus-button-alist): Re-revert last change.
333         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
334
335 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
336
337         * gnus-art.el (gnus-button-alist): Revert last change.
338         It wasn't that important, and it caused a Gnus build to fail.  See:
339         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
340
341         * gnus-art.el (gnus-button-alist):
342         Also treat "‘" and "’" as quoting chars.
343
344 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
345
346         * gnus-art.el (gnus-treat-strip-list-identifiers)
347         (gnus-article-mode-syntax-table):
348         * gnus-group.el (gnus-group-nnimap-edit-acl):
349         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
350         e.g., missing quote, ``x'' where `x' was meant, etc.
351
352 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
355         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
356         into just c.
357
358 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
361         Normalize characters into numbers in spec keys.
362
363 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
364
365         * dgnushack.el (declare-function): Redefine it to use autoload.
366         * lpath.el (gnus-html-prefetch-images): Declare.
367
368 2015-05-04  Glenn Morris  <rgm@gnu.org>
369
370         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
371
372         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
373
374         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
375         (gnus-topic-create-topic, gnus-topic-enter-dribble):
376         Declare rather than autoload.
377
378         * mm-archive.el (gnus-recursive-directory-files)
379         (mailcap-extension-to-mime): Autoload at run-time.
380
381         * mm-util.el (latin-unity-massage-name)
382         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
383         (latin-unity-representations-present-region):
384         Declare rather than autoload.
385
386         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
387         Autoload at run-time.
388         (epg-context-set-signers, epg-context-result-for)
389         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
390         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
391         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
392         (epg-configuration, epg-expand-group, epa-select-keys):
393         Declare rather than autoload.
394
395         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
396         Autoload at run-time.
397         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
398         (gnus-registry-get-id-key, gnus-registry-action):
399         Declare rather than autoload.
400
401         * nnmail.el (mail-send-and-exit): Autoload at run-time.
402
403         * spam.el (spam-stat-buffer-change-to-non-spam)
404         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
405         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
406         (spam-stat-split-fancy): Remove pointless autoloads.
407
408         * mm-view.el (epg-decrypt-string): Autoload.
409         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
410         (epg-sub-key-validity): Fix declarations.
411
412 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
413
414         * gnus.el: Ma Gnus v0.13 is released.
415
416 2015-05-01  Glenn Morris  <rgm@gnu.org>
417
418         * gnus-util.el (iswitchb-read-buffer):
419         * mm-decode.el (libxml-parse-html-region):
420         * mml.el (libxml-parse-html-region):
421         * nnrss.el (libxml-parse-html-region): Update declaration.
422
423 2015-04-27  Glenn Morris  <rgm@gnu.org>
424
425         * message.el (gnus-extract-address-components):
426         Remove bogus declaration that was masking previous problem.
427
428 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
431         altering the buffer.
432         (hashcash-insert-payment-async-2): Revert previous change because it
433         still means that the mark is moving around.
434
435 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436
437         * gnus-uu.el (gnus-uu-save-article):
438         Make the save-restriction/widen calls make more sense.
439
440 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
441
442         * gnus-art.el (gnus-use-idna):
443         * gnus-sum.el (gnus-summary-idna-message):
444         * message.el (message-use-idna):
445         Catch the invalid-operation error that idna.el will issue.
446
447 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
448
449         * gnus-group.el (gnus-group--setup-tool-bar-update):
450         cursor-sensor-functions should be a list of functions.
451
452 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
453
454         * gnus-group.el (gnus-tmp-*): Declare.
455         (gnus-update-group-mark-positions): Remove unused `topic' var.
456         (gnus-group-insert-group-line): Remove unused var `header'.
457         (gnus-group--setup-tool-bar-update): New function.
458         (gnus-group-insert-group-line): Use it.
459         (gnus-group-update-eval-form): Declare local
460         dynamically-bound variables.
461         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
462
463         * gnus-topic.el (gnus-topic-jump-to-topic)
464         (gnus-group-prepare-topics, gnus-topic-update-topic)
465         (gnus-topic-change-level, gnus-topic-catchup-articles)
466         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
467         Use inhibit-read-only.
468         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
469         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
470
471 2015-04-12  João Távora  <joaotavora@gmail.com>
472
473         * message.el (message-mode):
474         Use `set' and `make-local-variable' instead of `setq-local'.
475
476 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
477
478         * gnus-sum.el (gnus-summary-refer-thread):
479         Make sure gnus-newsgroup-unreads remains sorted.
480
481 2015-04-12  João Távora  <joaotavora@gmail.com>
482
483         Improve sexp-based movement in message-mode
484         * message.el (message--syntax-propertize): New function.
485         (message-mode): Set syntax-related vars.d
486         (message-smileys): New variable.
487
488 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
489
490         * gnus-art.el (gnus-hidden-properties): Simplify.
491         (gnus-article-hide-text, gnus-article-unhide-text)
492         (gnus-article-unhide-text-type): Remove special handling of
493         `intangible' since that property is not used any more.
494         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
495
496 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
499         and a runtime function for it, of which the XEmacs version takes only
500         two arguments.
501
502 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
503
504         Use American spelling for 'normalize'
505         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
506         All uses changed.  Add an alias for obsolete usages.
507
508 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * gnus-art.el (gnus-article-browse-html-save-cid-content):
511         Always return relative file name.
512         (gnus-article-browse-html-parts):
513         Make external links absolute and cid file names relative.
514
515 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
516
517         * registry.el (registry-prune): Re-use `registry-full' in
518         `registry-prune'.  It's a bit of redundant work, but safer.
519         Also ensure that target-size is an integer.
520
521 2015-03-31  Daiki Ueno  <ueno@gnu.org>
522
523         * plstore.el (plstore--decrypt): Clear entry in
524         `plstore-passphrase-alist' if decryption failed (bug#20030).
525
526 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
527
528         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
529         to "Display" menu.
530
531 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
532
533         * nnimap.el (nnimap-split-incoming-mail): If a message is already
534         in the group it should be split to, don't re-copy it into the group.
535
536 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
537
538         * nnmh.el (nnmh-request-expire-articles):
539         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
540
541 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
542
543         * registry.el (registry-lookup-secondary, registry-full)
544         (registry-prune, registry-collect-prune-candidates):
545         * gnus-registry.el (gnus-registry-load): Use slot names rather than
546         initarg names in `oref' and `oset'.
547
548 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
549
550         * registry.el (registry-prune): Allow registry to reach full size
551         before pruning.
552
553 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
554
555         * registry.el (registry-collect-prune-candidates): Fix call to
556         cl-subseq.
557
558 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * registry.el (registry-db): Temporary fix old Emacsen compilation.
561
562 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
563
564         * gnus-registry.el (gnus-registry-handle-action)
565         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
566         (gnus-registry-keywords): Make it do something.
567         (gnus-registry-import-eld): Remove unused var `new-entry'.
568         (gnus-registry-action): Remove unused var `to-name'.
569         (gnus-registry-make-db): Prefer `make-instance' to avoid
570         compiler warnings.
571         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
572
573         * registry.el (registry-db): Don't oset-default an instance-allocated
574         slot.
575
576 2015-03-10  Glenn Morris  <rgm@gnu.org>
577
578         * message.el (message-valid-fqdn-regexp): Bump :version for
579         2014-11-17 change.
580
581 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
582
583         * gnus-notifications.el (gnus-notifications-action): Raise window
584         frame.
585         (gnus-notifications-action): Allow mark as read.
586         (gnus-notifications-notify): Show uption to mark as read.
587
588 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
589
590         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
591         (registry-search, registry-delete, registry-size, registry-insert)
592         (registry-reindex, registry-collect-prune-candidates):
593         * gnus-registry.el (gnus-registry-fixup-registry)
594         (gnus-registry-remove-extra-data): Use slot names rather than initarg
595         names in `oref' and `oset'.
596
597 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
598         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
599         in the group it should be split to, don't re-copy it into the group.
600
601 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
602
603         * message.el (message-insert-formatted-citation-line): Change %F to
604         fall back to email address if no first name could be determined.
605
606 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
609         Fix point motion when removing displayed MIME part.
610         (gnus-article-edit-part): Make jumping to the next part really work
611         when deleting or stripping.
612         (gnus-mime-buttonize-attachments-in-header): Make header attachment
613         buttons identical to the ones in the article body so as to work deleting
614         and stripping.
615
616 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * mm-decode.el (mm-shr)
619         * mm-view.el (mm-inline-text-html-render-with-w3m):
620         Revert my bogus change that made the start marker of a part
621         the "moves after insertion" type.
622
623 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
624
625         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
626         Tools: https://github.com/politza/pdf-tools) for viewing PDF
627         attachments in emacs.
628
629 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
630
631         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
632         instead of sasl-scram-sha-1, as the former is the name that can be
633         required.
634
635         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
636         (sasl-scram-sha-1-client-final-message)
637         (sasl-scram-sha-1-authenticate-server): Move to end of file.
638
639 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
642
643 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
646         (sasl-string-prefix-p): New compatibility functions.
647
648 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
649
650         * gnus-compat.el (process-live-p): Added new compat function for Emacs
651         23.
652
653 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
654
655         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
656         from the server LIST response.
657
658 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
659
660         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
661         during header retrieval, error out instead of interpreting the data in
662         the buffer as the only messages there.  This way, we don't mark
663         articles as read on a server hangup (bug#19035).
664
665         * mm-decode.el (mm-head-p): New function.
666         (mm-display-part): Go to a blank line when inserting parts internally.
667
668 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
669
670         * sasl-scram-rfc.el: New file.
671
672         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
673         Add SCRAM-SHA-1 first.
674         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
675         entry (bug#17636).
676
677 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
678
679         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
680         that we don't get a warning when setting the buffer-local variable
681         (bug#19573).
682
683         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
684         `gnus-request-group'.
685
686 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * gnus-art.el (gnus-article-browse-html-save-cid-content)
689         (gnus-article-browse-html-parts): Make cid file names relative if and
690         only if html doesn't specify <base> directory.
691
692 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
693
694         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
695         parts, because that breaks filling (since buttons are in a bold face).
696
697 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
698
699         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
700         use gnus-overlays-at and gnus-overlay-put.
701
702 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
703
704         * mm-decode.el (mm-shr): Only pass the fill column when not using
705         fonts, because limiting the width to what's appropriate for followups
706         doesn't really help when not using proportional fonts.
707
708 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
709
710         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
711         shr, beacause that breaks folding.
712         (mm-shr): Don't shorten the width when using fonts.
713
714 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
715
716         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
717         variable; always check the newrc timestamp.
718         (gnus-save-newsrc-file): Always check timestamp.
719
720 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
721
722         * mail-source.el (mail-source-call-script): If scripts exit with an
723         error, pop up an error buffer.
724
725 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
726
727         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
728         as a default.
729
730         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
731         correct server.
732
733 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
734
735         * nnimap.el (nnimap-request-group-scan): Fix the function name.
736
737         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
738
739 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
740
741         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
742         that nnimap works for non-activated backends.
743
744 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
745
746         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
747         message, since we already get an obsolescence message.  Use `declare'.
748
749 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
750
751         * nnir.el: Revert "Enable non-ASCII IMAP searches".
752
753 2015-01-30  Glenn Morris  <rgm@gnu.org>
754
755         * gnus-registry.el (gnus-registry-max-pruned-entries)
756         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
757         Fix :version.
758         (gnus-registry-default-sort-function): Improve :type.
759
760 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
761
762         * nnimap.el (nnimap-request-group): Allow running this function on
763         groups that don't exist in Gnus yet.
764         (nnimap-request-group): Revert previous patch since that made it
765         impossible to enter nnimap groups.
766
767         * message.el (message-smtpmail-send-it): Remove the mail header
768         separator before sending.
769
770 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
771
772         * nnimap.el (nnimap-find-expired-articles): Fix handling of
773         (expiry-wait . never).
774
775 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
776
777         * nnimap.el (nnimap-request-group): Clear the buffer before returning
778         the data.
779
780 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
781
782         * gnus-compat.el (string-bytes): Work for XEmacs.
783
784 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
785
786         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
787
788         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
789         IMAP.
790
791 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
792
793         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
794
795         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
796
797         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
798         be added to the backlog.
799
800 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
801
802         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
803         target with a recursive make call.
804
805 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
806
807         * nnimap.el (nnimap-header-parameters): Refactor and request
808         X-GM-LABELS if it's been announced.
809         (nnimap-transform-headers): Gather and output GM-LABELS.
810
811 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
812
813         * mm-decode.el (mm-display-part): Make non-string methods work.
814         Non-string methods are funcalled and work just fine, the test was
815         bogus.
816         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
817         whole frame.
818
819 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
820
821         * nnimap.el (nnimap-request-accept-article): Allow respooling using
822         nnimap.
823
824         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
825         request rescans when being run interactively.
826
827         * nnimap.el (nnimap-request-group): Don't rescan the group here,
828         because that can be very slow in large groups.
829
830         * gnus-int.el (gnus-request-group-scan): New backend function.
831
832         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
833
834 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
835
836         * gnus-group.el (gnus-group-suspend): Close all backends.
837
838 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
839
840         * dgnushack.el (dgnushack-compile-file): New function.
841         (dgnushack-compile): Use it (bug#19514).
842
843 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844
845         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
846
847 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
848
849         * registry.el: Don't use <class> as a variable.
850
851 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
852
853         system-name's returned value can vary
854         Also, the system-name variable is now obsolete.
855         Fixes Bug#19438.
856         * message.el (message-make-fqdn):
857         * nnvirtual.el (nnvirtual-retrieve-headers)
858         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
859         and avoid naming locals 'system-name'.
860
861 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
862
863         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
864         lines don't get overlong when responding.
865
866 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
867
868         * registry.el (cl-remf, cl-loop, cl-subseq):
869         Alias to remf, loop, and subseq respectively for old Emacsen.
870
871 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
872
873         * gnus-group.el (gnus-read-ephemeral-bug-group):
874         Bind coding-system-for-read and coding-system-for-write only around
875         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
876
877 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
878
879         * registry.el (registry-db): Set default slot later.
880         This is because its value is not a literal integer.
881
882 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
883
884         * registry.el (registry-db): Fix default registry-db max-size.
885
886 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
887
888         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
889         add warning.
890
891         * gnus-art.el: Fix up compiler warnings.
892         (article-display-face, article-display-x-face): Remove unused `face'.
893         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
894         (article-date-ut): Remove unused var `first'.
895         (gnus-article-prepare): Remove unused var `gnus-article'.
896         (gnus-mime-save-part-and-strip): Remove unused var `param'.
897         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
898         `coding-system' along with corresponding dead code.
899         (gnus-mime-view-part-externally): Remove unused var
900         `mm-user-display-methods'.
901         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
902         (gnus-display-mime): Remove unused var `handle'.
903         (gnus-mime-display-alternative): Remove unused var `props'.
904         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
905         (gnus-article-edit-done): Remove unused var `p'.
906         (gnus-url-mailto): Remove unused var `to'.
907         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
908         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
909
910 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
911
912         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
913         slots into a :max-size slot.
914         (registry-db-version): Add new variable for database version number.
915         (registry-prune): Use :max-size slot. Accept and use a sort-function
916         argument.
917         (registry-collect-prune-candidates): Add new function for finding
918         non-precious pruning candidates.
919         (registry-prune-hard-candidates, registry-prune-soft-candidates):
920         Remove obsolete functions.
921         (initialize-instance): Upgrade registry version when starting.
922
923         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
924         (gnus-registry-max-pruned-entries): Remove obsolete variable.
925         (gnus-registry-cache-file): Change default
926         filename extension to "eieio".
927         (gnus-registry-read): Add new function, split out from
928         `gnus-registry-load', that does the actual object reading.
929         (gnus-registry-load): Use it. Add condition case handler to check for
930         old filename extension and rename to the new one.
931         (gnus-registry-default-sort-function): New variable to specify a sort
932         function to use when pruning.
933         (gnus-registry-save, gnus-registry-insert): Use it.
934         (gnus-registry-sort-by-creation-time): Define a default sort function.
935
936         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
937         Adjust test for new object signature.
938         (gnustest-registry-pruning-test): Add new pruning test.
939         (gnustest-registry-sort-function): Default sort function for testing.
940         (gnustest-registry-pruning-sort-test): New test for sorting.
941
942 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943
944         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
945         function for reuse.
946         (gnus-mime-buttonize-attachments-in-header): Adjust.
947
948 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * message.el (message-change-subject): Really check whether the subject
951         changed.
952
953 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
956         PDFs.
957         (mailcap-view-mime): New function.
958
959 2014-12-01  Glenn Morris  <rgm@gnu.org>
960
961         * gnus-cloud.el (gnus-cloud): Add :version tag.
962
963 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
964
965         * gnus-art.el (gnus-use-idna):
966         * gnus-sum.el (gnus-summary-idna-message):
967         * message.el (message-use-idna):
968         Protect against nil value for idna-program.
969
970         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
971
972 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
973
974         * auth-source.el (auth-source-macos-keychain-search-items): Return
975         result of `auth-source-macos-keychain-result-append' (bug#19074).
976
977 2014-11-25  Glenn Morris  <rgm@gnu.org>
978
979         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
980         Add :version tag.
981
982 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * pop3.el (pop3-open-server): Warn unless encrypted.
985
986         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
987
988 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
989
990         Port new time stamp handling to Emacs 23.2.
991         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
992         * time-date.el (time-add, time-subtract, time-less-p):
993         Use eval-and-compile, not eval-when-compile.
994
995 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
996
997         * message.el (message-valid-fqdn-regexp): Add non-internaional new
998         TLDs.
999
1000 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1001
1002         Port new time stamp handling to old Emacs and to XEmacs.
1003         This is needed for Gnus, which copies time-date.el and which
1004         runs on older Emacs implementations.
1005         * time-date.el (with-decoded-time-value):
1006         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1007         (encode-time-value, with-decoded-time-value):
1008         Obsolete only if new Emacs.
1009         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1010
1011         Improve time stamp handling, and be more consistent about it.
1012         This implements a suggestion made in:
1013         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1014         Among other things, this means timer.el no longer needs to
1015         autoload the time-date module.
1016         * time-date.el (seconds-to-time, days-to-time, time-since)
1017         (with-decoded-time-value):
1018         Treat 'nil' as current time.  This is mostly for XEmacs.
1019         (encode-time-value, with-decoded-time-value): Obsolete.
1020         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1021         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1022
1023 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1026         discarding changes in ephemeral groups.
1027
1028         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1029         things the user isn't interested in.
1030
1031 2014-11-13  Julien Danjou  <jd@abydos>
1032
1033         * gnus-notifications.el (gnus-notifications-notify): Provide both
1034         app-icon and image-path.
1035
1036 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1037
1038         * mm-url.el (mm-url-encode-multipart-form-data):
1039         Restore to handle "multipart/form-data" by eww.
1040
1041 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1042
1043         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1044         Landscheidt.
1045
1046 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1047
1048         Simplify use of current-time and friends.
1049         * gnus-delay.el (gnus-delay-article):
1050         * gnus-sum.el (gnus-summary-read-document):
1051         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1052         * message.el (message-make-expires-date):
1053         Omit unnecessary call to current-time.
1054         * gnus-util.el (gnus-float-time): Simplify to an alias because
1055         time-to-seconds now behaves like float-time with respect to nil arg.
1056         (gnus-seconds-year): Don't call current-time twice to get the current
1057         time stamp, as this can lead to inconsistent results.
1058         * time-date.el (time-to-seconds) [!float-time]:
1059         Use current time if arg is nil, to be compatible with float-time.
1060         (time-date--day-in-year): New function, with most of the guts of
1061         the old time-to-day-in-year.
1062         (time-to-day-in-year): Use it.
1063         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1064
1065 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1066
1067         * gnus.el (gnus-mode-line-buffer-identification):
1068         Don't add image data for a non-graphic display (bug#18813).
1069
1070 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1073         load-path, it blocks autoloading of find-image (bug#18813).
1074
1075 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1076
1077         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1078         to keep connection open (bug#18728).
1079
1080 2014-10-20  Glenn Morris  <rgm@gnu.org>
1081
1082         * Merge in all changes up to 24.4 release.
1083
1084 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1085
1086         * message.el (message-insert-signature): Use `newline' instead of
1087         inserting explicit "\n".
1088
1089 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1090
1091         * gnus-icalendar.el: Support vcal format timezones.
1092         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1093         compute dates with associated timezone.
1094         (gnus-icalendar-event-from-ical): Compute all timezones.
1095
1096 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1097
1098         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1099         check the newsrc.eld file's timestamp before saving it.
1100         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1101         timestamp has changed to be newer.
1102
1103 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1104
1105         * gnus-icalendar.el (gnus-icalendar-identities):
1106         Include message-alternative-emails.
1107
1108 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1111         New compatibility functions.
1112         (ntlm-build-auth-response): Use them.
1113
1114 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1115
1116         * ntlm.el (ntlm-build-auth-request):
1117         Add NTLM2 Session support.  (Bug#15603)
1118
1119 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1120
1121         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1122         expired messages only when it was built in reverse order.
1123
1124 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1125
1126         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1127         last so it can be used in `message-send-hook'.
1128
1129 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1130
1131         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1132         <#secure> tag (bug#18513).
1133
1134 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * parse-time.el: Require cl when compiling.
1137
1138 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1139
1140         Use cl-lib as much as possible following the 2014-09-26 change
1141         in the Emacs trunk.
1142         * parse-time.el: Try requiring cl-lib.
1143         (parse-time-incf): Alias to cl-incf or incf.
1144         (digit-char-p): Remove.
1145         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1146         (parse-integer): Rename to parse-time-integer.
1147         (parse-time-tokenize, parse-time-rules, parse-time-string)
1148         Use parse-time-incf and parse-time-integer.
1149
1150 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1151
1152         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1153         of ":delete".
1154
1155 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1156
1157         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1158         (gnus-article-browse-html-parts):
1159         Revert last change that breaks links other than cid contents.
1160
1161 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1164         (gnus-article-browse-html-parts): Make cid file names relative.
1165
1166 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1169         temporarily displayed when running a mode function (at least org-mode
1170         requires it).
1171
1172 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1173
1174         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1175         the gnus-summary-article-expire-hook should be told where the function
1176         is going. In particular, the Gnus registry might want to know.
1177
1178 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1179
1180         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1181
1182 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1185
1186 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1187
1188         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1189         the gnus-summary-article-expire-hook should be told where the function
1190         is going. In particular, the Gnus registry might want to know.
1191
1192 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1193
1194         Don't mishandle year-9999 dates (Bug#18176).
1195         * parse-time.el (parse-time-rules):
1196         Allow years up to most-positive-fixnum.
1197         * time-date.el (date-to-time):
1198         Pass "Specified time is not representable" errors through.
1199
1200 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1201
1202         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1203         groups and t.
1204
1205 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * gnus-utils.el (gnus-recursive-directory-files):
1208         Unify hard or symbolic links (bug#18063).
1209
1210 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1211
1212         * gnus-msg.el (gnus-configure-posting-style):
1213         Allow string replacements in values when matching against a header.
1214
1215 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1216
1217         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1218         the dribble buffer even when it is shrunk a lot.
1219         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1220
1221 2014-06-26  Glenn Morris  <rgm@gnu.org>
1222
1223         * mm-util.el (help-function-arglist): Remove outdated declaration.
1224
1225 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1226
1227         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1228         attribute values.  (Bug#17834)
1229
1230 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1231
1232         * gnus-sum.el (gnus-summary-edit-article-done):
1233         Prefer point-marker to copy-marker of point.
1234
1235 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * Makefile.in (install-el, install-el-elc): Compress .el files.
1238         (uninstall): Remove compressed .el files.
1239
1240 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1241
1242         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1243         (gnus-article-read-summary-keys):
1244         Don't bug out when there is no article in the summary buffer.
1245         (gnus-mime-buttonize-attachments-in-header):
1246         Improve criterion that finds parts to display.
1247
1248         * gnus-art.el (gnus-mm-display-part):
1249         * mm-decode.el (mm-shr):
1250         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1251         (mm-insert-inline): Revert last changes.
1252
1253 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * gnus-art.el (gnus-mm-display-part):
1256         * mm-decode.el (mm-shr):
1257         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1258         (mm-insert-inline): Set insertion type of end-marker, not only
1259         start-marker, of undisplayer so as to stay after inserted text.
1260
1261 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1262
1263         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1264         attribute. (Bug#17613)
1265
1266 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1267
1268         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1269         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1270
1271 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1272
1273         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1274         Don't delete next part button; keep spacing between buttons.
1275
1276 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1277
1278         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1279         Work for the last MIME part in an article.
1280         (gnus-mime-display-single): Suppress excessive newlines between parts.
1281
1282         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1283         by leading or trailing newline.
1284
1285 2014-05-12  Sam Steingold  <sds@gnu.org>
1286
1287         * time-date.el (seconds-to-string): New function to pretty print time
1288         delay in seconds.
1289
1290 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1293         while prompting a user for a file name, etc.
1294         (gnus-mime-display-single): Display part with a common appearance no
1295         matter whether MIME button is omitted or not; don't add duplicate entry
1296         to gnus-article-mime-handle-alist.
1297         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1298
1299 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1300
1301         * mml2015.el (mml2015-display-key-image): New variable.
1302
1303 2014-05-08  Glenn Morris  <rgm@gnu.org>
1304
1305         * gnus-fun.el (gnus-grab-cam-face):
1306         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1307         This is CVE-2014-3421.
1308
1309 2014-05-04  Glenn Morris  <rgm@gnu.org>
1310
1311         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1312
1313 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1316         the displaying state of a part.
1317         (gnus-mm-display-part): Don't insert a newline in the beginning of
1318         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1319
1320         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1321         (mm-shr): Make undisplayer unbreakable.
1322
1323         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1324         Don't insert excessive newline.
1325         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1326         (mm-insert-inline): Make undisplayer unbreakable.
1327
1328 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1329
1330         * gnus.el: Ma Gnus v0.11 is released.
1331
1332 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1333
1334         * gnus-art.el (gnus-mm-display-part):
1335         Highlight header attachment buttons.
1336
1337 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1340         a part; redisplay a button (enbugged in 2014-02-05).
1341
1342 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1343
1344         * auth-source.el (auth-source-search, auth-source-search-backends):
1345         Treat :max 0 as an indicator that a boolean return is wanted, as
1346         documented. Reported by Joe Bloggs.
1347
1348 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1349
1350         * gnus-icalendar.el: Require gnus-art.
1351
1352 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1353
1354         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1355         (gnus-icalendar--update-org-event): put event timestamp in
1356         the org entry body instead of the drawer.
1357         (gnus-icalendar-event--get-attendee-names): list of participants should
1358         contain even attendees without common name attribute.
1359         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1360         property tags in org drawers.
1361
1362 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * gmm-utils.el (gmm-format-time-string): New function.
1365
1366         * message.el (message-insert-formatted-citation-line): Use the original
1367         author's time zone to express a date string.
1368
1369 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1370
1371         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1372         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1373         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1374         Silence compiler warnings.
1375         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1376
1377 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * mml.el: Require url when compiling.
1380
1381         * gnus-cloud.el (gnus-cloud-parse-version-1):
1382         Use plist-get rather than CL's getf.
1383         (gnus-activate-group, gnus-subscribe-group): Declare.
1384
1385         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1386
1387 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1390         buttons when toggling the header off.
1391
1392 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1393
1394         * tls.el (tls-program): Reflow docstring.
1395
1396 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1397
1398         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1399         groups work again.
1400
1401 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1402
1403         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1404         999 correctly (i.e. "1,342").
1405
1406 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1407
1408         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1409         out if the directory doesn't exist.
1410
1411 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1412
1413         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1414         commands here; instead, only check if epg-config.el is available.
1415
1416 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1417
1418         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1419         messages with embedded images.
1420         (mml-generate-mime): Don't bug out if you don't have libxml.
1421
1422 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1423
1424         * message.el (message-make-html-message-with-image-files): New command.
1425
1426 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1427
1428         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1429
1430         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1431
1432 2014-02-23  David Engster  <deng@randomsample.de>
1433
1434         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1435         to stay compatible with older Emacsen, so replace `cl-loop' with
1436         `loop'.
1437
1438 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1439
1440         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1441         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1442         instead, build list of patterns.
1443
1444 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1447         Display header attachment buttons by gnus-article-prepare-display
1448         rather than gnus-article-prepare so as to view in mml-preview as well.
1449
1450 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1451
1452         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1453         in `auth-sources' means and link to EPA docs.
1454
1455 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1456
1457         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1458         (bug#12375).
1459
1460 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1461
1462         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1463         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1464
1465 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1466
1467         * message.el (message-tab): Mention what happens on normal tabs
1468         (bug#11297).
1469
1470 2014-02-08  Glenn Morris  <rgm@gnu.org>
1471
1472         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1473
1474 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1477         buttons that are hidden in unselected alternative part as well.
1478         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1479
1480         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1481
1482 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1483
1484         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1485         keystroke.
1486         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1487         types.
1488
1489         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1490         with an empty string.
1491
1492 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1493
1494         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1495         buffer-local in some buffers, so bind it explicitly in the buffer we're
1496         trying to cancel the article in (bug#10808).
1497
1498 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1501         New functions.
1502
1503         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1504         New user option.
1505         (gnus-mime-buttonize-attachments-in-header): New function.
1506         (gnus-article-prepare): Use it.
1507         (gnus-mime-inline-part): Suppress extra newline.
1508         (gnus-mm-display-part): Save excursion;
1509         remove useless deleting and adding of buttons.
1510         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1511
1512         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1513         Add gnus-mime-buttonize-attachments-in-header.
1514
1515 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1516
1517         * nnimap.el (nnimap-request-articles): New command to download several
1518         articles at once.
1519
1520         * gnus.el (gnus-variable-list): Save Cloud variables.
1521
1522         * gnus-int.el (gnus-request-accept-article): Doc fix.
1523
1524 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1525
1526         * parse-time.el (parse-time-iso8601-regexp)
1527         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1528         it more generally.
1529
1530 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1531
1532         * gnus-cloud.el: New file to provide the Emacs Cloud.
1533
1534         * dgnushack.el: Silence XEmacs w3 warning.
1535
1536         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1537         `url-retrieve-synchronously', apparently.
1538
1539         * dgnushack.el: Silence XEmacs dns.el warning.
1540
1541         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1542         instead of in all files.
1543
1544         * dns.el (network-interface-list): Define for XEmacs.
1545
1546         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1547         XEmacs.
1548
1549         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1550
1551 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1552
1553         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1554         `gnus-group-split-fancy'.
1555
1556 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1557
1558         * message.el (message-remove-header): Doc fix.
1559         (message-forward-included-headers): New variable.
1560         (message-remove-ignored-headers): Use it.
1561
1562 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1563
1564         * nnir.el (nnir-request-update-mark): Don't try to update the source
1565         group if we can't find it (bug#16611).
1566
1567 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1568
1569         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1570
1571 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1572
1573         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1574         network interfaces changed.
1575         (dns-query): Use it to flush the data.
1576
1577 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1578
1579         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1580         from random face commands.
1581         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1582         Face.
1583         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1584         (gnus--random-face-with-type): Generic function returning a face-type
1585         as a string.
1586         (gnus--insert-random-face-with-type): Generic function inserting a face
1587         in a message buffer header.
1588         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1589         (gnus-insert-random-x-face-header): Rewritten to use
1590         `gnus--insert-random-face-with-type`.
1591         (gnus-random-face): Return random (png) Face as string.
1592         (nus-insert-random-face-header): Insert random (png) Face in a message
1593         buffer.
1594
1595 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1596
1597         * mm-url.el: Remove all usage of w3.
1598
1599         * nnrss.el: Ditto.
1600
1601         * mm-decode.el: Ditto.
1602
1603         * mm-view.el: Ditto.
1604
1605         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1606         outdated and all Emacsen have url.el built-in.
1607
1608         * gnus-setup.el: Remove outdated file.
1609
1610 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1611
1612         * gnus.el: Ma Gnus v0.9 is released.
1613
1614 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1615
1616         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1617
1618 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1619
1620         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1621         in the summary buffer (bug#13769).
1622
1623 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1624
1625         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1626         name if we're using a single article buffer.  Otherwise, it may point
1627         to a killed buffer (bug#13756).
1628
1629 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1630
1631         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1632         the match data, just save and restore it explicitly (bug#12375).
1633
1634         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1635         that's needed.
1636
1637         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1638         the code once (bug#9069).
1639
1640 2014-01-18  Steinar Bang  <sb@dod.no>
1641
1642         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1643         reading.
1644
1645 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1646
1647         * message.el (message-bury): Call bury-buffer with no argument
1648         in the message-return-action case too.
1649
1650 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1653         (nnimap-split-fancy, nnimap-split-methods): Declare.
1654
1655         * mm-util.el (help-function-arglist): Declare.
1656
1657 2013-12-28  Glenn Morris  <rgm@gnu.org>
1658
1659         * gnus-sieve.el (gnus-sieve-select-method):
1660         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1661         (gravatar-rating, gravatar-size):
1662         * message.el (message-minibuffer-local-map):
1663         * sieve-manage.el (sieve-manage-authenticators)
1664         (sieve-manage-authenticator-alist): Specify custom types.
1665
1666         * hashcash.el (hashcash-program): Rename from hashcash-path.
1667         Update callers.
1668
1669         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1670         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1671         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1672
1673         * auth-source.el (auth-sources):
1674         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1675         Fix custom types.
1676
1677         * tls.el (tls-certtool-program): Fix default value.
1678
1679 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1680
1681         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1682         we get proper traces there, too.
1683
1684 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1685
1686         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1687         value of the parameters if the current article has a Reply-To or From
1688         field.
1689
1690 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1691
1692         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1693
1694 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1695
1696         * gnus-sum.el (gnus-summary-exit): Stop animations.
1697
1698 2013-12-19  Juri Linkov  <juri@jurta.org>
1699
1700         * gnus.el (gnus-suppress-keymap):
1701         * gnus-art.el (gnus-article-mode-map):
1702         * gnus-group.el (gnus-group-mode-map):
1703         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1704         Remove [backspace] key binding because it shadows DEL (bug#16035).
1705
1706         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1707
1708 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1709
1710         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1711         Make sure work directory exists.
1712         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1713         rather than tmp directory.
1714         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1715         not necessarily always run, with it.
1716
1717 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1718
1719         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1720         value of gnus-icalendar-additional-identities work without restart.
1721
1722 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * mm-util.el (mm-make-temp-file):
1725         Alias to make-temp-file for modern Emacsen.
1726
1727 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1730         nnir-article-number and nnir-article-group.
1731
1732 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1733
1734         * message.el (message-send-mail-with-sendmail):
1735         Don't kill error buffer if sending fails.
1736
1737 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1738
1739         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1740         (gnus-icalendar-event->org-entry)
1741         (gnus-icalendar--update-org-event)
1742         (gnus-icalendar-event->gnus-calendar): Distinguish between
1743         required/optional/non-participant attendee status.  Fix bug causing
1744         the first required event participant to be omitted.
1745
1746 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1747
1748         * gnus-art.el (article-de-quoted-unreadable)
1749         (article-de-base64-unreadable, gnus-mime-copy-part)
1750         * gnus-html.el (gnus-article-html)
1751         * mm-view.el (mm-inline-text-html-render-with-w3)
1752         (mm-inline-text-html-render-with-w3m-standalone)
1753         * rfc2231.el (rfc2231-decode-encoded-string):
1754         Allow overriding charset by mm-charset-override-alist.
1755
1756         * gnus-art.el (gnus-article-browse-html-parts):
1757         Replace LWSPs with `&nbsp;'s in header.
1758
1759         Work for broken Chinese articles.
1760
1761         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1762         Exclude broken handles that gnus-summary-enter-digest-group may create.
1763         (gnus-article-browse-html-parts):
1764         Allow overriding charset by mm-charset-override-alist.
1765
1766 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1767
1768         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1769         (gnus-icalendar-identities): Support additional-identities.
1770
1771 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1772
1773         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1774         org-timestamp for events ending at midnight.
1775
1776 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1777
1778         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1779         .log files.
1780
1781 2013-11-20  David Engster  <deng@randomsample.de>
1782
1783         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1784
1785 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1786
1787         * message.el (message-beginning-of-line):
1788         Use beginning-of-visual-line when visual-line-mode is turned on.
1789
1790 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1791
1792         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1793         (gnus-icalendar-event-from-ical)
1794         (gnus-icalendar-event->org-entry)
1795         (gnus-icalendar--update-org-event): Required/optional participation,
1796         list of attendees synced to org.
1797
1798 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1799
1800         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1801         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1802         cancellations to be synced to org if the original appt has an org
1803         outline.
1804
1805 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1806
1807         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1808         (gnus-icalendar-event->org-entry)
1809         (gnus-icalendar--update-org-event)
1810         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1811
1812 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1813
1814         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1815         Fix timezone handling in gnus-icalendar export to org.
1816
1817 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1818
1819         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1820
1821 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1824
1825 2013-10-30  Glenn Morris  <rgm@gnu.org>
1826
1827         * gnus-group.el (gnus-group-browse-foreign-server):
1828         * gnus-int.el (gnus-start-news-server):
1829         Silence compiler obsolescence warning.
1830
1831 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1832
1833         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1834         `nnoo-current-server' first, then for the actual `nnimap-address' to
1835         allow netrc entries for the nnoo server to coexist with netrc entries
1836         for the `nnimap-address'.
1837
1838 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * mm-decode.el (mm-dissect-buffer): Revert last change.
1841         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1842         The problem that motivated those changes was attributed to a broken
1843         mail sender, and has been fixed.
1844
1845 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1848         token is missing in the Content-Type header.
1849
1850         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1851
1852 2013-09-18  Glenn Morris  <rgm@gnu.org>
1853
1854         * gnus-util.el (image-size): Declare.
1855
1856 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1859         (gnus-icalendar-event-from-ical)
1860         (gnus-icalendar-event--build-reply-event-body)
1861         (gnus-icalendar-event-reply-from-buffer)
1862         (gnus-icalendar-find-org-event-file)
1863         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1864         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1865
1866         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1867
1868 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1869
1870         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1871         Use save-current-buffer.
1872         (gnus-tree-mode-map): Initialize in the declaration.
1873         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1874         (scroll-in-place): Defvar it.
1875         (gnus-tmp-*): Defvar them.
1876         (gnus-get-tree-buffer): Use derived-mode-p.
1877         (gnus--let-eval): New macro.
1878         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1879         non-prefixed variables.
1880         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1881
1882         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1883         vars since it doesn't seem to be available.
1884         (gnus-set-global-variables, gnus-summary-read-group-1)
1885         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1886         (gnus-summary-display-article, gnus-summary-select-article)
1887         (gnus-summary-next-article, gnus-offer-save-summaries)
1888         (gnus-summary-generic-mark): Use derived-mode-p.
1889         (gnus-summary-read-group-1, gnus-summary-exit)
1890         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1891         Adjust calls to gnus-tree-close and gnus-tree-open.
1892
1893         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1894
1895         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1896         (gnus-agent-mode): Use derived-mode-p.
1897         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1898         gnus-command-method and *-command-method to nil, but bind
1899         gnus-command-method to *-command-method instead!
1900         (gnus-agent-fetch-articles): Remove unused var `id'.
1901         (gnus-agent-fetch-headers): Remove unused arg `force'.
1902         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1903         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1904         (gnus-agent-short-article, gnus-agent-long-article)
1905         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1906         first use.
1907         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1908         `score-param'.
1909         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1910         (gnus-get-predicate): Push in front of the cache, rather than end.
1911         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1912         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1913         (gnus-agent-expire-unagentized-dirs): Don't rebind
1914         gnus-agent-expire-current-dirs since the defvar silences the warning.
1915         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1916         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1917         (gnus-agent-regenerate): Simplify interactive spec and doc.
1918
1919 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1920
1921         * gnus-int.el (gnus-open-server): Silence compiler.
1922
1923         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1924
1925         * message.el (message-display-completion-list): Abolish.
1926         (message-completion-in-region): Use display-completion-list.
1927
1928 2013-09-17  Glenn Morris  <rgm@gnu.org>
1929
1930         * gnus-util.el (gnus-message-with-timestamp-1):
1931         Use `messages-buffer' function if available.  Ignore read-only.
1932
1933 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * message.el (message-expand-group, message-completion-in-region):
1936         Correct the order of start and end of a region.
1937
1938 2013-09-13  Glenn Morris  <rgm@gnu.org>
1939
1940         * mml2015.el (gnus-create-image): Autoload it.
1941
1942         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1943
1944         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1945         (image-size): Declare.
1946
1947 2013-09-12  Glenn Morris  <rgm@gnu.org>
1948
1949         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1950         Avoid using `find', which i) might not be defined at runtime;
1951         ii) does not work, since its default test is eql, not equal.
1952         (gnus-mime-action-alist): Declare.
1953
1954 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1955
1956         * score-mode.el (gnus-score-mode-map): Move initialization
1957         into declaration.
1958         (gnus-score-mode): Use define-derived-mode.
1959         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1960         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1961         into declaration.
1962         (gnus-kill-file-mode): Use define-derived-mode.
1963         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1964         Use derived-mode-p.
1965         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1966         (gnus-group-setup-buffer, gnus-group-name-at-point)
1967         (gnus-group-make-web-group, gnus-group-enter-directory)
1968         (gnus-group-suspend): Use derived-mode-p.
1969         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1970         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1971         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1972         (gnus-article-setup-buffer, gnus-article-prepare)
1973         (gnus-article-prepare-display, gnus-sticky-article)
1974         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1975         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1976         (gnus-article-read-summary-keys): Use derived-mode-p.
1977
1978 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1979
1980         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1981
1982 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1985         shift_jis from the default value set for Japanese users.
1986
1987 2013-08-13  Glenn Morris  <rgm@gnu.org>
1988
1989         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1990
1991         * gnus.el (gnus-valid-select-methods): Fix type.
1992
1993         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1994
1995 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * mm-decode.el (mm-display-external): Run a timer for the temp files
1998         deletion after a viewer exits; add a deletion timer for the needsterm
1999         case, too.
2000
2001         * mm-decode.el (mm-display-external): Try to delete temporary files by
2002         using a 1-min. timer.
2003
2004 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2007         New internal variables.
2008         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2009         (mm-display-external): Use it to delete temporary files instead of
2010         using timers.
2011
2012 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2015
2016 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2017
2018         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2019         with cond for backwards compatability.
2020
2021 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2022
2023         * mm-decode.el (mm-display-external): Bind process-connection-type to
2024         nil; don't delete a temp file immediately even if a viewer finishes,
2025         since it may be a shell script, like xdg-open, that launches a real
2026         viewer program belatedly.
2027
2028 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2029
2030         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2031         that we can create nndoc groups that excerpt other groups.
2032
2033 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * gnus-delay.el (gnus-delay-article): Fix typo.
2036
2037         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2038         articles.
2039
2040         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2041         we can get spell-checking etc.
2042
2043 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2046         a single one used for encoding the whole text in a header.
2047
2048 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2051         doesn't work properly on XEmacs.
2052
2053 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2054
2055         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2056         before sending.
2057
2058         * dgnushack.el (dgnushack-compile): Add a temporary check for
2059         gnus-icalendar.
2060
2061         * mm-decode.el (mm-command-output): New face.
2062         (mm-display-external): Use it.
2063
2064 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2065
2066         * nnmbox.el (nnmbox-request-article): Don't change point.
2067
2068 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2071         Include `handle' parameter.
2072
2073 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2074
2075         * gnus-icalendar.el: New file.
2076
2077 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2080
2081         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2082         dummy roots, too.
2083
2084 2013-08-01  David Edmondson  <dme@dme.org>
2085
2086         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2087         out on ttys.
2088
2089 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2092         not empty.
2093
2094         * nnrss.el (nnrss-discover-feed): Indent.
2095
2096 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2097
2098         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2099
2100 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2103         dirty to ensure nnimap data being saved.
2104
2105 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2106
2107         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2108         menu entry.
2109
2110         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2111         the current thread's total score instead of the current article's
2112         score.
2113
2114         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2115         (gnus-sort-threads-recursively): Delete defcustom.
2116         (gnus-sort-threads-recursive): Adapt accordingly.
2117
2118 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2119
2120         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2121         (gnus-sort-threads-recursive): Use it.
2122         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2123         again.  Now that determines how to sort subthreads.
2124
2125 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2126
2127         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2128         (gnus-sort-threads): Use it.
2129
2130 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2131
2132         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2133         punctuation characters follow parentheses (bug#14950).
2134
2135 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * gnus.el (gnus-continuum-version):
2138         * gnus-msg.el (gnus-extended-version): Simplify.
2139
2140         * gnus.el (gnus-continuum-version-1): Remove.
2141         * gnus-msg.el (gnus-bug): Revert.
2142
2143         Calculate gnus-version correctly on Cygwin.
2144
2145         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2146         (gnus-continuum-version-1): New function, return a string.
2147
2148         * gnus-msg.el (gnus-extended-version, gnus-bug):
2149         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2150
2151 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2152
2153         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2154         (bug#13384).
2155
2156 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157
2158         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2159         that were only relevant in a development version a long time ago.
2160
2161 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2164         that the old Emacs 24s bundle.
2165
2166 2013-07-10  David Engster  <deng@randomsample.de>
2167
2168         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2169         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2170         fixes a bug in Emacs trunk where the 'unexist' marks were always
2171         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2172         Gnus v0.03".
2173
2174 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2175
2176         * gnus.el (gnus-summary-line-format): Reference
2177         `gnus-user-date-format-alist' for the &user-date; format, not
2178         `gnus-summary-user-date-format-alist'.
2179
2180 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2183         delete files (bug#13481).
2184
2185 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2186
2187         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2188
2189 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2190
2191         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2192         display images.
2193
2194         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2195
2196         * message.el (message-cancel-news): According to
2197         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2198         preferred over "cmsg cancel" in the Subject.
2199
2200         * nnir.el (nnir-engines): Note that the group specs are regexps
2201         (bug#13238).
2202
2203         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2204         gotten read-only text properties, ensure that those aren't heeded when
2205         copying stuff over (bug#13434).
2206
2207         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2208         (bug#13762).
2209
2210 2013-07-05  David Kastrup  <dak@gnu.org>
2211
2212         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2213         authinfo file again (important for blank passwords).  This had been
2214         broken with 2013-06-15 change.
2215
2216 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2217
2218         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2219         Revert 2013-01-14 change.
2220
2221 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2222
2223         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2224         of 'create-image' for XEmacs compatibility; check errors when decoding
2225         image.  Reported by Uwe Brauer.
2226
2227 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2228
2229         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2230         gnus-button-push revised at 2011-01-19.
2231
2232 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2235         now live in the lisp/net Emacs 24 repository.
2236
2237 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2238
2239         * eww.el (eww-update-header-line-format): Quote % characters.
2240
2241 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242
2243         * eww.el (eww-process-text-input): Display passwords as asterisks.
2244
2245         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2246
2247 2013-06-19  Tom Tromey  <tromey@redhat.com>
2248
2249         * eww.el (eww-top-url): Remove.
2250         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2251         (eww-render): Set new variables.  Don't set eww-top-url.
2252         (eww-handle-link): Handle "prev", "home", and "contents".
2253         Downcase the rel text.
2254         (eww-top-url): Choose best top URL.
2255
2256 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257
2258         * eww.el: Rewrite to implement form elements "by hand" instead of
2259         relying in widget.el.  Using widget.el leads to too many
2260         user interface inconsistencies.
2261         (eww-self-insert): Implement entering commands in text fields.
2262         (eww-process-text-input): New function to make text input field editing
2263         work.
2264         (eww-submit): Rewrite to use the new-style form methods.
2265         (eww-select-display): Display the correct selected item.
2266         (eww-change-select): Implement changing the select value.
2267         (eww-toggle-checkbox): Implement radio/checkboxes.
2268         (eww-update-field): Fix compilation error.
2269         (eww-tag-textarea): Implement <textarea>.
2270
2271         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2272         don't shadow mode-specific bindings.
2273
2274         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2275         nothing to push.
2276
2277         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2278
2279 2013-06-19  Glenn Morris  <rgm@gnu.org>
2280
2281         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2282
2283 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2284
2285         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2286
2287 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2288
2289         * shr.el (shr-make-table-1): Implement <td rowspan>.
2290         (shr-table-horizontal-line): Allow nil as a value, and change the
2291         default.
2292         (shr-insert-table-ruler): Respect the nil value.
2293
2294 2013-06-18  Tom Tromey  <tromey@barimba>
2295
2296         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2297         New defvars.
2298         (eww-open-file): New defun.
2299         (eww-render): Initialize new variables.
2300         (eww-display-html): Handle "link" and "a".
2301         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2302         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2303         (eww-back-url): Rename from eww-previous-url.
2304         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2305         defuns.
2306
2307 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * shr.el (shr-tag-table): Insert the images after the table, so that
2310         they're not covered by the table colourisation, which often looked
2311         awkward.
2312         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2313         <dd>.
2314         (shr-make-table-1): Implement <td colspan=> support.
2315         (shr-insert-document): Use one less than window width if `shr-width' is
2316         nil, since otherwise things may get one character too wide.
2317
2318 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * eww.el (eww-detect-charset): Improve regexp; move backward.
2321
2322 2013-06-18  Glenn Morris  <rgm@gnu.org>
2323
2324         * mm-decode.el (widget-convert-button): Autoload.
2325
2326         * sieve-manage.el (mm-enable-multibyte): Autoload.
2327
2328         * shr.el (libxml-parse-html-region): Declare.
2329         (shr-render-buffer): Explicit error if no libxml2 support.
2330
2331 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2332
2333         * auth-source.el (auth-source-current-line): New function.
2334         (auth-source-netrc-parse-entries): When a data token is "machine",
2335         assume we're in the wrong place and abort parsing the current line.
2336
2337 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2338
2339         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2340         (eww-convert-widgets): Don't bug out if the first widget starts at the
2341         beginning of the buffer.
2342         (eww-convert-widgets): Fix last patch.
2343         (eww-tag-input): Support <input type=image>.
2344
2345         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2346         (shr-tag-base): Protect against base specs that are degenerate.
2347         (shr-ensure-paragraph): Don't delete empty lines that have text
2348         properties, because these may be input fields.
2349
2350         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2351         we can navigate to them.
2352
2353         * shr.el (shr-colorize-region): Put the colours over the entire region.
2354         (shr-inhibit-decoration): New variable.
2355         (shr-add-font): Use it to inhibit text property decorations while doing
2356         preliminary table renderings.  This speeds up typical Wikipedia page
2357         renderings by 15%.
2358         (shr-tag-span): Don't respect the <title>, because that overwrites the
2359         help-echo from links inside the spans.
2360         (shr-next-link): Use `help-echo' for navigation, so that we can
2361         navigate to form elements, too.
2362
2363         * eww.el (eww-button): New face.
2364         (eww-convert-widgets): Use it to make submit buttons more button-like.
2365
2366         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2367         that Gnus commands work.
2368
2369         * shr.el (shr-render-td): Support horizontal alignment.
2370
2371         * eww.el (eww-put-color): Removed.
2372         (eww-colorize-region): Use `add-face-text-property'.
2373
2374         * shr.el (shr-add-font): Append face data, so that we get the correct
2375         precedence: The innermost value (which is applied first) wins.
2376         (shr-make-overlay): Obsolete function.
2377
2378         * mm-decode.el (mm-convert-shr-links): New function to convert
2379         new-style shr URL links into widgets.
2380         (mm-shr): Use it.
2381
2382         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2383         widget commands, since we're no longer using widgets for links.
2384
2385         * shr.el (shr-next-link): New command.
2386         (shr-previous-link): New command.
2387         (shr-urlify): Don't use `widget-convert', because that's slow.
2388         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2389         because collecting the overlays and reapplying them when generating
2390         tables is slow.
2391         (shr-insert-table): Ditto.
2392
2393 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2394
2395         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2396         * shr.el (browse-url): Require `url'.
2397         * eww.el (url): Require format-spec.
2398
2399 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400
2401         * eww.el (eww-display-html): Default to using the entire window width.
2402         (eww-browse-url): Don't add a User-Agent header (twice), because that
2403         makes Bing refuse connection.
2404
2405         * shr.el (shr-make-table): Cache the table rendering at the table
2406         level, and not the <td> level.  This is a bit faster.
2407
2408         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2409         #id.
2410
2411         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2412         browsers don't.
2413         (shr-expand-url): Respect #anchor links.
2414         (shr-parse-base): Chop off the anchor before using.
2415         (shr-descend): Respect display: none.
2416         (shr-descend): Allow marking elements that have certain IDs.
2417
2418         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2419
2420         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2421
2422         * eww.el (eww-tag-textarea): Support <textarea>.
2423
2424 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2425
2426         * shr.el (shr-dom-to-xml): Fixed function call.
2427
2428         * eww.el (eww): New group.
2429         (eww-header-line-format): New custom variable.
2430         (eww-current-title): New variable.
2431         (eww-display-html): Update header and handle title tag.
2432         (eww-update-header-line-format): New function.
2433         (eww-tag-title): New function.
2434
2435         * shr.el (shr-dom-to-xml): New function.
2436         (shr-tag-svg): Add support for the SVG tag.
2437         (shr-bullet): New custom variable.
2438         (shr-tag-li): Support custom bullet in unordered lists.
2439
2440 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * shr.el (shr-expand-url): Respect // URLs.
2443
2444         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2445         put a background colour onto the entire buffer.
2446         (eww-render): When being redirected, use the redirect URL as the new
2447         base URL.
2448
2449         * shr.el (shr-parse-base): Fix parsing error.
2450
2451         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2452
2453         * shr.el (shr-parse-base): New function.
2454         (shr-expand-url): Use it to expand relative URLs reliably.
2455
2456 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2457
2458         * auth-source.el (auth-source-search-collection): Fix docstring.
2459         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2460         single-quoted strings and multiline entries.
2461         (auth-source-netrc-parse-next-interesting)
2462         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2463         functions to support parser.
2464
2465 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * eww.el (eww-submit): Get submit button logic right when hitting RET
2468         on non-submit buttons.
2469
2470         * shr.el: Remove shr-preliminary-table-render, since that can't really
2471         be used for anything in practice.
2472
2473 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2474
2475         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2476         (sieve-manage-quit).
2477
2478 2013-06-14  Glenn Morris  <rgm@gnu.org>
2479
2480         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2481
2482 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2483
2484         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2485         control the maximum size of photo ID image.
2486         (mml2015-epg-key-image-to-string): Respect it.
2487
2488 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2491         instead of the final one so that we can more easily distinguish them.
2492
2493         * eww.el (eww-submit): Compute the submission URL correctly.
2494
2495 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2496
2497         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2498         Use plist-get rather than CL's getf.
2499         (sieve-manage-parse-capability): Avoid CL's remove-if.
2500
2501 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2502
2503         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2504         (sieve-manage-quit).
2505
2506 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507
2508         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2509         last slash.
2510
2511         * eww.el (eww-tag-select): Use the first value as the default value.
2512
2513 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2514
2515         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2516         (eww-mode): Use `define-derived-mode'.
2517         (eww-parse-headers): Parse headers from beginning of buffer so that
2518         file:// links work.
2519
2520 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2523
2524 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2525
2526         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2527         to handle them at all.
2528
2529 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2530
2531         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2532         work, too.
2533         (eww-tag-select): Implement <select>.
2534
2535 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2536
2537         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2538         stream managing functions by using open-protocol-stream to do most of
2539         the work.  Has the nice benefit of enabling STARTTLS.
2540         Wait for capabilities after STARTTLS: following RFC5804, the server
2541         sends new capabilities after successfully establishing a TLS connection
2542         with the client.  The client should update the cached list of
2543         capabilities, but we just ignore the answer for now.
2544         (sieve-manage-network-p, sieve-manage-network-open)
2545         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2546         (sieve-manage-forward, sieve-manage-streams)
2547         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2548         API, nor called by any other function.
2549         Enable Multibyte for SieveManage buffers: The parser won't properly
2550         handle umlauts and line endings unless multibyte is turned on in the
2551         process buffer.
2552
2553 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * eww.el (eww-tag-input): Support password fields.
2556         (eww-submit): Support POST.
2557
2558 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * eww.el (eww-tag-form): Protect against degenerate forms.
2561
2562         * shr.el (shr-expand-url): Expand URLs that start with a slash
2563         correctly.
2564
2565         * eww.el (eww-submit): Get submit button logic right.
2566
2567         * shr.el (shr-final-table-render): New variable to signal when we're
2568         doing the final table rendering so that we can collect more data at
2569         that point.
2570
2571         * eww.el (eww-submit): Make form submission work.
2572         (eww-tag-input): Implement submit buttons.
2573         (eww-click-radio): Implement radio and checkboxes.
2574         (eww-submit): Handle hidden elements.
2575
2576         * shr.el (shr-descend): Allow other packages to override (or provide)
2577         rendering of elements.
2578         (shr-expand-url): Strip query strings from URLs before expanding them.
2579
2580         * eww.el: Don't require cl-lib.
2581         (eww-tag-form): Start form support.
2582
2583         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2584
2585         * eww.el: Start writing a new, tiny web browser.
2586         (eww-previous-url): New command.
2587         (eww-quit): New command.
2588
2589 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2590
2591         * sieve.el: Put point at beginning of buffer when viewing a script.
2592         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2593         number in sieve-buffer's header.  Fixed code to also work with a string
2594         as port specifier.  Properly close the connection on pressing 'q'.  Make
2595         sieve-manage-quit close the connection and process buffer.  Also, remove
2596         duplicate keybinding for 'q'.
2597
2598 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2599
2600         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2601         make it easier to read.
2602         (mm-pkcs7-enveloped-magic): Ditto.
2603
2604 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2605
2606         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2607         before `image-type-available-p' to avoid loading the image libraries
2608         needlessly.
2609
2610 2013-06-05  David Engster  <deng@randomsample.de>
2611
2612         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2613         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2614         to see whether the group was synced before.
2615
2616 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2617
2618         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2619         when opening the connection.
2620         Suggested by João Távora <joaotavora@gmail.com> in
2621         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2622
2623 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2626         assume Date header begins with "Date", that may be customized into
2627         something like "X-Sent" using gnus-article-time-format.
2628         (article-transform-date): Allow multi-line Date header.
2629
2630 2013-06-02  David Engster  <deng@randomsample.de>
2631
2632         * registry.el (initialize-instance, registry-lookup)
2633         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2634         (registry-lookup-secondary-value, registry-search, registry-delete)
2635         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2636         not wrap methods in `eval-and-compile'.  This breaks due to latest
2637         changes in EIEIO (introduction of eieio-core.el).
2638
2639 2013-05-30  Glenn Morris  <rgm@gnu.org>
2640
2641         * nnmail.el (nnmail-fancy-expiry-target):
2642         Also bind mail-dont-reply-to-names.
2643
2644         * spam-stat.el (spam-stat-save):
2645         No need to tweak font-lock in temp buffers.
2646
2647         * shr.el (shr-put-image): Silence compiler.
2648
2649 2013-05-29  Glenn Morris  <rgm@gnu.org>
2650
2651         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2652
2653         * gnus-group.el (gnus-sequence-of-unread-articles)
2654         (gnus-summary-add-mark, gnus-mark-article-as-read)
2655         (gnus-group-make-articles-read): Declare.
2656
2657         * gnus-sum.el (gnus-parameter-list-identifier)
2658         (gnus-article-stop-animations, gnus-stop-downloads)
2659         (gnus-article-only-boring-p, article-goto-body)
2660         (gnus-flush-original-article-buffer, article-narrow-to-head)
2661         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2662         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2663
2664         * gnus.el: No need to eval-and-compile autoloads.
2665
2666         * gravatar.el (help-function-arglist): Autoload.
2667
2668         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2669
2670         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2671
2672         * spam.el: No need to load spam-report when compiling.
2673         No need to eval-and-compile autoloads.
2674         (spam-report-resend-to): Declare.
2675         (spam-report-resend-register-routine): Require 'spam-report.
2676
2677 2013-05-24  Julien Danjou  <julien@danjou.info>
2678
2679         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2680         setup.
2681
2682 2013-05-23  Glenn Morris  <rgm@gnu.org>
2683
2684         * gnus-util.el (rmail-swap-buffers-maybe)
2685         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2686         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2687         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2688
2689         * mm-decode.el: No need to load term when compiling.
2690         (term-mode, term-char-mode): Declare.
2691
2692         * mm-util.el: No need to load jka-compr when compiling.
2693         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2694
2695         * nnmaildir.el: Require is automatically eval-and-compile.
2696         (nnmail): Require at run-time too.
2697
2698         * registry.el (registry-size): Move definition before use.
2699
2700 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2701
2702         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2703         signed data to conform the standard.  (Bug#14232)
2704
2705 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2706
2707         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2708         double angle quotation mark.
2709
2710 2013-05-20  Glenn Morris  <rgm@gnu.org>
2711
2712         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2713
2714 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2715
2716         * message.el (message-insert-formatted-citation-line): handle finding
2717         first/lastname when more than 2 names appear.
2718
2719 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2720
2721         * shr.el (shr-tag-span): New function.
2722
2723 2013-05-18  Glenn Morris  <rgm@gnu.org>
2724
2725         * message.el (message-mode): Use message-mode-abbrev-table,
2726         with text-mode-abbrev-table as parent.  (Bug#14413)
2727
2728 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * message.el (message-expand-group): Decode group names.
2731
2732 2013-05-16  Julien Danjou  <julien@danjou.info>
2733
2734         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2735         app-icon.
2736
2737 2013-05-15  Glenn Morris  <rgm@gnu.org>
2738
2739         * shr-color.el (shr-color-visible-luminance-min)
2740         (shr-color-visible-distance-min): Use shr-color group.
2741
2742 2013-05-11  Glenn Morris  <rgm@gnu.org>
2743
2744         * gnus-vm.el: Make it loadable without VM.
2745         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2746         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2747
2748 2013-05-09  Glenn Morris  <rgm@gnu.org>
2749
2750         * mml1991.el: Make it loadable.  (Bug#13456)
2751
2752         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2753         * gnus-async.el (gnus-async-post-fetch-function):
2754         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2755         * gnus-html.el (gnus-html-image-cache-ttl):
2756         * gnus-notifications.el (gnus-notifications-timeout):
2757         * gnus-picon.el (gnus-picon-properties):
2758         * gnus-util.el (gnus-completion-styles):
2759         * gnus.el (gnus-other-frame-resume-function):
2760         * message.el (message-user-organization-file)
2761         (message-cite-reply-position):
2762         * nnir.el (nnir-summary-line-format)
2763         (nnir-retrieve-headers-override-function):
2764         * shr-color.el (shr-color-visible-luminance-min):
2765         * shr.el (shr-blocked-images):
2766         * spam-report.el (spam-report-resend-to):
2767         * spam.el (spam-summary-exit-behavior): Fix custom types.
2768
2769         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2770
2771 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2774         because of let-binding help-xref-following.  (Bug#14356)
2775
2776 2013-05-06  Glenn Morris  <rgm@gnu.org>
2777
2778         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2779
2780 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2781
2782         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2783         entering into the registry.
2784
2785 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2786
2787         * gnus.el: Ma Gnus v0.7 is released.
2788
2789 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2792         (Bug#14304)
2793
2794 2013-04-27  Glenn Morris  <rgm@gnu.org>
2795
2796         * gnus.el (gnus-list-debbugs):
2797         Use require rather than autoload.  (Bug#14262)
2798
2799 2013-04-27  Julien Danjou  <julien@danjou.info>
2800
2801         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2802         port to "sieve" now that it has an official IANA port assigned.
2803
2804 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2805
2806         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2807         Don't set the MAILHOST environment variable permanently (Bug#14271).
2808
2809 2013-04-26  Glenn Morris  <rgm@gnu.org>
2810
2811         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2812
2813 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2814
2815         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2816         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2817
2818 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2819
2820         * nnir.el (nnir-close-group): Make sure we are in the right group.
2821
2822         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2823         dependency table from all newly retrieved headers.
2824
2825 2013-04-16  David Edmondson  <dme@dme.org>
2826
2827         Support <img src="data:...">.
2828
2829         * shr.el (shr-image-from-data): New function.
2830         (shr-tag-img): Use it.
2831
2832 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2833
2834         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2835         group.
2836
2837 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2840         corresponding to any existing group (Bug#14166).
2841
2842 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2843
2844         * nnir.el (number-sequence): No longer used.
2845         (nnir-request-set-mark): New function.
2846         (nnir-request-update-info): Improve marks updating.
2847         (nnir-request-scan): Don't duplicate marks updating.
2848         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2849         Use 'assq rather than 'assoc.  Quote anonymous function.
2850         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2851         Use 'gnus-group-prefixed-p.
2852         (gnus-summary-create-nnir-group): Make sure server for method is open.
2853
2854 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2855
2856         * nnir.el (gnus-nnir-group-p): New function.
2857         (nnir-possibly-change-group): Use it.
2858
2859         * gnus-msg.el (gnus-setup-message): Use it.
2860
2861 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2862
2863         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2864         `initial-input' for the argument name.
2865         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2866
2867 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2868
2869         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2870         (used by MH-E).
2871
2872 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2873
2874         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2875         group.
2876
2877         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2878         fix compilation.
2879
2880 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2881
2882         * nnir.el (nnir-method-default-engines): And another typo.
2883
2884 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2885
2886         * nnir.el (nnir-method-default-engines): Fix typo.
2887
2888 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2889
2890         * nnir.el: Define 'number-sequence for xemacs.
2891         (gnus-summary-create-nnir-group): New function to create an nnir group
2892         from an nnir summary buffer based on the current query.
2893         (nnir-request-create-group): Update to allow nnir group creation based
2894         on the current query.
2895
2896 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * nndraft.el (nndraft-request-expire-articles):
2899         Make expiry target always `delete'.
2900
2901 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2902
2903         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2904         buffer use the posting-style and gcc of the original article group.
2905         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2906
2907         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2908         after other deffoos.
2909
2910 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2911
2912         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2913         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2914         support for real (i.e. not ephemeral) nnir groups.
2915         (gnus-summary-make-nnir-group): New function for initiating searches
2916         from a summary buffer.
2917
2918 2013-03-18  Sam Steingold  <sds@gnu.org>
2919
2920         * message.el (message-bury): Minor cleanup.
2921
2922 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2923
2924         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2925
2926 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2929         nnml-request-list.  (Bug#13873)
2930         (nndir-request-newsgroups): Remove, unused.
2931
2932         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2933
2934 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2935
2936         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2937         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2938         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2939
2940 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2941
2942         * shr.el: Make all the overlays set the `evaporate' property so that
2943         they're removed properly.
2944
2945 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2946
2947         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2948         shell-quote-argument.
2949
2950 2013-02-22  David Engster  <deng@randomsample.de>
2951
2952         * gnus-registry.el (gnus-registry-save): Provide class name when
2953         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2954         `condition-case' to stay compatible with older EIEIO versions which
2955         only accept one argument.
2956
2957 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2958
2959         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2960         (epg-user-id-validity): Autoload.
2961         (mml2015-epg-check-user-id): New function.
2962         (mml2015-epg-check-sub-key): New function split from
2963         mml2015-epg-find-usable-key.
2964         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2965         optional name-is-key-id, to handle the case when user-id is unusable.
2966         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2967
2968 2013-02-17  Glenn Morris  <rgm@gnu.org>
2969
2970         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2971
2972 2013-02-16  Glenn Morris  <rgm@gnu.org>
2973
2974         * shr.el (shr-put-image): Only animate images that specify a delay.
2975         This is consistent with the old image-animated-p behavior.
2976
2977 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2980         for XEmacs.
2981
2982 2013-02-13  Juri Linkov  <juri@jurta.org>
2983
2984         * gnus-art.el (gnus-article-mode-map):
2985         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2986         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2987
2988 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2989
2990         * auth-source.el (auth-source-format-prompt): Don't get confused by
2991         any "\" in replacement text.  (Bug#13637)
2992
2993 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2994
2995         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2996         (gnus-backend-trace): Honour gnus-backend-trace.
2997
2998         * mml.el (mml-insert-part): Insert closing tag.
2999
3000         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3001
3002 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3005         able to find the article, which can happen in debbugs groups,
3006         apparently.
3007
3008 2013-01-16  Glenn Morris  <rgm@gnu.org>
3009
3010         * smiley.el (smiley-style): Make the file loadable in batch mode.
3011
3012 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3013
3014         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3015         imap process running.
3016
3017 2013-01-14  Julien Danjou  <julien@danjou.info>
3018
3019         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3020         Compare addresses against addresses, not against the full From field.
3021
3022 2013-01-13  Richard Stallman  <rms@gnu.org>
3023
3024         * message.el (message-forward-make-body-mime): New args BEG, END
3025         specify what part of FORWARD-BUFFER to use.  Do the work directly
3026         instead of calling `mml-insert-buffer'.
3027
3028 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3029
3030         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3031         cross-reference(s).
3032
3033         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3034         cross-reference(s).
3035
3036 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3037
3038         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3039         and point-max-marker.
3040         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3041
3042 2013-01-11  Julien Danjou  <julien@danjou.info>
3043
3044         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3045         max are almost equal.  Also return the correct value for V which is
3046         already between 0 and 1.
3047
3048 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3049
3050         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3051         to mml2015-encrypt-to-self.
3052         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3053
3054 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3055
3056         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3057         mml-smime-epg-find-usable-secret-key.
3058
3059 2013-01-08  Glenn Morris  <rgm@gnu.org>
3060
3061         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3062
3063 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3064
3065         * mml-smime.el: Support signing by sender.
3066         Requested by Uwe Brauer.
3067         (mml-smime-sign-with-sender): New user option analogous
3068         to mml2015-sign-with-sender.
3069         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3070         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3071         mml2015.el.
3072
3073 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074
3075         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3076         isn't running, because Gnus will probably not know how to handle the
3077         Gcc header (bug#11941).
3078
3079         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3080         articles.
3081
3082 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083
3084         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3085         (nnfolder-generate-active-file): Make this function work with recursive
3086         folder names.
3087
3088 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3089
3090         * nntp.el (nntp-open-connection): Use HELP as the capability command
3091         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3092         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3093
3094 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3095
3096         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3097         place holder since this gives `Invalid face reference: nil' messages.
3098         Use the `default' face instead.  It has the same effect here, even
3099         though it is not no-op.
3100
3101         * gnus-util.el
3102         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3103
3104 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3105
3106         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3107         non-string posting styles (bug#13285).
3108
3109 2012-12-27  Glenn Morris  <rgm@gnu.org>
3110
3111         * plstore.el (plstore-passphrase-callback-function):
3112         Use plstore-get-file.
3113
3114 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3115
3116         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3117         stderr.
3118
3119 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3120
3121         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3122
3123         * gnus-compat.el (set-buffer-multibyte): Remove.
3124
3125 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3126
3127         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3128         temporary file to get PGP key image.  Pass no-show-photos when
3129         extracting image to avoid having it pop up twice.
3130
3131 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3132
3133         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3134         eligible for treatment.
3135
3136         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3137         lines.  This makes summary commands with hidden threads work more
3138         reliably.
3139
3140         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3141         button to mark the hidden citations (bug#9395).
3142
3143 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3144
3145         * mml2015.el (mml2015-epg-signature-to-string): New function.
3146         (mml2015-epg-verify-result-to-string): New function.
3147         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3148         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3149         instead of epg-verify-result-to-string.
3150         (epg-signature-key-id, epg-signature-to-string): Autoload.
3151         (epg-verify-result-to-string): Remove autoload.
3152
3153 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3154
3155         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3156         ID image from GPG public key.
3157         (mml2015-epg-key-image-to-string): New function.
3158
3159 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3160
3161         * plstore.el (plstore-passphrase-callback-function): Fix error when
3162         error when plstore-cache-passphrase-for-symmetric-encryption is set
3163         (bug#13264).
3164
3165 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3166
3167         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3168         buffer to the article buffer here, because that clobbers multiple
3169         article buffers.
3170
3171         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3172         buffer always points to the right summary buffer.
3173
3174 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3175
3176         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3177         the password (bug#12097).
3178
3179 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3180
3181         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3182         (bug#13263).
3183
3184         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3185         buffer exists before using it (bug#12475).
3186
3187         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3188         offline groups (bug#11937).
3189
3190         * message.el (message-yank-original): When using customize to set the
3191         value of `message-cite-style', the variable it set to a symbol that's
3192         the name of the variable, which must then be dereferenced (bug#12616).
3193
3194 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3195
3196         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3197         the `face' property with a list whose car is the face specified in the
3198         format string and whose cdr is (nil).
3199         * lisp/gnus-util.el
3200         (gnus-put-text-property-excluding-characters-with-faces):
3201         Change accordingly.
3202         (gnus-get-text-property-excluding-characters-with-faces): New function.
3203         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3204         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3205         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3206
3207 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3208
3209         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3210         login methods.
3211         (nnimap-login): Respect the `nnimap-authenticator' variable.
3212
3213         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3214         mark state when moving articles.  Otherwise unticked articles will get
3215         their ticks back after moving.
3216
3217 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3218
3219         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3220
3221         * message.el (message-ignored-news-headers): Always remove
3222         X-Message-SMTP-Method to avoid information leakage if the user
3223         mistakenly inserts the header into news messages.
3224
3225         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3226
3227         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3228         right than four characters, this command would move point to
3229         `point-max'.  Don't do that.
3230
3231         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3232         to nil to allow re-selecting groups that gain articles.
3233         (gnus-bug-group-download-format-alist): Update the URL.
3234
3235 2012-12-23  Andreas Schwab  <schwab@suse.de>
3236
3237         * shr.el (shr-tag-em): Render em as italic, not bold.
3238
3239 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3240
3241         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3242         for reuse.
3243         (gnus-open-server): Use it to add more tracing.
3244         (gnus-finish-retrieve-group-infos): Add backend tracing.
3245         (gnus-backend-trace): Also note the elapsed seconds.
3246
3247 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3248
3249         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3250         Set epa-file-encrypt-to from variable to avoid querying.
3251
3252 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3253
3254         * sieve-mode.el (sieve-font-lock-keywords):
3255         Keywords should be word delimited.  (Bug#13173)
3256
3257 2012-12-13  Andreas Schwab  <schwab@suse.de>
3258
3259         * tls.el (tls-program): Update customize type.
3260
3261 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3262
3263         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3264         instead of <pre> to align message header.
3265
3266 2012-12-12  Sam Steingold  <sds@gnu.org>
3267
3268         * gnus.el (gnus-other-frame-resume-function): Add user option.
3269         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3270
3271 2012-12-06  Sam Steingold  <sds@gnu.org>
3272
3273         * gnus-start.el (gnus-before-resume-hook): Add.
3274         (gnus-1): Run it when Gnus is alive.
3275
3276 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3279         * gnus-art.el (article-unsplit-urls)
3280         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3281         * gnus-registry.el (gnus-registry-get-article-marks)
3282         * message.el (message-goto-body): Use it.
3283         (message-called-interactively-p): Remove.
3284
3285         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3286         (spam-stat-score-buffer): Use it.
3287
3288         * spam.el: Silence the warnings against BBDB functions when compiling.
3289
3290         * gnus-score.el (gnus-score-decode-text-parts):
3291         Use append+mapcar instead of the cl function mapcan.
3292
3293 2012-12-05  Sam Steingold  <sds@gnu.org>
3294
3295         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3296         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3297         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3298
3299 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * gmm-utils.el (gmm-called-interactively-p): Revert.
3302         This seems to cause Emacs to get stuck!
3303         * gnus-art.el (article-unsplit-urls)
3304         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3305         * gnus-registry.el (gnus-registry-get-article-marks)
3306         * message.el (message-goto-body)
3307         (message-called-interactively-p): Revert.
3308
3309         * gmm-utils.el (gmm-called-interactively-p): New function.
3310         * gnus-art.el (article-unsplit-urls)
3311         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3312         * gnus-registry.el (gnus-registry-get-article-marks)
3313         * message.el (message-goto-body): Use it.
3314         (message-called-interactively-p): Remove.
3315
3316         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3317         * gnus-sync.el (gnus-sync-lesync-call)
3318         * message.el (message-read-from-minibuffer): Use it.
3319
3320 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3321
3322         * gmm-utils.el (gmm-flet): Remove.
3323         * gnus-sync.el (gnus-sync-lesync-call)
3324         * message.el (message-read-from-minibuffer): Don't use it.
3325
3326 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3329
3330 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3331
3332         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3333
3334         * gnus-sync.el (gnus-sync-lesync-call)
3335         * message.el (message-read-from-minibuffer): Use gmm-flet.
3336
3337         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3338
3339         * gnus-util.el (gnus-macroexpand-all): Remove.
3340
3341 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3342
3343         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3344         to TAB, not [tab].
3345         (gnus-summary-article-map): Likewise.
3346
3347         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3348         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3349
3350 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3351
3352         * time-date.el: Commentary fix.
3353
3354 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3355
3356         * color.el: Don't require cl.
3357         (color-complement): `caddr' -> `nth 2'.
3358
3359         * time-date.el (time-to-seconds): De-obsolete.
3360
3361 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * message.el (message-get-reply-headers):
3364         Make sure the reply goes to the author if it is a wide reply.
3365
3366 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3367
3368         * gnus-score.el (gnus-score-body):
3369         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3370         scoring by body.
3371
3372 2012-11-16  Glenn Morris  <rgm@gnu.org>
3373
3374         * gnus-diary.el (nndiary-request-create-group-functions)
3375         (nndiary-request-update-info-functions)
3376         (gnus-subscribe-newsgroup-functions)
3377         (nndiary-request-accept-article-functions):
3378         Use new names for hooks rather than obsolete aliases.
3379
3380 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3383
3384 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3387         in meta tag with the one the part specifies in its header.
3388
3389 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3390
3391         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3392         by default.
3393
3394 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3397         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3398
3399 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3402         and a runtime function for it, of which the XEmacs version takes only
3403         two arguments.
3404
3405 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3406
3407         * nndiary.el (nndiary-request-create-group-functions)
3408         (nndiary-request-update-info-functions)
3409         (nndiary-request-accept-article-functions):
3410         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3411         "-hooks" suffix.
3412
3413 2012-10-19  Julien Danjou  <julien@danjou.info>
3414
3415         * gnus-art.el: Require gnus-util because it uses
3416         `gnus-timer--function'.
3417
3418 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3419
3420         * starttls.el (starttls-extra-arguments): Doc fix.
3421
3422 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423
3424         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3425         it.
3426
3427 2012-10-06  Glenn Morris  <rgm@gnu.org>
3428
3429         * gnus-notifications.el (gnus-notifications):
3430         Add missing group :version tag.
3431         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3432         (gnus-gcc-post-body-encode-hook):
3433         * gnus-sync.el (gnus-sync-lesync-name)
3434         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3435
3436 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3437
3438         * color.el (color-hsl-to-rgb): Fix incorrect results for
3439         small and large hue values.  (Bug#12559)
3440
3441 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         New UIDL implementation.
3444
3445         * mail-source.el (mail-sources, mail-source-keyword-map):
3446         Add :leave as a pop3 keyword.
3447         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3448
3449         * pop3.el (pop3-leave-mail-on-server): Allow number.
3450         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3451         (pop3-movemail): Add UIDL support.
3452         (pop3-send-streaming-command): Take a list of mail numbers instead of
3453         the number of mails.
3454         (pop3-write-to-file): Add X-UIDL header.
3455         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3456         (pop3-uidl-add-xheader): New functions.
3457
3458         * message.el (message-ignored-resent-headers):
3459         Add X-Content-Length and X-UIDL headers.
3460
3461 2012-10-05  Glenn Morris  <rgm@gnu.org>
3462
3463         * color.el (color-name-to-rgb, color-rgb-to-hex)
3464         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3465         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3466         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3467         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3468
3469 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3472         a user about whether to delete temp files if once a user answered as n.
3473
3474 2012-09-25  Chong Yidong  <cyd@gnu.org>
3475
3476         * password-cache.el (password-read-and-add): Use a declare form to mark
3477         this function obsolete.
3478
3479 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * lpath.el: Bind mail-encode-mml for old Emacsen.
3482
3483 2012-09-17  Richard Stallman  <rms@gnu.org>
3484
3485         * message.el (message-in-body-p): Don't set mark or modify buffer.
3486
3487         * mml.el (mml-attach-file): Doc fix.
3488         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3489         Set mail-encode-mml when in Mail mode.
3490         Simplify code to set HEAD and move back to HEAD.
3491         (mml-insert-multipart, mml-insert-part):
3492         Set mail-encode-mml when in Mail mode.
3493
3494 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * gnus-util.el (gnus-timer--function): New function.
3497
3498         * gnus-art.el (gnus-article-stop-animations): Use it.
3499
3500 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3501
3502         Fix glitches caused by addition of psec to timers.
3503         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3504         rather than raw access to timer vector.
3505
3506 2012-09-11  Julien Danjou  <julien@danjou.info>
3507
3508         * gnus-notifications.el (gnus-notifications): Check for nil values in
3509         ignored addresses check.
3510
3511 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3512
3513         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3514
3515 2012-09-07  Chong Yidong  <cyd@gnu.org>
3516
3517         * gnus-util.el
3518         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3519
3520         * gnus-salt.el (gnus-tree-highlight-node):
3521         * gnus-sum.el (gnus-summary-highlight-line):
3522         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3523
3524 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3525
3526         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3527
3528 2012-09-06  Juri Linkov  <juri@jurta.org>
3529
3530         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3531         scheme for buffer names to be more consistent with other group and
3532         article buffer names in Gnus.
3533
3534 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3535
3536         * gnus-util.el
3537         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3538
3539         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3540         Jenkner.
3541
3542         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3543
3544         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3545
3546         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3547
3548 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3551         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3552
3553         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3554         string-prefix-p in Emacs >=23.2.
3555
3556         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3557         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3558         instead of string-match-p.
3559         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3560
3561 2012-09-06  Kenichi Handa  <handa@gnu.org>
3562
3563         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3564         lowercase a..f.
3565
3566 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3567
3568         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3569
3570 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3571
3572         * nnimap.el (nnimap-request-move-article): Decode the group name when
3573         doing internal moves to avoid charset issues.
3574
3575         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3576         TIME is set.
3577
3578 2012-09-05  Juri Linkov  <juri@jurta.org>
3579
3580         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3581         than one group at a time (bug#11961).
3582
3583 2012-09-05  Julien Danjou  <julien@danjou.info>
3584
3585         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3586         this hide the real reason with a message giving absolutely no hint.
3587
3588 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3589
3590         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3591         to the backend (bug#11804).
3592
3593         * message.el (message-insert-newsgroups): Don't insert newsgroup
3594         duplicates (bug#12275).
3595
3596 2012-09-05  John Wiegley  <johnw@newartisans.com>
3597
3598         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3599         sieve rules.
3600
3601 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3602
3603         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3604         function.
3605
3606         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3607
3608         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3609
3610 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3611
3612         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3613         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3614         This should make nnmaildir more usable with offlineimap.
3615
3616 2012-09-05  Julien Danjou  <julien@danjou.info>
3617
3618         * nnimap.el (nnimap-request-list): Revert change that made listing
3619         synchronous.
3620         (nnimap-get-responses): Restore.
3621
3622 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3623
3624         * dgnushack.el: XEmacs 21.5 compilation fix.
3625
3626         * gnus-notifications.el (gnus-notifications-notify): Use it.
3627
3628         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3629         warnings on XEmacs.
3630
3631 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3632
3633         Better seeds for (random).
3634         * gnus-sync.el (gnus-sync-lesync-setup):
3635         * message.el (message-canlock-generate, message-unique-id):
3636         Change (random t) to (random), now that the latter is more random.
3637
3638 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3639
3640         * nnimap.el (nnimap-change-group): Document result value
3641
3642         * auth-source.el (auth-sources): Fix macos keychain access.
3643
3644         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3645         allow the backend `request-head' function to determine the group
3646         name on its own.
3647         (gnus-request-expire-articles): Filter out negative article numbers
3648         during expiry (Bug#11980).
3649
3650         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3651         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3652
3653         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3654         you've found the article when you haven't.
3655
3656         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3657         that nnimap-change-group can return t.
3658
3659 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3660
3661         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3662
3663 2012-08-30  Julien Danjou  <julien@danjou.info>
3664
3665         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3666         `gnus-notifications-timeout'.
3667         (gnus-notifications-timeout): Add.
3668         (gnus-notifications-action): New function.
3669         (gnus-notifications-notify): Add :action using
3670         `gnus-notifications-action'.
3671         (gnus-notifications-id-to-msg): New variable.
3672         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3673         notifications id to messages.
3674
3675 2012-08-30  Kenichi Handa  <handa@gnu.org>
3676
3677         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3678         once.
3679
3680 2012-08-29  Julien Danjou  <julien@danjou.info>
3681
3682         * gnus-notifications.el: New file.
3683         (gnus-notifications-notify): New function.
3684         (gnus-notifications): Use `gnus-notifications-notify'.
3685
3686 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3689         transfer encoding first; bind gnus-newsgroup-charset to the charset
3690         that the article specifies (Bug#12209).
3691
3692 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3695         (gnus-group-customize-done): Encode values posting-style holds.
3696
3697         * gnus-msg.el (gnus-summary-resend-message)
3698         (gnus-configure-posting-styles): Decode values posting-style group
3699         parameter holds.
3700
3701 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3704         `name' and `address' in Resent-From header.
3705
3706 2012-08-14  Chong Yidong  <cyd@gnu.org>
3707
3708         * gnus-art.el (article-display-face): Handle failure in
3709         gnus-create-image (Bug#11802).
3710
3711 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3712
3713         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3714         Use defsetf.
3715
3716 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3717
3718         * auth-source.el (auth-source-plstore-search)
3719         (auth-source-secrets-search): Ignore :require and :type in search spec.
3720
3721 2012-08-06  Julien Danjou  <julien@danjou.info>
3722
3723         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3724         `nnimap-request-move-article'.
3725
3726         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3727         Remove autoload, already handled by gnus.el.
3728
3729         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3730
3731         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3732         supported by nnimap actually.  Reverts previous change.
3733
3734         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3735         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3736         to-buffer argument that is already supported.
3737
3738 2012-08-05  Julien Danjou  <julien@danjou.info>
3739
3740         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3741         Add autoload.
3742
3743 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * gnus.el (gnus-valid-select-methods): Fix custom type.
3746
3747 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3748
3749         * auth-source.el (auth-sources, auth-source-backend-parse)
3750         (auth-source-macos-keychain-search)
3751         (auth-source-macos-keychain-search-items)
3752         (auth-source-macos-keychain-result-append)
3753         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3754         auth-source.el through the /usr/bin/security utility.
3755         (auth-sources): Fix syntax error.
3756         (auth-source-macos-keychain-result-append): Fix variable name.
3757         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3758
3759 2012-07-27  Julien Danjou  <julien@danjou.info>
3760
3761         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3762         Emacs < 24.1
3763
3764 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * message.el (message-kill-address): Don't kill last newline.
3767         (message-skip-to-next-address): Don't move to the next header.
3768         (message-fill-field-address): Work properly.
3769
3770 2012-07-25  Julien Danjou  <julien@danjou.info>
3771
3772         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3773
3774 2012-07-24  Julien Danjou  <julien@danjou.info>
3775
3776         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3777
3778         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3779         (nntp-async-timer-handler): Remove, unused.
3780
3781         * nnimap.el (nnimap-get-responses): Remove, unused.
3782
3783         * nnheader.el (mail-header-set-extra): Remove, unused.
3784
3785         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3786         unused.
3787
3788         * mm-view.el (mm-view-sound-file): Remove, unused.
3789
3790         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3791         (mm-url-encode-multipart-form-data): Remove, unused.
3792
3793         * message.el (message-remove-signature, message-make-host-name)
3794         (message-fill-address): Remove, unused.
3795
3796         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3797         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3798         unused.
3799
3800         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3801         (gnus-xmas-call-region): Remove, unused.
3802
3803         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3804
3805         * gnus-util.el (gnus-extract-address-component-name)
3806         (gnus-extract-address-component-email, gnus-sortable-date)
3807         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3808         (gnus-process-live-p): Remove, unused.
3809
3810         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3811
3812         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3813         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3814         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3815         function.
3816
3817         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3818
3819         * gnus-score.el (gnus-summary-score-crossposting)
3820         (gnus-score-regexp-bad-p): Remove, unused.
3821
3822         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3823
3824         * gnus-range.el (gnus-sublist-p): Remove, unused.
3825
3826         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3827         unused.
3828
3829         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3830
3831         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3832         (gnus-request-associate-buffer): Remove, unused.
3833
3834         * gnus-group.el (gnus-group-set-method-info)
3835         (gnus-group-set-params-info): Remove, unused.
3836
3837         * gnus-fun.el (gnus-shell-command-to-string)
3838         (gnus-shell-command-on-region): Remove, unused.
3839
3840         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3841
3842         * gnus-art.el (gnus-article-text-type-exists-p)
3843         (article-translate-characters, gnus-article-hide-text-of-type)
3844         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3845         Remove, unused.
3846
3847 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3848
3849         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3850
3851 2012-07-21  Julien Danjou  <julien@danjou.info>
3852
3853         * message.el (message-dont-reply-to-names): Replace deprecated
3854         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3855         (message-get-reply-headers): Ditto.
3856
3857 2012-07-18  Julien Danjou  <julien@danjou.info>
3858
3859         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3860         `sieve-upload-and-kill'.
3861
3862         * sieve.el (sieve-bury-buffer): Remove function.
3863         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3864         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3865
3866 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3867
3868         * shr.el (shr-expand-url): Handle URL starting with `//'.
3869
3870 2012-07-13  Chong Yidong  <cyd@gnu.org>
3871
3872         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3873         instead of calling toggle-read-only with a (bogus) argument.
3874
3875 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3876
3877         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3878         of initial input when reading the author to restrict the summary to.
3879
3880 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * mm-decode.el (mm-shr):
3883         Allow overriding charset by mm-charset-override-alist.
3884
3885 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * gnus-art.el (gnus-article-view-part):
3888         Toggle subparts of multipart/alternative part.
3889
3890 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3891
3892         * shr.el (shr-render-buffer): New command.
3893         (shr-visit-file): Use it.
3894
3895 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3898         Set no-byte-compile and no-update-autoloads.
3899
3900 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3903
3904 2012-06-25  Julien Danjou  <julien@danjou.info>
3905
3906         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3907         `nnimap-request-move-articles-find-limit' since we do not use it only
3908         for move operations.
3909         (nnimap-request-accept-article): Use
3910         `nnimap-request-articles-find-limit' to limit search by message-id.
3911
3912 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3913
3914         Support higher-resolution time stamps (Bug#9000).
3915
3916         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3917         VARLIST.  It's optional, for backward compatibility.
3918         (encode-time-value): New optional arg PICO.  New type 3.
3919         (time-to-seconds) [!float-time]: Support the new picoseconds
3920         component if it's used.
3921         (seconds-to-time, time-subtract, time-add):
3922         Support ps-resolution time stamps as well.
3923
3924 2012-06-19  Julien Danjou  <julien@danjou.info>
3925
3926         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3927
3928         * nnimap.el (nnimap-log-buffer): Check that
3929         `window-point-insertion-type' is boundp, since it's not available in
3930         XEmacs.
3931
3932 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3933
3934         * nnimap.el (nnimap-log-buffer): Add this, setting
3935         `window-point-insertion-type' in the buffer to t.
3936         (nnimap-log-command): Use nnimap-log-buffer.
3937
3938 2012-06-19  Julien Danjou  <julien@danjou.info>
3939
3940         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3941         argument to be able to limit the search.
3942         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3943         (nnimap-request-move-articles-find-limit): Add this to limit the search
3944         by Message-Id after a message move.
3945         (nnimap): Add defgroup.
3946
3947 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3948
3949         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3950
3951 2012-06-15  Julien Danjou  <julien@danjou.info>
3952
3953         * nnimap.el (nnimap-find-article-by-message-id): Use
3954         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3955         (nnimap-possibly-change-group): Add read-only argument.
3956         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3957         issuing EXAMINE manually.
3958         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3959         with read-only argument.
3960         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3961         cannot possibly change because we need to be sure that it's either
3962         read-write or read-only.
3963
3964 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965
3966         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3967         being bound to a lambda form.
3968
3969 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3970
3971         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3972         articles when fetch-old is non-nil (bug#11370).
3973
3974 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3975
3976         * gnus-picon.el (gnus-picon-properties): New defcustom.
3977         (gnus-picon-create-glyph): Use it.
3978
3979 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * gnus-group.el (gnus-group-get-new-news): Respect
3982         `gnus-group-use-permanent-levels', as documented (bug#11638).
3983
3984 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3985
3986         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3987         groups (bug#11641).
3988
3989 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3990
3991         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3992         is an integer to avoid later problems.
3993
3994 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3997         locales.
3998
3999         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4000         on a handle.
4001
4002         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4003         address as the default.
4004         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4005
4006         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4007         makes no sense to query the user about internal files.
4008
4009         * gnus-spec.el: Remove all the byte-compilation stuff, since
4010         benchmarking shows that it doesn't help when entering large summary
4011         buffers.
4012
4013         * gnus-xmas.el (gnus-xmas-define): Remove.
4014
4015         * gnus-util.el (gnus-byte-code): Remove.
4016
4017         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4018         grouplens stuff.
4019
4020 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4021
4022         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4023         (bug#11514).
4024
4025 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4026
4027         * message.el (message-buffers): Return all buffers derived from Message
4028         to make `gnus-dired-attach' work with mu4e.
4029
4030 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4031
4032         * nntp.el: Stop the `letf' madness.
4033         (nntp--report-1): New var.
4034         (nntp-report): Merge nntp-report-1 into it.
4035         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4036         the nntp-report function.
4037
4038         * auth-source.el: Fix comment-style to follow the convention.
4039
4040 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4041
4042         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4043         (mm-dissect-singlepart): Don't guess the MIME type of
4044         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4045         set.
4046         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4047         toplevel MIME type is multipart/encrypted.
4048
4049 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4052         a string so that Gcc works (bug#11514).
4053
4054 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4055
4056         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4057         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4058
4059 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4060
4061         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4062         jumping to *Server* from a dedicated *Group* window.
4063         (gnus-configure-frame): CSE.
4064
4065         * gnus-registry.el: Minor style cleanup.
4066         (gnus-registry--set/remove-mark): New function, extracted from
4067         gnus-registry-install-shortcuts.
4068         (gnus-registry-install-shortcuts): Use it.
4069
4070 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4071
4072         * nnspool.el (news-path): Use eval-and-compile.
4073
4074 2012-05-24  Glenn Morris  <rgm@gnu.org>
4075
4076         * nnspool.el (news-directory, news-path, news-inews-program):
4077         Move here from paths.el.  Don't see a need for these to be autoloaded.
4078
4079         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4080         Merge in doc from paths.el version.  Don't see any need for this to be
4081         autoloaded, or for the warning about users not setting it.
4082
4083 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4084
4085         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4086         format.  In particular, add an optional argument and a docstring.
4087
4088         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4089
4090         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4091         current before calling `gnus-groups-to-gnus-format'.
4092         Note that this was already the case for `gnus-active-to-gnus-format'.
4093
4094 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4095
4096         Fix minor Y10k bug.
4097         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4098
4099 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4100
4101         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4102         message once it's actually open.
4103
4104 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4105
4106         * gnus.el: Ma Gnus v0.5 is released.
4107
4108 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4109
4110         * auth-source.el (auth-source--aput-1, auth-source--aput)
4111         (auth-source--aget): New functions and macros.
4112         Use them instead of aput/aget.
4113
4114 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4115
4116         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4117
4118 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4119
4120         * plstore.el (plstore-called-interactively-p): New compat macro copied
4121         from message.el.
4122         (plstore-mode): Use it.
4123
4124 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4125
4126         * plstore.el: Revive the editing feature.
4127         (plstore-mode): New mode to edit plstore file.
4128         (plstore-mode-toggle-display, plstore-mode-original)
4129         (plstore-mode-decoded): New command.
4130         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4131         (plstore--insert-buffer, plstore--make): New function.
4132         (plstore-open, plstore-save): Simplify by using them.
4133
4134 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4137
4138 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4139
4140         * tls.el (open-tls-stream): Remove unused binding.
4141
4142 2012-04-16  Glenn Morris  <rgm@gnu.org>
4143
4144         * nndraft.el (nndraft-request-list): Fix declaration.
4145
4146 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4147
4148         * mm-decode.el (mm-dissect-buffer): Doc fix.
4149
4150         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4151         don't have a current group.
4152
4153         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4154         buffer if it doesn't exist.
4155
4156         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4157         given, mark the group as ephemeral with the current window conf.
4158
4159         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4160         buffer exists, which it doesn't if we haven't started Gnus.
4161         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4162
4163 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4164
4165         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4166         type is.
4167
4168         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4169         `unexists' entries.
4170         (gnus-clean-old-newsrc): Fix last checkin.
4171
4172         * nnimap.el (nnimap-update-info): None of the articles below the active
4173         low-water mark exist.
4174
4175         * dgnushack.el: Get rid of XEmacs compilation warning.
4176
4177         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4178         would have gotten if we posted to the group, and use that to compare
4179         against the message we want to cancel (bug#10808).
4180
4181         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4182         on XEmacs.
4183
4184 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4185
4186         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4187         `scroll-margin'.
4188
4189 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4190
4191         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4192         citation prefix within a block of cited text should be considered part
4193         of that block *only* if it is a blank line.
4194
4195 2012-04-09  Chong Yidong  <cyd@gnu.org>
4196
4197         * binhex.el, hashcash.el, uudecode.el:
4198         Remove * characters from the front of variable docstrings.
4199
4200 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4203         before kinsoku-bol characters nor within kinsoku-eol characters.
4204
4205 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4208         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4209         (gnus-sync-read): Use mapc instead of mapcar.
4210
4211         * mm-archive.el: Require mm-decode for some macros.
4212         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4213         the byte compiler.
4214         (mm-archive-decoders): New function that returns the value of
4215         the mm-archive-decoders variable.
4216
4217         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4218         instead.
4219         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4220
4221         * nnimap.el (gnus-refer-thread-use-nnir):
4222         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4223
4224 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4225
4226         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4227
4228 2012-03-12  Peter Münster  <pmrb@free.fr>
4229
4230         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4231         (gnus-demon-cancel): Ditto.
4232         (gnus-demon-run-callback): When function cannot be called due to low
4233         idleness, call it when idleness reaches the expected value, instead of
4234         waiting another timer period.
4235         (gnus-demon-init): Add `time' to arguments of call-back.
4236
4237 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4238
4239         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4240
4241         * gnus.el: Register gnus-registry functions.
4242
4243         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4244         indent.
4245
4246         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4247         enabled before warping.
4248
4249 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4250
4251         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4252         registry about each article retrieved.
4253
4254         * gnus-int.el (gnus-select-group-with-message-id): New function.
4255         (gnus-try-warping-via-registry): Ditto.
4256         (gnus-warp-to-article): Fall back on the registry.
4257
4258 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4259
4260         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4261         inboxes.
4262
4263 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264
4265         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4266
4267 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4270         gnus-gcc-self-resent-messages may be a group parameter.
4271         (gnus-summary-resend-message): Don't encode encoded words in header
4272         when Gcc'ing resent message.
4273
4274 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4275
4276         * shr.el (shr-insert): Treat non-breaking space just like normal
4277         space.  This seems to produce more pleasing results.
4278         (shr-insert): Only insert a blank line if we're starting from an image.
4279         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4280         (shr-ensure-paragraph): Consider lines with white space to be blank.
4281
4282 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4283
4284         * Makefile.in: Respect DESTDIR.
4285
4286 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4287
4288         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4289         and gnus-gcc-post-body-encode-hook.
4290
4291 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4292
4293         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4294         messages that don't exist.
4295
4296         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4297
4298 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4301         Remove.
4302
4303         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4304
4305         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4306
4307 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4308
4309         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4310         have a group name.
4311
4312         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4313         a multibyte buffer (bug#7410).
4314         (article-wash-html): Parse the original article buffer to get the
4315         unencoded data (bug#7410).
4316
4317         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4318         .newsrc.el files.
4319
4320 2012-04-05  Bastien Guerry  <bzg@altern.org>
4321
4322         * color.el (color-lighten-name): Fix typo.
4323
4324 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4325
4326         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4327         "#" to avoid having them interpreted as comments.
4328
4329 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4330
4331         * shr.el (shr-insert): Update the text state properly to avoid
4332         inserting spurious paragraph starts.
4333
4334 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * shr.el (shr-table-widths): Divide the extra width more fairly over
4337         the TDs (bug#10973).
4338         (shr-render-td): Don't delete too much padding.
4339         (shr-natural-width): Compute the natural width more correctly.
4340         (shr-insert): Allow the natural width to be computed for tables again.
4341         (shr-tag-table-1): Rework how the natural widths are computed by
4342         rendering the table a third time.
4343         (shr-natural-width): Removed.
4344         (shr-buffer-width): New function.
4345         (shr-expand-newlines): Use it.
4346
4347         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4348         using a `gnus-use-full-window' setup (bug#11013).
4349
4350 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4351
4352         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4353         24.1 release.
4354
4355 2012-03-10  David Edmondson  <dme@dme.org>
4356
4357         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4358         'Forwarded Message' header and the start of the message.
4359
4360 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4361
4362         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4363         isn't running (bug#10897).
4364
4365 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4366
4367         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4368         This is inconsistent with all the other stream functions, which leave
4369         the setting up to the higher levels (if so wanted) (bug#10931).
4370
4371 2012-02-28  Glenn Morris  <rgm@gnu.org>
4372
4373         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4374         mm-decode.el: Standardize possessive apostrophe usage.
4375
4376 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4379
4380 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4381
4382         * parse-time.el (parse-time-string): Allow extractor to return nil.
4383
4384 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4387
4388 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4389
4390         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4391
4392 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4393
4394         * mm-decode.el (mm-shr): Remove "soft hyphens".
4395
4396         * nnimap.el (nnimap-request-list): Return the group names encoded as
4397         utf8.  Otherwise non-European group names don't work.
4398         (nnimap-request-newgroups): Ditto.
4399
4400         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4401         the default in `read-string' (bug#10757).
4402
4403         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4404         topics (bug#10843).
4405
4406         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4407         buffer.  Suggested by Herbert Valerio Riedel.
4408         (nnimap-request-move-article): Delete the message from the correct IMAP
4409         server.
4410
4411 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4412
4413         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4414         Reported by Peter Münster.
4415
4416 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4417
4418         * shr.el (shr-image-fetched): Make sure we really kill the right
4419         buffer.
4420
4421 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4422
4423         * gnus-start.el (gnus-1): Avoid duplicate entries.
4424
4425 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4426
4427         * imap.el: Remove.
4428
4429         * nntp.el (nntp-coding-system-for-read): Remove.
4430         (nntp-coding-system-for-write): Ditto.
4431         (nntp-open-connection): Just use `binary' directly.
4432
4433         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4434         Gnus 0.3.
4435
4436 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4437
4438         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4439         application/octet-stream parts really is.
4440
4441         * gnus-sum.el (gnus-propagate-marks): Remove.
4442
4443 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4444
4445         * shr.el (shr-rescale-image): Undo previous change; see
4446         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4447
4448 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4449
4450         * gnus.el: Ma Gnus v0.3 is released.
4451
4452 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4453
4454         * gnus-sum.el (gnus-summary-local-variables): Make
4455         `gnus-newsgroup-unexist' into a local variable.
4456
4457 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4458
4459         * registry.el (registry-usage-test, registry-persistence-test): Move to
4460         tests/gnustest-registry.el.
4461         (registry-make-testable-db, registry-match-test)
4462         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4463
4464         * gnus-registry.el (gnus-registry-misc-test)
4465         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4466
4467         * tests/gnustest-registry.el: New file with the registry and
4468         gnus-registry ERT tests.
4469
4470 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * gnus-msg.el (gnus-summary-resend-message): Make
4473         gnus-summary-resend-message-insert-gcc be last item in
4474         message-header-setup-hook.
4475
4476 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4477
4478         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4479         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4480         Remove.
4481         (nnfolder-open-server): Don't use marks.
4482         (nnfolder-request-delete-group): Ditto.
4483         (nnfolder-request-rename-group): Ditto.
4484         (nnfolder-request-set-mark, nnfolder-request-marks)
4485         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4486         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4487
4488         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4489         (nnml-marks-modtime): Remove.
4490         (nnml-request-delete-group): Don't use marks.
4491         (nnml-request-rename-group): Ditto.
4492         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4493         (nnml-save-marks, nnml-open-marks): Remove.
4494
4495         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4496         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4497         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4498         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4499         (nntp-server-to-method-cache): Remove.
4500
4501         * shr.el (shr-rescale-image): Fix wrong merge.
4502
4503 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4504
4505         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4506         too-wide lines.
4507
4508 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4509
4510         * nnimap.el (nnimap-record-commands): New variable.
4511         (nnimap-log-command): Use it.
4512         (nnimap-make-process-buffer): Add a space to the process buffer.
4513         (nnimap-transform-headers): Don't bug out on header lines containing
4514         stuff that look like IMAP length encodings.
4515
4516         * shr.el (shr-rescale-image): Allow viewing large images.
4517
4518 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4519
4520         * nnml.el (nnml-request-compact-group): Delete the marks file after
4521         compaction (bug#10800).
4522
4523         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4524         group exit.
4525
4526         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4527         QRESYNC/FETCH output.
4528
4529 2012-02-11  Glenn Morris  <rgm@gnu.org>
4530
4531         * sieve-manage.el (sieve-manage-default-stream):
4532         * shr.el (shr):
4533         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4534         (nnir-retrieve-headers-override-function)
4535         (nnir-imap-default-search-key, nnir-notmuch-program)
4536         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4537         (nnir-method-default-engines):
4538         * message.el (message-cite-reply-position):
4539         * gssapi.el (gssapi-program):
4540         * gravatar.el (gravatar):
4541         * gnus-sum.el (gnus-refer-thread-use-nnir):
4542         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4543         (gnus-registry-max-pruned-entries):
4544         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4545         * gnus-int.el (gnus-after-set-mark-hook)
4546         (gnus-before-update-mark-hook):
4547         * gnus-async.el (gnus-async-post-fetch-function):
4548         * auth-source.el (auth-source-cache-expiry):
4549         Add missing :version tags to new defcustoms and defgroups.
4550
4551 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4552
4553         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4554         `gnus-newsgroup-unexist'.
4555
4556         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4557         marks.
4558         (gnus-article-special-mark-lists): Put the `unexist' in the special
4559         marks list instead.
4560
4561         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4562         articles in the list of articles to be selected.
4563
4564         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4565         articles.
4566         (nnimap-update-info): Keep track of unexisting articles.
4567         (nnimap-update-qresync-info): Ditto.
4568
4569 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4570
4571         * message.el (message-default-send-mail-function): Made into own
4572         function for reuse by emacsbug.el.
4573
4574 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4575
4576         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4577         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4578
4579 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4580
4581         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4582         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4583
4584         * gnus-compat.el: Define `timer-set-function'.
4585
4586         * mm-decode.el (mm-display-external): Output the text from the command
4587         in the buffer after the command finished.  This makes text-based
4588         commands behave better.
4589
4590 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4591
4592         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4593
4594 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4595
4596         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4597         23.1.
4598
4599 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4602
4603 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4604
4605         * message.el (smtpmail-smtp-user): Silence compiler warning.
4606
4607 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4608
4609         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4610         SMTP user name.
4611
4612 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * gnus-sum.el (gnus-summary-show-thread):
4615         next-single-char-property-change may return nil in XEmacs.
4616         (gnus-summary-article-map): Fix typo.
4617
4618 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4619
4620         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4621         running.
4622
4623         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4624
4625         * gnus.el (gnus-server-extend-method): Don't add an -address component
4626         if the method already has one (bug#9676).
4627
4628 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4629
4630         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4631         of an initial-input for consistency (bug#10757).
4632
4633         * dgnushack.el: Fix XEmacs compilation warning.
4634
4635         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4636
4637         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4638
4639 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4640
4641         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4642         lines that are narrower than the window width.  Otherwise background
4643         "blocks" will look less readable.
4644
4645 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4646
4647         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4648         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4649         have newlines within the strings, and where the UID comes after the
4650         BODYSTRUCTURE element (bug#10537).
4651
4652         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4653         (bug#10732).
4654
4655         * shr.el (shr-insert-document): Add doc string.
4656         (shr-visit-file): Ditto.
4657         (shr-remove-trailing-whitespace): New function.
4658         (shr-insert-document): Use it to clean up trailing whitespace as the
4659         final step (bug#10714).
4660
4661 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4662
4663         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4664         buffer if `gnus-kill-summary-on-exit' is nil.
4665
4666 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4667
4668         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4669         when just reading a single group from "without" Gnus.
4670
4671 2012-02-06  Chong Yidong  <cyd@gnu.org>
4672
4673         * gnus-sum.el (gnus-summary-show-thread):
4674         next-single-char-property-change never returns nil (Bug#8657).
4675
4676 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4677
4678         * message.el (message-multi-smtp-send-mail): New function.
4679         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4680         header to implement multi-SMTP functionality.
4681
4682         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4683         (gnus-agentize): Don't set it.
4684         (gnus-agent-send-mail): Don't use it.
4685
4686         * gnus-sum.el (gnus-summary-widget-backward): New function and
4687         keystroke.
4688
4689         * gnus-compat.el: More the compat functions more compatible.
4690
4691         * shr.el (shr-put-image): Remove underlines from sliced images.
4692         (shr-zoom-image): Compute the region to be replaced more correctly.
4693
4694 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4697         (gnus-summary-resend-message-insert-gcc): New function.
4698         (gnus-summary-resend-message): Modify message-header-setup-hook and
4699         message-sent-hook to make it work for Gcc.
4700         (gnus-inews-do-gcc): Update the number of unread articles of groups
4701         that messages are Gcc'd to.
4702
4703         * message.el (message-resend): Run message-sent-hook to do Gcc.
4704
4705 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4706
4707         * lpath.el: Fix an XEmacs compilation warning.
4708
4709         * gnus-compat.el: Require `help-fns' to fix compilation error.
4710
4711         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4712         a higher level to silence compilation.
4713
4714         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4715         parameter to allow controlling the scaling.
4716
4717         * shr.el (shr-zoom-image): New command and keystroke.
4718         (shr-put-image): Take a `size' flag to say how to scale the image.
4719
4720         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4721         deletion unless already defined.
4722
4723         * gnus.el (gnus-compat): Require it.
4724
4725         * gnus-compat.el: New file.
4726
4727         * gnus-start.el (gnus-clean-old-newsrc): New function.
4728         (gnus-read-newsrc-file): Use it.
4729
4730         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4731         Use recursive deletion.
4732         (mm-dissect-archive): Add support for zip files.
4733
4734         * gnus-util.el (gnus-recursive-directory-files): New function.
4735
4736         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4737         (mm-archive-decoders): Add tgz support.
4738
4739         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4740         Otherwise inserting text into the Gnus buffer can look odd.
4741
4742         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4743
4744         * mm-archive.el (mm-archive-decoders): Add support for tar.
4745
4746         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4747
4748         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4749
4750 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4751
4752         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4753
4754         * mm-archive.el: New file.
4755
4756         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4757
4758         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4759
4760         * message.el (message-goto-*): Make all the `message-goto-*' commands
4761         push the mark before moving point.  This makes it easier to go back to
4762         where you came from after editing whatever you jumped to.
4763
4764 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4765
4766         * gnus.el: Ma Gnus v0.1 is released.
4767
4768 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4769
4770         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4771         without reconnecting.
4772         (nnimap-possibly-change-group): Ditto.
4773         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4774         connection has died before being called.
4775
4776 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4777
4778         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4779         an initial sync unless we're really doing one.
4780
4781         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4782         address parameter if one already exists (bug#9676).
4783
4784         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4785         not the prefix, as documented (bug#10689).
4786
4787 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4788
4789         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4790         the "server".
4791
4792         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4793         the real error message with the useless "previously known to be down".
4794         Which isn't even correct.
4795
4796         * nntp.el (nntp-open-connection): Report the error message if the nntp
4797         server can't be reached.
4798
4799         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4800         groups we do a total scan for.
4801         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4802         doing that.
4803
4804 2012-01-31  Jim Meyering  <jim@meyering.net>
4805
4806         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4807         Correct a comment (insert "not") and hide nominally-doubled "to".
4808
4809 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4810
4811         * gnus.el (gnus-version): Change name to "Ma Gnus".
4812
4813 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4814
4815         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4816         section in the manual.
4817
4818 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4819
4820         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4821         words.
4822         (rfc2047-encode-string): Ditto.
4823         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4824         understand folded filename="..." parameters, for instance.
4825
4826         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4827         the message for greater debuggability.
4828
4829 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4830
4831         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4832         instead of setting it locally, since the latter doesn't seem to have
4833         any effect (most of the time).
4834
4835 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4836
4837         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4838         function call.
4839
4840 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4841
4842         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4843         seconds, and make the repeat clause with HH:MM specs work as
4844         documented.
4845
4846 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4847
4848         * proto-stream.el (proto-stream-capability-open): Fall back on
4849         :end-of-command if :end-of-capability doesn't exist.
4850
4851 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4854         bound globally in old Emacsen and XEmacsen.
4855
4856 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4857
4858         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4859         so that previous errors don't prohibit getting new news.
4860
4861         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4862
4863         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4864
4865 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4866
4867         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4868         buffer, not of the string which is its name.
4869
4870 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4871
4872         * proto-stream.el (proto-stream-capability-open): Wait for
4873         :end-of-capability, not :end-of-command.
4874
4875         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4876         non-server-marks groups.
4877         (gnus-group-make-articles-read): Ditto.
4878
4879         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4880         methods (bug#9676).
4881
4882         * gnus.el (gnus-method-ephemeral-p): New function.
4883
4884 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4887         left-to-right.
4888
4889 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4890
4891         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4892         warning.
4893
4894 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4895
4896         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4897         macroexpand the nnir things, since they haven't been defined yet, and
4898         nnir requires gnus-sum.
4899
4900 2012-01-24  Julien Danjou  <julien@danjou.info>
4901
4902         * color.el (color-rgb-to-hsl): Fix value computing.
4903         (color-hue-to-rgb): New function.
4904         (color-hsl-to-rgb): New function.
4905         (color-clamp, color-saturate-hsl, color-saturate-name)
4906         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4907         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4908
4909 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4910
4911         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4912
4913 2012-01-19  Julien Danjou  <julien@danjou.info>
4914
4915         * color.el (color-name-to-rgb): Use the white color to find the max
4916         color component value and return correctly computed values.
4917         (color-name-to-rgb): Add missing float conversion for max value.
4918
4919 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4920
4921         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4922         logical server name in addition to the actual machine address.
4923
4924         * auth-source.el (auth-source-user-and-password): Add convenience
4925         wrapper to search by just host and optionally user.
4926
4927 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4928
4929         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4930         after rendering.
4931
4932 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4933
4934         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4935         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4936         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4937
4938 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939
4940         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4941         (bug#9693).
4942         (gnus-summary-setup-buffer): Document return value (bug#9697).
4943
4944         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4945         since ido doesn't work on symbols (bug#9632).
4946
4947         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4948         when getting a single value as when getting all the values.  This means
4949         that atoms like `gcc-self' work cumulatively, like variable settings,
4950         instead of getting the value from the last matching clause.
4951         (gnus-group-find-parameter): Protect against the group buffer not
4952         existing (bug#9585).
4953
4954 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4955
4956         * gnus-start.el (gnus-activate-group): Document more parameters
4957         (bug#9694).
4958
4959         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4960         (bug#9692).
4961
4962         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4963         article was fetched, so that it can be expired later (bug#9958).
4964         (gnus-agent-summary-fetch-series): Add doc string.
4965         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4966         (bug#9517).
4967
4968         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4969         retrieval is happening.
4970
4971         * gnus.el (gnus-parameters): Doc fix.
4972
4973 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4974
4975         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4976         show the thread after expansion.
4977
4978 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4979
4980         * gnus-art.el (article-narrow-to-head): If the head is completely
4981         empty, narrow to the empty region (bug#9764).
4982
4983         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4984         read, and then mark them as unread only when the unread mark is used.
4985         This makes `C-- T k' actually work, even though it's confusing.
4986
4987         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4988         alive before we try to find its window.
4989
4990 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4991
4992         * mm-decode.el (mm-display-external): Use a longer timeout for the
4993         deletion to allow slow programs to display the file.
4994
4995 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4996
4997         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4998         prompt to be less confusing.
4999
5000         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5001         argument to `message-reply'.  This broke `special-display-*' frame
5002         pop-uping (bug#10238).
5003
5004 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5005
5006         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5007         systems, since these allegedly don't work there.
5008
5009 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5010
5011         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5012         live buffer.
5013
5014 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5015
5016         * nnir.el (nnir-retrieve-headers): Protect against the article not
5017         existing on the server (bug#10335).
5018
5019 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5020
5021         * gnus-agent.el (gnus-agent-load-local): Recompute
5022         gnus-agent-article-local on changing method.
5023
5024 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5025
5026         * gnus.el (gnus-parameters): Note precedence.
5027
5028 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5029
5030         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5031         in the group buffer.
5032
5033 2012-01-04  Julien Danjou  <julien@danjou.info>
5034
5035         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5036         change.
5037
5038 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5039
5040         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5041         too.
5042
5043         * nntp.el (nntp-retrieve-group-data-early): Use it.
5044
5045 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5046
5047         * nntp.el (nntp-retrieval-in-progress): New variable.
5048         (nntp-make-process-buffer): Make it buffer-local.
5049
5050         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5051         2010.
5052         (gnus-demon-init): Use it to compute the time if time is on the form
5053         "04:23".
5054
5055         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5056
5057         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5058         status in the correct buffer.
5059
5060 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5061
5062         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5063         when opening topics (bug#10407).
5064
5065 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5066
5067         * gnus-cus.el (gnus-score-customize):
5068         * gnus-sum.el (gnus-sort-gathered-threads):
5069         * message.el (message-shorten-references):
5070         * nnmairix.el (nnmairix-request-group):
5071         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5072
5073 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5074
5075         * gnus-agent.el (gnus-agent-regenerate-group):
5076         * gnus-int.el (gnus-retrieve-group-data-early):
5077         * mm-util.el (mm-codepage-ibm-list):
5078         * nndiary.el (Commentary, nndiary-get-new-mail):
5079         * nnir.el (nnir):
5080         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5081
5082 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * mm-view.el (mm-display-inline-fontify): Add comment.
5085
5086 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5087
5088         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5089         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5090
5091 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5092
5093         * gnus-art.el (gnus-split-methods):
5094         * gnus-msg.el (gnus-configure-posting-styles):
5095         * gnus-spec.el (gnus-parse-simple-format):
5096         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5097         * message.el (message-do-actions): Spelling fix.
5098
5099 2011-12-15  Juri Linkov  <juri@jurta.org>
5100
5101         * mm-decode.el (mm-inline-media-tests): Add missing
5102         `mm-handle-media-subtype'.
5103
5104 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5105
5106         * gnus-group.el (gnus-group-tool-bar):
5107         * gnus-sum.el (gnus-summary-tool-bar):
5108         * message.el (message-tool-bar):
5109         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5110
5111 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5112
5113         * plstore.el (plstore--insert-buffer): Spelling fix.
5114
5115 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5116
5117         * message.el (message-valid-fqdn-regexp): Update with newly approved
5118         top-level domain names ".tel" and ".asia".
5119
5120 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5123         unconditionally.
5124
5125 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5128         pop-to-buffer-same-window for old Emacsen.
5129
5130 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5131
5132         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5133
5134 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5135
5136         * netrc.el (netrc-credentials): Spelling fix.
5137
5138 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5139
5140         * gnus-fun.el (gnus-fun-ppm-change-string):
5141         * gnus-msg.el (gnus-inews-do-gcc):
5142         * gnus-sum.el (gnus-summary-find-for-reselect):
5143         * gnus.el (gnus-summary-cancelled):
5144         * message.el (message-cancel-hook, message-send-news):
5145         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5146         * nnir.el (nnir-run-hyrex):
5147         * nntp.el (nntp-with-open-group-function):
5148         * pgg.el (pgg-pending-timers): Spelling fix.
5149
5150 2011-12-04  Chong Yidong  <cyd@gnu.org>
5151
5152         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5153         change (Bug#10200).
5154
5155 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * compface.el (uncompface):
5158         * gnus-art.el (gnus-article-x-face-command): Update the header format
5159         of icon data for the most recent icontopbm program.
5160
5161 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * gnus-msg.el (gnus-inews-do-gcc):
5164         * message.el (message-send-mail):
5165         * mml.el (mml-generate-mime): Share the value of the buffer-local
5166         `message-options' variable between a draft buffer and temprary working
5167         buffers.
5168
5169 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5170
5171         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5172
5173 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5176         for Cygwin.
5177
5178 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5179
5180         * gnus-group.el (gnus-group-prepare-flat):
5181         * mm-bodies.el (mm-encode-body):
5182         * mml.el (mml-preview):
5183         * nnml.el (nnml-request-compact-group):
5184         * pop3.el (pop3-stream-type): Spelling fix.
5185
5186 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5187
5188         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5189
5190 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5191
5192         * color.el (color-rgb-to-hsl):
5193         * gmm-utils.el (gmm-tool-bar-style):
5194         * gnus-group.el (gnus-group-prepare-flat):
5195         * gnus-topic.el (gnus-topic-prepare-topic):
5196         * mm-decode.el (mm-discouraged-alternatives):
5197         * rfc2047.el (rfc2047-encode-1):
5198         * starttls.el: Spelling fix.
5199
5200 2011-11-24  Glenn Morris  <rgm@gnu.org>
5201
5202         * binhex.el (binhex-begin-line): Give it basic doc-string.
5203
5204         * starttls.el, tls.el: Fix case of "GnuTLS".
5205
5206 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5207
5208         * gnus-group.el (gnus-group-highlight): Fix typo.
5209
5210 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5211
5212         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5213         value of `delete-file', that returns nil for a local file but returns t
5214         for a remote file using ssh.
5215
5216 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5217
5218         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5219
5220 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5221
5222         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5223         avoid later breakage.
5224
5225 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5228         article buffers' name.
5229
5230 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5231
5232         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5233         by Paul Eggert's spellfixes two days ago.
5234
5235 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5236
5237         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5238         doesn't have it.
5239
5240         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5241         buffer-local instead of binding them to avoid warnings.  Also demote
5242         errors (bug#10063).
5243         (font-lock-mode-hook): Shut up byte compiler.
5244
5245 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5246
5247         * mm-util.el (mm-charset-after):
5248         * nnir.el (nnir-run-hyrex):
5249         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5250         (ntlm-get-password-hashes, ntlm-md4hash):
5251         * smime.el: Fix typo.
5252
5253 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5254
5255         * gnus-agent.el (gnus-agent-expire-group-1):
5256         * nndiary.el (nndiary-last-occurence):
5257         * nnimap.el (nnimap-request-set-mark):
5258         * nnmairix.el (nnmairix-only-use-registry):
5259         * gnus-group.el (gnus-group-prepare-flat):
5260         * gnus-sum.el (gnus-decode-encoded-word-methods):
5261         * message.el (message-wash-subject):
5262         * nntp.el (nntp-retrieve-headers-with-xover):
5263         * smime.el (smime-certificate-directory): Spelling fix.
5264
5265 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5266
5267         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5268
5269         * color.el:
5270         * gnus-agent.el (gnus-agent-possibly-alter-active):
5271         * gnus-dired.el (gnus-dired-print):
5272         * mail-parse.el:
5273         * nnmairix.el (nnmairix-request-group):
5274         * shr.el (shr-image-displayer):
5275         * sieve-manage.el:
5276         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5277
5278 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5279
5280         * gnus-sum.el (gnus-auto-select-subject):
5281         * spam-report.el (spam-report-resend): Spelling fix.
5282
5283 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5284
5285         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5286         * gnus-art.el (gnus-default-article-saver):
5287         * gnus-srvr.el (gnus-server-copy-server):
5288         * gnus.el (gnus-sloppily-equal-method-parameters):
5289         * html2text.el (html2text-format-tag-list):
5290         * message.el (message-narrow-to-head):
5291         * nndiary.el:
5292         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5293         * sieve.el: Spelling fix.
5294
5295 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5296
5297         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5298         * gnus-sum.el (gnus-summary-make-menu-bar):
5299         * gnus-uu.el (gnus-uu-decode-postscript)
5300         (gnus-uu-decode-postscript-and-save):
5301         * mailcap.el (mailcap-print-command):
5302         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5303         Fix typos.
5304
5305 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5306
5307         * gnus-art.el (gnus-article-part-wrapper):
5308         * html2text.el (html2text-fix-paragraphs):
5309         * mm-decode.el (mm-image-fit-p):
5310         * rfc2047.el (rfc2047-encode-message-header):
5311         * shr-color.el (shr-color-visible-distance-min)
5312         (shr-color-relative-to-absolute, set-minimum-interval)
5313         (shr-color-visible): Fix typos.
5314
5315 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5316
5317         * gmm-utils.el (gmm-tool-bar-item):
5318         * gnus-art.el (gnus-treat-body-boundary):
5319         * gnus-diary.el (gnus-user-format-function-d):
5320         * gnus-start.el (gnus-get-unread-articles):
5321         * pgg-gpg.el (pgg-gpg-update-agent):
5322         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5323
5324 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5325
5326         * gnus-topic.el (gnus-group-prepare-topics):
5327         * gnus-uu.el (gnus-extract-view):
5328         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5329
5330 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5331
5332         * spam.el: Move BBDB autoloads.
5333         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5334         BBDB 2 and 3.
5335         (spam-check-BBDB): Use it.
5336         (spam-enter-ham-BBDB): Use it.
5337
5338 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5339
5340         * smime.el (smime-draw-buffer): Spelling fix.
5341
5342 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5343
5344         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5345         for scanning exactly one level.
5346         * gnus-start.el (gnus-get-unread-articles): Ditto.
5347
5348 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5349
5350         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5351         slightly clearer.
5352
5353 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5354
5355         * gnus-sync.el: More commentary about setup.
5356
5357 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5358
5359         * message.el (message-send-and-exit): Document `arg'.
5360
5361 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5362
5363         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5364
5365 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5366
5367         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5368
5369         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5370         we don't use `bound-and-true-p'.
5371
5372 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5373
5374         * gnus-util.el (gnus-bound-and-true-p): Remove.
5375         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5376         * nnir.el: Use it.
5377         * nnmairix.el: Use it.
5378
5379 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5380
5381         * gnus-sync.el: Improve docs about CouchDB admins.
5382
5383         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5384         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5385         for reasons unknown.
5386         * nnir.el: Use it.
5387         * nnmairix.el: Use it.
5388
5389         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5390         * nnir.el: Ditto.
5391         * nnmairix.el: Ditto.
5392
5393         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5394
5395 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5396
5397         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5398         not needed.  Provide xmlplistread list function to produce XML plist
5399         output for non-Gnus LeSync clients.
5400
5401 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5402
5403         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5404
5405         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5406         and save against it.  Group subscriptions, read marks, other marks,
5407         subscription levels, topic names, and topic offsets (the group's
5408         position within the topic) are saved.  This is an experimental backend
5409         and may change significantly.  Load json.el from the gnus-fallback-lib
5410         if it's not available otherwise.
5411         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5412
5413 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5414
5415         * message.el (message-completion-function): Make sure
5416         message-tab-body-function is not attempted if one of
5417         message-completion-alist fails to find a completion (bug#9158).
5418
5419 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5420
5421         * mml.el (mml-quote-region): Quote <#secure> tag.
5422         (mml-generate-mime-1): Unquote <#secure> tag.
5423
5424 2011-10-20  Chong Yidong  <cyd@gnu.org>
5425
5426         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5427         calling a minor mode from Lisp with nil arg enables it, so we have to
5428         make the wording a bit ambiguous here).
5429
5430 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5431
5432         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5433         * nnir.el (nnir-mode): Use it.
5434         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5435         Use it.
5436
5437         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5438         * nnmairix.el (gnus-registry-enabled): Ditto.
5439
5440 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5441
5442         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5443         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5444         only while we need to find out if it should be t or nil.
5445         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5446         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5447         the registry is installed.  Set it to nil when it's unloaded.
5448         (gnus-registry-install-p): Provide user guidance for the initial value
5449         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5450         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5451         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5452         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5453         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5454         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5455         `gnus-registry-install'.
5456
5457 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5458
5459         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5460         previous change.
5461         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5462         primary key is marked as disabled.
5463
5464 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5465
5466         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5467         primary key is marked as disabled.
5468
5469 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5470
5471         * html2text.el (html2text-clean-anchor): Check for quotes around
5472         `href' value.
5473
5474 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5475
5476         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5477         searching.  Drop `bbdb-cache'.
5478
5479 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * message.el (message-signed-or-encrypted-p): Exclude header when
5482         checking if there is signed or encrypted body in text/plain message.
5483
5484 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5485
5486         * html2text.el (html2text-get-attr): Correctly handle attribute values
5487         containing "=".
5488
5489 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5490
5491         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5492         handle bindings.
5493
5494 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5495
5496         * gnus-win.el (gnus-configure-windows): Protect against reading
5497         ephemeral groups outside of Gnus.
5498
5499 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * shr.el (shr-tag-img): Don't get images displayed in tables.
5502
5503 2011-10-03  Glenn Morris  <rgm@gnu.org>
5504
5505         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5506         the "maintainer" version of debbugs.gnu.org reports.
5507
5508 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509
5510         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5511         make asynchronous adjacent image insertion work better.
5512
5513 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5514
5515         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5516         documentation.
5517
5518 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5519
5520         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5521         `gnus-asynchronous' isn't shadowed.
5522
5523 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5524
5525         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5526
5527         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5528         (nnimap-insert-partial-structure): The charset parameter isn't
5529         case-sensitive.
5530
5531         * nnheader.el (nnheader-message-maybe): New function.
5532
5533         * shr.el (shr-tag-table): Render totally broken tables better.
5534
5535         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5536         computing the boundary.
5537
5538 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5539
5540         * pop3.el (pop3-number-of-responses): Remove.
5541         (pop3-wait-for-messages): Rewrite to take linear time instead of
5542         exponential time.
5543
5544 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5545
5546         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5547         re-fetch images.
5548
5549         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5550         re-fetch images when hitting `g' in Gnus.
5551
5552 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5555         (mml-compute-boundary): Don't check collision if it is non-nil.
5556         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5557         before checking collision.
5558
5559 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * message.el (message-indent-citation): Really make sure there's a
5562         newline at the end.
5563
5564         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5565         Fix suggested by John Wiegley.
5566
5567         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5568
5569         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5570
5571         * message.el (message-default-send-rename-function): Break out into its
5572         own function.
5573
5574         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5575         doesn't work under XEmacs.
5576
5577         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5578         of "imaps" to word around Windows problems.
5579         (nnimap-open-connection-1): Use it.
5580
5581         * message.el (message-indent-citation): Revert last change which made
5582         `F' not work.
5583
5584 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5585
5586         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5587         terminal as well.
5588
5589 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5592         because it displays images using overlays that aren't easy to copy to
5593         the article buffer.
5594
5595 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5596
5597         * message.el (message-indent-citation): Fix empty line removal at the
5598         end of the citation.
5599
5600 2011-09-20  Julien Danjou  <julien@danjou.info>
5601
5602         * auth-source.el (auth-source-netrc-create): Use default value for
5603         password if specified.  Evaluate default.
5604         (auth-source-plstore-create): Ditto.
5605         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5606         value evaluation.
5607         (auth-source-netrc-create): Typo fix.
5608         (auth-source-plstore-create): Ditto.
5609
5610         * password-cache.el (password-cache-remove): Remove entries even if the
5611         value is nil, so that password with a nil value (negative caching) is
5612         possible to invalidate.
5613
5614         * auth-source.el (auth-source-format-cache-entry): New function.
5615
5616 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5619
5620 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5621
5622         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5623
5624 2011-09-19  Julien Danjou  <julien@danjou.info>
5625
5626         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5627         which work with things that are not ASCII.
5628
5629 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5630
5631         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5632
5633 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5634
5635         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5636         message level.
5637
5638 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5641
5642 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5645
5646 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5647
5648         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5649         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5650
5651 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5652
5653         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5654         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5655         articles.
5656
5657 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5658
5659         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5660         (message-mail-other-window, message-mail-other-frame)
5661         (message-news-other-window, message-news-other-frame):
5662         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5663         instead of setting buffer display varibles.
5664
5665 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5666
5667         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5668
5669         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5670
5671 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5672
5673         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5674         duplicates" to a higher level.
5675
5676         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5677         most egregious messages.
5678
5679 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5680
5681         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5682
5683 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5684
5685         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5686         up the file (bug#9351).
5687
5688 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5689
5690         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5691         it does with all other backends, but decode the names immediately after
5692         getting them.
5693
5694         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5695         decoding nnimap groups.
5696
5697         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5698         newsrc file.  It doesn't seem like an important optimization any more.
5699
5700 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5701
5702         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5703         overflows.
5704
5705 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5706
5707         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5708         (gnus-interactive-exit): Extend to `quiet'.
5709
5710         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5711
5712         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5713         string.
5714
5715         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5716         renaming function arguments from `this'.
5717
5718         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5719
5720         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5721         has been renamed.
5722         (gnus-lrm-string-p): Include RLM and PDF, too.
5723
5724         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5725         (bug#9225).
5726
5727 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5728
5729         Add autoload cookies for functions used by sendmail.el.
5730         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5731
5732         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5733
5734 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * gnus-art.el (article-date-ut): Work properly even when there are
5737         things like Date header in the body; work for forwarded parts.
5738
5739 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5740
5741         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5742         original-article-buffer.
5743
5744 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5745
5746         * nnir.el (nnir-compose-result): Fix matching of server type.
5747         (nnir-run-swish++): Ditto.
5748         (nnir-run-namazu): Ditto.
5749         (nnir-run-notmuch): Ditto.
5750
5751 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5754         (bug#9405).
5755
5756         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5757         (bug#9421).
5758
5759         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5760         (bug#9425).
5761
5762         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5763         thing (bug#9426).
5764
5765 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5766
5767         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5768         the error message.
5769
5770 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5771
5772         * message.el (message-setup-1): Return t (Bug#9392).
5773
5774 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5775
5776         * gnus-sum.el: When adding article headers to a summary buffer also
5777         update gnus-newsgroup-articles (bug#9386).
5778
5779 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * auth-source.el: Autoload help-mode.
5782
5783 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5784
5785         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5786         names.
5787
5788 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5789
5790         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5791         mm-replace-in-string for compatibility issues.
5792         * mml2015.el (mml2015-epg-verify): Ditto.
5793
5794 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5797
5798         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5799
5800 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5801
5802         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5803         continue on and do the clean-up phase (bug#9188).
5804
5805         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5806         just ignore groups that can't be opened instead of erroring out
5807         (bug#9225).
5808
5809         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5810         nil since some many people are fuddy-duddies.
5811
5812         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5813         images.
5814
5815         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5816         instead.
5817
5818         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5819
5820         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5821
5822         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5823         processing.
5824
5825         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5826         buffer to avoid warnings.
5827
5828 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5829
5830         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5831         specified to reduce precision.
5832
5833 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5834
5835         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5836         bodystructures (bug#9314).
5837
5838 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5841         Make button keymap non-sticky after buttons.
5842
5843 2011-08-18  David Engster  <dengste@eml.cc>
5844
5845         * nnmairix.el (nnmairix-request-set-mark)
5846         (nnmairix-goto-original-article): Remove adding of article to registry,
5847         since `gnus-registry-add-group' isn't available anymore.
5848         (nnmairix-determine-original-group-from-registry):
5849         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5850         available anymore.
5851
5852 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5853
5854         * starttls.el (starttls-any-program-available): Define as obsolete
5855         function.
5856
5857 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5858
5859         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5860         versions which Gnus use when appropriate.
5861
5862         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5863         a pretty destructive command.
5864
5865         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5866
5867 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5868
5869         * message.el (message-fix-before-sending): Make a different warning
5870         about NUL characters (bug#9270).
5871
5872         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5873         from custom (bug#9260).
5874
5875         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5876         things work in Emacs 22 and XEmacs, too.
5877
5878         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5879         default From.
5880
5881         * gnus-spec.el (gnus-lrm-string-p): New macro.
5882         (gnus-lrm-string): New constant.
5883         (gnus-summary-line-format-spec): LRM-ify the from.
5884         (gnus-tilde-max-form): LRM-ify string chopping.
5885
5886         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5887
5888         * message.el (message-is-yours-p): Allow disabling canlock checking
5889         (bug#9295).
5890         (message-shoot-gnksa-feet): Add `canlock-verify'.
5891         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5892         message directory isn't writable (bug#9304).
5893
5894         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5895         non-world-readable.
5896
5897 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5900         articles.
5901
5902 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5903
5904         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5905         copy-list.
5906
5907 2011-08-12  Sam Steingold  <sds@gnu.org>
5908
5909         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5910         in the reverse order to avoid modifying the cache with `nreverse'.
5911         (gnus-all-score-files): Do not modify the value returned by
5912         `gnus-score-find-alist' because it lives in a cache variable.
5913         (gnus-current-home-score-file): No need to `nreverse' the return value
5914         of `gnus-score-find-alist', it is already in the correct order.
5915
5916 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5917
5918         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5919         type MESSAGE and subtype RFC822 is slightly different from those of
5920         type TEXT.
5921
5922 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5923
5924         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5925         This allows article-referral to work from an nnir group.
5926
5927 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5928
5929         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5930
5931 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5932
5933         * mml1991.el (mml1991-epg-find-usable-key)
5934         (mml1991-epg-find-usable-secret-key): New function.
5935         (mml1991-epg-sign): Check if signing key is usable.
5936         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5937
5938 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5939
5940         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5941         server-variables only.  This should fix a bug introduced with commit
5942         e1889675b7f4adf057833c5513c9374134c4e053.
5943         (nnir-run-query): 'nnir-search-engine should not be set from the global
5944         environment.
5945
5946 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5947
5948         * nnir.el (nnir-search-thread): Position point on referring article
5949         line.
5950         (nnir-warp-to-article): Clean up summary buffers.
5951
5952         * nnimap.el (nnimap-request-thread): Whitespace fix.
5953
5954 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5955
5956         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5957
5958 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959
5960         * starttls.el (starttls-available-p): Rename from
5961         `starttls-any-program-available' and changed return convention.
5962
5963 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5964
5965         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5966         `unix-sync' unless it's defined.
5967
5968 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5969
5970         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5971         `aref' for XEmacs compatibiltiy.
5972
5973 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5974
5975         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5976
5977 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5978
5979         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5980         closures, quote the form properly (bug#9194).
5981
5982 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5983
5984         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5985         (gnus-summary-insert-new-articles): Protect against servers that are
5986         down.
5987
5988 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5989
5990         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5991         in mm handle if none is specified.
5992
5993 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5994
5995         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5996
5997 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5998
5999         * nnir.el (nnir-search-thread): New function to make an nnir group
6000         based on a thread query.
6001
6002         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6003         of nnir in thread referral.
6004         (gnus-summary-refer-thread): Use it.
6005
6006         * nnimap.el (nnimap-request-thread): Use it.
6007
6008 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6009
6010         * shr.el (shr-tag-comment): Ignore HTML comments.
6011
6012 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6013
6014         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6015         argument.
6016         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6017         Use `nnir-address' to handle server info rather than passing an arg.
6018
6019         * nnimap.el (nnimap-make-thread-query): New utility function to format
6020         an imap thread search query.
6021         (nnimap-request-thread): Use it.
6022
6023         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6024         right select-method if we are not going back to the group buffer.
6025
6026 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6027
6028         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6029         enter invalid buffer configurations into the quit form (bug#9107).
6030         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6031         unplugged/plugged.
6032
6033         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6034         keep track of which ones are unread (bug#9061).
6035
6036         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6037         (bug#9055).
6038
6039         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6040         (bug#9041).
6041
6042         * gnus-html.el (mm-util): Require (bug#9073).
6043
6044         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6045         (gnus-summary-refer-thread): Use it to remove duplicates in the
6046         un-threaded view (bug#9053).
6047         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6048
6049 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6050
6051         * nnir.el (nnir-read-server-parm): Use default value from global
6052         variable.  Without this the default search engine parameters aren't
6053         used at all.
6054
6055 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6056
6057         * message.el (message-unique-id): Don't use the undocumented return
6058         value from (random t) (bug#9118).
6059
6060 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6061
6062         * message.el (message-auto-save-directory): If the ~/Mail directory
6063         doesn't exist, use ~ as the auto-save directory (bug#4432).
6064
6065         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6066         hasn't already been started.
6067
6068 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069
6070         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6071
6072         * message.el (message-reply): Work around mysterious bug where
6073         `message-mode' seems to overwrite the locally bound `subject' variable.
6074
6075 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6076
6077         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6078         correct group.
6079
6080         * gnus-int.el (gnus-request-thread): Add group argument.
6081
6082         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6083
6084 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6085
6086         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6087
6088         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6089         renamed to `debbugs-gnu-*'.
6090
6091 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6092
6093         * plstore.el: Revert the editing feature since it is not urgent.
6094         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6095         (plstore-mode-decoded): Remove.
6096
6097 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6098
6099         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6100         isn't very interesting any more, and it leaks potentially secret data.
6101         (gnus-debug): Remove.
6102
6103         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6104         use of :custom-show.
6105
6106 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6107
6108         * plstore.el: Add documentation.
6109         (plstore-mode): New mode to edit plstore file.
6110         (plstore-mode-toggle-display, plstore-mode-original)
6111         (plstore-mode-decoded): New command.
6112         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6113         (plstore--insert-buffer, plstore--make): New function.
6114         (plstore-open, plstore-save): Simplify by using them.
6115
6116 2011-07-06  Glenn Morris  <rgm@gnu.org>
6117
6118         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6119
6120 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6121
6122         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6123         no longer is much used.
6124         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6125         Articles".
6126
6127 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6128
6129         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6130         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6131         `notmuch' backend.
6132
6133 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6134
6135         * mm-decode.el (mm-text-html-renderer): Doc fix.
6136
6137         * gnus-msg.el (gnus-bug): Fix the MML tag.
6138
6139         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6140
6141 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6142
6143         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6144         secondary methods if started with `gnus-no-server'.
6145
6146 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6147
6148         * message.el (message-return-action): Fix typo in docstring.
6149
6150 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6151
6152         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6153         bug reports at once.
6154
6155         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6156
6157 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * nndraft.el: Require gnus-group.
6160         (nndraft-request-list): Declare.
6161
6162         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6163         no unread article unless it matches gnus-permanently-visible-groups.
6164
6165         * nndraft.el (nndraft-update-unread-articles): New function.
6166         (nndraft-request-associate-buffer): Use it to update the number of
6167         unread articles for the nndraft groups in the group buffer when saving
6168         or killing a draft message.
6169
6170 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6171
6172         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6173         systems to binary before writing and reading the mbox files.
6174
6175         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6176         instead of trying to list them all (bug#8978).
6177
6178 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6179
6180         * pop3.el (pop3-open-server): Use :end-of-capability.
6181
6182 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6183
6184         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6185         the id is always a number.
6186
6187         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6188
6189         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6190         debbugs mode, if possible.
6191
6192 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6193
6194         * auth-source.el (auth-source-token-passphrase-callback-function):
6195         Reindent.
6196         (epg-context-operation): Remove unnecessary autoload.
6197
6198 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6199
6200         * gnus.el (gnus-list-debbugs): New command.
6201
6202         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6203         mboxstat instead of the maintbox, since the stat seems to be fuller.
6204
6205         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6206         summary buffers.
6207
6208         * message.el (message-get-reply-headers): Delete all duplicates,
6209         instead of the first.
6210         (message-get-reply-headers): Ensure that we have progress while
6211         deleting duplicates.
6212
6213         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6214         gnus-posting-style value from the summary buffer to make it easier to
6215         make that a per-buffer conf.
6216
6217 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6218
6219         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6220         found by setting `shortcut' in 'query.
6221         (nnir-request-article): Use `shortcut' setting when requesting article
6222         by Message-ID.
6223
6224 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6225
6226         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6227         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6228         Bring the pseudo-headers back too.
6229
6230 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6231
6232         * auth-source.el (auth-source-token-passphrase-callback-function):
6233         Simplify and remove EPA dependency.
6234
6235 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6236
6237         * nnir.el (nnir-request-article): Fix error message text.
6238
6239 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6240
6241         * auth-source.el (plstore-delete): Autoload.
6242         (auth-source-plstore-search): Support delete operation.
6243         * plstore.el (plstore-delete): New function.
6244
6245 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6248         mark actually existing articles as unread rather than the ones that
6249         active asserts.
6250
6251 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6252
6253         * nntp.el (nntp-record-command):
6254         * gnus-util.el (gnus-message-with-timestamp-1):
6255         Use format-time-string rather than decoding time stamps by hand.
6256         This is simpler and insulates the code from potential changes to
6257         current-time format.
6258
6259 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6262
6263 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6264
6265         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6266         (plstore-save): Support public key encryption.
6267         (plstore--init-from-buffer): New function.
6268         (plstore-open): Use it; fix error when opening a non-existent file.
6269         (plstore-revert): Use plstore--init-from-buffer.
6270
6271 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6272
6273         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6274
6275 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6278         for old Emacsen.
6279
6280 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6281
6282         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6283         is not fully working.
6284
6285 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6286
6287         * dgnushack.el: Autoload sha1 on XEmacs.
6288
6289         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6290         quit window configuration.
6291
6292         * auth-source.el (epg-context-set-passphrase-callback):
6293         Remove duplicate autoload.
6294
6295 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6296
6297         * nnir.el (nnir-request-article): Allow requesting articles by
6298         Message-ID with nnimap.
6299
6300         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6301         current server.
6302
6303 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6304
6305         * auth-source.el: Autoload EPA/EPG functions.
6306         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6307         changed when EPA/EPG is not available.
6308         (auth-source-backend): Rename "arg" member to "data".
6309         (auth-source-backend-parse, auth-source-plstore-search)
6310         (auth-source-plstore-create): Use it.
6311
6312 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6313
6314         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6315         `gnus-refer-article-methods'.
6316
6317 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6318
6319         * auth-source.el: Require EPA and EPG.
6320         (auth-source-passphrase-alist): New variable.
6321         (auth-source-passphrase-callback-function)
6322         (auth-source-token-passphrase-callback-function): Callbacks for the
6323         netrc field encryption (GPG tokens).
6324         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6325         Symmetric encryption and decryption of the netrc GPG tokens.
6326         (auth-source-netrc-normalize): Use them, simplifying the closure.
6327
6328 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6331         is available.
6332
6333 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6334
6335         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6336         non-nil, and `nnimap-split-methods' is nil, use the former.
6337
6338 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6339
6340         * plstore.el (plstore-revert): New function.
6341         (plstore-open): Use it; hide the buffer from user.
6342
6343 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6344
6345         * auth-source.el (auth-source-backend): New member "arg".
6346         (auth-source-backend-parse): Handle new backend 'plstore.
6347         * plstore.el: New file.
6348
6349 2011-06-30  Glenn Morris  <rgm@gnu.org>
6350
6351         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6352
6353 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6354
6355         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6356         expiring articles to.
6357
6358         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6359         variations as ASCII (bug#5458).
6360
6361 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6364
6365 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6366
6367         * message.el (message-point-in-header-p): Tweak the function to default
6368         to saying that we're not in the headers if there is no separator at
6369         all.  This makes it possible to use the Message version of `M-q' in
6370         buffers with no headers (bug#7987).
6371         (message-point-in-header-p): Fix last checkin to work with an empty
6372         mail-header-separator, too.
6373
6374         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6375         again, save the choice via customize.
6376
6377 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6378
6379         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6380
6381         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6382         ended the connection, bail out before waiting infinitely on a new
6383         connection.
6384
6385 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6386
6387         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6388         reports.
6389
6390         * gnus.el (gnus-bug-package): Use "gnus."
6391         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6392
6393 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6394
6395         * dgnushack.el: Make the timer warning go away on XEmacs.
6396
6397         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6398         animations going on at article exit time.
6399
6400         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6401         since removing it breaks people upgrading.
6402
6403         * shr.el (shr-put-image): Use the new interface for animating images.
6404         (shr-put-image): Animate for 60 seconds.
6405
6406         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6407         avoid compiler warnings.
6408
6409         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6410         error with `find-file-hooks' on Emacs 22.
6411         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6412         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6413         on all architectures.
6414
6415         * spam.el (spam-stat): Require in a normal fashion without binding
6416         `spam-stat-install-hooks' to avoid compilation warnings.
6417
6418         * spam-stat.el (spam-stat-install-hooks): Remove.
6419         (spam-stat-install-hooks): Don't run automatically.
6420
6421 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6422
6423         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6424         and keystroke.
6425
6426 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * auth-source.el (auth-source-netrc-cache): Move forward.
6429
6430 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6431
6432         * proto-stream.el (proto-stream-open-starttls): Use
6433         `gnutls-available-p' to see whether we have built-in support.
6434
6435         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6436         we already know.
6437         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6438         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6439
6440 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6441
6442         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6443         %S format, since that looks odd.
6444         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6445         file, especially when saving.
6446
6447 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6448
6449         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6450         article found.
6451
6452 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6453
6454         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6455         `auth-source-save-secrets' with a more sensitive alist that can be
6456         configured per file.  Experimental, so defaults to 'never.
6457         (auth-source-netrc-create): Use it.  Still experimental code.
6458         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6459         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6460
6461 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6462
6463         * auth-source.el (auth-source-save-secrets): New variable to control if
6464         secret tokens should be saved encrypted.
6465         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6466         to `auth-source-netrc-normalize'.
6467         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6468         on the EPA variables being defined.
6469         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6470         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6471         the lexical-let closure.
6472         (auth-source-netrc-create): Create "gpg:" tokens according to
6473         `auth-source-save-secrets'.
6474
6475 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * gnus-group.el (gnus-group-update-group): Add new argument
6478         `info-unchanged' that stops updating dribble buffer.
6479
6480         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6481         deletes lines matching to it in dribble buffer.
6482
6483         * gnus-agent.el (gnus-agent-fetch-group-1):
6484         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6485         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6486         * gnus-start.el (gnus-group-change-level):
6487         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6488
6489         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6490         if newsgroup info is not changed.
6491
6492         * gnus-group.el (gnus-group-get-new-news-this-group):
6493         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6494         Don't update dribble buffer.
6495
6496 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6497
6498         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6499         remove entries with groups we ignore.
6500
6501 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6502
6503         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6504         the underline comes at the bottom.
6505
6506 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6507
6508         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6509         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6510         (gnus-registry-article-marks-to-names): Rename from
6511         `gnus-registry-user-format-function-M2'.
6512
6513 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6516         ephemeral group.
6517
6518 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519
6520         * shr.el (shr-browse-image): Copy the URL if called interactively.
6521
6522 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6523
6524         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6525         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6526         done, then unselected articles may be marked as read.
6527
6528         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6529         since not doing this seems to lead to a race condition in pop3-logon.
6530
6531         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6532         so that the call chain it correct when we call "upwards".
6533
6534         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6535         in read-only groups.
6536
6537         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6538
6539         * message.el (message-cite-reply-position): Doc string fix.
6540
6541         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6542         avoid regexp overflow.
6543         (nnimap-transform-split-mail): Ditto.
6544
6545         * pop3.el (pop3-retr): Error out if the server closes the connection.
6546
6547 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6548
6549         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6550         mm-with-unibyte-current-buffer.  The buffer should not contain any
6551         multibyte chars anyway at this stage.
6552
6553 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6554
6555         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6556         at the end of lines.
6557
6558 2011-05-29  Julien Danjou  <julien@danjou.info>
6559
6560         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6561
6562 2011-05-27  Glenn Morris  <rgm@gnu.org>
6563
6564         * gnus-group.el (gnus-bug-group-download-format-alist):
6565         Use the "maintainer" version of debian reports as well.
6566
6567 2011-05-26  Glenn Morris  <rgm@gnu.org>
6568
6569         * gnus-group.el (gnus-bug-group-download-format-alist):
6570         Use the "maintainer" version of debbugs.gnu.org reports.
6571
6572 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6575
6576 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6577
6578         * gnus-cus.el (gnus-agent-customize-category):
6579         * gnus-delay.el (gnus-delay-send-queue):
6580         * gnus.el (gnus-other-frame):
6581         Don't quote lambda expressions with `quote'.
6582
6583 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6584
6585         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6586         the thread moves us backwards and so we loop forever.
6587
6588 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6591         whitespace in base64 data lines.
6592
6593 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6594
6595         * gnus-registry.el (gnus-registry-user-format-function-M):
6596         Use `mapconcat'.
6597         (gnus-registry-user-format-function-M2): Use to see the full text of
6598         the marks.  Make "," the mark text separator.
6599
6600         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6601         authentication with auth-source.
6602
6603 2011-05-17  Glenn Morris  <rgm@gnu.org>
6604
6605         * gnus-group.el (gnus-import-other-newsrc-file):
6606         Use insert-file-contents.
6607
6608 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6609
6610         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6611         1000 iterations.
6612
6613 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * nntp.el (nntp-open-connection): Check if process-type is available.
6616
6617 2011-05-16  Julien Danjou  <julien@danjou.info>
6618
6619         * shr.el (shr-tag-del): Add support for del tag.
6620
6621 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * gnus-html.el (gnus-html-put-image): Register a displayer.
6624
6625         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6626
6627 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6628
6629         * registry.el (prune-factor): New initialization parameter defaulting
6630         to 0.1.
6631         (registry-prune-hard): Use it.
6632
6633         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6634         0.1 expicitly.
6635
6636 2011-05-13  Glenn Morris  <rgm@gnu.org>
6637
6638         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6639         is bound, since this function requires sendmail.
6640
6641 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6642
6643         * registry.el (registry-usage-test): Disable pruning test.
6644
6645 2011-05-11  David Engster  <dengste@eml.cc>
6646
6647         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6648         Bind set-network-process-option for XEmacs.
6649
6650 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6651
6652         * registry.el (registry-prune-hard-candidates)
6653         (registry-prune-soft-candidates): Helper methods for registry pruning.
6654         (registry-prune): Use them.  Make the sort function optional.
6655
6656 2011-05-10  Jim Meyering  <meyering@redhat.com>
6657
6658         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6659
6660 2011-05-10  Julien Danjou  <julien@danjou.info>
6661
6662         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6663         symbol and not a list.
6664
6665 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * gnus-art.el (gnus-article-mode): Move binding of
6668         shr-put-image-function here from gnus-article-prepare-display.
6669
6670         * shr.el (shr-put-image-function): New variable.
6671         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6672         (shr-put-image): Return scaled image.
6673
6674         * gnus-art.el (gnus-shr-put-image): New function.
6675         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6676
6677         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6678         original ones, as deletable.
6679
6680 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6681
6682         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6683
6684 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6685
6686         * registry.el (registry-full): Add convenience method.  Fix logic.
6687         (registry-insert): Use it.  Fix logic here too.
6688
6689         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6690         `registry-prune' if `registry-full' returns t.
6691         (gnus-registry-handle-action)
6692         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6693         (gnus-registry-usage-test): Use it.
6694
6695 2011-05-07  Julien Danjou  <julien@danjou.info>
6696
6697         * shr.el (shr-link): Make shr-link inherit from link by default.
6698
6699 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6700
6701         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6702
6703 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6704
6705         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6706         error out because the face is not a list.
6707
6708 2011-05-05  Glenn Morris  <rgm@gnu.org>
6709
6710         * proto-stream.el (gnutls-negotiate): Fix declarations.
6711
6712         * gnus-start.el (gnus-propagate-marks): Declare.
6713
6714 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6715
6716         * registry.el (registry-reindex): Fix percentage message.
6717
6718         * proto-stream.el (network-stream-open-starttls): Adjust to call
6719         `gnutls-negotiate' with :process and :hostname arguments.
6720
6721 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6722
6723         * shr.el: Add shr-link face for links.
6724         (shr-urlify): Use it.
6725
6726         * registry.el (registry-insert): Make error message more helpful.
6727
6728 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6729
6730         * gnus-html.el (gnus-html-schedule-image-fetching):
6731         Use url-queue-retrieve, if it exists.
6732
6733         * shr.el (shr-tag-img): Ditto.
6734
6735         * gnus.el: Autoload more gnus-agent functions.
6736
6737         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6738         agent if we haven't already (bug#8502).
6739
6740         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6741         into the Agent, too.
6742
6743         * gnus-agent.el (gnus-agent-store-article): New function.
6744
6745         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6746         and moved from that file for reuse.
6747
6748         * pop3.el (pop3-open-server): Error messages are "-ERR".
6749
6750 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6751
6752         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6753         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6754
6755 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6756
6757         * gnus.el: No Gnus v0.17 is released.
6758
6759 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6760
6761         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6762         buffer has moved to a different frame.
6763
6764 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6765
6766         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6767         to get the conversion from unibyte to multibyte buffers to work on
6768         Emacs 22.
6769
6770         * nntp.el (nntp-request-article): Slight clean-up.
6771
6772 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6773
6774         * shr.el (shr-strike-through): New face.
6775         (shr-tag-s): Use it to provide <s> support.
6776         (shr-tag-s): Remove duplicate definition.
6777
6778 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6779
6780         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6781         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6782
6783 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6784
6785         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6786         `gnutls-negotiate'.
6787         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6788
6789 2011-04-23  Glenn Morris  <rgm@gnu.org>
6790
6791         * gnus-sum.el (gnus-extra-headers): Bump :version.
6792
6793 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * shr.el (shr-tag-sup): New function.
6796         (shr-tag-sub): Ditto.
6797
6798 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6799
6800         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6801         for the case where `gnus-registry-ignored-groups' is a list of lists,
6802         and don't call `gnus-parameter-registry-ignore' otherwise.
6803
6804 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6805
6806         * nnimap.el (nnimap-user): New backend variable.
6807         (nnimap-open-connection-1): Use it.
6808         (nnimap-credentials): Accept user parameter so it's explicit what user
6809         name is desired.
6810
6811         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6812         default.
6813
6814         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6815         not gnus-registry.el.
6816
6817         * gnus-registry.el: Mention in comments how to modify
6818         `gnus-extra-headers' for proper recipient tracking and that it may
6819         already have To and Cc recently, which it does as of this commit.
6820         (gnus-registry-ignored-groups): Remove defcustom.
6821         Explain why in comments.
6822         (gnus-registry-action): Fix data-header reference to use the extra
6823         headers.  Explain in package commentary how to add To and Cc headers to
6824         the gnus-extra-headers.
6825         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6826         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6827         parameter list or a string list in `gnus-registry-ignored-groups'.
6828         Fix logic error.
6829
6830 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6831
6832         * shr.el (shr-expand-url): Protect against null urls.
6833
6834 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6835
6836         * shr.el (shr-base): New binding.
6837         (shr-tag-base): Keep track of <base>.
6838         (shr-expand-url): New function used throughout.
6839
6840 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6841
6842         * gnus-registry.el
6843         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6844         (gnus-registry-ignored-groups): New variable.
6845         (gnus-registry-ignore-group-p): Use it.
6846         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6847         set the destination group to nil (same as delete) if it's ignored.
6848
6849 2011-04-20  David Engster  <dengste@eml.cc>
6850
6851         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6852
6853         * Makefile.in (test-nntp): New rule.
6854         (check): Add it.
6855         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6856
6857 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * gnus-registry.el (gnus-registry-action)
6860         (gnus-registry-fetch-header-fast):
6861         Don't use mail-header that looks an internal function of mailheader.el.
6862
6863 2011-04-19  Glenn Morris  <rgm@gnu.org>
6864
6865         * time-date.el (time-to-days): Remove unused local variables.
6866
6867 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * gnus-registry.el: Eliminate cl functions.
6870         (gnus-registry-sort-addresses): New function that replaces mapcan.
6871         (gnus-registry-action, gnus-registry-spool-action)
6872         (gnus-registry-split-fancy-with-parent)
6873         (gnus-registry-fetch-recipients-fast): Use it.
6874         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6875
6876         * registry.el (initialize-instance, registry-lookup)
6877         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6878         (registry-lookup-secondary-value, registry-search, registry-delete)
6879         (registry-insert, registry-reindex, registry-size, registry-prune):
6880         Use eval-and-compile.
6881
6882 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6883
6884         * registry.el (registry-reindex): New method to recreate the secondary
6885         registry indices.
6886
6887         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6888         tracked field changes.
6889         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6890         (gnus-registry-action, gnus-registry-spool-action)
6891         (gnus-registry-handle-action)
6892         (gnus-registry--split-fancy-with-parent-internal)
6893         (gnus-registry-split-fancy-with-parent)
6894         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6895         move, and delete actions, and for fancy splitting with parent.
6896         (gnus-registry-extract-addresses)
6897         (gnus-registry-fetch-recipients-fast)
6898         (gnus-registry-fetch-header-fast): Convenience functions.
6899         (gnus-registry-misc-test): ERT test of
6900         `gnus-registry-extract-addresses'.
6901
6902 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6903
6904         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6905         Track by subject first, then sender.
6906
6907 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6908
6909         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6910
6911         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6912         Lisp.
6913
6914         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6915         (gnus-draft-send): Use it to avoid popping
6916         up frames from gnus-group-send-queue.
6917
6918 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6919
6920         * gnus-registry.el: Updated gnus-registry docs.
6921
6922 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6925         Fix logic bug.
6926         (gnus-registry-post-process-groups): Fix logging of no results and
6927         quote sender and subject.
6928
6929 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6930
6931         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6932         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6933         gnutls-cli are too slow to be done opportunistically.
6934
6935         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6936         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6937         we had no early-data returned.
6938         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6939         two async commands to the same server at the same time.
6940
6941 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6942
6943         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6944
6945 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6946
6947         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6948         "warning" level.
6949
6950         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6951         (mm-url-insert-file-contents): Don't set the package names.
6952
6953 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6954
6955         * gnus-registry.el (gnus-registry-action): Remove properties and
6956         simplify subject in `gnus-registry-handle-action'.
6957         (gnus-registry-spool-action): Get subject and sender from message if
6958         they are not passed in.
6959         (gnus-registry-handle-action): Remove properties and simplify subject
6960         consistently.
6961
6962 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6963
6964         * registry.el: Require CL before using defmacro*.
6965
6966 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * gnus-art.el (article-treat-date): Assume that
6969         gnus-article-date-headers may be a group parameter.
6970
6971 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6972
6973         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6974
6975         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6976         interactively so the newsrc file can contain foreign groups too.
6977         Useful for debugging but not much for users.
6978
6979 2011-04-07  David Engster  <dengste@eml.cc>
6980
6981         * registry.el (registry-usage-test): Only do
6982         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6983         lexical binding.
6984
6985 2011-04-07  David Engster  <dengste@eml.cc>
6986
6987         * Makefile.in (check, test-registry): New rules for test-suite.
6988
6989 2011-04-06  David Engster  <dengste@eml.cc>
6990
6991         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6992         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6993
6994 2011-04-06  David Engster  <dengste@eml.cc>
6995
6996         * registry.el (initialize-instance): Change :after to :AFTER to be
6997         compatible with old EIEIO version in XEmacs.
6998
6999 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7000
7001         * gnus-registry.el (gnus-registry-post-process-groups)
7002         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7003         and provide better messaging.
7004
7005 2011-04-06  David Engster  <dengste@eml.cc>
7006
7007         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7008         errors.
7009
7010         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7011         dgnushack-compile with error-on-warn enabled, and to signal an error if
7012         clean compilation failed.
7013         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7014         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7015
7016 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7017
7018         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7019         unconditionally anyway, discarding errors.
7020         (gnus-registry-delete-entries): New convenience function.
7021         (gnus-registry-import-eld): Import from old .eld registry.
7022
7023         * registry.el: Don't use ERT if it's not available.  Load it
7024         unconditionally anyway, discarding errors.
7025
7026         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7027         version from the Claudio Bley GnuTLS patch (extra optional parameters
7028         and host name).
7029
7030 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7031
7032         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7033         fixup the parameters that can be customized by the user between
7034         save/read cycles.
7035         (gnus-registry-read): Use it.
7036         (gnus-registry-make-db): Use it.
7037         (gnus-registry-spool-action, gnus-registry-handle-action):
7038         Fix messaging.
7039         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7040         Map references to actual group names with sender and subject tracking.
7041         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7042         (gnus-registry-usage-test): Add subject lookup test.
7043
7044         * registry.el (registry-db, initialize-instance): Set up constructor
7045         instead of :initform arguments for the sake of older Emacsen.
7046         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7047         pre-lexbind merge bug.
7048         (registry-usage-test): Use it.
7049         (initialize-instance, registry-db): Move the non-function initforms
7050         back to the class definition.
7051
7052 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7053
7054         * registry.el: New library to manage gnus-registry-style data.
7055
7056         * gnus-registry.el: Use it (major rewrite).
7057
7058         * nnregistry.el: Use it.
7059
7060         * spam.el: Use it.
7061
7062 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7063
7064         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7065         marks on non-selected articles.
7066
7067 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7068
7069         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7070         parameter to open-protocol-stream.
7071
7072 2011-04-01  Julien Danjou  <julien@danjou.info>
7073
7074         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7075         fundamental-mode.
7076
7077 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7078
7079         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7080         servers.
7081
7082 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7083
7084         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7085         made marks not propagate, again.
7086
7087 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7088
7089         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7090         Make this the default type.
7091         (proto-stream-open-plain): Rename from proto-stream-open-default.
7092         (open-protocol-stream, proto-stream-open-starttls)
7093         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7094         with `plain'.
7095
7096         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7097         value.
7098
7099         * nntp.el (nntp-open-connection-function): Document the fact that some
7100         values are not functions but are instead handled specially.
7101         Recognize nntp-open-plain-stream value.
7102         (nntp-open-connection): Recognize that value.
7103
7104 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7105
7106         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7107         where it seems to be needed.
7108
7109 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7110
7111         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7112         stuff.
7113
7114         * gnus-score.el (gnus-score-string): Fix calling convention of
7115         `gnus-simplify-buffer-fuzzy' after last patches.
7116
7117         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7118         server for articles we didn't get any headers for.  This is a sanity
7119         check.
7120
7121 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7122
7123         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7124         new CAPABILITY, use it.
7125
7126 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7127
7128         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7129         downloading anything.
7130
7131         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7132
7133 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7134
7135         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7136         colors.
7137         (gnus-splash-svg-color-symbols): New function.
7138
7139 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7140
7141         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7142         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7143         (gnus-simplify-subject-fuzzy): Use the local
7144         gnus-simplify-subject-fuzzy-regex instead of the global one.
7145         This makes using this variable in group parameters work.
7146
7147 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7148
7149         * gnus-registry.el (gnus-registry-unfollowed-groups):
7150         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7151         archive:sent-YYYY-MM-DD groups).
7152         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7153         tracking if there are more than `gnus-registry-max-track-groups'
7154         matches.
7155
7156 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7157
7158         * message.el (message--yank-original-internal): New function to do the
7159         insertion cleanly inside eval in `message-yank-original'.
7160         (message-yank-original): Use it.
7161
7162 2011-03-29  Julien Danjou  <julien@danjou.info>
7163
7164         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7165         local variables disabled rather than `normal-mode'.
7166
7167 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7168
7169         * imap.el (imap-shell-open, imap-process-connection-type):
7170         Use imap-process-connection-type for 'shell' streams as well as
7171         Kerberos, SSL, other subprocesses.
7172
7173 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7174
7175         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7176         with open-network-stream.
7177         (proto-stream-always-use-starttls): Option removed.
7178         (open-protocol-stream): Return a process object by default.  Provide a
7179         new parameter :return-list specifying a list-type return value, which
7180         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7181         :type `network' to `try-starttls', and `network-only' to `default'.
7182         Make `default' the default, for compatibility with open-network-stream.
7183         Handle the no-parameter case exactly as open-network-stream, with no
7184         additional stream processing.  Search plists using plist-get.
7185         Explicitly add :end-of-commend parameter if it is missing.
7186         (proto-stream-open-default): Rename from
7187         proto-stream-open-network-only.  Return 'default as the type.
7188         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7189         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7190         failed.  Always return a list with a (possibly dead) process as the
7191         first element, for compatibility with open-network-stream.
7192         (proto-stream-open-tls): Use plist-get.  Always return a list.
7193         (proto-stream-open-shell): Return `default' as connection type.
7194         (proto-stream-capability-open): Use plist-get.
7195         (proto-stream-eoc): Function deleted.
7196
7197         * nnimap.el (nnimap-stream, nnimap-open-connection)
7198         (nnimap-open-connection-1): Handle renaming of :type parameter for
7199         open-protocol-stream.
7200         (nnimap-open-connection-1): Pass a :return-list parameter
7201         open-protocol-stream to obtain a list return value.  Parse this list
7202         using plist-get.
7203
7204         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7205         for open-protocol-stream.  Accept open-protocol-stream return value
7206         that is a subprocess object instead of a list.  Handle the case of a
7207         dead returned process.
7208
7209 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7210
7211         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7212
7213         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7214
7215 2011-03-21  Julien Danjou  <julien@danjou.info>
7216
7217         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7218         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7219         query.
7220         (mm-inline-text): Render normal text with fontification whenever
7221         possible.
7222
7223         * gnus-sum.el (gnus-summary-save-parts-1):
7224         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7225         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7226         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7227         Use `mm-handle-filename'.
7228
7229         * mm-util.el (mm-handle-filename): New function, return the filename of
7230         an handle.
7231
7232 2011-03-18  Julien Danjou  <julien@danjou.info>
7233
7234         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7235         (gnus-buffer-live-p): Check that buffer is not nil.
7236
7237 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7238
7239         * gnus.el: No Gnus v0.15 is released.
7240
7241 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7242
7243         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7244         avoid warning on XEmacs.
7245
7246         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7247         on XEmacs.
7248
7249         * gnus-art.el: Require mouse, which the build bot seems to say is
7250         needed.
7251
7252         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7253
7254         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7255         XEmacs, since it doesn't have url-retrieve-synchronously.
7256
7257         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7258         since assoc-string doesn't exist in XEmacs.
7259
7260 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7261
7262         * gnus-group.el (gnus-group-list-ticked): New function.
7263         (gnus-group-make-menu-bar): Provide a menu entry for it.
7264         (gnus-group-list-map): Provide a binding for it.
7265
7266 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7267
7268         * shr.el (shr-visit-file): New command.
7269
7270         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7271
7272 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7273
7274         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7275         servers.
7276
7277 2011-03-16  Julien Danjou  <julien@danjou.info>
7278
7279         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7280         inline.
7281
7282         * gnus-art.el (article-hide-list-identifiers):
7283         Use gnus-group-get-list-identifiers.
7284
7285         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7286         (gnus-summary-remove-list-identifiers):
7287         Use gnus-group-get-list-identifiers to get regexp.
7288         (gnus-select-newsgroup, gnus-summary-insert-subject)
7289         (gnus-summary-insert-articles):
7290         Call gnus-summary-remove-list-identifiers unconditionally.
7291
7292 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7293
7294         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7295         we're selecting a group with unread articles.
7296
7297         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7298
7299         * gssapi.el: New file separated out from imap.el to provide a general
7300         Kerberos 5 connection facility for Emacs.
7301
7302         * message.el (message-elide-ellipsis): Document the format spec
7303         ellipsis.
7304
7305 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7306
7307         * message.el (message-elide-region): Allow the ellipsis to say how many
7308         lines were removed.
7309
7310 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7311
7312         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7313         window configurations containing buffers that are now dead.
7314
7315         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7316         parsing to avoid integer overflows.
7317         (nnimap-parse-flags): Simplify the last change.
7318         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7319         too large for 32-bit Emacsen.
7320
7321 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7322
7323         * auth-source.el (auth-source-netrc-create):
7324         * message.el (message-yank-original): Fix use of `case'.
7325
7326 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7327
7328         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7329         XEmacs, which was one character too wide.
7330
7331 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7332
7333         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7334         default number of articles to display.
7335         (gnus-articles-to-read): Use pretty names for prompt.
7336
7337 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338
7339         * gnus-int.el (gnus-open-server): Ditto.
7340
7341         * gnus-start.el (gnus-activate-group): Give a backtrace if
7342         debug-on-quit is set and the user hits `C-g'.
7343         (gnus-read-active-file): Ditto.
7344
7345         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7346
7347 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7348
7349         * message.el (message-yank-original): Use cond instead of CL case.
7350
7351 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7352
7353         * auth-source.el (auth-source-netrc-create): Use usual format for the
7354         default in prompts.
7355
7356 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * lpath.el: Fbind read-char-choice for XEmacs.
7359
7360 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7361
7362         * auth-source.el (auth-source-netrc-create): Show the default in the
7363         prompt when prompting for token creation.
7364
7365 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7366
7367         * auth-source.el (auth-source-format-prompt): Always convert the value
7368         to a string to avoid evaluating non-string arguments.
7369         (auth-source-netrc-create): Offer default properly, not as initial
7370         content in `read-string'.
7371         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7372         of line to determine if we've been run before.  If so, don't run again,
7373         but print a trivial message to indicate the cache was hit instead.
7374
7375 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7376
7377         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7378         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7379         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7380         Gnus.
7381
7382 2011-03-11  Julien Danjou  <julien@danjou.info>
7383
7384         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7385         modified file".
7386
7387 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7388
7389         * auth-source.el (auth-source-read-char-choice): New function to read a
7390         character choice using `dropdown-list', `read-char-choice', or
7391         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7392         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7393         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7394         (auth-source-netrc-saver): Use it.
7395         (auth-source-pick-first-password): New convenience function.
7396
7397 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7398
7399         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7400         parameter in the credentials.
7401         (nnimap-open-connection-1): Use it after a successful login.
7402         (nnimap-credentials): Add IMAP-specific user and password prompt.
7403
7404         * auth-source.el (auth-source-search): Add :require parameter, taking a
7405         list.  Document it and the :save-function return token.  Pass :require
7406         down.  Change the CREATED message from a warning to a debug statement.
7407         (auth-source-search-backends): Pass :require down.
7408         (auth-source-netrc-search): Pass :require down.
7409         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7410         Change save prompt to indicate all modifications saved here are
7411         deletions.
7412         (auth-source-netrc-create): Take user login name as default in user
7413         prompt.  Move all the save functionality to a lexically bound function
7414         under the :save-function token in the returned list.  Set up clearer
7415         default prompts for user, host, port, and secret.
7416         (auth-source-netrc-saver): New function, intended to be wrapped for
7417         :save-function.
7418
7419 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7420
7421         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7422         lines to be spaces instead.
7423
7424 2011-03-07  Julien Danjou  <julien@danjou.info>
7425
7426         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7427         (sieve-sasl-auth): Check that auth-source-search did return something,
7428         or just return an empty string.
7429
7430 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7431
7432         * gnus.el (gnus-interactive): Use read-directory-name.
7433
7434         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7435         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7436         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7437         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7438         Likewise.
7439
7440         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7441
7442 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7443
7444         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7445         onto the list of killed groups, too.  This makes killed nnimap groups,
7446         for instance, more reliably not reappear.
7447
7448         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7449         the parent.
7450
7451         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7452
7453         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7454         really have server-side marks.
7455
7456         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7457         since most backends do not usefully have server-side marks.
7458         (gnus-update-read-articles): Propagate marks to all backends that
7459         really have server-side marks.
7460
7461 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7462
7463         * message.el (message-cite-reply-position, message-cite-style):
7464         New variables.
7465         (message-yank-original): Use the new citation styles.
7466
7467 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7468
7469         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7470         buffer-local issue); don't mark it buffer-local when running under
7471         XEmacs.
7472
7473 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7474
7475         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7476         numbers too big to be `read'.
7477
7478 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7479
7480         * password-cache.el (password-in-cache-p): Add autoload.
7481
7482         * message.el (message-options): Make buffer-local two ways to attempt
7483         to fix a XEmacs bug.
7484
7485 2011-03-02  Julien Danjou  <julien@danjou.info>
7486
7487         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7488
7489 2011-03-01  Julien Danjou  <julien@danjou.info>
7490
7491         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7492         group.
7493         (article-hide-list-identifiers): Use list-identifier group parameter.
7494
7495 2011-02-28  Julien Danjou  <julien@danjou.info>
7496
7497         * sieve.el (sieve-buffer-script-name): New local variable to store
7498         sieve script name.
7499         (sieve-edit-script): Store sieve script name.
7500         (sieve-upload): Use sieve script name when uploading.
7501         (sieve-upload): Use substitute-command-keys.
7502         (sieve-edit-script): Use substitute-command-keys.
7503         (sieve-refresh-scriptlist): Use substitute-command-keys.
7504         (sieve-manage-mode-map): Define keymap properly.
7505         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7506         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7507         Remove commented code about cvs.
7508         (sieve-manage-quit): New function.
7509         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7510
7511 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7512
7513         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7514
7515 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7516
7517         * auth-source.el (auth-source-search): Cache empty result sets.
7518
7519         * password-cache.el (password-in-cache-p): Convenience function to
7520         check if a key is in the cache, even if the value is nil.
7521
7522         * auth-source.el (auth-source-save-behavior): New variable to replace
7523         `auth-source-never-create'.
7524         (auth-source-netrc-create): Use it.
7525         (auth-source-never-save): Remove.
7526
7527 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7528
7529         * nnimap.el (nnimap-stream): Doc fix.
7530         (nnimap-open-connection-1): Reverse the order of the ports to that the
7531         prompted-for port is first.
7532
7533         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7534         retrieval by the no-group selection.
7535
7536         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7537         numerical parameters.
7538
7539 2011-02-25  Julien Danjou  <julien@danjou.info>
7540
7541         * gnus-gravatar.el: Use gnus-with-article-buffer.
7542
7543         * gnus-art.el (gnus-with-article-buffer): Check that the
7544         gnus-article-buffer is alive.
7545
7546 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7547
7548         * auth-source.el (auth-source-creation-prompts): New variable to manage
7549         creation-time prompts.
7550         (auth-source-search): Document it.
7551         (auth-source-format-prompt): Add utility function.
7552         (auth-source-netrc-create): Don't default the user name to
7553         user-login-name.  Use `auth-source-creation-prompts' and some default
7554         prompts for user, host, port, and password (the default generic prompt
7555         remains ugly).
7556         (auth-source-never-save): Add customizable option to never save info.
7557         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7558         mode excursion.
7559
7560 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7563         argument that XEmacs doesn't support.
7564
7565         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7566         compiled for Emacsen having no `libxml-parse-html-region' support.
7567
7568         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7569
7570         * lpath.el: Bind buffer-save-without-query for XEmacs.
7571
7572 2011-02-23  Julien Danjou  <julien@danjou.info>
7573
7574         * gnus-art.el (article-make-date-line): Ignore errors if time is
7575         invalid and not convertible.
7576         (article-make-date-line): Only add lapsed time if time is not nil.
7577
7578 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7579
7580         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7581         `read-char-choice' for backwards compatibility.
7582         (auth-source-netrc-element-or-first): New function to DTRT for
7583         parameter extraction.
7584         (auth-source-netrc-create): Use it and fix multiple parameter print
7585         bug.  Use the default passed from above (given-default) or the
7586         built-in (user-login-name for :user).
7587
7588 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7589
7590         * gnus-start.el (gnus-dribble-read-file):
7591         Set buffer-save-without-query, since we always want to save the dribble
7592         file, probably.
7593
7594         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7595         nnimap.
7596
7597         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7598         -summary- since it's a user-visible variable.
7599
7600         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7601         first time you use the new Gnus.
7602
7603 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7604
7605         * auth-source.el: Don't load netrc.el.
7606         (auth-sources): Search ~/.netrc as well by default.
7607         (auth-source-debug): Add 'trivia option for extra output.
7608         (auth-source-do-trivia): Use it.
7609         (auth-source-search): Simplify logic to use
7610         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7611         appropriate.  Don't keep a running count at this level.  Layer :create
7612         and :delete options appropriately on the first and second passes.
7613         Don't track the backend with the search results.
7614         (auth-source-search-backends): New function to search a list of
7615         backends for a processed spec.
7616         (auth-source-netrc-parse): Cache all netrc files, making
7617         auth-source-netrc-cache an alist keyed by the file name and using the
7618         file mtime as the caching criterion.  Keep the obfuscated data secret
7619         with a lexical bind.
7620         (auth-source-netrc-search): Don't calculate the length of the results
7621         unnecessarily.
7622         (auth-source-search-backends): Fix bug.
7623         (auth-source-netrc-create): Rework prompts.
7624
7625 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7626
7627         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7628         Lower case names of search constraints.
7629         (nnir-run-query): Cache and reuse search constraints for all imap
7630         servers.
7631
7632 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7633
7634         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7635         after exit.
7636         (gnus-setup-message): Define missing variable from last checkin.
7637
7638         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7639         value, show the raw article.
7640
7641 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7642
7643         * gnus.el: No Gnus v0.13 is released.
7644
7645 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7646
7647         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7648         auth-source now accepts numbers.
7649
7650         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7651         spec, too.
7652         (auth-source-ensure-strings): New function.
7653
7654         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7655         (gnus-article-setup-buffer): Always restart the date timer so that user
7656         changes to the frequency is respected.
7657
7658         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7659         port numbers, so make sure it gets that if nnimap-server-port is
7660         explicit.
7661
7662 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7663
7664         * nnimap.el (nnimap-inbox): Doc fix.
7665
7666 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7667
7668         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7669         Autoload.  Add optional arg FRAME, and pass it to color-values.
7670         (color-complement): Caller changed.  Doc fix.
7671         (color-gradient): Rewrite for better clarity and efficiency.
7672
7673 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7674
7675         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7676         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7677         color-lab-to-srgb.
7678
7679 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7680
7681         * color.el: First part of merge from hexrgb.el.
7682         (color-rgb-to-hex): Rename from color-rgb->hex.
7683         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7684         saturation to zero if the value is too small.
7685         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7686         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7687         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7688         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7689         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7690         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7691         (color-cie-de2000): Doc fix.
7692
7693 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7694
7695         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7696         given method as in the group name if we're using an extended method.
7697         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7698         command, if we're using that, instead of waiting for the beginning.
7699
7700         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7701         we're sure to get unique server names, and we don't output two async
7702         commands in the same buffer.  This fixes an NNTP hang for some users.
7703
7704 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7705
7706         * gnus.el: No Gnus v0.11 is released.
7707
7708 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7709
7710         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7711         summary buffer before reading going to the next buffer.  This avoids
7712         putting the point in the group buffer if you `C-g' the command.
7713
7714         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7715         cache (for now) to make ~/.authinfo.gpg files usable.
7716
7717         * nnfolder.el (copyright-update): Define for the compiler.
7718
7719         * auth-source.el (auth-source-search): Fix unbound variable.
7720
7721 2011-02-19  Glenn Morris  <rgm@gnu.org>
7722
7723         * gnus.el (gnus-meta): Doc fix.
7724
7725 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7726
7727         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7728         in case it's not yet loaded.
7729
7730 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7731
7732         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7733         line we're waiting for.
7734
7735 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7736
7737         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7738         face with line-width greater than zero will cause RET in gnus summary
7739         buffer to scroll down article page-wise because auto vscroll happens,
7740         it should be temporally disabled when doing a scroll-up.
7741
7742 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7743
7744         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7745         outputs from the server.
7746
7747 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7748
7749         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7750         later so that bbdb can hook in easier.
7751
7752 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7753
7754         * auth-source.el (auth-source-search): Don't try to create credentials
7755         if the caller doesn't want that.
7756         (auth-source-search): If we don't find a match, don't bug out on
7757         non-bound variables.
7758         (auth-source-search): Only ask a single backend to create the
7759         credentials.
7760
7761         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7762         logging.
7763         (nnimap-credentials): Protect against auth-source-search returning nil.
7764         (nnimap-request-list): Protect against not being able to open the
7765         server.
7766
7767 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7768
7769         * auth-source.el (auth-source-search): Do a two-phase search, one with
7770         no :create to get the responses from all backends.
7771
7772         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7773         when getting credentials.
7774
7775         * gnus-util.el (gnus-delete-duplicates): New function.
7776
7777 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7778
7779         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7780         a creation default, pass the whole port list down.  It will be
7781         completed.
7782
7783         * auth-source.el (auth-source-search): Updated docs to talk about
7784         multiple creation choices.
7785         (auth-source-netrc-create): Accept a list as a value (from the search
7786         parameters) and do completion on that list.  Keep a separate netrc line
7787         with the password obscured for showing the user.
7788
7789         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7790         first choice to `auth-source-search' so it will be used for entry
7791         creation instead of the server's Gnus-specific name.
7792         (nnimap-credentials): Rely on the auth-source library to select which
7793         port is actually wanted in the new netrc entry, so don't override
7794         `auth-source-creation-defaults'.
7795
7796         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7797         :protocol and accept a missing user, host, or port as a wildcard match.
7798         (auth-source-debug): Default to off.
7799
7800         (auth-source-netrc-search, auth-source-netrc-create)
7801         (auth-source-secrets-search, auth-source-secrets-create)
7802         (auth-source-user-or-password, auth-source-backend, auth-sources)
7803         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7804         instead of :protocol.
7805
7806         * nnimap.el (nnimap-credentials): Pass a port default to
7807         `auth-source-search' in case an entry needs to be created.
7808         (nnimap-open-connection-1): Use :port instead of :protocol.
7809
7810 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * auth-source.el: Bind load-path when loading EIEIO from
7813         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7814         21.4 doesn't support, to `require'.
7815         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7816         delete-dups that is not available in XEmacs 21.4.
7817
7818 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7819
7820         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7821         as EIEIO must also be loaded when auth-source.el is being
7822         byte-compiled.
7823
7824 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7825
7826         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7827
7828         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7829
7830         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7831
7832         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7833
7834         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7835
7836         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7837
7838         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7839
7840         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7841         necessary.
7842
7843 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7844
7845         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7846         nil means that nnimap doesn't get updated.
7847
7848 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7849
7850         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7851         result when the user doesn't want to write to the file.
7852         (auth-source-netrc-search): Expect a synthetic result and proceed
7853         accordingly.
7854         (auth-source-cache-expiry): New variable to override
7855         `password-cache-expiry'.
7856         (auth-source-remember): Use it.
7857
7858         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7859         parameter.  Create entry if necessary by using :create t.
7860         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7861
7862 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7863
7864         * auth-source.el (auth-source-debug): Enable by default and don't
7865         mention the obsolete `auth-source-hide-passwords'.
7866         (auth-source-do-warn): New function to debug unconditionally.
7867         (auth-source-do-debug): Use it.
7868         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7869         and for Secrets API entries when the secrets.el library is not
7870         available.
7871
7872 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7873
7874         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7875         (gnus-summary-exit): Kill the correct article buffer on exit from a
7876         `C-d' group.
7877
7878         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7879         gnus-propagate-marks.
7880
7881         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7882         before killing the buffers so that a non-full window conf gets handled
7883         correctly.
7884         (gnus-summary-exit): Ditto.
7885         (gnus-summary-read-group-1): Ditto.
7886
7887         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7888         async code again so that we can debug it properly.
7889
7890         * message.el (message-reply): Take an optional switch-buffer parameter
7891         so that Gnus window confs are respected better.
7892
7893 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7894
7895         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7896         `plist-get' to accept non-list parameters (XEmacs issue).
7897         Fix docstring.
7898         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7899         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7900         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7901         Login collection is "Login" and not "login".
7902
7903 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7904
7905         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7906         multiple headers.
7907
7908         * nnimap.el (nnimap-inhibit-logging): New variable.
7909         (nnimap-log-command): Don't log login commands.
7910
7911         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7912         to have more parameters.
7913
7914         * nnimap.el (nnimap-send-command): Mark the command time for each
7915         command, so that we don't get NOOPs stepping on our toes.
7916
7917         * gnus-art.el (article-date-ut): Get the date from the Date header on
7918         `t'.
7919
7920 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * auth-source.el (auth-source-search): Use copy-sequence instead of
7923         the cl.el copy-list.
7924
7925 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7926
7927         * imap.el: Bring it back (revert
7928         84d800cd31de3064f0ed39617d725709a2f8f42f).
7929
7930 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7931
7932         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7933         Improve prompt.
7934
7935 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7936
7937         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7938         washing status from the default format.  It isn't very informative.
7939
7940 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7941
7942         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7943         Fix Gcc processing on imap.
7944
7945 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7946
7947         * imap.el: Remove file.  All the functionality is in nnimap.el.
7948
7949 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7950
7951         * message.el (message-bury): Don't pop up a new window when selected
7952         window is dedicated.
7953
7954 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7955
7956         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7957
7958 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7959
7960         * sieve-manage.el: Autoload `auth-source-search'.
7961         (sieve-sasl-auth): Use it.
7962
7963 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7964
7965         * nnimap.el: Autoload `auth-source-forget+'.
7966         (nnimap-open-connection-1): Use it if the connection fails.
7967
7968         * auth-source.el: Require `password-cache'.
7969         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7970         obsolete.
7971         (auth-source-magic): Marker for `password-cache' keys.
7972         (auth-source-do-cache): Update docstring.
7973         (auth-source-search): Use and check cache.
7974         (auth-source-forget-all-cached, auth-source-remember)
7975         (auth-source-recall, auth-source-forget, auth-source-forget+)
7976         (auth-source-specmatchp): Caching support functions.
7977         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7978         Remove and obsolete.
7979         (auth-source-user-or-password): Remove caching to further discourage
7980         using it.  Always hide passwords.
7981
7982         * password-cache.el (password-cache-remove): Accept secrets that are
7983         not strings.
7984
7985 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7986
7987         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7988         code for now, since it doesn't work for all users.
7989
7990 2011-02-09  Julien Danjou  <julien@danjou.info>
7991
7992         * message.el (message-options): Make message-options really buffer
7993         local.
7994
7995 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7996
7997         * mail-source.el: Autoload `auth-source-search'.
7998         (mail-source-keyword-map): Note order matters.
7999         (mail-source-set-1): Get all the mail-source source values and
8000         defaults and search auth-source on those if needed.  This can all
8001         probably be simplified.
8002
8003         * nnimap.el: Autoload `auth-source-search'.
8004         (nnimap-credentials): Use it.
8005         (nnimap-open-connection-1): Ask for the virtual server and physical
8006         address in one shot.
8007
8008         * nntp.el: Autoload `auth-source-search'.
8009         (nntp-send-authinfo): Use it.  Note TODO.
8010
8011 2011-02-08  Julien Danjou  <julien@danjou.info>
8012
8013         * shr.el (shr-tag-body): Add support for text attribute in body
8014         markups.
8015
8016         * message.el (message-options): Make message-options a local variable.
8017
8018 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8019
8020         * auth-source.el (auth-source-secrets-search)
8021         (auth-source-user-or-password): Use `append' instead of `nconc'.
8022         (auth-source-user-or-password): Build return list better and protect
8023         against nil :secret.
8024
8025 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8026
8027         * nnimap.el (nnimap-update-info): Refactor slightly.
8028         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8029         (nnimap-update-info): Clean up slightly.
8030         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8031         characters.
8032         (nnimap-process-quirk): Rename function to avoid collision.
8033         (nnimap-update-info): Fix macrology bug-out.
8034         (nnimap-update-info): Simplify split history test.
8035
8036 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8037
8038         * auth-source.el (top): Require 'eieio unconditionally.
8039         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8040         (auth-source-secrets-search): Limit search when `max' is greater than
8041         number of results.
8042
8043 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8044
8045         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8046         part not returning any data.
8047
8048         * proto-stream.el (open-protocol-stream): Document the return value.
8049
8050 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8051
8052         * auth-source.el (auth-source-secrets-search): Add examples.
8053
8054 2011-02-06  Julien Danjou  <julien@danjou.info>
8055
8056         * message.el (message-setup-1): Handle message-generate-headers-first
8057         set to t.
8058
8059 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8060
8061         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8062         API with a string "secrets:collection-name" and with 'default.
8063         (auth-source-backend-parse): Parse "secrets:collection-name" and
8064         'default.  Recurse on parses instead of repeating code.  Use the
8065         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8066         message when ignoring a source.
8067         (auth-source-search): List ignored search keys at the top level.
8068         (auth-source-netrc-create): Use `case' instead of `cond'.
8069         (auth-source-secrets-search): Created with TODOs.
8070         (auth-source-secrets-create): Created with TODOs.
8071         (auth-source-retrieve, auth-source-create, auth-source-delete)
8072         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8073         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8074         (auth-source-user-or-password-sftp)
8075         (auth-source-user-or-password-smtp): Remove.
8076         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8077         around `auth-source-search'.  Not tested thoroughly.
8078
8079 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8080
8081         * auth-source.el: Bring in assoc and eioeio libraries.
8082         (secrets-enabled): New variable to track the status of the Secrets API.
8083         (auth-source-backend): New EIOEIO class to represent a backend.
8084         (auth-source-creation-defaults): New variable to set prompt defaults
8085         during token creation (see the `auth-source-search' docstring for
8086         details).
8087         (auth-sources): Simplify to allow a simple string as a netrc backend
8088         spec.
8089         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8090         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8091         (auth-source-search): Main auth-source API entry point.
8092         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8093         (auth-source-search-collection): Helper function for searching.
8094         (auth-source-netrc-parse, auth-source-netrc-normalize)
8095         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8096         Supports search, create, and delete.
8097         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8098         backend stubs.
8099         (auth-source-user-or-password): Call `auth-source-search' but it's not
8100         ready yet.
8101
8102 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8103
8104         * message.el (message-setup-1): Remove the read-only stuff, since it
8105         doesn't work under XEmacs, for some reason.
8106
8107         * gnus-sum.el (gnus-user-date): Rename back from
8108         gnus-summary-user-date since user code refers to it.
8109
8110         * shr.el (shr-render-td): Store the actual background color used.
8111
8112         * message.el (message-setup-1): Don't bind the constant
8113         -forbidden-properties.
8114         (message-setup-1): Revert previous change, since it needs to bind the
8115         props to insert them.
8116         (message-resend): Allow removing the read-only separator line.
8117
8118 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8119
8120         * nnimap.el (nnimap-request-accept-article): Give an error message if
8121         the APPEND wasn't successful.
8122
8123 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8124
8125         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8126         that have no groups.
8127
8128 2011-02-03  Julien Danjou  <julien@danjou.info>
8129
8130         * gnus-draft.el: Remove progn around gnus-draft-setup.
8131
8132 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8133
8134         * gnus-start.el (gnus-read-active-for-groups): This function is never
8135         called with a nil `infos', so clean that up.
8136         (gnus-get-unread-articles): Request active files from primary/secondary
8137         methods that have no groups (yet).
8138
8139 2011-02-03  Julien Danjou  <julien@danjou.info>
8140
8141         * message.el (message-setup-1): Always generate References first.
8142         (message-mail): Return the return value of message-setup, not always t.
8143         (message-setup-1): Insert mail-header-separator with read-only and
8144         intangible properties set.
8145
8146         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8147         user-date in docstring.
8148
8149         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8150
8151         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8152         docstring.
8153
8154         * gnus.el (gnus-user-date-format-alist): Change default value.
8155         Use defcustom, with type and group.  Move from gnus-util.el.
8156         Rename to gnus-summary-user-date-format-alist.
8157
8158 2011-02-03  Glenn Morris  <rgm@gnu.org>
8159
8160         * nnimap.el (gnus-fetch-headers): Declare.
8161
8162         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8163
8164 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8165
8166         * message.el (message-forward-make-body-digest-plain)
8167         (message-followup, message-reply): Clean up things noted by Stefan.
8168
8169         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8170         gnus-article-update-date-headers is nil.
8171         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8172         it didn't really work with defcustom.
8173         (article-update-date-lapsed): Make sure the window start doesn't move,
8174         either.
8175
8176 2011-02-01  Julien Danjou  <julien@danjou.info>
8177
8178         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8179         format.
8180
8181         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8182         standard in Emacs nowadays.
8183
8184         * color.el (color-gradient): Add a color-gradient function.
8185
8186 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8187
8188         * message.el (message-expand-name): Don't trust the return value of
8189         bbdb-complete-name.
8190         (message-check-news-header-syntax): Remove unused var `start'.
8191         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8192         (message-inhibit-body-encoding): Move to before first use.
8193         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8194         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8195         (Organization, Message-ID, Date, mh-previous-window-config):
8196         Defvar the vars using dynamic scoping.
8197
8198 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8199
8200         * shr.el (shr-render-td): Only do colors at the final rendering.
8201         Should be slightly faster.
8202         (shr-insert-table): Fix up TD background colors when doing the
8203         vertical padding.
8204
8205         * gnus-art.el (article-date-ut): Protect against articles with no Date
8206         header.
8207         (article-update-date-lapsed): Don't use current-column to find the
8208         horizontal position.  It's fragile in the presence of \003 characters.
8209
8210         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8211
8212 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8213
8214         * gnus-art.el (article-transform-date): Rewrite to still work when
8215         there are several rfc2822 parts.
8216         (article-transform-date): Fix infinite recursion.
8217         (article-date-ut): Replace infinitely many Date headers with a single
8218         one when called interactively.
8219
8220         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8221         secure manner.
8222
8223         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8224         move around by not using save-window-excursion.  It seems to work...
8225
8226 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8227
8228         * gnus-art.el (article-make-date-line): Work for user-defined format.
8229
8230 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8231
8232         * nntp.el (nntp-retrieve-group-data-early)
8233         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8234         fetching functions.
8235
8236         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8237         thoroughly for all backends that have no known groups.  This should
8238         allow new nnml methods to retrieve mail.
8239
8240         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8241         that Gnus doesn't know exists again.
8242
8243         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8244         (gnus-treat-date-ut): Ditto.
8245         (gnus-article-update-date-header): Rename.
8246         (gnus-treat-date-local): Remove.
8247         (gnus-treat-date-english): Remove.
8248         (gnus-treat-date-lapsed): Remove.
8249         (gnus-treat-date-combined-lapsed): Remove.
8250         (gnus-treat-date-original): Remove.
8251         (gnus-treat-date-iso8601): Remove.
8252         (gnus-treat-date-user-defined): Remove.
8253         (gnus-article-date-headers): New variable to control all the date
8254         header options.
8255         (article-date-ut): Rewrite to allow using the new way to format date
8256         headers(s).
8257
8258 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8259
8260         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8261         method.
8262         (nnmail-article-group): A better test for fanciness.
8263
8264         * nnimap.el (nnimap-request-head): Protect against not finding the
8265         article by Message-ID.
8266
8267 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8268
8269         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8270         keep point at the "same place".
8271
8272 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8273
8274         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8275         data if the group is inactive.
8276
8277 2011-01-28  Julien Danjou  <julien@danjou.info>
8278
8279         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8280         (gnus-all-windows-visible-p): Remove old compatibility code.
8281         (gnus-window-top-edge): Add docstring.
8282
8283         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8284
8285 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8286
8287         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8288         older request-update-info.
8289
8290         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8291
8292 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8293
8294         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8295         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8296
8297 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8298
8299         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8300         groups.  This makes the nndraft:queue group pop up if it's not already
8301         there.
8302
8303         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8304         messages" logic, which was reversed.
8305
8306         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8307         the "same place" even if point is on the line being replaced.
8308         (article-update-date-lapsed): Allow updating both the combined lapsed
8309         and the lapsed headers.
8310         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8311         (article-make-date-line): Limit the number of segments dynamically to
8312         avoid too-long lines.
8313
8314 2011-01-27  Julien Danjou  <julien@danjou.info>
8315
8316         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8317         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8318
8319 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8320
8321         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8322         Use plist-get instead of the cl function getf.
8323
8324 2011-01-27  Glenn Morris  <rgm@gnu.org>
8325
8326         * gnus-util.el (float-time): Get rid of compiler warning, again.
8327
8328 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8329
8330         * shr.el (shr-put-color): Special-case background colors: Do put them
8331         at the blank parts at the front of the lines.
8332
8333         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8334         exit hook to nix out all data on readedness on group exit.
8335
8336         * gnus-util.el (float-time): If float-time is bound, always use it on
8337         all Emacsen.  It's unclear why the subrp check was there.
8338         (time-date): Require to make some autoload issues on XEmacs go away.
8339
8340         * shr.el (shr-put-color): Don't do the box padding in tables, since
8341         they're already padded.
8342
8343 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8344
8345         * gnus-art.el (gnus-article-next-page): When the last line of the
8346         article is displayed, scroll down once more instead of going to the
8347         next article at once.
8348         (article-lapsed-string): Refactor out and allow specifying how many
8349         segments you want.
8350         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8351         (gnus-article-update-lapsed-header): New variable.
8352
8353         * shr.el: Revert change that made headings use different-sized faces.
8354         The Emacs display engine isn't advanced enough that, for instance,
8355         tables can comfortably use differently-sized faces.
8356
8357 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8358
8359         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8360         used.
8361         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8362         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8363         we're using an encrypted connection.
8364
8365         * proto-stream.el: Alter the interface functions to also return the
8366         actual stream type used: network or tls.
8367
8368 2011-01-25  Julien Danjou  <julien@danjou.info>
8369
8370         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8371         (mm-display-javascript-inline): New function.
8372
8373         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8374         viewing function.
8375
8376 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * shr.el (shr-expand-newlines): Fix variable name.
8379
8380 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8381
8382         * shr.el (shr-expand-newlines): Make nested boxes work.
8383
8384 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8385
8386         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8387         backgrounds.
8388         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8389         in a more sensible manner.
8390
8391 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8392
8393         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8394         if EPG is loaded.
8395
8396 2011-01-24  Julien Danjou  <julien@danjou.info>
8397
8398         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8399         tags.
8400
8401 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8402
8403         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8404         commands.
8405
8406         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8407         in the article buffer.
8408         (gnus-gravatar-insert): Use blank space from the current buffer to
8409         avoid breaking text properties.  This makes X-Sent updating work again.
8410
8411         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8412
8413 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8414
8415         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8416         fix the bug in url-http.el instead.
8417
8418         * shr.el (shr-image-fetched): Ditto.
8419
8420         * shr.el (shr-image-fetched): Avoid having point move in the article
8421         buffer.
8422
8423         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8424         buffer after being called.  It's apparently being killed by url.el, and
8425         killing it made point move to end-of-buffer in a random buffer.
8426
8427         * shr.el (shr-image-fetched): Ditto.
8428
8429 2011-01-23  Julien Danjou  <julien@danjou.info>
8430
8431         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8432
8433         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8434         text/x-org.
8435
8436 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8437
8438         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8439         (i.e., nnimap) returning nil as the article number.
8440
8441 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8442
8443         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8444         "DelSp" parameter in RFC3676.
8445
8446 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8447
8448         * message.el (message-check-recipients): Display the encoded version of
8449         the bogus address if they differ.
8450
8451         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8452         after sending.
8453
8454         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8455
8456         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8457
8458         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8459         group buffer after sending the queue.
8460
8461         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8462
8463 2011-01-22  Julien Danjou  <julien@danjou.info>
8464
8465         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8466
8467 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8468
8469         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8470         nested related parts.
8471
8472         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8473         unexpired articles.  This fixes the regression that led expiry marks to
8474         disappear from nnfolder groups.
8475
8476 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8477
8478         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8479         Don't confuse the "ret" of "retrograde" with RET.
8480
8481 2011-01-21  Julien Danjou  <julien@danjou.info>
8482
8483         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8484         than mm-insert-inline.
8485
8486 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8489         Widen article buffer.
8490
8491 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8492
8493         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8494         the temp buffer.
8495         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8496
8497 2011-01-20  Julien Danjou  <julien@danjou.info>
8498
8499         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8500
8501         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8502         than mm-insert-inline to insert inline part: this respect
8503         mm-inline-media-tests displayers.
8504
8505         * mm-view.el (mm-display-shell-script-inline): New function.
8506
8507         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8508
8509         * mm-uu.el (mm-uu-type-alist): Add org block.
8510         (mm-uu-org-src-code-block-extract): New function.
8511
8512         * mm-view.el (mm-display-org-inline): New function.
8513
8514         * mm-decode.el (mm-automatic-display): Add text/org.
8515
8516         * mailcap.el (mailcap-mime-extensions): Add .org.
8517
8518 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8521         gnus-article-add-buttons.
8522
8523 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8524
8525         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8526         From header with a date and "nobody" as the sender.
8527
8528 2011-01-19  Julien Danjou  <julien@danjou.info>
8529
8530         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8531         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8532         if you have the same regexp several times.
8533         (gnus-button-push): Fix matching when regexp is symbol.
8534
8535 2011-01-15  Glenn Morris  <rgm@gnu.org>
8536
8537         * message.el (message-mail): A compose-mail function should
8538         accept headers as strings.
8539
8540 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8541
8542         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8543         Add :vert-only tags.
8544         (message-mail): New arg RETURN-ACTION.
8545         (message-return-action): New var.
8546         (message-bury): Use it.
8547         (message-mode): Make it buffer-local.
8548         (message-send-and-exit): Always call message-bury.
8549
8550         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8551         message-mail.
8552
8553 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8554
8555         * nnimap.el (nnimap-convert-partial-article): Protect against
8556         zero-length body parts.
8557
8558         * mm-decode.el (mm-preferred-alternative-precedence):
8559         Discourage showing empty parts.
8560
8561         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8562         and stuff if the backend didn't return the article number.  This fixes
8563         an Exchange-related nnimap bug.
8564
8565         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8566         group window, because it does the wrong thing when a separate frame
8567         displays the group buffer.
8568
8569         * proto-stream.el (open-protocol-stream): Protect against the low-level
8570         transport functions returning nil.
8571
8572 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8573
8574         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8575         (mml2015-epg-find-usable-secret-key): New function.
8576         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8577         mml2015-epg-find-usable-key (Bug#7797).
8578         (mml2015-epg-encrypt): Ditto.
8579
8580 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * dgnushack.el (rot13-string): Fix the way to get the argument.
8583
8584 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8585
8586         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8587
8588 2011-01-03  Glenn Morris  <rgm@gnu.org>
8589
8590         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8591
8592         * sieve.el (sieve-open-server): Give a more explicit error if
8593         sieve-manage-open returns nil.  (Bug#7720)
8594
8595 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8596
8597         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8598
8599 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8600
8601         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8602         This avoids sending passwords in plain text over non-encrypted
8603         channels.
8604
8605         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8606
8607         * nnimap.el (nnimap-login): Refactored out into own function, and
8608         implement CRAM-MD5.
8609         (nnimap-wait-for-line): Refactored out.
8610
8611         * mm-view.el (mml-smime): Require.
8612
8613 2010-12-20  David Engster  <deng@eml.cc>
8614
8615         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8616         use EPG to decrypt S/MIME messages instead of openssl.
8617
8618 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8619
8620         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8621
8622         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8623         status is the group clearly is unreachable.
8624
8625         * auth-source.el (auth-source-create): Add the optional second
8626         parameter to `local-variable-p' to be compatible with XEmacs.
8627
8628 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8629
8630         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8631         work when using a compressed nnml folder.
8632
8633 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8634
8635         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8636         backends after sanitising on entry, because this never makes sense:
8637         If the articles have gone missing, then the data no longer exists on
8638         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8639         overwrite anything anyway.
8640
8641         * shr.el (shr-insert-document): Bind shr-width dynamically to
8642         window-width if it's nil.
8643
8644 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8645
8646         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8647         with the meaning of using the full emacs window width for rendering.
8648
8649 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8650
8651         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8652         case when sender is not given.
8653
8654 2010-12-23  Julien Danjou  <julien@danjou.info>
8655
8656         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8657         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8658         the addresses, otherwise we might misplaced the gravatar.
8659
8660 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8661
8662         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8663         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8664         obsolete in Emacs.
8665
8666 2010-12-20  Julien Danjou  <julien@danjou.info>
8667
8668         * gnus-util.el (gnus-rescale-image): Revert last change.
8669
8670 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8671
8672         * binhex.el: Improve commentary (Bug#7482).
8673
8674 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8675
8676         * gnus-group.el (gnus-group-delete-articles): New command.
8677
8678 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8679
8680         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8681
8682 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8683
8684         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8685         here, since it's up to the backends to do CRLF removal if their
8686         protocol has it.
8687
8688         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8689
8690 2010-12-17  Julien Danjou  <julien@danjou.info>
8691
8692         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8693         they are from file.  Can also scale up.
8694
8695 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8696
8697         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8698         Restore gnus-use-agent.
8699         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8700
8701         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8702
8703 2010-12-17  Julien Danjou  <julien@danjou.info>
8704
8705         * gravatar.el (gravatar-retrieve-synchronously): New function.
8706         (gravatar-get-data): Make more robust.
8707
8708 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8711
8712 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8713
8714         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8715         to really consider the last line.
8716
8717 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8718
8719         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8720         list of recipient keys, or use symmetric encryption if not a list.
8721         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8722         EPA override, replacing the call to `netrc-store-data'.
8723
8724 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8725
8726         * gnus-srvr.el: Avoid passing nil regexp argument to
8727         delete-matching-lines.
8728
8729 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8730
8731         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8732         fetching stops when Gnus exits.
8733
8734         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8735         function.
8736         (nnfolder-request-expire-articles): Save all the buffers after doing
8737         expiry.
8738
8739         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8740         the last article", since that led to serious performance regressions
8741         when expiring nnml groups.
8742
8743 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8744
8745         * nnir.el: Improve customizations.
8746
8747 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8748
8749         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8750
8751         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8752         group has been killed.
8753         (gnus-group-yank-group): Ditto.
8754
8755         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8756
8757         * nnimap.el (nnimap-request-update-group-status): New function.
8758
8759         * gnus-int.el (gnus-request-update-group-status): New interface
8760         function.
8761
8762         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8763         copying read-ness to the backends.
8764
8765         * nnimap.el (nnimap-quirk): New function.
8766         (nnimap-retrieve-group-data-early): Use it.
8767         (nnimap-quirks): New alist.
8768
8769 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8772         don't delete it within indentation.
8773
8774 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8775
8776         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8777         previous line.
8778
8779 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8780
8781         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8782         QRESYNC command by deleting a superfluous space which broke Cyrus
8783         servers.  This change will break other servers that are buggy the other
8784         way around.
8785
8786 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8787
8788         * spam.el: Reindent and fix long lines.
8789         (spam-copy-or-move-routine): Exclude invalid move destinations.
8790
8791 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8792
8793         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8794         installed the registry.
8795
8796 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8799
8800 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8801
8802         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8803         groupname doesn't contain "gmane".
8804
8805 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8806
8807         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8808         and netrc-bound-and-true-p bindings.
8809         (netrc-parse): Cache the netrc contents.
8810
8811         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8812         (gnus-1): Don't create the nndrafts group twice.
8813         (gnus-setup-news): There's no need to read the active file here, since
8814         that's done again later on a per-backend basis.
8815         (gnus-start-draft-setup): Make sure that the new group is started out
8816         empty.
8817
8818         * gnus-agent.el (gnus-agentize): Don't create the queue group
8819         automatically on startup.  It'll be created later, if needed.
8820
8821         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8822         of automatically subscribed groups.
8823         (gnus-auto-subscribed-categories): New variable.
8824         (gnus-matches-options-n): Use it.
8825         (gnus-default-subscribed-newsgroups): Remove unused variable.
8826         (gnus-start-draft-setup): Message a bit less.
8827
8828 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8829
8830         * nnir.el (nnir-run-imap): Return article list in order of increasing
8831         UID.
8832
8833 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8834
8835         * gnus-sum.el (gnus-summary-enter-digest-group):
8836         Mention gnus-auto-select-on-ephemeral-exit.
8837
8838         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8839         convention of the network-only option.
8840
8841 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8842
8843         * proto-stream.el (proto-stream-open-network-only): New function to
8844         have a way to specify non-STARTTLS upgrade connections.
8845
8846 2010-12-10  Julien Danjou  <julien@danjou.info>
8847
8848         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8849         email address is nil.
8850
8851         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8852
8853 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8854
8855         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8856         deletion.
8857         (nnir-run-imap): Only need to parse list once.
8858
8859 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8860
8861         * shr.el (shr-tag-script): Ignore <script>.
8862         (shr-tag-label): Add <label> support.
8863
8864 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8867
8868         * shr.el (shr-image-displayer): Work for images lined side by side.
8869
8870 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8871
8872         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8873         parameter, since XEmacs doesn't accept t as a parameter.
8874
8875 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8876
8877         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8878         ids.
8879         (nnir-run-gmane): Simplify groupspec formatting.
8880         (nnir-request-expire-articles): New function.
8881
8882 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8883
8884         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8885         overflow, possibly.
8886
8887         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8888         (shr-render-td): Handle td style="" better.
8889         (shr-tag-table): Use the color from the style sheet.
8890         (shr-render-td): Make sure we copy over all the overlays, too.
8891
8892 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8893
8894         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8895         (nnir-request-article): Improve article retrieval.
8896
8897 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * mm-util.el (mm-extra-numeric-entities): New variable.
8900
8901         * mm-url.el (mm-url-decode-entities):
8902         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8903
8904         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8905
8906 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8907
8908         * message.el: Use completion-at-point.
8909         (message-completion-function): New fun, extracted from message-tab.
8910         (message-mode): Use it for completion-at-point-functions.
8911         (message-tab): Use it and completion-at-point.
8912
8913 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8916         character if a non-breakable character follows.
8917
8918 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8919
8920         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8921         any stream.
8922
8923         * shr.el (shr-tag-font): Colorize the region.
8924         (shr-tag-body): Ditto.
8925         (shr-tag-font): Actually let the styles be inherited instead of
8926         overwriting them.
8927         (shr-tag-font): Get the background color right.
8928         (shr-tag-style): Ignore all <style> tags for the moment.
8929
8930         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8931         a Message-ID to avoid having nnimap depend on gnus-sum.
8932
8933         * shr.el (shr-descend): Only colorize something if we have a node that
8934         sets colors.
8935
8936 2010-12-06  Julien Danjou  <julien@danjou.info>
8937
8938         * shr.el (shr-render-td): Render td content with shr-descend, so style
8939         will be applied to <td> too.
8940         (shr-colorize-region): Colorize region even if we only have a background.
8941         (shr-tag-body): Fix color and background color inheritance.
8942         Do not recolorize after shr-generic.
8943         (shr-tag-font): Let shr-generic colorize via inheritance.
8944
8945 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8948
8949 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8950
8951         * nnir.el (nnir-request-move-article): Remove obsolete code.
8952
8953 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8956
8957 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8958
8959         * gnus-sum.el (gnus-summary-respool-article): The completion function
8960         expects a list instead of an alist.
8961
8962         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8963         string as the parameter.
8964
8965         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8966
8967         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8968         styles.
8969         (shr-colorize-region): New function.
8970         (shr-insert-background-overlay): Remove.
8971         (shr-render-td): Background setting should be taken care of on a higher
8972         level.
8973         (shr-tag-body): Use post-hoc colorizations.
8974         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8975         (shr-put-color-1): Don't overwrite old colors.
8976         (shr-colorize-region): When the background color isn't explicit, use
8977         a fixed background.
8978
8979         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8980         nnmail variables.
8981
8982 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8983
8984         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8985         unless necessary.
8986
8987 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8988
8989         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8990         server.
8991
8992 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8993
8994         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8995         so that TAB works.
8996
8997         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8998         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8999
9000         * shr.el (shr-urlify): Show the URL before the title to avoid
9001         misleading URLs.
9002
9003 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9004
9005         * shr.el (shr-urlify): Display the title in <a> tags.
9006
9007 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9008
9009         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9010
9011 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9012
9013         * nnir.el: Rearrange code to allow macros to be autoloaded by
9014         gnus-sum.el.
9015         (nnir-retrieve-headers-override-function): Make this variable
9016         customizable.
9017         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9018
9019         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9020         from nnir.el.
9021
9022 2010-12-03  Julien Danjou  <julien@danjou.info>
9023
9024         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9025
9026 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9029         allow optional argument `environment'.
9030
9031 2010-12-03  Glenn Morris  <rgm@gnu.org>
9032
9033         * mm-extern.el (message-goto-body): Update declaration.
9034
9035 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * gnus-util.el (gnus-macroexpand-all): New function.
9038
9039         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9040         instead of macroexpand-all that is unavailable in XEmacs.
9041
9042 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9043
9044         * nnir.el (nnir-summary-line-format): New variable.
9045         (nnir-mode): Use it.
9046         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9047         (nnir-article-ids): Reimplement as defsubst.
9048         (nnir-retrieve-headers): Don't mangle the subject header.
9049         (nnir-run-imap): Use 100 as RSV score.
9050         (nnir-run-find-grep): Fix for full server searching.
9051         (nnir-run-gmane): Better restriction to gmane groups.
9052
9053         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9054         summary buffers.
9055
9056 2010-12-02  Julien Danjou  <julien@danjou.info>
9057
9058         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9059
9060         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9061
9062         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9063         support.
9064
9065 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9066
9067         * nnir.el: Update to handle the registry better.
9068         (autoload): Silence byte-compiler.
9069         (nnir-open-server): Add a hook for nnir groups.
9070         (nnir-request-move-article): Don't mangle the header.  Better to use
9071         formatting variables (which will be added in the future).
9072         (nnir-registry-action): Update the registry using the original article
9073         group name.
9074         (nnir-mode): Install nnir-specific hooks for updating the registry.
9075
9076         * gnus-sum.el
9077         (gnus-article-original-subject, gnus-newsgroup-original-name):
9078         Remove obsolete variables.
9079         (gnus-summary-move-article): Remove use of obsolete variables.
9080         (gnus-summary-local-variables): Make move and delete hooks local to
9081         summary buffers.
9082
9083 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9084
9085         * rtree.el: New file.
9086
9087 2010-12-01  Julien Danjou  <julien@danjou.info>
9088
9089         * message.el (message-user-organization): Do not use
9090         gnus-local-organization.
9091
9092         * gnus.el: Remove gnus-local-organization.
9093
9094         * gnus-msg.el: Remove nastygram thing.
9095
9096 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9097
9098         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9099         funcall.
9100
9101 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9104         names.
9105
9106         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9107         characters.
9108
9109         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9110         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9111         Suggested by Štěpán Němec <stepnem@gmail.com>.
9112         (gnus-gravatar-transform-address): Use mail-extract-address-components
9113         that supports non-ASCII names rather than mail-header-parse-addresses.
9114
9115 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9116
9117         * proto-stream.el (open-protocol-stream): All starttls connections are
9118         handled by the network handler.
9119
9120 2010-11-30  Julien Danjou  <julien@danjou.info>
9121
9122         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9123         (nnimap-open-connection-1): Fix PREAUTH.
9124
9125         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9126
9127 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9130         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9131         (shr-insert): Use them.
9132         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9133
9134 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9135
9136         * nnir.el (nnir-request-move-article): Bail out if original group
9137         doesn't support article moves.
9138         (nnir-get-active): Improve active list retrieval.
9139
9140 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9141
9142         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9143
9144 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9145
9146         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9147         seem to accept strings-with-numbers as port numbers.
9148
9149 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9150
9151         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9152         change the registry.
9153
9154 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9157         delete-dups that is not available in XEmacs 21.4.
9158
9159         * mm-util.el (mm-delete-duplicates): Add comment.
9160
9161 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9162
9163         * nnir.el (nnir-ignored-newsgroups): New variable.
9164         (nnir-get-active): Use it.
9165
9166 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9167
9168         * proto-stream.el (proto-stream-open-network): Add some comments.
9169
9170         * nntp.el (nntp-open-connection): Provide a :success condition.
9171
9172         * nnimap.el (nnimap-open-connection-1): Ditto.
9173
9174         * proto-stream.el (proto-stream-open-network): See what the response to
9175         the STARTTLS command is.
9176
9177         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9178         backwards compatibility).
9179         (nnimap-open-connection-1): Really respect nnimap-server-port.
9180
9181         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9182         TLS upgrades we don't really care about the identity of the peer.
9183         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9184         that what we've checked for.
9185         (proto-stream-always-use-starttls): Only default to t if
9186         open-gnutls-stream exists.
9187         (proto-stream-open-network): If STARTTLS failed, then just open a
9188         normal connection.
9189         (proto-stream-open-network): Wait until the greeting before doing
9190         STARTTLS.
9191
9192         * nntp.el (nntp-open-connection): Report what the connection error is.
9193
9194         * proto-stream.el (open-protocol-stream): Rename from
9195         open-proto-stream.
9196
9197 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9198
9199         * nnimap.el (nnimap-stream): Change default to `undecided'.
9200         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9201         first, and then network.
9202         (nnimap-open-connection-1): Respect nnimap-server-port.
9203         (nnimap-open-connection): Be more backwards-compatible.
9204
9205         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9206         (proto-stream-open-starttls): De-duplicate the starttls code.
9207         (proto-stream-open-starttls): Folded back into the main function.
9208         (proto-stream-open-network): Fix typo in the gnutls path.
9209         (proto-stream-command): Refactor out.
9210
9211         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9212
9213         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9214         starttls.el STARTTLS.
9215
9216         * color.el (color-lab->srgb): Fix function call name.
9217
9218         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9219         if we're using tls.el.
9220         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9221         built in, then don't try to establish a STARTTLS connection.
9222
9223         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9224         servers.
9225
9226         * proto-stream.el (open-proto-stream): Use network, not stream.
9227         (open-proto-stream): Add a way to specify what the end of a command is.
9228
9229         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9230         connections types.
9231         (nntp-open-network-stream): Remove.
9232         (nntp-open-ssl-stream): Remove.
9233         (nntp-open-tls-stream): Remove.
9234         (nntp-ssl-program): Remove.
9235
9236         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9237
9238 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9239
9240         * nnir.el: Fix typos.
9241         (nnir-retrieve-headers-override-function): Rename variable to reflect
9242         new semantics.
9243         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9244         macros.
9245         (nnir-request-article, nnir-request-move-article): Use them.
9246         (nnir-categorize): New function.
9247         (nnir-run-query): Use it.
9248         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9249         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9250         sorted.
9251         (nnir-group-full-name): Use gnus-group-full-name instead.
9252         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9253         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9254
9255 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9256
9257         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9258
9259         * proto-stream.el: New library to provide protocol-specific
9260         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9261         protocols.
9262         (open-proto-stream): Complete the documentation.
9263         (proto-stream-open-network): Fix some typos.
9264
9265         * nnimap.el (nnimap-open-connection): Use it.
9266
9267 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9268
9269         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9270         negotiation.
9271
9272 2010-11-26  Julien Danjou  <julien@danjou.info>
9273
9274         * color.el: Rename various rgb functions to srgb.
9275
9276 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9277
9278         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9279         names.
9280
9281 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * shr.el (shr-insert): Revert last change.
9284         (shr-find-fill-point): Never leave point being at bol;
9285         relax the kinsoku limitation when rendering tables.
9286
9287 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9288
9289         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9290         results from -accept-article.
9291
9292         * shr-color.el: Require cl when compiling.
9293
9294         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9295         checkin.
9296
9297         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9298
9299         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9300
9301         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9302         'add and 'delete to set backend marks.
9303
9304         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9305
9306         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9307
9308         * nntp.el (nntp-request-set-mark): Use it.
9309
9310         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9311
9312         * nnml.el (nnml-request-set-mark): Ditto.
9313
9314         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9315         introduces regressions in article selection.
9316         (nnimap-find-uid-response): New function.
9317         (nnimap-request-accept-article): Use the UID returned, if any.
9318         (nnimap-request-move-article): Use the UID returned, if any.
9319         (nnimap-get-groups): Reimplement to work with folded lines.
9320         (nnimap-find-uid-response): The UID is the last element in the list.
9321         (nnimap-request-set-mark): Extend syntax with 'set.
9322
9323         * nnml.el (nnml-request-set-mark): Ditto.
9324
9325         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9326
9327         * nntp.el (nntp-request-set-mark): Ditto.
9328
9329 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * message.el (message-called-interactively-p): A temporary macro.
9332         (message-goto-body): Use it temporarily.
9333
9334 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9335
9336         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9337         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9338         (nnimap-last-response-string): Fix last unfolding fix.
9339
9340 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * shr.el (shr-insert): Fix the way to fold lines.
9343
9344 2010-11-25  Julien Danjou  <julien@danjou.info>
9345
9346         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9347
9348         * color.el: Rename from color-lab.el
9349         (color-rgb->hex): Add.
9350         (color-complement): Add.
9351         (color-complement-hex): Add.
9352
9353         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9354
9355 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9356
9357         * shr-color.el (shr-color-visible): Don't bug out if the color names
9358         don't exist.
9359
9360 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9363         assuming that article displaying or another mml-preview may be
9364         interrupted for an error or for the like.
9365
9366         * shr.el (shr-get-background): Fix argument name.
9367
9368 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9369
9370         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9371
9372         * gnus-sum.el (gnus-summary-include-articles): New function.
9373
9374         * message.el (message-goto-body): called-interactively-p needs a
9375         parameter, so use `any'.
9376
9377         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9378         clear marks before moving, since they're synced from the Gnus side
9379         first.
9380
9381         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9382         (gnus-summary-move-article): Copy over all marks before moving, so that
9383         IMAP doesn't think a new article has arrived.
9384
9385 2010-11-24  Julien Danjou  <julien@danjou.info>
9386
9387         * shr.el (shr-insert-background-overlay): Fix typo.
9388         (shr-render-td): Copy the background before rendering.
9389
9390         * shr-color.el (shr-color-visible): Fix docstring.
9391
9392         * shr.el (shr-tag-table): Add bgcolor support.
9393         (shr-render-td): Add bgcolor support.
9394         (shr-get-background): Add.
9395         (shr-insert-foreground-overlay): Use shr-get-background.
9396
9397         * message.el (message-goto-body): Use called-interactively-p.
9398         (message-in-body-p): message-goto-body returns point.
9399
9400 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9401
9402         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9403         Fixes something or other in Emacs 23, and is backwards compatible.
9404
9405         * message.el (message-goto-body): Remove the <#secure special-casing,
9406         which is too special.
9407
9408         * shr.el (shr-parse-style): Drop !important from styles.
9409
9410 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9411
9412         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9413         this function to return incorrect results when calling it with an
9414         explicit article argument different from
9415         (gnus-summary-article-number).
9416
9417 2010-11-24  Julien Danjou  <julien@danjou.info>
9418
9419         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9420         (shr-tag-body): Add background support.
9421         (shr-descend): Add background support.
9422         (shr-tag-title): Add.
9423
9424         * shr-color.el (shr-color-visible): Really return original background
9425         if fixed.
9426
9427 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9428
9429         * shr.el (shr-color-check): Protect against non-existent color names.
9430
9431 2010-11-24  Julien Danjou  <julien@danjou.info>
9432
9433         * color-lab.el: Require 'cl when compiling.
9434
9435         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9436
9437         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9438         matched part.
9439
9440         * color-lab.el: Fix all expt calls to use float type.
9441
9442 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9445         expression to shr-color-check as is.
9446
9447         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9448
9449         * color-lab.el: Add coding cookie.
9450         (float-pi): Use eval-and-compile.
9451
9452         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9453         compiled for Emacsen having no `libxml-parse-html-region' support.
9454
9455 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9456
9457         * shr.el (shr-insert-color-overlay): Split stuff like
9458         "#444444 !important" to find the real color.
9459         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9460         parse <font color="red"> entries.
9461
9462 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9463
9464         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9465         point when parsing headers.
9466
9467         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9468         is positioned properly when parsing headers.
9469
9470 2010-11-23  Julien Danjou  <julien@danjou.info>
9471
9472         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9473
9474         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9475
9476         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9477
9478         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9479         Use shr-color-hue-to-rgb.
9480         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9481
9482 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9483
9484         * shr.el (shr-color->hexadecimal): Autoload.
9485         (shr-descend): Add color to all tags.
9486
9487 2010-11-22  Julien Danjou  <julien@danjou.info>
9488
9489         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9490         shr-color->hexadecimal.
9491
9492         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9493         RGB() or HSL() color representation.
9494
9495         * shr.el (shr-tag-font): Add.
9496         (shr-tag-color-check): New function to get better colors.
9497         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9498         tag-span.
9499
9500         * shr-color.el: New file.
9501
9502         * color-lab.el: New file.
9503
9504         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9505
9506 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9507
9508         * nnir.el: Fix typo in comments.
9509         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9510         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9511
9512 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9513
9514         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9515
9516         * nnimap.el (nnimap-get-capabilities): Refactor out.
9517         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9518
9519 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9520
9521         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9522         appearing when `mm-uu-hide-markers' is nil.
9523
9524 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9525
9526         * nnimap.el (nnimap-unselect-group): Make into its own function.
9527         (nnimap-request-rename-group): Unselect group before renaming.
9528         This had gotten lost somewhere.
9529         (nnimap-request-accept-article): Keep track of examined groups, and
9530         unselect the group before APPENDing to read-only groups.
9531         (nnimap-request-move-article): Clear flags before moving so that they
9532         can be re-set later.
9533
9534 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9537         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9538
9539 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-art.el (gnus-mime-display-single):
9542         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9543         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9544         parameter.
9545
9546 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9547
9548         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9549         (shr-table-vertical-line): New variable.
9550         (shr-insert-table): Use it.
9551
9552 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * gnus-html.el (gnus-html-wash-images): Don't display images if
9555         gnus-inhibit-images is non-nil; register displayer for cid images.
9556         (gnus-html-display-image): Work for cid image.
9557         (gnus-html-insert-image): Allow arguments.
9558         (gnus-html-put-image): Inhibit read-only.
9559         (gnus-html-prefetch-images): Don't prefetch images if
9560         gnus-inhibit-images is non-nil.
9561
9562 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9563
9564         * shr.el (shr-put-image): Break lines when inserting big pictures.
9565
9566 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9567
9568         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9569         sender, thanks Katsumi Yamaoka.
9570
9571 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9572
9573         * nnir.el (nnir-run-imap): Reverse the article list for each group
9574         rather than the whole list.
9575
9576 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * shr.el (shr-image-displayer): Protect function against non-existent
9579         image source.
9580
9581         * gnus-art.el (gnus-inhibit-images): New user option.
9582         (gnus-mime-display-single): Don't display image if it is non-nil.
9583
9584         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9585         gnus-inhibit-images.
9586
9587         * shr.el (shr-image-displayer): New function.
9588         (shr-tag-img): Use it.
9589
9590 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9591
9592         * mml2015.el (mml2015-epg-sign): Use From header.
9593
9594 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9595
9596         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9597
9598         * gnus-util.el (gnus-find-text-property-region): Return markers.
9599
9600         * shr.el (shr-tag-img): Put a displayer in the text property.
9601
9602         * gnus-util.el (gnus-find-text-property-region): New utility function.
9603
9604         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9605         (gnus-html-show-images): Remove.
9606
9607         * gnus-art.el (gnus-article-show-images): New, more general function.
9608
9609         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9610         image url text properties.
9611
9612         * shr.el: Ditto.
9613
9614         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9615         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9616
9617 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9620         work for two or more articles.
9621
9622 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9625         divide an image that's in an html article to two or more when washing
9626         non-ASCII characters in alt text of it.
9627
9628 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9631         smime-decrypt-region using function argument.
9632         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9633
9634         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9635
9636         * smime.el (smime-decrypt-region): Catch it.
9637
9638 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9639
9640         * smime.el (smime-mode-map): Move initialization into declaration.
9641         (gnus-run-mode-hooks): Don't autoload.
9642         (smime-mode): Use define-derived-mode.
9643
9644 2010-11-11  Glenn Morris  <rgm@gnu.org>
9645
9646         * smime.el (from): Restrict declaration to XEmacs.
9647
9648         * nnir.el (gnus-group-topic-name): Autoload.
9649
9650 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * shr.el (shr-insert): Don't break long line if it is because of
9653         kinsoku-bol characters in the line end.
9654
9655 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9656
9657         * nnir.el (nnir-request-move-article): Fix to provide original group
9658         and subject.
9659         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9660         been retrieved.
9661
9662         * gnus-sum.el (gnus-summary-move-article): Use original group and
9663         subject for virtual articles such as those in an nnir summary buffer.
9664
9665 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9668         least 21.5).
9669
9670         * smime.el (from): Declare it again for XEmacs.
9671
9672 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9673
9674         * message.el (message-resend): Don't disable encoding unless it's
9675         already encoded.
9676
9677         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9678         low-numbered articles.
9679
9680 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * rfc2047.el (rfc2047-syntax-table): Simplify.
9683
9684         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9685
9686         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9687         set-char-table-range for XEmacs.
9688
9689 2010-11-10  Glenn Morris  <rgm@gnu.org>
9690
9691         * time-date.el (time-to-seconds): Always an alias on Emacs,
9692         never a real function.
9693         (with-no-warnings): Remove compat stub, now unused.
9694         (time-less-p): Doc fix.
9695         (time-to-number-of-days): Simplify.
9696
9697         * smime.el (from): Remove unused declaration.
9698
9699         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9700         (gnus-float-time): On Emacs, always an alias.
9701
9702         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9703         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9704
9705 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * dgnushack.el: Don't use ignore-errors in the top level form since it
9708         is unavailable in XEmacs even if cl is loaded.
9709
9710         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9711
9712 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9713
9714         * shr.el (browse-url-mailto): Autoload.
9715
9716         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9717
9718         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9719         regexp doesn't need quoting.
9720
9721 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9722
9723         * message.el (message-subject-trailing-was-ask-regexp)
9724         (message-subject-trailing-was-regexp): Match was: in addition to was.
9725
9726 2010-11-09  Glenn Morris  <rgm@gnu.org>
9727
9728         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9729         (nnbabyl-check-mbox): Use point-at-bol.
9730
9731 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9732
9733         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9734
9735         * message.el (message-mailto): New function.
9736         (message-mailto): Should accept other parameters.
9737         (message-mailto): Remove since it duplicates browse-url-mailto
9738         functionality.
9739
9740 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9741
9742         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9743         methods.
9744         (gnus-read-active-file): Ditto.
9745
9746         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9747         ": " from the prompt.
9748         (gnus-group-make-group): Ditto.
9749
9750 2010-11-07  Glenn Morris  <rgm@gnu.org>
9751
9752         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9753         (gnus-bookmark-kill-line): Use point-at-eol.
9754
9755 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9758         asterisks in From header.
9759
9760 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9761
9762         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9763         string to avoid making the From headers syntactically invalid.
9764
9765         * message.el (message-send-mail): Don't insert courtesy messages if the
9766         message already has List-Post and List-ID messages.
9767
9768 2010-11-06  Glenn Morris  <rgm@gnu.org>
9769
9770         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9771         `condition', `type', `length' a prefix.
9772         (gnus-treat-predicate): Update for above name changes.
9773
9774 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9775
9776         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9777         binding.  Handled by `gnus-summary-refer-thread' instead.
9778         (nnir-warp-to-article): New backend function.
9779
9780         * nnimap.el (nnimap-request-thread): Force dependency updating.
9781
9782         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9783         (gnus-summary-refer-thread): Rework to improve thread-referral.
9784
9785         * gnus-int.el (gnus-warp-to-article): New function.
9786
9787         * gnus-sum.el (gnus-summary-article-map): Bind it.
9788
9789 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9790
9791         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9792         gnus-summary-refer-thread.
9793
9794         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9795         headers.
9796         (gnus-summary-limit-include-thread): Prevent articles in thread from
9797         being cut in gnus-cut-threads.
9798         (gnus-summary-refer-thread): Limit retrieved headers to those in
9799         thread.
9800
9801 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9802
9803         * message.el (message-send-mail): Use the value of
9804         message-courtesy-message from the message buffer.
9805
9806         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9807
9808         * shr.el (shr-browse-url): Implement mailto: URLs.
9809
9810         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9811         "raw".
9812
9813         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9814         if it's already selected.
9815
9816         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9817
9818 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9821         to measure the length and truncate alt text.
9822
9823 2010-11-03  Glenn Morris  <rgm@gnu.org>
9824
9825         * nndiary.el (nndiary-generate-nov-databases-1)
9826         (nndiary-generate-active-info): Rename dynamic variable `files' to
9827         something less generic.
9828
9829 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9830
9831         * nnir.el (nnir-request-move-article): Call the underlying backend to
9832         move articles from nnir.
9833
9834 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9835
9836         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9837
9838 2010-11-02  Julien Danjou  <julien@danjou.info>
9839
9840         * nnir.el: Remove wais support.
9841
9842 2010-11-02  Glenn Morris  <rgm@gnu.org>
9843
9844         * gnus-html.el: Reorder requirements to quieten compiler.
9845
9846 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9849         properly for XEmacs as well.
9850         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9851         (gnus-article-natural-long-line-p): Use window-width rather than
9852         frame-width.
9853
9854 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9855
9856         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9857         (nnir-read-parms): Don't modify query.
9858         (nnir-run-query): Add ability to search topic on current line.
9859         (nnir-get-active): Clean up.
9860
9861 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9862
9863         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9864         degenerate articles.
9865
9866         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9867         (gnus-print-buffer): Just print the buffer as is, without any copying
9868         to a buffer and then re-highlighting.
9869
9870         * nnimap.el (nnimap-request-group): Store the new updated info.
9871         (nnimap-request-group): Select the group when we don't know whether it
9872         exists or not.
9873
9874         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9875         groups.
9876
9877         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9878         groups.
9879
9880         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9881         groups.
9882
9883         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9884         long-lines case by only filling the long lines.
9885
9886         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9887         (bug#7311).
9888
9889 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * shr.el: No need to declare `declare-function' since shr.el is for
9892         only Emacsen that provide `libxml-parse-html-region'.
9893
9894         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9895         effective only in a file it is referred to.
9896
9897 2010-11-01  Glenn Morris  <rgm@gnu.org>
9898
9899         * mm-util.el (gnus-completing-read): Autoload.
9900         (mm-read-coding-system): Simplify Emacs definition.
9901
9902         * nnmail.el (gnus-activate-group):
9903         * nnimap.el (gnutls-negotiate):
9904         * nntp.el (netrc-parse): Fix declarations.
9905
9906 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9909         string-match-p in Emacs >=23.
9910
9911         * gnus-msg.el (gnus-configure-posting-styles):
9912         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9913
9914 2010-11-01  Glenn Morris  <rgm@gnu.org>
9915
9916         * nnir.el (declare-function): Add compat stub.
9917         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9918         (nnir-run-gmane): Require 'mm-url.
9919
9920         * mm-util.el (mm-string-to-multibyte): Simplify.
9921
9922         * shr.el (declare-function): Add compat stub.
9923         (url-cache-create-filename): Declare.
9924         (mm-disable-multibyte, widget-convert-button): Autoload.
9925
9926         * smime.el (ldap-search): Declare.
9927         (smime-cert-by-ldap-1): Require ldap on Emacs.
9928
9929         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9930         (nnimap-keepalive): Use gnus-float-time.
9931
9932         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9933         (mail-source-delete-crash-box): Use gnus-float-time.
9934
9935         * gnus-dired.el (gnus-completing-read): Autoload.
9936
9937         * mm-view.el (gnus-rescale-image): Autoload.
9938
9939         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9940
9941         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9942
9943         * sieve-manage.el: Require 'cl when compiling.
9944
9945         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9946         (gnus-iswitchb-completing-read): Require iswitchb.
9947         (gnus-select-frame-set-input-focus): Silence compiler.
9948
9949 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9950
9951         * message.el (message-subject-trailing-was-query): Change default to t,
9952         since I think that's what most people want.
9953
9954         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9955         appending for easier debugging.
9956         (nnimap-wait-for-connection): Take a regexp.
9957         (nnimap-request-accept-article): Wait for the continuation line before
9958         sending anything unless we're streaming.
9959
9960         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9961         leave the header washing to take place.
9962
9963 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9964
9965         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9966         regular expression match and replace in posting styles.
9967
9968 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9969
9970         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9971         an entire server.
9972         (nnir-get-active): New function.
9973         (nnir-run-imap): Use it.
9974         (nnir-run-gmane): Who knew, gmane search returns an article score!
9975
9976         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9977         server on the current line with nnir.
9978
9979 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9980
9981         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9982         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9983         left edge.
9984         (gnus-article-foldable-buffer): Skip past the prefix when determining
9985         raggedness.
9986
9987         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9988         the raw article, and change `C-u g' to show the article without doing
9989         treatments.
9990
9991         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9992         on to `gnus-treat-article'.
9993         (gnus-inhibit-article-treatments): New variable.
9994
9995         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9996
9997         * gnus-art.el (gnus-treatment-function-alist): Have
9998         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9999         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10000         sections.
10001
10002         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10003         parameter.
10004         (gnus-article-fill-cited-long-lines): New function.
10005         (gnus-article-fill-cited-article): Allow filling only long sections.
10006
10007         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10008         and non-punctuation (like after the apostrophe in "'We").
10009
10010         * gnus-sum.el (gnus-summary-select-article): Make sure
10011         gnus-original-article-buffer is alive.
10012
10013         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10014         reflect the order they're in in the digest.
10015
10016         * gnus.el (gnus-group-startup-message): Move point to the start of the
10017         buffer.
10018
10019         * nnimap.el (nnimap-capability): New function.
10020         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10021         is set.
10022
10023 2010-10-31  David Engster  <dengste@eml.cc>
10024
10025         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10026         conform with changes to gnus-completing-read.
10027
10028 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10029
10030         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10031
10032 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10033
10034         * nnir.el: Move defvar, defcustom around to keep file organized
10035         and keep byte-compiler quiet.
10036         (nnir-read-parms): Accept search-engine as arg.
10037         (nnir-run-query): Pass search-engine as arg.
10038         (nnir-search-engine): Remove.
10039
10040 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10041
10042         * shr.el (shr-generic): The text nodes should be text, not :text.
10043
10044         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10045         later in the file.
10046
10047 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10048
10049         * nnir.el: General clean up.  Allow searching with multiple engines.
10050         Allow separate extra-parameters for each engine.
10051         Batch queries when possible.
10052         (nnir-imap-default-search-key, nnir-method-default-engines):
10053         Add customize interface.
10054         (nnir-run-gmane): New engine.
10055         (nnir-engines): Use it.  Qualify all prompts with engine name.
10056         (nnir-search-engine): Remove global variable.
10057         (nnir-run-hyrex): Restore for now.
10058         (nnir-extra-parms, nnir-search-history): New variables.
10059         (gnus-group-make-nnir-group): Use them.
10060         (nnir-group-server): Remove in favor of gnus-group-server.
10061         (nnir-request-group): Avoid searching twice.
10062         (nnir-sort-groups-by-server): New function.
10063
10064 2010-10-30  Julien Danjou  <julien@danjou.info>
10065
10066         * gnus-group.el: Remove gnus-group-fetch-control.
10067
10068         * gnus-start.el (gnus-find-new-newsgroups):
10069         Remove gnus-check-first-time-used.
10070
10071         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10072
10073 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10074
10075         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10076         set on groups that don't have \* permanentflags.
10077
10078 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10079
10080         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10081         control the background color.
10082         (shr-tag-img): Ignore very small web bug type images.
10083         (shr-put-image): Add help-echo alt texts to the images.
10084         (shr-tag-video): Show the video poster image.
10085
10086 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10087
10088         * shr.el (shr-table-depth): New variable.
10089         (shr-tag-table-1): Only insert the images after the top-level table.
10090
10091         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10092
10093         * gnus-util.el (gnus-list-memq-of-list): New function.
10094
10095         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10096         selected.
10097         (nnimap-unsplittable-articles): New slot.
10098         (nnimap-new-articles): Use it.
10099
10100 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10101
10102         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10103         move to the previous line on `M-g'.
10104
10105 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10106
10107         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10108         *-request-group, which seems unnecessary.
10109
10110         * nnimap.el (nnimap-quote-specials): Function copied over from
10111         imap.el.
10112         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10113         they support that.  Suggested by Tom Regner.
10114
10115 2010-10-29  Julien Danjou  <julien@danjou.info>
10116
10117         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10118         defalias.
10119         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10120
10121         * gnus.el: Remove `gnus-nntp-service' variable.
10122         (gnus-secondary-servers): Make obsolete.
10123         (gnus-nntp-server): Make obsolete.
10124
10125         * gnus-start.el (gnus-1): Remove x-splash calls.
10126
10127         * gnus-ems.el (gnus-x-splash): Remove.
10128
10129         * gnus.el (gnus-group-startup-message): Simplify/update code.
10130
10131         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10132         definition.
10133
10134         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10135         capability before doing anything.
10136         (gnus-group-insert-group-line): Remove useless
10137         gnus-group-remove-excess-properties.
10138
10139 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10142
10143 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10144
10145         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10146         config after reselecting.
10147
10148 2010-10-28  Julien Danjou  <julien@danjou.info>
10149
10150         * shr.el (shr-put-image): Use point even if only inserting text.
10151         (shr-put-image): Save excursion when inserting alt text on non-graphic
10152         display, so the behavior is the same when we are on a graphic display.
10153
10154         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10155
10156 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10159         (gnus-mime-copy-part): Check coding system, not charset.
10160         (gnus-mime-view-part-externally): Never remove part.
10161         (gnus-mime-view-part-internally): Don't remove part here.
10162         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10163         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10164         multipart/alternative.
10165
10166         * mm-decode.el (mm-display-part): Take optional arg `force'.
10167
10168 2010-10-26  Julien Danjou  <julien@danjou.info>
10169
10170         * gnus-group.el (gnus-group-default-list-level): Add this function to
10171         compute the default list level.
10172         (gnus-group-default-list-level): Add possibility to use a function.
10173
10174 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10177
10178         * gnus-group.el (gnus-group-completing-read)
10179         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10180         gnus-replace-in-string.
10181
10182 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10183
10184         * shr.el (shr-tag-div): Add.
10185
10186         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10187
10188 2010-10-25  Julien Danjou  <julien@danjou.info>
10189
10190         * gnus-util.el: Remove `gnus-with-local-quit'.
10191
10192         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10193
10194 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10195
10196         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10197         the original article buffer.
10198
10199 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10200
10201         * nnimap.el (nnimap-request-head): New function.
10202         (nnimap-request-move-article): Try to be slightly faster by not
10203         requesting the entire message when moving.
10204         (nnimap-transform-headers): Don't bug out on bodiless articles.
10205         (nnimap-send-command): Have no outstanding messages if the IMAP server
10206         doesn't support streaming.
10207         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10208
10209 2010-10-24  Julien Danjou  <julien@danjou.info>
10210
10211         * message.el (message-default-headers): Fix type.
10212
10213 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10214
10215         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10216         prefetching images.
10217
10218         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10219         backend for unknown groups.  This is mainly useful for nnimap groups.
10220
10221         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10222         group isn't covered by the agent.
10223
10224 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10225
10226         * nnir.el (nnir-method-default-engines): New variable.
10227         (nnir-run-query): Use it.
10228         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10229         (gnus-summary-nnir-goto-thread): Change group if needed.
10230
10231         * gnus-group.el (gnus-group-group-map): Add key binding for
10232         gnus-group-make-nnir-group.
10233
10234 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10235
10236         * shr.el (shr-tag-object): Add.
10237
10238         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10239         original article buffer live.
10240         (gnus-summary-select-article-buffer):
10241         Mention gnus-widen-article-buffer.
10242
10243 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10244
10245         * shr.el (shr-tag-strong): Add.
10246
10247 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10248
10249         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10250         group names.  They mess up the group buffer badly.
10251
10252         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10253
10254         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10255         instead of the summary one.
10256
10257 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * mml.el (mml-preview): Work properly when editing article.
10260
10261         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10262         gnus-have-read-active-file if it's already been in.
10263
10264 2010-10-22  Tom Tromey  <tromey@redhat.com>
10265
10266         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10267         gnus-group-completing-read.
10268
10269 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10270
10271         * message.el (message-mode-map): Don't bind M-; to comment region, to
10272         allow the global comment-dwim to work.
10273
10274 2010-10-21  Julien Danjou  <julien@danjou.info>
10275
10276         * message.el (message-setup-1): Allow message-default-headers to be a
10277         function.
10278
10279 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * shr.el (shr-tag-table): Simplify.
10282
10283 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10284
10285         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10286         to avoid trying to snarf invalid stuff.
10287
10288         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10289
10290         * gnus.el (gnus-message-archive-group): Quote value.
10291         (gnus-message-archive-group): Mark as changed.
10292
10293         * shr.el (shr-add-font): Don't put the font properties on the newline
10294         or the indentation.
10295
10296         * message.el (message-fix-before-sending): Change options when sending
10297         non-printable characters.
10298
10299         * gnus.el (gnus-message-archive-method): Change the default to
10300         monthly outgoing groups.
10301
10302         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10303         that have gotten new numbers.
10304
10305         * nnimap.el (nnimap-request-replace-article): New function.
10306
10307 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10308
10309         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10310         (nnrss-request-article): Don't use special html washing code.
10311
10312 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * shr.el (shr-tag-table): Remove useless nconc.
10315
10316 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10317
10318         * gnus-art.el (article-wash-html): Simplify and remove the charset
10319         stuff.  Use the normal html rendering code instead of the special html
10320         washing code.
10321
10322         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10323         `gnus-w3m' symbols.
10324         (mm-text-html-washer-alist): Remove.
10325
10326         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10327         (mm-inline-media-tests): Remove use.
10328         (mm-text-html-renderer): Change default to the `shr' symbol.
10329
10330         * mm-view.el (mm-inline-text-html): Remove use.
10331
10332         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10333         `gnus-blocked-images' to be a function.
10334         (gnus-article-wash-function): Remove.
10335
10336 2010-10-20  Julien Danjou  <julien@danjou.info>
10337
10338         * spam.el (spam-list-of-processors): Mark as obsolete.
10339
10340         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10341         (nnimap-insert-partial-structure): Fix boundary detection.
10342
10343 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10344
10345         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10346         run file-truename on remote files.  This can be expensive and even
10347         prevent one from editing drafts if some unrelated buffer has a stale
10348         connection.
10349
10350 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10353         kinsoku-eol regardless of shr-kinsoku-shorten.
10354         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10355         (shr-tag-table): Support caption, thead, and tfoot.
10356
10357 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10358
10359         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10360         lines.
10361         (shr-save-contents): New command and keystroke.
10362
10363         * nndoc.el (nndoc-type-alist): Add git support.
10364         (nndoc-git-type-p): New function.
10365         (nndoc-transform-git-article): Ditto.
10366         (nndoc-transform-git-headers): Ditto.
10367         (nndoc-transform-git-headers): Generate Subject headers.
10368
10369         * shr.el (shr-parse-style): New function.
10370         (shr-tag-span): Ditto.
10371
10372         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10373         to `G G' to avoid collisions.
10374
10375 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10376
10377         * shr.el: Load kinsoku if necessary.
10378         (shr-kinsoku-shorten): New internal variable.
10379         (shr-find-fill-point): Make kinsoku shorten text line if
10380         shr-kinsoku-shorten is bound to non-nil.
10381         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10382         shr-indentation too when testing if table is wider than frame width.
10383         (shr-insert-table): Use `string-width' instead of `length' to measure
10384         text width.
10385         (shr-insert-table-ruler): Make sure indentation is done at bol.
10386
10387 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10388
10389         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10390         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10391         undecoded network data.
10392
10393 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10394
10395         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10396         name in the mode line spec so that the mode line menu works
10397         (bug#2431).
10398
10399         * message.el (message-get-reply-headers): If we're fed `to-address',
10400         then always use that.
10401
10402         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10403         aren't so wide as to need to switch off the edit menu.
10404
10405         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10406         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10407
10408         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10409         `M-g'.
10410         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10411         the permanent marks.
10412
10413 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10414
10415         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10416         Splitting according to references/in-reply-to obeys the ignore-groups
10417         variable, while splitting by sender and subject do not.
10418
10419 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10420
10421         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10422         alist, so that we can look for non-Unicode chars.
10423         (article-translate-strings): Allow both character and string maps.
10424
10425 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * shr.el (shr-insert): Don't insert space behind a wide character
10428         categorized as kinsoku-bol, or between characters both categorized as
10429         nospace.
10430
10431 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10432
10433         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10434         headers to gnus-newsgroup-headers.
10435
10436 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10437
10438         * shr.el (shr-tag-img): Don't align images -- since we're not
10439         rescaling, this often leads to ugly displays.
10440
10441 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10442
10443         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10444         duplicates.
10445
10446 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10447
10448         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10449         call.
10450
10451 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10452
10453         * gnus.el: Autoload gnus-html-show-images.
10454
10455         * nnimap.el: Use nnheader-message throughout.
10456
10457         * shr.el (shr-tag-img): Ignore images with no data.
10458
10459 2010-10-15  Julien Danjou  <julien@danjou.info>
10460
10461         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10462         a possibility to disable format=flow encoding when using hard newlines.
10463
10464 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * shr.el (shr-insert): Remove space inserted before or after a
10467         breakable character or at the beginning or the end of a line.
10468         (shr-find-fill-point): Do kinsoku; find the second best point or give
10469         it up if there's no breakable point.
10470
10471 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10472
10473         * nnimap.el (nnimap-open-connection): Message when opening connection
10474         for debugging purposes.
10475
10476         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10477         on every setup buffer call to allow this to change from article to
10478         article.
10479
10480         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10481         buffers where we have a wide table.
10482
10483 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10484
10485         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10486         uses *-request-thread.
10487
10488 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10489
10490         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10491         incantation, which is no longer valid.
10492
10493 2010-10-14  Julien Danjou  <julien@danjou.info>
10494
10495         * shr.el: Fix defcustom type (char -> character).
10496
10497 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10498
10499         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10500         programs.
10501
10502 2010-10-14  Julien Danjou  <julien@danjou.info>
10503
10504         * shr.el (shr-tag-a): Use url-link as widget type.
10505
10506         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10507         `gnus-group-get-icon'.
10508
10509 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10510
10511         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10512         This should make server editing work better.
10513
10514         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10515
10516         * tls.el (tls-program): Remove spurious %s from openssl.
10517
10518         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10519         (nnimap-parse-flags): Fix regexp.
10520
10521         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10522         probably work for CJVK text, too.
10523
10524         * nnimap.el (nnimap-extend-tls-programs): Remove.
10525         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10526
10527         * tls.el (tls-starttls-switches): Remove starttls hack.
10528         (open-tls-stream): Ditto.
10529         (tls-find-starttls-argument): Ditto.
10530
10531 2010-10-13  Julien Danjou  <julien@danjou.info>
10532
10533         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10534         responses.
10535
10536 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10537
10538         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10539
10540         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10541         anything in Emacs.
10542
10543         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10544
10545 2010-10-13  Julien Danjou  <julien@danjou.info>
10546
10547         * shr.el (shr-width): Make shr-width a defcustom with default to
10548         fill-column.
10549         (shr-tag-img): Use shr-width rather than fill-column.
10550
10551 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * dgnushack.el (byte-optimize-apply):
10554         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10555
10556         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10557         position when (X-)Faces exist.
10558         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10559         avatars when called interactively.
10560
10561 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10564         gnus-article-x-face-too-ugly is bound.
10565
10566 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10567
10568         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10569
10570         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10571         mailbox that doesn't exist.
10572
10573 2010-10-12  Julien Danjou  <julien@danjou.info>
10574
10575         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10576         (shr-get-image-data): Encode URL properly when fetching from cache.
10577         (shr-tag-img): Use aligned-to spaces to align correctly images.
10578
10579         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10580         before inserting the Gravatar.
10581
10582         * shr.el (shr-tag-img): Add align attribute support for <img>.
10583
10584 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10585
10586         * gnus-gravatar.el (gnus-art): Require.
10587
10588         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10589         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10590         Remove long obsoleted functions.
10591
10592 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10595
10596         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10597
10598         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10599         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10600         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10601         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10602         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10603         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10604         * sieve-manage.el, smime.el, spam.el:
10605         Fix comment for declare-function.
10606
10607 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10608
10609         * nnimap.el (nnimap-request-rename-group): Select group read-only
10610         before renaming it.
10611
10612         * shr.el (shr-insert): Fix up the white space only regexp.
10613
10614         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10615         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10616
10617         * shr.el (shr-current-column): New function.
10618         (shr-find-fill-point): New function.
10619
10620 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10621
10622         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10623         numbers.
10624
10625 2010-10-11  Julien Danjou  <julien@danjou.info>
10626
10627         * shr.el (shr-hr-line): Add.
10628         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10629         display hr lines.
10630         (shr-max-columns): Do not change state to nil if we just inserting
10631         spaces.
10632
10633 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10634
10635         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10636         select the last group.
10637
10638 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10639
10640         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10641
10642 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10643
10644         * dig.el (dig-mode-map): Declare and define in one step.
10645
10646 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10647
10648         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10649         for Gnus.
10650         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10651         (nnimap-update-qresync-info): Mark \Seen articles as read.
10652
10653         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10654         non-variable, too.
10655
10656         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10657         available.
10658         (nnimap-update-info): Rely more on the current active than the param
10659         active to avoid marking articles as read too much.
10660
10661         * auth-source.el (auth-source-create): Use (user-login-name) for the
10662         user name default.
10663
10664         * nnimap.el (nnimap-update-info): If the server doesn't return any
10665         useful info, just use the previous info.
10666         (nnimap-update-info): Prefer old info over start-article.
10667         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10668
10669 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10670
10671         * nnir.el (autoload): Clean up autoloads.
10672         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10673         Use key rather than value.
10674         (nnir-imap-search-other): New variable.
10675         (nnir-read-parm): Use it.
10676         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10677         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10678
10679 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10680
10681         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10682         the process, too.
10683
10684 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10685
10686         * spam.el (gnus-summary-mode-map): Bind to "$".
10687         Suggested by Russ Allbery.
10688
10689         * shr.el: Rework the way things are indented by <li> slightly.
10690
10691         * gnus.el (gnus-group-set-parameter): Fix typo.
10692
10693         * nnimap.el: Start implementing QRESYNC support.
10694
10695 2010-10-09  Julien Danjou  <julien@danjou.info>
10696
10697         * nnir.el (nnir-engines): Fix too many arguments.
10698
10699 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10700
10701         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10702         group is the "last", so that the backends like nnfolder actually save
10703         their folders.
10704
10705         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10706         try to use that for the tls stream.
10707         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10708         UIDVALIDITY and find out which groups are read-only and not.
10709         (nnimap-get-flags): Use the same marks parsing code as the rest of
10710         nnimap.
10711
10712 2010-10-09  Julien Danjou  <julien@danjou.info>
10713
10714         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10715
10716         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10717         retrieving gravatars.
10718
10719         * shr.el (shr-table-corner): Add.
10720         (shr-table-line): Add.
10721         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10722
10723 2010-10-08  Julien Danjou  <julien@danjou.info>
10724
10725         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10726
10727 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10728
10729         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10730
10731         * gnus-sum.el (gnus-mark-article-as-unread)
10732         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10733         (gnus-summary-set-bookmark): Use it.
10734
10735         * gnus-msg.el (gnus-setup-message): Use it.
10736
10737         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10738
10739         * gnus.el (gnus-group-remove-parameter): Use it.
10740
10741         * gnus-group.el (gnus-group-make-web-group): Use it.
10742
10743         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10744
10745         * nnregistry.el: Update docs to mention manual.
10746
10747         * gnus-registry.el: Update docs to mention nnregistry.el.
10748         (gnus-registry-initialize): Don't install nnregistry refer method
10749         automatically.
10750         (gnus-registry-install-nnregistry): Remove it.
10751
10752 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10753
10754         * shr.el (shr-insert): Don't insert double spaces.
10755
10756 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * gnus-gravatar.el (gnus-treat-from-gravatar)
10759         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10760         called interactively.
10761
10762         * gnus-art.el (gnus-mime-view-part-externally)
10763         (gnus-mime-view-part-internally): Make predicate function passed to
10764         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10765         of a mime type.
10766
10767         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10768
10769 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10770
10771         * shr.el (require): Require cl when compiling.
10772         (shr-tag-hr): New function.
10773
10774         * nnimap.el (nnimap-update-info): Remove double setting of high.
10775         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10776         This makes nnimap work properly on Courier again.
10777
10778         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10779         the variable for backwards compatibility.
10780
10781         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10782         the file name before using to avoid setting mm-default-directory to
10783         nil.
10784
10785         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10786         bidning gnus-agent variables.
10787
10788         * shr.el (shr-render-td): Use a cache for the table rendering function
10789         to avoid getting an exponential rendering behavior in nested tables.
10790         (shr-insert): Rework the line-breaking algorithm.
10791         (shr-insert): Don't leave trailing spaces.
10792         (shr-insert-table): Also insert empty TDs.
10793         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10794
10795 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10796
10797         * gnus-sum.el (gnus-number): Rename from `number'.
10798         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10799         (gnus-summary-limit-children): Update uses correspondingly.
10800
10801 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10804         (gnus-gravatar-transform-address): Don't show avatars of people of
10805         which mail addresses match gnus-gravatar-too-ugly.
10806
10807 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10808
10809         * shr.el (shr-table-widths): Expand TD elements to fill available
10810         space.
10811
10812 2010-10-07  Julien Danjou  <julien@danjou.info>
10813
10814         * nnimap.el (nnimap-request-rename-group): Add this method.
10815
10816 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10819         name from XEmacs' function-arglist.
10820
10821         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10822         gravatar under XEmacs.
10823
10824 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10825
10826         * auth-source.el: Update docs with TODO items.
10827
10828         * gnus-sync.el: Update docs to explain state and plans.
10829
10830         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10831         Hooks for mark updates.
10832         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10833
10834         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10835         hooks with arguments, which is needed for mark update hooks.
10836
10837 2010-10-06  Julien Danjou  <julien@danjou.info>
10838
10839         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10840         was matched.
10841
10842         * sieve-manage.el: Update example in `Commentary'.
10843
10844         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10845
10846         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10847         not 2000.
10848         (sieve-manage-authenticate): Re-add function.
10849
10850 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10851
10852         * shr.el (shr-insert): Get 'space transition right.
10853         (shr-render-td): Only delete space at the end of the TD.
10854
10855         * nnimap.el (nnimap-open-connection): Prepare to support
10856         open-gnutls-stream.
10857
10858         * shr.el: Rearrange function order to be more logical.
10859
10860 2010-10-06  Julien Danjou  <julien@danjou.info>
10861
10862         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10863         (nnrss-discover-feed): Remove 404 URL in docstring.
10864
10865         * nnir.el: Fix Swish-E URL.
10866         Fix Namazu URL.
10867
10868         * message.el (message-change-subject): Remove 404 URL in a comment.
10869
10870 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10873         called interactively.
10874
10875         * gnus-util.el (gnus-remove-if): Allow hash table.
10876         (gnus-remove-if-not): New function.
10877
10878         * gnus-art.el (gnus-mime-view-part-as-type):
10879         * gnus-score.el (gnus-summary-score-effect):
10880         * gnus-sum.el (gnus-read-move-group-name):
10881         Replace remove-if-not with gnus-remove-if-not.
10882
10883         * gnus-group.el (gnus-group-completing-read):
10884         Regard collection as a hash table if it is not a list.
10885
10886 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10887
10888         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10889
10890         * shr.el: Document the table-rendering algorithm.
10891
10892 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10895         for Emacsen having no `libxml-parse-html-region' support.
10896
10897 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10898
10899         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10900         invalid URLs.
10901
10902         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10903         line-broken.
10904         (shr-tag-img): Ignore image fetching errors.
10905         (shr-overlays-in-region): Compute overlay positions correctly.
10906
10907         * mm-decode.el (mm-shr): Require shr.
10908
10909         * gnus-art.el (gnus-blocked-images): Move variable here.
10910
10911         * shr.el (shr-insert-table): Bind free variable.
10912
10913         * mm-decode.el (mm-shr): Bind shr-content-function.
10914
10915         * shr.el (shr-content-function): New variable.
10916
10917         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10918         added for symmetry.
10919
10920         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10921
10922         * gnus-group.el (gnus-group-make-group): Doc fix.
10923
10924         * nnimap.el (nnimap-request-newgroups): Return success.
10925
10926         * shr.el (shr-find-elements): New function.
10927         (shr-tag-table): Put all the images after the table.
10928         (shr-tag-table): Really inhibit images inside the table.
10929         (shr-collect-overlays): Copy over overlays from the TD elements to the
10930         main document.
10931
10932         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10933         gnus-blocked-images.
10934
10935 2010-10-05  Julien Danjou  <julien@danjou.info>
10936
10937         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10938
10939         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10940         (gnus-html-maximum-image-size): Add this function.
10941         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10942
10943         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10944         server-value of the capability is nil.
10945
10946 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10947
10948         * shr.el (shr-tag-em): Add <EM> tag.
10949
10950 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10951
10952         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10953         customizable.
10954
10955         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10956         handing broken links to browse-url.
10957
10958 2010-10-05  Julien Danjou  <julien@danjou.info>
10959
10960         * gnus-util.el (gnus-emacs-completing-read)
10961         (gnus-iswitchb-completing-read): Use autoload rather than require.
10962
10963 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10966         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10967         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10968         iswitchb-temp-buflist for XEmacs.
10969
10970         * gnus-util.el (gnus-completing-read-function): Exclude
10971         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10972         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10973         XEmacs.
10974
10975         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10976         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10977
10978         * gnus-html.el: Don't require help-fns under XEmacs.
10979         (gnus-html-schedule-image-fetching): Work for XEmacs.
10980
10981         * mm-decode.el (mm-shr): Decode contents by charset.
10982
10983 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10984
10985         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10986         unknown.
10987
10988         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10989         (shr-get-image-data): Ensure against the cache file missing.
10990
10991         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10992         for data.
10993
10994         * spam-report.el (spam-report-url-ping-plain): Don't query about
10995         killing the process.
10996
10997         * shr.el (shr-render-td): Protect against too-wide text.
10998
10999 2010-10-04  Julien Danjou  <julien@danjou.info>
11000
11001         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11002         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11003
11004         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11005         retrieved.
11006
11007 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11008
11009         * shr.el (browse-url): Require.
11010         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11011         lines.
11012         (shr-show-alt-text, shr-browse-image): New commands.
11013         (shr-browse-url, shr-copy-url): New commands.
11014
11015         * gnus-sum.el (gnus-widen-article-window): New variable.
11016         (gnus-summary-select-article-buffer): Use it.
11017
11018         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11019         without @ signs.
11020
11021 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11022
11023         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11024
11025 2010-10-04  Julien Danjou  <julien@danjou.info>
11026
11027         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11028         for XEmacs.
11029
11030 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11031
11032         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11033
11034         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11035         (nnimap-close-server): Implement.
11036
11037         * dgnushack.el (iswitchb): Require to shut up the compiler.
11038
11039         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11040         (shr-insert): Tweak line breaking.
11041         (shr-insert): Handle <pre> better.
11042         (shr-tag-li): Get <li> indentation right.
11043         (shr-tag-li): Get <li> indentation even righter.
11044         (shr-tag-blockquote): Ensure paragraph start.
11045         (shr-make-table): Tweak table generation.
11046         (shr-make-table): Fix typo.
11047
11048         * shr.el: Implement table rendering.
11049
11050 2010-10-04  Julien Danjou  <julien@danjou.info>
11051
11052         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11053
11054 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11055
11056         * shr.el (shr-insert): Use string anchors instead of line anchors.
11057
11058 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11059
11060         * shr.el: Add headings.
11061         (shr-ensure-paragraph): Actually work.
11062         (shr-tag-li): Make <ul> prettier.
11063         (shr-insert): Get white space at the beginning/end of elements right.
11064         (shr-tag-p): Collapse subsequent <p>s.
11065         (shr-ensure-paragraph): Don't insert double line feeds after blank
11066         lines.
11067         (shr-insert): \t is also space.
11068         (shr-tag-s): Fix "s" tag name function.
11069         (shr-tag-s): Fix face prop name.
11070
11071 2010-10-03  Julien Danjou  <julien@danjou.info>
11072
11073         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11074
11075         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11076         gnus-window-inside-pixel-edges.
11077
11078         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11079         gnus-ems.
11080
11081         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11082
11083         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11084         function.
11085
11086         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11087         resize choice.
11088
11089 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11090
11091         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11092         beginning of the buffer.
11093
11094         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11095         article buffer again.
11096
11097         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11098
11099         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11100         when it's at the start of the buffer.
11101
11102         * shr.el (shr-tag-blockquote): Convert name.
11103         (shr-rescale-image): Use the right image-size variant.
11104
11105         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11106         buffer isn't shown, then select the current article first instead of
11107         bugging out.
11108         (gnus-summary-select-article-buffer): Show both the article and summary
11109         buffers again.
11110
11111         * shr.el (shr-fontize-cont): Protect against regions with no text.
11112         Rename tag functions to shr-tag-* for enhanced security.
11113         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11114
11115 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11116
11117         * shr.el (shr-insert):
11118         * pop3.el (pop3-movemail):
11119         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11120         loaded.
11121
11122 2010-10-03  Glenn Morris  <rgm@gnu.org>
11123
11124         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11125
11126         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11127
11128         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11129
11130         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11131
11132         * gnus-util.el (gnus-make-local-hook): Simplify.
11133
11134 2010-10-02  Julien Danjou  <julien@danjou.info>
11135
11136         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11137         (gnus-ido-completing-read): New function.
11138         (gnus-emacs-completing-read): New function.
11139         (gnus-completing-read): Use gnus-completing-read-function.
11140         Add gnus-completing-read-function.
11141
11142 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11143
11144         * shr.el (shr-insert-document): Autoload.
11145         (shr-img): Be silent.
11146         (shr-insert): Add a newline after every picture before text.
11147         (shr-add-font): Use overlays for combining faces.
11148         (shr-insert): Pass upwards the text start point.
11149
11150         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11151         possible.
11152         (mm-shr): New function.
11153
11154 2010-10-02  Julien Danjou  <julien@danjou.info>
11155
11156         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11157         should go backward.
11158
11159 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11160
11161         * shr.el (shr): Fix typo in provide call.
11162
11163 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11164
11165         * shr.el: New file.
11166
11167         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11168
11169         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11170         completing read.
11171
11172 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11173
11174         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11175         we're being queried about.  Suggested by Dan Jacobson.
11176
11177         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11178         Suggested by Jason Eisner.
11179
11180         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11181         table, too.  Suggested by Stefan Wiens.
11182         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11183         the table unnecessary.  Suggested by Stefan Wiens.
11184
11185         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11186         longer needed, and probably doesn't work either, as pointed out by
11187         Stefan Wiens.
11188         (gnus-summary-exit): Remove call to the clearing function.
11189         (gnus-summary-exit-no-update): Ditto.
11190
11191         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11192         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11193         Reported by Stefan Monnier.
11194         (gnus-summary-save-in-rmail): Ditto.
11195
11196         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11197         article buffer, instead of both the article buffer and the summary
11198         buffer.  Sort of suggested by Dan Jacobson.
11199
11200         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11201
11202         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11203         Suggested by Dan Jacobson.
11204
11205         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11206         documentation clearer.
11207
11208         * message.el (message-shorten-references): Comment on the number "21".
11209         Suggested by Stefan Monnier.
11210
11211         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11212         Suggested by Dan Jacobson.
11213
11214         * gnus.el (gnus-large-newsgroup):
11215         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11216
11217         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11218         externalize attachments.  Bug reported by Steve Wen.
11219
11220         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11221         really message anything to the user.
11222
11223         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11224         directly.
11225
11226         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11227         messages in empty groups.
11228
11229 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11230
11231         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11232         non-UIDNEXT group.
11233
11234 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11235
11236         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11237         not the value from the collection.
11238
11239         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11240         values.  This sometimes happens on some groups that have no info.
11241         (nnimap-request-newgroups): New function.
11242
11243 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11244
11245         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11246         check into `gnus-registry-initialize'.
11247         (gnus-registry-initialize): Ditto.
11248         Fix and extend header docs.
11249
11250 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11251
11252         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11253         regexp backtrace overflows.
11254
11255         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11256         for starttls that tls.el implements; i.e. openssl.
11257
11258         * tls.el (tls-starttls-switches): Give up on using starttls with
11259         gnutls-cli.
11260         (tls-program): Add --insecure to be consistent with the defaults from
11261         openssl s_client.  Now all three commands are insecure.
11262
11263 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * lpath.el: Bind completion-styles-alist for XEmacs.
11266
11267         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11268         (gravatar-create-image): New function that's an alias to
11269         gnus-xmas-create-image, gnus-create-image, or create-image.
11270         (gravatar-data->image): Use it.
11271
11272 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11273
11274         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11275         install the nnregistry refer method.
11276         (gnus-registry-install-hooks): Use it.
11277         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11278         unfollowed groups.
11279
11280 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11281
11282         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11283         expanding threads.
11284
11285 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11286
11287         * nnir.el: Use the server names without suffixes (bug#7009).
11288
11289         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11290         unencrypted to STARTTLS, if possible.
11291
11292 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11293
11294         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11295         headers before superseding.
11296
11297 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11298
11299         * nnrss.el (nnrss-use-local): Add documentation.
11300
11301         * nnimap.el (nnimap-extend-tls-programs): New function.
11302         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11303         (nnimap-wait-for-connection): Accept the greeting from the stupid
11304         output from openssl s_client -starttls, too.
11305
11306         * tls.el (tls-starttls-switches): New variable.
11307         (tls-find-starttls-argument): Use it.
11308         (open-tls-stream): Ditto.
11309
11310         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11311         (netrc-machine): Ditto.
11312
11313         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11314         article number.
11315         (nnimap-split-fancy): New variable.
11316         (nnimap-split-incoming-mail): Use it.
11317
11318         * nntp.el (nntp-server-list-active-group): Document.
11319
11320         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11321         SELECT to get the message-id.
11322
11323         * mail-source.el (mail-sources): Remove webmail support.
11324         (defvar): Ditto.
11325         (mail-source-fetcher-alist): Ditto.
11326         (mail-source-fetch-webmail): Remove.
11327
11328         * webmail.el: Remove -- doesn't seem relevant any more.
11329
11330         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11331
11332         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11333         the \r.
11334
11335 2010-09-30  Julien Danjou  <julien@danjou.info>
11336
11337         * gnus-agent.el (gnus-agent-add-group): Fix call to
11338         gnus-completing-read.
11339
11340 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11341
11342         * nndoc.el (nndoc-retrieve-groups): New function.
11343
11344         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11345         `default', use nnmail-split-methods.
11346         (nnimap-request-article): Downcase the NILs so that they are nil.
11347
11348         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11349         symbol.
11350
11351         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11352         code, since if the user has requested network, that's what they ought
11353         to get.
11354         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11355         (nnimap-split-rule): Mark as obsolete.
11356
11357         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11358         New variable.
11359
11360         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11361         correct slot, too.
11362
11363 2010-09-29  Julien Danjou  <julien@danjou.info>
11364
11365         * gnus.el (gnus-local-domain): Declare variable obsolete.
11366
11367         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11368         Fix history computing.
11369         (gnus-ido-completing-read): Require ido.
11370
11371 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11372
11373         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11374         build Gnus.
11375
11376         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11377         when interpreting the structures.
11378         (nnimap-request-accept-article): Add \r\n to the lines to make this
11379         work with Cyrus.
11380
11381         * nndraft.el (nndraft-request-expire-articles): Use the group name
11382         instead if "nndraft".  Fix found by Nils Ackermann.
11383
11384 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11385
11386         * nnregistry.el: Add.
11387
11388 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11389
11390         * nnmail.el (group, group-art-list, group-art):
11391         Remove unneeded directives.
11392
11393 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11396         (mm-mime-charset):
11397         * rfc2047.el (rfc2047-syntax-table):
11398         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11399
11400         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11401         rather than `insert-file-contents' and `eval-region'.
11402
11403         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11404         construction.
11405
11406         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11407
11408         * time-date.el: No need to require cl for Emacs 21.
11409
11410 2010-09-29  Julien Danjou  <julien@danjou.info>
11411
11412         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11413         replacement of `gnus-gravatar-relief' to mimic
11414         `gnus-faces-properties-alist'.
11415         Add :version property.
11416
11417 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * mail-source.el (mail-source-report-new-mail):
11420         * message.el (message-default-mail-headers):
11421         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11422
11423         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11424
11425 2010-09-28  Julien Danjou  <julien@danjou.info>
11426
11427         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11428         mail-address contains the same string as real-name.
11429
11430         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11431         non-blank in header, otherwise it'll get stripped.
11432
11433         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11434         real-name, and then for mail address rather than doing : or , search.
11435
11436 2010-09-27  Julien Danjou  <julien@danjou.info>
11437
11438         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11439         right completing-read function.
11440         (gnus-use-ido): New variable
11441         (gnus-completing-read-with-default): Remove.
11442         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11443         (gnus-agent-add-group):
11444         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11445         * mm-view.el (mm-view-pkcs7-decrypt):
11446         * mm-util.el (mm-codepage-setup):
11447         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11448         * mml-smime.el (mml-smime-openssl-sign-query):
11449         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11450         (mml-insert-multipart):
11451         * gnus-msg.el (gnus-summary-yank-message):
11452         * gnus-int.el (gnus-start-news-server):
11453         * mm-decode.el (mm-interactively-view-part):
11454         * gnus-dired.el (gnus-dired-attach):
11455         * gnus.el (gnus-read-method):
11456         * gnus-bookmark.el (gnus-bookmark-jump):
11457         * gnus-art.el (gnus-mime-view-part-as-type)
11458         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11459         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11460         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11461         * nnmairix.el (nnmairix-create-server-and-default-group)
11462         (nnmairix-update-groups, nnmairix-get-server)
11463         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11464         (nnmairix-get-group-from-file-path):
11465         * nnrss.el (nnrss-find-rss-via-syndic8):
11466         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11467         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11468         (gnus-group-browse-foreign-server):
11469         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11470         (gnus-summary-execute-command, gnus-summary-respool-article)
11471         (gnus-read-move-group-name):
11472         * gnus-score.el (gnus-summary-increase-score)
11473         (gnus-summary-score-effect):
11474         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11475
11476 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11479         x-focus-frame.
11480
11481         * nnimap.el (auth-source-forget-user-or-password)
11482         (auth-source-user-or-password): Autoload.
11483
11484         * message.el (message-from-style, message-interactive)
11485         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11486         (message-yank-prefix, message-indentation-spaces, message-signature)
11487         (message-signature-file): Add comment.
11488
11489 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11490
11491         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11492         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11493         new articles.
11494
11495         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11496         parts.
11497         (nnimap-request-article): Work with the t setting, too.
11498
11499         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11500         that you don't get flashes of other buffers.
11501         (gnus-summary-show-complete-article): Intern before setting.
11502
11503 2010-09-27  David Engster  <dengste@eml.cc>
11504
11505         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11506         well as HEADERS.
11507         (nnmairix-retrieve-headers): Provide new argument for the above.
11508
11509 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11510
11511         * gnus-sum.el (gnus-summary-move-article): Don't alter
11512         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11513         group.
11514
11515         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11516
11517         * message.el (message-cite-prefix-regexp): Revert my last edit.
11518
11519         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11520         variable instead of the Gnus variable.
11521
11522         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11523
11524         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11525
11526         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11527         since some servers don't like it.
11528         (nnimap-open-connection): Forget credentials if the server says the
11529         password was wrong.
11530         (nnimap-parse-line): Protect against invalid data.
11531
11532         * gnus-sum.el (gnus-summary-move-article): Add comment.
11533         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11534         nothing alters it while scanning for new messages.
11535
11536         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11537         which may or may not help.
11538         (nnimap-open-connection): If we're doing a stream connection, and then
11539         discover we're on a STARTTLS-capable server, then open a STARTTLS
11540         connection instead.
11541
11542 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11543
11544         * nnimap.el (utf7): Require.
11545
11546         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11547         prefix.
11548
11549 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11550
11551         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11552
11553 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11554
11555         * nnimap.el (nnimap-request-accept-article): Message the error on
11556         error.
11557
11558 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11561
11562 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11563
11564         * nndoc.el (nndoc-request-list): Return success always.
11565
11566         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11567         `fetch-old' -- we only want to fetch the articles we've requested.
11568         The rest are in the agent, probably.
11569         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11570         disappeared server" to something low.  It's not important.
11571
11572         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11573         arrived before the FETCH data.
11574
11575         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11576         target here, because we don't know the Gnus name of the group.
11577
11578         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11579         for the correct group.
11580
11581         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11582
11583         * gnus.el (gnus): Give a final warning after startup.
11584
11585         * gnus-util.el (gnus-action-message-log): New variable.
11586         (gnus-message): Use it.
11587         (gnus-final-warning): New function.
11588
11589         * nnimap.el (nnimap-open-connection): Record the greeting.
11590         (nnimap): Add greeting.
11591
11592 2010-09-26  Julien Danjou  <julien@danjou.info>
11593
11594         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11595         arguments.
11596         (gnus-html-wash-images): Fix spec computing to include start/end.
11597
11598         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11599
11600 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11601
11602         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11603         deletion.
11604         (nnimap-retrieve-headers): Don't select the group, because that's
11605         already done by nnimap-possibly-change-group.
11606
11607         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11608         (gnus-picon-transform-address): Use it.
11609
11610         * mail-source.el (mail-source-value): Revert previous patch.
11611
11612         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11613         on failure.
11614         (nnimap-open-connection): Look up both virtual and physical server name
11615         credentials.
11616
11617         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11618
11619 2009-02-07  Dave Love  <fx@gnu.org>
11620
11621         * tls.el (open-tls-stream): Don't query killing process.
11622
11623 2009-02-08  Dave Love  <fx@gnu.org>
11624
11625         * gnus-win.el (gnus-window-to-buffer-helper)
11626         (gnus-all-windows-visible-p): Function needn't be a symbol.
11627
11628         * mail-source.el (mail-source-value): Function needn't be a symbol.
11629
11630 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11631
11632         * message.el (message-cite-prefix-regexp): Remove } from the cite
11633         prefix.
11634
11635         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11636         highlight again, so that the highlight is correct.
11637
11638         * gnus-picon.el (gnus-picon): Remove again.
11639         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11640
11641         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11642         doing the header highlightling, so that the background color of the
11643         picon is correct.
11644
11645         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11646         (gnus-picon): Ditto.
11647         (gnus-picon): Reinstate.  The background color for picons is white.
11648         (gnus-picon-insert-glyph): Make the background white.
11649
11650         * nnml.el (nnml-open-nov): Don't return dead buffers.
11651
11652         * auth-source.el (auth-source-create): Query the user for whether to
11653         store the credentials.
11654
11655         * netrc.el (netrc-store-data): New function.
11656
11657         * auth-source.el (auth-source-user-or-password): Use the existing auth
11658         sources, if any, for creation.
11659
11660         * gnus.el (gnus-group-fast-parameter): Return the last matching
11661         parameter instead of the first matching parameter.
11662
11663 2010-09-26  Julien Danjou  <julien@danjou.info>
11664
11665         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11666
11667 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11668
11669         * mml2015.el (mml2015-use): Remove gpg support.
11670
11671         * mml1991.el (mml1991-function-alist): Remove gpg function.
11672         (mml1991-gpg-sign): Remove.
11673
11674 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11675
11676         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11677         (gnus-browse-unsubscribe-current-group): Document it.
11678         (gnus-browse-unsubscribe-group): Use it.
11679
11680 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11681
11682         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11683         address to the To list for easier response.
11684
11685         * gnus.el (gnus-play-startup-jingle): Remove.
11686         (gnus-splash): Don't play jingle.
11687         (gnus): Silence gnus-load message.
11688
11689         * gnus-art.el (gnus-treat-play-sounds): Remove.
11690
11691         * gnus.el (gnus-play-jingle): Remove audio support.
11692
11693         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11694
11695         * earcon.el: Remove -- no users.
11696
11697         * gnus-audio.el: Remove -- no users of this package.
11698
11699         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11700
11701         * gnus-start.el (gnus-setup-news): Remove nocem support.
11702
11703         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11704
11705         * gnus.el (gnus-use-nocem): Remove.
11706
11707         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11708         Remove.
11709
11710         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11711         uses NoCeM any more.
11712
11713         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11714         (gnus-button-ctan-handler): Ditto.
11715         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11716         (gnus-button-ctan-directory-regexp): Ditto.
11717         (gnus-button-handle-ctan): Ditto.
11718         (gnus-button-tex-level): Ditto.
11719         (gnus-button-alist): Remove CTAN stuff.
11720
11721 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11722
11723         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11724         nnimap-streaming test.
11725
11726         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11727         servers twice.
11728
11729         * nnimap.el (nnimap-open-connection): Add more error reporting when
11730         nnimap fails early.
11731
11732         * nnheader.el (nnheader-get-report-string): New function.
11733         (nnheader-get-report): Use it.
11734
11735         * gnus-int.el (gnus-check-server): Say what the error was when opening
11736         failed.
11737
11738         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11739         using streaming.
11740
11741 2010-09-25  Julien Danjou  <julien@danjou.info>
11742
11743         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11744         gnus-window-inside-pixel-edges.
11745
11746 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11747
11748         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11749
11750         * mm-decode.el (mm-save-part): Allow saving to other directories the
11751         normal Emacs way.
11752
11753         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11754         Suggested by Jay Berkenbilt.
11755
11756         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11757         there isn't a single byte.
11758
11759         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11760         just do it.  It doesn't really seem to matter what the user responds
11761         here, I think, so it's just a confusing question.
11762
11763         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11764         non-streaming case.
11765
11766         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11767         (gnus-article-encrypt-body): Use it.
11768
11769         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11770         keystroke.
11771
11772         * nnimap.el (nnimap-find-wanted-parts-1):
11773         Use gnus-fetch-partial-articles.
11774
11775         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11776
11777         * nnimap.el (nnimap-insert-partial-structure): New function.
11778         (nnimap-get-partial-article): New function.
11779         (nnimap-request-article): Use it.
11780         (nnimap-wait-for-response): Return whether the wait was successful.
11781         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11782         retrieval wasn't successful.
11783         (nnimap-retrieve-group-data-early): Allow throttling servers.
11784         (nnimap-streaming): New variable.
11785         (nnimap-fetch-partial-articles): Remove.
11786
11787         * mm-decode.el (mm-with-part): Protect against killed buffers.
11788
11789         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11790         for prettier summary display.
11791
11792 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11793
11794         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11795
11796 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11797
11798         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11799         apparently third-party libraries depend on it.
11800
11801         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11802         before starting negotiation.
11803
11804         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11805         privacy reasons.
11806         (gnus-treat-mail-gravatar): Ditto.
11807
11808         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11809         buffer when inserting images.  Inserting text into the headers, for
11810         instance, can make them invalid.
11811
11812 2010-09-25  Julien Danjou  <julien@danjou.info>
11813
11814         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11815         variables.
11816
11817         * nnheader.el: Remove useless variables news-reply-yank-from and
11818         news-reply-yank-message-id.
11819
11820         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11821         variables.
11822
11823         * mml1991.el: Remove useless mml1991-verbose.
11824
11825         * gnus.el: Remove useless variable gnus-use-generic-from.
11826         Remove obsolete variable gnus-topic-indentation.
11827
11828         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11829
11830         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11831
11832         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11833
11834         * gnus-group.el: Remove useless gnus-group-icon-cache.
11835         Remove useless gnus-ephemeral-group-server.
11836
11837         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11838
11839         * mml2015.el: Remove useless mml2015-verbose.
11840
11841         * mml-smime.el: Remove useless mml-smime-verbose.
11842
11843         * gnus.el: Remove useless gnus-local-domain.
11844
11845         * gnus-gravatar.el (gnus-gravatar-transform-address):
11846         Use gnus-gravatar-size.
11847
11848         * gnus-art.el: Remove useless gnus-treat-translate.
11849
11850 2010-09-24  Julien Danjou  <julien@danjou.info>
11851
11852         * gnus-sum.el: Add support for Gravatars.
11853
11854         * gnus-art.el: Add support for Gravatars.
11855
11856         * gnus-gravatar.el: Add this file.
11857
11858         * gravatar.el: Add this file.
11859
11860 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11861
11862         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11863
11864         * gnus-group.el (gnus-group-fetch-faq): Remove.
11865
11866         * gnus.el (gnus-group-faq-directory): Remove.
11867
11868         * gnus-group.el (gnus-group-fetch-charter): Remove.
11869
11870         * gnus.el (gnus-group-charter-alist): Remove.
11871
11872         * gnus-group.el (gnus-group-archive-directory): Remove.
11873         (gnus-group-recent-archive-directory): Ditto.
11874         (gnus-group-make-archive-group): Remove.
11875
11876         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11877
11878         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11879         use the same article number for all the cached articles.
11880
11881         * nnimap.el (nnimap-command): Register the last command time so
11882         that we can use it for idling NOOPs.
11883         (nnimap-open-connection): Start the keeplive timer.
11884         (nnimap-make-process-buffer): Store all the process buffers.
11885         (nnimap-keepalive): New function.
11886
11887         * starttls.el (starttls-open-stream): Add autoload cookie.
11888
11889 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11890
11891         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11892         handling.
11893
11894 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11895
11896         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11897         its data structures.
11898
11899         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11900         instead of the cl.el copy-list.
11901         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11902         equalp.
11903
11904 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11907         and tool-bar-local-item-from-menu.
11908
11909         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11910         mode-line-highlight face for Emacs.
11911
11912         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11913         loading gnus-sum.elc; fix comment for canlock-verify.
11914         (gnus-article-jump-to-part): Use read-number.
11915         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11916         Remove Emacs pre-21 compatible code for help-echo.
11917         (gnus-article-next-page-1): No need to adjust the number of lines.
11918         (gnus-article-describe-bindings): Always use help-buffer.
11919
11920         * gnus-audio.el (gnus-audio-inline-sound):
11921         * gnus-cus.el (gnus-custom-mode):
11922         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11923
11924         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11925
11926         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11927         compatible code.
11928
11929 2010-09-24  Glenn Morris  <rgm@gnu.org>
11930
11931         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11932         visiting the fcc file in rmail-mode.
11933
11934         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11935
11936 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * nnir.el: Silence the byte compiler.
11939
11940         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11941         alias to browse-url-url-encode-chars if any.
11942         (gnus-html-encode-url): Use it.
11943
11944 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11945
11946         * gnus-start.el (gnus-use-backend-marks): New variable.
11947         (gnus-get-unread-articles-in-group): Use it.
11948
11949         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11950         makeover.
11951
11952 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11953
11954         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11955
11956 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11957
11958         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11959         Remove.
11960         (gnus-setup-news-hook):
11961         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11962
11963         * gnus-int.el (gnus-request-update-info): Protect against backends not
11964         having the function.
11965
11966         * nnimap.el (nnimap-stream): Mention starttls.
11967         (nnimap-open-connection): Add starttls support.
11968
11969 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11970
11971         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11972
11973 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11974
11975         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11976         BODYSTRUCTUREs.
11977         (nnimap-transform-headers): Unfold quoted {42} headers.
11978
11979         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11980         the info.
11981         (gnus-get-unread-articles): Only call updatep on backends that support
11982         it.
11983
11984         * nnweb.el (nnweb-request-update-info): NOOP.
11985
11986         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11987
11988         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11989         since it only deals with marks.
11990
11991         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11992         gnus-request-marks, and make a new gnus-request-update-info.
11993
11994         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11995         the active instead of the high number, which is usually too low.
11996
11997 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11998
11999         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12000         * encrypt.el: Remove.
12001
12002 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12003
12004         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12005         server in symbolic form.
12006
12007         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12008
12009 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12010
12011         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12012         (nnimap-update-info): Fix up code slightly.
12013
12014         * gnus-int.el (gnus-open-server): Add tracing for performance
12015         debugging.
12016
12017         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12018         (gnus-group-insert-group-line): Pass the real group name so that it
12019         gets the right data.
12020
12021         * gnus-start.el (gnus-get-unread-articles): Don't have
12022         `gnus-get-unread-articles-in-group' update info, since that can be
12023         really slow and doesn't seem to be needed?
12024
12025 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12026
12027         * time-date.el (date-to-time): Try using parse-time-string first before
12028         using the slower timezone-make-date-arpa-standard.
12029
12030 2010-09-22  Julien Danjou  <julien@danjou.info>
12031
12032         * gnus-group.el (gnus-group-insert-group-line):
12033         Call gnus-group-highlight-line.
12034         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12035         default hook list.
12036         (gnus-group-update-eval-form): Add new function.
12037         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12038         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12039
12040 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12041
12042         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12043         immediate, then expire all articles.
12044         (nnimap-update-info): Fix off-by-one errors.
12045         (nnimap-flags-to-marks): Would return no marks lists for group with no
12046         flags.  Instead return the other data.
12047
12048 2010-09-22  Julien Danjou  <julien@danjou.info>
12049
12050         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12051         Only return an icon.
12052         (gnus-group-insert-group-line): Compute icon to return.
12053
12054         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12055         (gnus-html-image-fetched): Only cache if
12056         gnus-html-image-automatic-caching is set.
12057         (gnus-html-image-fetched): Check for errors.
12058
12059 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12060
12061         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12062         once per method on `g'.  This ensures that backends like nnfolder don't
12063         open all their folders.
12064
12065         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12066         (nnimap-request-list): Nix out group in the correct buffer.
12067         (nnimap-parse-flags): Implement by using `read' instead of
12068         hand-parsing.
12069         (nnimap-flags-to-marks): Pass on permanent-flags.
12070         (nnimap-make-process-buffer): Record the server name.
12071         (nnimap-parse-flags): Fix typo.
12072         (nnimap-request-scan): Run split on the server in general, not just a
12073         single group.
12074
12075         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12076         parameter, and propagate this downwards.
12077
12078         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12079         since EXAMINE changes it on the server.
12080
12081         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12082         this command might take a while.
12083
12084 2010-09-22  Julien Danjou  <julien@danjou.info>
12085
12086         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12087         harmful if you have 2 images side-by-side, they can't be properly
12088         update on text deletion.  Using text-property is safer here.
12089         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12090         data.
12091
12092 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12093
12094         * nnimap.el (nnimap-expunge-inbox): Remove.
12095         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12096         (nnimap-expunge): Flip default to t.
12097
12098         * gnus.el (gnus-method-to-server): Don't push things to the cache
12099         unless it's unique.
12100         (gnus-server-to-method): Ditto.
12101
12102 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12103
12104         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12105
12106 2010-09-22  Julien Danjou  <julien@danjou.info>
12107
12108         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12109         get the start of data.
12110         (gnus-html-encode-url): Add this function to encode special chars in
12111         URL.
12112         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12113         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12114
12115         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12116         default.
12117         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12118
12119         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12120         images alt-text.
12121         (gnus-html-put-image): Put alt-text as help-echo.
12122
12123 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12124
12125         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12126         * mm-util.el (mm-decompress-buffer):
12127         * nnir.el (nnir-run-find-grep):
12128         * pop3.el (pop3-list): Use 3rd arg of split-string.
12129
12130         * time-date.el (format-seconds): Comment fix.
12131
12132         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12133         and byte-optimize-form-code-walker.
12134         (dgnushack-make-auto-load): Don't advise make-autoload.
12135
12136         * lpath.el: Remove Emacs 21 stuff.
12137
12138 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12139
12140         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12141         outside the active range.  Suggested by Dan Christensen.
12142
12143         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12144         slightly later to avoid double-getting it.
12145
12146         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12147         previous patch.
12148
12149         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12150
12151 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12152
12153         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12154
12155 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12156
12157         * gnus-int.el (gnus-open-server): Give a better error message in the
12158         "go offline" case.
12159
12160         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12161         marks for nnimap, which is seldom the right thing to do.
12162
12163         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12164         (gnus-same-method-different-name): New function.
12165
12166         * nnimap.el (parse-time): Require.
12167
12168         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12169         method in the presence of many similar methods.
12170
12171         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12172
12173         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12174         nnml-inhibit-expiry.
12175
12176         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12177         find out whether methods are equal.
12178
12179         * nnimap.el (nnimap-find-expired-articles): New function.
12180         (nnimap-process-expiry-targets): New function.
12181         (nnimap-request-move-article): Request the article before looking at
12182         what the Message-ID is.  Fix found by Andrew Cohen.
12183         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12184
12185         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12186         for oldness in addition to being a predicate.
12187
12188         * nnimap.el (nnimap-request-group): When we have zero articles, return
12189         the right data to Gnus.
12190         (nnimap-request-expire-articles): Only delete articles immediately if
12191         the target is 'delete.
12192
12193         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12194         method, this would bug out.
12195
12196         * gnus-group.el (gnus-group-expunge-group): Rename from
12197         gnus-group-nnimap-expunge, and implemented as a normal interface
12198         function.
12199
12200         * gnus-int.el (gnus-request-expunge-group): New function.
12201
12202         * nnimap.el (nnimap-request-create-group): Implement.
12203         (nnimap-request-expunge-group): New function.
12204
12205 2010-09-21  Julien Danjou  <julien@danjou.info>
12206
12207         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12208         (gnus-html-cache-expired): Add new function.
12209         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12210         wethever we should display image for fetch it.
12211         Compute alt-text earlier to pass it to the fetching function too.
12212         (gnus-html-schedule-image-fetching): Change function argument to only
12213         get one image at a time, not a list.
12214         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12215         cache.
12216         (gnus-html-get-image-data): New function to retrieve image data from
12217         cache.
12218         (gnus-html-put-image): Change buffer argument to use image data rather
12219         than file, and place image above region rather than inserting a new
12220         one.  Do not take alt-text as argument, since it's useless now: we place
12221         the image above alt-text.
12222         (gnus-html-prune-cache): Remove.
12223         (gnus-html-show-images): Start to fetch image when we find one, do not
12224         push into a temporary list.
12225         (gnus-html-prefetch-images): Only fetch image if they have expired.
12226         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12227         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12228
12229 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12232
12233 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12234
12235         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12236         spec inser "*" if the group isn't active instead of 0.
12237
12238         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12239         opening the server.
12240         (nnimap-request-delete-group): Implement group deletion.
12241         (nnimap-transform-headers): Return the size of the entire message in
12242         the Bytes header, not just the size of the first part.
12243         (nnimap-request-move-article): When moving an article from nnimap,
12244         request the article first so the accepting form has an article to
12245         accept.  Reported by Dan Christensen.
12246         (nnimap-command): Make sure that the error message doesn't error out.
12247
12248 2010-09-20  David Edmondson  <dme@dme.org>
12249
12250         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12251         we haven't requested anything.
12252
12253 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12254
12255         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12256         "".  Fix found by Andrew Cohen.
12257
12258         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12259         instead of -encode-string.
12260
12261 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12264
12265         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12266         by mm-subst-char-in-string.
12267
12268 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12269
12270         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12271         waiting for the connection string.
12272
12273         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12274         arriving.
12275
12276         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12277         bogus characters.  This allows selecting certain Gmail groups.
12278
12279         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12280         (nnimap-fetch-partial-articles): New variable.
12281         (nnimap-open-connection): When looking for credentials, also use the
12282         nnimap-server-port.
12283         (nnimap-request-article): Return the group/article number, so that Gnus
12284         `^' works as expected.
12285         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12286
12287         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12288         comments.
12289         (gnus-methods-sloppily-equal): New function.
12290         (gnus): When using the development version of Gnus, load the gnus-load
12291         file.
12292
12293         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12294         `gnus-open-server' on each method before trying to scan them etc.
12295         This ensures that all the backend parameters are set correctly.
12296
12297         * nnimap.el (nnimap-authenticator): New variable.
12298         (nnimap-open-connection): Allow anonymous login.
12299         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12300         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12301
12302         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12303         patch, found by Knut Anders Hatlen.
12304
12305 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12306
12307         * gnus-agent.el (gnus-agent-batch-confirmation)
12308         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12309         to gnus-message.
12310         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12311         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12312         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12313         * gnus-int.el (gnus-open-server): Likewise.
12314         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12315         (gnus-score-check-syntax): Likewise.
12316         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12317         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12318         Likewise.
12319         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12320
12321 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12322
12323         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12324         calling conventions so that prefetch doesn't bug out.
12325
12326 2010-09-19  Julien Danjou  <julien@danjou.info>
12327
12328         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12329         rather than `subst-char-in-region' in order to be able to replace ASCII
12330         char by UTF-8 ones.
12331
12332         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12333         than curl.
12334         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12335         the right URL and ALT text on images.
12336         (gnus-html-wash-tags): Fix tag case.
12337         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12338         (gnus-article-html): Add -o display_ins_del=2 option.
12339         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12340
12341 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12342
12343         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12344         the extra mail headers, which sometimes seem to happen for unknown
12345         reasons.
12346
12347         * mail-parse.el (mail-header-encode-parameter): Define as
12348         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12349         (or most, perhaps?) mail readers don't understand the latter, but do
12350         understand the former.
12351
12352         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12353         to nil, so that no methods are automatically agentized.  I think this
12354         is probably what most users want.
12355
12356         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12357         from url-retrieve, for instance about invalid URLs.
12358
12359         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12360         groups that have no articles.
12361         (nnimap-request-article): Check that we really got an article when we
12362         requested one.
12363
12364         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12365         doesn't exist.
12366
12367         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12368         nntp buffer so the agent can save it.
12369         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12370         that CRLF doesn't get translated to \n.
12371         (nnimap-open-connection): Don't make 'shell commands only send \n.
12372
12373 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12374
12375         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12376         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12377         Update var name.
12378         (nnml-generate-nov-file): Use dolist.
12379         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12380         Use with-current-buffer.
12381
12382 2010-09-18  Julien Danjou  <julien@danjou.info>
12383
12384         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12385         parallel.
12386
12387 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12388
12389         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12390         the range update right.
12391         (nnimap-request-group): Don't make `M-g' bug out on group with no
12392         marks.
12393         (nnoo): Require, so that other packages can require nnimap.
12394         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12395         command we're looking for.  This helps when the server sends more
12396         responses after we've gotten everything we expected.
12397         (nnimap): Add a `newlinep' field to keep track of end-of-line
12398         conventions.
12399         Don't send CRLF to things that don't want it.
12400         (nnimap-request-accept-article): Ditto.
12401
12402 2010-09-18  Julien Danjou  <julien@danjou.info>
12403
12404         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12405         than curl to retrieve images.
12406
12407 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12408
12409         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12410         the marks.
12411         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12412         (nnimap-wait-for-connection): New function.
12413         (nnimap-open-connection): If we have PREAUTH, don't query for login
12414         credentials.
12415         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12416         when doing a partial update.
12417
12418 2010-09-18  Julien Danjou  <julien@danjou.info>
12419
12420         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12421         tags.
12422
12423 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12424
12425         * nnimap.el (nnimap-credentials): New function.
12426         (nnimap-open-connection): Use the new function to look for credentials
12427         also on the numeric equivalents of "imap" and "imaps".
12428
12429         * gnus-start.el (gnus-activate-group): Send the info to
12430         gnus-request-group.
12431
12432         * nnimap.el (nnimap-request-group): Have the "check" version of the
12433         function parse flags and update the info, so that a `M-g' get a total
12434         resync of all flags from the group.
12435
12436         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12437         to allow backends to alter the info on group selection.  Also alter all
12438         the backend -request-group functions to take the parameter.
12439
12440         * nnimap.el (nnimap-store-info): New function.
12441         (nnimap-update-info): Store the info for later usage.
12442         (nnimap-request-group): Use the stored info for the dont-check case, so
12443         that we don't retrieve all marks when we enter a group.
12444
12445         * nnimap.el: Use deffoo instead of defun for interface functions.
12446
12447         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12448         update the group info.  This makes the nndraft groups, for instance, go
12449         back to their old behavior.
12450
12451         * gnus-sum.el (gnus-select-newsgroup): Indent.
12452
12453         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12454         in.
12455         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12456         nothing.
12457
12458         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12459         from methods that are denied.
12460
12461         * gnus-int.el (gnus-method-denied-p): New function.
12462
12463         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12464         store the password instead of netrc.
12465         (nnimap-open-connection): Don't error out when we can't make a
12466         connections.
12467
12468         * auth-source.el (auth-source-create): In the password prompt, say what
12469         we're querying for.  Also prompt for user name if that hasn't been
12470         given.
12471
12472         * nnimap.el (nnimap-with-process-buffer): Remove.
12473
12474 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12475
12476         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12477         method when we're reading from the agent.
12478
12479         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12480
12481         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12482         that's probably most useful for users.
12483
12484         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12485         "failed" all the time.
12486
12487         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12488         ...)) with (with-current-buffer ... ).
12489
12490         * nntp.el (nntp-open-server): Return whether the open was successful or
12491         not.
12492
12493         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12494         select an unread unseen article first.
12495
12496         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12497         /etc/services, supply some sensible port defaults.
12498
12499         * dgnushack.el: Define netrc-credentials.
12500
12501 2010-09-17  Julien Danjou  <julien@danjou.info>
12502
12503         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12504
12505 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12506
12507         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12508         doesn't have any parameters.
12509
12510 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12511
12512         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12513         only upcased checks.
12514
12515         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12516
12517         * nnimap.el (nnimap-open-shell-stream): New function.
12518         (nnimap-open-connection): Use it.
12519         (nnimap-transform-headers): Get the number of lines in each message.
12520         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12521         number of lines.
12522         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12523         problem.
12524
12525         * utf7.el (utf7-encode): Autoload.
12526
12527         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12528         to allow the mail splitting to not return a default group.  This is
12529         useful for nnimap, which will leave unmatched mail in the inbox.
12530
12531         * nnimap.el: Rewritten.
12532
12533         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12534         nnimap usage.
12535
12536         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12537         if the move is internal, so that nnimap can do fast internal moves.
12538
12539         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12540         data.
12541         (gnus-read-active-for-groups): Support finishing the early retrieval of
12542         data.
12543
12544         * gnus-range.el (gnus-range-nconcat): New function.
12545
12546         * gnus-int.el (gnus-finish-retrieve-group-infos)
12547         (gnus-retrieve-group-data-early): New functions.
12548
12549 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12550
12551         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12552         (nnrss-retrieve-groups):
12553         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12554         (pop3-quit): Use with-current-buffer.
12555
12556 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12559         instead of nnheader-accept-process-output.
12560
12561         * dgnushack.el (dgnushack-compile): Add comment.
12562
12563         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12564
12565         * gnus-html.el (gnus-html-schedule-image-fetching)
12566         (gnus-html-prefetch-images): Replace process-kill-without-query by
12567         gnus-set-process-query-on-exit-flag.
12568
12569 2010-09-16  Romain Francoise  <romain@orebokech.com>
12570
12571         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12572
12573 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12574
12575         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12576         parameter to unintern is mandatory-ish in Emacs 24.
12577
12578         * gnus-html.el (gnus-html-schedule-image-fetching)
12579         (gnus-html-prefetch-images): Check for curl before using it.
12580
12581         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12582         depend on curl, which isn't essential.
12583
12584         * imap.el: Revert back to version
12585         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12586         seem problematic.
12587
12588 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12589
12590         * gnus-registry.el (gnus-registry-install-shortcuts):
12591         Explicitly pass `obarray' to `unintern' to avoid a warning.
12592
12593 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12594
12595         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12596         change.
12597
12598         * nnrss.el (nnrss-request-list): Remove this function and related
12599         functions, including the moreover stuff.
12600
12601 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12602
12603         * nnrss.el (nnrss-retrieve-groups): New function.
12604
12605 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12606
12607         * .dir-locals.el: Add no-byte-compile cookie.
12608
12609 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12610
12611         * time-date.el (format-seconds): Comment fix.
12612
12613         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12614         for back end that doesn't support request-scan.
12615
12616 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12617
12618         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12619         then do request scans from the backends.
12620
12621         * netrc.el (netrc-credentials): New conveniency function.
12622
12623         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12624         avoid running a hook per line, since this takes a lot of time,
12625         profiling shows.
12626         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12627         directly if gnus-visual-p is true.
12628
12629 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12630
12631         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12632         groups; replace mapcar with dolist which is a bit faster; pass groups
12633         info to gnus-read-active-file-1.
12634         (gnus-read-active-file-1): Scan only specified groups if the new
12635         optional arg `infos' is given.
12636
12637 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12638
12639         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12640
12641         * pop3.el (pop3-movemail): Remove.
12642         (pop3-streaming-movemail): Rename to pop3-movemail.
12643
12644         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12645         don't restrict end-tag searches to the end of the line.
12646
12647 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12650         articles of every unchecked group to t, which means unknown since the
12651         server has never been opened.
12652
12653 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12654
12655         * gnus-html.el (gnus-html-show-alt-text): New command.
12656         (gnus-html-browse-image): Ditto.
12657         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12658         to browse the image directly.
12659         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12660         better.
12661
12662         * gnus-async.el (gnus-async-article-callback):
12663         Call `gnus-html-prefetch-images' unconditionally.
12664
12665         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12666         before feeding URLs to curl.
12667
12668 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12671         internal images as deletable by `W D D'.
12672
12673         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12674         (gnus-async-article-callback): Fix typo.
12675
12676 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12677
12678         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12679         current line to work around bugs in the output from w3m.
12680
12681         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12682         for groups that want that.
12683
12684         * nntp.el (nntp-wait-for-string): Supply a timeout for
12685         accept-process-output to ensure progress.
12686
12687         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12688         level to get unread articles from, then use that for foreign groups,
12689         too.
12690
12691         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12692         confuses the rest of the function.
12693
12694         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12695         for the methods that support -retrieve-groups, too.
12696
12697         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12698
12699 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12702         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12703
12704         * pop3.el: Require cl when compiling.
12705         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12706
12707 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12708
12709         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12710         that aren't going to be activated.
12711         (gnus-get-unread-articles): Fix up the last commit.
12712
12713         * gnus-html.el (gnus-article-html): Allow calling without specifying
12714         the handle.  In that case, dissect the buffer first.
12715
12716         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12717
12718         * nnimap.el (nnimap-open-connection): Revert the change that would look
12719         into authinfo for imaps instead of imap.
12720
12721         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12722         say that you don't want to call gnus-request-group with don-check, but
12723         do check the reponse.  This is for virtual groups only.
12724         (gnus-get-unread-articles): Count the archive groups as secondary, so
12725         that they're activated the same way as before.
12726
12727         * imap.el (imap-message-map): Removed optional buffer parameter, since
12728         no callers use it.
12729         (imap-message-get): Ditto.
12730         (imap-message-put): Ditto.
12731         (imap-mailbox-map): Ditto.
12732         (imap-mailbox-put): Ditto.
12733         (imap-mailbox-get): Ditto.
12734         (imap-mailbox-get): Revert last change for this function.
12735
12736         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12737         case-insensitively.
12738         (nnimap-debug): Remove.
12739
12740         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12741         callers to use `imap-fetch' instead.  According to the comments, this
12742         should be safe, since all other IMAP clients use the 1:* syntax.
12743         (imap-enable-exchange-bug-workaround): Remove.
12744         (imap-debug): Remove -- doesn't seem very useful.
12745
12746         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12747         mail from a file, and the file doesn't exist.
12748
12749         * imap.el (imap-log): New convenience function used throughout instead
12750         of repeating the same code all over the place.
12751
12752         * pop3.el (pop3-streaming-movemail): Return t for success.
12753
12754         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12755         .authinfo if we're using ssl connection.
12756
12757         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12758         already have if we're in a main Gnus `g' run.
12759
12760         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12761
12762 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12765
12766         * nnmh.el (nnmh-request-list-1): Bind `file'.
12767
12768         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12769         alias to set-process-query-on-exit-flag or process-kill-without-query.
12770         (pop3-open-server): Use it.
12771
12772 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12773
12774         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12775         box to the Incoming file.  Fixes mistake in previous checkin.
12776
12777         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12778         request loop (for debugging purposes) removed.
12779
12780         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12781         culprit is more visible.
12782         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12783         (nnml-add-incremental-nov): New functions to do "incremental" nov
12784         updates, where we just append to the end of the existing nov files
12785         without reading/writing them in full.
12786
12787         * mail-source.el (mail-source-delete-crash-box): Really only check the
12788         incoming files once in a while.
12789
12790         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12791
12792         * mail-source.el (mail-source-delete-crash-box): Only check the
12793         incoming files for deletion once per day to save a lot of file
12794         accesses.
12795
12796         * pop3.el (pop3-logon): Fix up unbound variable typo.
12797
12798         * mail-source.el (pop3-streaming-movemail): Autoload.
12799
12800         * pop3.el (pop3-streaming-movemail):
12801         Respect pop3-leave-mail-on-server.
12802
12803         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12804         retrieval.
12805
12806         * pop3.el (pop3-process-filter): Remove unused function.
12807         (pop3-streaming-movemail, pop3-send-streaming-command)
12808         (pop3-wait-for-messages, pop3-write-to-file)
12809         (pop3-number-of-responses): New functions for streaming pop3
12810         retrieval.
12811
12812         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12813         come from no known methods.
12814         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12815         list.
12816
12817         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12818         message sizes.
12819         (pop3-movemail): Use erase-buffer instead of looping and deleting
12820         regions, which seems rather odd.
12821
12822         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12823         file once per `g' run.
12824
12825         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12826         directories.  This makes the draft queue directory work.
12827
12828         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12829         data from the backends, so that we only request the list of groups from
12830         each method once.  This should speed things up considerably.
12831
12832         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12833         detect that it's not implemented.
12834
12835         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12836         we actually do recurse down into the tree, but don't stat all leaf
12837         nodes.
12838
12839         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12840         then say so instead of bugging out.
12841
12842         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12843         files exist before trying to read them.
12844
12845         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12846         around <pre_int>.
12847
12848         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12849
12850         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12851
12852 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12853
12854         * mm-util.el (mm-image-load-path): Just return the image directories,
12855         not all directories in the path in addition to the image directories.
12856         (mm-image-load-path): Maintain a cache of the image directories so that
12857         the `g' command in Gnus doesn't have to stat dozens of directories each
12858         time.
12859
12860         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12861         (gnus-html-wash-tags): Add a new `i' command to insert images.
12862         (gnus-html-insert-image): New command and keystroke.
12863         (gnus-html-redisplay-with-images): New command and keystroke.
12864         (gnus-html-show-images): Rename command.
12865         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12866         spacers.
12867         (gnus-html-wash-tags): Decode entities at the end, so that entities
12868         inside the tags don't mess up the rest of the "parsing".
12869
12870         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12871         so that nnimap methods aren't agentized by default.  There's apparently
12872         many problems related to agent/imap behavior.
12873
12874         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12875
12876         * gnus-html.el: Doc fix.
12877
12878 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12881         specifier-spec-list for Emacs 21.
12882
12883         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12884         glyph-width and glyph-height instead of display-graphic-p and
12885         image-size; make avoidance of displaying small images work for XEmacs.
12886
12887         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12888         for XEmacs.
12889
12890         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12891         of symbol that holds plist data.
12892         (gnus-process-plist): Remove plist of process after getting it.
12893
12894 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12895
12896         * message.el (message-generate-hashcash): Change default to
12897         'opportunistic if hashcash is installed.
12898
12899         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12900         (gnus-html-put-image): Only call image-size once, since it's somewhat
12901         time-consuming on remote X servers.
12902
12903 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12906         type on data, not a file name.
12907
12908         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12909         window-pixel-edges for Emacs 21.
12910
12911         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12912         decoded contents.
12913         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12914
12915 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12916
12917         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12918         group line format, since it isn't very interesting.
12919
12920         * gnus-agent.el (gnus-agent-short-article),
12921         (gnus-agent-long-article): Increase values for these two variables,
12922         since most people are likely to have more network connection and
12923         storage than before.
12924
12925         * gnus.el (gnus-refer-article-method): Change default to 'current.
12926         When referring an article, the common behavior is to refer it from the
12927         current select method, not the native select method.  The chances of
12928         the native select method having the message in question is rather slim
12929         these days.
12930
12931         * gnus-sum.el (gnus-auto-select-subject): Change default to
12932         `unseen-or-unread'.  I think it's likely that most people want to
12933         select an unseen article over a previously seen, but unread one.
12934
12935         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12936         means that in the article buffer none of the minor mode elements will
12937         be shown, usually, and this is not desirable in most cases.
12938
12939         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12940         that commands like `d' (and the like) go to the next line in the
12941         buffer, instead of the next unread article.  I think this is the
12942         behavior that is most natural for most users.
12943         (gnus-single-article-buffer): Change default to nil, so that people can
12944         have as many article buffers open as they have summary buffer.  I think
12945         this is the most natural way for the groups to behave.
12946
12947         * message.el (message-generate-new-buffers): Change default to
12948         `unsent', so that all new message buffers start their names with the
12949         string "*unsent", and it's easier to find the buffers if you move from
12950         them.
12951
12952 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12953
12954         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12955         small.  They're probably tracking images.
12956         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12957         (gnus-html-rescale-image): Yet another try at getting the image sizing
12958         right.
12959
12960         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12961         nntp-marks-file-name is nil.
12962
12963 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12964
12965         * gnus-html.el (gnus-html-wash-tags)
12966         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12967         Better logging.
12968
12969 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12970
12971         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12972
12973         * gnus-html.el (gnus-html-wash-tags): Check the value of
12974         gnus-blocked-images in the summary buffer.
12975
12976 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12977
12978         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12979
12980 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12981
12982         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12983         like "a", it seems like.
12984         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12985         since it needs to be picked from the correct buffer.
12986
12987         * nnwfm.el: Remove.
12988
12989         * nnlistserv.el: Remove.
12990
12991 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12992
12993         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12994         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12995
12996 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12997
12998         * nnkiboze.el: Remove.
12999
13000         * nndb.el: Remove.
13001
13002         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13003         alt text.
13004         (gnus-html-rescale-image): Try to get the rescaling logic right for
13005         images that are just wide and not tall.
13006
13007         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13008         overshadow variable bindings.
13009
13010 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13011
13012         * gnus-html.el (gnus-html-wash-tags)
13013         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13014         Add extra logging.
13015
13016 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13017
13018         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13019         (gnus-max-image-proportion): New variable.
13020         (gnus-html-rescale-image): New function.
13021         (gnus-html-put-image): Rescale images.
13022
13023 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13024
13025         Fix up some byte-compiler warnings.
13026         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13027         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13028         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13029         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13030         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13031         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13032         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13033
13034 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * gnus-html.el (gnus-article-html): Decode contents by charset.
13037
13038 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13041         (gnus-html-frame-width, gnus-blocked-images):
13042         * message.el (message-prune-recipient-rules): Add custom version.
13043         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13044
13045         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13046         functions.
13047
13048         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13049         gnus-process-get.
13050
13051 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13052
13053         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13054         instead of lsub directly.
13055
13056 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13057
13058         * nnwarchive.el: Remove.
13059
13060         * gnus-soup.el: Remove.
13061
13062         * nnsoup.el: Remove.
13063
13064         * nnultimate.el: Remove.
13065
13066         * gnus-html.el (gnus-blocked-images): New variable.
13067
13068         * message.el (message-prune-recipients): New function.
13069         (message-prune-recipient-rules): New variable.
13070
13071         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13072         guess whether a long line is natural text or not.
13073
13074         * gnus-html.el (gnus-html-schedule-image-fetching):
13075         Use gnus-process-plist and friends for compatibility.
13076
13077 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13078
13079         * gnus-html.el: Require packages that define macros used in this file.
13080         (gnus-article-mouse-face): Declare to silence byte-compiler.
13081         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13082         process-get.
13083         (gnus-html-put-image): Use plist-get to avoid getf.
13084         (gnus-html-prefetch-images): Use with-current-buffer.
13085
13086 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * gnus-ems.el: Provide compatibility functions for
13089         gnus-set-process-plist.
13090
13091         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13092         header-line-format for XEmacs 21.4.
13093
13094         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13095         * gnus.el (gnus-valid-select-methods):
13096         * message.el (message-send-mail-partially-limit):
13097         * mm-decode.el (mm-text-html-renderer):
13098         * mml.el (mml-insert-mime-headers-always):
13099         * smiley.el (smiley-regexp-alist): Bump custom version.
13100
13101 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13102
13103         * gnus-html.el: Require mm-url.
13104         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13105         with the url to `url'.
13106         (gnus-html-wash-tags): Support cid: URLs/images.
13107
13108 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13109
13110         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13111         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13112         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13113
13114         * gnus-move.el: Remove file, since it doesn't really work.
13115
13116         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13117         UTF-8.  This seems to fix problems with some German web feeds.
13118
13119         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13120         at the top so that the proper colors are applied.
13121
13122         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13123         don't have dots in their names.
13124
13125         * gnus-art.el (gnus-article-view-part): Doc fix.
13126
13127         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13128         XEmacs-compatible.
13129         (gnus-html-put-image): Don't do images on non-graphic displays.
13130
13131         * nnslashdot.el: Remove this unused backend.
13132
13133         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13134         actions.
13135         (gnus-undo-register-1): Revert last change.
13136
13137         * gnus-group.el (gnus-group-completing-read): Protect against not
13138         having completion-styles bound.
13139
13140         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13141         make broken recipients happier.
13142
13143         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13144
13145         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13146         point parameter.
13147
13148         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13149
13150         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13151         completion-styles for group selection.
13152
13153 2009-02-04  Andreas Schwab  <schwab@suse.de>
13154
13155         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13156         headers and regexp-quote the match if necessary.
13157
13158 2009-03-24  Miles Bader  <miles@gnu.org>
13159
13160         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13161         the blinking smiley.
13162
13163 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13164
13165         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13166         blink smiley.
13167
13168 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13169
13170         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13171         where the dribbel file lives exists.
13172
13173         * message.el (message-send-mail-partially-limit): Change the default to
13174         nil, since most people don't want this.
13175
13176         * mm-url.el (mm-url-decode-entities): Also decode entities like
13177         &#x3212.
13178
13179 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13180
13181         * gnus-sum.el (gnus-summary-idna-message):
13182         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13183         Hyperlink urls in docstrings with URL `...'.
13184
13185 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13186
13187         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13188         functions.
13189
13190 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13191
13192         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13193         say what the mouseover text should be.
13194
13195         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13196         version of the mm-w3m-safe-url-regexp variable to only download images
13197         in the groups where we want that to happen.
13198
13199         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13200
13201         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13202         easier debugging.
13203         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13204         big pictures in the article buffer.
13205
13206         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13207         gnus-article-html.
13208         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13209         w3m.
13210
13211         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13212
13213 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13214
13215         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13216         which doesn't exist.
13217
13218         * message.el (message-inhibit-ecomplete): New variable to allow some
13219         function to inhibit ecomplete address storage.
13220         (message-resend): Disable ecomplete message storage when resending
13221         messages.
13222
13223         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13224
13225 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13228         Save excursion while copying, moving, and deleting articles in order to
13229         prevent the cursor from jumping to unforeseen place.
13230
13231 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * lpath.el: No need to bind bookmark-current-buffer,
13234         bookmark-yank-point and bookmark-make-record-function.
13235
13236 2010-08-17  Glenn Morris  <rgm@gnu.org>
13237
13238         * gnus-sync.el: Require gnus components whose functions are used.
13239
13240         * gnus-art.el (bookmark-make-record-function):
13241         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13242         Declare for compiler.
13243
13244         * mm-url.el (mml-compute-boundary): Autoload.
13245
13246 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13249
13250 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13251
13252         Typo fix "hoo4a" -> "hook".
13253
13254         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13255
13256 2010-08-14  Glenn Morris  <rgm@gnu.org>
13257
13258         * gnus-sync.el (gnus-sync): Fix defgroup version.
13259
13260 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13261
13262         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13263
13264         * gnus-sync.el: Fix docs.
13265         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13266         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13267
13268 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13269
13270         Optimizations for gnus-sync.el.
13271
13272         * gnus-sync.el: Add docs about gnus-sync-backend
13273         possibilities.
13274         (gnus-sync-save): Remove unnecessary message.
13275         (gnus-sync-read): Optimize and show what groups were skipped.
13276
13277 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13278
13279         Minor bug fixes for gnus-sync.el.
13280
13281         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13282         Don't read the sync on get-new-news.
13283
13284         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13285         quiet.
13286
13287         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13288         (fix typo).
13289
13290 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13291
13292         Make saving and restoring of hidden threads work with overlays.
13293         Patch applied by Ted Zlatanov.
13294
13295         * gnus-sum.el (gnus-hidden-threads-configuration)
13296         (gnus-restore-hidden-threads-configuration): Update to deal with text
13297         properties, rather than searching for a magic character.
13298
13299 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13300
13301         New gnus-sync.el library for synchronization of marks.
13302
13303         * gnus-sync.el: New library for synchronization of marks.
13304
13305         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13306         renamed from `gnus-registry-grep-in-list'.
13307
13308         * gnus-registry.el (gnus-registry-follow-group-p):
13309         Use `gnus-grep-in-list'.
13310
13311         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13312
13313 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13316         determining charset of text fails.
13317
13318 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * nnmail.el (nnmail-get-new-mail-1): Revert.
13321
13322         * nnml.el (nnml-active-number): Make sure names of newly created groups
13323         in nnml-group-alist are encoded.
13324
13325 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13328         containing non-ASCII characters in active file for nnml back end.
13329
13330 2010-07-24  David Engster  <dengste@eml.cc>
13331
13332         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13333         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13334
13335 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13336
13337         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13338         tag (Bug#6654).
13339
13340 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13343         the article buffer, not the summary buffer.
13344
13345 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13348         Emacs 23 as well.
13349
13350 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13353         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13354
13355 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13356
13357         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13358         Patch applied by Karl Fogel.
13359
13360         * gnus-sum.el (gnus-summary-bookmark-make-record):
13361         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13362
13363 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13364
13365         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13366         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13367         C-w still not working correctly from Article buffers; Thierry's
13368         patch to fix that will be applied after this.
13369
13370         * gnus-art.el (bookmark-make-record-function): New local variable.
13371
13372         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13373         article buffer.
13374         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13375
13376 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13377
13378         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13379         on changes in bookmark.el.
13380
13381 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13384         `no-log' instead of message not to log prompt string.
13385
13386 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13387
13388         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13389         the *other* type of HTML form submission.
13390
13391 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13392
13393         * auth-source.el (auth-source-pick): If choice does not contain a
13394         questioned keyword, set the check to t.
13395
13396 2010-06-12  Romain Francoise  <romain@orebokech.com>
13397
13398         * gnus-util.el (gnus-date-get-time): Move up before first use.
13399
13400 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13403         (gnus-article-edit-part): Bind it to make last part that is substituted
13404         or deleted visible.
13405         (gnus-mime-display-single): Buttonize part of which id equals to
13406         gnus-mime-buttonized-part-id.
13407
13408 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13409
13410         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13411         (gnus-dd-mmm): Use gnus-date-get-time.
13412         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13413         simplify logic.
13414         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13415         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13416
13417 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13418
13419         * auth-source.el (top): Autoload `secrets-list-collections',
13420         `secrets-create-item', `secrets-delete-item'.
13421         (auth-sources): Fix tag string.
13422         (auth-get-source, auth-source-retrieve, auth-source-create)
13423         (auth-source-delete): New defuns.
13424         (auth-source-pick): Rewrite in order to avoid 2 passes.
13425         (auth-source-forget-user-or-password): New parameter USERNAME.
13426         (auth-source-user-or-password): New parameters CREATE-MISSING and
13427         DELETE-EXISTING.  Retrieve password interactively, if needed.
13428
13429 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13430
13431         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13432         deleting unused directories when gnus-expert-user is t.
13433
13434 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13437         for each temp file when gnus-article-browse-delete-temp is ask.
13438
13439 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13440
13441         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13442         Replace Lisp calls to delete-backward-char by calls to delete-char.
13443
13444 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13445
13446         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13447
13448 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13449
13450         * password-cache.el (password-cache-remove): Fix docstring.
13451
13452 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13455         article unless decoding article to be saved.
13456
13457 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13460         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13461         generated within the mm-with-unibyte-current-buffer macro.
13462
13463 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13466         to nil when we're in a mml-preview buffer and no group is selected.
13467
13468 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13469
13470         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13471         when catching the `C-g'.  Reported by "Leo".
13472
13473 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * message.el (message-forward-make-body-plain)
13476         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13477         multibyte-string-p.
13478
13479         * lpath.el: Revert.
13480
13481 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * message.el (message-forward-make-body-mml): Assume original message
13484         is multibyte string; error on unibyte.
13485         (message-forward-make-body-plain): Ditto; don't add excessive newline
13486         in body end.
13487
13488         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13489
13490 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13491
13492         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13493         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13494
13495 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * mm-extern.el (mm-extern-url): Don't use
13498         mm-with-unibyte-current-buffer.
13499         (mm-extern-cache-contents): Use with-current-buffer instead of
13500         save-excursion + set-buffer.
13501
13502 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * mm-util.el (mm-emacs-mule): Remove.
13505
13506 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13507
13508         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13509         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13510         change.
13511
13512 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13515         bind the default value of enable-multibyte-characters to nil.
13516
13517 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * message.el (message-forward-make-body-plain)
13520         (message-forward-make-body-mml):
13521         Don't use mm-with-unibyte-current-buffer.
13522
13523 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13524
13525         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13526
13527 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13528
13529         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13530         (Bug#5592).
13531
13532 2010-05-07  Julien Danjou  <julien@danjou.info>
13533
13534         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13535         it to mm-pipe-part.
13536
13537         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13538         it is given.
13539
13540 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * binhex.el (binhex-decode-region-internal):
13543         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13544         (dns-query):
13545         * nnweb.el (nnweb-gmane-search):
13546         * pgg-parse.el (pgg-parse-armor):
13547         * pgg.el (pgg-verify-region):
13548         * sha1.el (sha1-string-external):
13549         * uudecode.el (uudecode-decode-region-internal):
13550         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13551         XEmacs.
13552
13553         * gnus-art.el (gnus-article-browse-html-parts):
13554         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13555         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13556         make-temp-file.
13557
13558         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13559         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13560         compiling.
13561
13562         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13563         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13564         XEmacs when compiling.
13565
13566         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13567         gnus-pick-mode-off-hook for XEmacs when compiling.
13568         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13569         gnus-binary-mode-off-hook for XEmacs when compiling.
13570
13571         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13572         Return nil if char-charset is not available.
13573
13574         * imap.el (imap-disable-multibyte)
13575         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13576         macros.
13577
13578         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13579         instead of encode-coding-string.
13580
13581         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13582         'xemacs) instead of mm-emacs-mule to switch function definitions.
13583         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13584
13585         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13586         bind temporary-file-directory for XEmacs;
13587         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13588         timer-set-function for XEmacs 21.4 and SXEmacs;
13589         bind timer-list for XEmacs 21.4 and SXEmacs;
13590         fbind char-charset and find-charset-region for non-Mule XEmacs;
13591         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13592         encode-coding-region and encode-coding-string for XEmacs having no
13593         file-coding feature.
13594
13595 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13596
13597         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13598
13599 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13602         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13603
13604 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13605
13606         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13607         alias `jka-compr-delete-temp-file' no longer exists.
13608
13609 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13610
13611         Use define-minor-mode in Gnus where applicable.
13612         * mml.el (mml-mode): Use define-minor-mode.
13613         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13614         (gnus-undo-mode): Use define-minor-mode.
13615         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13616         (gnus-dead-summary-mode): Use define-minor-mode.
13617         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13618         Initialize in declaration.
13619         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13620         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13621         (gnus-mailing-list-mode): Use define-minor-mode.
13622         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13623         (gnus-draft-mode): Use define-minor-mode.
13624         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13625         (gnus-dired-mode): Use define-minor-mode.
13626
13627 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13628
13629         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13630         handles on recursive mml-to-mime translation and check them for
13631         boundary delimiter collisions.  Reported by Greg Troxel.
13632
13633 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13636
13637 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13638
13639         * mm-util.el (mm-find-buffer-file-coding-system):
13640         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13641
13642 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13643
13644         * message.el (message-generate-headers): Record insertion of optional
13645         headers as well.  Otherwise the check to prevent repeated insertion of
13646         optional headers is a no-op.
13647
13648 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13649
13650         * smime.el: Don't mention CVS.
13651
13652         * nnrss.el (nnrss-fetch): Don't mention CVS.
13653
13654         * nnir.el: Don't mention CVS.
13655
13656 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13657
13658         * gnus-sum.el (gnus-summary-bookmark-make-record):
13659         Add `location' field.
13660
13661 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * lpath.el: Fbind bookmark-default-handler,
13664         bookmark-get-bookmark-record, bookmark-make-record-default,
13665         bookmark-prop-get for Emacs <23 and XEmacs.
13666
13667 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13668
13669         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13670         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13671         Use with-current-buffer to silence the byte-compiler.
13672         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13673         bother to require `gnus'.
13674         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13675
13676 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13677
13678         * gnus-sum.el (gnus-summary-bookmark-make-record)
13679         (gnus-summary-bookmark-jump): New functions.
13680         (gnus-summary-mode): Setup bookmark support.
13681
13682 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13683
13684         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13685         if set.
13686
13687 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13690         gnus-article-browse-html-save-cid-image; make it work recursively for
13691         forwarded messages as well.
13692         (gnus-article-browse-html-parts): Work when prefix arg is given.
13693         (gnus-article-browse-html-article): Doc fix.
13694
13695 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13696
13697         * message.el (message-default-mail-headers)
13698         (message-default-headers): Carry the value mail-default-headers over
13699         into message-default-mail-headers, rather than message-default-headers.
13700
13701 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13702
13703         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13704         charset.
13705
13706         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13707         charset into the <meta> tag when the article is encoded to utf-8.
13708
13709 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * gnus-art.el (gnus-article-browse-delete-temp-files):
13712         Delete directories as well.
13713         (gnus-article-browse-html-parts): Work for images that do not specify
13714         file names; delete temp directory when quitting; insert header at the
13715         right place; use file: scheme for image files.
13716
13717 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13718
13719         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13720         (gnus-article-browse-html-parts): Use it to make temporary cid image
13721         files in addition to html file so that browser may display them.
13722
13723 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13726
13727 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13728
13729         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13730
13731 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13732
13733         * auth-source.el (auth-sources): Change default to be simpler.
13734         Explain about Secret Service API sources.  Improve Customize options.
13735         (auth-source-pick): Change to accept any number of search parameters.
13736         Implement fallbacks iteratively, not recursively.  Add scoring on the
13737         second pass and sort by score.  Call Secret Service API when needed.
13738         (auth-source-user-or-password): Use it.  Call Secret Service API
13739         directly when needed to get the user name and the password.
13740
13741 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13742
13743         * message.el (message-interactive): Doc fix.
13744         (message-qmail-inject-args): Reflow.
13745         (message-kill-to-signature): Fix typo in docstring.
13746
13747         * smiley.el (smiley-buffer): Fix typo in docstring.
13748
13749 2010-03-24  Glenn Morris  <rgm@gnu.org>
13750
13751         * mail-source.el (gnus-message): Declare.
13752         (mail-source-delete-old-incoming): Require gnus-util.
13753
13754 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13757
13758         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13759
13760         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13761         password-cache's default if it is not bound.
13762         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13763         password-cache-expiry's default if it is not bound.
13764
13765         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13766         available in Emacs 21.
13767
13768         * lpath.el: Suppress compiler warnings for:
13769         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13770         XEmacs;
13771         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13772         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13773         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13774
13775 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13776
13777         * auth-source.el (auth-sources): Fix up definition so extra parameters
13778         are always inline.
13779
13780 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13781
13782         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13783         wasn't updated after mismatch.  Clear cached mailbox info correctly
13784         when uidvalidity changes.
13785         (nnimap-group-prefixed-name): New function to avoid some code
13786         duplication.
13787         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13788         (nnimap-request-group): Use it.
13789         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13790         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13791         with many imap folders.  This is done by caching the group status from
13792         the imap server persistently in a group parameter `imap-status'.  (This
13793         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13794         but not persistently, so every Gnus startup was still very slow.)
13795
13796 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13797
13798         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13799         delete the extra newline.  Otherwise editing of :string and :number
13800         types don't work.
13801
13802 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13803
13804         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13805         secrets.el dependency.
13806         (auth-sources): Add optional user name.  Add secrets.el configuration
13807         choice (unused right now).
13808
13809 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13810
13811         * gnus-sum.el (gnus-summary-make-menu-bar):
13812         Let `gnus-registry-install-shortcuts' fill in the functions.
13813
13814         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13815         warnings.
13816         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13817         (gnus-registry-install-shortcuts): Populate and use it in a
13818         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13819
13820 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13821
13822         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13823         In-place substitutions for the group name encoding/decoding.
13824         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13825         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13826         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13827         (nnimap-update-unseen, nnimap-request-list)
13828         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13829         (nnimap-request-set-mark, nnimap-split-to-groups)
13830         (nnimap-split-articles, nnimap-request-newgroups)
13831         (nnimap-request-create-group, nnimap-request-accept-article)
13832         (nnimap-request-delete-group, nnimap-request-rename-group)
13833         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13834         `encoded-mbx' for consistency.
13835         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13836         variable `imap-current-mailbox'.
13837
13838         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13839         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13840
13841 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13842
13843         * pop3.el (pop3-display-message-size-flag): Display message size byte
13844         counts during POP3 download.
13845         (pop3-movemail): Use it.
13846         (pop3-list): Implement listing of available messages.
13847
13848 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13849
13850         * nnir.el (nnir-get-article-nov-override-function): New function to
13851         override the normal NOV retrieval.
13852         (nnir-retrieve-headers): Use it.
13853
13854 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13855
13856         * auth-source.el (netrc-machine-user-or-password): Autoload.
13857
13858 2010-03-19  Glenn Morris  <rgm@gnu.org>
13859
13860         Stop message.el from loading about 40 libraries it doesn't always need.
13861         The general approach is to autoload rather than require, and to
13862         require in the specific functions rather than the file.  (Bug#5642)
13863
13864         * gmm-utils.el: Don't require wid-edit.
13865         (widget-create-child-value, widget-convert, widget-default-get):
13866         Autoload.
13867
13868         * gnus-util.el: Don't require time-date, netrc.
13869         (message-fetch-field, gnus-group-name-decode): Declare rather than
13870         autoloading.
13871         (gnus-fetch-field): Require message.
13872         (gnus-decode-newsgroups): Require gnus-group.
13873
13874         * ietf-drums.el: Don't require time-date.
13875
13876         * message.el: Don't require hashcash, canlock, ecomplete.
13877         Do require mail-utils.  Require nnheader only when compiling.
13878         (smtpmail-default-smtp-server): Remove declaration.
13879         (message-send-mail-function): Check smtpmail-default-smtp-server
13880         is bound rather than requiring smtpmail.
13881         (message-auto-save-directory, message-insert-signature):
13882         Use expand-file-name rather than nnheader-concat.
13883         (nnheader-insert-file-contents): Autoload.
13884         (hashcash-wait-async): Declare.
13885         (message-send-mail): Only call gnus-setup-posting-charset if
13886         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13887         (message-send-mail-with-sendmail): Require sendmail.
13888         (canlock-password, canlock-password-for-verify): Declare.
13889         (message-canlock-password): Require canlock.
13890         (nnheader-get-report): Autoload.
13891         (gnus-setup-posting-charset): Declare.
13892         (message-send-news): Require gnus-msg.
13893         (message-make-references, message-make-in-reply-to): Use mail-header-id
13894         rather than the alias mail-header-message-id.
13895         (ecomplete-add-item, ecomplete-save): Declare.
13896         (message-put-addresses-in-ecomplete): Require ecomplete.
13897         (ecomplete-display-matches): Autoload.
13898
13899         * mm-decode.el: Don't require mailcap, gnus-util.
13900         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13901         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13902         Autoload.
13903         (mailcap-mime-extensions): Declare.
13904
13905         * mm-encode.el: Don't require mailcap.
13906         (mailcap-extension-to-mime): Autoload.
13907
13908         * mml-sec.el: Don't require password-cache.
13909
13910         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13911         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13912         (mml-minibuffer-read-type): Require mailcap.
13913         (mml-preview): Require gnus-msg.
13914
13915         * mml1991.el: Require password-cache.
13916         (password-cache-expiry): Remove declaration.
13917
13918         * mml2015.el: Require password-cache.
13919         (password-cache-expiry): Remove declaration.
13920
13921         * nneething.el (mailcap): Require mailcap.
13922
13923         * nnheader.el (declare-function): Add compatibility stub.
13924         (message-remove-header): Declare rather than autoload.
13925         (nnheader-replace-header): Require message.
13926
13927         * nnimap.el (declare-function): Add compatibility stub.
13928         (netrc-parse, netrc-machine-user-or-password): Declare.
13929         (nnimap-open-connection): Require netrc.
13930
13931         * nntp.el (declare-function): Add compatibility stub.
13932         (netrc-parse, netrc-machine, netrc-get): Declare.
13933         (nntp-send-authinfo): Require netrc.
13934
13935         * rfc2047.el: Don't require qp.
13936         (quoted-printable-encode-region, quoted-printable-decode-string):
13937         Autoload.
13938
13939         * sieve-mode.el: Don't require easymenu.
13940         (easy-menu-add-item): Autoload it.
13941
13942         * spam-stat.el (time-to-number-of-days): Autoload it.
13943
13944 2010-03-19  Glenn Morris  <rgm@gnu.org>
13945
13946         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13947
13948 2010-03-18  Glenn Morris  <rgm@gnu.org>
13949
13950         * hashcash.el (declare-function): Remove duplicate definition.
13951
13952 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13953
13954         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13955         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13956         value if any backslash escapes).
13957
13958 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13961         if it is available.  (bug#5647)
13962
13963         * lpath.el: Suppress compiler warning for coding-system-from-name for
13964         Emacs 21 and XEmacs.
13965
13966 2010-03-14  Juri Linkov  <juri@jurta.org>
13967
13968         * hmac-def.el:
13969         * hmac-md5.el:
13970         * netrc.el: Fix keywords.
13971
13972 2010-02-26  Glenn Morris  <rgm@gnu.org>
13973
13974         * message.el (message-send-mail-function): Change the default, so that
13975         it inherits from a customized send-mail-function.  (Bug#5643)
13976
13977 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13978
13979         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13980         shell-command-to-string signals an error (bug#5299).
13981
13982 2010-02-24  Glenn Morris  <rgm@gnu.org>
13983
13984         * message.el (message-smtpmail-send-it)
13985         (message-send-mail-with-mailclient): Doc fixes.
13986
13987 2010-02-16  Glenn Morris  <rgm@gnu.org>
13988
13989         * message.el (message-default-mail-headers): Change the default value
13990         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13991
13992 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13995         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13996
13997 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13998
13999         * time-date.el (date-to-time): Doc fix (Bug#5408).
14000
14001 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14002
14003         * message.el (message-mail): Just pass yank-action on to message-setup.
14004         (message-setup): Handle (FUN . ARGS) form of yank-action.
14005         (message-with-reply-buffer, message-widen-reply)
14006         (message-yank-original): Handle non-buffer values of
14007         message-reply-buffer (Bug#4080).
14008         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14009
14010 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14011
14012         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14013         Fix typo in docstring.
14014
14015 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14016
14017         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14018         response.
14019
14020 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14023
14024         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14025
14026         * message.el (message-check-news-header-syntax): Protect against a
14027         string that `rfc822-addresses' returns when parsing fails.
14028
14029 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14032         (gnus-previous-char-property-change): New functions.
14033
14034         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14035
14036 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14037
14038         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14039         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14040
14041 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14042
14043         * message.el (message-exchange-point-and-mark): Rework last change to
14044         avoid using optional arg of exchange-point-and-mark, for backward
14045         compatibility.
14046
14047 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14048
14049         * message.el (message-exchange-point-and-mark):
14050         Call exchange-point-and-mark with an argument rather than setting
14051         mark-active by hand (Bug#5175).
14052
14053 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * nntp.el (nntp-service-to-port): Work for service expressed with
14056         numeric string; replace [:digit:] with [0-9] for XEmacs.
14057
14058 2009-12-17  Glenn Morris  <rgm@gnu.org>
14059
14060         * gnus-group.el (gnus-bug-group-download-format-alist):
14061         Change emacs entry to debbugs.gnu.org.  Bump :version.
14062
14063 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14064
14065         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14066
14067 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14068
14069         * message.el (message-info): Explain why we use `Info-goto-node'.
14070
14071 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14072
14073         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14074
14075 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14076
14077         * message.el (message-completion-in-region): New compatibility function.
14078         (message-expand-group): Use it.
14079
14080 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14081
14082         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14083         with no unread article should be listed if the 2nd arg `predicate' is
14084         given.
14085
14086 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14089
14090 2009-11-29  Juri Linkov  <juri@jurta.org>
14091
14092         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14093         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14094         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14095
14096 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14097
14098         * sha1.el (sha1-string-external): default-directory "/" in case
14099         otherwise non-existent.  process-connection-type pipe for touch of
14100         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14101
14102 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14103
14104         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14105         it's comms related and sgml-mode.el has "comm" on that basis too.
14106
14107 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14110         containing tspecial characters if they have been already quoted.
14111
14112 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14113
14114         * dns-mode.el (auto-mode-alist): Purecopy string.
14115
14116 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14117
14118         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14119
14120 2009-10-24  Glenn Morris  <rgm@gnu.org>
14121
14122         * gnus-art.el (help-xref-stack-item): Define for compiler.
14123
14124 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14125
14126         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14127
14128 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14131
14132 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14135         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14136
14137 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14140         (gnus-overlays-in): New alias to overlays-in.
14141
14142         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14143         gnus-overlay-get, and gnus-delete-overlay.
14144         (gnus-summary-show-thread): Make it work as well for systems in which
14145         next-single-char-property-change is not available.
14146         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14147
14148         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14149         (gnus-overlay-get): New alias to extent-property.
14150         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14151
14152         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14153         SXEmacs.
14154
14155         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14156         SXEmacs.
14157
14158 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14159
14160         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14161
14162 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14163
14164         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14165         and XEmacs that don't have `remove-overlays'.
14166
14167 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14168
14169         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14170         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14171         selective display.  Use overlays instead.
14172
14173 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14174
14175         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14176
14177 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14178
14179         * spam-stat.el (spam-stat-load): Fix typo in message.
14180
14181 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14182
14183         * dig.el (dig-invoke): Fix typo in docstring.
14184         (query-dig): Reflow docstring.
14185
14186 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14187
14188         * gnus-art.el (gnus-article-encrypt-body):
14189         * message.el (message-check-recipients):
14190         * mm-util.el (mm-codepage-setup):
14191         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14192         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14193
14194 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14195
14196         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14197         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14198         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14199         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14200         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14201
14202 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14203
14204         * dig.el: Add "Keywords: comm", as per net-utils.el.
14205
14206 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14207
14208         * dig.el (dig-mode): Use define-derived-mode.
14209
14210 2009-09-19  Glenn Morris  <rgm@gnu.org>
14211
14212         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14213
14214 2009-09-18  Glenn Morris  <rgm@gnu.org>
14215
14216         * gnus-diary.el (gnus-diary-check-message):
14217         * message.el (message-insert-formatted-citation-line):
14218         * nnbabyl.el (top-level):
14219         * nndiary.el (nndiary-schedule):
14220         Fix typos in condition-case handlers.
14221
14222 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14225         configuration that provides the sole article window in a frame;
14226         position point correctly after deleting a part.
14227
14228 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14229
14230         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14231         (spam-resolve-registrations-routine): Use it to unregister articles
14232         that change status.
14233
14234 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14237         with XEmacs.
14238         (parse-time-string-chars): Use it.
14239
14240 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14241
14242         * imap.el (imap-interactive-login): Better messages.
14243         (imap-open): Fix bug with renamed buffer on reconnect.
14244         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14245         for easier debugging and cleaner code.  On successful (guessed based on
14246         server capabilities) secondary authentication, set imap-state
14247         correctly.
14248         (imap-last-authenticator): Define imap-last-authenticator as a variable
14249         to avoid warnings.
14250
14251 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14252
14253         * nnrss.el (nnrss-request-article): Remove binding of
14254         default-enable-multibyte-characters that has gotten needless by
14255         the 2007-07-13 change in rfc2047-encode-message-header.
14256
14257         * mml.el (mml-insert-multipart): Error on the message header.
14258         (mml-insert-part): Error on the message header; position point at
14259         the end of a MIME tag.
14260
14261 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * time-date.el (autoload): Expand define-obsolete-function-alias into
14264         defalias and make-obsolete for old Emacsen that Gnus supports.
14265         (with-no-warnings): Define it for old Emacsen.
14266         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14267         is available.
14268         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14269         float-time is available; suppress compile warning for time-to-seconds.
14270
14271         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14272         (gnus-float-time): Alias to float-time if it exists.
14273
14274         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14275         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14276         float-time is available; suppress compile warning for time-to-seconds.
14277
14278         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14279         XEmacs.
14280
14281 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14282
14283         * imap.el (imap-message-map): Docstring fix.
14284
14285 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14288         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14289         Add the optional argument `encoding' that overrides the default.
14290
14291         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14292         mm-encode-buffer.
14293
14294 2009-09-04  Glenn Morris  <rgm@gnu.org>
14295
14296         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14297         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14298         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14299         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14300         * mm-util.el (mm-with-unibyte-current-buffer)
14301         (mm-find-buffer-file-coding-system):
14302         * yenc.el (yenc-decode-region): Use default-value rather than
14303         default-enable-multibyte-characters.
14304
14305 2009-09-03  Glenn Morris  <rgm@gnu.org>
14306
14307         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14308         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14309         than default-enable-multibyte-characters.
14310
14311 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14312
14313         * gnus-art.el (gnus-article-read-summary-keys):
14314         Fix gnus-buffer-configuration's value temporarily used.
14315
14316 2009-09-02  Glenn Morris  <rgm@gnu.org>
14317
14318         * gnus-util.el (gnus-float-time): New function.
14319         * gnus-delay.el (gnus-delay-article):
14320         * gnus-sum.el (gnus-thread-latest-date):
14321         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14322         * nnspool.el (nnspool-request-newgroups):
14323         Use gnus-float-time rather than time-to-seconds.
14324         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14325
14326         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14327         (gnus-header-subject-face, gnus-header-newsgroups-face)
14328         (gnus-header-name-face, gnus-header-content-face):
14329         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14330         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14331         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14332         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14333         (gnus-cite-face-11):
14334         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14335         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14336         (gnus-server-closed-face, gnus-server-denied-face)
14337         (gnus-server-offline-face):
14338         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14339         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14340         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14341         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14342         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14343         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14344         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14345         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14346         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14347         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14348         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14349         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14350         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14351         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14352         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14353         (gnus-summary-high-undownloaded-face)
14354         (gnus-summary-low-undownloaded-face)
14355         (gnus-summary-normal-undownloaded-face)
14356         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14357         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14358         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14359         (gnus-splash-face):
14360         * message.el (message-header-to-face, message-header-cc-face)
14361         (message-header-subject-face, message-header-newsgroups-face)
14362         (message-header-other-face, message-header-name-face)
14363         (message-header-xheader-face, message-separator-face)
14364         (message-cited-text-face, message-mml-face):
14365         * sieve-mode.el (sieve-control-commands-face)
14366         (sieve-action-commands-face, sieve-test-commands-face)
14367         (sieve-tagged-arguments-face):
14368         * spam.el (spam-face):
14369         Mark face aliases with "-face" in the name as obsolete.
14370
14371 2009-09-01  Glenn Morris  <rgm@gnu.org>
14372
14373         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14374         than goto-line.
14375
14376 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14377
14378         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14379         Don't move point if the command is invoked inside the message header.
14380
14381 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14382
14383         * imap.el (imap-send-command): Simplify.
14384         (imap-wait-for-tag): point-max -> buffer-size.
14385
14386 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14387
14388         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14389         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14390         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14391         * nnir.el (nnir-swish-e-index-file):
14392         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14393         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14394         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14395         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14396         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14397         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14398
14399 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14402         Don't save excursion.
14403
14404 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14405
14406         * nnheader.el (nnheader-find-file-noselect):
14407         * mm-util.el (mm-insert-file-contents):
14408         Use (default-value 'major-mode) instead of default-major-mode.
14409
14410 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14411
14412         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14413
14414 2009-08-26  Glenn Morris  <rgm@gnu.org>
14415
14416         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14417         than placing in files.el.
14418
14419 2009-08-25  Glenn Morris  <rgm@gnu.org>
14420
14421         * nnir.el (top-level): Don't require cl at run-time.
14422         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14423         Replace cl-function substitute with gnus-replace-in-string.
14424         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14425         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14426         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14427         simplified expansions.
14428
14429 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14430
14431         * dig.el (dig): Add autoload cookie.
14432
14433 2009-08-22  Glenn Morris  <rgm@gnu.org>
14434
14435         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14436         goto-line.
14437
14438 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14439
14440         * parse-time.el (parse-time-string-chars): Save match data.
14441
14442 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14443
14444         * parse-time.el (parse-time-string-chars): Compute using character
14445         classes, to handle non-ascii characters (Bug#3190).
14446
14447 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14450
14451         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14452         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14453         (gnus-mm-display-part, gnus-mime-display-single)
14454         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14455         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14456
14457         * gnus-sum.el
14458         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14459         (gnus-summary-move-article): Add expirable mark to articles copied or
14460         moved to group that has auto-expire turned on if the option is non-nil.
14461
14462 2009-07-24  Glenn Morris  <rgm@gnu.org>
14463
14464         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14465         Fix typo.  (Bug#3903)
14466
14467 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14470         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14471         that should not be used for draft articles.
14472         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14473         that has no concern in minor mode keys.
14474         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14475         Abolish.
14476
14477 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14480         article without making inquiry to a user for unknown encoding.
14481
14482         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14483         (nnmaildir--scan): Assume i-node and device number that file-attributes
14484         returns might be cons-cell.
14485
14486         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14487
14488         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14489
14490 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14491
14492         * auth-source.el: Remove docs now in auth.texi.  Don't use
14493         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14494         `auth-source-hide-passwords' and use them.
14495
14496 2009-07-15  Glenn Morris  <rgm@gnu.org>
14497
14498         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14499
14500 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14503         excessive whitespace from the default values of title and description.
14504
14505 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14508         mail-fetch-field to fetch Content-Description header in order to
14509         exclude newlines.
14510
14511 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14512
14513         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14514         format used by GnuPG 2.0.11.
14515
14516 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14519         to deleted part.
14520
14521 2009-05-30  David Engster  <dengste@eml.cc>
14522
14523         * nnmairix.el: Remove old documentation in the commentary block.
14524         (nnmairix-request-group): Do not update active file for nnml back ends.
14525         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14526         end so that overview files are ignored.
14527         (nnmairix-update-groups): Make updating the groups more robust by using
14528         marks.
14529         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14530         with dollar characters in message-id.
14531
14532 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14533
14534         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14535         2008-12-25 in dns.el.
14536
14537 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14538
14539         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14540         could happen if the text is only composed of spaces and/or tabs.
14541
14542 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14543
14544         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14545         when sending a queued message to avoid extra mml tags.
14546
14547 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14550
14551 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14554         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14555         rmail-toggle-header for XEmacs;
14556         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14557
14558 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * gnus-dired.el: Remove autoload for gnus-setup-message.
14561         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14562         displaying Gnus logo; always use compose-mail.
14563
14564 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14567
14568 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14571         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14572         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14573         available.
14574         (gnus-nocem-epg-verify): New function.
14575
14576 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14577
14578         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14579
14580 2009-02-15  Glenn Morris  <rgm@gnu.org>
14581
14582         * gnus-util.el (rmail-insert-rmail-file-header)
14583         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14584         autoloads.
14585         (rmail-default-rmail-file): Remove unnecessary declaration.
14586         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14587
14588 2009-02-14  Glenn Morris  <rgm@gnu.org>
14589
14590         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14591         variable (only used in gnus-util, which declares it anyway).
14592         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14593         which was only needed by gnus-art (changed to not use it any more).
14594         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14595         only used in gnus-util, which autoloads it itself.
14596         (rmail-update-summary): Fix autoload.
14597
14598         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14599         rather than rmail-output-to-rmail-file.
14600
14601 2009-02-07  Glenn Morris  <rgm@gnu.org>
14602
14603         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14604         autoload of function that no longer exists.
14605         (rmail-toggle-header): Declare.
14606         (message-forward-rmail-make-body): Handle mbox Rmail.
14607
14608 2009-01-31  Glenn Morris  <rgm@gnu.org>
14609
14610         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14611         2009-01-09 change.
14612
14613 2009-01-31  Dave Love  <fx@gnu.org>
14614
14615         * imap.el (imap-fetch-safe): Bind debug-on-error.
14616         (imap-debug): Add imap-fetch-safe.
14617
14618 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14619
14620         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14621         (auth-source-forget-all-cached): New convenience function.
14622         (auth-source-user-or-password): Accept list of modes or a single mode.
14623
14624         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14625         auth-source modes.
14626
14627         * netrc.el (netrc-machine-user-or-password): Use list of
14628         auth-source modes.
14629
14630         * nnimap.el (nnimap-open-connection): Use list of
14631         auth-source modes.
14632
14633         * nntp.el (nntp-send-authinfo): Use list of
14634         auth-source modes.
14635
14636 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14637
14638         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14639         now.
14640
14641 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14642
14643         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14644         coding system in XEmacs; add a workaround for XEmacs.
14645
14646         * lpath.el: Fbind coding-system-aliasee.
14647
14648 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14651         of current-language-environment.
14652
14653 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14656         available at runtime.
14657
14658 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14661
14662 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14663
14664         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14665         the greatest positive fixnum value doesn't work under an XEmacs with
14666         bignum support; use the most-positive-fixnum constant instead,
14667         available since Emacs 21.1 with cl and XEmacs 21.1.
14668
14669 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14672         XEmacs gets not to work.
14673
14674 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * mm-util.el (mm-coding-system-priorities): Allow the value like
14677         "Japanese (UTF-8)" of current-language-environment.
14678
14679 2009-01-09  Glenn Morris  <rgm@gnu.org>
14680
14681         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14682         with last-command-event.
14683
14684 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14685
14686         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14687         in the doc string.
14688
14689         * message.el (message-fix-before-sending): Amend comment.
14690
14691 2009-01-08  Dave Love  <fx@gnu.org>
14692
14693         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14694
14695 2009-01-07  David Engster  <dengste@eml.cc>
14696
14697         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14698         simplified server definitions by converting it via
14699         gnus-server-to-method.
14700
14701 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14704         parameter's operands.
14705
14706 2009-01-06  David Engster  <dengste@eml.cc>
14707
14708         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14709         primary select method (for gnus-group-mark-article-as-read).
14710
14711 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14712
14713         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14714         `(gnus)Face', not `(gnus)X-Face'.
14715
14716 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14717
14718         * mm-util.el (mm-ucs-to-char): New function.
14719
14720         * mm-url.el (mm-url-decode-entities): Use it.
14721
14722         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14723         unicode-to-char.
14724
14725 2009-01-05  Dave Love  <fx@gnu.org>
14726
14727         * time-date.el: Require cl for `declare'.
14728
14729 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14732         Dave Love.
14733
14734 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14735
14736         * message.el (message-fix-before-sending): Add `eight-bit' to
14737         illegible-text check.
14738
14739 2009-01-03  Michael Olson  <mwolson@gnu.org>
14740
14741         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14742         `headers' is nil.  This can occur if the IMAP server does not have
14743         permissions to read messages from a folder, but can write new messages
14744         to the folder.
14745         (nnimap-request-article-part): Do not insert `data' if it is nil.
14746
14747         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14748         characters which will confuse `read', so skip past them.
14749
14750 2009-01-01  Dave Love  <fx@gnu.org>
14751
14752         * imap.el (imap-string-to-integer): Fix typo.
14753         (imap-fetch-safe): New function.
14754         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14755
14756         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14757
14758         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14759         (imap-parse-greeting): Fix doc strings.
14760         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14761         (imap-parse-flag-list): Make messages unique.
14762         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14763
14764         * nnimap.el: Fix author email.
14765         (nnimap-split-rule): Add FIXME comment.
14766         (nnimap-debug): Fix doc string.
14767
14768 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14769
14770         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14771
14772 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14773
14774         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14775         nslookup if resolv.conf isn't available.
14776         (dns-query): Rename from query-dns.
14777         (dns-query-cached): Rename from query-dns-cached.
14778
14779 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14782         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14783         to check if those variables exist (first appeared in Emacs 18.50).
14784
14785 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * mm-util.el (mm-line-number-at-pos): New function.
14788
14789         * spam-report.el (spam-report-process-queue): Use it.
14790
14791 2008-12-24  David Engster  <dengste@eml.cc>
14792
14793         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14794         parameters that haven't existed as variables as buffer-local variables.
14795
14796 2008-12-23  Dave Love  <fx@gnu.org>
14797
14798         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14799         cadar.
14800
14801         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14802         imap-starttls-p.
14803         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14804
14805 2008-12-22  Dave Love  <fx@gnu.org>
14806
14807         * imap.el: Fix author email.  Doc fixes.
14808         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14809         reply.
14810
14811 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14812
14813         * spam-report.el (spam-report-gmane-max-requests): New constant.
14814         (spam-report-gmane-wait): New variable.
14815         (spam-report-gmane-ham, spam-report-gmane-spam)
14816         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14817         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14818         the server.
14819
14820         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14821         Add explanations.
14822
14823         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14824         nnheader-accept-process-output and nnheader-read-timeout if available.
14825         (pop3-movemail): Use it.
14826
14827         * message.el (message-check-news-body-syntax): Fix signature check if
14828         there's an attachment.
14829
14830 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * mm-util.el: Add comments to the mm- emulating functions.
14833
14834 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14835
14836         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14837         Reported by Stephen Berman <stephen.berman@gmx.net>.
14838
14839 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * mm-util.el (mm-substring-no-properties): New function.
14842         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14843         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14844         (mm-string-to-multibyte): Doc fix.
14845
14846         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14847
14848 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14849
14850         * mml.el (mml-attach-file): Strip text properties from file name.
14851         (Bug#1574)
14852
14853 2008-12-16  Glenn Morris  <rgm@gnu.org>
14854
14855         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14856
14857 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14860         knows since the charset specified might be a bogus alias that
14861         mm-charset-synonym-alist provides.
14862
14863 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14864
14865         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14866         "ISO_8859-1".
14867
14868         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14869
14870 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * mm-util.el (mm-charset-eval-alist):
14873         Define it before mm-charset-to-coding-system.
14874         (mm-charset-to-coding-system): Add optional argument `silent';
14875         define it before mm-charset-override-alist.
14876         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14877         default value if it can be used in Emacs currently running;
14878         silence mm-charset-to-coding-system.
14879
14880 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14881
14882         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14883         `allow-override' which says whether to use `mm-charset-override-alist'.
14884         (rfc2047-decode-encoded-words): Use it.
14885
14886         * mm-util.el (mm-charset-override-alist): Fix custom type;
14887         add `(gb2312 . gbk)' to choices.
14888
14889 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14892         fast.
14893
14894         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14895
14896         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14897
14898 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14899
14900         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14901         on links.
14902
14903         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14904
14905 2008-12-03  Lute Kamstra  <lute@gnu.org>
14906
14907         * sha1.el: Remove leading * from docstrings of defcustoms,
14908         deffaces, defconsts and defuns.
14909
14910 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14913         users' addresses that don't have domain parts.
14914         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14915         rather than message-narrow-to-head since there will be the message
14916         header separator.
14917
14918 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14919
14920         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14921         since the result is inserted in a unibyte buffer anyway.
14922         (nnimap-demule-use-string-to-multibyte): Remove.
14923         (nnimap-demule): Alias it to mm-string-to-multibyte.
14924
14925 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14926
14927         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14928         variable for debugging bug#464 and bug#1174.
14929         (nnimap-demule): Use it.
14930
14931 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14932
14933         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14934         score calculation correctly.
14935
14936 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14937
14938         * message.el (message-send-mail): Just set the buffer to unibyte
14939         rather than use mm-with-unibyte-current-buffer which does a lot more.
14940         (message-send-mail-partially): Don't bother with
14941         mm-with-unibyte-current-buffer since it's already been made unibyte by
14942         message-send-mail.
14943
14944 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14945
14946         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14947
14948 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14949
14950         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14951
14952 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14955         require itself and to remove `with-no-warnings'.
14956
14957 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14958
14959         * starttls.el (starttls-any-program-available): Get the name of the
14960         available TLS layer program.
14961         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14962         well as the host name in the "opening" message.
14963
14964         * auth-source.el (auth-source-cache, auth-source-do-cache)
14965         (auth-source-user-or-password): Cache passwords and logins by default,
14966         allow override with `auth-source-do-cache'.
14967         (auth-source-forget-user-or-password): Allow users to remove cache
14968         entries if needed.
14969
14970 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14971
14972         * md4.el (md4-buffer): Fix typo in docstring.
14973         (md4, md4-64): Doc fixes.
14974         (md4-pack-int32): Reflow docstring.
14975
14976 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14977
14978         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14979         condition-case to only the forward-sexp call.
14980
14981 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14982
14983         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14984         quotes contained.  Make it more robust regardless by an extra
14985         condition-case wrapper.
14986
14987 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14988
14989         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14990
14991 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * nnml.el (nnml-request-expire-articles): Check if the function set to
14994         `nnmail-expiry-target' returns the symbol `delete'.
14995
14996         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14997
14998         * nnmail.el (nnmail-expiry-target): Fix custom type.
14999
15000 2008-10-02  Glenn Morris  <rgm@gnu.org>
15001
15002         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15003         Silence compiler warning.
15004
15005 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15006
15007         * tls.el (open-tls-stream): Show the actual command being
15008         executed, instead of the format string.
15009
15010 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * lpath.el: Fbind codepage-setup for Emacs 23.
15013
15014 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15015
15016         * mml.el (mml-menu): Don't assume mml2015 is bound.
15017
15018 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15021         exists.
15022
15023 2008-09-27  Glenn Morris  <rgm@gnu.org>
15024
15025         * gnus-util.el (mail-header-remove-comments): Autoload it.
15026
15027 2008-09-27  Andreas Schwab  <schwab@suse.de>
15028
15029         * gnus-util.el (gnus-split-references): Strip comments.
15030         (gnus-parent-id): Likewise.
15031
15032 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15033
15034         * message.el (message-confirm-send): Fix version.
15035
15036 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * message.el (message-idna-to-ascii-rhs-1): Use
15039         mail-extract-address-components rather than mail-header-parse-addresses
15040         that is an alias by default to ietf-drums-parse-addresses that does not
15041         support non-ASCII names in headers' contents.
15042
15043 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15044
15045         * message.el (message-confirm-send): Fix variable documentation to
15046         avoid the "y/n" wording.
15047
15048 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15049
15050         * message.el (message-set-auto-save-file-name): Save to a different
15051         filename so multiple messages (especially drafts) can be recovered.
15052
15053 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15054
15055         * message.el (message-confirm-send): Add appropriate version.
15056
15057 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15058
15059         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15060         defvar.
15061
15062 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15063
15064         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15065         (mm-pkcs7-enveloped-magic): Ditto.
15066
15067 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15068
15069         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15070         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15071
15072 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15073
15074         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15075         default, it's better.
15076
15077 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15078
15079         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15080         summary line gnus-number property and ignore them (with a warning
15081         message).
15082
15083 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15086         macro caddr in the interactive form since it won't be expanded.
15087
15088 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15089
15090         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15091         `charset'; fix name of function called recursively.
15092         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15093
15094 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15095
15096         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15097         (gnus-mime-set-charset-parameters): New function.
15098         (gnus-mime-view-part-as-charset): Use it to correctly display part
15099         specifying wrong charset.
15100
15101 2008-09-08  David Engster  <dengste@eml.cc>
15102
15103         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15104         in completing-read for back end server.
15105
15106 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15107
15108         * message.el (message-confirm-send): New variable to confirm sending a
15109         message.
15110         (message-send): Use it.
15111
15112 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15113
15114         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15115
15116 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15119
15120 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15121
15122         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15123         prevent tracking too many groups.
15124         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15125         Use it.
15126
15127 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15128
15129         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15130         moving point to the bottom of the window in order to avoid recentering.
15131
15132 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15135
15136         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15137         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15138         (gnus-article-beginning-of-window): Fix calculation.
15139
15140 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * gnus-msg.el (gnus-summary-supersede-article)
15143         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15144         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15145         message header.
15146
15147 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15148
15149         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15150         pending output coming after the status change.
15151
15152 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15153
15154         * message.el:
15155         * gnus-start.el:
15156         * gnus-registry.el: Remove VMS support.
15157
15158 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15161         macro.
15162         (rfc2104-hash): Use it.
15163
15164 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15165
15166         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15167         (gnus-summary-sort-by-most-recent-date): New commands.
15168         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15169         and menu entries.
15170
15171 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15174         don't redisplay article for raw contents; remove plural articles stuff.
15175
15176         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15177         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15178         on gnus-summary-save-article; display results properly.
15179
15180 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * lpath.el: No need to fbind ns-focus-frame.
15183
15184 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15187
15188 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * gnus-art.el (gnus-summary-save-in-pipe):
15191         Consider gnus-save-all-headers.
15192
15193 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15194
15195         * gnus-util.el (ns-focus-frame): Remove declaration.
15196         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15197         like x.
15198
15199 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15200
15201         * rfc2104.el (rfc2104-zero): Delete defconst.
15202         (rfc2104-hex-alist): Likewise.
15203         (rfc2104-hex-to-int): Delete func.
15204         (rfc2104-hexstring-to-bitstring): Likewise.
15205         (rfc2104-nybbles): New defconst.
15206         (rfc2104-hash): Rewrite for speed.
15207
15208 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15209
15210         * tls.el (open-tls-stream): Make it work with the 2nd argument
15211         BUFFER that is a string but does not exist as a buffer object, as
15212         mentioned in the doc-string.
15213
15214 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15217         SXEmacs.
15218
15219 2008-07-16  Glenn Morris  <rgm@gnu.org>
15220
15221         * gnus-util.el (ns-focus-frame): Declare for compiler.
15222
15223 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15224
15225         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15226         set as a group parameter.
15227         (gnus-summary-save-in-pipe): Work when it is called independently.
15228         (gnus-summary-pipe-to-muttprint): Don't modify
15229         gnus-summary-pipe-output-default-command.
15230
15231 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15232
15233         * message.el (message-send-mail-with-sendmail):
15234         Display the error message.
15235
15236 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * gnus-art.el (gnus-default-article-saver):
15239         Add gnus-summary-save-in-pipe to choices.
15240         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15241         gnus-summary-pipe-output-default-command as the default command.
15242         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15243         instead of gnus-last-shell-command.
15244
15245         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15246         New user option.
15247         (gnus-summary-muttprint-program): Mention the value will be changed.
15248         (gnus-summary-save-article): Force showing of all headers.
15249         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15250
15251 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15252
15253         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15254
15255 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15256
15257         * nnimap.el (nnimap-id):
15258         * sieve-manage.el (sieve-manage-open): Doc fixes.
15259
15260 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15261
15262         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15263         if available.
15264
15265 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15266
15267         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15268
15269         * nnkiboze.el (nnkiboze-generate-group):
15270         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15271
15272         * nnmairix.el: Require CL.
15273
15274 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * dgnushack.el: Autoload get-display-table and put-display-table for
15277         XEmacs 21.5.
15278
15279         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15280         21.4 and SXEmacs.
15281
15282 2008-06-15  David Engster  <dengste@eml.cc>
15283
15284         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15285
15286 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15287
15288         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15289         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15290         runtime choice under XEmacs.
15291
15292         * gnus-sum.el (gnus-summary-set-display-table):
15293         Use `gnus-put-display-table', `gnus-get-display-table',
15294         `gnus-set-display-table' for the display table, instead of `aset'.
15295
15296         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15297         Use `gnus-put-display-table', `gnus-get-display-table',
15298         `gnus-set-display-table' for the display table.
15299
15300 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15301
15302         * nnmairix.el: Add autoloads.
15303
15304 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15305
15306         * nnmairix.el (nnmairix-delete-recreate-group)
15307         (nnmairix-update-and-clear-marks): Fix error messages.
15308
15309 2008-06-14  David Engster  <dengste@eml.cc>
15310
15311         * nnmairix.el: Upgrade to version 0.6.
15312         (nnmairix-group-toggle-propmarks-this-group)
15313         (nnmairix-group-toggle-readmarks-this-group)
15314         (nnmairix-group-delete-recreate-this-group)
15315         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15316         (nnmairix-remove-tick-mark-original-article): New commands.
15317         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15318         (nnmairix-propagate-marks-to-nnmairix-groups)
15319         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15320         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15321         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15322         functions needed for marks propagation and manipulation of read marks.
15323         (nnmairix-update-groups): New function.
15324         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15325         (nnmairix-determine-original-group-from-registry)
15326         (nnmairix-determine-original-group-from-path)
15327         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15328         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15329         New helper functions.
15330         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15331         keystrokes for new commands.
15332         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15333         (nnmairix-request-group): Check allow-fast group parameter.
15334         (nnmairix-request-create-group): Set allow-fast group parameter if
15335         nnmairix-allowfast-default is set.
15336         (nnmairix-close-group): Propagate marks upon closing if needed.
15337         (nnmairix-group-toggle-threads-this-group): Use new.
15338         nnmairix-group-toggle-parameter helper function.
15339         (nnmairix-search): Better check for empty search result.
15340         (nnmairix-goto-original-article): Use new helper functions for
15341         determining original article.
15342         (nnmairix-show-original-article): Make sure message-id is in brackets.
15343         (nnmairix-call-mairix-binary): Change variable name.
15344         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15345         helper function.
15346         (nnmairix-widget-toggle-activate): Fix doc string.
15347
15348 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * nnir.el: Require edmacro when compiling with XEmacs.
15351         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15352         available in Emacs 21.
15353
15354 2008-06-11  Glenn Morris  <rgm@gnu.org>
15355
15356         * gnus-util.el (x-focus-frame):
15357         * gnus.el (image-size):
15358         * mm-decode.el (image-size): Declare.
15359
15360         * gnus-picon.el (declare-function): Add compat definition.
15361         (image-size): Declare.
15362
15363         * gnus-group.el (tool-bar-map):
15364         * gnus-sum.el (tool-bar-map): Define for compiler.
15365
15366         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15367
15368         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15369
15370         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15371         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15372         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15373         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15374         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15375         * sieve-manage.el, spam-report.el, spam.el:
15376         Remove unnecessary eval-and-compile of autoloads.
15377
15378 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15379
15380         * auth-source.el: Precise Tramp doc.
15381
15382 2008-06-07  Glenn Morris  <rgm@gnu.org>
15383
15384         * nnmairix.el: Remove unnecessary eval-when-compile.
15385
15386 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * lpath.el: Fbind propertize for XEmacs 21.4.
15389
15390 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15391
15392         * nnir.el: Move here from ../contrib.
15393
15394 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15395
15396         * gnus-util.el (gnus-read-shell-command): New function.
15397         * mm-decode.el (mm-pipe-part):
15398         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15399
15400 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15403
15404 2008-06-03  Glenn Morris  <rgm@gnu.org>
15405
15406         * pop3.el (nnheader-accept-process-output): Autoload it.
15407
15408 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15409
15410         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15411         are not 2-digit hexadecimal characters that follow `%'s.
15412
15413 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15414
15415         * message.el (message-bogus-recipient-p): Fix type in doc string.
15416         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15417         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15418         Improve custom options.
15419         (message-bogus-recipient-p): Adjust accordingly.
15420
15421 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15422
15423         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15424         long-form month and day names.
15425
15426 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * dgnushack.el: Autoload debug, eudc-expand-inline and
15429         pgg-snarf-keys-region for XEmacs.
15430
15431         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15432
15433         * nnmairix.el: Require edmacro when compiling with XEmacs.
15434
15435 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15436
15437         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15438         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15439
15440 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15441
15442         * auth-source.el: Add more docs.
15443
15444         * netrc.el (netrc-machine): Always match if the port is not given.
15445
15446 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15447
15448         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15449         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15450         retrieval faster in some cases, but might make CPU usage larger.
15451         If this has any bad side effects, we might revert this change.
15452
15453         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15454         seems to make mail retrieval much, much faster.
15455         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15456         unconditionally.
15457
15458         * gnus-draft.el (gnus-group-send-queue):
15459         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15460
15461 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15462
15463         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15464
15465         * message.el (message-bogus-address-regexp): Fix and improve custom
15466         type.
15467         (message-setup-hook): Add message-check-recipients as custom option.
15468
15469 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15470
15471         * message.el (message-cite-function): Remove bogus autoload which crept
15472         in during merge from v5-10.
15473
15474 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15475
15476         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15477
15478         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15479
15480         * auth-source.el: Preliminary Tramp docs.
15481         (auth-sources): Change the default auth-sources to use
15482         EPA .gpg files.
15483
15484 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15485
15486         * nntp.el: Autoload `auth-source-user-or-password'.
15487         (nntp-send-authinfo): Use it.
15488
15489         * nnimap.el: Autoload `auth-source-user-or-password'.
15490         (nnimap-open-connection): Use it.
15491
15492         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15493         for the gnus-message function.
15494         (auth-source-user-or-password): Use it.
15495
15496 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15497
15498         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15499         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15500         (rfc2104-hash): Use it.
15501
15502 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15503
15504         * gnus-art.el (gnus-article-toggle-truncate-lines):
15505         Don't use `iff' in docstring.
15506
15507 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15508
15509         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15510
15511         * gnus-util.el (gnus-extract-address-component-name)
15512         (gnus-extract-address-component-email): Convenience functions around
15513         `gnus-extract-address-components'.
15514
15515         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15516         Use `gnus-extract-address-component-email' to fix bug of comparing full
15517         sender name to `user-mail-address'.
15518
15519 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15520
15521         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15522         catch/throw to optimize.
15523         (gnus-registry-find-keywords): Just use member to find a keyword.
15524
15525 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15526
15527         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15528         is current before calling gnus-server-prepare.
15529         (gnus-server-setup-buffer, gnus-server-update-server)
15530         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15531
15532 2008-05-04  Juri Linkov  <juri@jurta.org>
15533
15534         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15535         (mailcap-file-default-commands): Use mailcap-replace-in-string
15536         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15537         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15538
15539 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15540
15541         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15542
15543 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15544
15545         * gnus.el: Bump version to 0.11.
15546
15547 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15548
15549         * gnus.el: No Gnus v0.10 is released.
15550
15551 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15552
15553         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15554         hooks.
15555         (gnus-update-read-articles): Speed up non-marks-using users.
15556         (gnus-use-marks): Define gnus-use-marks.
15557         (gnus-propagate-marks): Rename variable to something more sensible.
15558
15559 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15560
15561         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15562         (gmm-image-load-path-for-library): Fix typos in docstrings.
15563         (gmm-message): Reflow docstring.
15564
15565 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15566
15567         * mail-source.el (mail-source-set-1, mail-source-bind):
15568         Move auth-source code out of the macro to clean it up and fix bugs.
15569
15570 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15571
15572         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15573         by sender if it's equal to user-mail-address, it's likely to be
15574         useless.
15575
15576         * mail-source.el (mail-source-bind): Don't use user or password if they
15577         are not bound.  Unintern them if they are nil.  Don't use server unless
15578         it's bound, and default it to empty string otherwise.
15579
15580 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15581
15582         * mail-source.el: Load auth-source.el.
15583         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15584         get user name or password, if auth-sources is set up.
15585
15586         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15587         strategy of splitting with parent.
15588         (gnus-registry-split-fancy-with-parent)
15589         (gnus-registry-post-process-groups): Use it and fix prior
15590         bug (returning a list as the split result).
15591
15592         * auth-source.el (auth-sources): Remove server parameter.
15593         (auth-source-pick, auth-source-user-or-password)
15594         (auth-source-user-or-password-imap)
15595         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15596         (auth-source-user-or-password-sftp)
15597         (auth-source-user-or-password-smtp): Remove server parameter.
15598
15599 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15600
15601         * smime.el (smime-sign-region, smime-encrypt-region)
15602         (smime-decrypt-region):
15603         Remove redundant calls to `generate-new-buffer-name'.
15604
15605 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15606
15607         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15608         Don't use QP for message/rfc822.
15609         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15610
15611 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15612
15613         * sieve-manage.el (sieve-string-bytes): Remove.
15614         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15615         correct byte-length only if the process's coding-system is the same as
15616         the one used internally by Emacs to represent strings.
15617
15618 2008-04-22  Juri Linkov  <juri@jurta.org>
15619
15620         * mailcap.el (mailcap-file-default-commands): New function.
15621
15622 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * message.el (message-signature-separator, message-cite-function):
15625         Change custom version.
15626
15627 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15628
15629         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15630         commands.
15631         (tls-checktrust): Ditto.
15632
15633 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15634
15635         * mm-decode.el (mm-display-external): Make temp file read-only.
15636
15637 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15638
15639         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15640         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15641         `C-c C-f d'.
15642
15643 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15644
15645         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15646
15647 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15648
15649         * gnus.el: Bump version to 0.9.
15650
15651 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15652
15653         * gnus.el: No Gnus v0.8 is released.
15654
15655 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15656
15657         * mail-source.el (mail-source-value):
15658         Prefer fboundp to functionp so it works with macros as well.
15659
15660 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15661
15662         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15663         Fix last change in case the element is not even a symbol.
15664
15665 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15666
15667         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15668         Prefer fboundp to functionp so it works with macros as well.
15669
15670 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15671
15672         * auth-source.el: Add docs.
15673         (auth-sources): Modify format to support server.
15674         (auth-source-pick, auth-source-user-or-password)
15675         (auth-source-user-or-password-imap)
15676         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15677         (auth-source-user-or-password-sftp)
15678         (auth-source-user-or-password-smtp): Add server parameter.
15679
15680 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15681
15682         * gnus-registry.el: Initialize the registry when gnus-registry-install
15683         is t.
15684
15685 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15686
15687         * compface.el (uncompface): Make buffer unibyte.
15688
15689 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15690
15691         * mail-source.el (mail-source-value):
15692         Prefer fboundp to functionp so it works with macros as well.
15693
15694 2008-04-05  Glenn Morris  <rgm@gnu.org>
15695
15696         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15697
15698 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15699
15700         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15701         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15702
15703         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15704         multibyteness after rather than before erasing it.
15705
15706         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15707         mm-with-multibyte.
15708         (gnus-request-article-this-buffer): Make sure the proper decoding is
15709         used if gnus-original-article-buffer happens to be unibyte.
15710
15711         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15712         default-enable-multibyte-characters.
15713
15714         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15715         default-enable-multibyte-characters.
15716
15717         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15718
15719         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15720
15721 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15722
15723         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15724         Fix last change in case the element is not even a symbol.
15725
15726 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15727
15728         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15729         (imap-message-copyuid-1): Use it.
15730         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15731         J. Williams in
15732         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15733
15734         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15735         imap-enable-exchange-bug-workaround.
15736         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15737
15738 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15739
15740         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15741         a 100 byte status-checks into a 2-3MB transfer for each group.
15742         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15743         to enable bug workaround or not.
15744         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15745
15746 2008-03-31  Glenn Morris  <rgm@gnu.org>
15747
15748         * message.el (mml2015-use): Declare for compiler.
15749         (message-info): Require mml2015 when appropriate.
15750
15751 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15754         whitespace.
15755
15756 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15757
15758         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15759         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15760         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15761         (nntp-service-to-port): New function.
15762         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15763         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15764         (nntp-open-netcat-stream): New function.
15765         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15766
15767 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15768
15769         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15770
15771 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15772
15773         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15774
15775 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15776
15777         * dns.el (dns-write): Use set-buffer-multibyte.
15778
15779 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15780
15781         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15782
15783 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15784
15785         * message.el (message-signature-separator): Change default.
15786         Improve custom type.
15787         (message-cite-function): Change default to
15788         message-cite-original-without-signature.
15789
15790         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15791         toggle.
15792
15793         * message.el (message-check-news-body-syntax): Fix signature check.
15794         (message-setup-1): Mark buffer as unmodified _after_ running
15795         message-setup-hook and handling message-alternative-emails.
15796         (message-shorten-references): Be more strict when building list of
15797         valid references to comply with GNKSA.
15798
15799         * gnus-group.el (gnus-read-ephemeral-bug-group)
15800         (gnus-read-ephemeral-debian-bug-group)
15801         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15802
15803         * message.el (message-info): Don't use booleanp which isn't supported
15804         in Emacs 21 and XEmacs.
15805
15806 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15807
15808         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15809         gnus-group-gmane-group-download-format.
15810         (gnus-group-read-ephemeral-gmane-group): Rename from
15811         gnus-group-read-ephemeral-gmane-group.
15812         (gnus-read-ephemeral-gmane-group-url): Rename from
15813         gnus-group-read-ephemeral-gmane-group-url.
15814         (gnus-bug-group-download-format-alist): New variable.
15815         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15816         (gnus-read-ephemeral-emacs-bug-group): New commands.
15817
15818 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15819
15820         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15821         (gnus-visible-headers): Improve custom type.
15822
15823 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15824
15825         * mml.el (mml-menu): Add workarounds for XEmacs.
15826
15827         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15828         X-Boundary header.
15829
15830         * message.el (message-simplify-recipients): Fix previous commit.
15831
15832 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15833
15834         * mm-util.el (mm-set-buffer-multibyte): New function.
15835         * mm-decode.el (mm-copy-to-buffer): Use it.
15836
15837         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15838         Prefer fboundp to functionp so it works with macros as well.
15839
15840 2008-03-19  Glenn Morris  <rgm@gnu.org>
15841
15842         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15843         Accidentally removed in the sync process with Emacs.
15844
15845 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15846
15847         * message.el (message-alter-recipients-discard-bogus-full-name):
15848         New function.
15849         (message-alter-recipients-function): New variable.
15850         (message-get-reply-headers): Use it.
15851         (message-replace-header): New helper function.
15852         (message-recipients-without-full-name): New variable.
15853         (message-simplify-recipients): New command.
15854
15855         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15856
15857         * message.el (message-info): Handle EasyPG manual.
15858
15859         * mml.el (mml-menu): Add entry for EasyPG.
15860
15861 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15862
15863         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15864         parameter.
15865
15866         * message.el (message-disassociate-draft): Specify drafts group name
15867         fully.
15868
15869 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15870
15871         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15872         Eliminate unnecessary duplicates from the match list.
15873
15874 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15877
15878         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15879
15880         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15881         args of `how-many' of which the XEmacs version doesn't take; declare
15882         Info-index-next as function.
15883
15884 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15885
15886         * gnus-score.el (gnus-score-headers): Fix handling of
15887         gnus-inhibit-slow-scoring.
15888
15889         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15890         string.
15891         (gnus-button-url-regexp): Improve handling of parenthesis.
15892         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15893         (gnus-button-handle-info-keystrokes): Handle index entries.
15894
15895 2008-03-15  Glenn Morris  <rgm@gnu.org>
15896
15897         * parse-time.el (parse-time-string): Simplify.
15898
15899 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15902         Incoming* files.
15903
15904 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15905
15906         * auth-source.el (auth-sources): Rename from auth-source-choices.
15907         (auth-source-pick): Use it.
15908
15909 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15910
15911         * binhex.el (binhex-decode-region-internal):
15912         * uudecode.el (uudecode-decode-region-internal):
15913         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15914         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15915         setting default-enable-multibyte-characters.
15916
15917 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15918
15919         * auth-source.el (auth-source-protocols)
15920         (auth-source-protocols-customize, auth-source-choices): Add and
15921         modified variable customizations and defaults.
15922         (auth-source-pick, auth-source-user-or-password)
15923         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15924         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15925         (auth-source-user-or-password-sftp)
15926         (auth-source-user-or-password-smtp): Use new variables and provide an
15927         interface to netrc.el.
15928
15929 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15932         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15933         Make sure the nntp port to specify is a string.
15934
15935 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15936
15937         * nntp.el: Use with-current-buffer.
15938         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15939         dubious mm-with-unibyte-current-buffer.
15940         (nntp-with-open-group-function): New function extracted from
15941         nntp-with-open-group macro.
15942         (nntp-with-open-group): Use the function, so it's easier to debug.
15943         Add indentation and debugging info.
15944         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15945         Recommend the use of the netcat alternatives.
15946
15947         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15948         Avoid mm-string-as-multibyte as well.
15949
15950         * nnweb.el (nnweb-insert-html):
15951         Remove use of nnheader-string-as-multibyte.
15952
15953         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15954         (nnheader-string-as-multibyte): Remove.
15955
15956         * mm-view.el: Use inhibit-read-only.
15957         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15958         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15959         or unibyte-string.
15960
15961         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15962         (mm-uu-yenc-extract): Use with-current-buffer.
15963
15964         * gnus-soup.el (gnus-soup-send-packet): Don't use
15965         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15966
15967         * nnmh.el: Use with-current-buffer.
15968         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15969         mm-string-as-multibyte on the output of mm-encode-coding-string.
15970
15971         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15972         (nnimap-request-move-article): Use with-current-buffer.
15973
15974         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15975         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15976         conversion uses string-make-unibyte rather than string-as-unibyte.
15977
15978         * gnus-msg.el: Use with-current-buffer.
15979
15980         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15981
15982 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15983
15984         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15985         string for caching if it is 'PIN.
15986
15987 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15988
15989         * lpath.el: Consider the case without Emacs/W3.
15990
15991 2008-03-08  Glenn Morris  <rgm@gnu.org>
15992
15993         * time-date.el (date-to-time, time-subtract, time-add)
15994         (safe-date-to-time): Doc fixes.
15995
15996 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15997
15998         * mail-source.el (mail-source-delete-old-incoming-confirm):
15999         Change default to nil.
16000         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16001
16002 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16003
16004         * lpath.el: Rearrange.
16005
16006         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16007         (gnus-article-goto-prev-page): Work for articles having ^L's.
16008
16009         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16010
16011         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16012
16013 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16014
16015         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16016         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16017         (gnus-bookmark-jump): Adjust some variable names.
16018
16019 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16020
16021         * auth-source.el: New package.
16022         (auth-source-choices): Add customization entry point variable.
16023
16024         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16025         bug.
16026
16027 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16028
16029         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16030         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16031         (gnus-registry-install-shortcuts): Rename from
16032         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16033         the `gnus-registry-mark-map' keymap dynamically from
16034         `gnus-registry-marks'.  The generated functions update the summary line
16035         when a registry mark is added or deleted, and will call
16036         `gnus-registry-install-p' (see the comments in the code).
16037         (gnus-registry-user-format-function-M): Use concat intelligently.
16038
16039         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16040         the registry mark functions.
16041
16042 2008-03-05  Glenn Morris  <rgm@gnu.org>
16043
16044         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16045         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16046         gnus-art.
16047         (top-level): No need to load own source when compiling.
16048
16049 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16050
16051         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16052         Suggested by <chris.anderton@zetnet.co.uk>.
16053
16054 2008-03-04  Glenn Morris  <rgm@gnu.org>
16055
16056         * gnus-sum.el (top-level): No need to require gnus when compiling,
16057         since unconditionally required near start of file.
16058         (gnus-summary-display-while-building): Move definition before use.
16059
16060 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16061
16062         * gnus-registry.el (gnus-registry-user-format-function-M):
16063         Add formatting function.
16064
16065 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16066
16067         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16068         with plists.
16069         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16070         Use new format.
16071
16072 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16075         `where-is-internal' that returns a range of key sequences.
16076
16077 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16078
16079         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16080
16081         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16082         (gnus-summary-jump-to-group): Consider windows on other displayed
16083         frames as well.  Similar changes might be needed elsewhere, but that's
16084         the one I've bumped into during my use.
16085
16086         * nndoc.el (nndoc-oe-dbx-type-p):
16087         * gnus-msg.el (gnus-debug):
16088         * gnus-group.el (gnus-update-group-mark-positions):
16089         Use mm-string-to-multibyte.
16090
16091 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16092
16093         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16094         doesn't handle NotDashEscaped.
16095
16096         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16097         (mml-dnd-attach-options): Fix typo in custom choice.
16098
16099         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16100         Change nndoc-article-type to mbox.
16101         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16102
16103         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16104         to nil, instead of html2text.
16105
16106         * imap.el (imap-debug): Add `imap-ping-server'.
16107
16108         * gnus-bookmark.el: Add FIXMEs.
16109
16110         * message.el (message-form-letter-separator)
16111         (message-send-form-letter-delay): New variables.
16112         (message-send-form-letter): Use them.  New command to send form
16113         letters.  Requested by Uwe Siart.
16114         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16115
16116 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16117
16118         * Update copyright years.
16119
16120 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16121
16122         Sync from EMACS_22_BASE.
16123
16124         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16125
16126 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16127
16128         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16129         empty author.
16130
16131 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16132
16133         * gnus-registry.el (gnus-registry-marks): Add variable for
16134         customization of marks and their appearance.
16135         (gnus-registry-read-mark): Use it.
16136         (gnus-registry-do-marks): Add utility function to loop through
16137         `gnus-registry-marks'.
16138         (gnus-registry-install-shortcuts-and-menus): Add function to install
16139         shortcuts and menus.
16140         (gnus-registry-initialize): Use it.
16141         (gnus-registry-default-mark): Clarify documentation.
16142
16143 2008-02-29  Glenn Morris  <rgm@gnu.org>
16144
16145         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16146         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16147         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16148         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16149         Change defcustom :version from 23.0 to 23.1.
16150
16151 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16152
16153         * gnus-registry.el (gnus-registry-follow-group-p)
16154         (gnus-registry-post-process-groups): Add functions to aid registry
16155         splitting and improve logging.  Clarify behavior in function
16156         documentation.
16157         (gnus-registry-split-fancy-with-parent): Use them.
16158
16159 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16160
16161         * gnus-art.el: Use with-current-buffer.
16162
16163 2008-02-27  David Engster  <dengste@eml.cc>
16164
16165         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16166         Express real group name in the response.
16167
16168 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16171         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16172         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16173         autoload gnus-registry-fetch-group when compiling.
16174         (nnmairix-request-group-with-article-number-correction):
16175         Remove unreferenced argument passed to nnmairix-call-backend.
16176
16177 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16178
16179         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16180         (mm-uu-extract): Improve face for low color ttys.
16181         Reported by Sascha Wilde.
16182
16183 2008-02-27  Glenn Morris  <rgm@gnu.org>
16184
16185         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16186         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16187         variables to defconsts.  Convert comments to doc-strings.
16188         (nnmairix-last-server, nnmairix-current-server): Convert from free
16189         variables to defvars.  Convert comments to doc-strings.
16190         (gnus-registry-fetch-group): Autoload.
16191         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16192         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16193         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16194         caddr.
16195         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16196         nnmairix-request-group-with-article-number-correction call.
16197         (nnmairix-fast, nnmairix-group): New, less general names, for free
16198         variables passed from nnmairix-request-group to
16199         nnmairix-request-group-with-article-number-correction.  Declare.
16200         (nnmairix-request-group-with-article-number-correction):
16201         Use nnmairix-fast, nnmairix-group rather than fast, group.
16202
16203 2008-02-26  David Engster  <dengste@eml.cc>
16204
16205         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16206         version 0.5.
16207
16208 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16209
16210         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16211         instead of making an extra function call.  Don't add the current group
16212         to articles only when they have the group.  Use
16213         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16214         Reported by David <de_bb@arcor.de>.
16215
16216 2008-02-24  Miles Bader  <miles@gnu.org>
16217
16218         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16219         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16220         (mm-find-mime-charset-region):
16221         * mm-bodies.el (mm-encode-body):
16222         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16223
16224 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16227         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16228
16229 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16230
16231         * mail-source.el (mail-source-delete-incoming): Change default.
16232         Supplement doc string.
16233
16234         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16235
16236 2008-02-14  Glenn Morris  <rgm@gnu.org>
16237
16238         * time-date.el (format-seconds): New function.
16239
16240 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16241
16242         * nnmail.el (nnmail-message-id-cache-file): Derive from
16243         `gnus-home-directory'.
16244
16245 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16246
16247         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16248         Document negative prefix.
16249
16250         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16251
16252 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16253
16254         * message.el (message-unsent-separator): Add the Exim bounce
16255         separator.
16256
16257 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16258
16259         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16260         list.
16261         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16262         recipient/signer list.
16263
16264 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16265
16266         * Makefile.in (datarootdir): Define.
16267         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16268         name that might contain whitespace.
16269
16270 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16271
16272         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16273         fbound (Emacs 23 unicode), signal an error.
16274
16275 2008-02-08  Glenn Morris  <rgm@gnu.org>
16276
16277         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16278
16279 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16280
16281         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16282         ports to the calls to `netrc-machine-user-or-password' in addition to
16283         "imap" and "imaps".
16284
16285 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16286
16287         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16288
16289         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16290
16291 2008-02-01  Kenichi Handa  <handa@m17n.org>
16292
16293         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16294         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16295         (rfc2104-hash): Convert the result of concat to unibyte string.
16296
16297 2008-02-01  Dave Love  <fx@gnu.org>
16298
16299         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16300         coding-system-for-read.
16301         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16302
16303 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16304
16305         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16306         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16307         <hanche@math.ntnu.no>.
16308
16309 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16310
16311         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16312
16313         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16314
16315 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16316
16317         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16318         * message.el (message-beginning-of-line): Use featurep instead of bound
16319         tests in order to resolve conditionals at compile time.
16320
16321 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16322
16323         * mail-source.el (mail-sources): Add `group' choice.
16324
16325         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16326         parameter `in-group' to control into which group the articles go.
16327         Add treatment of `group' mail-source.
16328
16329 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16332
16333         * mm-decode.el (mm-dissect-buffer): Decode description.
16334
16335         * mml.el (mml-to-mime): Encode message header first.
16336
16337 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16338
16339         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16340         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16341
16342         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16343         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16344
16345 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16346
16347         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16348
16349 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16352         prefix keys.
16353         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16354         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16355         gnus-xmas.el.
16356
16357         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16358         (gnus-xmas-article-describe-bindings): New function.
16359         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16360         gnus-xmas-article-describe-bindings.
16361
16362         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16363
16364 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16365
16366         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16367         Add new variables for article mark management.
16368         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16369         list of extra data entries which, when present, will indicate that the
16370         article ID should not be trimmed from the registry.
16371         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16372         functions.
16373         (gnus-registry-read-mark): New function to read a mark name from the
16374         user.
16375         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16376         (gnus-registry-set-article-mark-internal): New functions to add and
16377         remove marks.
16378         (gnus-registry-get-article-marks): New function to show the marks for
16379         an article, or retrieve them for further use.
16380
16381 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16384         keys when no argument is given.
16385
16386 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16387
16388         * imap.el (imap-ping-server): New variable.
16389         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16390         (imap-ping-server): Minor doc string fixes.
16391
16392 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16393
16394         * imap.el (imap-ping-server): New function.
16395         (imap-opened): Call imap-ping-server.
16396
16397 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16398
16399         * gnus-sum.el (gnus-article-sort-by-random)
16400         (gnus-thread-sort-by-random): Fix doc strings.
16401         Reported by jidanni@jidanni.org.
16402
16403 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * gnus-art.el (gnus-article-describe-bindings): New function.
16406         (gnus-article-read-summary-keys): Use it.
16407         (gnus-article-mode-map): Bind `C-h b' to it.
16408
16409 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16410
16411         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16412         XEmacs.
16413         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16414         Protect against non-character events.
16415
16416         * lpath.el: Fbind map-keymap for Emacs 21.
16417
16418 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16419
16420         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16421         New command.
16422         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16423         instead of END.  Change name of the temp file.
16424         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16425         customizable.
16426
16427 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16428
16429         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16430         bind `S W' to gnus-article-wide-reply-with-original; set default
16431         binding to gnus-article-read-summary-send-keys.
16432         (gnus-article-read-summary-keys): Fix the order of keys; display
16433         continuation keys correctly in the echo area; describe bindings
16434         correctly when keys end with `C-h'.
16435         (gnus-article-read-summary-send-keys): New function.
16436         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16437         Work for gnus-article-read-summary-send-keys; display continuation keys
16438         correctly in the echo area.
16439         (gnus-article-reply-with-original): Ignore prefix argument.
16440         (gnus-article-wide-reply-with-original): New function.
16441
16442         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16443         Emacs 21.
16444
16445 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16448         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16449
16450 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16451
16452         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16453         (gnus-group-read-ephemeral-gmane-group): New command.
16454
16455 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16456
16457         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16458
16459 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16460
16461         * message.el (message-send-mail-function): Increase custom version.
16462
16463         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16464         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16465
16466 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16467
16468         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16469         for the cases where imap-authenticate is called with a nil buffer
16470         parameter.
16471
16472 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16473
16474         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16475         html parts correctly; support forwarded messages.
16476         (gnus-article-browse-html-article): Remove work buffers.
16477
16478         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16479         compiling.
16480         (netrc-bound-and-true-p): New macro.
16481         (netrc-parse): Use it instead of bound-and-true-p that is not available
16482         in XEmacs 21.4.
16483
16484 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16485
16486         * gnus-registry.el (gnus-registry-mark-article)
16487         (gnus-registry-article-marks): Add functionality to mark articles
16488         through the Gnus registry.
16489
16490         * encrypt.el: Clarify documentation for the new pgg method.
16491         (encrypt-file-alist): Add PGG option.
16492         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16493         functionality.  Abstract password key and messaging to external
16494         functions.
16495         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16496         (encrypt-message-method-and-cipher): Add new convenience external
16497         functions.
16498         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16499         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16500
16501         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16502         (netrc-parse): Use encrypt-file-alist to determine if
16503         encrypt-find-model or encrypt-insert-file-contents should be used.
16504
16505         * encrypt.el: Clarify documentation.  Load password-cache or
16506         password, whichever one is found first, instead of autoloading.
16507
16508 2007-12-19  Glenn Morris  <rgm@gnu.org>
16509
16510         * mml.el (message-options-set, message-narrow-to-head)
16511         (message-in-body-p, message-mail-p, message-encode-message-body):
16512         Autoload.
16513         (message-remove-header, message-narrow-to-headers-or-head)
16514         (message-subscribed-p, message-make-mail-followup-to)
16515         (message-position-on-field, message-news-p)
16516         (message-options-set-recipient, message-generate-headers)
16517         (message-sort-headers): Declare as functions.
16518
16519 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16520
16521         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16522         convention in doc string.
16523
16524 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16527         title to html parts.
16528         (gnus-article-browse-html-article): Pass message header to it.
16529
16530         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16531
16532 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16533
16534         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16535         or password compatible with XEmacs.
16536
16537 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16538
16539         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16540         format document.
16541         (gnus-mime-delete-part): Don't write description line if empty.
16542         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16543
16544 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16545
16546         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16547         (gnus-summary-mark-read-and-unread-as-read)
16548         (gnus-summary-mark-current-read-and-unread-as-read)
16549         (gnus-summary-mark-unread-as-ticked): Doc fix.
16550         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16551
16552 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16553
16554         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16555         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16556
16557 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16558
16559         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16560         yes-or-no-p.
16561
16562 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * mm-decode.el (mm-add-meta-html-tag): New function.
16565         (mm-save-part-to-file, mm-pipe-part): Use it.
16566
16567         * gnus-art.el (gnus-article-browse-delete-temp-files):
16568         Use gnus-y-or-n-p instead of y-or-n-p.
16569         (gnus-article-browse-html-parts): Work with message/external-body; use
16570         mm-add-meta-html-tag.
16571
16572 2007-12-11  Glenn Morris  <rgm@gnu.org>
16573
16574         * gnus-cache.el: Require gnus-sum not just when compiling.
16575
16576         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16577
16578         * gnus-int.el (gnus-server-opened, gnus-status-message):
16579         Move definitions before use.
16580
16581         * mm-decode.el: Require gnus-util.
16582         (mm-remove-part): Only call delete-annotation on XEmacs.
16583
16584         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16585
16586         * nnmail.el: Require gnus-int.
16587
16588         * spam.el: Move `require's before `eval-when-compile's.
16589
16590         * gnus-ems.el (gnus-alive-p):
16591         * gnus-fun.el (message-goto-eoh):
16592         * gnus-util.el (gnus-group-name-decode):
16593         * mail-source.el (gnus-compress-sequence):
16594         * message.el (Info-goto-node, format-spec):
16595         * mm-bodies.el (message-options-get):
16596         * mm-decode.el (mm-view-pkcs7):
16597         * mm-util.el (gmm-write-region):
16598         * mml-smime.el (mml-compute-boundary)
16599         (gnus-completing-read-with-default):
16600         * mml.el (widget-button-press, gnus-make-hashtable):
16601         * mml1991.el (mm-decode-content-transfer-encoding)
16602         (mm-encode-content-transfer-encoding)
16603         (message-options-get, message-options-set):
16604         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16605         * nnfolder.el (gnus-request-group):
16606         * nnheader.el (ietf-drums-unfold-fws):
16607         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16608         * smime.el (gnus-run-mode-hooks):
16609         * spam-stat.el (gnus-message): Autoload.
16610
16611         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16612         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16613         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16614         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16615         Add declare-function compatibility definition.
16616
16617         * gnus-cache.el (nnvirtual-find-group-art):
16618         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16619         (gnus-add-image, gnus-add-wash-type):
16620         * gnus-group.el (nnkiboze-score-file):
16621         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16622         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16623         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16624         (message-tokenize-header, gnus-get-buffer-create)
16625         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16626         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16627         * gnus.el (gnus-group-decoded-name):
16628         * mail-source.el (imap-capability):
16629         * mm-bodies.el (message-options-set):
16630         * mm-decode.el (gnus-configure-windows):
16631         * mm-extern.el (message-goto-body):
16632         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16633         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16634         (epg-sub-key-validity, message-options-set):
16635         * mml.el (widget-event-point, gnus-configure-windows):
16636         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16637         * mml2015.el (epg-check-configuration, epg-configuration)
16638         (message-options-set):
16639         * nndb.el (nndb-request-article):
16640         * nnfolder.el (gnus-request-create-group):
16641         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16642         * nnmaildir.el (gnus-group-mark-article-read):
16643         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16644         * rfc1843.el (message-fetch-field):
16645         * spam.el (gnus-extract-address-components):
16646         Declare as functions.
16647
16648 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16651
16652         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16653
16654         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16655         bind show-trailing-whitespace for XEmacs.
16656
16657 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16658
16659         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16660         new no-op macro for backward compatibility.
16661
16662         * imap.el (imap-string-to-integer): New function.
16663
16664 2007-12-09  Glenn Morris  <rgm@gnu.org>
16665
16666         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16667
16668         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16669         * message.el, mm-view.el, sieve-manage.el, smime.el:
16670         Add declare-function compatibility definition.
16671
16672         * gnus-art.el (w3-region, w3m-region, Info-menu):
16673         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16674         * gnus-sum.el (gnus-get-predicate):
16675         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16676         * message.el (mail-abbrev-in-expansion-header-p):
16677         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16678         (w3m-detect-meta-charset, w3m-region):
16679         * sieve-manage.el (password-read, password-cache-add)
16680         (password-cache-remove):
16681         * smime.el (password-read-and-add): Declare as functions.
16682
16683 2007-12-08  David Kastrup  <dak@gnu.org>
16684
16685         * gnus-sum.el (gnus-summary-simplify-subject-query):
16686         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16687         `message'.
16688
16689 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16692         it to bind idna-program, installation-directory, defined-colors, and
16693         face-attribute for XEmacs of the version that compiles defcustom forms.
16694
16695 2007-12-07  Glenn Morris  <rgm@gnu.org>
16696
16697         * gnus-art.el (article-make-date-line): Revert previous change.
16698
16699 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16700
16701         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16702
16703 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16704
16705         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16706         Call gnus-add-to-range ranges only once with a prepared article-list.
16707
16708 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16709
16710         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16711         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16712         group names with backslashes.
16713         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16714
16715 2007-12-06  Deepak Goel  <deego3@gmail.com>
16716
16717         * gnus-art.el (article-make-date-line):
16718         * gnus-start.el (gnus-load):
16719         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16720
16721 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * gnus-art.el (gnus-use-idna):
16724         * gnus-start.el (gnus-site-init-file):
16725         * message.el (message-use-idna):
16726         * mm-uu.el (mm-uu-hide-markers):
16727         * smiley.el (smiley-style): Revert changes that suppress warnings.
16728
16729 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16730
16731         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16732         specify charset to html source.
16733         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16734
16735 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16736
16737         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16738         idna-program in order to suppress byte compile warning issued by XEmacs
16739         that came to byte compile the default value section of defcustom forms
16740         recently.
16741
16742         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16743         value of installation-directory.
16744
16745         * message.el (message-use-idna): Don't directly refer to the value of
16746         idna-program.
16747
16748         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16749
16750         * smiley.el (smiley-style): Don't directly call face-attribute.
16751
16752 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16753
16754         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16755
16756         * gnus-dired.el: Reduce Gnus dependencies.
16757         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16758         Don't require.  Use autoloads instead.
16759         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16760         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16761         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16762         (gnus-dired-mode): Adjust doc string.
16763         (gnus-dired-mail-mode): New variable.
16764         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16765         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16766         (gnus-dired-mail-buffers): New function.  Return mail or message
16767         composition buffers.
16768         (gnus-dired-attach): Use it.
16769         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16770         NO-DECODE.
16771         (gnus-dired-print): Use `gnus-print-buffer' depending on
16772         `gnus-dired-mail-mode'.
16773
16774 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * rfc2047.el (rfc2047-encoded-word-regexp)
16777         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16778         explaining what regexp patterns are for.
16779
16780 2007-12-04  Glenn Morris  <rgm@gnu.org>
16781
16782         * password.el: Move to password-cache.el.
16783
16784         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16785         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16786         * mml-smime.el (password-read, password-cache-add)
16787         (password-cache-remove):
16788         No need to autoload, since mml-sec requires password.
16789
16790         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16791         * message.el (gnus-extract-address-components):
16792         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16793
16794         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16795         password.
16796
16797 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16798
16799         * mailcap.el: Reduce dependencies.
16800         (mail-header-parse-content-type): Autoload.
16801         (mailcap-delete-duplicates): New alias.
16802         (mailcap-mime-info): Add optional argument NO-DECODE.
16803         (mailcap-mime-types): Use mailcap-delete-duplicates.
16804
16805         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16806
16807 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16808
16809         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16810         (imap-parse-status): Upcase status-att for servers that sends them
16811         lower-case (e.g., MS Exchange 2007).
16812
16813 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16814
16815         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16816         function.
16817
16818         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16819         (gnus-uu-yenc-article): New function.
16820
16821         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16822
16823         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16824
16825 2007-12-02  Glenn Morris  <rgm@gnu.org>
16826
16827         * binhex.el (binhex): New custom group.
16828         (binhex-decoder-program, binhex-decoder-switches)
16829         (binhex-use-external): Move to the binhex custom group.
16830
16831         * uudecode.el (uudecode): New custom group.
16832         (uudecode-decoder-program, uudecode-decoder-switches)
16833         (uudecode-use-external): Move to the uudecode custom group.
16834
16835         * netrc.el (top-level): Don't load `encrypt' features.
16836         (netrc-parse): Don't use encrypt.
16837         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16838
16839         * encrypt.el: Remove file.
16840
16841 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16842
16843         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16844         matches on patches.
16845
16846         * gnus-art.el (gnus-article-browse-html-article):
16847         Mention `mm-text-html-renderer' in the doc string.
16848
16849         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16850         string.  Add comments.
16851
16852         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16853         if rhs is ASCII.
16854
16855 2007-12-01  Glenn Morris  <rgm@gnu.org>
16856
16857         * mail-source.el (top-level): Require format-spec before
16858         eval-when-compile.
16859
16860 2007-11-30  Glenn Morris  <rgm@gnu.org>
16861
16862         * encrypt.el: Require password, rather than autoloading password-read.
16863
16864 2007-11-29  Glenn Morris  <rgm@gnu.org>
16865
16866         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16867         (sasl-make-client, sasl-next-step, sasl-step-data)
16868         (sasl-step-set-data): Declare as functions.
16869
16870 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16871
16872         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16873
16874 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16875
16876         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16877         certs should be verified and what is to be done in the event of a
16878         verification failure.
16879
16880         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16881         caller can indicate whether the cache should be disregarded for this
16882         call.  This way the result of the call is reproducible at all times and
16883         can be considered a canonical server name for the supplied method.
16884         (gnus-agent-method-p): Canonicalize server names by pushing their
16885         method through `gnus-method-to-server' using the no-cache argument.
16886
16887         * gnus-srvr.el (gnus-server-insert-server-line):
16888         Call `gnus-method-to-server' with `no-cache' argument.
16889
16890         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16891         gnus-agent-possibly-synchronize-flags as this should be called when the
16892         server is actually being opened.
16893         (gnus-agent-possibly-synchronize-flags)
16894         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16895         flags file of an agentized server to the latter function.
16896
16897         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16898         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16899         after a connection has been established successfully.
16900
16901 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16902
16903         * gnus-art.el (article-display-face): Force to display face if called
16904         interactively; check if gnus-article-x-face-too-ugly matches author.
16905         (article-display-x-face): Display face even if From header is missing
16906         as article-display-face does.
16907
16908 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16909
16910         * hashcash.el (message-narrow-to-headers-or-head)
16911         (message-fetch-field, message-goto-eoh)
16912         (message-narrow-to-headers): Declare as functions.
16913
16914 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16915
16916         * mail-source.el (mail-sources): Default to fetch from file for
16917         compatibility with default of nnmail-spool-file.
16918
16919 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16920
16921         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16922         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16923         to look for encoded word that should be encoded again.
16924         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16925         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16926         encoding pattern.
16927         (rfc2047-decode-region): Switch strict regexp and loose one according
16928         to rfc2047-allow-irregular-q-encoded-words.
16929
16930 2007-11-25  Romain Francoise  <romain@orebokech.com>
16931
16932         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16933
16934 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16935
16936         * tls.el (tls-program): Provide more custom choices from
16937         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16938         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16939
16940 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16941
16942         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16943         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16944
16945         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16946         `nnmail-spool-file'.
16947
16948         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16949         `nnmail-spool-file'.
16950
16951         * gnus-move.el (gnus-change-server): Ditto.
16952
16953         * gnus-kill.el (gnus-batch-score): Ditto.
16954
16955         * gnus-cache.el (gnus-jog-cache): Ditto.
16956
16957         * gnus-msg.el (gnus-summary-reply):
16958         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16959
16960 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16961
16962         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16963         version.  Minor improvement to doc strings.
16964         (tls-program): Add comment.
16965
16966 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16967
16968         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16969         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16970         mismatch between the hostname provided in the certificate and the name
16971         of the host connnecting to.
16972         (open-tls-stream): Use them.  Check certificates against trusted root
16973         certificates.
16974
16975 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16976
16977         * gnus-cache.el (gnus-cache-generate-nov-databases):
16978         Use nnml-generate-nov-databases-directory instead of
16979         nnml-generate-nov-databases-1.
16980
16981 2007-11-24  Glenn Morris  <rgm@gnu.org>
16982
16983         * message.el (message-tool-bar-retro): Update for rename
16984         mail_send.xpm->mail-send.xpm.
16985
16986 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16987
16988         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16989         `smime-ldap-search' for Emacs 22 and up.
16990
16991 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16992
16993         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16994
16995         * message.el (message-send-mail-function): Fix error convention.
16996         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16997         (message-widen-reply, message-send-mail, message-talkative-question)
16998         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16999         (message-clone-locals, message-send-news): Use with-current-buffer.
17000         (message-insert-or-toggle-importance): Remove unused var `valid'.
17001         (message-make-references): Remove unused var `new-references'.
17002         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17003
17004 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17005
17006         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17007         (spam-split-symbolic-return-positive): Reflow docstring.
17008         (spam-backends, spam-summary-exit-behavior)
17009         (spam-mark-ham-unread-before-move-from-spam-group)
17010         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17011         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17012         (spam-clear-cache, spam-backend-check, spam-install-backend)
17013         (spam-install-statistical-backend, spam-list-of-processors)
17014         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17015         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17016         (spam-check-crm114, spam-initialize, spam-unload-hook):
17017         Fix typos in docstrings.
17018
17019 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17022         been checked if they have never been read and those group levels are
17023         higher than the one that a user specified.
17024
17025 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17026
17027         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17028         foreign groups unless a group level is specified by a user.
17029         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17030
17031 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17032
17033         * message.el (message-send-mail-function): Require sendmail.
17034
17035 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17036
17037         * message.el (message-send-mail-function): Check for smtpmail too.
17038
17039         * utf7.el (utf7-encode, utf7-decode): Use coding system
17040         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17041
17042         * message.el (message-send-mail-function): New function.
17043         (message-send-mail-function): Set default using
17044         message-send-mail-function.  Adjust doc string.
17045         (message-send-mail-with-mailclient): New function.
17046
17047 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17048
17049         * smime.el (from):
17050         * rfc2047.el (message-posting-charset):
17051         * qp.el (mm-use-ultra-safe-encoding):
17052         * pop3.el (parse-time-months):
17053         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17054         * nnml.el (files):
17055         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17056         (jka-compr-compression-info-list, ange-ftp-path-format)
17057         (efs-path-regexp):
17058         * nndiary.el (files):
17059         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17060         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17061         (epg-digest-algorithm-alist, inhibit-redisplay)
17062         (password-cache-expiry):
17063         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17064         (pgg-output-buffer, password-cache-expiry):
17065         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17066         (efs-path-regexp):
17067         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17068         (inhibit-redisplay):
17069         * mm-uu.el (file-name, start-point, end-point, entry)
17070         (gnus-newsgroup-name, gnus-newsgroup-charset):
17071         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17072         (latin-unity-ucs-list):
17073         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17074         (mm-uu-binhex-decode-function):
17075         * message.el (gnus-message-group-art, gnus-list-identifiers)
17076         (rmail-enable-mime-composing, gnus-local-organization)
17077         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17078         (gnus-read-active-file, facemenu-add-face-function)
17079         (facemenu-remove-face-function, gnus-article-decoded-p)
17080         (tool-bar-mode):
17081         * mail-source.el (display-time-mail-function):
17082         * gnus-util.el (nnmail-pathname-coding-system)
17083         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17084         (gnus-original-article-buffer, gnus-user-agent)
17085         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17086         (xemacs-codename, sxemacs-codename, emacs-program-version):
17087         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17088         * gnus-start.el (gnus-agent-covered-methods)
17089         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17090         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17091         (gnus-newsgroup-headers, gnus-group-list-mode)
17092         (gnus-group-mark-positions, gnus-newsgroup-data)
17093         (gnus-newsgroup-unreads, nnoo-state-alist)
17094         (gnus-current-select-method, mail-sources)
17095         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17096         (nnmail-spool-file, gnus-cache-active-hashtb):
17097         * gnus-mh.el (mh-lib-progs):
17098         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17099         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17100         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17101         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17102         (gnus-group-buffer):
17103         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17104         (font-lock-set-defaults):
17105         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17106         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17107         (gnus-summary-post-menu, total-parts, type, condition, length):
17108         * gnus-agent.el (gnus-agent-read-agentview):
17109         * flow-fill.el (show-trailing-whitespace):
17110         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17111         eval-and-compile wrappers for byte compiler pacifiers.
17112
17113         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17114         (mm-display-inline-fontify): Check for featurep 'xemacs not
17115         extent-list.
17116
17117         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17118         itimer-list.
17119         (mm-create-image-xemacs): Only do something for XEmacs.
17120         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17121
17122         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17123
17124         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17125         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17126
17127 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17128
17129         * nnimap.el (nnimap-split-download-body):
17130         * gnus-demon.el (gnus-demon):
17131         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17132
17133 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17136         New macros.
17137         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17138         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17139         copy data from unibyte buffer to multibyte current buffer.
17140         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17141         to copy data from unibyte current buffer to multibyte buffer.
17142         (nntp-make-process-buffer): Make process buffer unibyte.
17143
17144         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17145
17146 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17147
17148         * pop3.el (pop3-open-server): Accept and process data more robustly at
17149         connection start to avoid spurious "POP SSL connection failed" errors.
17150
17151 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17154         read group names.
17155
17156 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17157
17158         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17159
17160 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17161
17162         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17163         (nnmail-save-active): Use a unibyte buffer when saving active file,
17164         which may contain non-ASCII group names.
17165
17166         * nnml.el (nnml-request-group): Decode group names in messages.
17167
17168 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17169
17170         * message.el (message-citation-line-function)
17171         (message-insert-formatted-citation-line): Fix spelling of
17172         `message-insert-formated-citation-line'.
17173
17174 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17175
17176         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17177
17178 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17179
17180         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17181         nnmail-pathname-coding-system.
17182
17183         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17184         that a user enters; decode group names in messages.
17185
17186         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17187
17188 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17189
17190         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17191
17192         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17193
17194         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17195         risky local variable.
17196
17197         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17198
17199 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17200
17201         * encrypt.el: Improve documentation to fix function name typo.
17202         Reported by Daiki Ueno <ueno@unixuser.org>.
17203
17204 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17205
17206         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17207         even if the point is not in the last page of an article.
17208         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17209         back to the previous page.
17210
17211 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17212
17213         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17214
17215 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17218
17219 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17220
17221         * message.el (message-check-news-body-syntax):
17222         Avoid mm-string-as-multibyte.
17223         (message-hide-headers): Don't assume (point-min)==1.
17224
17225 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17226
17227         * message.el (message-remove-blank-cited-lines): Fix if remove is
17228         given.
17229         (message-bogus-address-regexp): New variable.
17230         (message-bogus-recipient-p): New function.
17231         (message-check-recipients): New command.
17232         (message-syntax-checks): Add `bogus-recipient'.
17233         (message-fix-before-sending): Add `bogus-recipient'.
17234
17235         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17236         (gnus-treat-body-boundary): Don't test window-system.
17237
17238 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17239
17240         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17241
17242 2007-10-28  Miles Bader  <miles@gnu.org>
17243
17244         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17245         at compile-time too.
17246
17247 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17248
17249         * gnus-msg.el (gnus-message-setup-hook):
17250         Add `message-remove-blank-cited-lines' to options.
17251
17252 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17253
17254         * message.el (message-remove-blank-cited-lines): New function.
17255         Suggested by Karl Plästerer.
17256
17257 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17260         mapc.
17261
17262         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17263         (top-level): Use mapc to set functions to be traced for debugging.
17264
17265         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17266         called for effect with while loop.
17267
17268         * message.el (message-talkative-question): Replace mapcar called for
17269         effect with mapc.
17270
17271         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17272         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17273         called for effect with dolist.
17274
17275         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17276
17277         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17278         gnus-extra-headers and nnmail-extra-headers.
17279
17280         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17281         called for effect with dolist.
17282         (top-level): Use mapc to set functions to be traced for debugging.
17283
17284         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17285         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17286         dolist.
17287
17288         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17289         Replace mapcar called for effect with mapc.
17290         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17291         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17292         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17293         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17294
17295         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17296         remove-if that's a cl function.
17297
17298         * webmail.el (webmail-debug): Replace mapcar called for effect with
17299         dolist.
17300
17301         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17302         with mapc.
17303
17304 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17307         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17308         with while loop.
17309
17310         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17311         functions from article-* functions.
17312         (gnus-multi-decode-header): Replace mapcar called for effect with
17313         dolist.
17314
17315         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17316         (gnus-bookmark-show-details): Replace mapcar called for effect with
17317         while loop.
17318
17319         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17320         called for effect with while loop.
17321
17322         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17323         with dolist.
17324
17325         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17326         Replace mapcar called for effect with dolist.
17327
17328         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17329
17330         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17331         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17332         Replace mapcar called for effect with dolist.
17333         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17334         mapc.
17335
17336         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17337         Replace mapcar called for effect with dolist.
17338         (gnus-topic-list): Replace mapcar called for effect with mapc.
17339
17340         * gnus.el: Use mapc instead of mapcar to add autoloads.
17341
17342 2007-10-23  Richard Stallman  <rms@gnu.org>
17343
17344         * gnus-group.el (gnus-group-highlight): Mark as risky.
17345
17346 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17347
17348         * gnus.el (gnus-server-to-method): Return method found first in
17349         gnus-newsrc-alist.
17350
17351         * gnus-art.el (gnus-article-highlight-signature)
17352         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17353         button overlay without the front stickiness.
17354
17355 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17356
17357         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17358         overview buffer needed a catch to receive its throw.
17359         (gnus-agent-flush-cache): Declare as interactive to make this function
17360         easier to use.
17361
17362 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17363
17364         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17365         `next-line'.
17366
17367 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17370         exclude address matching message-dont-reply-to-names.
17371
17372 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * gnus-util.el (gnus-string<): New function.
17375
17376         * gnus-sum.el (gnus-article-sort-by-author)
17377         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17378
17379 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17380
17381         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17382         the frame-focus tag is set in gnus-buffer-configuration.
17383
17384 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17385
17386         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17387         the front stickiness.
17388
17389 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17390
17391         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17392         url pattern; remove duplicate one.
17393         (gnus-article-extend-url-button): New function.
17394         (gnus-article-add-buttons): Use it.
17395         (gnus-button-push): Use concatenated url that it makes.
17396
17397 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17398
17399         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17400
17401 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17402
17403         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17404         Don't hardcode point-min==1.
17405
17406 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17407
17408         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17409         Fix comment about "iso8859-1".
17410
17411 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17412
17413         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17414         ones returned from the verify-function.
17415
17416         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17417         Call mml2015-extract-cleartext-signature if extraction failed.
17418
17419 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17420
17421         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17422         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17423         failed.
17424
17425 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17426
17427         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17428
17429 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17430
17431         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17432         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17433         recommends to use EasyPG instead of PGG.
17434
17435         * pgg.el: Revert to revision 6.23.2.16.
17436
17437         * pgg-def.el: Revert to revision 6.6.2.14.
17438
17439         * pgg-gpg.el: Revert to revision 6.23.2.34.
17440
17441 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17442
17443         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17444         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17445         thread for both the null and zero (kill/expire thread) universal prefix
17446         cases.
17447         (gnus-summary-expire-thread): Add new function to expire a thread,
17448         using gnus-summary-kill-thread.
17449         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17450         shortcuts for gnus-summary-expire-thread.
17451         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17452         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17453
17454 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17455
17456         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17457         extras value, so an extras entry can be deleted.
17458         (gnus-registry-delete-extra-entry): Use it.
17459         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17460         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17461         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17462         storage through the gnus-registry, and provide an appropriate API for
17463         it.
17464
17465 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17466
17467         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17468         Suggested by Leo <sdl.web@gmail.com>.
17469
17470         * gnus.el: Do.
17471
17472 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17473
17474         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17475         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17476
17477         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17478
17479         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17480         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17481
17482 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17485         newline.
17486         (nnmbox-request-accept-article): Don't change article in source buffer;
17487         narrow to header to use message-fetch-field rather than
17488         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17489         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17490         as delimiters; make sure article ends with newline.
17491         (nnmbox-delete-mail): Correct last position of article to be deleted;
17492         ignore X-Gnus-Newsgroup header in article body.
17493         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17494         positions; make sure article ends with newline.
17495
17496         * message.el (message-display-abbrev): Don't infloop when a user
17497         inserts SPC in the beginning of header.
17498
17499         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17500         coding-system-for-read and coding-system-for-write for XEmacs having no
17501         file-coding feature.
17502
17503         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17504
17505 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17506
17507         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17508         list of groups not followed by default.  Fix type to be regexp.
17509         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17510
17511 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17512
17513         * hmac-def.el (define-hmac-function): Switch from old-style to
17514         new-style backquotes.
17515
17516         * md4.el (md4-make-step): Likewise.
17517
17518 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17519
17520         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17521         raw-text coding system when saving .newsrc file, which may contain
17522         non-ASCII group names.
17523
17524 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17525
17526         * gnus-cus.el (gnus-score-extra): New widget.
17527         (gnus-score-extra-convert): New function.
17528         (gnus-score-customize): Use it for Extra.
17529
17530 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17531
17532         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17533         (mml2015-mailcrypt-clear-verify): Use it.
17534         (mml2015-gpg-clear-verify): Use it.
17535         (mml2015-pgg-clear-verify): Use it.
17536         (mml2015-epg-clear-verify): Replace the current part with the output
17537         from GnuPG; don't extract the plaintext by itself.
17538
17539         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17540         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17541         mml2015-clear-verify-function; don't touch the armor headers or
17542         dash-escaped text here.
17543
17544 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17545
17546         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17547         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17548         parts, or application/octet-stream as a last resort.
17549         (gnus-mime-view-part-as-type): Don't toggle display.
17550         (gnus-mime-view-part-as-charset): Don't turn off display before
17551         querying charset.
17552
17553         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17554         stuff to undisplayer function in Emacs.
17555         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17556
17557         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17558         text/calendar parts.
17559
17560 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17561
17562         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17563         decoding text/calendar parts.
17564
17565         * message.el (message-forward-make-body-mime): Always mark body as
17566         having no illegible text; remove signed-or-encrypted argument.
17567         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17568
17569         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17570         (mml-generate-mime-1): Don't encode body if it is specified to be in
17571         raw form; don't make buffer be unibyte when inserting multibyte string.
17572
17573 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17574
17575         * sha1.el: Fix up comment style.
17576         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17577         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17578
17579         * hex-util.el: Fix up comment style.
17580         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17581
17582         * gnus-salt.el: Use with-current-buffer.
17583         (gnus-pick-setup-message): Fix long-standing typo.
17584
17585 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17586
17587         * imap.el (imap-logout-timeout): New variable.
17588         (imap-logout, imap-logout-wait): New functions.
17589         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17590
17591         * nnimap.el (nnimap-logout-timeout): New server variable.
17592         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17593         nnimap-logout-timeout.
17594
17595         * gnus-art.el (gnus-article-summary-command-nosave)
17596         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17597
17598 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17599
17600         * gnus.el (gnus-maximum-newsgroup): New variable.
17601
17602         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17603         according to gnus-maximum-newsgroup.
17604
17605         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17606         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17607         Limit the range of articles according to gnus-maximum-newsgroup.
17608
17609 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17610
17611         * gnus-art.el (gnus-sticky-article): Fix problems described in
17612         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17613         Don't perform gnus-configure-windows here; reuse existing sticky
17614         article buffer.
17615
17616         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17617         it doesn't exist in gnus-article-mode.
17618
17619 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17620
17621         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17622         (gnus-agent-decoded-group-name): New function.
17623         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17624         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17625
17626 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17627
17628         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17629         Add binding for gnus-sticky-article.
17630         (gnus-summary-exit): Don't kill sticky article buffers.
17631
17632         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17633         article buffer.
17634         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17635         (gnus-kill-sticky-article-buffers): New commands.
17636
17637 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * nntp.el (nntp-xref-number-is-evil): New server variable.
17640         (nntp-find-group-and-number): If it is non-nil, don't trust article
17641         numbers in the Xref header.
17642
17643 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * gnus-agent.el (gnus-agent-read-group): New function.
17646         (gnus-agent-flush-group, gnus-agent-expire-group)
17647         (gnus-agent-regenerate-group): Use it.
17648         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17649         nnmail-pathname-coding-system.
17650
17651 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17654
17655         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17656         that are unread as unread, and also as selected so that information of
17657         marks having been changed by a user may be updated when exiting group.
17658
17659 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17660
17661         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17662
17663 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17666         calculated ignoring signature parts to gnus-treat-article.
17667
17668 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17669
17670         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17671         a point here in order to keep the window start.
17672         (gnus-insert-mime-security-button): Make a button overlay without the
17673         front stickiness.
17674         (gnus-mime-display-security): Goto the end of a button.
17675
17676         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17677
17678 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17681         group-name-at-point.
17682         (gnus-group-completing-read): New function that offers decoded
17683         non-ASCII group names for completion.
17684         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17685         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17686         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17687         (gnus-group-fetch-control): Use it.
17688         (gnus-fetch-group): Use group-name-at-point for the initial value
17689         rather than the default value; use gnus-alive-p.
17690
17691         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17692         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17693         (gnus-summary-post-news): Use gnus-group-completing-read.
17694
17695         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17696         (gnus-read-move-group-name): Decode group name for completion.
17697
17698 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17699
17700         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17701         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17702         Yamaoka slightly modified the code).
17703
17704 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17705
17706         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17707         (nnmail-split-incoming): Bind it.
17708
17709         * nnml.el (nnml-group-name-charset): New function.
17710         (nnml-decoded-group-name): Use it; don't decode group name if
17711         nnmail-group-names-not-encoded-p is non-nil.
17712         (nnml-encoded-group-name): New function.
17713         (nnml-group-pathname): Inline nnml-decoded-group-name.
17714         (nnml-request-expire-articles): Decode group name in message.
17715         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17716         nnmail-pathname-coding-system.
17717         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17718         not decoded ones according to nnmail-group-names-not-encoded-p.
17719         (nnml-generate-active-info): Use nnml-encoded-group-name.
17720
17721 2007-08-08  Glenn Morris  <rgm@gnu.org>
17722
17723         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17724         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17725         doc-strings and comments.
17726
17727 2007-07-25  Glenn Morris  <rgm@gnu.org>
17728
17729         * Relicense all FSF files to GPLv3 or later.
17730
17731 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17732
17733         * gnus-sum.el (gnus-summary-move-article):
17734         Make gnus-summary-respool-article work.
17735
17736 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17737
17738         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17739         string.
17740
17741 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17742
17743         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17744         that should be ignored when comparing distant RSS articles with local
17745         ones.
17746         (nnrss-make-hash-index): New function.  Create a hash index according
17747         to the ignored fields.
17748         (nnrss-check-group): Use it.
17749
17750 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17751
17752         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17753
17754         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17755
17756         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17757         the new optional argument ENCODED is non-nil.
17758         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17759         coding system for encoding group name.
17760         (gnus-group-make-rss-group): Pass un-encoded group name to
17761         gnus-group-make-group.
17762         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17763         encoded.
17764
17765         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17766         Encode group name to which articles are moved or copied.
17767         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17768         coding system for encoding Newsgroup, Followup-To and Xref headers.
17769
17770         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17771         marks; use nnheader-file-coding-system to write a file.
17772         (nnagent-retrieve-headers): Bind file-name-coding-system to
17773         nnmail-pathname-coding-system.
17774
17775         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17776
17777         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17778         (nnml-request-article, nnml-request-create-group)
17779         (nnml-request-rename-group, nnml-find-id)
17780         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17781         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17782         (nnml-save-marks): Use nnml-group-pathname instead of
17783         nnmail-group-pathname.
17784
17785         (nnml-request-create-group, nnml-request-expire-articles)
17786         (nnml-request-move-article, nnml-request-delete-group)
17787         (nnml-deletable-article-p, nnml-possibly-create-directory)
17788         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17789         (nnml-open-marks): Bind file-name-coding-system to
17790         nnmail-pathname-coding-system.
17791
17792         (nnml-request-article): Pass server argument to nnml-find-group-number.
17793         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17794         Pass server argument to nnml-possibly-create-directory.
17795         (nnml-request-accept-article): Pass server argument to
17796         nnml-active-number and nnml-save-mail.
17797         (nnml-find-group-number): Pass server argument to nnml-find-id.
17798         (nnml-request-update-info): Pass server argument to
17799         nnml-marks-changed-p.
17800
17801         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17802         (nnml-save-mail, nnml-active-number): Add server argument.
17803
17804         (nnml-request-delete-group): Warn if group is missing.
17805         (nnml-get-nov-buffer): Decode group name.
17806         (nnml-generate-active-info): Encode group name.
17807         (nnml-open-marks): Decode group name in messages.
17808
17809 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17810
17811         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17812         if it is not specified.
17813         (gnus-article-pipe-part, gnus-article-save-part)
17814         (gnus-article-interactively-view-part, gnus-article-copy-part)
17815         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17816         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17817         (gnus-article-replace-part, gnus-article-delete-part)
17818         (gnus-article-view-part-as-type): Pass raw prefix argument to
17819         gnus-article-part-wrapper.
17820
17821 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * gnus-agent.el (gnus-agent-save-active):
17824         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17825
17826         * gnus-cache.el (gnus-cache-save-buffers)
17827         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17828         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17829         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17830         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17831         (gnus-cache-generate-active, gnus-cache-rename-group)
17832         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17833         (gnus-cache-update-overview-total-fetched-for):
17834         Bind file-name-coding-system to nnmail-pathname-coding-system.
17835         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17836         New variables.
17837         (gnus-cache-decoded-group-name): New function.
17838         (gnus-cache-file-name): Use it.
17839         (gnus-cache-generate-active): Use non-decoded group name for active.
17840
17841         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17842         right place.
17843         (gnus-write-active-file): Don't break non-ASCII group names.
17844
17845         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17846         nnmail-pathname-coding-system.
17847
17848         * lpath.el: Bind default-file-name-coding-system,
17849         file-name-coding-system and language-info-alist for XEmacs.
17850
17851         * gnus-uu.el (gnus-uu-decode-save): Typo.
17852
17853 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17854
17855         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17856
17857 2007-07-14  David Kastrup  <dak@gnu.org>
17858
17859         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17860         finishing actions if we did not edit the article.
17861
17862 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17863
17864         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17865         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17866         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17867         (gnus-agent-flush-group, gnus-agent-flush-cache)
17868         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17869         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17870         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17871         (gnus-agent-regenerate-group)
17872         (gnus-agent-update-files-total-fetched-for)
17873         (gnus-agent-update-view-total-fetched-for):
17874         Bind file-name-coding-system to nnmail-pathname-coding-system.
17875         (gnus-agent-group-pathname): Don't encode file names by
17876         nnmail-pathname-coding-system.
17877         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17878         coding-system-for-write instead of buffer-file-coding-system to
17879         gnus-agent-file-coding-system.
17880
17881         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17882         Decode group name.
17883
17884         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17885
17886         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17887         (gnus-read-newsrc-el-file): Make group names unibyte.
17888
17889         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17890         nnmail-pathname-coding-system.
17891
17892         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17893         (nnrss-request-delete-group): Bind file-name-coding-system to
17894         nnmail-pathname-coding-system.
17895         (nnrss-read-server-data, nnrss-read-group-data):
17896         Bind file-name-coding-system correctly.
17897         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17898
17899         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17900         (nntp-server-to-method-cache): New variable.
17901         (nntp-group-pathname): New function that decodes non-ASCII group names.
17902         (nntp-possibly-create-directory, nntp-marks-changed-p)
17903         (nntp-save-marks, nntp-open-marks): Use it.
17904         (nntp-possibly-create-directory, nntp-open-marks):
17905         Bind file-name-coding-system to nnmail-pathname-coding-system.
17906         (nntp-open-marks): Decode group names when bootstrapping marks.
17907
17908         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17909         Newsgroups and Followup-To headers.
17910
17911 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17914         (gnus-server-closed-face, gnus-server-denied-face)
17915         (gnus-server-offline-face): Remove variable.
17916         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17917
17918         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17919         of modifying message-stack directly for XEmacs.
17920
17921         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17922         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17923         if the coding-system argument is nil for XEmacs.
17924
17925         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17926         mm-charset-override-alist.
17927
17928         * rfc2047.el: Don't require base64; require rfc2045 for the function
17929         rfc2045-encode-string.
17930         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17931         to quote the parameter value.
17932
17933 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17934
17935         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17936         form in gnus-group-name-charset-method-alist.
17937
17938         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17939         overrides the default layout edit-form.
17940
17941         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17942
17943         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17944
17945 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17946
17947         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17948         as unfetched articles.
17949
17950 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17951
17952         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17953
17954 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17955
17956         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17957         original back end that keeps marks in the local system.
17958
17959 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17962         arg of pop-to-buffer for XEmacs.
17963         (gnus-article-read-summary-keys): Ditto; don't restore window
17964         configuration if summary command ends up with neither article buffer
17965         nor summary buffer; describe bindings if summary keys end with C-h.
17966
17967 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17968
17969         * message.el (message-fix-before-sending): Skip raw message part to be
17970         forwarded while checking illegible text.
17971         (message-forward-make-body-mime, message-forward-make-body):
17972         Mark signed or encrypted raw message as having no illegible text.
17973
17974 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17975
17976         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17977         (gnus-message-with-timestamp-1): New macro.
17978         (gnus-message-with-timestamp): New function.
17979         (gnus-message): Use them.
17980
17981         * nnheader.el (nnheader-message): Use them.
17982
17983 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17984
17985         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17986         .newsrc.eld file.
17987
17988 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17989
17990         * gnus-agent.el (gnus-agent-fetch-headers)
17991         (gnus-agent-retrieve-headers):
17992         Bind gnus-decode-encoded-address-function to identity.
17993
17994         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17995         available also when the server returns simply a dot.
17996
17997         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17998
17999 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18000
18001         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18002
18003 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18004
18005         * gnus-ems.el (gnus-x-splash): Make it work.
18006
18007         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18008         from being used.
18009
18010         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18011
18012 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18015         4th and the 5th arguments.
18016
18017         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18018         the front stickiness.
18019         (gnus-article-summary-command-nosave): Correct the order of the
18020         arguments passed to pop-to-buffer.
18021         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18022         summary command ends up with the article buffer.
18023
18024         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18025         the same faces.
18026
18027 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18028
18029         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18030
18031 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18032
18033         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18034         * gnus-sum.el (gnus-summary-highlight):
18035         * pgg.el (pgg-sign-region, pgg-sign):
18036         * mail-source.el (mail-source-delete-old-incoming-confirm):
18037         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18038
18039 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * gnus-art.el (gnus-mime-view-part-externally)
18042         (gnus-mime-view-part-internally): Fix predicate function passed to
18043         completing-read.
18044
18045         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18046
18047         * gnus.el (gnus-update-message-archive-method): Add :version.
18048
18049 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * gnus.el (gnus-update-message-archive-method): New variable.
18052
18053         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18054         according to gnus-message-archive-method if
18055         gnus-update-message-archive-method is non-nil.
18056
18057 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18058
18059         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18060         Suggested by Loic Dachary <loic@dachary.org>.
18061         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18062
18063 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * message.el (message-pop-to-buffer): Add switch-function argument.
18066         (message-mail): Pass switch-function argument to it.
18067
18068 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18069
18070         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18071         Improve doc string.
18072
18073 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18074
18075         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18076         (gnus-header-content):
18077         * gnus-cite.el (gnus-cite-10):
18078         * gnus-srvr.el (gnus-server-closed):
18079         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18080         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18081         (gnus-group-mail-3-empty, gnus-group-mail-low)
18082         (gnus-group-mail-low-empty, gnus-splash):
18083         * message.el (message-header-to, message-header-cc)
18084         (message-header-subject, message-header-other, message-header-name)
18085         (message-header-xheader, message-separator, message-cited-text)
18086         (message-mml): Lighten colors of faces used for dark background.
18087
18088 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18089
18090         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18091         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18092
18093 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18094
18095         * message.el (message-narrow-to-headers-or-head):
18096         Ignore mail-header-separator in the body.
18097
18098 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18101         same as window size.
18102
18103 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18104
18105         * message.el (message-font-lock-keywords): Use message-header-xheader
18106         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18107         ahead of the anything pattern, to get it recognized.
18108
18109 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18110
18111         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18112         spam.el loads uses it in the compiled defadvice form.
18113
18114 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18115
18116         * gnus-sum.el (gnus-articles-to-read)
18117         (gnus-summary-insert-old-articles): Don't truncate group name for
18118         `read-string'.
18119
18120         * gnus-util.el (gnus-limit-string): Delete this function.
18121
18122         * gnus-sum.el (gnus-simplify-subject-fully):
18123         Use `truncate-string-to-width' instead.
18124
18125 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18126
18127         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18128         Tell if, on summary exit, the next group has to be selected.
18129         (gnus-summary-exit): Use it.
18130
18131 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18132
18133         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18134         non-break space.
18135
18136 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18139         Check if group is not a directory.
18140         (nnfolder-request-expire-articles): Don't delete articles if the target
18141         group is not available.
18142
18143         * nnml.el (nnml-request-create-group): Properly check if group is not a
18144         file.
18145         (nnml-request-expire-articles): Don't delete articles if the target
18146         group is not available.
18147
18148         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18149         Don't quote characters that are within parentheses.
18150
18151 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18152
18153         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18154         (gnus-handle-ephemeral-exit): Select article according to it.
18155
18156 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18157
18158         * message.el (message-insert-formated-citation-line): Remove newline.
18159         (message-citation-line-format): Add final \n here so that the user can
18160         avoid a blank line.
18161
18162 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18163
18164         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18165         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18166         Update lanl/arXiv support.
18167
18168 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18169
18170         * gnus.el: Bump version number.
18171
18172 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18173
18174         * gnus.el (gnus-version-number): Bump version.
18175
18176 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18177
18178         * gnus.el: No Gnus v0.6 is released.
18179
18180 2007-04-27  Didier Verna  <didier@xemacs.org>
18181
18182         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18183         * gmm-utils.el (gmm-regexp-concat): ... here.
18184         * message.el: Don't require 'gnus-util.
18185         (message-dont-reply-to-names): Handle name change above.
18186         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18187
18188 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18189
18190         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18191         since the initial value varies according to the system.
18192
18193 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18194
18195         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18196
18197 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18198
18199         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18200
18201 2007-04-24  Didier Verna  <didier@xemacs.org>
18202
18203         Improve the type of gnus-ignored-from-addresses.
18204         * gnus-util.el (gnus-orify-regexp): New function.
18205         * message.el (gnus-util): Require it.
18206         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18207         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18208         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18209
18210 2007-04-24  Didier Verna  <didier@xemacs.org>
18211
18212         * gnus-sum.el:
18213         * gnus-utils.el: Fix some trailing whitespaces.
18214
18215 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18216
18217         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18218         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18219         article's Message-ID; refer parent article in summary buffer.
18220
18221         * message.el (message-bounce): Call mime-to-mml.
18222
18223         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18224         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18225         optimize and/or forms properly.
18226
18227 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18228
18229         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18230         URL.
18231
18232 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18235
18236 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18237
18238         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18239         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18240         displayed of multipart/alternative part if it is invoked from summary
18241         buffer.
18242
18243         * mm-view.el (mm-inline-text-html-render-with-w3m)
18244         (mm-inline-text-html-render-with-w3m-standalone)
18245         (mm-inline-render-with-function): Use mail-parse-charset by default.
18246
18247 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18248
18249         * parse-time.el (parse-time-string-chars): Check if CHAR
18250         is less than the length of parse-time-syntax.
18251
18252 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18253
18254         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18255         from gnus-newsgroup-processable.
18256
18257 2007-04-16  Didier Verna  <didier@xemacs.org>
18258
18259         * gnus-msg.el (gnus-configure-posting-styles):
18260         Handle message-signature-directory properly with :file syntax.
18261         Reported by "Leo".
18262
18263 2007-04-11  Didier Verna  <didier@xemacs.org>
18264
18265         New user option: message-signature-directory.
18266         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18267         * message.el (message-insert-signature): Ditto.
18268         * message.el (message-signature-file): Doc update.
18269         * message.el (message-signature-directory): New.
18270
18271 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18272
18273         * gnus-msg.el (gnus-inews-yank-articles):
18274         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18275
18276 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18277
18278         * message.el (message-yank-original): Make sure cited text ends with
18279         newline; don't exchange point and mark.
18280
18281 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18282
18283         * tls.el (open-tls-stream): Properly handle case where there
18284         is no associated buffer.
18285
18286 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18287
18288         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18289         message-yank-original, make sure (< mark TEXT point).
18290
18291 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18292
18293         * message.el (message-fill-column): New variable.
18294         (message-mode): Use it.  Add comment on a possible new hook.
18295
18296         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18297         (nnmail-get-new-mail): Reformat.
18298
18299         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18300
18301         * gmm-utils.el: Fix Commentary.
18302         (gmm-tool-bar-from-list): Fix typo in doc string.
18303
18304 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18305
18306         * message.el (message-yank-original): Don't switch point and mark
18307         unnecessarily to put point and mark as documented.
18308
18309 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18310
18311         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18312         from the message heads.
18313
18314 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18315
18316         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18317         article buffer does not have a window.  This may not be the best
18318         solution but is certainly better than setting the start of the null,
18319         that is the current, window.
18320
18321 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18322
18323         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18324         (gnus-draft-setup): Run it.
18325
18326         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18327         gnus-score-fast-scoring.  Allow regexp.
18328         (gnus-score-headers): Use it.
18329
18330         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18331         XEmacs.
18332
18333         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18334         string.
18335         (gnus-button-alist): Also catch `<f1> k ...'.
18336         (gnus-treat-display-x-face): Fix doc string.
18337
18338 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18339
18340         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18341         evaluation of gnus-extended-version to ensure correct generation of the
18342         User-Agent header when message-generate-headers-first is used.
18343
18344 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18345
18346         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18347         hashcash-path is nil.  Don't call callback with incorrect number of
18348         parameters if val is 0.
18349
18350 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18351
18352         * message.el (message-required-news-headers):
18353         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18354
18355 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18356
18357         * tls.el (open-tls-stream): In handshake-waiting loop,
18358         don't wait more if there is output available to process.
18359
18360 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18361
18362         * tls.el (tls-program): Doc fix.
18363
18364 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18365
18366         * message.el (message-generate-new-buffers): Change the meaning of the
18367         nil value; add `standard' to the choices; treat t as `unique'; improve
18368         doc string.
18369         (gnus-select-frame-set-input-focus): Autoload.
18370         (message-buffer-name): Search for the existing message buffer if
18371         message-generate-new-buffers is nil or `standard'; treat the value t of
18372         message-generate-new-buffers as `unique'.
18373         (message-pop-to-buffer): Raise the frame already displaying the message
18374         buffer; clear the echo area after querying.
18375         (message-setup): Pass the `continue' argument to compose-mail.
18376         (message-mail): Prefer `switch-function' if it is given; search for the
18377         existing message buffer if the `continue' argument is non-nil; pass
18378         continue and switch-function arguments to compose-mail by way of
18379         message-setup.
18380         (message-mail-other-window): Adjust argument of message-setup.
18381         (message-mail-other-frame): Ditto.
18382
18383 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18386         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18387         to turn font-lock on when turning gnus-message-citation-mode on.
18388
18389 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18390
18391         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18392         (mml-smime-function-alist): New variable; add epg as the backend.
18393         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18394         mml-smime- functions instead.
18395         * mm-view.el: Require smime.
18396
18397 2007-03-05  Didier Verna  <didier@xemacs.org>
18398
18399         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18400         instead of just inheritance for posting styles.
18401         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18402
18403 2007-02-24  Chris Moore  <dooglus@gmail.com>
18404
18405         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18406         * pgg-pgp.el (pgg-pgp-encrypt-region):
18407         * pgg-gpg.el (pgg-gpg-encrypt-region):
18408         Check pgg-encrypt-for-me if no other recipients.
18409
18410 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18411
18412         * tls.el (tls-certtool-program): Fix custom type.
18413
18414 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18415
18416         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18417         and point-at-eol instead of line-(beginning|end)-position.
18418
18419         * assistant.el (assistant-parse-buffer): Ditto.
18420
18421         * netrc.el (netrc-parse-services): Ditto.
18422
18423 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18424
18425         * mml2015.el (mml2015-epg-find-usable-key): New function.
18426         (mml2015-epg-sign): Use it.
18427         (mml2015-epg-encrypt): Use it.
18428
18429 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18430
18431         * message.el (message-make-in-reply-to): Quote name containing
18432         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18433         if there are special characters.  Reported by NAKAJI Hiroyuki
18434         <nakaji@jp.freebsd.org>.
18435
18436 2007-02-27  Didier Verna  <didier@xemacs.org>
18437
18438         Include the group parameters as well as the topic ones in the
18439         inheritance filter process.
18440         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18441         argument GROUP-PARAMS-LIST.
18442         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18443
18444 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18445
18446         * nntp.el (nntp-never-echoes-commands)
18447         (nntp-open-connection-functions-never-echo-commands): New variables.
18448         (nntp-send-command): Use them.
18449
18450 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18451
18452         * mml2015.el (mml2015-epg-verify): Simplify.
18453
18454 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18455
18456         * mml.el (mml-content-disposition-alist): New user option.
18457         (mml-content-disposition): New function.
18458         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18459         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18460
18461 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18462
18463         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18464         verification.
18465
18466 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18467
18468         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18469         articles posted in the last 24 hours.
18470
18471 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18472
18473         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18474
18475 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18476
18477         * nntp.el (nntp-send-command): Don't wait for echoes when
18478         nntp-open-ssl-stream is used.
18479
18480 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18481
18482         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18483         (gnus-message-add-citation-keywords)
18484         (gnus-message-remove-citation-keywords): Remove.
18485         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18486         directly, make the variables in font-lock-defaults buffer-local, add
18487         gnus-message-citation-keywords to them and then update the value of
18488         font-lock-keywords.
18489
18490 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18491
18492         * message.el (message-cite-original-1): Don't call
18493         gnus-article-highlight-citation.
18494
18495         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18496         citations; fix line count.
18497
18498 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18499
18500         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18501         (gnus-message-add-citation-keywords)
18502         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18503         versions of font-lock-add-keywords and font-lock-remove-keywords to
18504         work with XEmacs correctly.
18505
18506 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18507
18508         * gnus-cite.el (gnus-cite-face-list): Set the values of
18509         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18510         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18511         (gnus-message-cite-prefix-regexp): New variable.
18512         (gnus-message-search-citation-line): Use it; protect against long
18513         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18514         the 0th match data for Emacs.
18515         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18516         (gnus-message-add-citation-keywords): Append keywords rather than
18517         prepending; emulate font-lock-add-keywords if it is not available.
18518         (gnus-message-remove-citation-keywords):
18519         Emulate font-lock-remove-keywords if it is not available.
18520
18521         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18522
18523         * message.el (message-cite-prefix-regexp): Set the value of
18524         gnus-message-cite-prefix-regexp.
18525
18526 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18527
18528         * nnweb.el (nnweb-google-parse-1): Update parser.
18529
18530 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18531
18532         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18533
18534 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18535
18536         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18537         regexp.
18538
18539 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18540
18541         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18542         string-to-multibyte.
18543         (uudecode-decode-region-internal): Use it.
18544
18545         * lpath.el: Fbind string-as-multibyte for XEmacs.
18546
18547 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18548
18549         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18550         Fix custom choice.
18551
18552         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18553
18554 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18555
18556         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18557
18558         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18559         `write-region' to respect `mm-inhibit-file-name-handlers'.
18560
18561 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18562
18563         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18564         Use gnus-home-directory instead of "~/" or "$HOME".
18565
18566 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18567
18568         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18569         to mention filename.
18570         Add comments at beginning regarding usage.
18571         (encrypt-write-file-contents): Change interactive so a string is
18572         acceptable.  If the file has no associated model, show an error instead
18573         of a nonsense prompt.
18574
18575 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18576
18577         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18578         Thanks to Yoshihiko Yamada for kind notification of this typo.
18579
18580 2007-01-12  Kenichi Handa  <handa@m17n.org>
18581
18582         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18583         multibyte buffer.
18584
18585 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18586
18587         * gnus-score.el (gnus-score-fast-scoring): New variable.
18588         (gnus-score-headers): Use it.
18589
18590         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18591
18592         * message.el (message-cite-original-1):
18593         Call gnus-article-highlight-citation if requested.
18594         (message-make-from): Allow name and address as optional arguments.
18595
18596         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18597
18598         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18599         bugs to doc string.
18600         (gnus-button-alist): Add mid\\|message-id.
18601         (gnus-button-fetch-group): Extend for use in
18602         `browse-url-browser-function'.
18603         (gnus-button-url-regexp): Try to catch paired parentheses like in
18604         Wikipedia URLs.
18605
18606         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18607         Suggested by Simon Krahnke <overlord@gmx.li>.
18608
18609 2007-01-13  Romain Francoise  <romain@orebokech.com>
18610
18611         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18612         Update copyright.
18613
18614 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18615
18616         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18617
18618 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18619
18620         * gnus-registry.el (gnus-registry-unfollowed-groups)
18621         (gnus-registry-split-fancy-with-parent): Fix documentation.
18622
18623 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18624
18625         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18626         from nnweb groups.
18627
18628 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18629
18630         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18631         Xref urls.  Erase buffer before requesting head.
18632
18633         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18634
18635 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18636
18637         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18638         customizable.
18639
18640 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18641
18642         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18643         no signing key is found.
18644         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18645         no encrypting and/or signing key is found.
18646
18647 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18648
18649         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18650
18651 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18652
18653         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18654         headers read from disk with the ones newly found in the current search.
18655         This should no longer cause problems, because the article numbers in
18656         Gmane's `nov.php' output are ignored since the previous change.
18657
18658 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18659
18660         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18661
18662 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18663
18664         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18665         replace-regexp-in-string; bind url-version; fbind display-images-p and
18666         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18667         find-face and set-itimer-function for Emacs; bind itimer-list for
18668         Emacs.
18669
18670         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18671
18672 2007-01-01  Romain Francoise  <romain@orebokech.com>
18673
18674         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18675
18676 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18677
18678         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18679         `define-minor-mode' macro definition expanded properly.
18680         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18681         exclude it there.
18682
18683         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18684         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18685         `fboundp' test.
18686         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18687         This is OK to autoload in (S)XEmacs now.
18688
18689 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18690
18691         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18692         keystroke.
18693         (gnus-summary-limit-to-singletons): Fix typo.
18694
18695         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18696         else fails.
18697
18698 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18699
18700         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18701         docstring.
18702
18703         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18704         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18705         (gnus-summary-insert-dormant-articles): Fix typo in message.
18706
18707 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18708
18709         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18710         nil for XEmacs.
18711         (gnus-message-citation-mode): Don't autoload in XEmacs.
18712
18713         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18714
18715 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18716
18717         * nnimap.el (nnimap-expunge-search-string):
18718         Mention nnimap-search-uids-not-since-is-evil in docstring.
18719
18720 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18721
18722         * spam.el: Revert to make-obsolete-variable because
18723         define-obsolete-variable-alias is not supported in Emacs 21.
18724
18725         * spam.el (spam-ifile-path, spam-ifile-database-path)
18726         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18727         make-obsolete-variable.
18728         (spam-bsfilter-path, spam-bsfilter-program)
18729         (spam-spamassassin-path, spam-spamassassin-program)
18730         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18731         Don't use "path" inappropriately.
18732         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18733         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18734         variable names.
18735
18736 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18737
18738         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18739         summary buffer.
18740
18741         * password.el (password-cache-remove): Use clear-string to burn
18742         password, if available.
18743
18744 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18745
18746         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18747
18748         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18749
18750         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18751         (gnus-message-highlight-citation): Move defcustom here from
18752         gnus-cite.el.
18753         (gnus-message-citation-mode): Autoload.
18754
18755         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18756         checks to make it compile with XEmacs.
18757         (gnus-message-citation-mode): New minor mode.
18758         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18759         (gnus-message-highlight-citation): New variables.
18760         (gnus-message-search-citation-line)
18761         (gnus-message-add-citation-keywords)
18762         (gnus-message-remove-citation-keywords)
18763         (turn-on-gnus-message-citation-mode)
18764         (turn-off-gnus-message-citation-mode): New functions.
18765
18766 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18767
18768         * gnus-cite.el: Enable highlighting of different citation levels in
18769         message-mode.
18770
18771 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18772
18773         * message.el (message-make-fqdn): Fix comment.
18774         (message-bogus-system-names): Add ".local".
18775
18776         * spam.el (spam-ifile-path, spam-ifile-program)
18777         (spam-ifile-database-path, spam-ifile-database)
18778         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18779         Don't use "path" inappropriately.
18780         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18781         strings.
18782         (spam-check-ifile, spam-ifile-register-with-ifile)
18783         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18784         Use new variable names.
18785
18786         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18787         (gnus-treat-display-smileys): Simplify using
18788         gnus-image-type-available-p.
18789
18790         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18791         available.
18792
18793         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18794         Use `display-images-p' if available.
18795
18796 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18797
18798         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18799         one after turning on the buffer's multibyteness instead of decoding
18800         them directly in the unibyte buffer that causes unexpected conversion
18801         in Emacs 23 (unicode).
18802
18803 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18804
18805         * message.el (message-generate-hashcash): Fix custom type.
18806
18807 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18808
18809         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18810
18811 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18812
18813         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18814         disconnect icons.  Add help text.
18815
18816 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18817
18818         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18819         negated to be consistent with the others we handle.
18820
18821 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18822
18823         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18824         version of gnus-summary-buffer to something, so that we can use two
18825         article buffers at the same time.
18826
18827 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18828
18829         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18830         trigger all the extra headers.
18831         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18832         sorting.
18833
18834 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18835
18836         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18837         solid groups.
18838
18839 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18840
18841         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18842
18843 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18844
18845         * legacy-gnus-agent.el: Add Copyright notice.
18846
18847 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18848
18849         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18850
18851 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18852
18853         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18854
18855         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18856         to make it work reliably in CVS Emacs.
18857         (gnus-summary-limit-strange-charsets-predicate)
18858         (gnus-summary-limit-to-predicate): New functions.
18859
18860 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18861
18862         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18863         specifying array size.
18864         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18865         array if it is too small.
18866         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18867         (gnus-sort-threads-loop): New function.
18868
18869 2006-12-06  Chris Moore  <dooglus@gmail.com>
18870
18871         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18872         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18873
18874 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18875
18876         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18877         options.
18878
18879 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18880
18881         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18882         DOS-ing the recipient.
18883
18884         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18885         the headers when creating the mapping to avoid mismappings.
18886         (nnweb-gmane-create-mapping): Always nix out old mapping.
18887
18888 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18889
18890         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18891         and mm-verify-option to never.
18892
18893 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18894
18895         * message.el (message-signed-or-encrypted-p): New function.
18896         (message-forward-make-body): Use it.
18897
18898         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18899         Replace encode-coding-string with mm-encode-coding-string.
18900
18901 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18902
18903         * nneething.el (nneething-decode-file-name):
18904         Replace decode-coding-string with mm-decode-coding-string.
18905
18906         * gnus-int.el (gnus-open-server): Say failed server's name.
18907
18908 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18909
18910         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18911         strings to a single string.  Quote `errors-file-name'.
18912         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18913         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18914         Adjust calls.  Use `shell-quote-argument'.
18915
18916 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18917
18918         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18919         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18920
18921         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18922         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18923         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18924         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18925         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18926         (gnus-subscribe-newsgroup, gnus-1):
18927         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18928         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18929         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18930         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18931
18932 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18933
18934         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18935         keystroke.
18936         (gnus-summary-limit-to-bodies): Implement headersp.
18937
18938 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18939
18940         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18941
18942 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18943
18944         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18945
18946 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18947
18948         * message.el (message-generate-hashcash): Expand range of values to
18949         include `opportunistic'.
18950         (message-send-mail): Use it.
18951
18952 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18953
18954         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18955         and comment it.
18956
18957         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18958
18959 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18960
18961         * gnus-util.el (gnus-extract-address-components): Improve comment.
18962
18963 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18964
18965         * gnus-util.el (gnus-extract-address-components): Work with address in
18966         which the name portion contains @.
18967
18968         * lpath.el: Fbind custom-autoload.
18969
18970 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18971
18972         * gnus.el (gnus-start): Move custom group up.
18973         (gnus-select-method): Don't autoload, but make it available for
18974         `customize-variable'.
18975         (gnus-getenv-nntpserver): Don't autoload.
18976
18977 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18978
18979         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18980
18981 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18982
18983         * message.el (message-sendmail-extra-arguments): New variable.
18984         (message-send-mail-with-sendmail): Use it.
18985
18986 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18987
18988         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18989         mm-with-unibyte-current-buffer to make string unibyte.
18990
18991         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18992         mm-string-as-multibyte.
18993
18994 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18995
18996         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18997         Reported by Werner Koch <wk@gnupg.org>.
18998
18999 2006-11-14  Daiki Ueno  <ueno@p360>
19000
19001         * mml2015.el: Autoload epa-select-keys when compiling.
19002
19003 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19004
19005         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19006         message-options.
19007         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19008
19009 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19010
19011         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19012         EasyPG (< 0.0.6).
19013         (mml2015-always-trust): New user option.
19014         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19015         prompt.
19016
19017 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19018
19019         * nntp.el (nntp-authinfo-force): New variable.
19020         (nntp-send-authinfo): Use it.
19021
19022 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19023
19024         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19025         decode encoded words.  Improve prompt.  Add comment about forwarding.
19026         (message-replacement-char): Move up.
19027
19028 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19029
19030         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19031         instead of gnus-intersection because arguments of gnus-sorted-nunion
19032         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19033
19034 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19035
19036         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19037         (message-simplify-subject-functions):
19038         Enable message-strip-subject-encoded-words by default.
19039
19040 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19041
19042         * message.el (message-strip-subject-encoded-words): New function.
19043         (message-simplify-subject-functions): New variable.
19044         (message-simplify-subject): Use it.  Fix typo in doc string.
19045         Support message-strip-subject-encoded-words.
19046
19047 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19048
19049         * gnus-diary.el (gnus-diary-delay-format-function):
19050         * nndiary.el (nndiary-reminders):
19051         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19052
19053 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19054
19055         * gnus-art.el (article-hide-boring-headers): Fetch date from
19056         gnus-original-article-buffer to avoid problems with localized date
19057         strings.
19058
19059 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19060
19061         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19062
19063 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19064
19065         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19066         New variables.
19067         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19068         (mm-charset-synonym-alist): Move some entries to
19069         mm-codepage-iso-8859-list.
19070         (mm-charset-synonym-alist, mm-charset-override-alist):
19071         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19072
19073 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19074
19075         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19076
19077 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19078
19079         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19080         with Emacs 21 and XEmacs.
19081
19082 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19083
19084         * spam.el (spam-parse-address): New function for better parsing,
19085         catching errors, etc.
19086         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19087
19088 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19089
19090         * mm-view.el: Add interactive arg to html2text autoload.
19091
19092 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19095
19096 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19097
19098         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19099         New variables.
19100         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19101         (mm-charset-synonym-alist): Move some entries to
19102         mm-codepage-iso-8859-list.
19103
19104         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19105
19106 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19107
19108         * message.el (message-citation-line-format)
19109         (message-insert-formated-citation-line): Fix implementation of %E, %N
19110         and %n according to the doc string.
19111
19112 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19113
19114         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19115         Use car-safe to avoid bad parses.
19116
19117 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19118
19119         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19120         names.
19121
19122         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19123
19124 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19125
19126         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19127         header.
19128
19129         * message.el (message-draft-headers): Add Date.
19130         (message-headers-to-generate): Fix typo in docstring.
19131
19132         * nndraft.el (nndraft-required-headers): New variable.
19133         (nndraft-generate-headers): Use it.
19134
19135         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19136
19137 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19138
19139         * gnus-registry.el (gnus-registry-wash-for-keywords)
19140         (gnus-registry-find-keywords): New functions to allow easy searching of
19141         articles that are in the registry.
19142
19143 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19144
19145         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19146         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19147         Reported by Damien Elmes <damien@repose.cx>.
19148
19149 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19150
19151         * gnus.el (gnus-mime): Remove unused custom group.
19152
19153 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19154
19155         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19156         "blank line" when searching for end of armor headers.
19157
19158 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19159
19160         * gmm-utils.el (gmm-write-region): Fix variable name.
19161
19162 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19163
19164         * gmm-utils.el (gmm-write-region): New function based on compatibility
19165         code from `mm-make-temp-file'.
19166
19167         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19168
19169         * nnmaildir.el (nnmaildir--update-nov)
19170         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19171         Use `gmm-write-region'.
19172
19173 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19174
19175         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19176         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19177
19178         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19179
19180         * message.el (message-replacement-char): New variable.
19181         (message-fix-before-sending): Use it.
19182         (message-simplify-subject): New function to remove duplicate code.
19183         (message-reply, message-followup): Use it.
19184
19185         * gnus-sum.el (gnus-summary-make-menu-bar):
19186         Clarify gnus-summary-limit-to-articles.
19187
19188 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19189
19190         * gnus-util.el (gnus-with-local-quit): New macro.
19191
19192         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19193
19194 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19195
19196         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19197         ignore non-string data.
19198
19199 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19200
19201         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19202         non-string data (needs to be done in the registry too).
19203
19204 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19205
19206         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19207         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19208         (gnus-registry-split-fancy-with-parent)
19209         (gnus-registry-fetch-simplified-message-subject-fast)
19210         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19211         Remove text properties on ingress into the registry and when it's saved.
19212         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19213         registry from entries with no groups.
19214
19215 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19216
19217         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19218         function to remove string properties.
19219
19220 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19221
19222         * gmm-utils.el (gmm): Adjust custom version.
19223
19224         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19225         Adjust custom version.
19226
19227         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19228
19229 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19230
19231         * gnus-art.el (gnus-insert-prev-page-button)
19232         (gnus-insert-next-page-button): Simplify.  Reformat.
19233
19234 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19235
19236         * gnus-art.el (gnus-insert-prev-page-button)
19237         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19238
19239 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19240
19241         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19242
19243 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19244
19245         * gnus-art.el (gnus-insert-mime-button)
19246         (gnus-insert-mime-security-button):
19247         Apply gnus-article-button-face to MIME and security buttons.
19248
19249 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19250
19251         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19252         readable.
19253
19254 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19255
19256         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19257
19258 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19259
19260         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19261         `browse-url-of-file' instead of `browse-url'.
19262
19263 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19264
19265         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19266         regexp.  Articles containing quotation were cut prematurely.
19267
19268 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19269
19270         * message.el (message-cite-original-1): Use nobody by default for the
19271         value of From header.
19272         (message-reply): Ditto.
19273
19274 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19275
19276         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19277         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19278         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19279
19280 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19281
19282         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19283         mails in the doc string.  Add some URLs in comment.
19284         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19285
19286 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19287
19288         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19289         backslashes handling and the way to find boundaries of quoted strings.
19290
19291 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19292
19293         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19294         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19295         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19296         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19297
19298 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19299
19300         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19301         doc string.
19302         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19303
19304 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19305
19306         * lpath.el: Fbind epg-check-configuration.
19307
19308 2006-09-06  Simon Josefsson  <jas@extundo.com>
19309
19310         * mml2015.el (mml2015-use): Doc fix, mention epg.
19311
19312 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19313
19314         * mml2015.el (mml2015-use): Default to epg, if available.
19315
19316 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19317
19318         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19319         message-sender.
19320         (mml1991-epg-encrypt): Ditto.
19321         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19322         message-sender.
19323         (mml2015-epg-encrypt): Ditto.
19324
19325 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19326
19327         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19328         several common directories.
19329
19330 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19331
19332         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19333         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19334
19335 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19336
19337         * gnus-art.el (article-decode-encoded-words): Make it fast.
19338
19339 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19340
19341         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19342
19343         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19344         in quoted string into `\'.
19345
19346 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19347
19348         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19349         Use standard-syntax-table.
19350
19351 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19352
19353         * gnus-art.el (gnus-decode-address-function): New variable.
19354         (article-decode-encoded-words): Use it to decode headers which are
19355         assumed to contain addresses.
19356         (gnus-mime-delete-part): Remove useless `or'.
19357
19358         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19359         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19360         (gnus-nov-parse-line): Use it to decode From header.
19361         (gnus-get-newsgroup-headers): Ditto.
19362         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19363
19364         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19365         (mail-decode-encoded-address-string): New alias.
19366
19367         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19368         New function.
19369         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19370         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19371         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19372         (rfc2047-decode-string): Ditto.
19373         (rfc2047-decode-address-region): New function.
19374         (rfc2047-decode-address-string): New function.
19375
19376 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19377
19378         * message.el (message-caesar-buffer-body): Allow rotating headers.
19379
19380         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19381
19382         * message.el (message-insert-formated-citation-line): Fix %f.
19383         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19384
19385 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19386
19387         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19388         (gnus-bookmark-mouse-available-p): New macro.
19389         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19390         (gnus-bookmark-bmenu-show-infos): Use it.
19391         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19392         (gnus-bookmark-bmenu-hide-infos): Ditto.
19393         (gnus-bookmark-remove-properties): New function.
19394         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19395         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19396         (gnus-bookmark-write-file): Bind coding-system-for-write.
19397         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19398         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19399         group before selecting it.
19400         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19401         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19402         quit-window if it is not available; use gnus-mouse-2 and bind it to
19403         gnus-bookmark-bmenu-select-by-mouse.
19404         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19405         (gnus-bookmark-bmenu-select-by-mouse): New function.
19406
19407 2006-08-13  Romain Francoise  <romain@orebokech.com>
19408
19409         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19410         space.
19411
19412 2006-08-10  Romain Francoise  <romain@orebokech.com>
19413
19414         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19415         (dns-mode-soa-auto-increment-serial): New user option.
19416         (dns-mode-soa-maybe-increment-serial): New function.
19417         (dns-mode): Add the latter to `write-contents-functions'.
19418
19419 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19420
19421         * compface.el (uncompface): Use binary rather than raw-text-unix.
19422
19423 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19424
19425         * compface.el (uncompface): Make sure the eol conversion doesn't take
19426         place when communicating with the external programs.
19427         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19428
19429 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19430
19431         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19432
19433 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19434
19435         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19436         Make it more robust by parsing author and date independently.
19437
19438 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19439
19440         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19441
19442 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19443
19444         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19445         first matching secret key.
19446         (mml2015-epg-encrypt): Ditto.
19447
19448         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19449         first matching secret key.
19450         (mml1991-epg-encrypt): Ditto.
19451
19452         * mml2015.el (mml2015-encrypt-to-self): New user option.
19453         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19454         mml2015-epg-encrypt-to-self is set.
19455
19456         * mml1991.el (mml1991-encrypt-to-self): New variable.
19457         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19458         mml1991-epg-encrypt-to-self is set.
19459
19460         * mml2015.el (mml2015-signers): New user option.
19461         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19462         (mml2015-epg-encrypt): Allow to select signing keys.
19463
19464         * mml1991.el (mml1991-signers): New variable.
19465         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19466         (mml1991-epg-encrypt): Allow to select signing keys.
19467
19468 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19469
19470         * nnheader.el (nnheader-insert-head): Make it work even if the file
19471         uses CRLF for the line-break code.
19472
19473 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19474
19475         * mml2015.el: Require mml-sec instead of password.
19476         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19477         (mml2015-cache-passphrase): Inherit the default value from
19478         mml-secure-cache-passphrase.
19479         (mml2015-passphrase-cache-expiry): Inherit the default value from
19480         mml-secure-passphrase-cache-expiry.
19481
19482         * mml1991.el: Require mml-sec instead of password.
19483         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19484         (mml1991-cache-passphrase): Inherit the default value from
19485         mml-secure-cache-passphrase.
19486         (mml1991-passphrase-cache-expiry): Inherit the default value from
19487         mml-secure-passphrase-cache-expiry.
19488
19489         * mml-sec.el: Require password.
19490         (mml-secure-verbose): New user option.
19491         (mml-secure-cache-passphrase): New user option.
19492         (mml-secure-passphrase-cache-expiry): New user option.
19493
19494 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19495             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19496
19497         * pgg-def.el (pgg-truncate-key-identifier):
19498         Truncate the key ID to 8 letters from the end.
19499
19500 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19501
19502         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19503         workaround for the url package included with Emacs.
19504
19505         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19506
19507 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19508
19509         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19510         correctly.  This fixes a bug caused by the 2006-05-12 change.
19511
19512 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19513
19514         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19515         some information about the error when saying that the `bogus' mail
19516         group will be used.
19517
19518 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19519
19520         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19521         string.
19522
19523 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19524
19525         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19526
19527 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19528
19529         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19530
19531 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19532
19533         * mml1991.el (mml1991-function-alist): Add epg.
19534         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19535         (mml1991-epg-encrypt): New functions.
19536
19537 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19538
19539         * mml2015.el (mml2015-verbose): New variable.
19540         (mml2015-cache-passphrase): Ditto.
19541         (mml2015-passphrase-cache-expiry): Ditto.
19542         (mml2015-function-alist): Add epg.
19543         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19544         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19545         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19546         New functions.
19547
19548 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19549
19550         * message.el (message-cite-original-1): Preserve region when removing
19551         quoted text due to X-No-Archive in order to avoid bogus attribution
19552         when citing multiple messages.
19553
19554 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19555
19556         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19557         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19558
19559 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19560
19561         * gnus-diary.el (gnus-user-format-function-d)
19562         (gnus-user-format-function-D): Autoload.
19563
19564         * imap.el (Commentary): Fix typo.
19565
19566         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19567         2006-04-22 contribution.
19568
19569 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19570
19571         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19572         It didn't really fix the bogosity I'm seeing with solid web groups.
19573
19574 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19575
19576         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19577         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19578         created using server names.  If we use the feature without declaring
19579         it, Gnus does not properly manage server and group state.
19580
19581         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19582         bound.
19583
19584 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19585
19586         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19587         looking up the method using GROUP's prefix before inventing a new one.
19588         It is used on killed/unknown groups in various places where returning
19589         an all-new method isn't expected by the caller.
19590
19591         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19592         and match semantics of gnus-group-real-prefix.
19593
19594 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19595
19596         * nnmail.el (nnmail-broken-references-mailers): New variable.
19597         (nnmail-ignore-broken-references): New function generalizing
19598         nnmail-fix-eudora-headers.
19599         (nnmail-fix-eudora-headers): Now obsolete.
19600
19601         * gnus-art.el (gnus-button-handle-custom):
19602         Support `customize-apropos*'.
19603
19604 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19605
19606         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19607
19608         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19609         articles.
19610
19611 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19612
19613         * message.el (message-cite-reply-above): New variable.
19614         (message-yank-original): Use it.
19615
19616 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19617
19618         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19619
19620 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19621
19622         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19623         as read.
19624
19625         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19626
19627 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19628
19629         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19630         (gnus-bookmark-default-file): Use gnus-directory.
19631         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19632         Remove "*" in doc string.
19633         (gnus-bookmark-write-file): Simplify.
19634         (gnus-bookmark-maybe-sort-alist): Use `when'.
19635         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19636         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19637         Add FIXME about Emacs 21 and XEmacs compatibility.
19638         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19639         compatibility.
19640         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19641         compatibility.
19642         (gnus-bookmark-menu-heading): Fix version.
19643
19644 2006-06-19  Bastien Guerry  <bzg@altern.org>
19645
19646         * gnus-bookmark.el: New file.
19647
19648 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19649
19650         * message.el (message-syntax-checks): Doc fix.
19651
19652 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19653
19654         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19655         unsubscribed groups as if they were killed ones.  It causes duplicate
19656         entries in gnus-newsrc-alist.
19657
19658 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19659
19660         * message.el (message-syntax-checks): Doc fix.
19661         (message-send-mail): Add check for continuation headers.
19662         (message-check-news-header-syntax): Fix regexp used to check for
19663         continuation headers.
19664
19665 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19666
19667         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19668
19669 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19670
19671         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19672
19673 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19674
19675         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19676         default-truncate-lines.
19677
19678 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19679
19680         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19681         to fill the utf-8 entry.
19682
19683         * lpath.el: Fbind unicode-precedence-list.
19684
19685 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19686
19687         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19688
19689 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19690
19691         * gnus-agent.el (directory-files-and-attributes): Move all the way
19692         forward (the third and final move).
19693         (gnus-agent-read-agentview): Trap reconstruction errors due to
19694         nonexistent directory.  Handle by returning nil.
19695
19696 2006-05-30  Didier Verna  <didier@xemacs.org>
19697
19698         * message.el (message-dont-reply-to-names): Update the custom type.
19699         * message.el (message-dont-reply-to-names): New defsubst: potentially
19700         convert a list of regexps into a single one.
19701         * message.el (message-get-reply-headers): Use it.
19702         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19703
19704 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19705
19706         * gnus-agent.el (directory-files-and-attributes): Move forward.
19707
19708 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19709
19710         * gnus-ml.el (gnus-mailing-list-subscribe)
19711         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19712         (gnus-mailing-list-message): Fix doc strings.
19713
19714 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19715
19716         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19717         of doing it manually.
19718
19719 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19720
19721         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19722         comment.
19723
19724 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19725
19726         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19727         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19728         (gnus-agent-read-local): All symbols allocated in my-obarray.
19729         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19730         (gnus-agent-regenerate-group): Check numeric names to see if they are
19731         messages or groups.
19732         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19733         better way of do this...)
19734
19735         * gnus-cache.el (gnus-agent-total-fetched-for):
19736         Ignore 'dummy.group' (there should be a better way of do this...)
19737
19738 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19739
19740         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19741         (gnus-saved-headers): Ditto.
19742         (gnus-default-article-saver): Mention functions may have properties.
19743         (gnus-article-save): Override gnus-save-all-headers and
19744         gnus-saved-headers by :headers property which saver function may have.
19745         (gnus-summary-save-in-file): Add :headers property.
19746         (gnus-summary-write-to-file): Ditto.
19747
19748         * gnus-sum.el (gnus-summary-save-article): Bind
19749         gnus-prompt-before-saving to t when saving many articles in a file;
19750         always show all headers.
19751
19752         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19753
19754 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19755
19756         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19757         marks.
19758
19759         * message.el (message-indent-citation): Add optional arguments to allow
19760         using it outside of message buffers.
19761
19762         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19763         (gnus-article-treat-unfold-headers): Use it.
19764         (gnus-article-truncate-lines): New variable.
19765         (gnus-article-mode): Use it.
19766         (gnus-article-toggle-truncate-lines): New function.
19767
19768         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19769         Add gnus-article-toggle-truncate-lines.
19770
19771         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19772         coding system in XEmacs, use binary.
19773
19774 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19775
19776         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19777         after-load-alist.
19778
19779         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19780         this function should save decoded articles.
19781         (gnus-summary-write-to-file): Use property to specify this function
19782         should save decoded articles and specify gnus-summary-save-in-file
19783         should be used to save articles other than the first one when saving
19784         many articles.
19785         (gnus-summary-save-body-in-file): Use property to specify this
19786         function should save decoded articles.
19787         (gnus-summary-write-body-to-file): Use property to specify this
19788         function should save decoded articles and specify
19789         gnus-summary-save-body-in-file should be used to save articles other
19790         than the first one when saving many articles.
19791
19792         * gnus-sum.el (gnus-summary-save-article): Simplify.
19793
19794 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19795
19796         * gnus-art.el (gnus-default-article-saver):
19797         Add gnus-summary-write-body-to-file.
19798         (gnus-article-save-coding-system): Don't use coding system object
19799         in XEmacs.
19800         (gnus-read-save-file-name): Add optional `dir-var' argument which
19801         specifies directory in which files are saved; work even if optional
19802         `variable' argument is not specified.
19803         (gnus-summary-write-to-file): Read file name.
19804         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19805         (gnus-summary-write-body-to-file): New function.
19806
19807         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19808         (gnus-summary-local-variables): Add it.
19809         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19810         (gnus-summary-save-article): Remove optional `decode' argument;
19811         determine whether to decode articles by the value of
19812         gnus-default-article-saver; when saving many files using
19813         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19814         it first and use gnus-summary-save-in-file or
19815         gnus-summary-save-body-in-file thereafter unless
19816         gnus-prompt-before-saving is always; move point to article which
19817         will be saved.
19818         (gnus-summary-save-article-file): Revert.
19819         (gnus-summary-write-article-file): Revert.
19820         (gnus-summary-save-article-body-file): Revert.
19821         (gnus-summary-write-article-body-file): New function.
19822
19823 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19824
19825         * gnus-art.el (gnus-default-article-saver): Doc fix.
19826         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19827         from gnus-summary-save-article-coding-system, and default to a
19828         certain coding system.
19829         (gnus-output-to-file): Add coding cookie and encode text according
19830         to gnus-article-save-coding-system; don't use mm-append-to-file.
19831
19832         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19833         gnus-art.el and rename to gnus-article-save-coding-system.
19834         (gnus-summary-save-article): Require gnus-art; don't show all
19835         headers if it decodes articles; don't add coding cookie here;
19836         don't bind mm-text-coding-system-for-write.
19837         (gnus-summary-save-article-file): Save decoded articles.
19838         (gnus-summary-write-article-file): When saving many files, use
19839         gnus-summary-write-to-file first and gnus-summary-save-in-file
19840         thereafter unless gnus-prompt-before-saving is always.
19841         (gnus-summary-save-article-body-file): Save decoded articles.
19842
19843         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19844
19845 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19846
19847         * nnrss.el (nnrss-check-group): Bind hash-index.
19848
19849 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19850
19851         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19852         its hash index.  Store this hash in `nnrss-group-data'.
19853         (nnrss-read-group-data): Update accordingly.
19854
19855 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19856
19857         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19858         entry.
19859
19860         * gnus-sum.el (gnus-summary-make-menu-bar):
19861         Add gnus-article-browse-html-article.
19862
19863 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19864
19865         * gnus-sum.el (gnus-summary-mime-map):
19866         Add gnus-article-browse-html-article.
19867
19868         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19869
19870 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19871
19872         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19873         suitable coding systems in customize.
19874
19875 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19876
19877         * mail-source.el (mail-sources): Fix custom type.
19878
19879 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19880
19881         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19882         (gnus-summary-expire-articles-now): Shorten prompt.
19883
19884         * gmm-utils.el (wid-edit): Require.
19885         (defun-gmm): Rename from `gmm-defun-compat'.
19886         (gmm-image-search-load-path): Use it.
19887         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19888
19889 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19890
19891         * gnus-sum.el (gnus-summary-save-article-coding-system):
19892         New variable.
19893         (gnus-summary-save-article): Add optional `decode' argument.
19894         If it is set and gnus-summary-save-article-coding-system is non-nil,
19895         save decoded article.
19896         (gnus-summary-write-article-file): Save decoded article if
19897         gnus-summary-save-article-coding-system is non-nil.
19898
19899         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19900         type.
19901
19902 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19903
19904         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19905
19906 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19907
19908         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19909         first to test gnus-single-article-buffer which may be buffer-local.
19910
19911         * gnus-sum.el (gnus-summary-setup-buffer):
19912         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19913         group; make gnus-article-buffer, gnus-article-current, and
19914         gnus-original-article-buffer always buffer-local.
19915         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19916         group.
19917         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19918
19919 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19920
19921         * nnml.el (nnml-request-compact-group): Compressed files might not
19922         have .gz extension.
19923
19924 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19925
19926         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19927         (mm-copy-to-buffer): Use with-current-buffer.
19928         (mm-display-part): Simplify.
19929         (mm-inlinable-p): Add optional arg `type'.
19930
19931 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19932
19933         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19934         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19935         Try harder to show the attachment internally or externally using
19936         gnus-mime-view-part-as-type.
19937
19938 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19939
19940         * message.el (message-from-style, message-signature-separator)
19941         (message-user-organization-file, message-send-mail-function)
19942         (message-citation-line-function, message-yank-prefix)
19943         (message-indent-citation-function, message-signature)
19944         (message-signature-file, message-signature-insert-empty-line):
19945         Remove autoloads.
19946
19947         * gnus-art.el (gnus-buttonized-mime-types):
19948         Remove "multipart/signed".  Revert 2006-04-26 change.
19949
19950 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19951
19952         * gnus.el (gnus-version-number): Bump version.
19953
19954 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19955
19956         * gnus.el: No Gnus v0.5 is released.
19957
19958 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19959
19960         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19961         fetching articles by message-id.
19962
19963 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19964
19965         * message.el (hashcash): Require hashcash as normal.
19966
19967         * ecomplete.el (ecomplete-highlight-match-line):
19968         Use point-at-eol.
19969         (ecomplete-highlight-match-line): Use `highlight', because that
19970         face exists in both Emacs and XEmacs.
19971
19972         * message.el (message-display-abbrev): Use point-at-bol.
19973
19974         * mail-source.el: Don't require timer/timer-funcs.
19975
19976         * gnus-async.el: Ditto.
19977
19978         * password.el: Ditto.
19979
19980         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19981
19982         * mm-url.el: Ditto.
19983
19984         * gnus-xmas.el: Don't require timer-funcs.
19985
19986         * mm-util.el: Require timer/timer-funcs.
19987
19988 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19989
19990         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19991         Close.
19992
19993 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19994
19995         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19996         unibyte after clear-decrypt function runs.
19997
19998         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19999         returns as a unibyte string.
20000
20001 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20002
20003         * lpath.el: Revert.
20004
20005         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20006         (pgg-gpg-process-sentinel): Revert.
20007
20008         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20009         (pgg-pgp-lookup-key): Revert.
20010
20011         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20012         (pgg-pgp5-lookup-key): Revert.
20013
20014         * pgg.el (pgg-fetch-key): Revert.
20015
20016 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20017
20018         * lpath.el: Fbind string-as-multibyte for XEmacs.
20019
20020         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20021         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20022         (mml1991-pgg-encrypt): Ditto.
20023
20024         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20025         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20026         a multibyte buffer.
20027
20028         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20029         (pgg-pgp-lookup-key): Ditto.
20030
20031         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20032         (pgg-pgp5-lookup-key): Ditto.
20033
20034         * pgg.el (pgg-fetch-key): Ditto.
20035
20036 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20037
20038         * message.el (message-user-organization-file): Check several
20039         locations of the organization file.
20040
20041         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20042         Add gnus-article-view-part-as-type.
20043
20044         * gnus-art.el (gnus-article-view-part-as-type): New function.
20045
20046         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20047         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20048
20049         * mml.el: Simplify autoload.
20050         (mml-mode): defvar dnd-protocol-alist instead of using
20051         symbol-value.
20052         (mml-default-directory): New variable.
20053         (mml-minibuffer-read-file): Use it.
20054         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20055
20056         * message.el (message-citation-line-format): New variable.
20057         (message-insert-formated-citation-line): New function.
20058         (message-citation-line-function):
20059         Add `message-insert-formated-citation-line' to custom type.
20060
20061         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20062         to doc string.
20063
20064         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20065         depending on mm-verify-option.
20066
20067 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20068
20069         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20070         binding pgg-* variables; reimplement the section which prevents
20071         MIME header from being signed.
20072         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20073         pgg-text-mode; remove a blank line at the top of body.
20074
20075         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20076         lines at the top of body; use gnus-newsgroup-charset if there's no
20077         Charset header.
20078
20079 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20080
20081         * message.el (message-self-insert-commands): Doc fix.
20082
20083         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20084         (mm-uu-pgp-encrypted-test): Ditto.
20085         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20086         between header and body; return application/pgp-encrypted handle
20087         if decryption failed; decode decrypted body by charset.
20088
20089         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20090         element match to application/pgp-*.
20091
20092 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20093
20094         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20095         HTML.
20096
20097 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20098
20099         * mail-source.el (mail-source-call-script): Message the error
20100         string.
20101
20102 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20103
20104         * gnus-util.el (gnus-byte-compile): Use it.
20105
20106 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20107
20108         * gnus-util.el (kill-empty-logs): New function.
20109
20110 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20111
20112         * message.el (message-mail-alias-type): Doc fix.
20113         (message-mail-alias-type-p): New function.
20114         (message-send): Use it.
20115         (message-mode): Ditto.
20116         (message-strip-forbidden-properties): Ditto.
20117
20118         * ecomplete.el (ecomplete-database-file-coding-system):
20119         New variable.
20120         (ecomplete-save): Use it.
20121         (ecomplete-setup): Use it.
20122
20123 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20124
20125         * message.el (message-self-insert-commands): New variable.
20126         (message-strip-forbidden-properties): Use it.
20127
20128 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20129
20130         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20131         that doesn't make XEmacs choke.
20132
20133 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20134
20135         * gnus-util.el (gnus-replace-in-string):
20136         Prefer replace-regexp-in-string over of replace-in-string.
20137
20138 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20139
20140         * gnus-util.el (gnus-select-frame-set-input-focus):
20141         Use select-frame-set-input-focus if it is available in XEmacs; use
20142         definition defined in Emacs 22 for old Emacsen.
20143
20144         * dgnushack.el: Autoload unmorse-region for XEmacs.
20145
20146         * lpath.el: Bind cursor-in-non-selected-windows and
20147         select-frame-set-input-focus for XEmacs.
20148
20149 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20150
20151         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20152
20153 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20154
20155         * gnus-registry.el (gnus-registry-cache-save): Remove text
20156         properties when saving via the temp buffer.
20157
20158 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20159
20160         * message.el (message-generate-hashcash): Honor custom type.
20161
20162 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20163
20164         * message.el (message-generate-hashcash): Default to non-nil when
20165         hashcash is found.
20166
20167         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20168         (gnus-refer-thread-limit): Increase default to 500.
20169
20170         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20171
20172         * flow-fill.el (fill-flowed): Allow delete-space.
20173
20174 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20175
20176         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20177         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20178         Remove autoloads.
20179
20180 2006-04-18  Simon Josefsson  <jas@extundo.com>
20181
20182         * message.el (message-generate-hashcash): Default to.
20183
20184 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20185
20186         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20187         concatenating segments rather than before concatenating them.
20188
20189 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20190
20191         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20192
20193 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20194
20195         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20196
20197         * message.el (message-forward-make-body-plain):
20198         Allow message-forward-ignored-headers to be a list.
20199         (message-remove-ignored-headers): Factor out into function.
20200         (message-forward-make-body-mml): Use it.
20201
20202         * imap.el (imap-quote-specials): New function.
20203         (imap-login-auth): Quote specials.
20204
20205         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20206         (rfc2231-parse-string): Allow concatanation of parameters that
20207         aren't contiguous.  The test case is
20208           (mail-header-parse-content-type "message/external-body;
20209             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20210             access-type=LOCAL-FILE;
20211             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20212
20213 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20214
20215         * nntp.el (nntp-accept-process-output): Return the value of
20216         `nnheader-accept-process-output'.
20217
20218 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20219
20220         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20221         (gnus-button-alist): Recognize more diff formats.
20222         (gnus-button-patch): Strip directory.
20223
20224 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20225
20226         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20227         Emacs 22 when setting focus.
20228
20229 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20230
20231         * gnus-art.el (gnus-article-treat-types): Do treatment of
20232         text/x-verbatim parts.
20233         (gnus-button-patch): New command.
20234
20235         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20236         addresses that contain invalid characters.
20237
20238 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20239
20240         * message.el (message-put-addresses-in-ecomplete):
20241         Use gnus-replace-in-string.
20242         (message-is-yours-p): Use the more correct
20243         mail-header-parse-address instead of
20244         mail-extract-address-components.
20245         (message-put-addresses-in-ecomplete): Fix typo.
20246
20247         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20248         keystroke.
20249
20250         * gnus-art.el (gnus-treatment-function-alist): Change order of
20251         newsgroups/generic header folding to avoid double-folding.
20252
20253         * message.el (message-hidden-headers): Add X-Draft-From.
20254
20255         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20256         New command.
20257         (gnus-summary-repeat-search-article-backward): New command.
20258
20259         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20260         groups in the parent topic.
20261
20262 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20263
20264         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20265         (spam-extra-header-to-number): Return the CRM114 number as a
20266         number instead of a string.
20267
20268 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20269
20270         * gnus-art.el (gnus-face-properties-alist): Move here from
20271         gnus-fun.
20272
20273         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20274
20275 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20276
20277         * message.el (message-strip-forbidden-properties): Only display on
20278         self-insert-command.
20279
20280         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20281         reindent.
20282         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20283
20284 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20285
20286         * smiley.el (smiley-style): Fix typo.
20287
20288 2006-03-23  Kenichi Handa  <handa@m17n.org>
20289
20290         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20291         instead of set-buffer-multibyte.
20292
20293 2006-03-23  Kenichi Handa  <handa@m17n.org>
20294
20295         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20296         buffer and then decode the buffer text if necessary.
20297         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20298         first, and after mm-encode-body, change the buffer to unibyte.
20299
20300 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20301
20302         * hashcash.el (hashcash-insert-payment-async-2):
20303         Use message-goto-eoh instead of doing it manually.
20304         (mail-add-payment): Use message-narrow-to-header instead of trying
20305         to do the same itself.
20306
20307         * message.el (message-hidden-headers): Add Face.
20308
20309         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20310         reparenting code.
20311         (gnus-summary-reparent-children): Refactored out code.
20312         (gnus-summary-thread-map): New keystroke.
20313         (gnus-summary-reparent-children): Make into command.
20314
20315         * smiley.el (smiley-style): Default to `medium' if using a large
20316         font.
20317
20318         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20319         does it itself.
20320
20321         * message.el (message-point-in-header-p): Simplify definition.
20322
20323 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20324
20325         * nnagent.el (nnagent-request-set-mark): Silence log file
20326         writing.
20327         (nnagent-request-set-mark): Use write-region instead of
20328         append-to-file.
20329
20330         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20331         strange select method.
20332
20333         * ecomplete.el (ecomplete-display-matches): Get highlightling
20334         right.
20335         (ecomplete-display-matches): Use literals.
20336         (ecomplete-display-matches): Disable message logging.
20337
20338         * message.el (message-display-abbrev): Small optimization.
20339
20340         * ecomplete.el (ecomplete-display-matches): Allow automatic
20341         display.
20342
20343         * message.el (message-strip-forbidden-properties):
20344         Display abbrevs.
20345         (message-display-abbrev): Get automatic display right.
20346
20347         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20348         keystrokes.
20349
20350 2006-04-13  Romain Francoise  <romain@orebokech.com>
20351
20352         TODO: Backport to v5-10!
20353
20354         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20355         Move here (and rename) from gnus-registry.el.
20356
20357         * gnus-registry.el: Require gnus-util.
20358         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20359
20360 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20361
20362         * gnus-group.el (gnus-group-catchup-current):
20363         Change if-then-else-if-then-else into cond.
20364         (gnus-group-catchup): Indent.
20365         (group-name-at-point): New function.
20366         (gnus-fetch-group): Provide default from thing at point.
20367
20368 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20369
20370         * message.el (message-display-abbrev): Fix regexp.
20371
20372         * ecomplete.el (ecomplete-highlight-match-line):
20373         Reimplement choosing.
20374         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20375         dead variables.
20376
20377         * message.el (message-newline-and-indent): Remove debugging.
20378         (message-display-abbrev): Use new implementation.
20379
20380 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20381
20382         * gnus-art.el (gnus-article-mode):
20383         Set cursor-in-non-selected-windows to nil.
20384
20385         * smiley.el: Revert previous change.
20386         (smiley-data-directory): defvar it before using it in the
20387         defcustom of `smiley-style'.
20388
20389 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20390
20391         * message.el (message-newline-and-indent): New function.
20392
20393         * ecomplete.el: Implement more bits.
20394
20395         * message.el (message-put-addresses-in-ecomplete): Clean up the
20396         string.
20397
20398         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20399
20400         * gnus-sum.el (gnus-summary-save-parts):
20401         Bind gnus-summary-save-parts-counter and use it to make unique file
20402         names.
20403
20404         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20405
20406         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20407         parameter to say whether to actually parse the individual
20408         addresses.
20409
20410         * message.el (message-put-addresses-in-ecomplete): New function.
20411         (ecomplete): Require.
20412         (message-mail-alias-type): Add ecomplete as an option.
20413
20414 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20415
20416         * flow-fill.el (fill-flowed): Remove trailing space from blank
20417         quoted lines.
20418
20419 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20420
20421         * smiley.el (smiley-style): Move definition later to avoid a
20422         compilation warning.
20423
20424 2006-04-12  Kenichi Handa  <handa@m17n.org>
20425
20426         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20427         buffer and then decode the buffer text if necessary.
20428         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20429         first, and after mm-encode-body, change the buffer to unibyte.
20430         Use mm-disable-multibyte instead of set-buffer-multibyte.
20431
20432 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20433
20434         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20435         Content-Type header instead of Content-Disposition header.
20436         (gnus-mime-inline-part): Ditto.
20437         (gnus-mime-view-part-as-charset): Ignore charset that the part
20438         specifies.
20439
20440         * mm-decode.el (mm-display-part): Work with external parts and
20441         usual parts similarly.
20442
20443         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20444         instead of gnus-display-mime.
20445
20446         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20447         instead of with-temp-buffer.
20448
20449         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20450         tag to summarized topics part in order to encode non-ASCII text.
20451
20452 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20453
20454         * smiley.el (smiley-style): New variable.
20455         (smiley-directory): New function.
20456         (smiley-data-directory): Derive from `smiley-style' using
20457         `smiley-directory'.
20458         (smiley-regexp-alist): Add new entries.
20459
20460         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20461         (gnus-article-browse-delete-temp): Add :version.
20462
20463 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20464
20465         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20466         the sieve region.
20467
20468 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20469
20470         * gnus.el (gnus-version-number): Bump version.
20471
20472 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20473
20474         * gnus.el: No Gnus v0.4 is released.
20475
20476 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20477
20478         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20479         layout.
20480
20481         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20482         unknown charset.
20483
20484         * message.el (message-header-synonyms): Add Original-To to the
20485         default.
20486
20487         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20488         optional parameter.
20489
20490 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20491
20492         * gnus-fun.el (gnus): Require it for gnus-directory.
20493
20494 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20495
20496         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20497
20498 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20499
20500         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20501
20502 2006-04-05  Simon Josefsson  <jas@extundo.com>
20503
20504         * password.el (password-reset): New function.
20505
20506 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20507
20508         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20509         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20510
20511 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20512
20513         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20514         Some whitespace was matched into the url, which broke browsing hits
20515         > 100 when mm-url-use-external was nil.
20516
20517 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20518
20519         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20520         Check gnus-extra-headers for 'Newsgroups.
20521
20522         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20523         bound.
20524
20525 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20526
20527         * pgg-gpg.el: Clean up process buffers every time gpg processes
20528         complete.
20529
20530 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20531
20532         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20533         doc string.
20534
20535 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20536
20537         * pgg-gpg.el (pgg-gpg-process-filter)
20538         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20539
20540         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20541         lines, temporary fix.
20542
20543 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20544
20545         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20546
20547 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20548
20549         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20550         default-enable-multibyte-characters.  This reverts the change from
20551         revision 6.17 which is no longer necessary because the passphrase
20552         is sent separately now.  GnuPG messages are unreadable under
20553         multibyte locales with default-enable-multibyte-characters set to
20554         nil.
20555
20556 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20557
20558         * message.el (message-tool-bar-gnome): Move "spell".
20559
20560 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20561
20562         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20563         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20564         instead.
20565
20566 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20567
20568         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20569         Improve newsgroups handling for NNTP overviews which don't include
20570         Newsgroups.
20571
20572 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20573
20574         * message.el (message-resend): Bind message-generate-hashcash to nil.
20575
20576 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20577
20578         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20579         when searching for already-paid recipients.
20580
20581 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20582
20583         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20584         passphrases when it is not needed.
20585         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20586         passphrase stuff from gpg, should only be necessary when you use
20587         gpg with a smartcard.
20588
20589 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20590
20591         * mml.el (mml-insert-mime): Ignore cached contents of
20592         message/external-body part.
20593
20594         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20595         (mm-insert-part): Ditto.
20596
20597 2006-03-23  Simon Josefsson  <jas@extundo.com>
20598
20599         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20600         Reiner.
20601         (pgg-gpg-use-agent-p): Use it again.
20602
20603 2006-03-23  Simon Josefsson  <jas@extundo.com>
20604
20605         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20606         older emacsen.
20607         (pgg-gpg-use-agent-p): Don't use it.
20608
20609 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20610
20611         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20612         if we can.
20613
20614 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20615
20616         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20617         (pgg-gpg-update-agent): New function.
20618         (pgg-gpg-use-agent-p): New function.
20619         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20620         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20621         (pgg-gpg-sign-region): Use it.
20622
20623 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20624
20625         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20626         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20627
20628 2006-03-21  Simon Josefsson  <jas@extundo.com>
20629
20630         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20631         <wilde@sha-bang.de>.
20632         (pgg-gpg-use-agent): New variable.
20633         (pgg-gpg-process-region): Use it.
20634         (pgg-gpg-encrypt-region): Likewise.
20635         (pgg-gpg-encrypt-symmetric-region): Likewise.
20636         (pgg-gpg-decrypt-region): Likewise.
20637         (pgg-gpg-sign-region): Likewise.
20638         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20639
20640 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20641
20642         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20643
20644         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20645         Add comment on version.
20646
20647 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20648
20649         * smiley.el: Add missing test smiley.
20650
20651 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20652
20653         * mm-decode.el (mm-with-part): New macro.
20654         (mm-get-part): Use it; work with message/external-body as well.
20655         (mm-save-part): Treat name and filename equally.
20656
20657         * mm-extern.el (mm-extern-cache-contents): New function.
20658         (mm-inline-external-body): Use it; force the part to be displayed;
20659         move undisplayer added to the cached handle to the parent.
20660
20661         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20662         (gnus-mime-view-part-as-type): Work with message/external-body.
20663
20664         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20665
20666 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20667
20668         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20669         images in image-load-path.  [Sync with image.el, revision 1.60, in
20670         Emacs.]
20671
20672 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20673
20674         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20675         path rather than symbol.  Always return list of directories.
20676         Guarantee that image directory comes first.  [Sync with image.el,
20677         revision 1.59, in Emacs.]
20678
20679         * message.el (message-make-tool-bar): Adjust to new API of
20680         `gmm-image-load-path-for-library'.
20681
20682         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20683
20684         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20685
20686 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20687
20688         * gnus-art.el (gnus-article-only-boring-p):
20689         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20690         intangible text.
20691         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20692
20693 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20694
20695         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20696         Use `defun' instead of `gmm-defun-compat'.
20697
20698 2006-03-14  Simon Josefsson  <jas@extundo.com>
20699
20700         * message.el (message-unique-id): Don't use message-number-base36
20701         if (user-uid) is a float.
20702         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20703
20704 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20705
20706         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20707
20708         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20709         empty line between a part and a message part.
20710
20711 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20712
20713         * smiley.el: Add more test smileys.
20714         (smiley-data-directory, smiley-regexp-alist)
20715         (gnus-smiley-file-types): Fix doc strings.
20716         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20717         adding new elements.
20718         (smiley-mouse-map): Unused code.  Make it a comment.
20719
20720 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20721
20722         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20723         scan latest NoCeM messages instead of old ones.
20724         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20725         delimiters that are recently used.
20726         (gnus-nocem-load-cache): Add autoload cookie.
20727
20728         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20729
20730         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20731         level which is larger than gnus-use-nocem is specified.
20732
20733         * gnus-group.el (gnus-group-get-new-news): Ditto.
20734
20735 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20736
20737         * gnus-util.el (gnus-tool-bar-update): New function.
20738
20739         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20740         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20741
20742         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20743
20744         * gnus-group.el (gnus-group-redraw-when-idle)
20745         (gnus-group-redraw-check): Remove.
20746         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20747
20748 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20749
20750         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20751         if optional last element is specified in splits (FIELD VALUE...).
20752
20753 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20754
20755         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20756         to gmm-image-load-path-for-library.  Call with no-error argument.
20757         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20758
20759         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20760
20761         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20762
20763         * gmm-utils.el (gmm-image-load-path): Remove alias.
20764
20765 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20766
20767         * gmm-utils.el (gmm-image-load-path): Add alias.
20768
20769         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20770         nnml-generate-nov-databases-1.
20771         (nnml-generate-nov-databases): Use it.
20772         (nnml-generate-nov-databases-directory): Document no-active
20773         argument.
20774
20775         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20776         directory if path is t.  Add no-error.
20777
20778         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20779         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20780
20781         * gnus-art.el (gnus-article-browse-delete-temp-files):
20782         Simplify resetting gnus-article-browse-html-temp-list.
20783
20784         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20785         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20786         Add example to docstring.  Rename local variables.  Move error
20787         checks to default case in cond and simplify.
20788
20789 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20790
20791         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20792         handle is multipart when calling it recursively.
20793         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20794
20795 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20796
20797         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20798         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20799
20800 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20801
20802         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20803         is loaded.
20804
20805         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20806         loaded.
20807
20808 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20809
20810         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20811         to "Emacs 23 (unicode)" in doc string.
20812
20813         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20814         "Emacs 23 (unicode)" in comment.
20815
20816 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20817
20818         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20819
20820         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20821         characters 160 through 255 in Emacs 23.
20822
20823 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20824
20825         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20826         gnus-article-browse-html-temp.
20827         (gnus-article-browse-delete-temp): Make it customizable.
20828         Add `file'.  Adjust doc string.
20829         (gnus-article-browse-delete-temp-files): Add argument.
20830         Allow query for each file.  Adjust doc string.
20831         (gnus-article-browse-html-parts):
20832         Add `gnus-article-browse-delete-temp-files' to
20833         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20834
20835 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20836
20837         * gnus-art.el (gnus-article-browse-html-temp)
20838         (gnus-article-browse-delete-temp): New variables.
20839         (gnus-article-browse-delete-temp-files): New function.
20840         (gnus-article-browse-html-parts): Use it.
20841
20842 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20843
20844         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20845
20846         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20847         string.
20848
20849         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20850         gnus-summary-insert-new-articles when unplugged.
20851         Remove gnus-summary-search-article-forward.
20852
20853         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20854         display-visual-class instead of display-color-cells.
20855
20856 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20857
20858         * dgnushack.el: Autoload customize-group for XEmacs.
20859
20860         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20861         message/* containing non-ASCII text properly.
20862
20863 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20864
20865         * message.el: Require gmm-utils, remove autoloads.
20866         (message-tool-bar): Set default based on
20867         gmm-tool-bar-style.
20868         (message-tool-bar-gnome): Add gmm-customize-mode.
20869
20870         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20871         gmm-tool-bar-style.
20872         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20873
20874         * gnus-group.el (gnus-group-tool-bar): Set default based on
20875         gmm-tool-bar-style.
20876         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20877
20878         * gmm-utils.el (gmm-image-directory): Rename variable from
20879         gmm-image-load-path.
20880         (gmm-image-load-path): Use gmm-image-directory.
20881         (gmm-customize-mode): New function.
20882         (gmm-tool-bar-style): New variable.
20883
20884         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20885         gnus-group-redraw-line-number.
20886         (gnus-group-redraw-check): Simplify.
20887         (gnus-group-tool-bar-update): Remove redraw check.
20888         (gnus-group-make-tool-bar): Add redraw check.
20889
20890 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20891
20892         * gnus-art.el (gnus-button): Add missing parentheses.
20893
20894 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20895
20896         * lpath.el: Fbind line-number-at-pos.
20897
20898 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20899
20900         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20901
20902 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20903
20904         * gnus-art.el (gnus-button): New face.
20905         (gnus-article-button-face): Use it.
20906
20907         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20908         Add gnus-summary-next-page.  Re-order.
20909
20910         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20911         next-node are now included.
20912         (gnus-group-redraw-line-number): New internal variable.
20913         (gnus-group-redraw-check): Helper function for updating the tool
20914         bar.
20915         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20916
20917         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20918
20919         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20920         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20921         Use it to match format of Spamassassin 3.0 and later.
20922         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20923         (spam-check-bogofilter)
20924         (spam-bogofilter-register-with-bogofilter): Fix args of
20925         `gnus-error' calls.
20926
20927 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20928
20929         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20930         unnecessary interaction when sending queued mails.
20931         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20932
20933 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20934
20935         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20936         first or last are nil.
20937
20938 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20939
20940         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20941
20942 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20943
20944         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20945
20946 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20947
20948         * dns.el (query-dns): Protect more against buggy tcp output.
20949
20950 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20951
20952         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20953         nov.php.
20954
20955 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20956
20957         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20958         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20959         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20960         output on the server side.
20961         (nnweb-google-create-mapping): Update regexps and add some
20962         progress indication.
20963
20964 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20965
20966         * gnus-group.el (gnus-group-tool-bar-gnome):
20967         Fix gnus-agent-toggle-plugged.  Re-order icons.
20968         (gnus-group-tool-bar-gnome):
20969         Add gnus-group-{prev,next}-unread-group.
20970         (gnus-group-tool-bar-gnome): Re-order icons.
20971
20972         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20973         Move gnus-summary-insert-new-articles.
20974
20975         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20976         Fix comments.
20977
20978         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20979         also available in Emacs 21.3.
20980
20981         * message.el (message-fix-before-sending): Change "Emacs 22" to
20982         "Emacs 23 (unicode)" in comment.
20983
20984         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20985         "Emacs 23 (unicode)" in comment.
20986
20987         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20988         comment.
20989         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20990
20991         * mm-view.el (mm-fill-flowed): Add :version.
20992
20993 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20994
20995         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20996         and load-path.
20997
20998 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20999
21000         * message.el: Autoload gmm-image-load-path.
21001         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21002         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21003         consitency.
21004
21005         * gmm-utils.el (gmm-image-load-path): Also search in
21006         "../etc/images".  Don't set gmm-image-load-path if we don't find
21007         the image.
21008
21009 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21010
21011         * gmm-utils.el (gmm-image-load-path): Don't make
21012         `gmm-image-load-path' include subdirectories which the second arg
21013         `image' might specify.
21014
21015         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21016         subdirectory to icon file names.
21017
21018         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21019
21020 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21021
21022         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21023         gmm-image-load-path calls.
21024
21025         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21026
21027         * message.el (message-make-tool-bar): Ditto.
21028
21029         * mml.el (mml-preview): Add comment concerning tool bar icons.
21030
21031         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21032         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21033
21034         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21035         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21036
21037         * message.el (message-tool-bar-gnome): Use new icon names.
21038         (message-make-tool-bar): Use `gmm-image-load-path'.
21039
21040         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21041         New functions from MH-E.
21042         (gmm-image-load-path): New variable from MH-E.
21043         (gmm-image-load-path): New function from MH-E.  Add arguments
21044         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21045         *-image-load-path-called-flag.
21046
21047 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21048
21049         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21050
21051 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21052
21053         * nnimap.el (nnimap-request-move-article): Change folder back to
21054         source group before deleting.
21055
21056 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21057
21058         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21059
21060         * gnus-art.el (mm-url-insert-file-contents-external):
21061         Autoload mm-url.
21062
21063         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21064
21065 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21066
21067         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21068         coding system which mm-charset-to-coding-system returns for a
21069         given charset is valid.
21070
21071 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21072
21073         * html2text.el (html2text-remove-tag-list):
21074         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21075
21076 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21077
21078         * gnus-cus.el: Revert 2005-10-17 change.
21079
21080 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21081
21082         * gnus-art.el (article-strip-banner):
21083         Call article-really-strip-banner only when the regexp match is made.
21084
21085 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21086
21087         * gnus-art.el (article-strip-banner):
21088         Use gnus-extract-address-components instead of
21089         mail-header-parse-addresses to make it work with non-ASCII text;
21090         remove mail-encode-encoded-word-string.
21091
21092         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21093         values which are surrounded with \"...\"; make it never cause a
21094         Lisp error; give up parsing of parameters if it failed in
21095         extracting type.
21096
21097 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21098
21099         * smime.el (smime-cert-by-ldap-1): Fix bug where
21100         `smime-ldap-search' returns results without userCertificates.
21101
21102 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21103
21104         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21105
21106 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21107
21108         * spam.el (spam-check-spamassassin-headers): Adapt format for
21109         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21110         <ari@mbf.ocn.ne.jp>.
21111         (spam-list-of-processors): Add spam-use-gmane.
21112
21113 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21114
21115         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21116         make-temp-file; make it work with XEmacs as well.
21117
21118         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21119         mm-make-temp-file.
21120
21121         * mm-decode.el (mm-display-external): Use the 3rd arg of
21122         mm-make-temp-file.
21123         (mm-create-image-xemacs): Ditto.
21124
21125 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21126
21127         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21128         with message-narrow-to-headers.
21129         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21130         (gnus-draft-check-draft-articles): New function.
21131         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21132
21133 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21134
21135         * gnus-art.el (gnus-article-browse-html-parts):
21136         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21137         Don't use suffix argument for mm-make-temp-file for Emacs 21
21138         compatibility.  Remove useless `format'.
21139
21140 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21141
21142         * nnweb.el (nnweb-google-wash-article): Update regexps.
21143         (nnweb-group-alist): Use defvoo instead of defvar.
21144
21145 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21146
21147         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21148         re-loading nn* modules.
21149
21150 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21151
21152         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21153         for `tool-bar-mode' and don't check it's default-value.
21154
21155         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21156
21157         * message.el (message-make-tool-bar): Ditto.
21158
21159         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21160         `substring'.  Shorten tmp-file name.
21161
21162         * gnus.el: Remove bogus comment.
21163
21164 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21165
21166         * gnus-art.el (gnus-article-browse-html-parts): New function.
21167         (gnus-article-browse-html-article): New function for viewing html
21168         articles with a browser.
21169
21170 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21171
21172         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21173         in elisp.
21174         (pgg-gpg-encrypt-symmetric-region): Ditto.
21175         (pgg-gpg-sign-region): Ditto.
21176
21177         * pgg-def.el (pgg-text-mode): New variable.
21178
21179         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21180         (mml2015-pgg-encrypt): Ditto.
21181
21182         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21183         (mml1991-pgg-encrypt): Ditto.
21184
21185 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21186
21187         * nnfolder.el (nnfolder-insert-newsgroup-line):
21188         Use message-make-date instead of current-time-string.
21189
21190         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21191         to gnus-decoded which mm-uu might set.
21192
21193 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21194
21195         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21196         don't decode quoted parameters; remove misimported Emacs code.
21197         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21198         (rfc2231-decode-encoded-string): Don't use split-string which
21199         behaves differently according to Emacs version; use
21200         mm-decode-coding-region to convert charset to coding-system.
21201         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21202         (rfc2231-encode-string): Remove misimported Emacs code.
21203
21204 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21205
21206         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21207         when calling mail-header-parse-content-type.
21208         (article-de-quoted-unreadable): Ditto.
21209         (article-de-base64-unreadable): Ditto.
21210         (article-wash-html): Ditto.
21211
21212         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21213         calling mail-header-parse-content-type and
21214         mail-header-parse-content-disposition.
21215         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21216         mail-header-parse-content-type.
21217
21218         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21219         insert charset and format parameters; encode description after
21220         inserting it to buffer.
21221         (mml-insert-parameter): Fold lines properly even if a parameter is
21222         segmented into two or more lines; change the max column to 76.
21223
21224         * rfc1843.el (rfc1843-decode-article-body): Don't use
21225         ignore-errors when calling mail-header-parse-content-type.
21226
21227         * rfc2231.el (rfc2231-parse-string): Return at least type if
21228         possible; don't cause an error even if it fails in parsing of
21229         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21230         (rfc2231-encode-string): Don't break lines at the beginning, leave
21231         it to mml-insert-parameter.
21232
21233         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21234         calling mail-header-parse-content-type.
21235
21236 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21237
21238         * spam-report.el (spam-report-gmane-use-article-number):
21239         Improve doc string.
21240         (spam-report-gmane-internal): Check if a suitable header was found
21241         in the article.
21242
21243 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21244
21245         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21246         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21247
21248 2006-02-05  Romain Francoise  <romain@orebokech.com>
21249
21250         Update copyright notices of all files in the gnus directory.
21251
21252 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21253
21254         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21255
21256 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21257
21258         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21259         segmented lines of parameter value to cope with Thunderbird 1.5
21260         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21261         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21262         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21263
21264 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21265
21266         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21267         parts.
21268
21269 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21270
21271         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21272         there's only one active file for all servers.
21273         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21274         solid groups.  Gnus might have used a FAST request to select the group.
21275         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21276         and nnweb-search redundantly in the active file.
21277         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21278         (nnweb-request-create-group): Don't use ARGS.
21279         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21280         initializations.  Let nnoo do the work.
21281
21282 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21283
21284         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21285         Say the part has been decoded.
21286
21287         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21288
21289 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21290
21291         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21292         mailcap-viewer-test-cache when there's no 'test clause, since that
21293         will invert the meaning of a "nil" test previously determined by
21294         mailcap-mailcap-entry-passes-test.
21295
21296 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21297
21298         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21299         compiling.
21300
21301         * gnus-sum.el: Ditto.
21302
21303         * message.el: Don't bind tool-bar-map when compiling.
21304
21305 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21306
21307         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21308
21309 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21310
21311         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21312         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21313         current Google Groups.
21314
21315 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21316
21317         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21318         and tool-bar-mode.
21319
21320         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21321         and tool-bar-mode.
21322
21323         * message.el (message-tool-bar-update): Simplify.
21324         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21325
21326         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21327         gnus-summary-buffer.
21328         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21329         gnus-summary-reply.
21330
21331         * gmm-utils.el (gmm): Add :version.
21332
21333 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21334
21335         * Makefile.in (clean): New rule.
21336         (distclean): Use it.
21337
21338 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21339
21340         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21341         Don't autoload.
21342
21343 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21344
21345         * gmm-utils.el (gmm-verbose): Add :group.
21346
21347 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21348
21349         * message.el: Change some comments WRT tool-bars.
21350
21351         * gnus-sum.el (gnus-summary-tool-bar)
21352         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21353         (gnus-summary-tool-bar-zap-list): New variables.
21354         (gnus-summary-make-tool-bar): Complete rewrite using
21355         `gmm-tool-bar-from-list'.
21356
21357         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21358         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21359         New variables.
21360         (gnus-group-make-tool-bar): Complete rewrite using
21361         `gmm-tool-bar-from-list'.
21362         (gnus-group-tool-bar-update): New function.
21363
21364         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21365
21366 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21367
21368         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21369         is dissected into a single part of which the type is the same as
21370         the given one; decode charset.
21371
21372 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21373
21374         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21375         into alists as symbol not string, since that's what
21376         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21377         look for.
21378
21379 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21380
21381         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21382         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21383
21384         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21385
21386 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21387
21388         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21389         (gnus-xmas-mime-security-button-menu): New function.
21390
21391         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21392         (gnus-mime-security-button-menu): New definition.
21393         (gnus-mime-security-button-map): Use them.
21394         (gnus-mime-security-button-menu): New function.
21395         (gnus-insert-mime-security-button): Addition to help echo.
21396         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21397         (gnus-mime-security-pipe-part): New functions.
21398
21399         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21400         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21401
21402         * mm-decode.el (mm-handle-set-disposition): Remove.
21403         (mm-handle-set-description): Remove.
21404
21405 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21406
21407         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21408         (mm-w3m-standalone-supports-m17n-p): New function.
21409         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21410         w3m usage.
21411
21412         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21413         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21414
21415 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21416
21417         * message.el (message-tool-bar-zap-list):
21418         Use gmm-tool-bar-zap-list as custom type.
21419         (message-tool-bar-update): New function.
21420         (message-tool-bar, message-tool-bar-gnome)
21421         (message-tool-bar-retro): Add message-tool-bar-update.
21422         (message-tool-bar-gnome): Add flyspell-buffer.
21423
21424         * gnus-util.el (gnus-error): Describe `args'.
21425
21426         * gmm-utils.el (gmm-error): Describe `args'.
21427         (gmm-tool-bar-zap-list): New widget.
21428         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21429
21430 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21431
21432         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21433         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21434         the number of recursive calls.
21435
21436         * mm-decode.el (mm-handle-set-disposition): New macro.
21437         (mm-handle-set-description): New macro.
21438
21439 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21440
21441         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21442         encoding.
21443
21444 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21445
21446         * message.el (message-tool-bar-zap-list, message-tool-bar)
21447         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21448         (message-tool-bar-local-item-from-menu): Remove.
21449         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21450         (message-make-tool-bar): New function.
21451         (message-mode): Use `message-make-tool-bar'.
21452
21453         * gmm-utils.el: New file.
21454         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21455         (gmm-lazy): New widget copied from `nnmail.el'.
21456         (gmm-tool-bar-from-list): New function for creating customizable
21457         tool bars.
21458         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21459         output.
21460         (gmm): Add :prefix to defgroup.
21461
21462 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21463
21464         * gmm-utils.el (gmm-widget-p): New function.
21465
21466 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21467
21468         * mml.el (mml-attach-file): Describe `description' in doc string.
21469         (mml-menu): Add Emacs MIME manual and PGG manual.
21470
21471 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21472
21473         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21474
21475 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21476
21477         * nntp.el (nntp-end-of-line): Doc fix.
21478
21479 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21480
21481         * imap.el (imap-open): Handle case where buffer is a buffer
21482         object.
21483
21484 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21485
21486         * gnus-delay.el (gnus-delay): Don't autoload.
21487         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21488         to be re-loaded when customizing the `gnus-delay' group.
21489
21490 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21491
21492         * message.el (message-insert-citation-line): Use newlines.
21493
21494 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21495
21496         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21497         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21498         these routines, so the passphrase can be managed externally and
21499         passed in to the system.
21500         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21501         pgg-add-passphrase-to-cache function.
21502
21503         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21504         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21505         these routines, so the passphrase can be managed externally and
21506         passed in to the system.
21507         (pgg-pgp5-sign-region): Use new name of
21508         pgg-add-passphrase-to-cache function.
21509
21510 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21511
21512         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21513         part of the decoded armor to find the key-identifier.
21514         (pgg-gpg-lookup-key-owner): New function to return the
21515         human-readable identifier of a key owner.
21516         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21517         itself.
21518         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21519         the key value) if we have a key and can match it against a secret
21520         key.  Also, added a note pointing out fact that the prompt only
21521         indicates the first matching key.
21522
21523         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21524         pgg-decrypt-region.
21525         (pgg-add-passphrase-to-cache): Rename from
21526         `pgg-add-passphrase-cache' to reduce confusion (all callers
21527         changed).
21528         (pgg-remove-passphrase-from-cache): Rename from
21529         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21530         changed).
21531         (pgg-read-passphrase, pgg-add-passphrase-cache)
21532         (pgg-remove-passphrase-cache): Add informative docstrings.
21533         (pgg-decrypt): Convey provided passphrase in subordinate call to
21534         pgg-decrypt-region.
21535
21536 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21537
21538         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21539         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21540         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21541         'passphrase' argument, so the passphrase can be managed externally
21542         and then passed in to the system.
21543
21544         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21545         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21546         so the passphrase cache can be used reliably with identifiers
21547         besides a pgp packet's key id.
21548
21549         * pgg-gpg.el (pgg-gpg-encrypt-region)
21550         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21551         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21552         these routines, so the passphrase can be managed externally and
21553         passed in to the system.
21554
21555         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21556         'notruncate' argument, so the passphrase cache can be used
21557         reliably with identifiers besides a pgp packet's key id.
21558
21559 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21560
21561         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21562         symmetric encryption.
21563         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21564         encrypted session key.
21565         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21566         message ask for the passphrase in a proper way.
21567
21568         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21569         New user commands for symmetric encryption.
21570
21571 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21572
21573         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21574
21575         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21576
21577 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21578
21579         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21580
21581 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21582
21583         * mm-decode.el (mm-inlined-types): Add application/pgp.
21584         (mm-automatic-display): Ditto.
21585
21586         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21587         part as text.
21588
21589 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21590
21591         * nnrss.el: Update copyright.
21592         (nnrss-opml-import): Query whether to subscribe to each entry.
21593
21594         * gnus-art.el:
21595         * gnus-sum.el:
21596         * gnus-xmas.el:
21597         * messagexmas.el:
21598         * mm-uu.el:
21599         * mm-view.el: Update copyright.
21600
21601 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21602
21603         * message.el (message-info): New function.
21604         (message-mode-menu): Add it.
21605         Update copyright.
21606
21607         * ChangeLog: Fix and update copyright.
21608
21609 2006-01-13  Romain Francoise  <romain@orebokech.com>
21610
21611         * message.el (message-forward-subject-name-subject): Prefer the
21612         address to 'nowhere' if the sender has no name.
21613         Fix typo.  Update copyright year.
21614
21615 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21616
21617         * gnus-art.el (article-wash-html):
21618         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21619         (gnus-article-wash-html-with-w3m-standalone): New function.
21620
21621         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21622         mm-inline-text-html-render-with-w3m-standalone.
21623         (mm-text-html-washer-alist): Map w3m-standalone to
21624         gnus-article-wash-html-with-w3m-standalone.
21625         (mm-inline-text-html-render-with-w3m-standalone): New function.
21626
21627 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21628
21629         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21630         Improve LaTeX.
21631
21632 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21633
21634         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21635         (nnrss-request-article): Render text/plain parts as HTML.
21636
21637         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21638         the buffer.
21639
21640 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21641
21642         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21643         custom definition of `gnus-posting-styles'.
21644
21645         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21646         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21647
21648 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21649
21650         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21651         Use nntp for bug archive.
21652
21653 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21654
21655         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21656         parts.
21657         (nnrss-normalize-date): New function converts ISO 8601 date into
21658         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21659         (nnrss-check-group): Use it.
21660
21661 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21662
21663         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21664
21665         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21666         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21667         (nnrss-insert-w3): Ditto.
21668
21669 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21670
21671         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21672         the articles to be forwarded including the case where neither a
21673         number of articles nor a region is specified.
21674
21675 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21676
21677         * nnrss.el (nnrss-request-article): Fix last change; fill
21678         text/plain parts.
21679
21680 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21681
21682         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21683         in text/plain part.
21684         (nnrss-check-group): Don't add excessive newline to dc:subject.
21685
21686 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21687
21688         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21689         article.
21690
21691 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21692
21693         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21694         (nnml-use-compressed-files, nnml-save-mail): Support other
21695         comression programs such as bzip2.
21696
21697 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21698
21699         * dns.el (query-dns): Make sure we check the buffer size before
21700         removing tcp headers.
21701
21702 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21703
21704         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21705         remove MIME buttons associated with multipart/alternative parts.
21706         (gnus-mime-display-alternative): Tag buttons using `article-type'
21707         text property.
21708
21709         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21710         associated with multipart/alternative parts.
21711
21712         * gnus-art.el (gnus-signature-separator): Fix custom type.
21713
21714         * mm-decode.el (mm-inlined-types): Fix custom type.
21715         (mm-keep-viewer-alive-types): Ditto.
21716         (mm-automatic-display): Ditto.
21717         (mm-attachment-override-types): Ditto.
21718         (mm-inline-override-types): Ditto.
21719         (mm-automatic-external-display): Ditto.
21720
21721 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21722
21723         * spam-report.el (spam-report-user-mail-address)
21724         (spam-report-user-agent): New variables.
21725         (spam-report-url-ping-plain): Use spam-report-user-agent.
21726
21727 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21728
21729         * gnus-art.el (gnus-button-handle-custom): Do not just use
21730         `customize-apropos' for any "M-x customize-*" button but the
21731         function called for.  Accept both the function name and its
21732         argument in order to achieve this.
21733         (gnus-button-alist): Remove support for "custom:" URL's.
21734         Pass function name to `gnus-button-handle-custom' in case of "M-x
21735         customize-*" buttons.
21736
21737 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21738
21739         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21740         multipart/alternative and add xref to mm-discouraged-alternatives
21741         in doc string.
21742
21743         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21744         gnus-buttonized-mime-types in doc string.
21745
21746 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21747
21748         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21749         Suggest image/.* in the doc string.
21750
21751 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21752
21753         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21754         message-marks (Debian bug#342521).
21755
21756 2005-12-12  Simon Josefsson  <jas@extundo.com>
21757
21758         * password.el (password-read-from-cache): Add.
21759         (password-read): Use it.
21760
21761 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21762
21763         * rfc2047.el (rfc2047-charset-to-coding-system):
21764         Recognize us-ascii as a MIME charset.
21765
21766         * mm-bodies.el (mm-decode-content-transfer-encoding):
21767         Protect against the case where the 2nd arg TYPE is nil.
21768
21769 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21770
21771         * pop3.el (pop3-stream-type): Fix custom version.
21772
21773         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21774
21775 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21776
21777         * mm-decode.el (mm-display-external): Add missing cdr.
21778
21779 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21780
21781         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21782         RFC1524) if it is in mailcap or add a suffix according to
21783         mailcap-mime-extensions when generating a temp filename; postpone
21784         deleting a temp file for 2 seconds for some wrappers, shell
21785         scripts, and so on, which might exit right after having started a
21786         viewer command as a background job.
21787
21788 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21789
21790         * nntp.el (nntp-marks-directory): Fix custom group.
21791
21792         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21793         steps when < 10.
21794
21795         * gnus-start.el (gnus-no-server-1):
21796         Mention `gnus-level-default-subscribed' in doc string.
21797
21798 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21799
21800         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21801         parens.
21802
21803 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21804
21805         * gnus-xmas.el (gnus-use-toolbar): Revert.
21806         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21807         gnus-use-toolbar is default.
21808
21809         * messagexmas.el (message-use-toolbar): Revert.
21810         (message-setup-toolbar): Use global default-toolbar if
21811         message-use-toolbar is default.
21812
21813 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21814
21815         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21816         according to default-toolbar-visible-p.
21817
21818         * messagexmas.el (message-use-toolbar): Ditto.
21819
21820 2005-11-26  Dave Love  <fx@gnu.org>
21821
21822         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21823         (tls-program, tls-success): Provide openssl alternative.
21824
21825         * starttls.el: Doc fixes.
21826         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21827         SERVICE to PORT.
21828
21829         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21830         port null or service name.
21831         (starttls-negotiate): Autoload.
21832
21833 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21834
21835         * message.el (message-kill-to-signature): Fix interactive spec.
21836
21837 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21838
21839         * pop3.el (pop3-open-server): Recognize a string as a service name.
21840
21841 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21842
21843         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21844
21845 2005-11-23  Dave Love  <fx@gnu.org>
21846
21847         Add pop3s, pop3/starttls.
21848
21849         * pop3.el (pop3-authentication-scheme): Clarify doc.
21850         (open-tls-stream, starttls-open-stream): Autoload.
21851         (pop3-stream-type): New.
21852         (pop3-open-server): Use it.
21853
21854         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21855         for POP.
21856         (mail-source-keyword-map): Add :stream for POP.
21857         (mail-source-fetch-pop): Use pop3-stream-type.
21858
21859 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21860
21861         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21862         of current-time-string.
21863
21864 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21865
21866         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21867         date header.
21868
21869 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21870
21871         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21872         it can seriously impact performance as it bypasses the agent's
21873         local caches.
21874
21875 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21876
21877         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21878         must be explicitly online rather than "not explicitly offline" for
21879         its flags to be synchronized.
21880
21881         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21882         that gnus-uu-unmark-thread will function correctly.
21883
21884         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21885         1024K is instead displayed as 1M.
21886
21887 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21888
21889         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21890
21891 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21892
21893         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21894
21895 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21896
21897         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21898         error message to display actual error condition.
21899         (gnus-agent-save-local): Avoid saving symbols that are bound to
21900         nil as they simply result in a warning message in
21901         gnus-agent-read-local.
21902
21903 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21904
21905         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21906         rather than make-variable-buffer-local for file-precious-flag.
21907
21908 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21909
21910         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21911         for duplicates which are removed.  The invalid sort check then
21912         triggers a rescan after the sort as sorting may have moved
21913         duplicate entries such that they can be cheaply detected.
21914
21915 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21916
21917         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21918
21919 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21920
21921         * gnus-agent.el (gnus-agent-article-alist-save-format):
21922         Change internal variable to a custom variable.  Change default value
21923         from compressed(2) to uncompressed(1).
21924         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21925         support for uncompressed agentview files.  Taken together, reading
21926         the agentview file should now be 6-7 times faster.
21927
21928 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21929
21930         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21931         as a buffer-local variable.  This avoids creating truncated
21932         dribble files as a result of a hang up, eg.
21933
21934 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21935
21936         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21937         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21938         XEmacs.
21939
21940 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21941
21942         * gnus-start.el (gnus-start-draft-setup):
21943         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21944
21945         * gnus.el (gnus-splash): Change custom group.
21946         (gnus-group-get-parameter, gnus-group-parameter-value):
21947         Describe allow-list argument.
21948
21949         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21950         string.
21951
21952 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21953
21954         * gnus-art.el (gnus-default-article-saver): Add user-defined
21955         `function' to custom type.
21956
21957 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21958
21959         * imap.el (imap-open): Handle case where buffer is a buffer
21960         object.
21961
21962 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21963
21964         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21965         long lines.
21966         (gnus-cache-delete-group): Wrap doc strings.
21967
21968         * gnus-agent.el (gnus-agent-rename-group)
21969         (gnus-agent-delete-group): Wrap doc strings.
21970
21971 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21972
21973         * messagexmas.el (message-use-toolbar): Change the valid values
21974         into default, top, bottom, left, and right.
21975         (message-toolbar-thickness): New variable.
21976         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21977         well.
21978         (message-setup-toolbar): Make it work.
21979
21980         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21981         (gnus-use-toolbar): Change the valid values into default, top,
21982         bottom, left, and right.
21983         (gnus-toolbar-thickness): New variable.
21984         (gnus-xmas-setup-toolbar): New function.
21985         (gnus-xmas-setup-group-toolbar): Use it.
21986         (gnus-xmas-setup-summary-toolbar): Use it.
21987
21988 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21989
21990         * gnus-start.el (gnus-1): Add "native" to
21991         gnus-predefined-server-alist.
21992
21993         * gnus.el (gnus-method-to-server): Don't add "native" to the
21994         lists here, because that leads to problems when
21995         gnus-select-method is bound.
21996
21997 2005-11-09  Simon Josefsson  <jas@extundo.com>
21998
21999         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22000         use (not sort-by-date) instead.
22001
22002 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22003
22004         * gnus-delay.el (gnus-delay-group): Don't autoload.
22005         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22006         to be re-loaded when customizing the `gnus-delay' group.
22007
22008 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22009
22010         * message.el: Revert last changes.
22011         (message-insert-citation-line): Use newlines.
22012
22013 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22014
22015         * message.el (message-courtesy-message)
22016         (message-mark-insert-begin, message-mark-insert-end)
22017         (message-elide-ellipsis, message-cancel-message)
22018         (message-add-header, message-change-subject)
22019         (message-cross-post-followup-to-header)
22020         (message-cross-post-insert-note, message-reduce-to-to-cc)
22021         (message-widen-reply, message-delete-not-region)
22022         (message-kill-to-signature, message-insert-signature)
22023         (message-insert-importance-high, message-insert-importance-low)
22024         (message-insert-or-toggle-importance)
22025         (message-insert-disposition-notification-to)
22026         (message-indent-citation, message-yank-original)
22027         (message-cite-original-without-signature, message-cite-original)
22028         (message-insert-citation-line, message-position-on-field)
22029         (message-fix-before-sending, message-send-mail-partially)
22030         (message-send-mail, message-send-mail-with-sendmail)
22031         (message-send-mail-with-qmail, message-send-news)
22032         (message-check-news-header-syntax, message-generate-headers)
22033         (message-insert-courtesy-copy, message-fill-address)
22034         (message-fill-header, message-shorten-references)
22035         (message-setup-1, message-cancel-news)
22036         (message-forward-make-body-plain, message-forward-make-body-mime)
22037         (message-forward-make-body-mml, message-encode-message-body)
22038         (message-forward-make-body-digest-plain)
22039         (message-forward-make-body-digest-mime)
22040         (message-use-alternative-email-as-from): Insert `hard-newline'
22041         instead of ordinary newlines.
22042
22043 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22044
22045         * message.el (message-generate-headers): Downcase the argument
22046         given to message-check-element.
22047
22048 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22049
22050         * nntp.el (nntp-authinfo-rejected): New error condition.
22051         (nntp-wait-for): Use new error condition to signal authentication
22052         error.
22053         (nntp-retrieve-data): Rethrow new error condition to break out of
22054         recursive call to nntp-send-authinfo.
22055
22056 2005-11-08  Romain Francoise  <romain@orebokech.com>
22057
22058         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22059         (gnus-summary-exit-map): Bind to `Z p'.
22060         (gnus-summary-make-menu-bar): Add menu item.
22061
22062 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22063
22064         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22065         (gnus-treat-*): Add `first' in all doc strings.
22066
22067         * gnus-group.el (gnus-group-compact-group): Fix typo.
22068
22069 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22070
22071         * gnus.el (gnus-parameters-case-fold-search): New variable.
22072         (gnus-parameters-get-parameter): Use it.
22073
22074         * gnus-score.el (gnus-home-score-file): Doc fix.
22075
22076 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22077
22078         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22079
22080 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22081
22082         * mm-util.el (mm-special-display-p): New function.
22083
22084         * mml.el (mml-preview): Use it; doc fix.
22085
22086 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22087
22088         * imap.el (imap-open): Handle case where buffer is a buffer object.
22089
22090 2005-10-29  Romain Francoise  <romain@orebokech.com>
22091
22092         * message.el (message-fix-before-sending): Fix comment.
22093
22094 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22095
22096         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22097
22098 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22099
22100         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22101         Used in gnus-score.el.
22102
22103 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22104
22105         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22106
22107 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22108
22109         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22110         whitespace removed in revision 7.8.  Use concatenated string to
22111         protect trailing whitespace.
22112
22113 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22114
22115         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22116         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22117         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22118         Courier IMAP ("some version from 2004").  Mostly based on similar
22119         code in the same function.
22120
22121 2005-10-26  Didier Verna  <didier@xemacs.org>
22122
22123         * gnus-group.el (gnus-group-compact-group): Invalidate original
22124         article buffer.
22125         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22126         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22127         NOV database and in article itself.
22128         Invalidate article backlog.
22129
22130 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22131
22132         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22133
22134 2005-10-26  Simon Josefsson  <jas@extundo.com>
22135
22136         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22137         part of 2004-07-25 change.
22138
22139 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22140
22141         * message.el (message-display-completion-list): New function.
22142         (message-expand-group): Use it; make sure the Completions buffer
22143         is modifiable.
22144 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22145
22146         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22147         user-mail-name is an empty string.
22148
22149 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22150
22151         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22152         depending on gnus-score-decay-constant.
22153
22154         * encrypt.el (encrypt-insert-file-contents)
22155         (encrypt-write-file-contents): Don't use `gnus-message'.
22156
22157         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22158         arguments.
22159         (mm-uu-type-alist): Add message-marks and insert-marks.
22160         Pass arguments to mm-uu-verbatim-marks-extract.
22161         (mm-uu-hide-markers): New variable.
22162         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22163
22164         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22165         (gnus-convert-image-to-face-command): Use "convert" by default to
22166         allow other input image formats.
22167         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22168         accordingly.
22169
22170 2005-10-23  Simon Josefsson  <jas@extundo.com>
22171
22172         * imap.el (imap-gssapi-program): Align command line parameters
22173         with latest GNU SASL.
22174         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22175
22176 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22177
22178         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22179         HTML.
22180         (nnslashdot-request-article): Ditto.
22181
22182         * lpath.el (featurep): Add nobreak-char-display.
22183
22184 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22185
22186         * mail-source.el (mail-source-fetch-pop): Require pop3.
22187         (mail-source-check-pop): Ditto.
22188
22189 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22190
22191         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22192         errors.
22193
22194 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22195
22196         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22197         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22198
22199         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22200
22201         * mm-bodies.el (mm-decode-string):
22202         Call `mm-charset-to-coding-system' with allow-override argument.
22203
22204 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22205
22206         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22207         (rfc2047-charset-to-coding-system): New function.
22208         (rfc2047-decode-encoded-words): New function.
22209         (rfc2047-decode-region): Use them.
22210         (rfc2047-decode-cte): Remove.
22211         (rfc2047-parse-and-decode): Remove.
22212         (rfc2047-decode): Remove.
22213
22214 2005-10-15  Kenichi Handa  <handa@m17n.org>
22215
22216         * rfc2047.el (rfc2047-decode-cte): New function.
22217         (rfc2047-decode-region): Change the way to decode successive
22218         encoded-words: decode B- or Q-encoding in each encoded-word,
22219         concatenate them, and decode it as charset.
22220
22221 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22222
22223         * lpath.el: Fbind codepage-setup for XEmacs.
22224
22225 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22226
22227         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22228         widget-move-and-invoke.
22229         (gnus-custom-mode): Use gnus-custom-map.
22230
22231 2005-10-15  Bill Wohler  <wohler@newt.com>
22232
22233         * message.el (message-tool-bar-map): Rename image file from
22234         mail_send to mail/send.
22235
22236 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22237
22238         * message.el (message-expand-group): Pass the common
22239         prefix substring of completion to `display-completion-list'.
22240
22241 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22242
22243         * mml-sec.el (mml-secure-method): New internal variable.
22244         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22245         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22246         New functions using mml-secure-method.
22247
22248         * mml.el (mml-mode-map): Add key bindings for those functions.
22249         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22250         Harder <harder@myrealbox.com>.
22251         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22252         Goto end of message if point is the headers of the message.
22253
22254         * message.el (message-in-body-p): New function.
22255
22256         * assistant.el: Autoload gnus-util and netrc.
22257
22258         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22259         Use `mm-charset-override-alist' only when decoding.
22260
22261         * mm-bodies.el (mm-decode-body):
22262         Call `mm-charset-to-coding-system' with allow-override argument.
22263
22264         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22265         `filename' from Content-Disposition if Content-Type doesn't
22266         provide `name'.
22267         (gnus-mime-view-part-as-type): Set default instead of
22268         initial-input.
22269
22270 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22271
22272         * format-spec.el (format-spec): Propagate text properties of % spec.
22273
22274 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22275
22276         * gnus-art.el (gnus-treat-predicate): Add `first'.
22277
22278 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22279
22280         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22281         (mm-charset-override-alist): New variable.
22282         (mm-charset-to-coding-system): Use it.
22283         (mm-codepage-setup): New helper function.
22284         (mm-charset-eval-alist): New variable.
22285         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22286         Warn about unknown charsets.
22287
22288         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22289
22290 2005-10-04  David Hansen  <david.hansen@gmx.net>
22291
22292         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22293         (nnrss-check-group): Ditto.
22294
22295 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22296
22297         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22298         Rename x-gnus-verbatim to x-verbatim.
22299         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22300
22301         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22302         x-verbatim.
22303
22304         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22305
22306         * gnus-util.el (gnus-remove-duplicates): Remove.
22307
22308         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22309         instead of gnus-remove-duplicates.
22310
22311         * message.el (message-remove-duplicates): Remove.
22312         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22313         message-remove-duplicates.
22314
22315         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22316         available, else use implementation from `delete-dups'.
22317
22318         * message.el (message-insert-expires): New function.
22319         (message-mode-map): Add key binding.
22320         (message-mode-field-menu): Add menu entry.
22321         (message-mode): Document it.
22322         (message-make-expires-date): Use `message-make-date'.
22323
22324 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22325
22326         * message.el (message-make-expires-date): New function.
22327
22328 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22329
22330         * Makefile.in (list-installed-shadows): New entry.
22331         (install): Use it.
22332         (remove-installed-shadows): New entry.
22333
22334         * dgnushack.el (dgnushack-default-load-path): New variable.
22335         (dgnushack-find-lisp-shadows): New function.
22336         (dgnushack-remove-lisp-shadows): New function.
22337
22338 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22339
22340         * Makefile.in (install-el-elc): New entry.
22341         (install): Use it so that .el files are necessarily installed.
22342
22343 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22344
22345         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22346
22347 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22348
22349         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22350         function rather than the diff-mode.el package.
22351         (mm-display-external): Use with-current-buffer.
22352         (mm-viewer-completion-map, mm-viewer-completion-map):
22353         Move initialization inside declaration.
22354
22355 2005-09-29  Simon Josefsson  <jas@extundo.com>
22356
22357         * spam.el: Load hashcash when compiling, to avoid warnings.
22358         Don't autoload mail-check-payment.
22359         (spam-check-hashcash): Define unconditionally, since hashcash.el
22360         is part of Gnus now.  Ignore errors from payment checking.
22361
22362 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22363
22364         * message.el (message-bold-region, message-unbold-region):
22365         Rename from `bold-region' and `unbold-region'.
22366
22367         * message.el: Remove useless autoloads.
22368
22369 2005-09-28  Simon Josefsson  <jas@extundo.com>
22370
22371         * message.el (message-use-idna): Default to t.
22372         (message-use-idna): Test whether encoding works too.  Doc fix.
22373
22374 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22375
22376         * nntp.el (nntp-warn-about-losing-connection): Remove.
22377
22378 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22379
22380         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22381         customizable.  Change default value.
22382         (mm-uu-diff-groups-regexp): Change default value.
22383         (mm-uu-type-alist): Add doc string.
22384         (mm-uu-configure): Add doc string.  Make it interactive.
22385         (mm-uu-tex-groups-regexp): New variable.
22386         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22387         (mm-uu-type-alist): Add LaTeX documents.
22388         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22389         of "text/verbatim".
22390         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22391
22392         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22393         instead of "text/verbatim".
22394
22395         * message.el (message-mark-inserted-region)
22396         (message-mark-insert-file): Use slrn style marks when called with
22397         prefix argument.
22398
22399 2005-09-27  Simon Josefsson  <jas@extundo.com>
22400
22401         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22402
22403 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22404
22405         * message.el (message-remove-duplicates): New function.
22406         Implementation borrowed from `gnus-remove-duplicates'.
22407         (message-idna-to-ascii-rhs): Also encode idna addresses in
22408         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22409         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22410         only ask about the same idna domain once per header and also tell
22411         in what header to replace the idna domain.
22412
22413         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22414         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22415         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22416         a header is decoded and not just the last one.
22417
22418 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22419
22420         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22421         has been decoded.
22422
22423         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22424         (mm-insert-part): Don't modify text if it has been decoded.
22425
22426         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22427         decoded.
22428
22429         * mm-view.el (mm-inline-text): Don't strip text props unless
22430         decoding enriched or richtext parts.
22431
22432 2005-09-25  Romain Francoise  <romain@orebokech.com>
22433
22434         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22435         * gnus-start.el (gnus-subscribe-interactively):
22436         * gnus-uu.el (gnus-uu-grab-articles):
22437         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22438         space.
22439
22440 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22441
22442         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22443         * mm-view.el (mm-view-pkcs7-decrypt):
22444         * gnus-sum.el (gnus-summary-limit-to-extra)
22445         (gnus-summary-respool-article, gnus-read-move-group-name):
22446         * gnus-score.el (gnus-summary-increase-score):
22447         * gnus-util.el (gnus-completing-read-with-default):
22448         * gnus-art.el (gnus-read-save-file-name)
22449         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22450         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22451         * message.el (message-check-news-header-syntax):
22452         Follow convention for reading with the minibuffer.
22453
22454 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22455
22456         * spam-report.el (spam-report-url-ping-plain):
22457         Use gnus-extended-version as User-Agent.
22458
22459         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22460         default value is nil.
22461
22462         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22463         (mm-uu-verbatim-marks-extract): New function.
22464         (mm-uu-extract): New face.
22465         (mm-uu-copy-to-buffer): Use it.
22466
22467         * spam-report.el (spam-report-gmane-ham): Rename from
22468         `spam-report-gmane-unspam'.
22469         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22470         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22471
22472         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22473         Autoload.
22474         (spam-report-gmane-unregister-routine):
22475         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22476
22477 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22478
22479         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22480         (spam-report-gmane-unregister-routine): Add support for gmane
22481         unregistration.
22482
22483         * spam-report.el (spam-report-gmane-unspam)
22484         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22485         (spam-report-gmane): Change to take a single article and do unspam
22486         registration.
22487
22488 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22489
22490         * mm-url.el (mm-url-decode-entities): Fix regexp.
22491
22492 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22493
22494         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22495         default to nil, to be able to use Gnus at all.  If the default
22496         switches to something else, then the function should be fixed not
22497         be exceedingly slow.
22498
22499 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22500
22501         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22502         fail hard.
22503
22504         * spam-report.el: Add better Keywords line.
22505
22506         * spam.el: Add Maintainer and better Keywords line.
22507
22508 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22509
22510         * gnus-art.el (gnus-article-replace-part)
22511         (gnus-mime-replace-part): New functions.
22512         (gnus-mime-action-alist, gnus-mime-button-commands)
22513         (gnus-mime-save-part-and-strip): Add file argument.
22514         (gnus-article-part-wrapper): Add interactive argument.
22515
22516         * gnus-sum.el (gnus-summary-mime-map):
22517         Add `gnus-article-replace-part'.
22518
22519 2005-09-19  Didier Verna  <didier@xemacs.org>
22520
22521         The nnml compaction feature:
22522         * nnml.el (nnml-request-compact-group): New function.
22523         * nnml.el (nnml-request-compact): New function.
22524         * gnus-int.el (gnus-request-compact-group): New function.
22525         * gnus-int.el (gnus-request-compact): New function.
22526         * gnus-group.el (gnus-group-compact-group): New function.
22527         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22528         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22529         * gnus-srvr.el (gnus-server-compact-server): New function.
22530         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22531         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22532
22533 2005-09-18  Deepak Goel  <deego@gnufans.org>
22534
22535         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22536         format spec.
22537
22538 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22539
22540         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22541
22542 2005-09-15  Romain Francoise  <romain@orebokech.com>
22543
22544         * message.el (message-fill-paragraph): Clarify docstring.
22545
22546 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22547
22548         * gnus-art.el (gnus-mime-display-part): Protect against broken
22549         MIME messages.
22550
22551 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22552
22553         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22554         before parsing header.
22555
22556 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22557
22558         * html2text.el (html2text-replace-list): Add new entities.
22559
22560 2005-09-11  Romain Francoise  <romain@orebokech.com>
22561
22562         * message.el (message-alternative-emails): Improve docstring.
22563         (message-setup-1): Call `message-use-alternative-email-as-from'
22564         after `message-setup-hook' to give it precedence over posting
22565         styles, etc.
22566         (message-use-alternative-email-as-from): Add docstring.
22567         Remove the original From header if present.
22568
22569         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22570         (nnml-save-mail): Use it.
22571
22572         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22573         articles.  Add new argument `silent'.
22574         (gnus-uu-mark-all): Report the total number of marked articles.
22575
22576 2005-09-10  Romain Francoise  <romain@orebokech.com>
22577
22578         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22579         (gnus-uu-mark-series): Likewise.
22580
22581 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22582
22583         * spam-report.el (spam-report-gmane): Fix generation of spam
22584         report URL.
22585
22586 2005-09-10  Simon Josefsson  <jas@extundo.com>
22587
22588         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22589         t, based on discussion on the ding list with Robert Epprecht
22590         <epprecht@solnet.ch>.
22591
22592 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22593
22594         * spam-report.el (spam-report-gmane): Make it work without
22595         X-Report-Spam header.  Gmane now only provides Archived-At.
22596         This is only used if `spam-report-gmane-use-article-number' is nil.
22597         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22598
22599         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22600         make `gnus-summary-sort-by-recipient' work with threading.
22601
22602         * nnweb.el (nnweb-google-wash-article): Print a message if article
22603         is not available.
22604
22605 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22606
22607         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22608         change.  Decode text/* parts content before displaying.
22609
22610 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22611
22612         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22613
22614 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22615
22616         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22617
22618         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22619         url-package-name, url-package-version,
22620         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22621         w3m-display-inline-images, and w3m-minor-mode-map.
22622
22623 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22624
22625         * message.el (message-tab-body-function): Fix mismatched custom type.
22626
22627         * gnus.el (gnus-group-change-level-function): Ditto.
22628
22629         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22630
22631         * gnus-art.el (gnus-signature-limit)
22632         (gnus-article-mime-part-function): Ditto.
22633
22634 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22635
22636         * mml.el (mml-mode): Silence the byte compiler.
22637
22638         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22639         using `(sit-for 0)' before moving the point to the specified part;
22640         skip unbuttonized parts.
22641         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22642         return to the summary window if gnus-auto-select-part is non-nil.
22643
22644 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22645
22646         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22647         New variables.
22648         (mml-dnd-attach-file, mml-mode): Use them.
22649
22650         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22651         Make fetching article by MID work again for Google Groups.
22652         Add FIXME concerning gnus-group-make-web-group.
22653
22654         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22655         Don't depend on Gnus by using mail-extract-address-components if
22656         gnus-extract-address-components is not bound.
22657
22658 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22659
22660         * gnus-art.el (gnus-mime-display-security): Don't display the
22661         signature, but only the signed part.
22662
22663 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22664
22665         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22666
22667         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22668         list, not listp.
22669
22670 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22671
22672         * mm-encode.el (mm-encode-content-transfer-encoding):
22673         Likewise when encoding.
22674
22675         * mm-bodies.el (mm-decode-content-transfer-encoding):
22676         De-canonicalize CRLF for all text content types, not just
22677         text/plain.
22678
22679 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22680
22681         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22682         valid article; point arrow and cursor at the MIME button.
22683
22684 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22685
22686         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22687         Suggested by Dan Christensen <jdc@uwo.ca>.
22688
22689         * mm-decode.el (mm-save-part): Enable change of prompt.
22690
22691 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22692
22693         * gnus-msg.el (gnus-inews-add-send-actions):
22694         Make `message-post-method' lambda parameter ARG `&optional'.
22695
22696 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22697
22698         * gnus-sum.el (gnus-summary-mime-map):
22699         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22700         gnus-article-jump-to-part.
22701
22702         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22703         (gnus-article-edit-part): Use it.
22704         (gnus-article-part-wrapper): Add no-handle argument.
22705         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22706         New functions.
22707
22708 2005-08-29  Romain Francoise  <romain@orebokech.com>
22709
22710         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22711         docstring.
22712         (gnus-face-from-file): Likewise.
22713
22714 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22715
22716         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22717         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22718         non-nil.
22719         (gnus-auto-select-part): New variable.
22720         (gnus-article-jump-to-part): New function.
22721         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22722         (gnus-mime-delete-part): Allow selecting specified part after
22723         deleting or stripping parts.
22724         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22725         part if argument is bogus.
22726
22727 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22728
22729         * gnus-art.el (w3m-minor-mode-map):
22730         * gnus-spec.el (gnus-newsrc-file-version):
22731         * gnus-util.el (nnmail-active-file-coding-system)
22732         (gnus-original-article-buffer, gnus-user-agent):
22733         * gnus.el (gnus-ham-process-destinations)
22734         (gnus-parameter-ham-marks-alist)
22735         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22736         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22737         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22738         * mm-decode.el (gnus-current-window-configuration):
22739         * mm-extern.el (gnus-article-mime-handles):
22740         * mm-url.el (url-current-object, url-package-name)
22741         (url-package-version):
22742         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22743         (smime-keys, w3m-cid-retrieve-function-alist)
22744         (w3m-current-buffer, w3m-display-inline-images)
22745         (w3m-minor-mode-map):
22746         * mml-smime.el (gnus-extract-address-components):
22747         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22748         (gnus-newsrc-hashtb, message-default-charset)
22749         (message-deletable-headers, message-options)
22750         (message-posting-charset, message-required-mail-headers)
22751         (message-required-news-headers):
22752         * mml1991.el (mc-pgp-always-sign):
22753         * mml2015.el (mc-pgp-always-sign):
22754         * nnheader.el (nnmail-extra-headers):
22755         * rfc1843.el (gnus-decode-encoded-word-function)
22756         (gnus-decode-header-function, gnus-newsgroup-name):
22757         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22758
22759 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22760
22761         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22762         the end of the date treatments.
22763
22764 2005-08-15  Simon Josefsson  <jas@extundo.com>
22765
22766         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22767         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22768         Capello and Romain Francoise.
22769         (pgg-fetch-key-function): Remove, not used?
22770         (pgg-insert-url-with-w3): Require url, to get
22771         url-insert-file-contents regardless of where it is defined.
22772
22773 2005-08-13  Romain Francoise  <romain@orebokech.com>
22774
22775         * message.el (message-cite-original-1): New function.
22776         (message-cite-original): Use it.
22777         (message-cite-original-without-signature): Ditto.
22778
22779 2005-08-08  Romain Francoise  <romain@orebokech.com>
22780
22781         * message.el (message-yank-empty-prefix): New variable.
22782         (message-indent-citation): Use it.
22783         (message-cite-original-without-signature): Respect X-No-Archive.
22784
22785 2005-08-08  Simon Josefsson  <jas@extundo.com>
22786
22787         * pgg.el: Autoload url-insert-file-contents instead of loading
22788         w3/url.
22789         (pgg-insert-url-with-w3): Don't load url here.
22790
22791 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22792
22793         * message.el (message-kill-to-signature): Don't insert newline at
22794         bol.
22795         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22796
22797 2005-08-06  Romain Francoise  <romain@orebokech.com>
22798
22799         * message.el (message-user-fqdn): Fix typo in docstring.
22800
22801 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22802
22803         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22804
22805         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22806
22807 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22808
22809         * mm-bodies.el (mm-encode-body): Use coding system rather than
22810         charset to encode text.
22811
22812         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22813         number of charsets if utf-8 is available (XEmacs).
22814
22815 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22816
22817         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22818         taken from `gnus-button-mid-or-mail-regexp'.
22819         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22820         (gnus-button-alist): Improve regexp for domain part of the MIDs
22821         for news:localpart@domain buttons.
22822         (gnus-button-ctan-directory-regexp): Update.
22823
22824 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22825
22826         * sieve-manage.el (sieve-manage-interactive-login):
22827         Use make-local-variable rather than make-variable-buffer-local.
22828         (sieve-manage-open): Ditto.
22829         (sieve-manage-authenticate): Ditto.
22830
22831         * mml.el (mml-generate-mime-1): Make the content type default to
22832         text/plain if the filename is not specified.
22833
22834 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22835
22836         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22837         instead of insert-buffer.
22838
22839         * message.el (message-yank-original): Ditto; set the mark at the
22840         end of the yanked message.
22841
22842 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22843
22844         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22845         lines to scroll rather than to stop it.
22846
22847         * mml.el (mml-generate-default-type): Add doc string.
22848         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22849         default to application/octet-stream when determining the content
22850         type if it is not specified for the part or the mml contents; add
22851         a comment about mml-generate-default-type.
22852
22853 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22854
22855         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22856         make it default to application/octet-stream when determining the
22857         content type if it is not specified for the external contents.
22858
22859 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22860
22861         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22862         segmented parameter but also other parameters might be there.
22863
22864 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22865
22866         * mm-decode.el (mm-display-external): Delete temp file, directory
22867         and buffer immediately if the external process is exited.
22868
22869 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22870
22871         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22872         fewer lines than that of scroll-margin.
22873         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22874
22875 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22876
22877         * gnus-art.el (gnus-article-next-page): Revert.
22878         (gnus-article-beginning-of-window): New macro.
22879         (gnus-article-next-page-1): Use it.
22880         (gnus-article-prev-page): Ditto.
22881         (gnus-article-edit-part): Use insert-buffer-substring instead of
22882         insert-buffer.
22883         (gnus-article-edit-exit): Ditto.
22884
22885         * gnus-util.el (gnus-beginning-of-window): Remove.
22886         (gnus-end-of-window): Remove.
22887
22888         * lpath.el: Don't bind header-line-format and scroll-margin.
22889
22890 2005-07-25  Simon Josefsson  <jas@extundo.com>
22891
22892         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22893         to have the url package without w3.  Reported by Daiki Ueno
22894         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22895
22896 2005-07-20  Didier Verna  <didier@xemacs.org>
22897
22898         * gnus-diary.el: Remove the description comment (nndiary is now
22899         properly documented in the Gnus manual).
22900         Fix the spelling of "Back End".
22901         * nndiary.el: Ditto.
22902         Fix the copyright notice.
22903
22904 2005-07-18  Romain Francoise  <romain@orebokech.com>
22905
22906         * gnus-sum.el (gnus-summary-to-prefix)
22907         (gnus-summary-newsgroup-prefix): New variables.
22908         (gnus-summary-from-or-to-or-newsgroups): Use them.
22909
22910 2005-07-17  Romain Francoise  <romain@orebokech.com>
22911
22912         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22913         space as it's generally not especially interesting to the user.
22914
22915 2005-07-16  Romain Francoise  <romain@orebokech.com>
22916
22917         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22918         nil to avoid prompting and file modification if one of the
22919         messages at the top of the nnfolder file contains a copyright
22920         notice.
22921         Update copyright notice.
22922
22923         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22924         instead of `current-time-string' as the latter creates a time
22925         string that is not RFC 2822 compliant (it lacks the zone).
22926         Update copyright notice.
22927
22928 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22929
22930         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22931         for text/rtf.  Display default in prompt.  Pass default for M-n.
22932
22933         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22934
22935 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22936
22937         * gnus-msg.el (gnus-button-mailto):
22938         Remove save-selected-window-window hackery because it relies on
22939         save-selected-window internals.
22940
22941 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22942
22943         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22944         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22945         (gnus-article-prev-page): Ditto.
22946
22947         * gnus-util.el (gnus-beginning-of-window): New function.
22948         (gnus-end-of-window): New function.
22949
22950         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22951
22952 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22953
22954         * gnus-score.el (gnus-score-edit-all-score):
22955         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22956         gnus-message.
22957
22958 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22959
22960         * gnus-msg.el (gnus-button-mailto):
22961         Remove save-selected-window-window hackery because it relies on
22962         save-selected-window internals.
22963
22964 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22965
22966         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22967         add-minor-mode.
22968         (gnus-binary-mode): Ditto.
22969
22970         * gnus-topic.el (gnus-topic-mode): Ditto.
22971
22972 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22973
22974         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22975         (gnus-article-prev-page): Take scroll-margin into consideration.
22976
22977 2005-07-04  Lute Kamstra  <lute@gnu.org>
22978
22979         Update FSF's address in GPL notices.
22980
22981 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22982
22983         * gnus.el (gnus-exit):
22984         * gnus-group.el (gnus-group-icons):
22985         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22986
22987         * gnus-nocem.el (gnus-nocem):
22988         * message.el (message-various, message-buffers, message-sending)
22989         (message-interface, message-forwarding, message-insertion)
22990         (message-headers, message-news, message-mail):
22991         * pgg-gpg.el (pgg-gpg):
22992         * pgg-parse.el (pgg-parse):
22993         * pgg-pgp.el (pgg-pgp):
22994         * pgg-pgp5.el (pgg-pgp5):
22995         * pop3.el (pop3): Finish `defgroup' description with period.
22996
22997 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22998
22999         * gnus-art.el (article-display-face): Improve the efficiency.
23000         (article-display-x-face): Ditto; remove gray x-face stuff.
23001
23002 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23003
23004         * gnus-art.el (article-display-face): Correct the position in
23005         which Faces are inserted.
23006
23007 2005-06-29  Didier Verna  <didier@xemacs.org>
23008
23009         * gnus-art.el (article-display-face): Display faces in correct
23010         order.
23011
23012 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23013
23014         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23015         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23016         (gnus-nocem-check-article): Fetch the Type header.
23017         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23018         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23019         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23020         make sure gnus-nocem-hashtb is initialized.
23021         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23022         (gnus-nocem-unwanted-article-p): Ditto.
23023
23024         * pgg.el (pgg-verify): Return the verification result.
23025
23026 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23027
23028         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23029         is ascii.
23030
23031 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23032
23033         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23034         `show-nonbreak-escape'.
23035
23036 2005-06-23  Lute Kamstra  <lute@gnu.org>
23037
23038         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23039
23040         * dig.el (dig-mode):
23041         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23042
23043 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23044
23045         * nnimap.el (nnimap-split-download-body): Fix spellings.
23046
23047 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23048
23049         * gnus-art.el (gnus-article-encrypt-body):
23050         * gnus-cus.el (gnus-score-customize):
23051         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23052         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23053
23054 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23055
23056         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23057         header by looking for magic "MII" at the beginning.
23058
23059 2005-06-16  Miles Bader  <miles@gnu.org>
23060
23061         * gnus-xmas.el (gnus-xmas-group-startup-message):
23062         Use renamed gnus-splash face.
23063
23064         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23065         (assistant-field-face): New backward-compatibility alias for renamed
23066         face.
23067         (assistant-render-text): Use renamed assistant-field face.
23068
23069         * spam.el (spam): Remove "-face" suffix from face name.
23070         (spam-face): New backward-compatibility alias for renamed face.
23071         (spam-face, spam-initialize): Use renamed spam face.
23072
23073         * message.el (message-header-to, message-header-cc)
23074         (message-header-subject, message-header-newsgroups)
23075         (message-header-other, message-header-name)
23076         (message-header-xheader, message-separator, message-cited-text)
23077         (message-mml): Remove "-face" suffix from face names.
23078         (message-header-to-face, message-header-cc-face)
23079         (message-header-subject-face, message-header-newsgroups-face)
23080         (message-header-other-face, message-header-name-face)
23081         (message-header-xheader-face, message-separator-face)
23082         (message-cited-text-face, message-mml-face):
23083         New backward-compatibility aliases for renamed faces.
23084         (message-font-lock-keywords): Use renamed message faces.
23085
23086         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23087         (sieve-test-commands, sieve-tagged-arguments):
23088         Remove "-face" suffix from face names.
23089         (sieve-control-commands-face, sieve-action-commands-face)
23090         (sieve-test-commands-face, sieve-tagged-arguments-face):
23091         New backward-compatibility aliases for renamed faces.
23092         (sieve-control-commands-face, sieve-action-commands-face)
23093         (sieve-test-commands-face, sieve-tagged-arguments-face):
23094         Use renamed sieve faces.
23095
23096         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23097         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23098         (gnus-group-news-3-empty, gnus-group-news-4)
23099         (gnus-group-news-4-empty, gnus-group-news-5)
23100         (gnus-group-news-5-empty, gnus-group-news-6)
23101         (gnus-group-news-6-empty, gnus-group-news-low)
23102         (gnus-group-news-low-empty, gnus-group-mail-1)
23103         (gnus-group-mail-1-empty, gnus-group-mail-2)
23104         (gnus-group-mail-2-empty, gnus-group-mail-3)
23105         (gnus-group-mail-3-empty, gnus-group-mail-low)
23106         (gnus-group-mail-low-empty, gnus-summary-selected)
23107         (gnus-summary-cancelled, gnus-summary-high-ticked)
23108         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23109         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23110         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23111         (gnus-summary-low-undownloaded)
23112         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23113         (gnus-summary-low-unread, gnus-summary-normal-unread)
23114         (gnus-summary-high-read, gnus-summary-low-read)
23115         (gnus-summary-normal-read, gnus-splash):
23116         Remove "-face" suffix from face names.
23117         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23118         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23119         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23120         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23121         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23122         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23123         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23124         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23125         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23126         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23127         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23128         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23129         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23130         (gnus-summary-normal-ticked-face)
23131         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23132         (gnus-summary-normal-ancient-face)
23133         (gnus-summary-high-undownloaded-face)
23134         (gnus-summary-low-undownloaded-face)
23135         (gnus-summary-normal-undownloaded-face)
23136         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23137         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23138         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23139         (gnus-splash-face):
23140         New backward-compatibility aliases for renamed faces.
23141         (gnus-group-startup-message): Use renamed gnus faces.
23142
23143         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23144         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23145         (gnus-server-agent): Remove "-face" suffix from face names.
23146         (gnus-server-agent-face, gnus-server-opened-face)
23147         (gnus-server-closed-face, gnus-server-denied-face)
23148         (gnus-server-offline-face):
23149         New backward-compatibility aliases for renamed faces.
23150         (gnus-server-agent-face, gnus-server-opened-face)
23151         (gnus-server-closed-face, gnus-server-denied-face)
23152         (gnus-server-offline-face): Use renamed gnus faces.
23153
23154         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23155         Remove "-face" suffix from face names.
23156         (gnus-picon-xbm-face, gnus-picon-face):
23157         New backward-compatibility aliases for renamed faces.
23158
23159         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23160         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23161         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23162         (gnus-cite-11): Remove "-face" suffix from face names.
23163         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23164         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23165         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23166         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23167         New backward-compatibility aliases for renamed faces.
23168         (gnus-cite-attribution-face, gnus-cite-face-list)
23169         (gnus-article-boring-faces): Use renamed gnus faces.
23170
23171         * gnus-art.el (gnus-signature, gnus-header-from)
23172         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23173         (gnus-header-content): Remove "-face" suffix from face names.
23174         (gnus-signature-face, gnus-header-from-face)
23175         (gnus-header-subject-face, gnus-header-newsgroups-face)
23176         (gnus-header-name-face, gnus-header-content-face):
23177         New backward-compatibility aliases for renamed faces.
23178         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23179
23180         * gnus-sum.el (gnus-summary-selected-face)
23181         (gnus-summary-highlight): Use renamed gnus faces.
23182         * gnus-group.el (gnus-group-highlight): Likewise.
23183
23184 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23185
23186         * gnus-sieve.el (gnus-sieve-article-add-rule):
23187         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23188         * spam-stat.el (spam-stat-buffer-change-to-spam)
23189         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23190
23191         * message.el (message-is-yours-p):
23192         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23193
23194 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23195
23196         * mm-view.el (mm-inline-text): Withdraw the last change.
23197
23198 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23199
23200         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23201         executing enriched-decode.
23202
23203 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23204
23205         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23206         charset of tar files.
23207
23208 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23209
23210         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23211
23212 2005-06-04  Lute Kamstra  <lute@gnu.org>
23213
23214         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23215         information is never recorded.
23216
23217 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23218
23219         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23220
23221 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23222
23223         * pop3.el (pop3-apop): Run md5 in the binary mode.
23224
23225         * starttls.el (starttls-set-process-query-on-exit-flag):
23226         Use eval-and-compile.
23227
23228 2005-05-31  Simon Josefsson  <jas@extundo.com>
23229
23230         * smime.el (smime-replace-in-string): Define.
23231         (smime-cert-by-ldap-1): Use it.
23232
23233 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23234
23235         * gnus-art.el (article-display-x-face): Replace
23236         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23237
23238         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23239         set-process-query-on-exit-flag or process-kill-without-query.
23240
23241         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23242         loop instead of replace-regexp.
23243
23244         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23245         instead of process-kill-without-query if it is available.
23246
23247         * lpath.el: Fbind ldap-search-entries.
23248
23249         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23250         instead of find-file-hooks if it is available.
23251
23252         * mml1991.el: Bind pgg-default-user-id when compiling.
23253
23254         * mml2015.el: Bind pgg-default-user-id when compiling.
23255
23256         * nndraft.el (nndraft-request-associate-buffer):
23257         Use write-contents-functions instead of write-contents-hooks if it is
23258         available.
23259
23260         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23261         instead of find-file-hooks if it is available.
23262
23263         * nntp.el (nntp-open-connection): Replace
23264         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23265         (nntp-open-ssl-stream): Ditto.
23266         (nntp-open-tls-stream): Ditto.
23267
23268         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23269         set-process-query-on-exit-flag or process-kill-without-query.
23270         (starttls-open-stream-gnutls): Use it instead of
23271         process-kill-without-query.
23272         (starttls-open-stream): Ditto.
23273
23274 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23275
23276         * smime.el (smime-cert-by-ldap-1): Don't use
23277         replace-regexp-in-string.
23278
23279 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23280
23281         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23282
23283         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23284         in PEM format.  Adjust to the XEmacs compatibility.
23285
23286 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23287
23288         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23289         by `string-to-number'.
23290         * gnus-agent.el (gnus-agent-regenerate-group)
23291         (gnus-agent-fetch-articles): Ditto.
23292         * gnus-art.el (gnus-button-fetch-group): Ditto.
23293         * gnus-cache.el (gnus-cache-generate-active)
23294         (gnus-cache-articles-in-group): Ditto.
23295         * gnus-group.el (gnus-group-set-current-level)
23296         (gnus-group-insert-group-line): Ditto.
23297         * gnus-score.el (gnus-score-set-expunge-below)
23298         (gnus-score-set-mark-below, gnus-summary-score-effect)
23299         (gnus-summary-score-entry): Ditto.
23300         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23301         (gnus-soup-pack): Ditto.
23302         * gnus-spec.el (gnus-xmas-format): Ditto.
23303         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23304         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23305         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23306         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23307         * nndb.el (nndb-get-remote-expire-response): Ditto.
23308         * nndiary.el (nndiary-parse-schedule-value)
23309         (nndiary-string-to-number, nndiary-request-replace-article)
23310         (nndiary-request-article): Ditto.
23311         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23312         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23313         * nneething.el (nneething-make-head): Ditto.
23314         * nnfolder.el (nnfolder-request-article)
23315         (nnfolder-retrieve-headers): Ditto.
23316         * nnheader.el (nnheader-file-to-number): Ditto.
23317         * nnkiboze.el (nnkiboze-request-article): Ditto.
23318         * nnmail.el (nnmail-process-unix-mail-format)
23319         (nnmail-process-babyl-mail-format): Ditto.
23320         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23321         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23322         (nnmh-request-create-group, nnmh-request-list-1)
23323         (nnmh-request-group, nnmh-request-article): Ditto.
23324         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23325         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23326         * nnsoup.el (nnsoup-make-active): Ditto.
23327         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23328         * nntp.el (nntp-find-group-and-number)
23329         (nntp-retrieve-headers-with-xover): Ditto.
23330         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23331         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23332         (pgg-format-key-identifier): Ditto.
23333         * pop3.el (pop3-last, pop3-stat): Ditto.
23334         * qp.el (quoted-printable-decode-region): Ditto.
23335
23336         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23337         of concat.
23338
23339 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23340
23341         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23342
23343         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23344
23345         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23346
23347         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23348
23349         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23350
23351         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23352
23353         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23354         (gnus-carpal-mode): Ditto.
23355
23356         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23357         (gnus-browse-mode): Ditto.
23358
23359         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23360
23361         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23362
23363 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23364
23365         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23366
23367 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23368
23369         * gnus-util.el (gnus-run-mode-hooks): New function.
23370
23371         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23372
23373         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23374         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23375
23376 2005-05-27  Lute Kamstra  <lute@gnu.org>
23377
23378         * dns-mode.el (dns-mode): Specify customization group.
23379
23380 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23381
23382         * gnus-agent.el (gnus-agent-make-mode-line-string):
23383         Use mode-line-highlight as mouse-face.
23384
23385 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23386
23387         * canlock.el (canlock): Change the parent group to news.
23388
23389         * deuglify.el (gnus-outlook-deuglify): Add :group.
23390
23391         * dig.el (dig): Add :group.
23392
23393         * dns-mode.el (dns-mode): Add :group.
23394
23395         * encrypt.el (encrypt): Add :group.
23396
23397         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23398         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23399         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23400         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23401         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23402
23403         * gnus-diary.el (gnus-diary): Add :group.
23404
23405         * gnus.el (gnus-group-news-1-face): Add :group.
23406         (gnus-group-news-1-empty-face): Ditto.
23407         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23408         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23409         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23410         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23411         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23412         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23413         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23414         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23415         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23416         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23417         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23418         (gnus-summary-high-ticked-face): Ditto.
23419         (gnus-summary-low-ticked-face): Ditto.
23420         (gnus-summary-normal-ticked-face): Ditto.
23421         (gnus-summary-high-ancient-face): Ditto.
23422         (gnus-summary-low-ancient-face): Ditto.
23423         (gnus-summary-normal-ancient-face): Ditto.
23424         (gnus-summary-high-undownloaded-face): Ditto.
23425         (gnus-summary-low-undownloaded-face): Ditto.
23426         (gnus-summary-normal-undownloaded-face): Ditto.
23427         (gnus-summary-high-unread-face): Ditto.
23428         (gnus-summary-low-unread-face): Ditto.
23429         (gnus-summary-normal-unread-face): Ditto.
23430         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23431         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23432
23433         * hashcash.el (hashcash): New custom group.
23434         (hashcash-default-payment): Add :group.
23435         (hashcash-payment-alist): Ditto.
23436         (hashcash-default-accept-payment): Ditto.
23437         (hashcash-accept-resources): Ditto.
23438         (hashcash-path): Ditto.
23439         (hashcash-extra-generate-parameters): Ditto.
23440         (hashcash-double-spend-database): Ditto.
23441         (hashcash-in-news): Ditto.
23442
23443         * message.el (message-minibuffer-local-map): Add :group.
23444
23445         * netrc.el (netrc): Add :group.
23446
23447         * sieve-manage.el (sieve-manage-log): Add :group.
23448         (sieve-manage-default-user): Diito.
23449         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23450         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23451         (sieve-manage-authenticators): Ditto.
23452         (sieve-manage-authenticator-alist): Ditto.
23453         (sieve-manage-default-port): Ditto.
23454
23455         * sieve-mode.el (sieve-control-commands-face): Add :group.
23456         (sieve-action-commands-face): Ditto.
23457         (sieve-test-commands-face): Ditto.
23458         (sieve-tagged-arguments-face): Ditto.
23459
23460         * smime.el (smime): Add :group.
23461
23462         * spam-report.el (spam-report): Add :group.
23463
23464         * spam.el (spam, spam-face): Add :group.
23465
23466 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23467
23468         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23469         return \n.\n.\n at the end of articles.  Protect against that.
23470         (nntp-with-open-group): Allow debugging.
23471
23472         * nnheader.el (mail-header-set-extra): Make into a function
23473         because I just could't understand how to quote the list properly.
23474
23475         * dns.el (query-dns-cached): New function.
23476
23477 2005-05-26  Lute Kamstra  <lute@gnu.org>
23478
23479         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23480
23481 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23482
23483         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23484
23485         * gnus-art.el: Don't autoload mail-extract-address-components.
23486
23487         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23488         eval-and-compile to evaluate it.
23489
23490         * hashcash.el: Don't autoload executable-find.
23491
23492         * nndb.el: Don't declare the nndb back end two or more times; don't
23493         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23494
23495         * nntp.el: Autoload format-spec instead of format; use
23496         eval-and-compile to evaluate autoload forms.
23497
23498 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23499
23500         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23501
23502 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23503
23504         * gnus.el (gnus-version-number): Bump version.
23505
23506 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23507
23508         * gnus.el: No Gnus v0.3 is released.
23509
23510 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23511
23512         * lpath.el (featurep): Bind show-nonbreak-escape.
23513
23514 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23515
23516         * gnus-art.el (gnus-article-edit-part): Disable undo.
23517
23518 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23519
23520         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23521         gnus-article-date-lapsed-new-header is t if date timer is active;
23522         skip headers in which the original date value is empty.
23523         (gnus-article-save-original-date): Redefine it as a macro.
23524         (gnus-display-mime): Use it.
23525
23526 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23527
23528         * gnus-art.el (article-date-ut): Support converting date in
23529         forwarded parts as well.
23530         (gnus-article-save-original-date): New function.
23531         (gnus-display-mime): Use it.
23532
23533 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23534
23535         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23536         enclosure element of <item>.
23537
23538 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23539
23540         * message.el (message-kill-buffer-query): Rename from
23541         `message-kill-buffer-query-if-modified'.  Add :version.
23542
23543 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23544
23545         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23546         window layout.
23547
23548 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23549
23550         * mml.el: Autoload dnd when compiling.
23551
23552 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23553
23554         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23555         x-dnd-*.
23556
23557 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23558
23559         * qp.el (quoted-printable-encode-region): Save excursion.
23560
23561 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23562
23563         * message.el (message-kill-buffer-query-if-modified): Add new variable
23564         so the user can kill a modified message buffer quickly.
23565         (message-kill-buffer): Use it.
23566
23567 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23568
23569         * lpath.el: Fbind display-time-event-handler; don't fbind
23570         string-to-multibyte.
23571
23572         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23573
23574 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23575
23576         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23577         contained in text because xml.el decodes entities) with LFs.
23578
23579 2005-04-11  Lute Kamstra  <lute@gnu.org>
23580
23581         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23582         differently.
23583
23584 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23585
23586         * mm-util.el (mm-detect-coding-region): Typo.
23587
23588 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23589
23590         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23591
23592 2005-04-06  Deepak Goel  <deego@gnufans.org>
23593
23594         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23595         user-function allow user modifications of the scores.
23596         (spam-stat-score-buffer-user): New function, to allow
23597         user-computed modifications to the score.
23598         (spam-stat-score-buffer-user-functions): List of additional
23599         scoring functions.
23600         (spam-stat-error-holder): Global temporary error holder.
23601         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23602         variable.
23603
23604 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23605
23606         * gnus-registry.el (gnus-registry-clean-empty-function)
23607         (gnus-registry-trim, gnus-registry-fetch-groups)
23608         (gnus-registry-delete-group): Groups that match
23609         `gnus-registry-ignored-groups' are removed from the registry
23610         entries, not just ignored for splitting.  This helps clean up the
23611         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23612         to get all the groups a message ID is in.
23613
23614         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23615         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23616         (spam-stat-score-buffer-user-functions): Add :number custom type.
23617
23618 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23619
23620         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23621         argument in XEmacs.
23622
23623         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23624         (nnrss-request-group): Decode group name first.
23625         (nnrss-request-article): Make a text/plain article if mml-to-mime
23626         failed.
23627         (nnrss-get-encoding): Return a compatible encoding according to
23628         nnrss-compatible-encoding-alist.
23629         (nnrss-find-el): Use consp instead of listp.
23630         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23631
23632 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23633
23634         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23635         which Emacs 20 doesn't support.
23636         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23637
23638 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23639
23640         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23641         silence the byte compiler inside the defun.
23642
23643         * gnus-demon.el (parse-time-string): Add autoload.
23644
23645         * gnus-delay.el (parse-time-string): Add autoload.
23646
23647         * gnus-art.el (parse-time-string): Add autoload.
23648
23649         * nnultimate.el (parse-time): Require for `parse-time-string'.
23650
23651 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23652
23653         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23654
23655         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23656
23657         * smime.el (smime-ldap-host-list): Add :version.
23658
23659 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23660
23661         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23662         pass it to `gnus-browse-read-group'.
23663         (gnus-browse-read-group): Add NUMBER argument and pass it to
23664         `gnus-group-read-ephemeral-group'.
23665
23666         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23667         argument and pass it to `gnus-group-read-group'.
23668
23669 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23670
23671         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23672         mm-xemacs-find-mime-charset-1 if we have the mule feature
23673         available at runtime.
23674
23675 2005-03-25  Werner Lemberg  <wl@gnu.org>
23676
23677         * nnmaildir.el: Replace `illegal' with `invalid'.
23678
23679 2005-03-23  Lute Kamstra  <lute@gnu.org>
23680
23681         * time-date.el: Add comment on time value formats.
23682         Don't require parse-time.
23683         (with-decoded-time-value): New macro.
23684         (encode-time-value): New function.
23685         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23686         (days-to-time): Return a valid time value when arg is huge.
23687         (time-since): Use time-subtract.
23688         (time-to-number-of-days): Use time-to-seconds.
23689
23690 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23691
23692         * gnus-start.el (gnus-display-time-event-handler):
23693         Check display-time-timer at runtime rather than only at load time
23694         in case display-time-mode is turned off in the mean time.
23695
23696 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23697
23698         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23699         used.
23700
23701         * nneething.el (nneething-map-file-directory): Derive from
23702         `gnus-directory'.
23703
23704         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23705         the To/Cc button.
23706
23707 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23708
23709         * nnmaildir.el (nnmaildir-request-accept-article):
23710         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23711
23712 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23713
23714         * gnus-async.el: Require timer-funcs at compile time when in
23715         XEmacs for `run-with-idle-timer'.
23716
23717 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23718
23719         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23720         autoloaded function.
23721
23722 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23723
23724         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23725
23726 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23727
23728         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23729
23730 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23731
23732         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23733         Add gnus-expert-user to default.
23734
23735 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23736
23737         * nnimap.el (nnimap-open-server): Ditto.
23738
23739         * imap.el (imap-authenticate): Fix typo.
23740
23741 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23742
23743         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23744         buffer (since IMAP server might return FETCH response out of
23745         order, and the nntp buffer must be sorted).
23746
23747 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23748
23749         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23750         comparison on string.
23751
23752         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23753         (gnus-agent-score): Rename category keywords to match gnus-cus.
23754         (gnus-agent-summary-fetch-series): Modify to protect against
23755         gnus-agent-summary-fetch-group clearing processable flags.
23756         (gnus-agent-synchronize-group-flags): Update live group buffer as
23757         synchronization may occur due to the user toggle the plugged
23758         status.
23759         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23760         successfully downloaded.
23761         (gnus-agent-expire-group-1): Avoid using markers when the overview
23762         is in ascending order; greatly improves performance.
23763         (gnus-agent-regenerate-group):
23764         Use gnus-agent-synchronize-group-flags to reset read status in both
23765         gnus and server.
23766         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23767
23768 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23769
23770         * message.el: Don't autoload former message-utils variables.
23771         (message-strip-subject-trailing-was): Change doc string.
23772
23773         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23774         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23775         (nnweb-google-search): Add "hl=en" here.
23776         (nnweb-google-parse-1, nnweb-google-create-mapping):
23777         Don't hardcode URL.
23778
23779 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23780
23781         * message.el (message-get-reply-headers, message-followup):
23782         Mention related variables `message-use-followup-to' and
23783         `message-use-mail-followup-to', in the information buffer.
23784
23785         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23786         of broken groups(-beta).google.com.
23787
23788 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23789
23790         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23791         parameter to invoked gnus-request-move-article; remove the
23792         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23793         all at once instead of once per article.
23794         (gnus-summary-remove-process-mark): Accept a list of articles as
23795         well as a single article for processing.
23796
23797         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23798         parameter.
23799
23800         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23801
23802         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23803
23804         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23805         parameter.
23806
23807         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23808         parameter.
23809
23810         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23811         parameter and remove the gnus-sum-hint-move-is-internal variable.
23812
23813         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23814         parameter.
23815
23816         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23817         parameter.
23818
23819         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23820         parameter.
23821
23822         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23823
23824         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23825         parameter.
23826
23827         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23828         parameter.
23829
23830 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23831
23832         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23833         a more conservative way.
23834
23835 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23836
23837         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23838         buffer, so it moves the window's cursor.
23839
23840 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23841
23842         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23843         `mm-dissect-multipart' and receive the from field as an (optional)
23844         argument from `mm-dissect-multipart'.
23845         (mm-dissect-multipart): Receive the from field as an argument and
23846         pass it on when we call `mm-dissect-buffer' on MIME parts.
23847         Fixes verification/decryption of signed/encrypted MIME parts.
23848
23849 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23850
23851         * gnus-sum.el (gnus-summary-move-article):
23852         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23853         whatever it calls (right now, only nnimap-request-move article
23854         respects it).
23855
23856         * nnimap.el (nnimap-request-move-article):
23857         When gnus-sum-hint-move-is-internal is set, don't do the extra
23858         nnimap-request-article.
23859
23860 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23861
23862         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23863
23864         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23865         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23866
23867         * gnus-sum.el (gnus-summary-caesar-message):
23868         Apply `gnus-treat-article' after rotation.
23869
23870         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23871         doc string.
23872
23873 2005-02-22  Simon Josefsson  <jas@extundo.com>
23874
23875         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23876         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23877         <arne@arnested.dk>.
23878         (encrypt): Add password-cache and password-cache-expiry as group
23879         members.
23880
23881 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23882
23883         * smime.el (smime-ldap-host-list): Doc fix.
23884         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23885         cache) password.
23886         (smime-sign-region): Use it.
23887         (smime-decrypt-region): Use it.
23888         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23889         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23890         fails.
23891         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23892         certificate from DER to PEM format rather than calling openssl.
23893
23894         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23895
23896         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23897         for signing/encryption.
23898
23899         * mml.el (mml-parse-1): Use them.
23900
23901 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23902
23903         * nnrss.el (nnrss-verbose): Remove.
23904         (nnrss-request-group): Use `nnheader-message' instead.
23905
23906 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23907
23908         * nnrss.el (nnrss-verbose): New variable.
23909         (nnrss-request-group): Make it say nnrss is requesting a group.
23910
23911 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23912
23913         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23914         Handle news URL with given port correctly.
23915
23916 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23917
23918         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23919         containing special characters.
23920
23921         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23922
23923         * mml.el (mime-to-mml): Ditto.
23924
23925         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23926         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23927         (rfc2047-decode-region): Quote decoded words containing special
23928         characters when rfc2047-quote-decoded-words-containing-tspecials
23929         is non-nil.
23930
23931 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23932
23933         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23934
23935         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23936
23937 2005-02-15  Simon Josefsson  <jas@extundo.com>
23938
23939         * nnimap.el (nnimap-debug): Doc fix.
23940
23941         * imap.el (imap-debug): Doc fix.
23942
23943 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23944
23945         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23946
23947 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23948
23949         * gnus.el (spam-contents): Improve docs for spam-contents
23950         parameter in its variable incarnation.
23951
23952 2005-02-14  Simon Josefsson  <jas@extundo.com>
23953
23954         * smime-ldap.el: Use require instead of load-library for ldap.
23955         (smime-ldap-search): Indent.
23956         (smime-ldap-search-internal): Shorten line.
23957
23958         * smime.el (smime-cert-by-dns): Add doc-string.
23959         (smime-cert-by-ldap-1): Indent.
23960
23961         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23962         mml-smime-get-dns-ldap.
23963         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23964
23965 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23966
23967         * smime.el: Require smime-ldap.
23968         (smime-ldap-host-list): New variable.
23969         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23970
23971         * mml-smime.el (mml-smime-encrypt-query): New function.
23972         (mml-smime-encrypt-query): Use it.
23973
23974         * smime-ldap.el: New file.
23975
23976 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23977
23978         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23979
23980 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23981
23982         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23983         argument in doc string.  Make query for type more clear.
23984
23985 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23986
23987         * gnus.el (gnus-group-startup-message): Search for gnus images in
23988         etc/images/gnus.
23989         * mm-util.el (mm-image-load-path): Likewise.
23990         * smiley.el (smiley-data-directory): Search for smilies in
23991         etc/images/smilies.
23992
23993 2005-02-09  Kim F. Storm  <storm@cua.dk>
23994
23995         Change Emacs release version from 21.4 to 22.1 throughout.
23996         Change Emacs development version from 21.3.50 to 22.0.50.
23997
23998 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23999
24000         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24001
24002         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24003         non-Mule XEmacs as well.
24004         (mm-decompress-buffer): Signal an error intentionally if it does
24005         not decompress compressed data because auto-compression-mode is
24006         disabled.
24007
24008 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24009
24010         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24011         an ID in the registry even if it has no groups.
24012
24013 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24014
24015         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24016         merge it into mm-decompress-buffer.
24017         (gnus-mime-copy-part): Use the MIME part charset, the value which
24018         a user specified or gnus-newsgroup-charset for decoding, like
24019         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24020         save-buffer what was used.  Suggested by Kevin Ryde
24021         <user42@zip.com.au>.
24022         (gnus-mime-inline-part): Allow the name parameter as well as the
24023         filename parameter; force decompressing of compressed data; always
24024         display contents being not decoded as unibyte.
24025
24026         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24027         as well as the filename parameter.
24028
24029         * mm-util.el (mm-decompress-buffer):
24030         Merge gnus-mime-jka-compr-maybe-uncompress.
24031         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24032         of compressed data.
24033
24034 2005-02-08  Simon Josefsson  <jas@extundo.com>
24035
24036         * imap.el (imap-log): Doc fix.
24037
24038 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24039
24040         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24041         the coding cookies; decompress compressed parts.
24042
24043         * mml.el (mml-generate-mime-1): Add the charset parameter according
24044         to the value which a user specified manually or the coding cookie.
24045
24046         * mm-util.el (mm-string-to-multibyte): New function.
24047         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24048         (mm-coding-system-to-mime-charset): New function.
24049         (mm-decompress-buffer): New function.
24050         (mm-find-buffer-file-coding-system): New function.
24051
24052         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24053         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24054         parts.
24055
24056 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24057
24058         * mm-view.el (mm-display-inline-fontify): Decode a part according
24059         to the charset parameter.
24060
24061 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24062
24063         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24064         prefix arg is neither nil nor a number, as info specifies.
24065
24066 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24067
24068         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24069         timestamps.
24070
24071 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24072
24073         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24074         groups error checking and notify user.
24075
24076 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24077
24078         * message.el (message-send-mail-function): Check existence of
24079         sendmail-program first before using default value
24080         `message-send-mail-with-sendmail'.  Otherwise use more generic
24081         `smtpmail-send-it'.
24082
24083 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24084
24085         * nntp.el (nntp-request-update-info): Always return nil.
24086
24087 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24088
24089         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24090
24091 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24092
24093         * message.el (message-beginning-of-line): Change the behavior when
24094         invoked between BOL and : so that it first moves backward.
24095
24096 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24097
24098         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24099         article buffer when editing of the article is discarded.
24100         (gnus-article-prepare): Revert.
24101
24102 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24103
24104         * gnus-art.el (gnus-article-prepare):
24105         Remove message-strip-forbidden-properties from the local hook.
24106
24107 2005-01-27  Simon Josefsson  <jas@extundo.com>
24108
24109         * password.el (password-cache-add): Only start one timer per key.
24110         Reported by Derek Atkins <warlord@MIT.EDU>.
24111
24112 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24113
24114         * run-at-time.el: Remove.  It is no longer needed as
24115         timer-funcs.el in the xemacs-base package has a working version of
24116         `run-at-time'.
24117
24118         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24119
24120         * password.el: Require timer-funcs instead of run-at-time in
24121         XEmacs.
24122         Remove `password-run-at-time' macro.
24123         (password-cache-add): Use `run-at-time' instead of
24124         `password-run-at-time'.
24125
24126         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24127         Remove `nnheader-cancel-function-timers' alias,
24128         `cancel-function-timers' exists in XEmacs in timer-funcs.
24129
24130         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24131         for `run-with-idle-timer'.
24132
24133         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24134         for `run-at-time'.
24135
24136         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24137         for `with-timeout'.
24138
24139         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24140         the same as for XEmacs 21.4.
24141         No need to ignore `run-with-idle-timer', this function exists in
24142         XEmacs now in timer-funcs.el in the xemacs-base package.
24143         (dgnushack-compile): No need to delete
24144         run-at-time.el from the list of files to compile because it
24145         doesn't exist anymore.
24146
24147 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24148
24149         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24150         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24151
24152 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24153
24154         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24155         sensitively.
24156
24157 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24158
24159         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24160
24161 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24162
24163         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24164         which will be inserted according to the multibyteness of a buffer
24165         rather than the type of contents.  Suggested by ARISAWA Akihiro
24166         <ari@mbf.ocn.ne.jp>.
24167
24168         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24169         of string which old xml.el may return rather than a string.
24170
24171 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24172
24173         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24174
24175 2005-01-16  Simon Josefsson  <jas@extundo.com>
24176
24177         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24178         idn/idna.el isn't available.
24179         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24180         <michael@waxrat.com>.
24181
24182         * hashcash.el: Remove non-FSF copyright header.
24183
24184         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24185         (hashcash-generate-payment): Use it.
24186         (hashcash-generate-payment-async): Use it.
24187
24188 2005-01-15  Simon Josefsson  <jas@extundo.com>
24189
24190         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24191         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24192
24193         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24194         gnus-summary-idna-message.
24195         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24196         (gnus-summary-idna-message): New function.
24197
24198 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24199
24200         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24201         gnus-novice-user.
24202
24203 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24204
24205         * nnrss.el (nnrss-request-delete-group): Delete entries in
24206         nnrss-group-alist as well.
24207         (nnrss-save-server-data): Insert newline.
24208
24209 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24210
24211         * gnus.el (gnus-user-agent): Use list of symbols instead of
24212         symbols.  Display full version number for (S)XEmacs.
24213         Optionally display (S)XEmacs codename.
24214
24215         * gnus-util.el (gnus-emacs-version): Update for new
24216         `gnus-user-agent'.
24217
24218         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24219         Gnus version.
24220
24221 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24222
24223         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24224         which is unreadable in some setups.
24225
24226 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24227
24228         * gnus-spec.el (gnus-update-format-specifications): Flush the
24229         group format spec cache if it doesn't support decoded group names.
24230
24231 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24232
24233         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24234         Allow to apply decay on score files matching a regexp.
24235
24236 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24237
24238         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24239         compatibility in %g and %c.
24240
24241 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24242
24243         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24244         name for only %g and %c.
24245         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24246         of gnus-tmp-group to decoded group name.
24247         (gnus-group-make-rss-group): Exclude `/'s from group names.
24248
24249 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24250
24251         * nnrss.el (nnrss-get-encoding): Fix regexp.
24252
24253 2004-12-27  Simon Josefsson  <jas@extundo.com>
24254
24255         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24256         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24257         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24258
24259 2004-12-17  Kim F. Storm  <storm@cua.dk>
24260
24261         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24262
24263         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24264
24265 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24266
24267         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24268
24269 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24270
24271         * nnrss.el: Require rfc2047 and mml.
24272         (nnrss-file-coding-system): New variable.
24273         (nnrss-format-string): Redefine it as an inline function.
24274         (nnrss-decode-group-name): New function.
24275         (nnrss-string-as-multibyte): Remove.
24276         (nnrss-retrieve-headers): Decode group name; don't use
24277         nnrss-format-string.
24278         (nnrss-request-group): Decode group name.
24279         (nnrss-request-article): Decode group name; allow a Message-ID as
24280         well as an article number; don't use nnrss-format-string; encode a
24281         Message-ID string which may contain non-ASCII characters; use
24282         mml-to-mime to compose a MIME article.
24283         (nnrss-request-expire-articles): Decode group name.
24284         (nnrss-request-delete-group): Decode group name.
24285         (nnrss-fetch): Clarify error message.
24286         (nnrss-read-server-data): Use insert-file-contents instead of load;
24287         bind file-name-coding-system; use multibyte buffer.
24288         (nnrss-save-server-data): Bind coding-system-for-write to the
24289         value of nnrss-file-coding-system; bind file-name-coding-system;
24290         add coding cookie.
24291         (nnrss-read-group-data): Use insert-file-contents instead of load;
24292         bind file-name-coding-system; use multibyte buffer.
24293         (nnrss-save-group-data): Bind coding-system-for-write to the
24294         value of nnrss-file-coding-system; bind file-name-coding-system.
24295         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24296         make it work with non-ASCII text.
24297         (nnrss-find-el): Make it work with old xml.el as well.
24298
24299 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24300
24301         * nnrss.el (nnrss-get-encoding): New function.
24302         (nnrss-fetch): Use unibyte buffer initially; bind
24303         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24304         decode contents according to the encoding attribute.
24305         (nnrss-save-group-data): Add coding cookie.
24306         (nnrss-mime-encode-string): New function.
24307         (nnrss-check-group): Use it to encode subject and author.
24308
24309 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24310
24311         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24312         imaginary variable.
24313
24314 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24315
24316         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24317         correctly even if there are wide characters.
24318
24319 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24320
24321         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24322         downcased symbol names; make a new cache instead of reusing
24323         bbdb-hashtable.
24324
24325 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24326
24327         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24328         concatenating segments rather than before concatenating them.
24329         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24330
24331         * message.el (message-get-reply-headers): Bind `extra'.
24332
24333 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24334
24335         * message.el (message-extra-wide-headers): New variable.
24336         (message-get-reply-headers): Use it.
24337
24338 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24339
24340         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24341         (gnus-agent-group-pathname): Ditto.
24342
24343         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24344
24345         * gnus-group.el (gnus-group-make-group): Decode group name.
24346         (gnus-group-make-rss-group): Register the group data after opening
24347         the nnrss group.
24348
24349 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24350
24351         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24352         by expiry now get marked as read.
24353
24354 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24355
24356         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24357
24358 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24359
24360         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24361         unify Latin characters in XEmacs.
24362         (mm-find-mime-charset-region): Use it.
24363
24364 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24365
24366         * gnus-util.el (gnus-delete-directory): New function.
24367
24368         * gnus-agent.el (gnus-agent-delete-group): Use it.
24369
24370         * gnus-cache.el (gnus-cache-delete-group): Use it.
24371
24372 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24373
24374         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24375         names.
24376
24377 2004-12-16  Simon Josefsson  <jas@extundo.com>
24378
24379         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24380
24381 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24382
24383         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24384
24385         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24386         (gnus-group-set-current-level): Decode group name.
24387
24388 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24389
24390         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24391         failed.
24392
24393 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24394
24395         * gnus-group.el (gnus-group-delete-group): Decode group name.
24396         (gnus-group-make-rss-group): Encode group name.
24397         (gnus-group-catchup-current): Decode group name.
24398         (gnus-group-kill-group): Decode group name.
24399
24400 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24401
24402         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24403
24404 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24405
24406         * gnus-group.el (gnus-group-make-rss-group):
24407         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24408
24409         * gnus-start.el (gnus-setup-news): Honor user's setting to
24410         gnus-message-archive-method.  Suggested by Lute Kamstra
24411         <lute@gnu.org>.
24412
24413 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24414
24415         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24416         global counterparts of the buffer-local variables.
24417
24418 2004-11-16  Romain Francoise  <romain@orebokech.com>
24419
24420         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24421         counterparts of the buffer-local variables.
24422
24423 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24424
24425         * message.el (message-forbidden-properties): Fix typo in doc
24426         string.
24427
24428 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24429
24430         * gnus-util.el (gnus-replace-in-string): Add doc string.
24431
24432         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24433         to avoid problems when splitting mails with many recipients.
24434
24435 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24436
24437         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24438         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24439
24440 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24441
24442         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24443         if there is no hashtable in memory or file modification time is
24444         newer than cached timestamp.
24445
24446 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24447
24448         * gnus-sum.el (gnus-summary-limit-to-recipient):
24449         Implement not-matching option.
24450
24451 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24452
24453         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24454         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24455         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24456         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24457         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24458         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24459
24460 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24461
24462         * message.el (message-forward-make-body-mml): Remove headers
24463         according to message-forward-ignored-headers if a message is decoded.
24464
24465 2004-12-02  Romain Francoise  <romain@orebokech.com>
24466
24467         * message.el (message-forward-make-body-plain): Always remove
24468         headers according to message-forward-ignored-headers.
24469
24470 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24471
24472         * spam.el (spam-summary-prepare-exit): Remove the
24473         gnus-summary-limit pop for now, it has problems with ham marks for
24474         me.
24475
24476 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24477
24478         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24479         correctly.
24480
24481 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24482
24483         * format-spec.el (format-spec): Message the char.
24484
24485 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24486
24487         * gnus-art.el (gnus-split-methods): Reformat comments.
24488
24489         * spam.el (spam-summary-prepare-exit): Remove article limits
24490         before exiting the summary buffer.
24491
24492 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24493
24494         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24495         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24496
24497         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24498         order to silence the byte compiler.
24499
24500         * spam.el: Fix the way to silence the byte compiler, which
24501         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24502         bbdb-search-simple, spam-BBDB-register-routine,
24503         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24504         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24505         spam-stat-buffer-is-spam, spam-stat-load,
24506         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24507         spam-stat-save and spam-stat-split-fancy.
24508
24509 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24510
24511         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24512         which may confuse users.
24513         (canlock-password-for-verify): Ditto.
24514
24515         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24516
24517         * gnus-art.el (gnus-emphasis-alist): Ditto.
24518
24519         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24520
24521         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24522
24523         * gnus-start.el (gnus-save-killed-list): Ditto.
24524
24525         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24526         (gnus-sum-thread-tree-root): Ditto.
24527         (gnus-sum-thread-tree-false-root): Ditto.
24528         (gnus-sum-thread-tree-single-indent): Ditto.
24529
24530         * message.el (message-courtesy-message): Ditto.
24531         (message-archive-note): Ditto.
24532         (message-subscribed-address-file): Ditto.
24533         (message-user-fqdn): Ditto.
24534
24535         * spam-report.el (spam-report-gmane-regex): Ditto.
24536
24537         * spam.el (spam-blackhole-good-server-regex): Ditto.
24538
24539 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24540
24541         * mml.el (mml-preview): Widen the message buffer before copying
24542         the contents to the preview buffer; sort headers before previewing.
24543
24544         * message.el (message-hidden-headers): Fix the way to avoid a bug
24545         in the `repeat' widget in Emacs 21.3 or earlier.
24546
24547 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24548
24549         * message.el (message-hidden-headers): Default to "^References:".
24550         Improve customization type.  Suggested by Reiner Steib
24551         <Reiner.Steib@gmx.de>.
24552
24553 2004-11-25  Romain Francoise  <romain@orebokech.com>
24554
24555         * message.el (message-strip-forbidden-properties): Remove check for
24556         obsolete `message-hidden' text property, hidden headers are not
24557         accessible in the buffer anymore.
24558
24559 2004-11-22  Romain Francoise  <romain@orebokech.com>
24560
24561         * message.el (message-header-format-alist): Add `From' in list
24562         so that it can be sorted.
24563         (message-fix-before-sending): Widen and sort headers before
24564         sending.
24565         (message-hide-headers): Use narrowing to hide headers by moving
24566         them to the top of the buffer and narrowing to the region
24567         underneath.
24568
24569 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24570
24571         * message.el (message-strip-forbidden-properties):
24572         Bind buffer-read-only (etc) to nil.
24573
24574 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24575
24576         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24577         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24578
24579 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24580
24581         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24582
24583 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24584
24585         * dns.el (query-dns): Use sit-for to time instead of
24586         accept-process-output, since that doesn't seem to work on udp
24587         sockets.
24588
24589 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24590
24591         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24592
24593 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24594
24595         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24596         doc string.  Improve doc string.
24597
24598 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24599
24600         * nntp.el (nntp-request-update-info): Return nil if
24601         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24602         may not call gnus-activate-group which uselessly issues the GROUP
24603         commands for all nntp groups and wastes time.  Reported by Romain
24604         Francoise <romain@orebokech.com>.
24605
24606         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24607
24608 2004-11-15  Simon Josefsson  <jas@extundo.com>
24609
24610         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24611         headers separately.
24612         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24613         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24614
24615 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24616
24617         * gnus-start.el (gnus-convert-old-newsrc):
24618         Assign legacy-gnus-agent to 5.10.7.
24619
24620 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24621
24622         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24623         start of the lines.
24624
24625 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24626
24627         * hashcash.el (hashcash-default-payment): Change default to 20.
24628         (hashcash-default-accept-payment): Change default to 20.
24629         (hashcash-process-alist): New variable.
24630         (hashcash-generate-payment-async): Add.
24631         (hashcash-already-paid-p): Add.
24632         (hashcash-insert-payment): Don't generate payments twice.
24633         (hashcash-insert-payment-async): Add.
24634         (hashcash-insert-payment-async-2): Add.
24635         (hashcash-cancel-async): Add.
24636         (hashcash-wait-async): Add.
24637         (hashcash-processes-running-p): Add.
24638         (hashcash-wait-or-cancel): Add.
24639         (mail-add-payment): New optional argument.  Conditionally start
24640         asynchronous calculation.
24641         (mail-add-payment-async): Add.
24642
24643         * message.el (message-send-mail): Wait for asynchronous hashcash
24644         results.  Don't clobber existing X-Hashcash headers.
24645         (message-setup-1): Call mail-add-payment-async when
24646         message-generate-hashcash is non-nil.
24647
24648 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24649
24650         * message.el (message-use-alternative-email-as-from): Examine the
24651         From header as well; use message-make-from in order to include a
24652         user's full name.
24653
24654 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24655
24656         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24657         default; improve customization type.
24658         (gnus-emphasis-custom-with-format): New macro.
24659         (gnus-emphasis-custom-value-to-external): New function.
24660         (gnus-emphasis-custom-value-to-internal): New function.
24661
24662 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24663
24664         * dns.el (query-dns): Resolve reverse addresses.
24665
24666 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24667
24668         * gnus-group.el (gnus-group-get-new-news): Use it.
24669
24670         * gnus-start.el (gnus-check-reasonable-setup): New function.
24671
24672 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24673
24674         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24675         "Args out of range" error.  Reported by Arnaud Giersch
24676         <arnaud.giersch@free.fr>.
24677
24678 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24679
24680         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24681
24682 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24683
24684         * spam.el (spam group): Add :version.
24685
24686         * pgg-def.el (pgg group): Add :version.
24687
24688 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24689
24690         * gnus-art.el (gnus-article-edit-article): Don't associate the
24691         article buffer with a draft file.  This is a temporary measure
24692         against the 2004-08-22 change to gnus-article-edit-mode.
24693
24694 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24695
24696         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24697         (html2text-format-tags): Remove unused variable `attr'.
24698
24699 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24700
24701         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24702
24703         * tls.el (tls-process-connection-type, tls-success)
24704         (tls-certtool-program): Add :version.
24705
24706         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24707         (starttls-extra-arguments, starttls-process-connection-type)
24708         (starttls-connect, starttls-failure, starttls-success): Add :version.
24709
24710         * spam-stat.el (spam-stat): Add :version.
24711
24712         * sieve.el (sieve): Add :version.
24713
24714         * sha1.el (sha1): Add :version.
24715         (sha1-use-external): Remove redundant version.
24716
24717         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24718         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24719         (nnmail-split-fancy-match-partial-words)
24720         (nnmail-split-lowercase-expanded): Add :version.
24721
24722         * nndiary.el (nndiary): Add :version.
24723
24724         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24725
24726         * mml-sec.el (mml-default-sign-method)
24727         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24728         Add :version.
24729
24730         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24731
24732         * mm-url.el (mm-url-use-external, mm-url-program)
24733         (mm-url-arguments): Add :version.
24734
24735         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24736         (mm-attachment-file-modes, mm-decrypt-option)
24737         (mm-w3m-safe-url-regexp): Add :version.
24738
24739         * message.el (message-cite-prefix-regexp)
24740         (message-sendmail-envelope-from, message-minibuffer-local-map)
24741         (message-user-fqdn, message-completion-alist): Add :version.
24742
24743         * gnus-win.el (gnus-configure-windows-hook)
24744         (gnus-use-frames-on-any-display): Add :version.
24745
24746         * gnus-art.el (gnus-article-address-banner-alist)
24747         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24748         (gnus-treat-from-picon, gnus-treat-mail-picon)
24749         (gnus-treat-x-pgp-sig): Add :version.
24750
24751         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24752         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24753         (gnus-summary-article-delete-hook)
24754         (gnus-summary-display-while-building): Add :version.
24755
24756         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24757         (gnus-get-top-new-news-hook): Add :version.
24758
24759         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24760         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24761
24762         * gnus-registry.el (gnus-registry): Add :version.
24763
24764         * gnus-spec.el (gnus-use-correct-string-widths)
24765         (gnus-make-format-preserve-properties): Add :version.
24766
24767         * gnus.el (gnus-group-charter-alist)
24768         (gnus-group-fetch-control-use-browse-url)
24769         (gnus-install-group-spam-parameters): Add :version.
24770
24771         * gnus-diary.el (gnus-diary): Add :version.
24772
24773         * gnus-delay.el (gnus-delay): Add :version.
24774
24775         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24776         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24777         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24778         Add :version.
24779
24780         * gnus-agent.el (gnus-agent-max-fetch-size)
24781         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24782         (gnus-agent-prompt-send-queue): Add :version.
24783
24784         * deuglify.el (gnus-outlook-deuglify): Add :version.
24785
24786         * html2text.el: Beautify code.  Improve doc strings.
24787         Some checkdoc cleanup.
24788         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24789
24790 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24791
24792         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24793
24794 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24795
24796         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24797         when package is loaded.
24798
24799         * spam.el (spam-summary-score-preferred-header): Add global preference
24800         for people who want to override the default SpamAssassin over
24801         Bogofilter preference (when both are set).
24802         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24803         (spam-user-format-function-S):
24804         Check spam-summary-score-preferred-header.
24805         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24806         (spam-user-format-function-S): Format the score correctly.
24807
24808 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24809
24810         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24811         signature file.  Suggested by Manoj Srivastava
24812         <srivasta@golden-gryphon.com>.
24813
24814         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24815         iso-2022-jp even in the Japanese language environment.
24816         Suggested by Jason Rumney <jasonr@gnu.org>.
24817
24818 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24819
24820         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24821         use the same characters as the dummy marks; make it free from
24822         getting affected by the language environment.
24823         (gnus-summary-read-group-1): Update mark positions only when the
24824         format spec is updated.
24825
24826         * gnus-spec.el (gnus-update-format-specifications): Return a list
24827         of updated types.
24828
24829 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24830
24831         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24832         of boundp to check if display-warning is available.
24833
24834 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24835
24836         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24837
24838 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24839
24840         * nnspool.el (nnspool-spool-directory): Use news-path if the
24841         news-directory variable is not bound.
24842
24843         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24844         function instead of display-warning if it is not available.
24845
24846 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24847
24848         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24849         v5-10: Use `point-at-bol'.
24850
24851 2004-10-26  Simon Josefsson  <jas@extundo.com>
24852
24853         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24854         <chenggao@gmail.com>.
24855
24856 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24857
24858         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24859         instead.
24860
24861 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24862
24863         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24864         to remove a server from the nnimap-server-buffer-alist.
24865         (nnimap-open-connection, nnimap-close-server): Use it.
24866
24867         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24868
24869 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24870
24871         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24872         running the major-mode function.
24873
24874 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24875
24876         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24877         dummy marks in the right way.
24878
24879 2004-10-18  David Edmondson  <dme@dme.org>
24880
24881         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24882         excessively.
24883
24884 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24885
24886         * gnus-util.el (gnus-split-references): Accept a nil references
24887         string and go on blissfully.
24888
24889         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24890         cases where the references string is non-nil but has no references.
24891
24892         * encrypt.el: Add autoload tags.
24893
24894         * spam.el (spam-resolve-registrations-routine): Remove article
24895         from unregistration list too.  Reported by David Hanak
24896         <dhanak@isis.vanderbilt.edu>
24897
24898 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24899
24900         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24901         nil.  Change custom type.
24902
24903 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24904
24905         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24906
24907         * gnus-sum.el (gnus-summary-move-article): Use it.
24908
24909 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24910
24911         * encrypt.el: Add autoload cookies.
24912
24913         * spam.el (spam-backend-article-list-property)
24914         (spam-backend-get-article-todo-list)
24915         (spam-backend-put-article-todo-list)
24916         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24917         Resolve registrations separately.
24918         (spam-register-routine): Format comments.
24919         (spam-unregister-routine, spam-register-routine): Always call with
24920         specific-articles, no default list.
24921         (spam-summary-prepare-exit): Use the spam-classifications function.
24922
24923         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24924         gnus-encrypt.el.
24925
24926         * encrypt.el: Copied from gnus-encrypt.el.
24927
24928         * gnus-encrypt.el: Commented that it's obsolete.
24929
24930 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24931
24932         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24933         (gnus-score-save): Use it.
24934
24935         * message.el (message-bury): Use `window-dedicated-p'.
24936
24937 2004-10-15  Simon Josefsson  <jas@extundo.com>
24938
24939         * pop3.el (top-level): Don't require nnheader.
24940         (pop3-read-timeout): Add.
24941         (pop3-accept-process-output): Add.
24942         (pop3-read-response, pop3-retr): Use it.
24943
24944 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24945
24946         * spam.el (spam-register-routine): Move comment.
24947         (spam-verify-bogofilter): Use 'unknown for the initial
24948         spam-bogofilter-valid state, not 'never.
24949
24950         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24951         for netrc-machine.
24952
24953         * nnimap.el (nnimap-open-connection):
24954         Use netrc-machine-user-or-password.
24955
24956 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24957
24958         * gnus-registry.el (gnus-registry-unload-hook):
24959         Set as a variable with add-hook.
24960
24961         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24962         of news-path.
24963
24964         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24965
24966         * spam.el: Delete duplicate `provide'.
24967         (spam-unload-hook): Set as a variable with add-hook.
24968
24969 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24970
24971         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24972         in the doc string.
24973
24974         * message.el (message-ignored-news-headers)
24975         (message-ignored-supersedes-headers)
24976         (message-ignored-resent-headers)
24977         (message-forward-ignored-headers): Improve custom type.
24978
24979 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24980
24981         * message.el (message-tokenize-header): Fix 2004-09-06 change
24982         which used point-min in the wrong place.
24983
24984 2004-10-12  Simon Josefsson  <jas@extundo.com>
24985
24986         * tls.el (tls-certtool-program): New variable.
24987         (tls-certificate-information): New function, based on
24988         ssl-certificate-information.
24989
24990 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24991
24992         * compface.el: Move the version of ELisp-based uncompface program
24993         to the contrib directory because of the copyright problem.
24994
24995 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24996
24997         * message.el (message-kill-buffer): Raise the current frame.
24998
24999 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25000
25001         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25002
25003         * gnus.el (message-y-or-n-p): Autoload.
25004
25005         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25006         (pop3-password-required, pop3-authentication-scheme)
25007         (pop3-leave-mail-on-server): Make customizable.
25008         (pop3): New custom group.
25009         (pop3-retr): Remove `sleep-for' statements.
25010         Suggested by Dave Love <fx@gnu.org>.
25011
25012         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25013         Windows/DOS.
25014
25015         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25016         (imap-parse-body): Fix incorrect use of `assert'.
25017         Suggested by Dave Love <fx@gnu.org>.
25018
25019         * mml.el (mml-minibuffer-read-disposition): Require match.
25020         Suggested by Dave Love <fx@gnu.org>.
25021
25022 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25023
25024         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25025         doc string.
25026
25027 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25028
25029         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25030
25031 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25032
25033         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25034         instead of calling `mm-insert-inline', to decode text/* parts
25035         before displaying them.
25036
25037 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25038
25039         * mm-uu.el (mm-uu-text-plain-type): New variable.
25040         (mm-uu-pgp-signed-extract-1): Use it.
25041         (mm-uu-pgp-encrypted-extract-1): Use it.
25042         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25043         bind mm-uu-text-plain-type with that value.
25044         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25045         mm-uu-dissect.
25046
25047 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25048
25049         * gnus-group.el (gnus-update-group-mark-positions):
25050         * gnus-sum.el (gnus-update-summary-mark-positions):
25051         * message.el (message-check-news-body-syntax):
25052         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25053         of string-as-multibyte.
25054
25055 2004-10-05  Juri Linkov  <juri@jurta.org>
25056
25057         * gnus-group.el (gnus-update-group-mark-positions):
25058         * gnus-sum.el (gnus-update-summary-mark-positions):
25059         * message.el (message-check-news-body-syntax):
25060         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25061         8-bit unibyte values to a multibyte string for search functions.
25062
25063 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25064
25065         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25066         (mm-uu-dissect-text-parts): New function.
25067
25068         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25069         dissect text parts.
25070
25071         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25072         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25073
25074         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25075
25076         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25077         Use gnus-current-topics instead of gnus-current-topic.
25078
25079 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25080
25081         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25082
25083 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25084
25085         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25086         where appropriate.
25087
25088         * nnml.el (nnml-generate-active-info): do.
25089
25090         * nndiary.el (nndiary-generate-active-info): do.
25091
25092         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25093         (gnus-topic-move): do.
25094
25095         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25096         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25097
25098         * gnus-srvr.el (gnus-server-prepare)
25099         (gnus-server-open-all-servers): do.
25100
25101         * gnus-msg.el (gnus-summary-cancel-article)
25102         (gnus-summary-resend-message)
25103         (gnus-summary-mail-crosspost-complaint): do.
25104
25105         * gnus-move.el (gnus-change-server): do.
25106
25107         * gnus-group.el (gnus-group-unmark-all-groups)
25108         (gnus-group-set-current-level): do.
25109
25110 2004-10-04  Simon Josefsson  <jas@extundo.com>
25111
25112         * message.el (message-generate-hashcash): Doc fix.
25113
25114 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25115
25116         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25117         avoid infinite recursion via gnus-get-function.
25118
25119 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25120
25121         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25122
25123         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25124
25125         * nnmail.el (nnmail-split-history): do.
25126
25127         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25128         (nnml-request-delete-group): do.
25129
25130         * nnslashdot.el (nnslashdot-read-groups): do.
25131
25132         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25133         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25134
25135         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25136         (nnspool-sift-nov-with-sed): Use last.
25137         (nnspool-retrieve-headers-with-nov): Use mapc.
25138         (nnspool-request-newgroups): Use dolist.
25139         (nnspool-request-group): Use last.
25140
25141         * nntp.el (nntp-read-server-type): Use dolist.
25142
25143         * nnvirtual.el (nnvirtual-create-mapping)
25144         (nnvirtual-update-read-and-marked): Use dolist.
25145         (nnvirtual-convert-headers): Simplify.
25146
25147 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25148
25149         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25150         Add support for sync'ing tick marks.
25151
25152 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25153
25154         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25155         there's no visible header.
25156
25157 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25158
25159         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25160         When necessary, pass full group name to gnus-request-set-marks.
25161
25162 2004-10-01  Simon Josefsson  <jas@extundo.com>
25163
25164         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25165         acroread.
25166
25167 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25168
25169         * spam-report.el (spam-report-gmane): Fix interactive.
25170
25171         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25172
25173         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25174         when writing file.
25175         (gnus-agent-synchronize-flags): Don't default to being
25176         interactive.
25177
25178 2004-09-30  Simon Josefsson  <jas@extundo.com>
25179
25180         * message.el (message-generate-hashcash): Add.
25181         (message-send-mail): Use it, call mail-add-payment.
25182
25183 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25184
25185         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25186
25187 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25188
25189         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25190         gnus-requst-update-info with explicit code to sync the in-memory
25191         info read flags with the marks being sync'd to the backend.
25192
25193         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25194
25195 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25196
25197         * spam.el (spam-verify-bogofilter): Add new function.
25198         (spam-check-bogofilter)
25199         (spam-bogofilter-register-with-bogofilter): Use it.
25200         (spam-verify-bogofilter): Add small fixes.
25201
25202 2004-09-28  Simon Josefsson  <jas@extundo.com>
25203
25204         * hashcash.el (hashcash-generate-payment): Revert.
25205
25206 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25207
25208         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25209         Use gnus-extract-references instead of gnus-split-references.
25210
25211         * gnus-util.el (gnus-extract-references): Add new function, analogous
25212         to gnus-split-references but extracts only the message-ID without
25213         anything extra.
25214
25215         * hashcash.el (hashcash-generate-payment)
25216         (hashcash-check-payment): Do the right thing if hashcash-path is
25217         nil (because the hashcash program could not be found).
25218
25219         * spam.el (spam-use-hashcash): Remove comment.
25220
25221 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25222
25223         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25224         (gnus-cache-enter-article, gnus-cache-remove-article)
25225         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25226
25227         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25228
25229         * gnus-art.el (article-hide-boring-headers)
25230         (article-translate-strings, article-display-face)
25231         (gnus-article-mime-match-handle-first)
25232         (gnus-article-highlight-headers)
25233         (gnus-article-add-buttons-to-head): do.
25234
25235 2004-09-27  Simon Josefsson  <jas@extundo.com>
25236
25237         * hashcash.el: New version, from
25238         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25239         ../contrib/.
25240
25241 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25242
25243         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25244
25245 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25246
25247         * gnus-dup.el (gnus-dup-open): Use mapc.
25248         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25249
25250         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25251         Reported by Stefan Wiens <s.wi@gmx.net>.
25252
25253         * gnus.el (gnus-shutdown): Use dolist.
25254
25255         * gnus-undo.el (gnus-undo): Use mapc.
25256
25257         * nnrss.el (nnrss-generate-active): do.
25258
25259         * message.el (message-cite-original-without-signature)
25260         (message-cite-original): Use mapc.
25261         (message-do-actions, message-make-forward-subject): Use dolist.
25262
25263 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25264
25265         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25266         deletion to remove entire duplicate line.  Fixes merged article
25267         number bug.
25268
25269 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25270
25271         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25272         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25273         first ask if you want to open a server and then, even when you
25274         responded with no, asking if you want to synchronize the server's
25275         flags.
25276         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25277         multi-line expressions.
25278         (gnus-agent-synchronize-group-flags): New internal function.
25279         Updates marks in memory (in the info structure) AND in the
25280         backend.
25281
25282         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25283
25284         * nnagent.el (nnagent-request-set-mark):
25285         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25286         method, to ensure that synchronization updates marks in the
25287         backend and in the info (in memory) structure.
25288
25289 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25290
25291         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25292         convention fully; don't miss the root article of a thread; make
25293         the X-Draft-From header with correct article numbers.
25294
25295 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25296
25297         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25298         unless plugged.  Disable the agent so that an open failure causes
25299         an error.
25300
25301         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25302         Revert 2004-09-21 change.  The backend must be opened while
25303         synchronizing flags even when the backend stores the flags
25304         locally.
25305
25306 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25307
25308         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25309         in `header' match.  Reported by Svend Tollak Munkejord.
25310
25311         * message.el (message-cite-original): Fix use of
25312         `message-cite-articles-with-x-no-archive'.
25313
25314 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25315
25316         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25317         (gnus-window-to-buffer): Ditto.
25318
25319         * mml.el (mml-preview-buffer): New variable.
25320         (mml-preview): Manage window layout with gnus-buffer-configuration.
25321
25322         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25323         X-Draft-From header even if those articles aren't quoted.
25324
25325 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25326
25327         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25328         (gnus-request-set-mark, gnus-request-update-mark): Use new
25329         g-s-t-u-l-m to decide to use backend even when unplugged.
25330
25331 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25332
25333         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25334         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25335
25336 2004-09-20  Simon Josefsson  <jas@extundo.com>
25337
25338         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25339         "utf-16-le".
25340
25341 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25342
25343         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25344
25345 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25346
25347         * uudecode.el (uudecode-use-external): Add :version.
25348
25349         * smime.el (smime-CA-file, smime-encrypt-cipher)
25350         (smime-dns-server): Add :version.
25351
25352         * smiley.el (gnus-smiley-file-types): Add :version.
25353
25354         * sha1.el (sha1-use-external): Add :version.
25355
25356         * pgg-def.el (pgg-query-keyserver): Add :version.
25357
25358         * nnmail.el (nnmail-fancy-expiry-targets)
25359         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25360         Add :version.
25361
25362         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25363         (nnimap-retrieve-groups-asynchronous): Add :version.
25364         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25365
25366         * mml.el (mml-content-disposition-parameters)
25367         (mml-insert-mime-headers-always): Add :version.
25368
25369         * mm-util.el (mm-coding-system-priorities): Add :version.
25370
25371         * mm-decode.el (mm-inline-text-html-with-images)
25372         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25373         (mm-verify-option): Add :version.
25374         (mm-text-html-renderer): Change :version.
25375
25376         * message.el (message-fcc-externalize-attachments)
25377         (message-required-headers, message-draft-headers)
25378         (message-subject-trailing-was-query)
25379         (message-subject-trailing-was-ask-regexp)
25380         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25381         (message-mark-insert-end, message-archive-header)
25382         (message-archive-note, message-cross-post-default)
25383         (message-cross-post-note, message-followup-to-note)
25384         (message-cross-post-note-function, message-use-mail-followup-to)
25385         (message-subscribed-address-functions)
25386         (message-subscribed-address-file, message-subscribed-addresses)
25387         (message-subscribed-regexps, message-allow-no-recipients)
25388         (message-yank-cited-prefix, message-signature-insert-empty-line)
25389         (message-hidden-headers, message-hierarchical-addresses)
25390         (message-mail-user-agent, message-use-idna)
25391         (message-valid-fqdn-regexp)
25392         (message-strip-special-text-properties, message-header-synonyms)
25393         (message-beginning-of-line, message-tab-body-function): Add :version.
25394         (message-insert-canlock, message-wide-reply-confirm-recipients):
25395         Change :version.
25396
25397         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25398         and :version.
25399         (mail-source-delete-old-incoming-confirm)
25400         (mail-source-movemail-program): Add :version.
25401
25402         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25403         (gnus-agent-cache, gnus-agent): Change :version.
25404
25405         * gnus-util.el (gnus-use-byte-compile): Change :version.
25406
25407         * gnus-sum.el (gnus-summary-make-false-root-always)
25408         (gnus-summary-default-high-score)
25409         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25410         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25411         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25412         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25413         (gnus-sum-thread-tree-single-indent)
25414         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25415         (gnus-sum-thread-tree-leaf-with-other)
25416         (gnus-sum-thread-tree-single-leaf): Add :version.
25417         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25418         (gnus-article-loose-mime): Change :version.
25419
25420         * gnus-start.el (gnus-backup-startup-file)
25421         (gnus-save-startup-file-via-temp-buffer): Add :version.
25422
25423         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25424         (gnus-server-offline-face): Add :version.
25425
25426         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25427
25428         * gnus-msg.el (gnus-gcc-externalize-attachments)
25429         (gnus-debug-files, gnus-debug-exclude-variables)
25430         (gnus-discouraged-post-methods): Change :version.
25431         (gnus-confirm-mail-reply-to-news)
25432         (gnus-confirm-treat-mail-like-news): Add :version.
25433
25434         * gnus-int.el (gnus-server-unopen-status): Add :version.
25435
25436         * gnus-group.el (gnus-group-jump-to-group-prompt)
25437         (gnus-large-ephemeral-newsgroup)
25438         (gnus-fetch-old-ephemeral-headers): Add :version.
25439
25440         * gnus-fun.el (gnus-x-face-directory)
25441         (gnus-convert-pbm-to-x-face-command)
25442         (gnus-convert-image-to-x-face-command)
25443         (gnus-convert-image-to-face-command): Add :version.
25444
25445         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25446
25447         * gnus-cite.el (gnus-cite-blank-line-after-header)
25448         (gnus-article-boring-faces): Add :version.
25449
25450         * gnus-art.el (gnus-buttonized-mime-types)
25451         (gnus-inhibit-mime-unbuttonizing)
25452         (gnus-treat-display-face)
25453         (gnus-treat-body-boundary): Change :version.
25454         (gnus-body-boundary-delimiter, gnus-picon-databases)
25455         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25456         (gnus-treat-date-english, gnus-treat-fold-headers)
25457         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25458         (gnus-treat-mail-picon, gnus-treat-wash-html)
25459         (gnus-article-encrypt-protocol)
25460         (gnus-use-idna, gnus-article-over-scroll)
25461         (gnus-mime-display-multipart-alternative-as-mixed)
25462         (gnus-mime-display-multipart-related-as-mixed)
25463         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25464         (gnus-ctan-url, gnus-button-ctan-handler)
25465         (gnus-button-handle-ctan-bogus-regexp)
25466         (gnus-button-ctan-directory-regexp)
25467         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25468         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25469         (gnus-button-man-level, gnus-button-emacs-level)
25470         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25471
25472         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25473         (gnus-agent-go-online): Change :version.
25474         (gnus-agent-expire-unagentized-dirs)
25475         (gnus-agent-auto-agentize-methods): Add :version.
25476
25477         * flow-fill.el (fill-flowed-display-column)
25478         (fill-flowed-encode-column): Add :version.
25479
25480         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25481         (gnus-outlook-deuglify-unwrap-max)
25482         (gnus-outlook-deuglify-cite-marks)
25483         (gnus-outlook-deuglify-unwrap-stop-chars)
25484         (gnus-outlook-deuglify-no-wrap-chars)
25485         (gnus-outlook-deuglify-attrib-cut-regexp)
25486         (gnus-outlook-deuglify-attrib-verb-regexp)
25487         (gnus-outlook-deuglify-attrib-end-regexp)
25488         (gnus-outlook-display-hook): Add :version.
25489
25490         * binhex.el (binhex-use-external): Add :version.
25491
25492 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25493
25494         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25495         and `invisible'.
25496
25497 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25498
25499         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25500         in gnus-registry-trim.
25501
25502 2004-09-13  Simon Josefsson  <jas@extundo.com>
25503
25504         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25505
25506         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25507
25508         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25509         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25510         <yamaoka@jpl.org>.
25511         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25512         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25513         <yamaoka@jpl.org>.
25514
25515         * sieve.el (sieve-manage-mode): Ditto.
25516
25517 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25518
25519         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25520
25521 2004-09-11  Simon Josefsson  <jas@extundo.com>
25522
25523         * dns-mode.el: Add.
25524
25525         * mm-view.el (mm-display-dns-inline): Add.
25526
25527         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25528         (mm-automatic-display): Ditto.
25529
25530         * mailcap.el (mailcap-mime-data): Add text/dns.
25531         (mailcap-mime-extensions): Map .soa to text/dns.
25532
25533 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25534
25535         * gnus-art.el (article-decode-mime-words, article-babel)
25536         (gnus-article-highlight-signature, gnus-article-add-buttons)
25537         (gnus-signature-toggle): Remove unnecessary bindings of
25538         `inhibit-read-only' inherited from v5.10 merge.
25539
25540 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25541
25542         * nntp.el (nntp): New customization group.
25543         (nntp-authinfo-file): Add customization group.
25544
25545         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25546
25547         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25548
25549         * gnus.el (to-address, to-list, subscribed)
25550         (large-newsgroup-initial): Ditto.
25551
25552         * flow-fill.el (fill-flowed-display-column)
25553         (fill-flowed-encode-column): Ditto.
25554
25555 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25556
25557         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25558         Use point-min rather than 1.
25559         (message-send-mail): Use buffer-size rather than point-max.
25560
25561         * gnus-sum.el (gnus-summary-search-article-forward):
25562         Signal a specific `search-failed' rather than a generic `error'.
25563
25564         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25565         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25566         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25567
25568 2004-09-10  Simon Josefsson  <jas@extundo.com>
25569
25570         * nndb.el (require): Remove tcp and duplicate cl.
25571
25572 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25573
25574         * gnus-agent.el (directory-files-and-attributes): Move forward.
25575
25576 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25577
25578         * gnus-agent.el (directory-files-and-attributes):
25579         Optionally defined to support XEmacs.
25580
25581 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25582
25583         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25584         to avoid run-time CL dependencies.
25585         (gnus-agent-unfetch-articles): New function.
25586         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25587         article numbers even when local .overview file is missing.
25588         (gnus-agent-read-article-number): New function.  Only accepts
25589         27-bit article numbers.
25590         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25591         Use gnus-agent-read-article-number.
25592         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25593         from backend while recognizing that article numbers in .overview
25594         must be valid.
25595         (gnus-agent-update-files-total-fetched-for):
25596         Use directory-files-and-attributes to improve performance.
25597         * gnus-int.el (gnus-request-move-article):
25598         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25599         improve performance.
25600
25601         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25602         some users confused by references to .newsrc when they only have a
25603         .newsrc.eld file.
25604         (gnus-convert-mark-converter-prompt)
25605         (gnus-convert-converter-needs-prompt): Fix use of property list.
25606         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25607         New function.  Used internally to only display 'gnus converting
25608         files' message when actually necessary.
25609
25610         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25611         methods now autoloaded.
25612
25613 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25614
25615         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25616         identifiers.
25617
25618 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25619
25620         * gnus-picon.el: Fix indentation and closing parenthesis.
25621
25622 2004-09-01  Simon Josefsson  <jas@extundo.com>
25623
25624         * message.el (message-canlock-generate): Require sha1, not
25625         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25626         to require within a function.  Sadly, if sha1.el isn't loaded, the
25627         let binding in m-c-g will hide the defcustom definition, which is
25628         bad.)
25629
25630         * canlock.el: Require sha1, not sha1-el.
25631
25632         * message.el: Don't autoload sha1 (there is a autoload cookie in
25633         sha1.el).
25634
25635         * sha1-el.el: Rename to sha1.el.
25636
25637 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25638
25639         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25640
25641 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25642
25643         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25644
25645 2004-08-30  Kim F. Storm  <storm@cua.dk>
25646
25647         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25648
25649         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25650         Add :group 'nnimap.
25651
25652 2004-08-30  Andreas Schwab  <schwab@suse.de>
25653
25654         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25655         ?* and ?\;.
25656
25657         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25658         and ?\' to symbol instead of whitespace.
25659
25660 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25661
25662         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25663
25664         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25665         instead of re-search-forward.
25666
25667         * gnus-uu.el (gnus-uu-save-article): Ditto.
25668         (gnus-uu-post-encode-uuencode): Ditto.
25669
25670         * html2text.el (html2text-clean-list-items): Ditto.
25671         (html2text-clean-dtdd): Ditto.
25672         (html2text-format-tags): Ditto.
25673
25674         * message.el (message-send-mail-with-sendmail): Fix regexp.
25675         (message-fill-field-general): Use search-forward instead of
25676         re-search-forward.
25677         (unbold-region): Ditto.
25678
25679         * nnrss.el (nnrss-request-article): Ditto.
25680
25681         * nnslashdot.el (nnslashdot-request-article): Ditto.
25682
25683         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25684
25685         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25686         "Unrecognized menu descriptor" error in XEmacs.
25687
25688 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25689
25690         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25691         parent article of a sparse article in the thread hashtb.
25692
25693 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25694
25695         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25696         (nnmail-expand-newtext): Lowercase expanded entries if
25697         nnmail-split-lowercase-expanded is non-nil.
25698
25699 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25700
25701         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25702
25703         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25704         of gnus-tmp-news-method into string under XEmacs.  It will be
25705         passed to gnus-correct-length which takes only a string argument.
25706
25707 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25708
25709         * gnus-util.el (gnus-bind-print-variables): New macro.
25710         (gnus-prin1): Use it.
25711         (gnus-prin1-to-string): Use it.
25712         (gnus-pp): New function.
25713         (gnus-pp-to-string): New function.
25714
25715         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25716         Replace pp-to-string with gnus-pp-to-string.
25717         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25718         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25719         * gnus-msg.el (gnus-debug): Ditto.
25720         * gnus-score.el (gnus-score-save): Ditto.
25721         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25722         gnus-pp-to-string.
25723         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25724         with gnus-pp.
25725         * score-mode.el (gnus-score-pretty-print): Ditto.
25726         * webmail.el (webmail-debug): Ditto.
25727
25728 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25729
25730         * gnus-art.el (article-display-face, article-display-x-face):
25731         Use buffer-read-only.
25732
25733 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25734
25735         * gnus-art.el (article-hide-list-identifiers):
25736         Bind inhibit-read-only as t.
25737
25738 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25739
25740         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25741
25742 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25743
25744         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25745         (gnus-narrow-to-page): Don't assume point-min == 1.
25746         (gnus-article-edit-mode): Derive from message-mode.
25747
25748         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25749         point-min == 1.
25750
25751         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25752         Disable incorrect use of `assert'.
25753
25754         * message.el (message-mode): Set comment-start-skip.
25755
25756
25757 2004-08-22  Sam Steingold  <sds@gnu.org>
25758
25759         * pop3.el (pop3-leave-mail-on-server): New user variable.
25760         (pop3-movemail): Delete mail only when it is nil.
25761
25762 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25763
25764         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25765
25766         * mml.el (mml-preview): Use `pop-to-buffer'.
25767
25768         * message.el (message-goto-mail-followup-to): Insert after "To".
25769         (message-carefully-insert-headers): Add comment.
25770
25771         * gnus.el: Remove unused variable `gnus-article-check-size'.
25772
25773         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25774
25775         * gnus-art.el (gnus-button-alist):
25776         Improve `gnus-button-handle-library' entry.
25777
25778 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25779
25780         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25781         Use downcase, since XEmacs capitalizes error messages differently.
25782
25783 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25784
25785         * nntp.el: Add (require 'gnus) due to reference to
25786         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25787
25788 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25789
25790         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25791         Bind `mm-fill-flowed'.
25792
25793         * mm-decode.el (mm-dissect-singlepart): Check it.
25794
25795 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25796
25797         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25798         'imap' for netrc parsing.
25799
25800 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25801
25802         * mailcap.el (mailcap-mime-data): Mark as risky.
25803
25804 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25805
25806         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25807         may be included in the encoded word.
25808         (rfc2047-encode): Don't append a space if the encoded word
25809         includes close parenthesis.
25810
25811 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25812
25813         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25814         of text within parentheses.
25815
25816 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25817
25818         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25819         (gnus-encrypt-write-file-contents): Make the password key the file
25820         name PLUS the cipher, not just the cipher.  Also remove failed
25821         passwords from the cache.
25822
25823 2004-08-06  Simon Josefsson  <jas@extundo.com>
25824
25825         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25826         Doc fix.
25827
25828 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25829
25830         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25831         LWSP.
25832
25833 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25834
25835         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25836         Try to append in-reply-to: data to the references: header.
25837
25838         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25839         (netrc-parse): Use gnus-encrypt.el functions.
25840
25841         * gnus-encrypt.el: Add new file for encryption support; currently
25842         does only a few GPG ciphers and an internal XOR cipher.
25843
25844         * password.el: Add comments on using password-read-and-add.
25845         (password-read-and-add): Add function to read and add the
25846         password to the cache at once.
25847
25848 2004-07-28  Simon Josefsson  <jas@extundo.com>
25849
25850         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25851         parameter (but don't use it, for now).
25852
25853         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25854         instead of hard coding to nil.
25855
25856 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25857
25858         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25859         as mm-inline-image-xemacs does.
25860
25861 2004-07-26  Simon Josefsson  <jas@extundo.com>
25862
25863         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25864         Revert part of 2004-07-17 change below.
25865
25866 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25867
25868         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25869         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25870
25871 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25872
25873         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25874         quotes that actually start with ">" at the beginning of the
25875         lines.
25876
25877 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25878
25879         * rfc2047.el (rfc2047-encode-region): Fix last change.
25880         (rfc2047-encode-parameter): Remove useless concat.
25881
25882 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25883
25884         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25885         encode special characters; fix some kind of misconfigured headers;
25886         signal a real error if debug-on-quit or debug-on-error is non-nil.
25887         (rfc2047-encode-max-chars): New variable.
25888         (rfc2047-encode-1): Use it.
25889         (rfc2047-encode-parameter): New function.
25890
25891         * mml.el (mml-insert-parameter): Remove an excessive space.
25892
25893 2004-07-17  Simon Josefsson  <jas@extundo.com>
25894
25895         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25896         Kai Grossjohann <kai@emptydomain.de>.
25897         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25898         (gnus-group-make-menu-bar): Ditto.
25899
25900         * gnus-util.el (gnus-group-server): Add.
25901
25902 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25903
25904         * message.el (message-clone-locals): Clone sendmail and smtp
25905         variables.
25906
25907 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25908
25909         * rfc2047.el (rfc2047-encode-region): Fix last change.
25910
25911 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25912
25913         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25914         characters as non-special.
25915
25916 2004-07-09  Simon Josefsson  <jas@extundo.com>
25917
25918         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25919         Users will lose all flag changes made while unplugged with
25920         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25921         good default.  See numerous reports on ding mailing list.
25922
25923 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25924
25925         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25926         add generate-head-function and generate-article-function to the
25927         rfc822-forward entry.
25928         (nndoc-rfc822-forward-generate-article): New function.
25929         (nndoc-rfc822-forward-generate-head): New function.
25930
25931         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25932
25933 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25934
25935         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25936         respect display group parameter and gnus-summary-expunge-below.
25937         (gnus-articles-to-read): Remove unused reference to display group
25938         parameter.
25939
25940 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25941
25942         * nnheader.el (nnheader-uniquify-message-id): New experimental
25943         variable.
25944         (nnheader-nov-read-message-id): Use it.
25945
25946         * spam-report.el (spam-report-gmane): Add interactive.
25947
25948 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25949
25950         * mm-encode.el (mm-content-transfer-encoding-defaults):
25951         Use qp-or-base64 for the application/* types.
25952
25953 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25954
25955         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25956
25957 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25958
25959         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25960         trim value.
25961
25962 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25963
25964         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25965         New macro and function.
25966         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25967
25968 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25969
25970         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25971         after-load-alist.
25972
25973 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25974
25975         * gnus-group.el (gnus-group-get-new-news-this-group):
25976         Don't update info that isn't there.
25977
25978 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25979
25980         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25981         entry.
25982
25983 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25984
25985         * mm-view.el (mm-inline-render-with-function): Use multibyte
25986         buffer; decode html source by charset.
25987
25988         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25989
25990         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25991         Mule-UCS is loaded under XEmacs.
25992         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25993
25994 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25995
25996         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25997
25998 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25999
26000         * mm-util.el (mm-coding-system-p): Return a coding-system.
26001         (mm-mime-mule-charset-alist): Use shift_jis instead of
26002         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26003         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26004         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26005         instead of japanese-shift-jis and iso-latin-1 respectively in
26006         order to share the default value with both Emacs and XEmacs-mule.
26007         (mm-mule-charset-to-mime-charset):
26008         Make mm-coding-system-priorities effective.
26009         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26010         while predicating of candidates upon the priorities.
26011
26012 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26013
26014         * gnus-sum.el (gnus-summary-make-menu-bar):
26015         Add gnus-uu-invert-processable.
26016
26017         * gnus.el: Autoload gnus-uu-invert-processable.
26018
26019 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26020
26021         * mm-util.el (mm-with-multibyte-buffer): New macro.
26022
26023         * rfc2047.el (rfc2047-encode-string): Use it.
26024         (rfc2047-encode-region): Move point to the end of the region after
26025         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26026
26027 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26028
26029         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26030         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26031
26032 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26033
26034         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26035         (gnus-cite-parse): Ignore quoted envelope From_.
26036         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26037
26038 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26039
26040         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26041         invalid addresses.
26042
26043 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26044
26045         * spam.el: Change section markers, revise TODO list.
26046         (spam-backends): Make new master list of all installed backends.
26047         (spam-summary-exit-behavior): Add new variable to determine how
26048         messages moves are done at summary exit.
26049         (spam-move-spam-nonspam-groups-only)
26050         (spam-process-ham-in-nonham-groups)
26051         (spam-process-ham-in-spam-groups): Remove variables, the
26052         spam-summary-exit-behavior variable should be used to manage this
26053         behavior.
26054         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26055         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26056         and spam-old-spam-articles.
26057         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26058         Add empty variables, placeholders for the backends they represent.
26059         (spam-set-difference): Move, unchanged.
26060         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26061         unless the user has a processor variable.
26062         (spam-classifications, spam-classification-valid-p)
26063         (spam-backend-properties, spam-backend-property-valid-p)
26064         (spam-backend-function-type-valid-p)
26065         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26066         (spam-report-articles-gmane, spam-report-articles-resend):
26067         Remove functions, they are not needed.
26068         (spam-install-backend-super, spam-backend-list)
26069         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26070         (spam-backend-function, spam-backend-ham-registration-function)
26071         (spam-backend-spam-registration-function)
26072         (spam-backend-ham-unregistration-function)
26073         (spam-backend-spam-unregistration-function)
26074         (spam-backend-statistical-p, spam-backend-mover-p)
26075         (spam-install-backend-alias, spam-install-checkonly-backend)
26076         (spam-install-mover-backend, spam-install-nocheck-backend)
26077         (spam-install-backend, spam-install-statistical-backend)
26078         (spam-install-statistical-checkonly-backend): Add backend installation
26079         support.
26080         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26081         (spam-group-processor-p): Use the new backend code and respect the
26082         summary exit behavior.
26083         (spam-mark-spam-as-expired-and-move-routine): Remove.
26084         (spam-summary-prepare): Change to use the new spam-old-articles
26085         variable.
26086         (spam-copy-or-move-routine, spam-copy-spam-routine)
26087         (spam-move-spam-routine, spam-copy-ham-routine)
26088         (spam-move-ham-routine): Add code to copy/move ham or spam.
26089         (spam-fetch-field-fast): Improve doc and code, plus allow the
26090         'number request.
26091         (spam-list-of-checks, spam-list-of-statistical-checks):
26092         Remove variables.
26093         (spam-split, spam-find-spam): Use the new backend code.
26094         (spam-registration-functions): Remove variable.
26095         (spam-unregister-routine): Add convenience wrapper.
26096         (spam-log-undo-registration, spam-register-routine)
26097         (spam-log-processing-to-registry)
26098         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26099         where possible.
26100         (spam-check-gmane-xref, spam-check-regex-headers)
26101         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26102         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26103         (spam-check-bogofilter-headers, spam-check-spamoracle)
26104         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26105         (spam-check-crm114-headers): Use the spam-split-group that
26106         spam-split prepares, no need to determine it every time.
26107
26108         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26109         to the nnheader-parse-naked-head call.
26110
26111         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26112
26113         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26114         the nnheader-nov-read-message-id call.
26115
26116 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26117
26118         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26119         gnus-activate-group twice.  Suggested by Markus Peter
26120         <warp@spin.de>.
26121
26122 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26123
26124         * gnus-art.el (gnus-article-time-format): Exchange the order of
26125         day and month in the default value; fix customization type.
26126         (article-date-ut): Use add-text-properties.
26127         (article-make-date-line): Use message-make-date instead of
26128         current-time-string.
26129
26130         * message.el (message-fetch-field): Don't use set-text-properties.
26131         (message-make-date): Simplify.
26132
26133         * messagexmas.el (message-xmas-make-date): New function.
26134         (message-xmas-redefine): Defalias message-make-date to it.
26135
26136 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26137
26138         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26139         (rfc2047-encode-region): Treat text within parentheses as special;
26140         show the original text when error has occurred.
26141
26142         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26143         already-computed method to gnus-activate-group.
26144
26145         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26146         same select-methods identical Lisp objects.
26147
26148         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26149         object when modifying the info.
26150
26151 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26152
26153         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26154         gnus-opened-servers since it has never been opened with the new
26155         configuration yet.
26156
26157 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26158
26159         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26160         arg to nnheader-generate-fake-message-id.
26161
26162 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26163
26164         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26165         number and build a fake message ID localized to a group and
26166         article number (so it's repeatable from that point on).
26167         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26168         ID format.
26169
26170         * gnus-sum.el (gnus-get-newsgroup-headers):
26171         Call nnheader-generate-fake-message-id with the article number.
26172
26173 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26174
26175         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26176         end-of-buffer.
26177
26178 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26179
26180         * message.el (message-ignored-supersedes-headers): Add Approved.
26181
26182 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26183
26184         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26185         goto-char.
26186         (rfc2047-encode): Fold the line before encoding.
26187
26188 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26189
26190         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26191         folding -- not all headers can be folded, and this should be done
26192         by the message composition mode.  Probably.  I think.
26193
26194 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26195
26196         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26197         fast.
26198
26199         * gnus-ems.el (gnus-remove-image): Don't use
26200         message-text-with-property; remove only the image found first.
26201
26202         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26203         found first.
26204
26205 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26206
26207         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26208
26209 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26210
26211         * message.el (message-text-with-property): Make it fast and accept
26212         optional arguments.
26213         (message-strip-forbidden-properties): Use it.
26214         (message-fix-before-sending): Follow the m-t-w-p change.
26215
26216         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26217
26218 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26219
26220         * gnus-art.el (article-hide-headers): Don't change the buffer
26221         mistakenly when performing mml-preview even if
26222         gnus-single-article-buffer is nil.
26223
26224 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26225
26226         * message.el (message-expand-name-databases): New user option.
26227         (message-expand-name): Use it.
26228
26229 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26230
26231         * spam.el (spam-report-articles-resend)
26232         (spam-report-resend-register-routine): Allow ham reporting.
26233         (spam-report-resend-register-ham-routine): Add wrapper.
26234         (spam-registration-functions): Add ham resending functions.
26235         (spam-list-of-processors): Add ham resend processor.
26236
26237         * gnus.el (ham-resend-to): Add new group parameter.
26238         (spam-process): Add ham resend option.
26239
26240         * spam-report.el (spam-report-resend): Allow reporting ham.
26241         (spam-report-resend-ham): Add wrapper.
26242
26243 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26244
26245         * message.el (message-cite-articles-with-x-no-archive):
26246         New variable.
26247         (message-cite-original): Use it.
26248
26249 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26250
26251         * message.el (message-cite-original): Respect X-No-Archive.
26252
26253 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26254
26255         * gnus-art.el (article-hide-headers): Refer to the values for
26256         gnus-ignored-headers and gnus-visible-headers in the summary
26257         buffer since a user may have set them as group parameters.
26258
26259 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26260
26261         * assistant.el (assistant-node-name): Add convenience function.
26262         (assistant-render-text, assistant-render-node): Add error handling,
26263         plus handle multiple next nodes.
26264         (assistant-find-next-node): Comment out for now.
26265         (assistant-find-next-nodes): Add function, returns list of next
26266         nodes.
26267
26268 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26269
26270         * mail-source.el (mail-source-directory): Fix doc-string.
26271
26272 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26273
26274         * assistant.el (assistant-render-text, assistant-eval): Add :set
26275         widget type, which is different because it takes and returns a
26276         list.  Much hilarity ensues.
26277
26278 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26279
26280         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26281
26282         * gnus-group.el (gnus-group-get-new-news-this-group):
26283         Add doc-string.
26284
26285         * gnus-start.el (gnus-activate-group): Add doc-string.
26286
26287 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26288
26289         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26290
26291 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26292
26293         * assistant.el (assistant-render-text): Try to add a :set
26294         widget, more to come.
26295
26296         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26297         strings.
26298         (spam-report-articles-resend)
26299         (spam-register-routine): Do registration iff any articles warrant
26300         it.
26301         (spam-summary-prepare-exit): Change log message for nil group
26302         destinations.
26303
26304 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26305
26306         * spam.el (spam-report-resend-register-routine):
26307         Allow spam-report-resend-to to be a group parameter or a global value.
26308
26309 2004-05-26  Simon Josefsson  <jas@extundo.com>
26310
26311         * starttls.el: Merge with my GNUTLS based starttls.el.
26312         (starttls-gnutls-program, starttls-use-gnutls)
26313         (starttls-extra-arguments, starttls-process-connection-type)
26314         (starttls-connect, starttls-failure, starttls-success):
26315         New variables.
26316         (starttls-program, starttls-extra-args): Doc fix.
26317         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26318         New functions.
26319         (starttls-negotiate, starttls-open-stream):
26320         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26321         function if it is set.
26322
26323 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26324
26325         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26326         structured fields.
26327
26328 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26329
26330         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26331
26332 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26333
26334         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26335         Add variable.
26336         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26337         assigning the spam-mark to new messages.
26338
26339 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26340
26341         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26342
26343 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26344
26345         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26346
26347         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26348         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26349         default.
26350
26351 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26352
26353         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26354         correct data.
26355
26356 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26357
26358         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26359         (spam-group-processor-p): Fix function.
26360         (spam-group-processor-multiple-p)
26361         (spam-group-spam-processor-report-gmane-p)
26362         (spam-group-spam-processor-report-resend-p)
26363         (spam-group-spam-processor-bogofilter-p)
26364         (spam-group-spam-processor-blacklist-p)
26365         (spam-group-spam-processor-ifile-p)
26366         (spam-group-ham-processor-ifile-p)
26367         (spam-group-spam-processor-spamoracle-p)
26368         (spam-group-spam-processor-crm114-p)
26369         (spam-group-ham-processor-bogofilter-p)
26370         (spam-group-spam-processor-stat-p)
26371         (spam-group-ham-processor-stat-p)
26372         (spam-group-ham-processor-whitelist-p)
26373         (spam-group-ham-processor-BBDB-p)
26374         (spam-group-ham-processor-spamoracle-p)
26375         (spam-group-ham-processor-copy-p): Remove functions with some
26376         prejudice against unneeded code.
26377         (spam-report-articles-resend)
26378         (spam-report-resend-register-routine): Allow the group/topic
26379         spam-resend-to value to override spam-report-resend-to.
26380         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26381         properly now.
26382
26383         * gnus.el (spam-resend-to): Add group/topic parameter.
26384         (spam-process): Move the OBSOLETE processors to the end of the
26385         choices.
26386
26387 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26388
26389         * spam-report.el (spam-report-resend-to, spam-report-resend):
26390         Start with resend-to set to nil, and then ask the user if necessary.
26391         (spam-report-resend): spam-report-resend takes a list of articles, not
26392         separate article numbers.
26393
26394 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26395
26396         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26397         addition to emacs-w3m.
26398
26399 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26400
26401         * assistant.el (assistant-authinfo-data): New function.
26402         (assistant-eval): Eval for entire assistant.
26403
26404         * netrc.el (netrc-services-file): New variable.
26405         (netrc-parse-services): New function.
26406         (netrc-find-service-name): New function.
26407         (netrc-find-service-number): New function.
26408         (netrc-port-equal): New function.
26409         (netrc-machine): Use it.
26410
26411         * nnimap.el (nnimap-open-connection): Use netrc.
26412
26413         * gnus-util.el (gnus-netrc-get): Remove aliases.
26414
26415         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26416
26417         * assistant.el (wid-edit): Fix compilation.
26418
26419         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26420
26421 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26422
26423         * gnus-util.el (gnus-set-file-modes): New function.  (small
26424         patch).
26425
26426 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26427
26428         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26429
26430         * assistant.el (assistant-render-node): Fix up rendering and
26431         read-only text.
26432         (assistant-render-node): Reset.
26433         (assistant-make-read-only): Not sticky.
26434
26435 2004-05-20  Danny Siu  <dsiu@adobe.com>
26436
26437         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26438         centered even when gnus-auto-center-summary is t.
26439
26440 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26441
26442         * dns.el (dns-get-txt-answer): New function.
26443         (dns-read-txt): Ditto.
26444         (query-dns): Use it.
26445
26446 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26447
26448         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26449         active for foreign groups even if the group level is higher than
26450         the specified value.
26451
26452 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26453
26454         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26455         non-active groups.
26456
26457         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26458
26459 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26460
26461         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26462
26463 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26464
26465         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26466         (spam-crm114-header, spam-crm114-spam-switch)
26467         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26468         (spam-crm114-positive-spam-header)
26469         (spam-crm114-database-directory, spam-list-of-processors)
26470         (spam-group-spam-processor-crm114-p)
26471         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26472         (spam-generic-score, spam-list-of-checks)
26473         (spam-list-of-statistical-checks, spam-registration-functions)
26474         (spam-check-crm114-headers, spam-crm114-score)
26475         (spam-check-crm114, spam-crm114-register-with-crm114)
26476         (spam-crm114-register-spam-routine)
26477         (spam-crm114-unregister-spam-routine)
26478         (spam-crm114-register-ham-routine)
26479         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26480
26481 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26482
26483         * gnus.el: Add spam-use-crm114.
26484
26485         * spam.el (spam-list-of-processors, spam-registration-functions):
26486         Add spam-use-resend.
26487         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26488         (spam-report-articles-gmane): Add doc fix.
26489         (spam-report-articles-resend, spam-report-resend-register-routine):
26490         Add wrappers around spam-report-resend-to.
26491
26492         * spam-report.el (spam-report-resend-to, spam-report-resend):
26493         Add support for resending spam.
26494         (spam-report-gmane): Fix line length >80.
26495
26496         * gnus.el (spam-process): Add spam-use-resend.
26497
26498 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26499
26500         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26501         number of processed spam messages.
26502         (spam-ham-copy-or-move-routine): Return the number of processed
26503         ham messages.
26504         (spam-summary-prepare-exit): Use the above values to decide
26505         whether status messages should be displayed.
26506
26507 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26508
26509         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26510         `rfc2047-encoding-function-alist' in order to avoid conflicting
26511         with the old version.
26512         (rfc2047-encode-region): Concatenate words containing non-ASCII
26513         characters in structured fields; don't encode space-delimited
26514         ASCII words even in unstructured fields; don't break words at
26515         char-category boundaries.
26516         (rfc2047-encode-1): New function.
26517         (rfc2047-encode): Use it; encode text so that it occupies the
26518         maximum width within 76-column; work correctly on Q encoding for
26519         iso-2022-* charsets.
26520         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26521         sure not to break a line just after the header name.
26522         (rfc2047-b-encode-region): Remove.
26523         (rfc2047-b-encode-string): New function.
26524         (rfc2047-q-encode-region): Remove.
26525         (rfc2047-q-encode-string): New function.
26526
26527         * mm-util.el (mm-replace-in-string): New function.
26528
26529 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26530
26531         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26532         Really get it right.
26533         (gnus-inews-make-draft): Really.
26534
26535 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26536
26537         * nnmh.el (nnmh-request-list-1): Don't check the link count
26538         before descending.  (small patch)
26539
26540 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26541
26542         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26543         stuff.
26544
26545         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26546         Match on real group name.
26547
26548         * gnus-art.el (gnus-signature-limit): Doc fix.
26549
26550         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26551
26552         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26553
26554 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26555
26556         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26557         isn't a string.
26558
26559 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26560
26561         * gnus-draft.el (gnus-draft-send):
26562         Bind rfc2047-encode-encoded-words.
26563
26564         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26565         (rfc2047-encodable-p): Say that =? needs encoding.
26566         (rfc2047-encode-encoded-words): New variable.
26567
26568         * gnus-group.el (gnus-group-select-group): Doc fix.
26569
26570         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26571
26572         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26573         to nil.
26574
26575         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26576
26577         * nnheader.el (nnheader-get-lines-and-char): New function.
26578
26579 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26580
26581         * gnus-msg.el (gnus-summary-followup-with-original):
26582         Document yanking of region when active.
26583
26584 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26585
26586         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26587         groups if the group level is higher than the specified value.
26588
26589 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26590
26591         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26592         (gnus-group-jump-to-group): Add prefix argument using
26593         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26594         non-active group.
26595
26596         * compface.el (uncompface): Be verbose when changing
26597         `uncompface-use-external'.
26598
26599         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26600         handle manual section.
26601
26602 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26603
26604         * gnus-art.el (gnus-button-alist): Revert previous change.
26605
26606 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26607
26608         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26609
26610 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26611
26612         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26613         whether backend can accept message.
26614
26615         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26616
26617 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26618
26619         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26620         Avoid creating directory when nntp-marks-is-evil is true.
26621         Reported by Reiner Steib.
26622
26623 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26624
26625         * gnus-picon.el (gnus-picon-insert-glyph):
26626         Add optional `nostring' argument.
26627
26628 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26629
26630         * gnus-picon.el (gnus-picon-style): New variable.
26631         (gnus-picon-transform-address): Support `gnus-picon-style'.
26632
26633 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26634
26635         * message.el (message-fill-field): Return point.
26636         (message-generate-headers): Go to end of field.
26637
26638         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26639         stuff for non-living groups.
26640
26641 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26642
26643         * gnus-art.el (gnus-article-followup-with-original)
26644         (gnus-article-reply-with-original): gnus-mark-active-p ->
26645         gnus-region-active-p.
26646
26647 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26648
26649         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26650         only when there is spam or ham to be processed.
26651
26652 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26653
26654         * mail-source.el (mail-source-delete-crash-box): Refactor.
26655         (mail-source-fetch): Use it.
26656         (mail-source-fetch-file): Ditto.
26657         (mail-source-fetch-directory): Run postscript in loop.
26658         (mail-source-fetch-pop): Delete.
26659         (mail-source-fetch-maildir): Ditto.
26660         (mail-source-fetch-imap): Ditto.
26661
26662         * imap.el (imap-authenticators): Comment out sasl.
26663
26664         * message.el (message-skip-to-next-address): New function.
26665         (message-fill-header-address): Refactor.
26666         (message-fill-address): Use it.
26667         (message-delete-address): Use it.
26668         (message-fill-header-general): Refactor.
26669         (message-fill-field-address): Rename.
26670         (message-narrow-to-field): Find the start of the header.
26671         (message-header-format-alist): Don't pre-fill.
26672         (message-fill-header): Remove.
26673         (message-insert-header): New function.
26674         (message-shorten-references): Use it.
26675
26676         * rfc2047.el (rfc2047-field-value): Strip props.
26677
26678         * mail-parse.el (mail-header-make-address): New alias.
26679
26680         * ietf-drums.el (ietf-drums-make-address): New function.
26681
26682         * imap.el: Add compiler directives.
26683
26684         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26685
26686         * gnus-art.el (article-decode-idna-rhs): Don't use
26687         message-idna-inside-rhs-p.
26688
26689 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26690
26691         * message.el (message-idna-inside-rhs-p): Remove.
26692         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26693
26694         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26695         false positives.
26696
26697 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26698
26699         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26700
26701 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26702
26703         * nneething.el (nneething-file-name): Don't create spurious
26704         files.
26705
26706         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26707         (gnus-inews-do-gcc): Remove sleep.
26708
26709         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26710         part under point.
26711
26712         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26713         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26714
26715 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26716
26717         * spam.el (spam-summary-prepare-exit): Fix (length).
26718
26719 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26720
26721         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26722         as expired without moving it" message when there are spam
26723         messages left.
26724
26725 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26726
26727         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26728         header is not nil.
26729
26730 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26731
26732         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26733         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26734         (nntp-marks-changed-p): New arg SERVER.
26735         (nntp-request-update-info): Adjust caller.
26736
26737 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26738
26739         * nntp.el (nntp-save-marks): Pass missing arg.
26740
26741 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26742
26743         * nntp.el: Support marks.
26744         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26745         (nntp-marks-modtime, nntp-marks-directory): New variables.
26746         (nntp-request-set-mark, nntp-request-update-info)
26747         (nntp-possibly-create-directory, nntp-marks-changed-p)
26748         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26749         New functions.
26750
26751 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26752
26753         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26754         (gnus-xmas-redefine): Rename.
26755
26756         * gnus-score.el (gnus-score-insert-help):
26757         Use gnus-select-lowest-window.
26758
26759         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26760         appt-select-lowest-window and rename to gnus-select-lowest-window.
26761
26762         * gnus.el: do.
26763
26764 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26765
26766         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26767         encodings of MIME-encoded words, in order to improve
26768         interoperability with several broken MUAs.
26769
26770 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26771
26772         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26773         tags, only when charsets are not specified in headers.
26774         (mm-inline-text-html-render-with-w3m): Ditto.
26775
26776         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26777         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26778
26779 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26780
26781         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26782         instead of MIME-decoded from fields when checking
26783         `gnus-article-address-banner-alist'.
26784
26785 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26786
26787         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26788         description rather than subject.
26789
26790 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26791
26792         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26793
26794 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26795
26796         * gnus.el (gnus-version-number): Bump.
26797
26798 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26799
26800         * gnus.el: No Gnus v0.2 is released.
26801
26802 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26803
26804         * gnus-agent.el (gnus-agent-read-agentview):
26805         Inline gnus-uncompress-range.
26806
26807 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26808
26809         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26810         `exec-installed-p'.
26811
26812 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26813
26814         * gnus.el (spam-process, spam-autodetect-methods):
26815         Add bsfilter and bsfilter-headers.
26816
26817         * spam.el (spam-bsfilter): New customize group.
26818         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26819         (spam-bsfilter-header, spam-bsfilter-probability-header)
26820         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26821         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26822         (spam-bsfilter-database-directory): New options.
26823         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26824         (spam-list-of-statistical-checks, spam-registration-functions):
26825         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26826         (spam-bsfilter-score): New command.
26827         (spam-check-bsfilter-headers, spam-check-bsfilter)
26828         (spam-bsfilter-register-with-bsfilter)
26829         (spam-bsfilter-register-spam-routine)
26830         (spam-bsfilter-unregister-spam-routine)
26831         (spam-bsfilter-register-ham-routine)
26832         (spam-bsfilter-unregister-ham-routine): New functions.
26833         (spam-generic-score): Support bsfilter; Accept an optional argument
26834         to recalcurate spam score even if scoring header has already been
26835         added.
26836         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26837         optional argument to recalcurate spam score even if scoring header
26838         has already been added.
26839
26840 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26841
26842         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26843         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26844         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26845         link is missing.
26846
26847 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26848
26849         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26850         (html2text-get-attr): Rewrite.
26851
26852         * message.el (message-setup-1): Remove redundant put-text-property
26853         on mail-header-separator.
26854
26855 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26856
26857         * gnus-registry.el (gnus-registry-cache-whitespace)
26858         (gnus-registry-action, gnus-registry-spool-action)
26859         (gnus-registry-split-fancy-with-parent): Change message levels
26860         from 5 to 3 or 7, as needed.
26861
26862         * spam.el (spam-summary-prepare-exit)
26863         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26864         (spam-split, spam-find-spam, spam-log-undo-registration)
26865         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26866         level from 5 to 6.
26867
26868 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26869
26870         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26871         2004-03-04 change).
26872
26873 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26874
26875         * sieve-manage.el (sieve-manage-open):
26876         * nnweb.el (nnweb-insert-html):
26877         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26878         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26879         * nnspool.el (nnspool-request-group):
26880         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26881         * nnml.el (nnml-request-update-info):
26882         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26883         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26884         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26885         (nnimap-request-set-mark):
26886         * nnfolder.el (nnfolder-request-update-info):
26887         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26888         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26889         * gnus-uu.el (gnus-uu-find-articles-matching):
26890         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26891         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26892         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26893         * gnus-nocem.el (gnus-nocem-scan-groups):
26894         * gnus-int.el (gnus-start-news-server):
26895         * gnus-group.el (gnus-group-make-kiboze-group)
26896         (gnus-group-browse-foreign-server):
26897         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26898         Use mapc when appropriate.
26899
26900 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26901             Adam Sjøgren  <asjo@koldfront.dk>
26902             Wes Hardaker  <wes@hardakers.net>
26903             Michael Shields  <shields@msrl.com>
26904
26905         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26906         may need for spam sorting and scoring.
26907         (spam-user-format-function-S): Add user format function suitable for
26908         general use.
26909         (spam-article-sort-by-spam-status): Add sorting function for summary
26910         sorting.
26911         (spam-extra-header-to-number): Add function to get a score from a
26912         header.
26913         (spam-summary-score): Add function to get a numeric score from the
26914         headers.
26915         (spam-generic-score): Fix function doc, was in wrong place.
26916         (spam-initialize): Take symbols when it's run, and install the
26917         extra headers that spam-necessary-extra-headers thinks we need.
26918
26919 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26920
26921         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26922         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26923
26924 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26925
26926         * gnus-sum.el (gnus-set-global-variables)
26927         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26928         (gnus-article-get-xrefs, gnus-summary-best-group)
26929         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26930         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26931         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26932         Use with-current-buffer.
26933
26934 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26935
26936         * spam.el (spam-summary-prepare-exit): Simplify logic.
26937         (spam-fetch-article-header): Read the article header if it's not
26938         available.
26939         (spam-list-articles): Simplify logic.
26940         (spam-filelist-register-routine): Fix bug with unregister-list.
26941
26942         * gnus-registry.el: Fix comments at beginning.
26943
26944 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26945
26946         * message.el (message-cater-to-broken-inn): Remove.
26947         (message-shorten-references): Make sure the total folded length of
26948         References is shorter than 998 characters to cater to a bug in INN
26949         2.3.  Also, don't pretend that references aren't folded -- this
26950         hasn't worked for a while.
26951
26952 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26953
26954         * gnus-agent.el (gnus-agentize):
26955         gnus-agent-send-mail-real-function no longer set to current value
26956         of message-send-mail-function but rather a lambda that calls
26957         message-send-mail-function.  The change makes the agent real-time
26958         responsive to user changes to message-send-mail-function.
26959
26960 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26961
26962         * legacy-gnus-agent.el
26963         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26964         help from Florian Weimer <fw@deneb.enyo.de>
26965
26966 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26967
26968         * nnmail.el (nnmail-cache-insert): Revert last change.
26969
26970 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26971
26972         * nnmail.el (nnmail-cache-insert): Always check whether
26973         nnmail-cache-ignore-groups matches a group name.
26974
26975 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26976
26977         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26978         (spam-find-spam, spam-log-processing-to-registry)
26979         (spam-log-registered-p, spam-log-unregistration-needed-p)
26980         (spam-log-undo-registration): Use gnus-message instead of
26981         gnus-error, none of these errors are fatal.
26982
26983         * gnus-registry.el (gnus-registry-clean-empty-function)
26984         (gnus-registry-clean-empty): Remove only empty entries without
26985         extra data.
26986
26987 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26988
26989         * spam-stat.el (spam-stat-buffer-change-to-spam)
26990         (spam-stat-buffer-change-to-non-spam): Change (error) to
26991         (gnus-message 8) invocation.
26992
26993 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26994
26995         * nntp.el (nntp-via-netcat-command): New variable.
26996         (nntp-via-netcat-switches): New variable.
26997         (nntp-open-via-rlogin-and-netcat): New function.
26998         (nntp-open-connection-function): Doc fix.
26999         (nntp-telnet-command): Doc fix.
27000         (nntp-end-of-line): Doc fix.
27001         (nntp-via-rlogin-command): Doc fix.
27002         (nntp-via-user-name): Doc fix.
27003         (nntp-via-address): Doc fix.
27004
27005 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27006
27007         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27008         error in Emacs 21.1.
27009
27010 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27011
27012         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27013
27014 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27015
27016         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27017         (gnus-agent-with-refreshed-group): New macro.
27018         (gnus-agent-rename-group): New function.
27019         (gnus-agent-delete-group): New function.
27020         (gnus-agent-save-group-info): Use gnus-command-method when
27021         `method' parameter is nil.  Don't write nil entries into the
27022         active file.
27023         (gnus-agent-get-group-info): New function.
27024         (gnus-agent-fetch-articles):
27025         Use gnus-agent-update-files-total-fetched-for to increment disk space
27026         used.
27027         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27028         Use gnus-agent-update-view-total-fetched-for to increment disk space
27029         used.
27030         (gnus-agent-get-local): Add optional parameters to avoid calling
27031         gnus-group-real-name and gnus-find-method-for-group.
27032         (gnus-agent-set-local): Delete stored entry if either min, or max,
27033         are nil.
27034         (gnus-agent-fetch-session): Reworded error/quit messages.
27035         On quit, use gnus-agent-regenerate-group to record existance of any
27036         articles fetched to disk before the quit occurred.
27037         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27038         gnus-agent-update-view-total-fetched-for, and
27039         gnus-agent-update-files-total-fetched-for to decrement disk space
27040         used.
27041         (gnus-agent-retrieve-headers):
27042         Use gnus-agent-update-view-total-fetched-for to increment disk space
27043         used.
27044         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27045         with gnus-agent-update-files-total-fetched-for to decrement disk
27046         space and fresh group buffer.
27047         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27048         (gnus-agent-need-update-total-fetched-for): New variable.
27049         (gnus-agent-update-files-total-fetched-for): New function.
27050         (gnus-agent-update-view-total-fetched-for): New function.
27051         (gnus-agent-total-fetched-for): New function.
27052
27053         * gnus-cache.el (gnus-cache-save-buffers):
27054         Use gnus-cache-update-overview-total-fetched-for to change disk space
27055         used by this group.
27056         (gnus-cache-possibly-enter-article):
27057         Use gnus-cache-update-file-total-fetched-for to increment disk space
27058         used by this group.
27059         (gnus-cache-possibly-remove-article):
27060         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27061         used by this group.
27062         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27063         (gnus-cache-rename-group): New function.
27064         (gnus-cache-delete-group): New function.
27065         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27066         (gnus-cache-need-update-total-fetched-for): New variable.
27067         (gnus-cache-with-refreshed-group): New macro.
27068         (gnus-cache-update-file-total-fetched-for): New function.
27069         (gnus-cache-update-overview-total-fetched-for): New function.
27070         (gnus-cache-rename-group-total-fetched-for): New function.
27071         (gnus-cache-delete-group-total-fetched-for): New function.
27072         (gnus-cache-total-fetched-for): New function.
27073
27074         * gnus-group.el: Require gnus-sum and autoload functions to
27075         resolve warnings when gnus-group.el compiled alone.
27076         (gnus-group-line-format): Document new %F.
27077         (size of Fetched data) group line format; identifies disk space
27078         used by agent and cache.
27079         (gnus-group-line-format-alist): Define new F format.
27080         (gnus-total-fetched-for): New function.
27081         (gnus-group-delete-group): No longer update
27082         gnus-cache-active-altered as gnus-request-delete-group now keeps
27083         the cache in sync.
27084         (gnus-group-list-active): Let the agent store a server's active
27085         list if currently plugged.
27086
27087         * gnus-int.el (gnus-request-delete-group):
27088         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27089         local disk in sync with the server.
27090         (gnus-request-rename-group):
27091         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27092         local disk in sync with the server.
27093
27094         * gnus-start.el (gnus-get-unread-articles):
27095         Cosmetic simplification to logic.
27096
27097         * gnus-util.el (gnus-rename-file): New function.
27098
27099 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27100
27101         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27102
27103 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27104
27105         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27106         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27107
27108 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27109
27110         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27111         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27112
27113 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27114
27115         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27116
27117 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27118
27119         * spam.el (spam-set-difference): Add function to replace
27120         gnus-set-difference in spam.el.
27121         (spam-summary-prepare-exit): Use spam-set-difference.
27122
27123 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27124
27125         * gnus-registry.el (gnus-registry-cache-file): Update to use
27126         gnus-dribble-directory OR gnus-home-directory OR ~.
27127         (gnus-registry-split-fancy-with-parent): Fix doc.
27128
27129 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27130
27131         * message.el (message-exchange-point-and-mark):
27132         Use message-mark-active-p.  Suggested by Jesper Harder
27133         <harder@ifa.au.dk>.
27134
27135 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27136
27137         * message.el (message-exchange-point-and-mark): Don't activate
27138         region if it was inactive.  Suggested by Hiroshi Fujishima
27139         <pooh@nature.tsukuba.ac.jp>.
27140
27141 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27142
27143         * gnus-art.el (article-display-face): Display Faces in the same
27144         order as X-Faces.
27145
27146 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27147
27148         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27149
27150 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27151
27152         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27153         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27154         (gnus-article-mime-hierarchy): Remove.
27155         (gnus-article-mime-hierarchy-next): Remove.
27156         (gnus-article-mode): Revert 2004-03-19 change.
27157         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27158         (gnus-insert-mime-button): Revert 2004-03-19 change.
27159         (gnus-mime-accumulate-hierarchy): Remove.
27160         (gnus-mime-enter-multipart): Remove.
27161         (gnus-mime-leave-multipart): Remove.
27162         (gnus-mime-display-part): Revert 2004-03-19 change.
27163         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27164
27165         * mml.el (mml-preview): Revert 2004-03-19 change.
27166
27167 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27168
27169         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27170
27171 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27172
27173         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27174         t while entering a file name using the mm-with-multibyte macro.
27175         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27176
27177         * mm-util.el (mm-with-multibyte): New macro.
27178
27179 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27180
27181         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27182         New user option.
27183         (gnus-mime-multipart-functions): Doc and customization fix.
27184         (gnus-article-mime-hierarchy): New variable.
27185         (gnus-article-mime-hierarchy-next): New variable.
27186         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27187         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27188         gnus-article-mime-hierarchy-next to nil.
27189         (gnus-insert-mime-button): Show hierarchy numbers.
27190         (gnus-mime-accumulate-hierarchy): New function.
27191         (gnus-mime-enter-multipart): New function.
27192         (gnus-mime-leave-multipart): New function.
27193         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27194         (gnus-mime-display-alternative): Show hierarchy numbers.
27195
27196         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27197         gnus-article-mime-hierarchy-next to nil.
27198
27199 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27200
27201         * dns.el: Don't require gnus-xmas.
27202
27203 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27204
27205         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27206         inline PGP.
27207         (mml-menu): Disable mml-quote-region if mark is inactive.
27208
27209 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27210
27211         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27212         when the group's active is not available.
27213
27214 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27215
27216         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27217         error.
27218
27219 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27220
27221         * imap.el (imap-store-password): New variable.
27222         (imap-interactive-login): Use it.
27223         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27224
27225 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27226
27227         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27228         window-start and hscroll to summary window.
27229
27230 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27231
27232         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27233         conversion message to newsrc-dribble when an actual conversion is
27234         performed.
27235
27236 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27237
27238         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27239
27240 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27241
27242         * mm-decode.el (mm-complicated-handles): New function reviving
27243         former definition of mm-multiple-handles.
27244
27245         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27246         (gnus-mime-delete-part): Use it.
27247
27248 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27249
27250         * gnus-agent.el (gnus-agent-read-local):
27251         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27252         avoid the implicit assumption that they will always be equal.
27253         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27254         coding-system-for-write, as the with-temp-file macro first prints
27255         to a buffer then saves the buffer.
27256
27257 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27258
27259         * gnus-art.el (gnus-article-edit-part): New function.
27260         (gnus-mime-save-part-and-strip): Use it; do query instead of
27261         signaling an error; don't use mm-multiple-handles.
27262         (gnus-mime-delete-part): Ditto.
27263
27264 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27265
27266         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27267         old file versions.
27268         (gnus-group-prepare-hook): Remove function that converted list
27269         form of gnus-agent-expire-days to group properties.
27270
27271         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27272         (gnus-request-accept-article): Re-indented.
27273
27274         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27275         converters to handle old agent file formats.  Add logic for a
27276         "backup before upgrading warning".
27277         (gnus-convert-mark-converter-prompt): Developers can mark
27278         functions as needing (default), or not needing,
27279         gnus-convert-old-newsrc's "backup before upgrading warning".
27280         (gnus-convert-converter-needs-prompt): Tests whether the user
27281         should be protected from potentially irreversable changes by the
27282         function.
27283
27284         * legacy-gnus-agent.el: New.  Provides converters that are only
27285         loaded when gnus-convert-old-newsrc needs to call them.
27286
27287 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27288
27289         * mail-source.el (mail-source-touch-pop): Doc fix.
27290
27291         * message.el (message-smtpmail-send-it): Doc fix.
27292
27293 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27294
27295         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27296
27297         * nnmail.el (nnmail-split-fancy): do.
27298
27299         * gnus-kill.el (gnus-kill, gnus-execute): do.
27300
27301 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27302
27303         * gnus-sum.el (gnus-widget-reversible-match)
27304         (gnus-widget-reversible-to-internal)
27305         (gnus-widget-reversible-to-external): New functions.
27306         (gnus-widget-reversible): New widget.
27307         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27308
27309 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27310
27311         * gnus-sum.el (gnus-thread-sort-functions)
27312         (gnus-article-sort-functions): Document `(not F)' items.
27313
27314 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27315
27316         * spam.el (spam-use-gmane-xref): Add new backend.
27317         (spam-gmane-xref-spam-group): Add variable to control the name of the
27318         Gmane spam group.
27319         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27320         (spam-regex-headers-spam, spam-regex-headers-ham)
27321         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27322         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27323         backends and checks.
27324         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27325
27326         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27327         an autodetect method.
27328
27329 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27330
27331         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27332         articles are being added to a group.
27333         (gnus-request-replace-article): Inform the agent that articles
27334         need to be uncached as the cached contents are no longer valid.
27335
27336 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27337
27338         * binhex.el: Don't autoload executable-find.
27339
27340         * canlock.el: Don't autoload mail-fetch-field.
27341
27342         * dgnushack.el: Autoload c-mode for XEmacs.
27343
27344         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27345
27346         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27347         rmail-dont-reply-to and rmail-output.
27348
27349         * gnus-score.el: Don't autoload ffap-string-at-point.
27350
27351         * gnus-setup.el: Don't autoload sc-cite-original.
27352
27353         * imap.el: Don't autoload base64-decode-string,
27354         base64-encode-string and md5.
27355
27356         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27357         and rmail-msg-restore-non-pruned-header.
27358
27359         * mm-decode.el: Don't autoload executable-find.
27360
27361         * mm-url.el: Don't autoload executable-find.
27362
27363         * mm-view.el: Don't autoload diff-mode.
27364
27365         * nndb.el: Don't autoload news-reply-mode, news-setup,
27366         cancel-timer and telnet.
27367
27368         * password.el: Don't autoload run-at-time for Emacs.
27369
27370         * sha1-el.el: Don't autoload executable-find.
27371
27372         * sieve-mode.el: Don't autoload c-mode.
27373
27374         * uudecode.el: Don't autoload executable-find.
27375
27376 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27377
27378         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27379         (gnus-agent-possibly-alter-active): Avoid null in numeric
27380         comparison.
27381         (gnus-agent-set-local): Refuse to save null in local object table.
27382         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27383         list of articles that will be marked as unread.
27384
27385 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27386
27387         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27388
27389 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27390
27391         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27392         language tags.
27393
27394 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27395
27396         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27397         Don't bind "obarray".
27398
27399         * gnus-sum.el (gnus-thread-sort-functions):
27400         Add `gnus-thread-sort-by-most-recent-number' and
27401         `gnus-thread-sort-by-most-recent-date'.
27402         Reported by Kai Grossjohann <kai@emptydomain.de>.
27403
27404 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27405
27406         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27407
27408 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27409
27410         * gnus-cus.el (gnus-agent-customize-category):
27411         Remove ignore-errors macro reference that required cl to be loaded at
27412         run-time.
27413
27414         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27415         single-interval range of the form (min . max).  Previously the
27416         range had to look like ((min . max)).  Likewise, return
27417         (min . max) rather than ((min . max)).
27418         (gnus-range-map): Use gnus-range-normalize to accept
27419         single-interval range.
27420
27421         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27422         the cache, but not the agent, now appear with their usual face.
27423
27424         * dgnushack.el (loaddir): New variable that is bound to the
27425         directory containing the dgnushack.el file.  Use loaddir, rather
27426         than srcdir, to update load-path.  Change lets dgnushack compile
27427         code in directories other than GNUS/lisp.
27428
27429 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27430
27431         * lpath.el: Don't bind w3m-safe-url-regexp.
27432
27433         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27434         w3m-safe-url-regexp variable buffer-local.
27435
27436         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27437
27438 2004-02-27  Simon Josefsson  <jas@extundo.com>
27439
27440         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27441         gnus-group-real-prefix.
27442         (gnus-summary-move-article): Use it, instead of
27443         gnus-group-real-prefix.
27444
27445 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27446
27447         * lpath.el: Bind w3m-safe-url-regexp.
27448
27449         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27450         w3m-safe-url-regexp variable buffer-local and set it as the value
27451         of mm-w3m-safe-url-regexp.
27452
27453         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27454
27455         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27456         parsing gnus-posting-styles when the message is not for replying.
27457
27458         * dgnushack.el: Autoload sgml-mode for XEmacs.
27459
27460         * nnrss.el (nnrss-opml-export):
27461         Use mm-set-buffer-file-coding-system instead of
27462         set-buffer-file-coding-system.
27463
27464 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27465
27466         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27467         of checkdoc.el).
27468         * nnrss.el: do.
27469         * gnus-mlspl.el: do.
27470         * gnus-ml.el: do.
27471         * gnus-srvr.el: do.
27472
27473         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27474
27475 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27476
27477         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27478         Corrections to custom-manual links.
27479
27480         * gnus-art.el (gnus-article): Ditto.
27481
27482         * mm-decode.el (mime-display, mime-security): Ditto.
27483
27484 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27485
27486         * flow-fill.el: Typo.
27487
27488 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27489
27490         * spam-wash.el: New file.
27491
27492 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27493
27494         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27495
27496 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27497
27498         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27499         to be run with new-articles as LIST1, not LIST2.
27500         (spam-registration-functions): Add spam-use-ham-copy as a nil
27501         registration backend.
27502
27503 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27504
27505         * spam-stat.el (spam-stat-washing-hook): New option.
27506         (spam-stat-buffer-words): Use it.
27507         (spam-stat-process-directory, spam-stat-test-directory):
27508         Use insert-file-contents-literally.
27509         (spam-stat-coding-system): New variable.
27510         (spam-stat-load, spam-stat-save): Use it.
27511
27512 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27513
27514         * spam-report.el (spam-report-plug-agent):
27515         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27516
27517 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27518
27519         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27520         Allow / in mailto URLs.
27521
27522 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27523
27524         * spam-report.el (spam-report-process-queue): Fix interactive use.
27525         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27526         (spam-report-unplug-agent): Doc fixes.
27527         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27528         (spam-report-agentize, spam-report-deagentize): Autoload.
27529
27530 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27531
27532         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27533
27534         * message.el (message-setup-fill-variables): Add mml tags to
27535         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27536         <ajk@iu.edu>.
27537         (message-mode): Don't modify paragraph-separate there.
27538
27539 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27540
27541         * compface.el (uncompface-use-external): Default to undecided.
27542         (uncompface-use-external-threshold): New variable.
27543         (uncompface-float-time): New macro.
27544         (uncompface): Determine whether to use the external decoder if
27545         uncompface-use-external is undecided.
27546
27547 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27548
27549         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27550         after images.
27551
27552         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27553
27554 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27555
27556         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27557
27558         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27559
27560         * gnus-sum.el (gnus-summary-limit-to-age)
27561         (gnus-summary-limit-children): do.
27562
27563         * gnus-int.el (gnus-request-scan): do.
27564
27565         * gnus-group.el (gnus-group-suspend): do.
27566
27567         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27568
27569         * gnus-cite.el (gnus-cite-parse-attributions): do.
27570
27571         * gnus-agent.el (gnus-summary-set-agent-mark)
27572         (gnus-agent-regenerate-group): do.
27573
27574         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27575
27576         * binhex.el (binhex-decode-region-internal): do.
27577
27578 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27579
27580         * gnus-fun.el (gnus-face-properties-alist): New user option.
27581         (gnus-display-x-face-in-from): Use it.
27582
27583         * gnus-art.el (article-display-face): Ditto.
27584
27585         * compface.el (uncompface-use-external): Default to nil.
27586
27587 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27588
27589         * nntp.el (nntp-erase-buffer): New function.
27590         (nntp-retrieve-data, nntp-send-command)
27591         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27592         (nntp-possibly-change-group): Use it.
27593
27594         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27595         Use with-current-buffer.
27596
27597 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27598
27599         * compface.el: Merge the ELisp-based uncompface program.
27600         (compface): New customization group.
27601         (uncompface-use-external): New user option.
27602         (uncompface): Call uncompface-internal if uncompface-use-external
27603         is nil.
27604         (uncompface-internal): New function.  Note that there are also
27605         some other functions and variables added for this function.
27606
27607 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27608
27609         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27610         if necessary.
27611
27612 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27613
27614         * spam-report.el (spam-report-unplug-agent)
27615         (spam-report-plug-agent, spam-report-deagentize)
27616         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27617         Add support for the Agent in spam-report: when unplugged, report to a
27618         file; when plugged, submit all the requests.
27619
27620         * spam.el (spam-register-routine): Fix message about
27621         registration.
27622
27623 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27624
27625         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27626         dependencies.
27627         (rfc2047-encode): Use it.
27628
27629         * gnus-art.el (gnus-button-marker-list): Move before first
27630         reference.
27631
27632         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27633         (imap-parse-body): Fix format string mismatch.
27634
27635         * gnus-score.el (gnus-summary-increase-score): do.
27636
27637         * nnrss.el (nnrss-close): New function.
27638
27639 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27640
27641         * nnrss.el (nnrss-make-filename): New function.
27642         (nnrss-request-delete-group, nnrss-read-server-data)
27643         (nnrss-save-server-data, nnrss-read-group-data)
27644         (nnrss-save-group-data): Use it.
27645         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27646         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27647         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27648
27649 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27650
27651         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27652
27653 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27654
27655         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27656         files.
27657
27658         * message.el (message-generate-headers-first): Don't quote nil
27659         and t in docstrings.
27660
27661         * imap.el (imap-id): do.
27662
27663         * gnus-agent.el (gnus-agent-consider-all-articles)
27664         (gnus-agent-queue-mail): do.
27665
27666 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27667
27668         * spam-report.el (spam-report-process-queue): New function.
27669         Process requests from `spam-report-requests-file'.
27670         (spam-report-process-queue): Doc fix.
27671
27672 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27673
27674         * spam.el (spam-register-routine)
27675         (spam-log-processing-to-registry, spam-log-registered-p)
27676         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27677         Change "check" to "spam-check" for semi-clarity.
27678
27679 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27680
27681         * pop3.el: Require nnheader.
27682
27683         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27684
27685         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27686
27687         * gnus-picon.el: Require cl.
27688
27689         * gnus-fun.el: Require gnus-ems and gnus-util.
27690
27691         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27692
27693         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27694
27695         * gnus-art.el (gnus-article-edit-mode): Define before first
27696         reference.
27697
27698 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27699
27700         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27701         (gnus-uu-post-encoded): Use point-at-bol.
27702
27703         * gnus-topic.el (gnus-group-active-topic-p): do.
27704
27705         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27706
27707         * gnus-group.el (gnus-group-kill-region): do.
27708
27709         * gnus-art.el (article-date-ut): do.
27710
27711         * message.el (message-fetch-field): Remove redundant
27712         case-fold-search binding.
27713         (message-narrow-to-field): Simplify.
27714
27715 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27716
27717         * spam.el (spam-directory): Derive from `gnus-directory'.
27718
27719         * spam-report.el (spam-report-url-to-file)
27720         (spam-report-requests-file): New function and variable for offline
27721         reporting.
27722         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27723         and user defined function.
27724         (spam-report-url-ping-mm-url): Remove doubled slash.
27725
27726 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27727
27728         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27729
27730 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27731
27732         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27733         Fix format string mismatch.
27734
27735         * sieve.el (sieve-deactivate-all): do.
27736
27737         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27738
27739         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27740
27741         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27742
27743         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27744
27745 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27746
27747         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27748         the list of checks.
27749
27750 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27751
27752         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27753         padding.
27754
27755 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27756
27757         * mm-view.el (mm-fill-flowed): New variable.
27758         (mm-inline-text): Use it.
27759
27760 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27761
27762         * spam.el (spam-spamassassin-register-ham-routine)
27763         (spam-spamassassin-register-spam-routine): Fix function names.
27764
27765 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27766
27767         * gnus.el (gnus-tmp-grouplens): Remove.
27768         (gnus-summary-line-format): Remove grouplens.
27769
27770         * gnus-group.el (gnus-group-line-format): Ditto.
27771
27772         * gnus-spec.el (gnus-format-specs): Ditto.
27773         (gnus-update-format-specifications): Flush the group format spec
27774         cache if there's the grouplens stuff.
27775         (gnus-parse-simple-format): Replace %l with the empty string.
27776
27777 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27778
27779         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27780         omission.
27781
27782 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27783
27784         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27785         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27786
27787 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27788
27789         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27790         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27791         New macros and functions.
27792         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27793         Handle > NLINK_MAX messages.
27794         * nnmaildir.el (nnmaildir-request-set-mark):
27795         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27796
27797 2004-01-25  Alex Schroeder  <alex@gnu.org>
27798
27799         * spam-stat.el (spam-stat-process-directory-age): New option.
27800         (spam-stat-process-directory): Use it.
27801
27802 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27803
27804         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27805         (spam-stat-save): Accept prefix argument.
27806
27807 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27808
27809         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27810         links" error.
27811
27812 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27813
27814         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27815         the rest of the and/or forms.
27816
27817 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27818
27819         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27820         compatibility with old .newsrc.eld files.
27821
27822         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27823
27824         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27825
27826         * gnus-start.el (gnus-1): do.
27827
27828         * gnus-group.el (gnus-group-line-format-alist): do.
27829
27830         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27831
27832         * gnus-gl.el: Remove.
27833
27834 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27835
27836         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27837         marks consisting of a single range {for example, (3 . 5)} rather
27838         than a list of a single range { ((3 . 5)) }.
27839
27840 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27841
27842         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27843         Use with-current-buffer.
27844         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27845         avoid consing a string.
27846
27847         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27848         Remove obsolete entries for big5 and gb2312.
27849
27850 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27851
27852         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27853         uncompressed list.
27854
27855 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27856
27857         * spam-stat.el (spam-stat-strip-xref): New function.
27858         (spam-stat-process-directory): Use it.
27859
27860         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27861         here -- it's done in message-fetch-field.
27862
27863 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27864
27865         * gnus-agent.el (gnus-agent-queue-mail)
27866         (gnus-agent-prompt-send-queue): New variables.
27867         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27868         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27869         "nndraft:queue" along to gnus-draft-send.
27870         Use gnus-agent-prompt-send-queue.
27871         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27872         is "nndraft:queue".  Suggested by Gaute Strokkenes
27873         <gs234@srcf.ucam.org>
27874
27875         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27876         (agent-enable-undownloaded-faces): Add.
27877         (gnus-agent-cat-groups): Use eval-and-compile, not
27878         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27879         method of gnus-agent-cat-groups even when the buffer has been
27880         evaled.
27881         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27882         delete gnus-agent-save-active-1.
27883         (gnus-agent-save-groups): Delete.  Identical to
27884         gnus-agent-save-active.
27885         (gnus-agent-write-active): No longer adjust agent's copy of active
27886         file as agent's adjustments are now stored in their own
27887         file.  Remove optional parameter.
27888         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27889         servers.  Add use of min/max range limits from server's local
27890         file.
27891         (gnus-agent-save-alist): Remove unused optional argument.
27892         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27893         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27894         (gnus-agent-set-local): A per-server file that keeps min/max range
27895         limits for articles known to the agent.  Provides a fast mechanism
27896         for altering many active ranges.
27897         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27898         active file (local makes it unnecessary).
27899         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27900
27901         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27902         (agent-enable-undownloaded-faces): Add.
27903
27904         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27905         disable it when sending to "nndraft:queue".
27906         (gnus-group-send-queue): Add safety check to avoid sending queue
27907         when unplugged.
27908
27909         * gnus-group.el (gnus-group-catchup): Use new
27910         gnus-sequence-of-unread-articles, not
27911         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27912         numbers of articles.  Use gnus-range-map to avoid having to
27913         uncompress the unread list.
27914         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27915         Fix invalid ange-ftp reference.
27916
27917         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27918         (gnus-sorted-range-intersection): Intersection of two ranges
27919         without requiring that they first be uncompressed.
27920
27921         * gnus-start.el (gnus-activate-group): Unless blocked by the
27922         caller, possibly expand the active range to include both cached
27923         and agentized articles.
27924         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27925         multiple version-dependent converters.
27926         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27927         gnus-agent-save-active.
27928         (gnus-save-newsrc-file): Save dirty agent range limits.
27929
27930         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27931         gnus-agent-possibly-alter-active.
27932         (gnus-adjust-marked-articles): Faster handling of simple lists.
27933
27934 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27935
27936         * spam-stat.el (spam-stat-test-directory): New optional argument
27937         displays a list of files detected.  Suggested by Andrew Cohen
27938         <cohen@andy.bu.edu>.
27939         (spam-stat-buffer-words-with-scores): Don't narrow and change
27940         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27941
27942 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27943
27944         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27945         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27946         (spam-spamassassin-arguments)
27947         (spam-spamassassin-spam-flag-header)
27948         (spam-spamassassin-positive-spam-flag-header)
27949         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27950         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27951         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27952         (spam-list-of-processors, spam-list-of-checks)
27953         (spam-list-of-statistical-checks, spam-registration-functions)
27954         (spam-check-spamassassin-headers, spam-check-spamassassin)
27955         (spam-spamassassin-score)
27956         (spam-spamassassin-register-with-sa-learn)
27957         (spam-spamassassin-register-spam-routine)
27958         (spam-spamassassin-register-ham-routine)
27959         (spam-assassin-register-spam-routine)
27960         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27961         (spam-bogofilter-score): Fix to show article before scoring.
27962
27963 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27964
27965         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27966         default scoring function.
27967         (spam-generic-score): Call spam-spamassassin-score if
27968         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27969         spam-bogofilter-score otherwise.
27970
27971         * gnus.el (spam-process, spam-autodetect-methods):
27972         Add spamassassin and spamassassin-headers.
27973
27974 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27975
27976         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27977         Suppress unnecessary messages.
27978
27979 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27980
27981         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27982         make-hash-table.
27983
27984 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27985
27986         * canlock.el (base64-encode-string): Don't autoload it.
27987
27988 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27989
27990         * run-at-time.el: Remove useless (require 'itimer),
27991         eval-and-compile and (featurep 'xemacs).
27992
27993 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27994
27995         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27996         GROUP is a virtual group.
27997
27998 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27999
28000         * gnus.el: Autoload `message-y-or-n-p'.
28001
28002 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28003
28004         * pgg-parse.el: Remove unnecessary (require 'custom).
28005
28006         * pgg-def.el: do.
28007
28008         * nnmail.el: do.
28009
28010         * gnus-undo.el: do.
28011
28012         * gnus-picon.el: do.
28013
28014         * gnus-util.el: do.
28015
28016 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28017
28018         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28019
28020 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28021
28022         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28023         handle, as well as a list.
28024
28025         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28026         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28027         (mm-w3m-cid-retrieve): Simplify.
28028
28029 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28030
28031         * message.el (message-kill-to-signature): Allow prefix arg to
28032         specify number of lines to keep before signature.
28033
28034 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28035
28036         * message.el (message-kill-to-signature): Change docstring.
28037
28038 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28039
28040         * canlock.el: Always require sha1-el.
28041         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28042
28043         * message.el: Autoload sha1 only when compiling.
28044
28045         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28046         eudc-expand-inline for XEmacs.
28047
28048 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28049
28050         * message.el (message-canlock-generate): Require sha1-el.
28051
28052 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28053
28054         * message.el (message-expand-name): Silence the byte compiler.
28055
28056         * lpath.el: Add detect-coding-system.
28057
28058         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28059         cus-edit.
28060
28061 2004-01-13  Simon Josefsson  <jas@extundo.com>
28062
28063         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28064         Invoke gnus-score-mode.
28065         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28066
28067         * gnus-range.el (gnus-compress-sequence): Doc fix.
28068         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28069
28070 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28071
28072         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28073
28074 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28075
28076         * spam.el (spam-get-article-as-string): Update to use
28077         gnus-request-article-this-buffer, much simpler.
28078         (spam-get-article-as-buffer): Remove.
28079
28080 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28081
28082         * message.el (message-expand-name): Use EUDC if the user uses that.
28083
28084 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28085
28086         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28087         character for the encoding to avoid consing a string.
28088
28089         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28090         unnecessarily.
28091
28092         * mm-util.el (mm-replace-chars-in-string): Remove.
28093
28094         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28095         of mm-replace-chars-in-string.
28096
28097 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28098
28099         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28100
28101         * mm-util.el (mm-subst-char-in-string): Support inplace.
28102
28103         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28104         a new string in every iteration.  Use shy groups.
28105
28106 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28107
28108         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28109         * gnus-soup.el (gnus-soup-group-brew):
28110         * gnus-msg.el (gnus-put-message):
28111         * gnus-move.el (gnus-group-move-group-to-server):
28112         * gnus-kill.el (gnus-batch-score):
28113         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28114         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28115         (gnus-group-update-group, gnus-group-read-group)
28116         (gnus-group-make-group, gnus-group-make-help-group)
28117         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28118         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28119         (gnus-group-sort-by-unread, gnus-group-catchup)
28120         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28121         (gnus-group-yank-group, gnus-group-set-info)
28122         (gnus-group-list-groups):
28123         * gnus.el (gnus-generate-new-group-name):
28124         * gnus-delay.el (gnus-delay-send-queue):
28125         * nnvirtual.el (nnvirtual-catchup-group):
28126         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28127         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28128         (gnus-group-prepare-topics, gnus-topic-check-topology):
28129         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28130         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28131         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28132         (gnus-group-make-articles-read):
28133         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28134         (gnus-group-change-level, gnus-kill-newsgroup)
28135         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28136         (gnus-get-unread-articles, gnus-make-articles-unread)
28137         (gnus-make-ascending-articles-unread): Use accessor
28138         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28139         to get group information for improved readability.
28140
28141
28142 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28143
28144         * gnus-art.el (article-decode-mime-words, article-babel)
28145         (gnus-article-highlight-signature, gnus-article-add-buttons)
28146         (gnus-signature-toggle): Use gnus-with-article-buffer.
28147
28148         * gnus-art.el (gnus-article-highlight-headers)
28149         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28150
28151         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28152         (gnus-article-set-globals, gnus-request-article-this-buffer)
28153         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28154         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28155         (gnus-mime-display-alternative): Use with-current-buffer.
28156
28157 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28158
28159         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28160         also under 80 char limit, and call gnus-error if needed.
28161         (spam-fetch-article-header): Fix - it was a
28162         buffer-local variable (gnus-newsgroup-data).
28163         (spam-find-spam): Use spam-generate-fake-headers, forget about
28164         spam-insert-fake-headers.
28165         (spam-insert-fake-headers): Remove.
28166
28167 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28168
28169         * deuglify.el (gnus-article-outlook-unwrap-lines)
28170         (gnus-outlook-rearrange-article)
28171         (gnus-outlook-repair-attribution-outlook)
28172         (gnus-outlook-repair-attribution-block)
28173         (gnus-outlook-repair-attribution-other): Remove redundant
28174         save-excursion.
28175
28176 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28177
28178         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28179         (spam-fetch-field-subject-fast)
28180         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28181         (spam-fetch-article-header): Add functions to deal with Gnus
28182         internals for fast retrieval of article header data.
28183         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28184
28185 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28186
28187         * pop3.el (pop3-md5): Remove.
28188         (pop3-apop): Replace pop3-md5 with md5.
28189
28190         * mm-bodies.el: base64 is always built-in.
28191
28192         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28193         Use with-current-buffer.
28194
28195 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28196
28197         * canlock.el (canlock-insert-header): Remove excessive grouping in
28198         regexp.
28199
28200         * gnus-sum.el (gnus-summary-read-document): Ditto.
28201
28202         * gnus-uu.el (gnus-uu-part-number): Ditto.
28203
28204         * html2text.el (html2text-remove-tags): Ditto.
28205         (html2text-format-tags): Ditto.
28206         (html2text-format-single-elements): Ditto.
28207
28208         * mml.el (mml-parse-1): Ditto.
28209
28210 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28211
28212         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28213
28214         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28215
28216         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28217
28218         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28219
28220 2003-11-15  Simon Josefsson  <jas@extundo.com>
28221
28222         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28223         (pgg-gpg-lookup-key): Use regexp match instead of
28224         split-string (split-string is different between emacs 21.2 and
28225         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28226
28227 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28228
28229         * gnus-art.el (gnus-mime-view-all-parts)
28230         (gnus-article-part-wrapper, gnus-article-view-part):
28231         Use with-current-buffer.
28232
28233 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28234
28235         * spam.el (spam-disable-spam-split-during-ham-respool)
28236         (spam-spamoracle-database, spam-cache-lookups)
28237         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28238         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28239         (spam-group-ham-marks, spam-group-spam-marks)
28240         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28241         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28242         also add spam-use-blackholes to the statistical checks.
28243         (spam-fetch-field-fast): Add interface to fetching fields, may
28244         become a macro.
28245         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28246         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28247         (spam-insert-fake-headers): Fake an article when needed.
28248         (spam-find-spam): Fake article when possible.
28249         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28250         (spam-check-bogofilter-headers): Use message-fetch-field instead
28251         of nnmail-fetch-field.
28252
28253 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28254
28255         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28256
28257 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28258
28259         * spam.el (spam-split): Do not require spam-use-CHECK to be
28260         enabled if that check is passed to spam-split explicitly; also
28261         fix so 'spam doesn't get converted to spam-split-group when
28262         spam-split-symbolic-return is t.
28263         (spam-find-spam): Find registrations of the article and use those
28264         instead of re-running spam-split to find the spam/ham
28265         classification of the article.
28266         (spam-log-processing-to-registry, spam-log-registered-p)
28267         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28268         Use gnus-error instead of gnus-message.
28269         (spam-log-registration-type): Add function to determine the
28270         classification of a message based on registry entries; will
28271         return nil if both 'spam and 'ham are found.
28272         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28273         a reasonably fast local cache without the loading errors.
28274         (spam-cache-lookups): Set to t by default.
28275         (spam-find-spam): Don't try to guess spam-cache-lookups.
28276         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28277         spam-caches entry.
28278         (spam-filelist-build-cache, spam-filelist-check-cache):
28279         Fix caching of whitelist/blacklist entries.
28280         (spam-check-whitelist, spam-check-blacklist):
28281         Invoke spam-from-listed-p with a type, not a cache variable.
28282         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28283
28284 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28285
28286         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28287
28288         * nnmail.el (nnmail-split-fancy): do.
28289
28290         * mml.el (mml-parse): do.
28291
28292         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28293         (gnus-score-adaptive): do.
28294
28295 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28296
28297         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28298         (gnus-mime-button-map): Don't set keymap parent.
28299         (gnus-button-ctan-directory-regexp): Use shy grouping.
28300         (gnus-prev-page-map): Don't set keymap parent.
28301         (gnus-prev-page-map): Remove duplicated one.
28302         (gnus-next-page-map): Don't set keymap parent.
28303         (gnus-mime-security-button-map): Ditto.
28304
28305         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28306         version number.
28307
28308         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28309
28310 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28311
28312         * canlock.el (canlock-sha1-function): Remove.
28313         (canlock-sha1-function-for-verify): Remove.
28314         (canlock-openssl-program): Remove.
28315         (canlock-openssl-args): Remove.
28316         (canlock-ignore-errors): Remove.
28317         (canlock-sha1-with-openssl): Remove.
28318         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28319         (canlock-verify): Don't use canlock-ignore-errors.
28320
28321         * sha1-el.el (sha1-string-external): Make it can return a string
28322         in binary form.
28323         (sha1-region-external): Ditto.
28324         (sha1-string-internal): Ditto.
28325         (sha1-region-internal): Ditto.
28326         (sha1-region): Ditto.
28327         (sha1-string): Ditto.
28328         (sha1): Ditto.
28329
28330 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28331
28332         * spam.el (spam-report-articles-gmane): New command.
28333
28334 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28335
28336         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28337
28338         * run-at-time.el (run-at-time-saved): Remove.
28339         (run-at-time): Doc fix.
28340
28341 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28342
28343         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28344         (gnus-summary-limit-map): Add it.
28345         (gnus-summary-make-menu-bar): do.
28346
28347 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28348
28349         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28350         Make attempt at some caching support (done for BBDB only now).
28351         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28352         addresses to be checked.
28353         (spam-clear-cache-BBDB): Add function, to be invoked by
28354         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28355         (spam-check-BBDB): Check and use the caches, if
28356         spam-cache-lookups is on, remove superfluous (provide).
28357
28358 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28359
28360         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28361
28362 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28363
28364         * run-at-time.el (run-at-time-saved): Move to after the definition
28365         of `run-at-time'.
28366
28367         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28368
28369 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28370
28371         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28372         mm-w3m-local-map-property.
28373
28374         * mm-view.el (mm-w3m-mode-map): Remove.
28375         (mm-w3m-local-map-property): Remove.
28376         (mm-inline-text-html-render-with-w3m): Don't use
28377         mm-w3m-local-map-property.
28378
28379 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28380
28381         * run-at-time.el: New file.
28382
28383         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28384         under Emacs.
28385
28386         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28387         of gnus-set-text-properties.
28388
28389         * gnus-uu.el (gnus-uu-save-article): Ditto.
28390
28391         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28392
28393         * gnus-cite.el (gnus-cite-parse): Ditto.
28394
28395         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28396         of gnus-.
28397
28398         * gnus-xmas.el (run-at-time): Require run-at-time.
28399
28400         * gnus.el: Change calls to nnheader-run-at-time and
28401         password-run-at-time throughout to use run-at-time directly.
28402
28403         * password.el: Remove definition of run-at-time.
28404
28405         * nnheaderxm.el: Remove definition of run-at-time.
28406
28407 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28408
28409         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28410         in prompt.
28411
28412 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28413
28414         * messagexmas.el (message-xmas-redefine): Alias
28415         `message-make-caesar-translation-table' to
28416         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28417         version.
28418
28419         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28420         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28421         `gnus-xmas-set-text-properties'.
28422         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28423         `gnus-xmas-completing-read'.
28424         (gnus-xmas-completing-read): Removed.
28425         (gnus-xmas-open-network-stream): Removed.
28426
28427         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28428         XEmacs version.
28429
28430         * dns.el (dns-make-network-process): Use `open-network-stream'
28431         instead of `gnus-xmas-open-network-stream'.
28432
28433         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28434
28435         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28436
28437 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28438
28439         * gnus-art.el (gnus-mime-display-alternative)
28440         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28441         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28442         Don't use gnus-local-map-property.
28443
28444         * gnus-util.el (gnus-local-map-property): Remove.
28445
28446         * mm-view.el (mm-view-pkcs7-decrypt):
28447         Replace gnus-completing-read-maybe-default with completing-read.
28448
28449         * gnus-util.el (gnus-completing-read): do.
28450         (gnus-completing-read-maybe-default): Remove.
28451
28452 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28453
28454         * password.el: Only autoload `run-at-time' if not XEmacs.
28455         Only autoload the itimer functions if XEmacs.
28456
28457 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28458
28459         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28460         XEmacsen.
28461
28462         * dgnushack.el: Autoload executable-find for XEmacs.
28463
28464 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28465
28466         * gnus-art.el (gnus-read-string): Remove.
28467         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28468         read-string.
28469
28470 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28471
28472         * netrc.el: Autoload password-read.
28473         (netrc): Add configuration group.
28474         (netrc-encoding-method, netrc-openssl-path):
28475         Add variables for encoding and decoding of files with symmetric
28476         ciphers.
28477         (netrc-encode): Add assistant function to encode a file with
28478         netrc-encoding-method.
28479         (netrc-parse): Add interactive parameter, added optional
28480         decoding if netrc-encoding-method is non-nil but otherwise
28481         behavior is standard.
28482         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28483         Do s/encode/encrypt/ everywhere.
28484
28485         * spam.el: Remove executable-find autoload.
28486
28487 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28488
28489         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28490
28491         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28492
28493 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28494
28495         * gnus-art.el (gnus-treat-ansi-sequences)
28496         (article-treat-ansi-sequences): New variable and function.
28497         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28498
28499         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28500         Use it.
28501
28502 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28503
28504         * mm-util.el (mm-quote-arg): Remove.
28505
28506         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28507         shell-quote-argument.
28508
28509         * gnus-uu.el (gnus-uu-command): do.
28510
28511         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28512
28513         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28514         with make-char.
28515
28516         * mm-util.el (mm-make-char): Remove.
28517
28518         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28519         add-minor-mode.
28520
28521         * gnus-undo.el (gnus-undo-mode): do.
28522
28523         * gnus-topic.el (gnus-topic-mode): do.
28524
28525         * gnus-sum.el (gnus-dead-summary-mode): do.
28526
28527         * gnus-start.el (gnus-slave-mode): do.
28528
28529         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28530
28531         * gnus-ml.el (gnus-mailing-list-mode): do.
28532
28533         * gnus-gl.el (gnus-grouplens-mode): do.
28534
28535         * gnus-draft.el (gnus-draft-mode): do.
28536
28537         * gnus-dired.el (gnus-dired-mode): do.
28538
28539         * gnus-ems.el (gnus-add-minor-mode): Remove.
28540
28541         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28542         Replace gnus-char-width with char-width.
28543
28544         * gnus-ems.el (gnus-char-width): Remove.
28545
28546         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28547         Replace gnus-char-width with char-width.
28548
28549         * gnus-ems.el (gnus-char-width): Remove.
28550
28551         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28552         definition.
28553         Remove Emacs 20 hash table compatibility code.
28554
28555         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28556         20 compatibility code.
28557
28558         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28559
28560         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28561
28562         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28563         Replace with point-at-{eol,bol}.
28564
28565         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28566
28567         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28568
28569         * flow-fill.el (fill-flowed-point-at-bol)
28570         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28571
28572         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28573         Replace with point-at-{eol,bol} throughout all files.
28574
28575 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28576
28577         * ntlm.el (ntlm-string-as-unibyte): New macro.
28578         (ntlm-build-auth-response): Use it.
28579
28580         Remove Emacs 20 stuff:
28581         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28582         (butlast, mapc, remove): Remove the compiler macros.
28583         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28584         of delq and copy-sequence.
28585         * gnus-art.el (popup-menu): Remove the compiler macro.
28586         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28587         Emacs 20.
28588
28589 2004-01-05  Simon Josefsson  <jas@extundo.com>
28590
28591         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28592         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28593         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28594         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28595         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28596         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28597         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28598         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28599         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28600         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28601         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28602         string-xor into ntlm-string-xor.
28603         Suggested by Jesper Harder <harder@myrealbox.com>.
28604
28605         * ntlm.el: Don't include poem.
28606
28607         * md4.el (print-int32, print-string-hexa): Remove.
28608         Suggested by Jesper Harder <harder@myrealbox.com>.
28609
28610         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28611
28612         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28613         probably breaks emacs with DL patch, but do we care? Is anyone
28614         still using the DL stuff?)
28615
28616         * sieve-manage.el: Use the password package.
28617         (sieve-manage-read-passwd): Remove.
28618         (sieve-manage-interactive-login): Use password.  Re-add
28619         condition-case around loop.
28620
28621         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28622         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28623         Use the password package.
28624
28625 2003-02-19  Simon Josefsson  <jas@extundo.com>
28626
28627         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28628         token.
28629
28630 2002-08-07  Simon Josefsson  <jas@extundo.com>
28631
28632         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28633         (sieve-manage-authenticators)
28634         (sieve-manage-authenticator-alist): Add some SASL mechs.
28635         (sieve-sasl-auth): New function.
28636         (sieve-manage-cram-md5-auth)
28637         (sieve-manage-plain-auth): Rewrite using SASL library.
28638         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28639         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28640         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28641         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28642
28643 2004-01-05  Simon Josefsson  <jas@extundo.com>
28644
28645         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28646         New files.
28647
28648 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28649
28650         * gnus-group.el (gnus-no-groups-message): Update.
28651
28652         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28653
28654 2003-11-09  Simon Josefsson  <jas@extundo.com>
28655
28656         * imap.el: Support for ID IMAP extension (RFC 2971).
28657         (imap-local-variables): Add imap-id.
28658         (imap-id): New variable.
28659         (imap-id): New function.
28660         (imap-parse-response): Parse untagged ID response.
28661         * nnimap.el (nnimap-id): New variable.
28662         (nnimap-open-connection): Use it.
28663
28664 2003-12-28  Simon Josefsson  <jas@extundo.com>
28665
28666         * gnus-score.el (gnus-score-edit-all-score): New.
28667         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28668
28669 2004-01-04  Simon Josefsson  <jas@extundo.com>
28670
28671         * password.el: Add.
28672
28673 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28674
28675         * dns.el (dns-query-types): Fix typo.
28676         (dns-query-types): New function.
28677         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28678         PTR and SOA replies, see RFC 1035.
28679
28680 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28681
28682         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28683
28684         * Move to Changelog.2.
28685
28686 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28687
28688         * gnus.el (gnus-version-number): Bump version.
28689
28690 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28691
28692         * gnus.el: No Gnus v0.1 is released.
28693
28694 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28695
28696         * gnus.el: No Gnus v0.0 is released.
28697
28698 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28699
28700         * gnus.el (gnus-version-number): Bump.
28701         (gnus-version): No.
28702
28703 See ChangeLog.2 for earlier changes.
28704
28705   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28706
28707   This file is part of GNU Emacs.
28708
28709   GNU Emacs is free software: you can redistribute it and/or modify
28710   it under the terms of the GNU General Public License as published by
28711   the Free Software Foundation, either version 3 of the License, or
28712   (at your option) any later version.
28713
28714   GNU Emacs is distributed in the hope that it will be useful,
28715   but WITHOUT ANY WARRANTY; without even the implied warranty of
28716   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28717   GNU General Public License for more details.
28718
28719   You should have received a copy of the GNU General Public License
28720   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28721
28722 ;; Local Variables:
28723 ;; coding: utf-8
28724 ;; fill-column: 79
28725 ;; add-log-time-zone-rule: t
28726 ;; End: